.heatmap_canvas {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9999998
}

.heatmap_toolbar_container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
  padding: 12px 8px 8px;
  position: fixed;
  right: 24px;
  top: 128px;
  width: 32px;
  z-index: 99999999
}

.heatmap_handle_area {
  cursor: move;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  margin-bottom: 8px;
  row-gap: 4px
}

.heatmap_handle_dot {
  background: #919191;
  border-radius: 50%;
  height: 3px;
  width: 3px
}

.heatmap_button {
  cursor: pointer
}

.heatmap_color_bar {
  border: 1px solid #c4c5cc;
  height: 100px;
  transform: rotate(180deg);
  width: 16px
}

.heatmap_button_img {
  height: 14px;
  width: 14px
}

.heatmap_button_text {
  color: ##252931;
  font-size: 9px;
  font-weight: 400;
  line-height: 11px;
  text-align: center;
  transform: translateX(-4px);
  width: 24px
}

.heatmap_tooltip_container {
  filter: drop-shadow(0 8px 32px rgba(18, 19, 20, .12));
  position: absolute;
  z-index: 9999999
}

.heatmap_tooltip {
  pointerevents: none;
  background: #fff;
  border-radius: 8px;
  height: 171px;
  opacity: 1;
  padding: 0 16px;
  width: 355px
}

.heatmap_popper_arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  height: 10px;
  width: 10px
}

.heatmap_block_name {
  color: #252931;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  left: 14px;
  line-height: 20px;
  position: absolute;
  top: 11px
}

.heatmap_inner_container {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px
}

.heatmap_inner_block {
  margin-right: 10px
}

.heatmap_inner_block,
.heatmap_inner_block2,
.heatmap_inner_block3 {
  height: 46px;
  width: 101px
}

.heatmap_inner_block3 {
  margin-top: 12px
}

.heatmap_inner_name {
  color: #5e5f66;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

.heatmap_inner_data {
  color: #252931;
  font-family: Barlow;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 4px
}

.ant-legacy-form {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-legacy-form legend {
  border: 0;
  border-bottom: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, .45);
  display: block;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%
}

.ant-legacy-form label {
  font-size: 14px
}

.ant-legacy-form input[type=search] {
  box-sizing: border-box
}

.ant-legacy-form input[type=checkbox],
.ant-legacy-form input[type=radio] {
  line-height: normal
}

.ant-legacy-form input[type=file] {
  display: block
}

.ant-legacy-form input[type=range] {
  display: block;
  width: 100%
}

.ant-legacy-form select[multiple],
.ant-legacy-form select[size] {
  height: auto
}

.ant-legacy-form input[type=checkbox]:focus,
.ant-legacy-form input[type=file]:focus,
.ant-legacy-form input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.ant-legacy-form output {
  color: rgba(0, 0, 0, .85);
  display: block;
  font-size: 14px;
  line-height: 1.5715;
  padding-top: 15px
}

.ant-legacy-form-item-required:before {
  color: #ff4d4f;
  content: "*";
  display: inline-block;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-right: 4px
}

.ant-legacy-form-hide-required-mark .ant-legacy-form-item-required:before {
  display: none
}

.ant-legacy-form-item-label>label {
  color: rgba(0, 0, 0, .85)
}

.ant-legacy-form-item-label>label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px
}

.ant-legacy-form-item-label>label.ant-legacy-form-item-no-colon:after {
  content: " "
}

.ant-legacy-form-item {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  vertical-align: top
}

.ant-legacy-form-item label {
  position: relative
}

.ant-legacy-form-item label>.anticon {
  font-size: 14px;
  vertical-align: top
}

.ant-legacy-form-item-control {
  line-height: 40px;
  position: relative
}

.ant-legacy-form-item-control:before {
  content: "";
  display: table
}

.ant-legacy-form-item-control:after {
  clear: both;
  content: "";
  display: table
}

.ant-legacy-form-item-children {
  position: relative
}

.ant-legacy-form-item-with-help {
  margin-bottom: 4px
}

.ant-legacy-form-item-label {
  display: inline-block;
  flex-grow: 0;
  line-height: 39.9999px;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap
}

.ant-legacy-form-item-label-left {
  text-align: left
}

.ant-legacy-form-item-control-wrapper {
  flex: 1 1
}

.ant-legacy-form-item .ant-switch {
  margin: 2px 0 4px
}

.ant-legacy-form-explain,
.ant-legacy-form-extra {
  clear: both;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 1.5715;
  margin-top: -2px;
  min-height: 23px;
  transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.ant-legacy-form-explain {
  margin-bottom: -1px
}

.ant-legacy-form-extra {
  padding-top: 4px
}

.ant-legacy-form-text {
  display: inline-block;
  padding-right: 8px
}

.ant-legacy-form-split {
  display: block;
  text-align: center
}

form .has-feedback .ant-input {
  padding-right: 30px
}

form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px
}

form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px
}

form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection__clear,
form .has-feedback>.ant-select .ant-select-arrow,
form .has-feedback>.ant-select .ant-select-selection__clear {
  right: 28px
}

form .has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
form .has-feedback>.ant-select .ant-select-selection-selected-value {
  padding-right: 42px
}

form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px
}

form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-cascader-picker-clear,
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix,
form .has-feedback .ant-time-picker-clear,
form .has-feedback .ant-time-picker-icon {
  right: 28px
}

form .has-feedback .ant-picker .ant-picker-suffix {
  padding-right: 17px
}

form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px
}

form .ant-upload {
  background: transparent
}

form input[type=checkbox],
form input[type=radio] {
  height: 14px;
  width: 14px
}

form .ant-checkbox-inline,
form .ant-radio-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: middle
}

form .ant-checkbox-inline:first-child,
form .ant-radio-inline:first-child {
  margin-left: 0
}

form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block
}

form .ant-checkbox-vertical+.ant-checkbox-vertical,
form .ant-radio-vertical+.ant-radio-vertical {
  margin-left: 0
}

form .ant-input-number+.ant-legacy-form-text {
  margin-left: 8px
}

form .ant-input-number-handler-wrap {
  z-index: 2
}

form .ant-cascader-picker,
form .ant-select {
  width: 100%
}

form .ant-input-group .ant-cascader-picker,
form .ant-input-group .ant-select {
  width: auto
}

form .ant-input-group-wrapper,
form :not(.ant-input-group-wrapper)>.ant-input-group {
  display: inline-block;
  position: relative;
  top: -1px;
  vertical-align: middle
}

.ant-col-24.ant-legacy-form-item-label,
.ant-col-xl-24.ant-legacy-form-item-label,
.ant-legacy-form-vertical .ant-legacy-form-item-label {
  display: block;
  flex-basis: 100%;
  line-height: 1.5715;
  margin: 0;
  padding: 0 0 8px;
  text-align: left;
  white-space: normal
}

.ant-col-24.ant-legacy-form-item-label>label,
.ant-col-xl-24.ant-legacy-form-item-label>label,
.ant-legacy-form-vertical .ant-legacy-form-item-label>label {
  margin: 0
}

.ant-col-24.ant-legacy-form-item-label>label:after,
.ant-col-xl-24.ant-legacy-form-item-label>label:after,
.ant-legacy-form-vertical .ant-legacy-form-item-label>label:after {
  display: none
}

.ant-legacy-form-rtl.ant-col-24.ant-legacy-form-item-label,
.ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label,
.ant-legacy-form-rtl.ant-legacy-form-vertical .ant-legacy-form-item-label {
  text-align: right
}

.ant-col-24.ant-legacy-form-item-label label:after,
.ant-col-xl-24.ant-legacy-form-item-label label:after,
.ant-legacy-form-vertical .ant-legacy-form-item-label label:after {
  display: none
}

.ant-legacy-form-vertical .ant-legacy-form-item {
  padding-bottom: 8px
}

.ant-legacy-form-vertical .ant-legacy-form-item-control {
  line-height: 1.5715
}

.ant-legacy-form-vertical .ant-legacy-form-explain {
  margin-bottom: -5px;
  margin-top: 2px
}

.ant-legacy-form-vertical .ant-legacy-form-extra {
  margin-bottom: -4px;
  margin-top: 2px
}

@media (max-width:575px) {
  .ant-legacy-form-item .ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-legacy-form-item .ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-legacy-form-item .ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-legacy-form-item .ant-legacy-form-item-label {
    text-align: right
  }

  .ant-legacy-form-item .ant-legacy-form-item-label label:after {
    display: none
  }

  .ant-legacy-form .ant-legacy-form-item {
    flex-wrap: wrap
  }

  .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-control,
  .ant-legacy-form .ant-legacy-form-item .ant-legacy-form-item-label {
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-legacy-form-item-control-wrapper,
  .ant-legacy-form-item-label {
    display: block;
    width: 100%
  }

  .ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-legacy-form-item-label label:after {
    display: none
  }

  .ant-legacy-form-item-control-wrapper {
    flex-basis: 100%
  }

  .ant-col-xs-24.ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-xs-24.ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-col-xs-24.ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-col-xs-24.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-col-xs-24.ant-legacy-form-item-label label:after {
    display: none
  }
}

@media (max-width:767px) {
  .ant-col-sm-24.ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-sm-24.ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-col-sm-24.ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-col-sm-24.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-col-sm-24.ant-legacy-form-item-label label:after {
    display: none
  }
}

@media (max-width:991px) {
  .ant-col-md-24.ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-md-24.ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-col-md-24.ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-col-md-24.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-col-md-24.ant-legacy-form-item-label label:after {
    display: none
  }
}

@media (max-width:1199px) {
  .ant-col-lg-24.ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-lg-24.ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-col-lg-24.ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-col-lg-24.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-col-lg-24.ant-legacy-form-item-label label:after {
    display: none
  }
}

@media (max-width:1599px) {
  .ant-col-xl-24.ant-legacy-form-item-label {
    display: block;
    flex-basis: 100%;
    line-height: 1.5715;
    margin: 0;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-xl-24.ant-legacy-form-item-label>label {
    margin: 0
  }

  .ant-col-xl-24.ant-legacy-form-item-label>label:after {
    display: none
  }

  .ant-legacy-form-rtl.ant-col-xl-24.ant-legacy-form-item-label {
    text-align: right
  }

  .ant-col-xl-24.ant-legacy-form-item-label label:after {
    display: none
  }
}

.ant-legacy-form-inline .ant-legacy-form-item {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 16px
}

.ant-legacy-form-inline .ant-legacy-form-item-with-help {
  margin-bottom: 24px
}

.ant-legacy-form-inline .ant-legacy-form-item>.ant-legacy-form-item-control-wrapper,
.ant-legacy-form-inline .ant-legacy-form-item>.ant-legacy-form-item-label {
  display: inline-block;
  vertical-align: top
}

.ant-legacy-form-inline .ant-legacy-form-text,
.ant-legacy-form-inline .has-feedback {
  display: inline-block
}

.has-error.has-feedback .ant-legacy-form-item-children-icon,
.has-success.has-feedback .ant-legacy-form-item-children-icon,
.has-warning.has-feedback .ant-legacy-form-item-children-icon,
.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  visibility: visible;
  width: 32px;
  z-index: 1
}

.has-error.has-feedback .ant-legacy-form-item-children-icon svg,
.has-success.has-feedback .ant-legacy-form-item-children-icon svg,
.has-warning.has-feedback .ant-legacy-form-item-children-icon svg,
.is-validating.has-feedback .ant-legacy-form-item-children-icon svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.has-success.has-feedback .ant-legacy-form-item-children-icon {
  animation-name: diffZoomIn1 !important;
  color: #52c41a
}

.has-warning .ant-form-item-split {
  color: #faad14
}

.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background-color: #fff;
  border-color: #faad14
}

.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
.has-warning :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.has-warning :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-input-group-addon,
.has-warning .ant-input-number-group-addon {
  border-color: #faad14;
  color: #faad14
}

.has-warning .ant-legacy-form-explain,
.has-warning .ant-legacy-form-split {
  color: #faad14
}

.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14
}

.has-warning .ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14
}

.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14
}

.has-warning .ant-input-prefix {
  color: #faad14
}

.has-warning .ant-input-group-addon {
  background-color: #fff;
  border-color: #faad14;
  color: #faad14
}

.has-warning .has-feedback {
  color: #faad14
}

.has-warning.has-feedback .ant-legacy-form-item-children-icon {
  animation-name: diffZoomIn3 !important;
  color: #faad14
}

.has-warning .ant-select-selection,
.has-warning .ant-select-selection:hover {
  border-color: #faad14
}

.has-warning .ant-select-focused .ant-select-selection,
.has-warning .ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-calendar-picker-icon:after,
.has-warning .ant-cascader-picker-arrow,
.has-warning .ant-picker-icon:after,
.has-warning .ant-select-arrow,
.has-warning .ant-time-picker-icon:after {
  color: #faad14
}

.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14
}

.has-warning .ant-input-number-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14
}

.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.has-warning .ant-cascader-picker:hover .ant-cascader-input,
.has-warning .ant-input-affix-wrapper {
  border-color: #faad14
}

.has-warning .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2)
}

.has-warning .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none
}

.has-error .ant-form-item-split {
  color: #ff4d4f
}

.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:hover,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f
}

.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused,
.has-error :not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused,
.has-error :not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-input-group-addon,
.has-error .ant-input-number-group-addon {
  border-color: #ff4d4f;
  color: #ff4d4f
}

.has-error .ant-legacy-form-explain,
.has-error .ant-legacy-form-split {
  color: #ff4d4f
}

.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f
}

.has-error .ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-input:not([disabled]):hover {
  border-color: #ff4d4f
}

.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #ff4d4f
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #ff4d4f
}

.has-error .ant-input-prefix {
  color: #ff4d4f
}

.has-error .ant-input-group-addon {
  background-color: #fff;
  border-color: #ff4d4f;
  color: #ff4d4f
}

.has-error .has-feedback {
  color: #ff4d4f
}

.has-error.has-feedback .ant-legacy-form-item-children-icon {
  animation-name: diffZoomIn2 !important;
  color: #ff4d4f
}

.has-error .ant-select-selection,
.has-error .ant-select-selection:hover {
  border-color: #ff4d4f
}

.has-error .ant-select-focused .ant-select-selection,
.has-error .ant-select-open .ant-select-selection {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4d4f
}

.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  box-shadow: none
}

.has-error .ant-calendar-picker-icon:after,
.has-error .ant-cascader-picker-arrow,
.has-error .ant-picker-icon:after,
.has-error .ant-select-arrow,
.has-error .ant-time-picker-icon:after {
  color: #ff4d4f
}

.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #ff4d4f
}

.has-error .ant-input-number-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input-focused,
.has-error .ant-time-picker-input:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #ff4d4f
}

.has-error .ant-cascader-picker:focus .ant-cascader-input,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus,
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2);
  outline: 0
}

.has-error .ant-cascader-picker:hover .ant-cascader-input,
.has-error .ant-transfer-list {
  border-color: #ff4d4f
}

.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9
}

.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px !important
}

.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
  outline: 0
}

.ant-input-rtl .has-error .ant-transfer-list-search:not([disabled]):focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.has-error .ant-input-affix-wrapper {
  border-color: #ff4d4f
}

.has-error .ant-input-affix-wrapper-focused {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2)
}

.has-error .ant-input-affix-wrapper .ant-input:focus {
  box-shadow: none
}

.is-validating.has-feedback .ant-legacy-form-item-children-icon {
  color: #1890ff;
  display: inline-block
}

.ant-advanced-search-form .ant-legacy-form-item {
  margin-bottom: 24px
}

.ant-advanced-search-form .ant-legacy-form-item-with-help {
  margin-bottom: 4px
}

.ant-mention-wrapper {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  margin: 0;
  vertical-align: middle
}

.ant-mention-wrapper,
.ant-mention-wrapper .ant-mention-editor {
  color: rgba(0, 0, 0, .85);
  display: inline-block;
  line-height: 1.5715;
  padding: 0;
  position: relative;
  width: 100%
}

.ant-mention-wrapper .ant-mention-editor {
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  display: block;
  font-size: 14px;
  height: auto;
  min-height: 32px;
  min-width: 0;
  transition: all .3s
}

.ant-mention-wrapper .ant-mention-editor::-moz-placeholder {
  opacity: 1
}

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none
}

.ant-mention-wrapper .ant-mention-editor::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-mention-wrapper .ant-mention-editor:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-mention-wrapper .ant-mention-editor:placeholder-shown {
  text-overflow: ellipsis
}

.ant-mention-wrapper .ant-mention-editor:hover {
  border-color: #40a9ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mention-wrapper .ant-mention-editor-focused,
.ant-mention-wrapper .ant-mention-editor:focus {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-mention-wrapper .ant-mention-editor-focused,
.ant-input-rtl .ant-mention-wrapper .ant-mention-editor:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mention-wrapper .ant-mention-editor-disabled {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed;
  opacity: 1
}

.ant-mention-wrapper .ant-mention-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important
}

.ant-mention-wrapper .ant-mention-editor[disabled] {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed;
  opacity: 1
}

.ant-mention-wrapper .ant-mention-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important
}

.ant-mention-wrapper .ant-mention-editor-borderless,
.ant-mention-wrapper .ant-mention-editor-borderless-disabled,
.ant-mention-wrapper .ant-mention-editor-borderless-focused,
.ant-mention-wrapper .ant-mention-editor-borderless:focus,
.ant-mention-wrapper .ant-mention-editor-borderless:hover,
.ant-mention-wrapper .ant-mention-editor-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-mention-wrapper .ant-mention-editor {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-mention-wrapper .ant-mention-editor-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-mention-wrapper .ant-mention-editor-sm {
  padding: 0 7px
}

.ant-mention-wrapper .ant-mention-editor-rtl {
  direction: rtl
}

.ant-mention-wrapper .ant-mention-editor-wrapper {
  height: auto;
  overflow-y: auto
}

.ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-color: #40a9ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-mention-wrapper.ant-mention-active:not(.disabled) .ant-mention-editor {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mention-wrapper.disabled .ant-mention-editor {
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed;
  opacity: 1
}

.ant-mention-wrapper.disabled .ant-mention-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root {
  pointer-events: none;
  position: absolute
}

.ant-mention-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  word-wrap: break-word;
  color: #bfbfbf;
  height: auto;
  opacity: 1;
  outline: none;
  padding: 5px 11px;
  white-space: pre-wrap
}

.ant-mention-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px
}

.ant-mention-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 1.5em 0 0;
  max-height: 250px;
  min-width: 120px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.ant-mention-dropdown-placement-top {
  margin-top: -.1em
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, .25)
}

.ant-mention-dropdown-notfound.ant-mention-dropdown-item .anticon-loading {
  color: #1890ff;
  display: block;
  text-align: center
}

.ant-mention-dropdown-item {
  color: rgba(0, 0, 0, .85);
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  padding: 5px 12px;
  position: relative;
  text-overflow: ellipsis;
  transition: background .3s;
  white-space: nowrap
}

.ant-mention-dropdown-item:hover {
  background-color: #f5f5f5
}

.ant-mention-dropdown-item-active,
.ant-mention-dropdown-item.focus {
  background-color: #e6f7ff
}

.ant-mention-dropdown-item-disabled {
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed
}

.ant-mention-dropdown-item-disabled:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, .25);
  cursor: not-allowed
}

.ant-mention-dropdown-item-selected,
.ant-mention-dropdown-item-selected:hover {
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, .85);
  font-weight: 700
}

.ant-mention-dropdown-item-divider {
  background-color: #f0f0f0;
  height: 1px;
  line-height: 0;
  margin: 1px 0;
  overflow: hidden
}

.index_wrapper__3HFpp {
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 694px;
  min-width: 1200px;
  padding-top: 80px
}

.index_loading__3fqd0 {
  background-image: url(https://lf1-fe.ecombdstatic.com/obj/eden-cn/vfloeh7nuvfuloj/ahjsgdf.gif);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 400px 280px
}

.index_container__1lOou {
  display: flex;
  flex-direction: column;
  width: 530px
}

.style_leftLine__51IU4 {
  padding-right: 14px
}

.style_rightLine__4ihhG {
  padding-right: 14px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.style_title__2VVmD {
  align-items: center;
  color: #000;
  display: flex;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  justify-content: center;
  line-height: 32px;
  margin-bottom: 60px;
  text-align: center
}

.style_content__17Yas {
  display: flex;
  flex-direction: column;
  justify-content: center
}

.style_main__irjoj {
  align-items: center;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .04);
  border-radius: 8px;
  display: flex;
  margin-bottom: 26px;
  padding: 40px 24px;
  position: relative
}

.style_speedIcon__1tiuN {
  margin-right: 2px
}

.style_titleWrapper__2c-KX {
  align-items: center;
  display: flex;
  margin-bottom: 4px
}

.style_activeMain__pVU0Y {
  cursor: pointer;
  transition: all .18s ease
}

.style_activeMain__pVU0Y:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, .04)
}

.style_activeMain__pVU0Y:hover .style_button-type-primary__2vKA0 {
  background-color: #1966ff;
  color: #fff
}

.style_title__1onM1 {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

.style_subTitle__2Vu6u {
  color: #898b8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.style_innerContainer__1JrOH {
  flex: 1 1;
  padding-left: 12px;
  padding-right: 12px
}

.style_flag__1LFr2 {
  border-bottom-right-radius: 8px;
  border-top-left-radius: 7px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  left: 0;
  line-height: 16px;
  padding: 5px 12px;
  position: absolute;
  top: 0
}

.style_flagOrange__2MVeO {
  background: #fffaf0;
  color: #d97c0b
}

.style_flagPrimary__2SwKC {
  background: #f0f6ff;
  color: #1966ff
}

.style_flagGray__NY1hd {
  background: rgba(85, 88, 92, .06);
  color: #55585c
}

.style_blockTag__2tj_Q {
  cursor: pointer
}

.style_button__18IYn {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 40px;
  padding: 8px 12px;
  transition: all .18s ease
}

.style_button-type-primary__2vKA0 {
  border: 1px solid #1966ff;
  color: #1966ff
}

.style_button-type-default__3FQpN {
  border: 1px solid #dcdde0;
  color: #252931
}

.style_blockButton__3MYwg {
  border-color: #dcdde0;
  color: #aaabaf
}

.style_tags__2wZnu {
  display: flex
}

.style_tagCommon__1EWAS {
  border-radius: 2px;
  font-size: 11px;
  padding: 2px 4px
}

.style_tagGreen__2_w4m {
  background: rgba(40, 199, 40, .06);
  border: .5px solid rgba(40, 199, 40, .24);
  color: #27c24e
}

.style_tagDefault__2xvQk {
  background: rgba(85, 88, 92, .06);
  border: .5px solid rgba(85, 88, 92, .24);
  color: #55585c
}

.index_oauthLogin__Mf632 {
  padding: 0 32px
}

.index_oauthLogin__Mf632>.index_oauthTitle__1Sn9z {
  color: #85878c;
  display: flex;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 24px 0 0
}

.index_oauthLogin__Mf632>.index_oauthTitle__1Sn9z>span {
  -webkit-font-smoothing: antialiased;
  padding: 0 12px
}

.index_oauthLogin__Mf632>.index_oauthTitle__1Sn9z:after,
.index_oauthLogin__Mf632>.index_oauthTitle__1Sn9z:before {
  border-bottom: 1px solid #eee;
  content: " ";
  display: inline-block;
  flex: 1 1;
  position: relative;
  top: -7px
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 {
  display: flex;
  justify-content: space-between;
  padding: 8px 8px 20px
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh {
  cursor: pointer;
  position: relative
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh span,
.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh>img {
  display: block;
  font-family: PingFangSC-Regular, PingFang SC;
  margin: 0 auto;
  text-align: center
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh img {
  height: 24px;
  width: 24px
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh>.index_title__2qFt4 {
  -webkit-font-smoothing: antialiased;
  color: #55585c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px
}

.index_oauthLogin__Mf632 .index_oauthLoginBody__2c_95 .index_oauthItem__3Esjh>.index_tip__3S7cf {
  background: #ff9a0d;
  border-radius: 2px;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  left: 50%;
  line-height: 16px;
  padding: 2px 4px;
  position: absolute;
  top: -10px;
  width: 56px
}

.index_agreement__1D3x2 {
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background: rgba(243, 244, 246, .5);
  border-radius: 0 0 4px 4px;
  bottom: 0;
  color: #aaabaf;
  display: flex;
  height: 48px;
  justify-content: space-between;
  left: 0;
  padding: 0 32px;
  position: absolute;
  right: 0
}

.index_agreement__1D3x2,
.index_agreement__1D3x2 a {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.index_agreement__1D3x2 a {
  color: #55585c
}

.index_agreement__1D3x2>p>a {
  padding: 0 3px
}

.index_ecomLoginBox__16Rdd input:-webkit-autofill,
.index_ecomLoginBox__16Rdd input:-webkit-autofill:active,
.index_ecomLoginBox__16Rdd input:-webkit-autofill:focus,
.index_ecomLoginBox__16Rdd input:-webkit-autofill:hover {
  transition-delay: 99999s;
  -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
  transition: color 99999s ease-out, background-color 99999s ease-out
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code {
  padding-bottom: 40px !important
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code.mobile .account-center-header .account-center-header-sub-title {
  display: none
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code .account-center-header .account-center-header-common {
  display: table
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code .account-center-header .header-close {
  display: none
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code .account-center-input-agreement {
  display: flex
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code .account-center-message {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  z-index: 1
}

.index_ecomLoginBox__16Rdd.index_accountBind__2H2UP .account-center-sdk-container.login-code .account-center-message .account-center-error-message {
  text-align: left
}

.index_ecomLoginBox__16Rdd {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(12, 40, 103, .1);
  box-sizing: border-box;
  color: #444;
  display: inline-block;
  height: 452px;
  overflow: hidden;
  position: relative;
  width: 352px;
  z-index: 1
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-notice {
  display: flex;
  line-height: 24px;
  right: 70px;
  text-align: center;
  top: 16px;
  z-index: 3000
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-notice .account-center-code-notice-label {
  background-color: transparent !important;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='none' height='24' width='64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 .5h56A1.5 1.5 0 0 1 59.5 2v5.172a2.5 2.5 0 0 0 .732 1.767l2 2a1.5 1.5 0 0 1 0 2.122l-2 2a2.5 2.5 0 0 0-.732 1.767V22a1.5 1.5 0 0 1-1.5 1.5H2A1.5 1.5 0 0 1 .5 22V2A1.5 1.5 0 0 1 2 .5z' fill='%23f5f9ff' stroke='%23ebf3ff'/%3E%3C/svg%3E");
  box-shadow: none;
  height: 24px;
  margin-top: 0;
  padding: 0;
  position: static;
  width: 64px
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-notice .account-center-code-text {
  color: #1966ff;
  white-space: nowrap
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-notice .account-center-code-triangle {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-action {
  height: 80px;
  width: 80px
}

.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-action:active,
.index_ecomLoginBox__16Rdd .account-center-qrcode-switch-action:hover {
  opacity: .8
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container {
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: auto;
  position: relative
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container .account-center-code-expired-refresh.btn {
  background: #1966ff !important;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  height: 32px !important;
  line-height: 32px !important;
  min-width: 74px;
  padding: 0 11px !important
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container .account-center-oauth-list {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.bootstrap button {
  color: #fff;
  font-family: PingFangSC-Medium, PingFang SC;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code {
  display: block;
  padding: 40px 32px 0 !important;
  width: 352px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email.validate-error-email .account-center-sdk-form {
  margin-top: 0;
  padding-bottom: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email.validate-error-email .forgetPwd {
  top: -78px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email.validate-error-password .account-center-sdk-form {
  margin-top: 0;
  padding-bottom: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email .account-center-message {
  bottom: -28px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.code .account-center-message {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.mobile.validate-error-mobile {
  margin-bottom: 0
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-sdk-form {
  margin-top: 56px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-sdk-form .account-center-input-row {
  margin: 0
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-message {
  bottom: -20px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-message .account-center-error-message {
  background: #fff;
  text-align: center
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email {
  margin-bottom: 18px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email .account-center-sdk-form {
  margin-top: 0;
  padding-bottom: 32px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.email .forgetPwd {
  color: #55585c;
  display: block;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.mobile .account-center-header .account-center-header-sub-title {
  color: #85878c;
  display: block;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 12px;
  font-weight: 400;
  height: 16px;
  line-height: 16px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code.mobile .account-center-message {
  margin: 0 auto
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .forgetPwd {
  display: none;
  position: absolute;
  right: 0;
  top: -72px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header .account-center-header-common {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header .account-center-header-sub-title {
  display: none;
  margin: 0;
  position: absolute;
  text-align: center;
  top: 52px;
  width: 100%
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch {
  color: #55585c;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch.email {
  margin-right: 0
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch.true {
  color: #1966ff;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch>.bar {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch:first-child {
  margin-right: 0;
  order: 1
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch:first-child:after {
  border-radius: 1px;
  color: #aaabaf;
  content: "|";
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  height: 12px;
  margin: auto 24px;
  width: 1px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-header+.account-center-switch-row .account-center-switch-button.switch-switch:last-child {
  margin-right: 0;
  order: 0
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-row:last-child .bootstrap-design.group {
  margin-bottom: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-code-captcha {
  border: none;
  color: #1966ff;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  width: auto
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-code-captcha.disable {
  color: #8cb6ff
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design.group {
  margin: 0 0 16px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design.group .label-text {
  color: #aaabaf;
  font-size: 14px;
  font-weight: 400
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design.error-item {
  margin-bottom: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design.error-item input {
  border: 1px solid #ff4050;
  border-radius: 4px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design .error-message {
  color: #f45858;
  height: 24px;
  line-height: 24px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design input {
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 4px;
  height: 40px
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design input:focus {
  background: #fff;
  border: 1px solid #1966ff;
  box-shadow: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-item .bootstrap-design input[name*=captcha] {
  bottom: 0;
  width: 100%
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container.login-code .account-center-input-agreement {
  display: none
}

.index_ecomLoginBox__16Rdd .account-center-sdk-container .account-center-error-message {
  text-align: center !important
}

.index_ecomLoginLink__1qA3L {
  font-size: 14px;
  line-height: 20px;
  margin: 24px 0 26px;
  position: relative;
  text-align: center;
  z-index: 4
}

.index_agreementWithoutOauth__2Spqk {
  margin-top: 24px
}

@font-face {
  font-family: LarkChineseQuote;
  font-weight: 300;
  src: local("PingFangSC-Light");
  unicode-range: u+2018, u+2019, u+201c, u+201d
}

@font-face {
  font-family: LarkChineseQuote;
  font-weight: 400;
  src: local("PingFangSC-Regular");
  unicode-range: u+2018, u+2019, u+201c, u+201d
}

@font-face {
  font-family: LarkChineseQuote;
  font-weight: 500;
  src: local("PingFangSC-Medium");
  unicode-range: u+2018, u+2019, u+201c, u+201d
}

@font-face {
  font-family: LarkChineseQuote;
  font-weight: 600;
  src: local("PingFangSC-Semibold");
  unicode-range: u+2018, u+2019, u+201c, u+201d
}

@font-face {
  font-family: LarkEmojiFont;
  src: local("Apple Color Emoji"), local("Noto Color Emoji");
  unicode-range: u+1f21a, u+1f250, u+1f237, u+26a0
}

@font-face {
  font-family: LarkHackSafariFont;
  src: local("Helvetica Neue");
  unicode-range: u+0000
}

body {
  word-wrap: break-word;
  color: #1f2329;
  overflow-wrap: break-word
}

.ud__lang-zh body,
.ud__lang-zh button,
.ud__lang-zh input,
.ud__lang-zh optgroup,
.ud__lang-zh select,
.ud__lang-zh textarea,
body,
body.ud__lang-zh,
button,
button.ud__lang-zh,
input,
input.ud__lang-zh,
optgroup,
optgroup.ud__lang-zh,
select,
select.ud__lang-zh,
textarea,
textarea.ud__lang-zh {
  font-family: LarkHackSafariFont, LarkEmojiFont, LarkChineseQuote, -apple-system, BlinkMacSystemFont, Helvetica Neue, Tahoma, PingFang SC, Microsoft Yahei, Arial, Hiragino Sans GB, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.ud__lang-ja body,
.ud__lang-ja button,
.ud__lang-ja input,
.ud__lang-ja optgroup,
.ud__lang-ja select,
.ud__lang-ja textarea,
body.ud__lang-ja,
button.ud__lang-ja,
input.ud__lang-ja,
optgroup.ud__lang-ja,
select.ud__lang-ja,
textarea.ud__lang-ja {
  font-family: LarkHackSafariFont, ヒラギノ角ゴシック, Yu Gothic UI, Microsoft Jhenghei UI, Microsoft Yahei UI, ＭＳ Ｐゴシック, PingFang SC, Hiragino Sans GB, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

.ud-scrollbar::-webkit-scrollbar-thumb {
  background-clip: padding-box;
  background-color: rgba(31, 35, 41, .3);
  border: 2px solid transparent;
  border-radius: 9999px;
  -webkit-transition: background .2s cubic-bezier(.34, .69, .1, 1);
  transition: background .2s cubic-bezier(.34, .69, .1, 1)
}

.ud-scrollbar::-webkit-scrollbar {
  background-color: transparent;
  height: 11px;
  width: 11px
}

.ud-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(31, 35, 41, .6) !important
}

.ud-scrollbar::-webkit-scrollbar:hover {
  height: 11px;
  width: 11px
}

.ud-scrollbar::-webkit-scrollbar-button {
  display: none
}

.ud-scrollbar::-webkit-scrollbar-corner,
.ud-scrollbar::-webkit-scrollbar-track {
  background-color: transparent
}

.rc-virtual-list-scrollbar {
  width: 11px !important
}

.rc-virtual-list-scrollbar-thumb {
  background: transparent !important;
  box-sizing: border-box;
  padding: 2px;
  width: 11px !important
}

.rc-virtual-list-scrollbar-thumb:after {
  background-color: rgba(31, 35, 41, .3) !important;
  border-radius: 9999px;
  box-sizing: border-box;
  content: "\a0";
  display: block;
  height: 100%;
  transition: background-color .2s cubic-bezier(.34, .69, .1, 1);
  width: 100%
}

.rc-virtual-list-scrollbar-thumb:hover:after {
  background-color: rgba(31, 35, 41, .6) !important
}

.ud-slide-up-appear,
.ud-slide-up-enter,
.ud-slide-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-slide-up-appear.ud-slide-up-appear-active,
.ud-slide-up-enter.ud-slide-up-enter-active {
  animation-name: udSlideUpIn;
  animation-play-state: running
}

.ud-slide-up-leave.ud-slide-up-leave-active {
  animation-name: udSlideUpOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-slide-up-appear,
.ud-slide-up-enter {
  opacity: 0
}

.ud-slide-up-appear,
.ud-slide-up-enter,
.ud-slide-up-leave {
  animation-timing-function: cubic-bezier(.34, .69, .1, 1)
}

.ud-slide-down-appear,
.ud-slide-down-enter,
.ud-slide-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-slide-down-appear.ud-slide-down-appear-active,
.ud-slide-down-enter.ud-slide-down-enter-active {
  animation-name: udSlideDownIn;
  animation-play-state: running
}

.ud-slide-down-leave.ud-slide-down-leave-active {
  animation-name: udSlideDownOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-slide-down-appear,
.ud-slide-down-enter {
  opacity: 0
}

.ud-slide-down-appear,
.ud-slide-down-enter,
.ud-slide-down-leave {
  animation-timing-function: cubic-bezier(.34, .69, .1, 1)
}

.ud-slide-left-appear,
.ud-slide-left-enter,
.ud-slide-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-slide-left-appear.ud-slide-left-appear-active,
.ud-slide-left-enter.ud-slide-left-enter-active {
  animation-name: udSlideLeftIn;
  animation-play-state: running
}

.ud-slide-left-leave.ud-slide-left-leave-active {
  animation-name: udSlideLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-slide-left-appear,
.ud-slide-left-enter {
  opacity: 0
}

.ud-slide-left-appear,
.ud-slide-left-enter,
.ud-slide-left-leave {
  animation-timing-function: cubic-bezier(.34, .69, .1, 1)
}

.ud-slide-right-appear,
.ud-slide-right-enter,
.ud-slide-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-slide-right-appear.ud-slide-right-appear-active,
.ud-slide-right-enter.ud-slide-right-enter-active {
  animation-name: udSlideRightIn;
  animation-play-state: running
}

.ud-slide-right-leave.ud-slide-right-leave-active {
  animation-name: udSlideRightOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-slide-right-appear,
.ud-slide-right-enter {
  opacity: 0
}

.ud-slide-right-appear,
.ud-slide-right-enter,
.ud-slide-right-leave {
  animation-timing-function: cubic-bezier(.34, .69, .1, 1)
}

@keyframes udSlideUpIn {
  0% {
    opacity: 0;
    transform: translateY(-8px);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }
}

@keyframes udSlideUpOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: translateY(-8px);
    transform-origin: 0 0
  }
}

@keyframes udSlideDownIn {
  0% {
    opacity: 0;
    transform: translateY(8px);
    transform-origin: 100% 100%
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 100% 100%
  }
}

@keyframes udSlideDownOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 100% 100%
  }

  to {
    opacity: 0;
    transform: translateY(8px);
    transform-origin: 100% 100%
  }
}

@keyframes udSlideLeftIn {
  0% {
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 0
  }
}

@keyframes udSlideLeftOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: 0 0
  }
}

@keyframes udSlideRightIn {
  0% {
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: 100% 0
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0
  }
}

@keyframes udSlideRightOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0
  }

  to {
    opacity: 0;
    transform: scaleX(.5);
    transform-origin: 100% 0
  }
}

.zoom-appear.zoom-appear-active,
.zoom-enter.zoom-enter-active {
  animation-name: udZoomIn
}

.zoom-leave.zoom-leave-active {
  animation-name: udZoomOut
}

.zoom-appear-prepare,
.zoom-enter-prepare {
  transform: none
}

.ud-zoom-big-appear,
.ud-zoom-big-enter,
.ud-zoom-big-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-big-appear.ud-zoom-big-appear-active,
.ud-zoom-big-enter.ud-zoom-big-enter-active {
  animation-name: udZoomBigIn;
  animation-play-state: running
}

.ud-zoom-big-leave.ud-zoom-big-leave-active {
  animation-name: udZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-big-appear,
.ud-zoom-big-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-big-appear-prepare,
.ud-zoom-big-enter-prepare {
  transform: none
}

.ud-zoom-big-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ud-zoom-big-fast-appear,
.ud-zoom-big-fast-enter,
.ud-zoom-big-fast-leave {
  animation-duration: .1s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-big-fast-appear.ud-zoom-big-fast-appear-active,
.ud-zoom-big-fast-enter.ud-zoom-big-fast-enter-active {
  animation-name: udZoomBigIn;
  animation-play-state: running
}

.ud-zoom-big-fast-leave.ud-zoom-big-fast-leave-active {
  animation-name: udZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-big-fast-appear,
.ud-zoom-big-fast-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-big-fast-appear-prepare,
.ud-zoom-big-fast-enter-prepare {
  transform: none
}

.ud-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ud-zoom-up-appear,
.ud-zoom-up-enter,
.ud-zoom-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-up-appear.ud-zoom-up-appear-active,
.ud-zoom-up-enter.ud-zoom-up-enter-active {
  animation-name: udZoomUpIn;
  animation-play-state: running
}

.ud-zoom-up-leave.ud-zoom-up-leave-active {
  animation-name: udZoomUpOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-up-appear,
.ud-zoom-up-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-up-appear-prepare,
.ud-zoom-up-enter-prepare {
  transform: none
}

.ud-zoom-up-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ud-zoom-down-appear,
.ud-zoom-down-enter,
.ud-zoom-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-down-appear.ud-zoom-down-appear-active,
.ud-zoom-down-enter.ud-zoom-down-enter-active {
  animation-name: udZoomDownIn;
  animation-play-state: running
}

.ud-zoom-down-leave.ud-zoom-down-leave-active {
  animation-name: udZoomDownOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-down-appear,
.ud-zoom-down-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-down-appear-prepare,
.ud-zoom-down-enter-prepare {
  transform: none
}

.ud-zoom-down-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ud-zoom-left-appear,
.ud-zoom-left-enter,
.ud-zoom-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-left-appear.ud-zoom-left-appear-active,
.ud-zoom-left-enter.ud-zoom-left-enter-active {
  animation-name: udZoomLeftIn;
  animation-play-state: running
}

.ud-zoom-left-leave.ud-zoom-left-leave-active {
  animation-name: udZoomLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-left-appear,
.ud-zoom-left-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-left-appear-prepare,
.ud-zoom-left-enter-prepare {
  transform: none
}

.ud-zoom-left-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ud-zoom-right-appear,
.ud-zoom-right-enter,
.ud-zoom-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.ud-zoom-right-appear.ud-zoom-right-appear-active,
.ud-zoom-right-enter.ud-zoom-right-enter-active {
  animation-name: udZoomRightIn;
  animation-play-state: running
}

.ud-zoom-right-leave.ud-zoom-right-leave-active {
  animation-name: udZoomRightOut;
  animation-play-state: running;
  pointer-events: none
}

.ud-zoom-right-appear,
.ud-zoom-right-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.ud-zoom-right-appear-prepare,
.ud-zoom-right-enter-prepare {
  transform: none
}

.ud-zoom-right-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@keyframes udZoomIn {
  0% {
    opacity: 0;
    transform: scale(.2)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes udZoomOut {
  0% {
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.2)
  }
}

@keyframes udZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes udZoomBigOut {
  0% {
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@keyframes udZoomUpIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 0
  }

  to {
    transform: scale(1);
    transform-origin: 50% 0
  }
}

@keyframes udZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 0
  }
}

@keyframes udZoomLeftIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 0 50%
  }

  to {
    transform: scale(1);
    transform-origin: 0 50%
  }
}

@keyframes udZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0 50%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 0 50%
  }
}

@keyframes udZoomRightIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 100% 50%
  }

  to {
    transform: scale(1);
    transform-origin: 100% 50%
  }
}

@keyframes udZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 100% 50%
  }
}

@keyframes udZoomDownIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 100%
  }

  to {
    transform: scale(1);
    transform-origin: 50% 100%
  }
}

@keyframes udZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 100%
  }
}

.ud-motion-collapse {
  overflow: hidden;
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1) !important
}

.ud__checkbox {
  box-sizing: border-box;
  position: relative
}

.ud__checkbox:after {
  content: "\a0";
  display: inline-block;
  visibility: hidden;
  width: 0;
  width: 16px
}

.ud__checkbox-group {
  box-sizing: border-box;
  column-gap: 24px;
  display: inline-flex;
  flex-wrap: wrap
}

.ud__checkbox__wrapper {
  align-items: baseline;
  box-sizing: border-box;
  display: inline-flex;
  margin: 0;
  padding: 0;
  position: relative
}

.ud__checkbox__input {
  cursor: pointer;
  font-size: inherit;
  height: 16px;
  left: 0;
  line-height: inherit;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1
}

.ud__checkbox__input-disabled {
  pointer-events: none
}

.ud__checkbox__wallpaper {
  background-color: #fff;
  border: 1px solid #8f959e;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .2s cubic-bezier(.34, .69, .1, 1);
  width: 100%
}

.ud__checkbox__input:focus-visible~.ud__checkbox__wallpaper {
  background-color: #fff;
  border-color: #3370ff
}

.ud__checkbox__input:hover~.ud__checkbox__wallpaper {
  background-color: #fff;
  border-color: #3370ff
}

.ud__checkbox__input:active~.ud__checkbox__wallpaper {
  background-color: #fff;
  border-color: #245bdb
}

.ud__checkbox__input:checked~.ud__checkbox__wallpaper,
.ud__checkbox__input:indeterminate~.ud__checkbox__wallpaper {
  background-color: #3370ff;
  border-color: transparent
}

.ud__checkbox__input:checked:focus-visible~.ud__checkbox__wallpaper,
.ud__checkbox__input:indeterminate:focus-visible~.ud__checkbox__wallpaper {
  background-color: #4e83fd
}

.ud__checkbox__input:checked:hover~.ud__checkbox__wallpaper,
.ud__checkbox__input:indeterminate:hover~.ud__checkbox__wallpaper {
  background-color: #4e83fd
}

.ud__checkbox__input:checked:active~.ud__checkbox__wallpaper,
.ud__checkbox__input:indeterminate:active~.ud__checkbox__wallpaper {
  background-color: #245bdb
}

.ud__checkbox--error .ud__checkbox__input:active~.ud__checkbox__wallpaper,
.ud__checkbox--error .ud__checkbox__input:hover~.ud__checkbox__wallpaper,
.ud__checkbox--error .ud__checkbox__wallpaper {
  border-color: #f54a45
}

.ud__checkbox--error .ud__checkbox__input:focus-visible~.ud__checkbox__wallpaper {
  border-color: #f54a45
}

.ud__checkbox--disabled {
  cursor: not-allowed
}

.ud__checkbox--error .ud__checkbox__input:disabled~.ud__checkbox__wallpaper,
.ud__checkbox__input:disabled~.ud__checkbox__wallpaper {
  background-color: #eff0f1;
  border-color: #bbbfc4;
  color: #eff0f1
}

.ud__checkbox__input:checked:disabled~.ud__checkbox__wallpaper,
.ud__checkbox__input:indeterminate:disabled~.ud__checkbox__wallpaper {
  background-color: #bbbfc4
}

.ud__checkbox__checked-svg,
.ud__checkbox__indeterminate-svg {
  box-sizing: border-box;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all .2s cubic-bezier(.34, .69, .1, 1)
}

.ud__checkbox__checked-svg-shown,
.ud__checkbox__indeterminate-svg-shown {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1)
}

.ud__checkbox__label-content {
  box-sizing: border-box;
  color: #1f2329;
  cursor: pointer;
  margin-left: 8px;
  overflow-wrap: break-word;
  z-index: 1
}

.ud__checkbox__label-content-disabled {
  color: #bbbfc4;
  cursor: not-allowed
}

.umt1vhq {
  font-size: 14px
}

.u5k1dk9 {
  line-height: 22px
}

.u1h2w2e3 {
  font-weight: 400
}

.byted-tooltip-popover {
  background-color: transparent
}

.byted-tooltip-popover .byted-tooltip-inner {
  word-wrap: break-word;
  font-size: 12px;
  line-height: 18px;
  padding: 8px 16px
}

.byted-tooltip-popover .byted-tooltip-inner-rtl {
  direction: rtl
}

.byted-tooltip-popover-mode-dark .byted-tooltip-inner {
  background-color: rgba(50, 51, 53, .95);
  color: #fff
}

.byted-tooltip-popover-mode-dark .byted-popover-arrow-dir-bottom .byted-popover-arrow-inner,
.byted-tooltip-popover-mode-dark .byted-popover-arrow-dir-left .byted-popover-arrow-inner,
.byted-tooltip-popover-mode-dark .byted-popover-arrow-dir-right .byted-popover-arrow-inner,
.byted-tooltip-popover-mode-dark .byted-popover-arrow-dir-top .byted-popover-arrow-inner {
  border-color: transparent rgba(50, 51, 53, .95) rgba(50, 51, 53, .95) transparent
}

.byted-tooltip-popover-mode-white .byted-tooltip-inner {
  background-color: hsla(0, 0%, 100%, .95);
  color: #666
}

.byted-tooltip-popover-size-sm,
.byted-tooltip-popover-size-xs {
  max-width: 240px
}

.byted-tooltip-popover-size-md {
  max-width: 400px
}

.byted-tooltip-popover-size-lg,
.byted-tooltip-popover-size-xl {
  max-width: 560px
}

.byted-popper-trigger {
  display: inline-block
}

.byted-popover {
  background-color: hsla(0, 0%, 100%, .95);
  border-radius: 4px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, .08);
  box-sizing: border-box;
  font-size: 0
}

.byted-popover-inner {
  border-radius: 4px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  overflow: hidden;
  z-index: 2
}

.byted-popover-arrow {
  display: block;
  transition: all .1s ease-in-out;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  z-index: 1
}

.byted-popover-arrow .byted-popover-arrow-inner {
  border-style: solid;
  border-width: 4px;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0
}

.byted-popover-arrow-dir-top {
  transform: translateY(50%)
}

.byted-popover-arrow-dir-top .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .08);
  transform: rotate(45deg) scale(-1)
}

.byted-popover-arrow-dir-bottom {
  transform: translateY(-50%)
}

.byted-popover-arrow-dir-bottom .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .08);
  transform: rotate(45deg)
}

.byted-popover-arrow-dir-left {
  transform: translateX(50%)
}

.byted-popover-arrow-dir-left .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .08);
  transform: rotate(-45deg) scale(-1)
}

.byted-popover-arrow-dir-right {
  transform: translateX(-50%)
}

.byted-popover-arrow-dir-right .byted-popover-arrow-inner {
  border-color: transparent #fff #fff transparent;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, .08);
  transform: rotate(-45deg)
}

.byted-popover-alert-container,
.byted-popover-confirm-container,
.byted-popover-container-container {
  box-sizing: border-box;
  padding: 16px;
  width: 240px
}

.byted-popover-alert-icon-wrapper.byted-content-icon-wrapper,
.byted-popover-confirm-icon-wrapper.byted-content-icon-wrapper,
.byted-popover-container-icon-wrapper.byted-content-icon-wrapper {
  width: 22px
}

.byted-popover-alert-header.byted-content-header,
.byted-popover-confirm-header.byted-content-header,
.byted-popover-container-header.byted-content-header {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 8px
}

.byted-popover-alert-inner.byted-content-inner,
.byted-popover-confirm-inner.byted-content-inner,
.byted-popover-container-inner.byted-content-inner {
  color: #666;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px
}

.byted-popover-alert-footer.byted-content-footer,
.byted-popover-confirm-footer.byted-content-footer,
.byted-popover-container-footer.byted-content-footer {
  margin-top: 8px;
  text-align: right
}

.byted-popover-alert-footer.byted-content-footer .byted-confirm-ok,
.byted-popover-confirm-footer.byted-content-footer .byted-confirm-ok,
.byted-popover-container-footer.byted-content-footer .byted-confirm-ok {
  margin-left: 12px
}

.byted-popover-mode-dark {
  background-color: rgba(50, 51, 53, .95)
}

.byted-popover-mode-dark .byted-popover-inner {
  color: #fff
}

.byted-popover-mode-dark .byted-popover-arrow-dir-bottom .byted-popover-arrow-inner,
.byted-popover-mode-dark .byted-popover-arrow-dir-left .byted-popover-arrow-inner,
.byted-popover-mode-dark .byted-popover-arrow-dir-right .byted-popover-arrow-inner,
.byted-popover-mode-dark .byted-popover-arrow-dir-top .byted-popover-arrow-inner {
  border-color: transparent rgba(50, 51, 53, .95) rgba(50, 51, 53, .95) transparent
}

.knowledge-render-container .byted-popper-trigger {
  display: inline-flex
}

.knowledge-catalog {
  color: #333;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 200px;
  overflow-y: auto;
  overflow: hidden;
  width: 100%
}

.knowledge-catalog::-webkit-scrollbar {
  display: none
}

.knowledge-catalog-title {
  border-left: 2px solid #edf1f5;
  color: #333;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  padding-left: 16px
}

.knowledge-catalog-items {
  flex: 1 1;
  height: 100%;
  overflow-y: auto;
  padding-right: 16px
}

.knowledge-catalog-items a {
  color: #333;
  cursor: pointer;
  position: relative
}

.knowledge-catalog-items-header-one {
  padding-left: 16px
}

.knowledge-catalog-items-header-two {
  padding-left: 32px
}

.knowledge-catalog-items-header-three {
  padding-left: 48px
}

.knowledge-catalog-items-header-three a {
  color: #666
}

.knowledge-catalog-items-header-four {
  font-weight: 400;
  padding-left: 64px
}

.knowledge-catalog-items-header-four a {
  color: #666
}

.knowledge-catalog-items-header-five {
  padding-left: 80px
}

.knowledge-catalog-items-header-six {
  padding-left: 96px
}

.knowledge-catalog-items-header-seven {
  padding-left: 112px
}

.knowledge-catalog-items-header-eight {
  padding-left: 120px
}

.knowledge-catalog-items-header-nine {
  padding-left: 128px
}

.knowledge-catalog-items-header-item {
  word-wrap: break-word;
  border-left: 2px solid #edf1f5;
  display: flex;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  max-width: 196px;
  min-width: 196px;
  position: relative
}

.knowledge-catalog-items-header-item .byted-popper-trigger {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  word-break: keep-all
}

.knowledge-catalog-items-header-item>a {
  flex: 1 1;
  overflow: hidden
}

.knowledge-catalog-items-header-item>a .byted-popper-trigger {
  width: 100%
}

.knowledge-catalog-items-header-item-active {
  border-left: 2px solid #3f71c3
}

.knowledge-catalog-items-header-item-active>a {
  color: #2f88ff
}

.editor-kit-container {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 1.625;
  outline: none;
  overflow-wrap: break-word;
  position: relative;
  white-space: pre-wrap
}

.editor-kit-container:before,
.editor-kit-container[data-placeholder]:before {
  content: attr(data-placeholder)
}

.editor-kit-container:before {
  color: #bbbfc4;
  height: 0;
  pointer-events: none;
  position: absolute
}

.editor-kit-container .ace-line {
  margin-bottom: 8px;
  margin-top: 8px
}

.editor-kit-container .ace-line .not-display-enter {
  display: inline-block;
  height: 0;
  position: absolute;
  width: 0
}

.editor-kit-container .ace-line:first-child,
.editor-kit-container .ace-table td .ace-line:first-child {
  margin-top: 0
}

.editor-kit-container .ace-table td .ace-line:last-child {
  margin-bottom: 0
}

.outterdocbody {
  overflow-y: "auto";
  position: "relative"
}

.doc-resize-placeholder {
  height: 100%;
  left: 0;
  position: absolute;
  top: -120%;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 100%
}

.i-icon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  display: inline-block;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -.125em
}

.i-icon-spin svg {
  animation: i-icon-spin 1s linear infinite
}

.i-icon-rtl {
  transform: scaleX(-1)
}

@keyframes i-icon-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes i-icon-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.editor-kit-container .align-center,
.editor-kit-container .align-center .image-container-wrap,
.editor-kit-container .image-container-wrap {
  text-align: center
}

.editor-kit-container .align-center li {
  list-style-position: inside
}

.editor-kit-container .align-right,
.editor-kit-container .align-right .image-container-wrap {
  text-align: right
}

.editor-kit-container .align-right li {
  list-style-position: inside
}

.editor-kit-container .align-left .image-container-wrap {
  text-align: left
}

.editor-kit-container .align-justify,
.editor-kit-container .align-justify .image-container-wrap {
  text-align: justify
}

.editor-kit-container .align-justify li {
  list-style-position: inside
}

.ace-table-loading-container {
  padding: 8px 0
}

.ace-table-loading-container .ace-table-loading {
  background-color: #f5f6f7;
  border: 1px solid #dee0e3;
  border-radius: 4px;
  box-sizing: border-box;
  height: 160px;
  min-width: 36px;
  padding: 61px;
  position: relative
}

.ace-table-loading-container .ace-table-loading .ace-table-loader {
  margin: 0 auto;
  position: relative;
  width: 36px
}

.ace-table-loading-container .ace-table-loading .ace-table-loader:before {
  content: "";
  display: block;
  padding-top: 100%
}

.ace-table-loading-container .ace-table-loading .circular {
  animation: ace-zone-loading-rotate 2s linear infinite;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.ace-table-loading-container .ace-table-loading .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke: #bbbfc4;
  stroke-linecap: round;
  animation: ace-zone-loading-dash 1.5s ease-in-out infinite
}

@-webkit-keyframes ace-zone-loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes ace-zone-loading-rotate {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes ace-zone-loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

@keyframes ace-zone-loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px
  }

  to {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px
  }
}

.editor-kit-container .ace-table-col-toolbar,
.editor-kit-container .ace-table-row-toolbar {
  background: transparent;
  background: #fff;
  border: 1px solid #dee0e3;
  border-radius: 26px;
  box-shadow: 0 6px 24px rgba(31, 35, 41, .1);
  display: none;
  line-height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 39
}

.editor-kit-container .ace-table-col-toolbar:after,
.editor-kit-container .ace-table-row-toolbar:after {
  background-color: #dee0e3;
  bottom: 0;
  content: "";
  display: inline-block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.editor-kit-container .ace-table-col-toolbar .hpx-button,
.editor-kit-container .ace-table-row-toolbar .hpx-button {
  background: none;
  height: 22px;
  overflow: visible;
  vertical-align: top;
  width: 22px
}

.editor-kit-container .ace-table-col-toolbar .dmc-button-content,
.editor-kit-container .ace-table-row-toolbar .dmc-button-content {
  margin-left: 0;
  margin-top: -3px;
  vertical-align: top
}

.editor-kit-container .ace-table-col-toolbar .ace-table-add-action,
.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action,
.editor-kit-container .ace-table-row-toolbar .ace-table-add-action,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action {
  background-color: #fff;
  padding: 0
}

.editor-kit-container .ace-table-col-toolbar .ace-table-add-action svg,
.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action svg,
.editor-kit-container .ace-table-row-toolbar .ace-table-add-action svg,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action svg {
  margin: auto
}

.editor-kit-container .ace-table-col-toolbar .ace-table-add-action svg path,
.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action svg path,
.editor-kit-container .ace-table-row-toolbar .ace-table-add-action svg path,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action svg path {
  fill: #2b2f36
}

.editor-kit-container .ace-table-col-toolbar .ace-table-add-action:hover svg path,
.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action:hover svg path,
.editor-kit-container .ace-table-row-toolbar .ace-table-add-action:hover svg path,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action:hover svg path {
  fill: #3370ff
}

.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action:hover svg path,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action:hover svg path {
  fill: #f54a45
}

.editor-kit-container .ace-table-row-toolbar {
  height: 60px;
  left: -50px;
  padding: 3px 0;
  top: 0;
  transform: translateY(-50%);
  width: 24px
}

.editor-kit-container .ace-table-row-toolbar .ace-table-add-action,
.editor-kit-container .ace-table-row-toolbar .ace-table-remove-action {
  height: 50%;
  width: 100%
}

.editor-kit-container .ace-table-row-toolbar:after {
  height: 1px;
  width: 60%
}

.editor-kit-container .ace-table-col-toolbar {
  height: 24px;
  left: 0;
  padding: 0 3px;
  top: -50px;
  transform: translateX(-50%);
  width: 60px
}

.editor-kit-container .ace-table-col-toolbar .ace-table-add-action,
.editor-kit-container .ace-table-col-toolbar .ace-table-remove-action {
  text-align: center;
  vertical-align: middle;
  width: 50%
}

.editor-kit-container .ace-table-col-toolbar:after {
  height: 60%;
  width: 1px
}

@media screen and (max-width:900px) {
  .editor-kit-container .ace-table-wrapper-outer .ace-table-row-toolbar {
    left: 0
  }
}

.editor-kit-container .ace-table-col-headers {
  border-radius: 12px;
  height: 12px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: -20px
}

.editor-kit-container .ace-table-col-headers .ace-table-col-headers-inner {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  top: 0
}

.editor-kit-container .ace-table-col-headers .ace-table-col-headers-left-shadow {
  background: linear-gradient(270deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .16));
  border-left: 1px solid #dee0e3;
  bottom: 0;
  height: 12px;
  left: 0;
  position: absolute;
  width: 8px;
  z-index: 24
}

.editor-kit-container .ace-table-col-headers .ace-table-col-headers-right-shadow {
  background: linear-gradient(90deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .16));
  border-right: 1px solid #dee0e3;
  bottom: 0;
  box-shadow: 2px 0 0 #fff;
  height: 12px;
  position: absolute;
  right: 2px;
  width: 8px
}

.editor-kit-container .ace-table-col-headers .ace-table-col-headers-left-shadow.tb-scrollable-shadow-enabled {
  border-left-color: #dee0e3
}

.editor-kit-container .ace-table-col-headers .ace-table-col-headers-right-shadow.tb-scrollable-shadow-enabled {
  border-right-color: #dee0e3
}

.editor-kit-container .ace-table-col-headers .dmc-button-content {
  display: none
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header .ace-table-col-select {
  background-color: #eff0f1;
  border-radius: 0;
  bottom: auto;
  box-sizing: border-box;
  height: 12px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header .ace-table-col-select:active,
.editor-kit-container .ace-table-col-headers .ace-table-col-header .ace-table-col-select:hover {
  background-color: #dee0e3
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header:first-child .ace-table-col-select {
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header:last-child .ace-table-col-select {
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header.ace-table-col-header-partial-selected .ace-table-col-select,
.editor-kit-container .ace-table-col-headers .ace-table-col-header.ace-table-col-header-partial-selected .ace-table-row-select {
  background-color: #bacefd;
  border-bottom-color: #bacefd
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header.ace-table-col-header-partial-selected:hover:before {
  margin-top: 2px
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header.ace-table-col-header-selected .ace-table-col-select {
  background: #4e83fd;
  border-color: #dee0e3;
  z-index: 23
}

.editor-kit-container .ace-table-col-headers .ace-table-col-header.ace-table-col-header-selected .ace-table-col-select:hover .dmc-button-content {
  display: block
}

.editor-kit-container .ace-table-is-resizing .ace-table-col-insert {
  opacity: 0
}

.editor-kit-container .ace-table-is-dragging .ace-table-col-header-partial-selected:before {
  content: none !important
}

.editor-kit-container .tb-resizable {
  height: 100%;
  position: relative
}

.editor-kit-container td.tb-resizable:last-child>.tb-resizable-horz {
  right: -1px
}

.editor-kit-container td.tb-resizable:last-child>.tb-resizable-horz>.tb-resizable-grippy-inner {
  transform: translateX(6px)
}

.editor-kit-container td.tb-resizable:first-child>.tb-resizable-horz.tb-resizable-left {
  left: -3px;
  width: 4px
}

.editor-kit-container .tb-resizable-horz.tb-resizable-left {
  left: -4px;
  right: auto
}

.editor-kit-container .tb-resizable-horz.is-hovered .svg-icon-horz-resizable-arrow {
  top: -1px
}

.editor-kit-container .tb-resizable-horz.is-hovered .tb-resizable-grippy-inner {
  background-color: #3370ff;
  transition: background-color 0ms linear .25s
}

.editor-kit-container .tb-resizable-horz {
  bottom: -1px;
  cursor: col-resize;
  display: block;
  position: absolute;
  right: -4px;
  top: -1px;
  width: 7px;
  z-index: 38
}

.editor-kit-container .tb-resizable-horz .icon-overlay {
  cursor: col-resize
}

.editor-kit-container .tb-resizable-horz .tb-resizable-grippy-inner {
  height: 100%;
  transform: translateX(3px);
  transition: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 1px
}

.editor-kit-container .tb-resizable-horz:hover .svg-icon-horz-resizable-arrow {
  top: -1px
}

.editor-kit-container .tb-resizable-horz:hover .tb-resizable-grippy-inner {
  background-color: #3370ff;
  transition: background-color 0ms linear .25s
}

.editor-kit-container .tb-resizable-vert.tb-resizable-top {
  bottom: auto;
  top: -4px
}

.editor-kit-container .tb-resizable-vert.is-hovered .tb-resizable-grippy-inner {
  background-color: #3370ff
}

.editor-kit-container tr:first-child>.tb-resizable>.tb-resizable-vert.tb-resizable-top {
  height: 4px;
  top: -3px
}

.editor-kit-container tr:last-child>.tb-resizable>.tb-resizable-vert {
  bottom: 0;
  height: 4px
}

.editor-kit-container .ace-table-add-remove-shown .tb-resizable-horz.is-hovered .tb-resizable-grippy-inner,
.editor-kit-container .ace-table-add-remove-shown .tb-resizable-horz:hover .tb-resizable-grippy-inner,
.editor-kit-container .ace-table-is-dragging .tb-resizable-horz.is-hovered .tb-resizable-grippy-inner,
.editor-kit-container .ace-table-is-dragging .tb-resizable-horz:hover .tb-resizable-grippy-inner {
  transition: none
}

.editor-kit-container .tb-resizable-vert {
  bottom: -4px;
  cursor: row-resize;
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 38
}

.editor-kit-container .tb-resizable-vert .icon-overlay {
  cursor: col-resize
}

.editor-kit-container .tb-resizable-vert .tb-resizable-grippy-inner {
  height: 1px;
  transform: translateY(3px);
  width: 100%
}

.editor-kit-container .tb-resizable-vert:hover .tb-resizable-grippy-inner {
  background-color: #3370ff
}

.editor-kit-container .tb-resizing * {
  cursor: col-resize !important
}

.editor-kit-container .editor-kit-mobile .tb-resizable {
  position: static
}

.editor-kit-container .ace-table-row-headers {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: -20px;
  position: absolute;
  top: 0;
  width: 12px
}

.editor-kit-container .ace-table-row-headers .dmc-button-content {
  display: none
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header {
  position: relative
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header .ace-table-row-select {
  background-color: #eff0f1;
  border-radius: 0;
  bottom: 0;
  box-sizing: border-box;
  height: 100%;
  position: absolute;
  right: auto;
  top: 0;
  width: 12px
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header .ace-table-row-select-hover,
.editor-kit-container .ace-table-row-headers .ace-table-row-header .ace-table-row-select:active {
  background-color: #dee0e3
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header:first-child .ace-table-row-select {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header:last-child .ace-table-row-select {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header.ace-table-row-header-partial-selected .ace-table-col-select,
.editor-kit-container .ace-table-row-headers .ace-table-row-header.ace-table-row-header-partial-selected .ace-table-row-select {
  background-color: #bacefd;
  border-right-color: #bacefd
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header.ace-table-row-header-partial-selected:hover:before {
  left: 1px
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header.ace-table-row-header-selected .ace-table-row-select {
  background: #4e83fd;
  border-color: #dee0e3;
  z-index: 23
}

.editor-kit-container .ace-table-row-headers .ace-table-row-header.ace-table-row-header-selected .ace-table-row-select:hover .dmc-button-content {
  display: block
}

.editor-kit-container .ace-table-is-resizing .ace-table-row-insert {
  opacity: 0
}

.editor-kit-container .ace-table-is-dragging .ace-table-row-header-partial-selected:before {
  content: none !important
}

.editor-kit-container .tb-scrollable-scrollbar {
  background: #fff;
  border: 1px solid #fff;
  border-top: none;
  bottom: 0;
  height: 15px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 2
}

.editor-kit-container .tb-scrollable-scrollbar:hover .tb-scrollable-scrollbar-thumb {
  height: 8px
}

.editor-kit-container .tb-scrollable-scrollbar .tb-scrollable-page-left {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%
}

.editor-kit-container .tb-scrollable-scrollbar .tb-scrollable-page-right {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%
}

.editor-kit-container .tb-scrollable-scrollbar-thumb {
  background-color: #dee0e3;
  border-radius: 4px;
  cursor: pointer;
  height: 4px;
  margin: 4px 2px;
  position: absolute;
  transition: height .15s ease-out;
  transition-delay: .15s;
  width: 0
}

.editor-kit-container .tb-scrollable-scrollbar-thumb:hover {
  background-color: #bbbfc4
}

.editor-kit-container .tb-scrollable-scrolling .tb-scrollable-scrollbar-thumb {
  background-color: #bbbfc4;
  height: 8px
}

.editor-kit-container .tb-scrollable-stunt {
  height: 100%;
  left: -100%;
  position: absolute;
  top: -100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  visibility: hidden;
  width: 100%
}

.editor-kit-container .tb-scrollable-content {
  overflow-x: auto;
  overflow-y: hidden
}

.editor-kit-container .tb-scrollable-content .tb-scrollable-shadow {
  bottom: 1px;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1
}

.editor-kit-container .tb-scrollable-content .tb-scrollable-shadow-left {
  border-left: 1px solid transparent;
  left: 0
}

.editor-kit-container .tb-scrollable-content .tb-scrollable-shadow-left.tb-scrollable-shadow-enabled {
  background: linear-gradient(270deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .1));
  border-left-color: #dee0e3
}

.editor-kit-container .tb-scrollable-content .tb-scrollable-shadow-right {
  border-right: 1px solid transparent;
  right: 0
}

.editor-kit-container .tb-scrollable-content .tb-scrollable-shadow-right.tb-scrollable-shadow-enabled {
  background: linear-gradient(90deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .1));
  border-right-color: #dee0e3
}

.editor-kit-container .tb-scrollable-hide-auto-scrollbar .tb-scrollable-shadow {
  bottom: 16px
}

.editor-kit-container .ace-table-wrapper-outer.ace-table-is-focused .tb-scrollable-shadow-left {
  border-left-color: transparent
}

.editor-kit-container .ace-table-wrapper-outer.ace-table-is-focused .tb-scrollable-shadow-right {
  border-right-color: transparent
}

.editor-kit-container .ace-table-wrapper-outer.ace-table-is-focused .tb-scrollable-shadow-left.tb-scrollable-shadow-enabled {
  background: linear-gradient(270deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .08));
  border-left-color: #dee0e3
}

.editor-kit-container .ace-table-wrapper-outer.ace-table-is-focused .tb-scrollable-shadow-right.tb-scrollable-shadow-enabled {
  background: linear-gradient(90deg, rgba(31, 35, 41, 0), rgba(31, 35, 41, .08));
  border-right-color: #dee0e3
}

.editor-kit-container td.ace-table-cell-selected:not(.ace-table-cell-is-deletion-hint) {
  background-clip: padding-box;
  background-color: #f0f4ff;
  caret-color: transparent
}

.editor-kit-container td.ace-table-cell-selected:not(.ace-table-cell-is-deletion-hint) ::selection {
  background-color: transparent
}

.editor-kit-container .ace-table-cell {
  border: 1px solid #dee0e3;
  outline: none
}

.editor-kit-container .ace-table-table-header-wrapper {
  height: 0;
  left: -12px;
  margin-bottom: -1px;
  margin-right: -1px;
  position: absolute;
  top: -12px;
  width: 0
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-select {
  background-color: #eff0f1;
  left: -12px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -12px;
  z-index: 100
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-select svg {
  margin-left: -2px;
  margin-top: -2px
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-select path {
  fill: #8f959e
}

.editor-kit-container .ace-table-table-header-wrapper:hover .ace-table-table-select {
  background-color: #dee0e3
}

.editor-kit-container .ace-table-table-header-wrapper:hover .ace-table-table-select path {
  fill: #8f959e
}

.editor-kit-container .ace-table-table-header-wrapper.selected .ace-table-table-select {
  background-color: #3370ff
}

.editor-kit-container .ace-table-table-header-wrapper.selected .ace-table-table-select path {
  fill: #fff
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-header {
  border: none;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-header .dmc-button-content {
  display: none
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-header .ace-table-col-insert {
  right: -3px
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-table-header .ace-table-row-insert {
  bottom: -3px
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-row-insert {
  background-color: #dee0e3;
  border-radius: 50%;
  bottom: -2px;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .1s linear;
  width: 5px;
  z-index: 23
}

.editor-kit-container .ace-table-table-header-wrapper .ace-table-col-insert {
  background-color: #dee0e3;
  border-radius: 50%;
  height: 5px;
  opacity: 0;
  position: absolute;
  right: -2px;
  top: 0;
  transition: opacity .1s linear;
  width: 5px;
  z-index: 23
}

.editor-kit-container .ace-table-header {
  position: absolute;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 35
}

.editor-kit-container .ace-table-header .cp-popover {
  font-size: 14px
}

.editor-kit-container .ace-table-header__popover {
  list-style: none;
  padding: 8px
}

.editor-kit-container .ace-table-header .ace-table-header__btn {
  color: #000;
  cursor: pointer;
  height: 36px;
  line-height: 36px
}

.editor-kit-container .ace-table-header .ace-table-header__btn span {
  cursor: pointer;
  word-break: keep-all
}

.editor-kit-container .ace-table-header .ace-table-header__btn.disabled {
  color: rgba(31, 35, 41, .25);
  cursor: default
}

.editor-kit-container .ace-table-header .ace-table-header__btn.disabled span {
  cursor: default
}

.editor-kit-container .ace-table-header .ace-table-header__btn:not(.disabled):hover:hover {
  fill: #3370ff;
  color: #3370ff
}

.editor-kit-container .ace-table-header .ace-table-header__btn:not(.disabled):hover:active {
  fill: #245bdb;
  color: #245bdb
}

.editor-kit-container .ace-table-header .ace-table-header__btn>div {
  align-items: center;
  display: flex;
  justify-content: flex-start
}

.editor-kit-container .ace-table-header svg {
  margin-right: 8px
}

.editor-kit-container .ace-table-header__trigger {
  fill: #bbbfc4;
  background-color: #fff;
  border: 1px solid #bbbfc4;
  border-radius: 50%;
  cursor: pointer;
  display: block;
  height: 28px;
  position: relative;
  width: 28px
}

.editor-kit-container .ace-table-header__trigger:hover {
  fill: #3370ff;
  border-color: #3370ff
}

.editor-kit-container .ace-table-header__trigger svg {
  margin: auto
}

.editor-kit-container .ace-table-header .cp-popover-arrow {
  display: none
}

.editor-kit-container .ace-table-mount-point {
  display: block
}

.editor-kit-container .ace-table-wrapper-outer {
  margin: 0 -1px 0 0;
  padding: 30px 0 16px;
  position: relative;
  transition: margin-left .1s ease-in, margin-right .1s ease-in
}

.editor-kit-container .ace-table-wrapper-outer .hpx-button span {
  cursor: pointer
}

.editor-kit-container .ace-table-wrapper-outer button {
  background: none;
  border: none;
  cursor: pointer
}

.editor-kit-container .ace-table-wrapper-outer .tb-scrollable-children {
  padding: 1px
}

.editor-kit-container .ace-table-wrapper-outer.ace-table-is-highlight .ace-table {
  border: 1px solid #3370ff
}

.editor-kit-container .ace-table-wrapper {
  padding: 0;
  position: relative
}

.editor-kit-container .ace-table-wrapper::-moz-selection:window-inactive {
  background: #bbbfc4
}

.editor-kit-container .ace-table-wrapper::selection:window-inactive {
  background: #bbbfc4
}

.editor-kit-container .ace-table-wrapper-inner {
  border-left: none;
  border-right: none;
  margin: 0;
  overflow: hidden
}

.editor-kit-container .ace-table {
  border: 1px solid #dee0e3;
  border-spacing: 0;
  cursor: text;
  position: relative;
  width: 50px;
  word-break: break-all;
  word-break: break-word
}

.editor-kit-container .ace-table .heading-h1 {
  font-size: 22.75px;
  margin-bottom: 8.75px
}

.editor-kit-container .ace-table .heading-h2 {
  font-size: 19.25px;
  margin-bottom: 7px
}

.editor-kit-container .ace-table .heading-h3 {
  font-size: 17.5px;
  margin-bottom: 7px
}

.editor-kit-container .ace-table .heading-h4 {
  font-size: 15.75px;
  margin-bottom: 7px
}

.editor-kit-container .ace-table .heading-h5,
.editor-kit-container .ace-table .heading-h6,
.editor-kit-container .ace-table .heading-h7,
.editor-kit-container .ace-table .heading-h8,
.editor-kit-container .ace-table .heading-h9 {
  font-size: 14px;
  margin-bottom: 5.25px
}

.editor-kit-container .ace-table tbody>tr>td {
  border-color: #dee0e3;
  border-style: solid;
  border-width: 1px 0 0 1px;
  font-size: 14px;
  min-width: 50px;
  vertical-align: top
}

.editor-kit-container .ace-table tbody>tr:first-child>td {
  border-top-width: 0
}

.editor-kit-container .ace-table tbody>tr>td:first-child {
  border-left: 0
}

.editor-kit-container .ace-table .image-uploaded {
  padding: 0
}

.editor-kit-container .ace-table .ace-editor {
  border-radius: 5px;
  min-height: 0;
  padding: 9px 8px 8px
}

.editor-kit-container .ace-table .ace-editor:focus {
  outline: none
}

.editor-kit-container .ace-table .ep-cursor__name {
  transform: scale(.8)
}

.editor-kit-container .ace-table-temp-row {
  background-color: #f0f4ff
}

.editor-kit-container .ace-table-temp-row div {
  min-height: 38px
}

.editor-kit-container .ace-table-temp-col {
  background-color: #f0f4ff
}

.editor-kit-container .ace-table-temp-col div {
  min-height: 38px
}

.editor-kit-container .ace-table-full-width-button {
  display: block;
  height: 23px;
  position: absolute;
  right: -34px;
  top: -13px;
  width: 23px
}

.editor-kit-container .ace-table-is-dragging * {
  cursor: move !important
}

.editor-kit-container .ace-table-toolbars {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.editor-kit-container .ace-button {
  border-radius: 20px;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
  width: 20px
}

.editor-kit-container .ace-button svg {
  cursor: pointer
}

.editor-kit-container .ace-button-white {
  background: #fff;
  height: 34px;
  width: 34px
}

.editor-kit-container .ace-button-white:hover path {
  fill: #3370ff
}

.editor-kit-container .table-hide {
  display: none !important
}

.editor-kit-container .ace-table-is-drag-mutating-rows,
.editor-kit-container .ace-table-is-drag-mutating-rows .hpx-button,
.editor-kit-container .ace-table-is-drag-mutating-rows div,
.editor-kit-container .ace-table-is-drag-mutating-rows span,
.editor-kit-container .ace-table-is-drag-mutating-rows td {
  cursor: ns-resize !important
}

.editor-kit-container .ace-table-is-drag-mutating-cols,
.editor-kit-container .ace-table-is-drag-mutating-cols .hpx-button,
.editor-kit-container .ace-table-is-drag-mutating-cols div,
.editor-kit-container .ace-table-is-drag-mutating-cols span,
.editor-kit-container .ace-table-is-drag-mutating-cols td {
  cursor: ew-resize !important
}

.editor-kit-container .table-non-selectable {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.editor-kit-container .none-pointer-events {
  pointer-events: none
}

.editor-kit-container.editor-kit-mobile .ace-table-wrapper-inner {
  overflow-x: auto;
  overflow-y: hidden
}

.editor-kit-container.editor-kit-mobile .ace-table {
  border: 1px solid #dee0e3 !important;
  border-left: 0 !important;
  border-top: 0 !important
}

.editor-kit-container.editor-kit-mobile .ace-table tbody>tr>td {
  border-color: #dee0e3 !important;
  border-style: solid !important;
  border-width: 1px 0 0 1px !important
}

.editor-kit-container ul {
  margin: 0
}

.editor-kit-container ul.list-done li {
  text-decoration: line-through
}

.editor-kit-container ul.list-done li:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.589 3.903.808.808a.35.35 0 0 1 0 .495L6.18 10.425a.35.35 0 0 1-.495 0L2.703 7.444a.35.35 0 0 1 0-.495l.808-.808a.35.35 0 0 1 .495 0l1.925 1.924 4.163-4.163a.35.35 0 0 1 .495 0Z' fill='%233370FF'/%3E%3C/svg%3E");
  border-color: #373c43
}

.editor-kit-container ul.list-check,
.editor-kit-container ul.list-done {
  list-style-type: none;
  margin-left: -6px;
  padding-left: 28px;
  position: relative
}

.editor-kit-container ul.list-check li:before,
.editor-kit-container ul.list-done li:before {
  height: 14px;
  margin-left: -22px;
  margin-right: 6px;
  width: 14px
}

.editor-kit-container ul.list-check .collapsable-section-handle,
.editor-kit-container ul.list-done .collapsable-section-handle {
  transform: translateY(1px)
}

.editor-kit-container ul.list-check li:before,
.editor-kit-container ul.list-done li:before {
  background-position: 50%;
  border: 1px solid #2b2f36;
  border-radius: 2px;
  content: " ";
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  position: relative;
  top: 2px;
  white-space: normal
}

.editor-kit-container .disable-click ul.list-check li:before,
.editor-kit-container .disable-click ul.list-done li:before {
  cursor: default
}

.editor-kit-container .heading-h1 ul.list-check,
.editor-kit-container .heading-h1 ul.list-done {
  margin-left: -6px;
  padding-left: 40px
}

.editor-kit-container .heading-h1 ul.list-check li:before,
.editor-kit-container .heading-h1 ul.list-done li:before {
  border: 3px solid #2b2f36;
  font-size: 30px;
  height: 18px;
  margin-left: -34px;
  margin-right: 10px;
  width: 18px
}

.editor-kit-container .heading-h2 ul.list-check,
.editor-kit-container .heading-h2 ul.list-done {
  margin-left: -6px;
  padding-left: 33px
}

.editor-kit-container .heading-h2 ul.list-check li:before,
.editor-kit-container .heading-h2 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 24px;
  height: 15px;
  margin-left: -27px;
  margin-right: 8px;
  width: 15px
}

.editor-kit-container .heading-h3 ul.list-check,
.editor-kit-container .heading-h3 ul.list-done {
  margin-left: -6px;
  padding-left: 32px
}

.editor-kit-container .heading-h3 ul.list-check li:before,
.editor-kit-container .heading-h3 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 20px;
  height: 14px;
  margin-left: -26px;
  margin-right: 8px;
  width: 14px
}

.editor-kit-container .ace-table .heading-h1 ul.list-check,
.editor-kit-container .ace-table .heading-h1 ul.list-done {
  margin-left: -6px;
  padding-left: 32px
}

.editor-kit-container .ace-table .heading-h1 ul.list-check li:before,
.editor-kit-container .ace-table .heading-h1 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 24px;
  height: 16px;
  margin-left: -26px;
  margin-right: 6px;
  width: 16px
}

.editor-kit-container .ace-table .heading-h2 ul.list-check,
.editor-kit-container .ace-table .heading-h2 ul.list-done {
  margin-left: -6px;
  padding-left: 30px
}

.editor-kit-container .ace-table .heading-h2 ul.list-check li:before,
.editor-kit-container .ace-table .heading-h2 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 20px;
  height: 14px;
  margin-left: -24px;
  margin-right: 6px;
  width: 14px
}

.editor-kit-container .ace-table .heading-h3 ul.list-check,
.editor-kit-container .ace-table .heading-h3 ul.list-done {
  margin-left: -6px;
  padding-left: 28px
}

.editor-kit-container .ace-table .heading-h3 ul.list-check li:before,
.editor-kit-container .ace-table .heading-h3 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 18px;
  height: 12px;
  margin-left: -22px;
  margin-right: 6px;
  width: 12px
}

.editor-kit-container .ace-table .heading-h4 ul.list-check,
.editor-kit-container .ace-table .heading-h4 ul.list-done {
  margin-left: -6px;
  padding-left: 28px
}

.editor-kit-container .ace-table .heading-h4 ul.list-check li:before,
.editor-kit-container .ace-table .heading-h4 ul.list-done li:before {
  border: 2px solid #2b2f36;
  font-size: 19px;
  height: 12px;
  margin-left: -22px;
  margin-right: 6px;
  width: 12px
}

.editor-kit-container[contenteditable=false] ul.list-check li:before,
.editor-kit-container[contenteditable=false] ul.list-done li:before {
  cursor: default
}

.editor-kit-container .heading-h1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 26px
}

.editor-kit-container .heading-h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 22px
}

.editor-kit-container .heading-h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 8px;
  margin-top: 20px
}

.adit-popup-container {
  position: relative
}

.adit-popup-container .link-modify-popup,
.adit-popup-container .link-noty-popup,
.adit-popup-container .link-popup {
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  border: 1px solid #dee0e3;
  border-radius: 8px;
  box-shadow: 0 3px 12px 0 rgba(31, 35, 41, .1);
  box-sizing: border-box;
  color: #8f959e;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 20px;
  z-index: 10000
}

.adit-popup-container .link-modify-popup *,
.adit-popup-container .link-noty-popup *,
.adit-popup-container .link-popup * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.adit-popup-container .link-modify-popup a,
.adit-popup-container .link-modify-popup button,
.adit-popup-container .link-modify-popup input,
.adit-popup-container .link-modify-popup textarea,
.adit-popup-container .link-noty-popup a,
.adit-popup-container .link-noty-popup button,
.adit-popup-container .link-noty-popup input,
.adit-popup-container .link-noty-popup textarea,
.adit-popup-container .link-popup a,
.adit-popup-container .link-popup button,
.adit-popup-container .link-popup input,
.adit-popup-container .link-popup textarea {
  outline: 0
}

.adit-popup-container .link-modify-popup button,
.adit-popup-container .link-noty-popup button,
.adit-popup-container .link-popup button {
  background: none;
  border: none;
  cursor: pointer
}

.adit-popup-container .link-modify-popup.link-modify-popup_hidden,
.adit-popup-container .link-modify-popup.link-noty-popup_hidden,
.adit-popup-container .link-modify-popup.link-popup_hidden,
.adit-popup-container .link-noty-popup.link-modify-popup_hidden,
.adit-popup-container .link-noty-popup.link-noty-popup_hidden,
.adit-popup-container .link-noty-popup.link-popup_hidden,
.adit-popup-container .link-popup.link-modify-popup_hidden,
.adit-popup-container .link-popup.link-noty-popup_hidden,
.adit-popup-container .link-popup.link-popup_hidden {
  display: none
}

.adit-popup-container .link-modify-popup__triangle,
.adit-popup-container .link-noty-popup__triangle,
.adit-popup-container .link-popup__triangle {
  -webkit-filter: drop-shadow(1px -1px 1px rgba(67, 74, 84, .12));
  filter: drop-shadow(1px -1px 1px rgba(67, 74, 84, .12));
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: -15px
}

.adit-popup-container .link-modify-popup .link-row,
.adit-popup-container .link-noty-popup .link-row,
.adit-popup-container .link-popup .link-row {
  white-space: nowrap
}

.adit-popup-container .link-modify-popup .link-row-text,
.adit-popup-container .link-noty-popup .link-row-text,
.adit-popup-container .link-popup .link-row-text {
  color: #1f2329;
  display: inline-block;
  margin-right: 8px;
  text-align: right
}

.adit-popup-container .link-modify-popup .link-row-input,
.adit-popup-container .link-noty-popup .link-row-input,
.adit-popup-container .link-popup .link-row-input {
  border: 1px solid #dee0e3;
  border-radius: 6px;
  color: #1f2329;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  padding-left: 9px;
  width: 261px
}

.adit-popup-container .link-modify-popup .link-row-input::-webkit-input-placeholder,
.adit-popup-container .link-noty-popup .link-row-input::-webkit-input-placeholder,
.adit-popup-container .link-popup .link-row-input::-webkit-input-placeholder {
  color: #8f959e
}

.adit-popup-container .link-modify-popup .link-row-input::-moz-placeholder,
.adit-popup-container .link-noty-popup .link-row-input::-moz-placeholder,
.adit-popup-container .link-popup .link-row-input::-moz-placeholder {
  color: #8f959e
}

.adit-popup-container .link-modify-popup .link-row-input:-ms-input-placeholder,
.adit-popup-container .link-noty-popup .link-row-input:-ms-input-placeholder,
.adit-popup-container .link-popup .link-row-input:-ms-input-placeholder {
  color: #8f959e
}

.adit-popup-container .link-modify-popup .link-row-input:focus,
.adit-popup-container .link-noty-popup .link-row-input:focus,
.adit-popup-container .link-popup .link-row-input:focus {
  border-color: #3370ff
}

.adit-popup-container .link-modify-popup .link-row:last-child,
.adit-popup-container .link-noty-popup .link-row:last-child,
.adit-popup-container .link-popup .link-row:last-child {
  margin-top: 16px
}

.adit-popup-container .link-modify-popup .link-row:first-child,
.adit-popup-container .link-noty-popup .link-row:first-child,
.adit-popup-container .link-popup .link-row:first-child {
  margin-top: 0
}

.adit-popup-container .link-modify-popup .link-modify-submit,
.adit-popup-container .link-modify-popup .link-submit,
.adit-popup-container .link-noty-popup .link-modify-submit,
.adit-popup-container .link-noty-popup .link-submit,
.adit-popup-container .link-popup .link-modify-submit,
.adit-popup-container .link-popup .link-submit {
  background-color: #3370ff;
  border: none;
  border-radius: 6px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  margin-left: 20px;
  vertical-align: top;
  width: 80px
}

.adit-popup-container .link-modify-popup .link-modify-submit:active,
.adit-popup-container .link-modify-popup .link-submit:active,
.adit-popup-container .link-noty-popup .link-modify-submit:active,
.adit-popup-container .link-noty-popup .link-submit:active,
.adit-popup-container .link-popup .link-modify-submit:active,
.adit-popup-container .link-popup .link-submit:active {
  background-color: #3370ff
}

.adit-popup-container .link-modify-popup .link-modify-submit>svg,
.adit-popup-container .link-modify-popup .link-submit>svg,
.adit-popup-container .link-noty-popup .link-modify-submit>svg,
.adit-popup-container .link-noty-popup .link-submit>svg,
.adit-popup-container .link-popup .link-modify-submit>svg,
.adit-popup-container .link-popup .link-submit>svg {
  display: inline-block
}

.adit-popup-container .link-modify-popup .link-submit:disabled,
.adit-popup-container .link-noty-popup .link-submit:disabled,
.adit-popup-container .link-popup .link-submit:disabled {
  background-color: #bbbfc4
}

.adit-popup-container .link-modify-popup.link-modify-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-modify-popup.link-noty-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-modify-popup.link-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-noty-popup.link-modify-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-noty-popup.link-noty-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-noty-popup.link-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-popup.link-modify-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-popup.link-noty-popup__uncollapsed .link-row:first-child,
.adit-popup-container .link-popup.link-popup__uncollapsed .link-row:first-child {
  display: none
}

.adit-popup-container .link-modify-popup.link-modify-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-modify-popup.link-noty-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-modify-popup.link-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-noty-popup.link-modify-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-noty-popup.link-noty-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-noty-popup.link-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-popup.link-modify-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-popup.link-noty-popup__uncollapsed .link-row:last-child,
.adit-popup-container .link-popup.link-popup__uncollapsed .link-row:last-child {
  margin-top: 0
}

.adit-popup-container .link-input:-moz-placeholder,
.adit-popup-container .link-input:-ms-input-placeholder,
.adit-popup-container .link-input::-moz-placeholder,
.adit-popup-container .link-input::-webkit-input-placeholder,
.adit-popup-container .link-modify-input:-moz-placeholder,
.adit-popup-container .link-modify-input:-ms-input-placeholder,
.adit-popup-container .link-modify-input::-moz-placeholder,
.adit-popup-container .link-modify-input::-webkit-input-placeholder {
  color: #bbbfc4
}

.adit-popup-container .link-iframe {
  align-items: center;
  display: flex;
  flex-flow: row nowrap
}

.adit-popup-container .link-iframe__icon {
  background-size: contain;
  border: 1px solid #e3e5ea;
  border-radius: 50%;
  height: 24px;
  width: 24px
}

.adit-popup-container .link-iframe__input {
  border: none;
  margin: 0 19px 0 9px;
  text-overflow: ellipsis;
  width: 210px
}

.adit-popup-container .link-iframe__example {
  color: #07f;
  font-size: 14px
}

.adit-popup-container .link-iframe__submit {
  background-color: #07f;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-left: 16px;
  padding: 6px 18px
}

.adit-popup-container .link-iframe.hidden,
.adit-popup-container .link-popup--iframe .link-popup__triangle,
.adit-popup-container .link-popup__input-group.hidden {
  display: none
}

.adit-popup-container .link-modify-popup {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  height: 40px;
  margin: 0;
  padding: 8px;
  z-index: 10000
}

.adit-popup-container .link-modify-popup * {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

.adit-popup-container .link-modify-popup a,
.adit-popup-container .link-modify-popup button,
.adit-popup-container .link-modify-popup input,
.adit-popup-container .link-modify-popup textarea {
  outline: 0
}

.adit-popup-container .link-modify-popup button {
  background: none;
  border: none;
  cursor: pointer
}

.adit-popup-container .link-modify-popup .link-popup__input-group {
  font-size: 0
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row {
  padding-left: 5px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row button {
  height: 24px;
  margin-left: 12px;
  vertical-align: middle;
  width: 24px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row button:hover {
  background-color: rgba(31, 35, 41, .08);
  border-radius: 6px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-input {
  width: 253px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-text {
  color: #3370ff;
  display: inline-block;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 249px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-submit {
  background: none;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: 15px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-submit svg {
  padding: 3px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-close {
  display: inline-block;
  margin-top: 2px
}

.adit-popup-container .link-modify-popup .link-popup__input-group .link-row .link-modify-delete svg {
  padding: 3px
}

.editor-kit-container .lb {
  background: #eff0f1
}

.editor-kit-container .url {
  color: var(--text-link-normal, #245bdb);
  text-decoration: none
}

.editor-kit-container .url:hover {
  text-decoration: none
}

.editor-kit-container .removeLink {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  word-break: break-all
}

.editor-kit-container span.outer-u-container:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #3370ff;
  text-decoration-color: #3370ff
}

.editor-kit-container .text-indent {
  text-indent: 2em
}

.editor-kit-container ol,
.editor-kit-container ul {
  margin: 0;
  padding-left: 0
}

.editor-kit-container ul.list-done li {
  color: #646a73
}

.editor-kit-container ul.r-list-bullet {
  list-style: none
}

.editor-kit-container ul.r-list-indent {
  list-style-type: none
}

.editor-kit-container ul.r-list-bullet li {
  padding-left: 22px
}

.editor-kit-container ul.r-list-bullet li:before {
  box-sizing: border-box;
  color: var(--primary-content-default, #3370ff);
  display: inline-block;
  margin-left: -20px;
  margin-right: 20px;
  position: absolute;
  text-align: right;
  transform: scale(1.25);
  width: 0
}

.editor-kit-container .heading-h1 ol.r-list-bullet li,
.editor-kit-container .heading-h1 ul.r-list-bullet li {
  padding-left: 32px
}

.editor-kit-container .heading-h1 ol.r-list-bullet li:before,
.editor-kit-container .heading-h1 ul.r-list-bullet li:before {
  margin-left: -29px;
  margin-right: 29px
}

.editor-kit-container .heading-h2 ol.r-list-bullet li,
.editor-kit-container .heading-h2 ul.r-list-bullet li {
  padding-left: 23px
}

.editor-kit-container .heading-h2 ol.r-list-bullet li:before,
.editor-kit-container .heading-h2 ul.r-list-bullet li:before {
  margin-left: -21px;
  margin-right: 21px
}

.editor-kit-container .heading-h3 ol.r-list-bullet li,
.editor-kit-container .heading-h3 ul.r-list-bullet li {
  padding-left: 22px
}

.editor-kit-container .heading-h3 ol.r-list-bullet li:before,
.editor-kit-container .heading-h3 ul.r-list-bullet li:before {
  margin-left: -20px;
  margin-right: 20px
}

.editor-kit-container .text-indent ol.r-list-bullet:not(.ace-table ol) li:before,
.editor-kit-container .text-indent ul.r-list-bullet:not(.ace-table ul) li:before {
  text-indent: -1em
}

.editor-kit-container ul.list-bullet1 li:before,
.editor-kit-container ul.list-bullet10 li:before,
.editor-kit-container ul.list-bullet13 li:before,
.editor-kit-container ul.list-bullet16 li:before,
.editor-kit-container ul.list-bullet4 li:before,
.editor-kit-container ul.list-bullet7 li:before {
  content: "\2022"
}

.editor-kit-container .chrome:not(.window) ul.list-bullet11 li:before,
.editor-kit-container .chrome:not(.window) ul.list-bullet14 li:before,
.editor-kit-container .chrome:not(.window) ul.list-bullet17 li:before,
.editor-kit-container .chrome:not(.window) ul.list-bullet2 li:before,
.editor-kit-container .chrome:not(.window) ul.list-bullet5 li:before,
.editor-kit-container .chrome:not(.window) ul.list-bullet8 li:before,
.editor-kit-container .safari ul.list-bullet11 li:before,
.editor-kit-container .safari ul.list-bullet14 li:before,
.editor-kit-container .safari ul.list-bullet17 li:before,
.editor-kit-container .safari ul.list-bullet2 li:before,
.editor-kit-container .safari ul.list-bullet5 li:before,
.editor-kit-container .safari ul.list-bullet8 li:before {
  font-weight: 700;
  transform: scale(.8)
}

.editor-kit-container ul.list-bullet11 li:before,
.editor-kit-container ul.list-bullet14 li:before,
.editor-kit-container ul.list-bullet17 li:before,
.editor-kit-container ul.list-bullet2 li:before,
.editor-kit-container ul.list-bullet5 li:before,
.editor-kit-container ul.list-bullet8 li:before {
  content: "\25E6"
}

.editor-kit-container ul.list-bullet12 li:before,
.editor-kit-container ul.list-bullet15 li:before,
.editor-kit-container ul.list-bullet3 li:before,
.editor-kit-container ul.list-bullet6 li:before,
.editor-kit-container ul.list-bullet9 li:before {
  content: "\25AA"
}

.editor-kit-container ol.r-list-number,
.editor-kit-container ul.r-list-number {
  list-style-type: none
}

.editor-kit-container ol.r-list-number li,
.editor-kit-container ul.r-list-number li {
  padding-left: 22px
}

.editor-kit-container ol.r-list-number li:before,
.editor-kit-container ul.r-list-number li:before {
  background-clip: padding-box;
  border-radius: 2px;
  box-sizing: border-box;
  color: var(--primary-content-default, #3370ff);
  content: attr(data-start) ".";
  display: inline-block;
  height: 100%;
  line-height: 1.2;
  margin-left: -22px;
  margin-right: 4px;
  min-width: 18px;
  overflow: visible;
  padding-left: 2px;
  padding-right: 2px;
  text-align: left;
  transform: translateX(-2px);
  white-space: nowrap
}

.editor-kit-container .heading-h1 ol.r-list-number li,
.editor-kit-container .heading-h1 ul.r-list-number li {
  padding-left: 32px
}

.editor-kit-container .heading-h1 ol.r-list-number li:before,
.editor-kit-container .heading-h1 ul.r-list-number li:before {
  margin-left: -32px;
  margin-right: 3px;
  min-width: 1.1em;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .heading-h2 ol.r-list-number li,
.editor-kit-container .heading-h2 ul.r-list-number li {
  padding-left: 23px
}

.editor-kit-container .heading-h2 ol.r-list-number li:before,
.editor-kit-container .heading-h2 ul.r-list-number li:before {
  margin-left: -23px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .heading-h3 ol.r-list-number li,
.editor-kit-container .heading-h3 ul.r-list-number li {
  padding-left: 22px
}

.editor-kit-container .heading-h3 ol.r-list-number li:before,
.editor-kit-container .heading-h3 ul.r-list-number li:before {
  margin-left: -22px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .heading-h4 ol.r-list-number li,
.editor-kit-container .heading-h4 ul.r-list-number li {
  padding-left: 21px
}

.editor-kit-container .heading-h4 ol.r-list-number li:before,
.editor-kit-container .heading-h4 ul.r-list-number li:before {
  margin-left: -21px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .heading-h5 ol.r-list-number li,
.editor-kit-container .heading-h5 ul.r-list-number li,
.editor-kit-container .heading-h6 ol.r-list-number li,
.editor-kit-container .heading-h6 ul.r-list-number li,
.editor-kit-container .heading-h7 ol.r-list-number li,
.editor-kit-container .heading-h7 ul.r-list-number li,
.editor-kit-container .heading-h8 ol.r-list-number li,
.editor-kit-container .heading-h8 ul.r-list-number li,
.editor-kit-container .heading-h9 ol.r-list-number li,
.editor-kit-container .heading-h9 ul.r-list-number li {
  padding-left: 20px
}

.editor-kit-container .heading-h5 ol.r-list-number li:before,
.editor-kit-container .heading-h5 ul.r-list-number li:before,
.editor-kit-container .heading-h6 ol.r-list-number li:before,
.editor-kit-container .heading-h6 ul.r-list-number li:before,
.editor-kit-container .heading-h7 ol.r-list-number li:before,
.editor-kit-container .heading-h7 ul.r-list-number li:before,
.editor-kit-container .heading-h8 ol.r-list-number li:before,
.editor-kit-container .heading-h8 ul.r-list-number li:before,
.editor-kit-container .heading-h9 ol.r-list-number li:before,
.editor-kit-container .heading-h9 ul.r-list-number li:before {
  margin-left: -20px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .text-indent ol.r-list-number li:before,
.editor-kit-container .text-indent ul.r-list-number li:before {
  margin-left: -20px;
  padding-right: 4px;
  text-indent: 0
}

.editor-kit-container .text-indent.heading-h1 ol.r-list-number li:before,
.editor-kit-container .text-indent.heading-h1 ul.r-list-number li:before,
.editor-kit-container .text-indent.heading-h2 ol.r-list-number li:before,
.editor-kit-container .text-indent.heading-h2 ul.r-list-number li:before {
  margin-left: -26px;
  padding-right: 10px
}

.editor-kit-container.window .heading-h1 ol.r-list-number li:before,
.editor-kit-container.window .heading-h1 ul.r-list-number li:before,
.editor-kit-container.window .heading-h2 ol.r-list-number li:before,
.editor-kit-container.window .heading-h2 ul.r-list-number li:before,
.editor-kit-container.window ol.r-list-number li:before,
.editor-kit-container.window ul.r-list-number li:before {
  padding-right: 0 !important
}

.editor-kit-container.window .heading-h3 ol.r-list-number li:before,
.editor-kit-container.window .heading-h3 ul.r-list-number li:before,
.editor-kit-container.window .heading-h4 ol.r-list-number li:before,
.editor-kit-container.window .heading-h4 ul.r-list-number li:before,
.editor-kit-container.window .heading-h5 ol.r-list-number li:before,
.editor-kit-container.window .heading-h5 ul.r-list-number li:before,
.editor-kit-container.window .heading-h6 ol.r-list-number li:before,
.editor-kit-container.window .heading-h6 ul.r-list-number li:before,
.editor-kit-container.window .heading-h7 ol.r-list-number li:before,
.editor-kit-container.window .heading-h7 ul.r-list-number li:before,
.editor-kit-container.window .heading-h8 ol.r-list-number li:before,
.editor-kit-container.window .heading-h8 ul.r-list-number li:before,
.editor-kit-container.window .heading-h9 ol.r-list-number li:before,
.editor-kit-container.window .heading-h9 ul.r-list-number li:before {
  padding-right: 2px !important
}

.editor-kit-container.chrome ol.r-list-number li,
.editor-kit-container.chrome ul.r-list-number li {
  vertical-align: -4px
}

.editor-kit-container.chrome ol.r-list-number li:before,
.editor-kit-container.chrome ul.r-list-number li:before {
  background-position: bottom 6px right 1px !important
}

.editor-kit-container.chrome .heading-h1 ol.r-list-number li,
.editor-kit-container.chrome .heading-h1 ul.r-list-number li {
  line-height: 42px
}

.editor-kit-container.chrome .heading-h1 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h1 ul.r-list-number li:before {
  background-position: bottom 9px right 3px !important
}

.editor-kit-container.chrome .heading-h1 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h1 ul.r-list-number li .collapsable-section-handle {
  height: 42px
}

.editor-kit-container.chrome .heading-h2 ol.r-list-number li,
.editor-kit-container.chrome .heading-h2 ul.r-list-number li {
  line-height: 32px
}

.editor-kit-container.chrome .heading-h2 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h2 ul.r-list-number li:before {
  background-position: bottom 6px right 0 !important
}

.editor-kit-container.chrome .heading-h2 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h2 ul.r-list-number li .collapsable-section-handle {
  height: 32px
}

.editor-kit-container.chrome .heading-h3 ol.r-list-number li,
.editor-kit-container.chrome .heading-h3 ul.r-list-number li {
  line-height: 25px
}

.editor-kit-container.chrome .heading-h3 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h3 ul.r-list-number li:before {
  background-position: bottom 4px right 0 !important
}

.editor-kit-container.chrome .heading-h3 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h3 ul.r-list-number li .collapsable-section-handle {
  height: 25px
}

.editor-kit-container.chrome .heading-h4 ol.r-list-number li,
.editor-kit-container.chrome .heading-h4 ul.r-list-number li {
  line-height: 24px
}

.editor-kit-container.chrome .heading-h4 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h4 ul.r-list-number li:before {
  background-position: bottom 3px right 0 !important
}

.editor-kit-container.chrome .heading-h4 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h4 ul.r-list-number li .collapsable-section-handle {
  height: 24px
}

.editor-kit-container.chrome .heading-h5 ol.r-list-number li,
.editor-kit-container.chrome .heading-h5 ul.r-list-number li,
.editor-kit-container.chrome .heading-h6 ol.r-list-number li,
.editor-kit-container.chrome .heading-h6 ul.r-list-number li,
.editor-kit-container.chrome .heading-h7 ol.r-list-number li,
.editor-kit-container.chrome .heading-h7 ul.r-list-number li,
.editor-kit-container.chrome .heading-h8 ol.r-list-number li,
.editor-kit-container.chrome .heading-h8 ul.r-list-number li,
.editor-kit-container.chrome .heading-h9 ol.r-list-number li,
.editor-kit-container.chrome .heading-h9 ul.r-list-number li {
  line-height: 22px
}

.editor-kit-container.chrome .heading-h5 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h5 ul.r-list-number li:before,
.editor-kit-container.chrome .heading-h6 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h6 ul.r-list-number li:before,
.editor-kit-container.chrome .heading-h7 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h7 ul.r-list-number li:before,
.editor-kit-container.chrome .heading-h8 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h8 ul.r-list-number li:before,
.editor-kit-container.chrome .heading-h9 ol.r-list-number li:before,
.editor-kit-container.chrome .heading-h9 ul.r-list-number li:before {
  background-position: bottom 2px right 0 !important
}

.editor-kit-container.chrome .heading-h5 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h5 ul.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h6 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h6 ul.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h7 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h7 ul.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h8 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h8 ul.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h9 ol.r-list-number li .collapsable-section-handle,
.editor-kit-container.chrome .heading-h9 ul.r-list-number li .collapsable-section-handle {
  height: 22px
}

.editor-kit-container ul.r-list.list-check17,
.editor-kit-container ul.r-list.list-done17 {
  margin-left: 378px
}

.editor-kit-container ol.list-number17,
.editor-kit-container ul.list-bullet17 {
  margin-left: 384px
}

.editor-kit-container ul.r-list.list-check16,
.editor-kit-container ul.r-list.list-done16 {
  margin-left: 354px
}

.editor-kit-container ol.list-number16,
.editor-kit-container ul.list-bullet16 {
  margin-left: 360px
}

.editor-kit-container ul.r-list.list-check15,
.editor-kit-container ul.r-list.list-done15 {
  margin-left: 330px
}

.editor-kit-container ol.list-number15,
.editor-kit-container ul.list-bullet15 {
  margin-left: 336px
}

.editor-kit-container ul.r-list.list-check14,
.editor-kit-container ul.r-list.list-done14 {
  margin-left: 306px
}

.editor-kit-container ol.list-number14,
.editor-kit-container ul.list-bullet14 {
  margin-left: 312px
}

.editor-kit-container ul.r-list.list-check13,
.editor-kit-container ul.r-list.list-done13 {
  margin-left: 282px
}

.editor-kit-container ol.list-number13,
.editor-kit-container ul.list-bullet13 {
  margin-left: 288px
}

.editor-kit-container ul.r-list.list-check12,
.editor-kit-container ul.r-list.list-done12 {
  margin-left: 258px
}

.editor-kit-container ol.list-number12,
.editor-kit-container ul.list-bullet12 {
  margin-left: 264px
}

.editor-kit-container ul.r-list.list-check11,
.editor-kit-container ul.r-list.list-done11 {
  margin-left: 234px
}

.editor-kit-container ol.list-number11,
.editor-kit-container ul.list-bullet11 {
  margin-left: 240px
}

.editor-kit-container ul.r-list.list-check10,
.editor-kit-container ul.r-list.list-done10 {
  margin-left: 210px
}

.editor-kit-container ol.list-number10,
.editor-kit-container ul.list-bullet10 {
  margin-left: 216px
}

.editor-kit-container ul.r-list.list-check9,
.editor-kit-container ul.r-list.list-done9 {
  margin-left: 186px
}

.editor-kit-container ol.list-number9,
.editor-kit-container ul.list-bullet9 {
  margin-left: 192px
}

.editor-kit-container ul.r-list.list-check8,
.editor-kit-container ul.r-list.list-done8 {
  margin-left: 162px
}

.editor-kit-container ol.list-number8,
.editor-kit-container ul.list-bullet8 {
  margin-left: 168px
}

.editor-kit-container ul.r-list.list-check7,
.editor-kit-container ul.r-list.list-done7 {
  margin-left: 138px
}

.editor-kit-container ol.list-number7,
.editor-kit-container ul.list-bullet7 {
  margin-left: 144px
}

.editor-kit-container ul.r-list.list-check6,
.editor-kit-container ul.r-list.list-done6 {
  margin-left: 114px
}

.editor-kit-container ol.list-number6,
.editor-kit-container ul.list-bullet6 {
  margin-left: 120px
}

.editor-kit-container ul.r-list.list-check5,
.editor-kit-container ul.r-list.list-done5 {
  margin-left: 90px
}

.editor-kit-container ol.list-number5,
.editor-kit-container ul.list-bullet5 {
  margin-left: 96px
}

.editor-kit-container ul.r-list.list-check4,
.editor-kit-container ul.r-list.list-done4 {
  margin-left: 66px
}

.editor-kit-container ol.list-number4,
.editor-kit-container ul.list-bullet4 {
  margin-left: 72px
}

.editor-kit-container ul.r-list.list-check3,
.editor-kit-container ul.r-list.list-done3 {
  margin-left: 42px
}

.editor-kit-container ol.list-number3,
.editor-kit-container ul.list-bullet3 {
  margin-left: 48px
}

.editor-kit-container ul.r-list.list-check2,
.editor-kit-container ul.r-list.list-done2 {
  margin-left: 18px
}

.editor-kit-container ol.list-number2,
.editor-kit-container ul.list-bullet2 {
  margin-left: 24px
}

.editor-kit-container ul.r-list.list-check1,
.editor-kit-container ul.r-list.list-done1 {
  margin-left: -6px
}

.editor-kit-container ol.list-number1,
.editor-kit-container ul.list-bullet1 {
  margin-left: 0
}

.editor-kit-container ul.list-indent17 {
  margin-left: 406px
}

.editor-kit-container ul.list-indent16 {
  margin-left: 382px
}

.editor-kit-container ul.list-indent15 {
  margin-left: 358px
}

.editor-kit-container ul.list-indent14 {
  margin-left: 334px
}

.editor-kit-container ul.list-indent13 {
  margin-left: 310px
}

.editor-kit-container ul.list-indent12 {
  margin-left: 286px
}

.editor-kit-container ul.list-indent11 {
  margin-left: 262px
}

.editor-kit-container ul.list-indent10 {
  margin-left: 238px
}

.editor-kit-container ul.list-indent9 {
  margin-left: 214px
}

.editor-kit-container ul.list-indent8 {
  margin-left: 190px
}

.editor-kit-container ul.list-indent7 {
  margin-left: 166px
}

.editor-kit-container ul.list-indent6 {
  margin-left: 142px
}

.editor-kit-container ul.list-indent5 {
  margin-left: 118px
}

.editor-kit-container ul.list-indent4 {
  margin-left: 94px
}

.editor-kit-container ul.list-indent3 {
  margin-left: 70px
}

.editor-kit-container ul.list-indent2 {
  margin-left: 46px
}

.editor-kit-container ul.list-indent1 {
  margin-left: 22px
}

.editor-kit-container .heading-h1 ul.list-indent17 {
  margin-left: 414px
}

.editor-kit-container .heading-h1 ul.list-indent16 {
  margin-left: 390px
}

.editor-kit-container .heading-h1 ul.list-indent15 {
  margin-left: 366px
}

.editor-kit-container .heading-h1 ul.list-indent14 {
  margin-left: 342px
}

.editor-kit-container .heading-h1 ul.list-indent13 {
  margin-left: 318px
}

.editor-kit-container .heading-h1 ul.list-indent12 {
  margin-left: 294px
}

.editor-kit-container .heading-h1 ul.list-indent11 {
  margin-left: 270px
}

.editor-kit-container .heading-h1 ul.list-indent10 {
  margin-left: 246px
}

.editor-kit-container .heading-h1 ul.list-indent9 {
  margin-left: 222px
}

.editor-kit-container .heading-h1 ul.list-indent8 {
  margin-left: 198px
}

.editor-kit-container .heading-h1 ul.list-indent7 {
  margin-left: 174px
}

.editor-kit-container .heading-h1 ul.list-indent6 {
  margin-left: 150px
}

.editor-kit-container .heading-h1 ul.list-indent5 {
  margin-left: 126px
}

.editor-kit-container .heading-h1 ul.list-indent4 {
  margin-left: 102px
}

.editor-kit-container .heading-h1 ul.list-indent3 {
  margin-left: 78px
}

.editor-kit-container .heading-h1 ul.list-indent2 {
  margin-left: 54px
}

.editor-kit-container .heading-h1 ul.list-indent1 {
  margin-left: 30px
}

.editor-kit-container .heading-h2 ul.list-indent17 {
  margin-left: 408px
}

.editor-kit-container .heading-h2 ul.list-indent16 {
  margin-left: 384px
}

.editor-kit-container .heading-h2 ul.list-indent15 {
  margin-left: 360px
}

.editor-kit-container .heading-h2 ul.list-indent14 {
  margin-left: 336px
}

.editor-kit-container .heading-h2 ul.list-indent13 {
  margin-left: 312px
}

.editor-kit-container .heading-h2 ul.list-indent12 {
  margin-left: 288px
}

.editor-kit-container .heading-h2 ul.list-indent11 {
  margin-left: 264px
}

.editor-kit-container .heading-h2 ul.list-indent10 {
  margin-left: 240px
}

.editor-kit-container .heading-h2 ul.list-indent9 {
  margin-left: 216px
}

.editor-kit-container .heading-h2 ul.list-indent8 {
  margin-left: 192px
}

.editor-kit-container .heading-h2 ul.list-indent7 {
  margin-left: 168px
}

.editor-kit-container .heading-h2 ul.list-indent6 {
  margin-left: 144px
}

.editor-kit-container .heading-h2 ul.list-indent5 {
  margin-left: 120px
}

.editor-kit-container .heading-h2 ul.list-indent4 {
  margin-left: 96px
}

.editor-kit-container .heading-h2 ul.list-indent3 {
  margin-left: 72px
}

.editor-kit-container .heading-h2 ul.list-indent2 {
  margin-left: 48px
}

.editor-kit-container .heading-h2 ul.list-indent1 {
  margin-left: 24px
}

.editor-kit-container .heading-h3 ul.list-indent17 {
  margin-left: 407px
}

.editor-kit-container .heading-h3 ul.list-indent16 {
  margin-left: 383px
}

.editor-kit-container .heading-h3 ul.list-indent15 {
  margin-left: 359px
}

.editor-kit-container .heading-h3 ul.list-indent14 {
  margin-left: 335px
}

.editor-kit-container .heading-h3 ul.list-indent13 {
  margin-left: 311px
}

.editor-kit-container .heading-h3 ul.list-indent12 {
  margin-left: 287px
}

.editor-kit-container .heading-h3 ul.list-indent11 {
  margin-left: 263px
}

.editor-kit-container .heading-h3 ul.list-indent10 {
  margin-left: 239px
}

.editor-kit-container .heading-h3 ul.list-indent9 {
  margin-left: 215px
}

.editor-kit-container .heading-h3 ul.list-indent8 {
  margin-left: 191px
}

.editor-kit-container .heading-h3 ul.list-indent7 {
  margin-left: 167px
}

.editor-kit-container .heading-h3 ul.list-indent6 {
  margin-left: 143px
}

.editor-kit-container .heading-h3 ul.list-indent5 {
  margin-left: 119px
}

.editor-kit-container .heading-h3 ul.list-indent4 {
  margin-left: 95px
}

.editor-kit-container .heading-h3 ul.list-indent3 {
  margin-left: 71px
}

.editor-kit-container .heading-h3 ul.list-indent2 {
  margin-left: 47px
}

.editor-kit-container .heading-h3 ul.list-indent1 {
  margin-left: 23px
}

.editor-kit-container .heading-h4 ul.list-indent17 {
  margin-left: 407px
}

.editor-kit-container .heading-h4 ul.list-indent16 {
  margin-left: 383px
}

.editor-kit-container .heading-h4 ul.list-indent15 {
  margin-left: 359px
}

.editor-kit-container .heading-h4 ul.list-indent14 {
  margin-left: 335px
}

.editor-kit-container .heading-h4 ul.list-indent13 {
  margin-left: 311px
}

.editor-kit-container .heading-h4 ul.list-indent12 {
  margin-left: 287px
}

.editor-kit-container .heading-h4 ul.list-indent11 {
  margin-left: 263px
}

.editor-kit-container .heading-h4 ul.list-indent10 {
  margin-left: 239px
}

.editor-kit-container .heading-h4 ul.list-indent9 {
  margin-left: 215px
}

.editor-kit-container .heading-h4 ul.list-indent8 {
  margin-left: 191px
}

.editor-kit-container .heading-h4 ul.list-indent7 {
  margin-left: 167px
}

.editor-kit-container .heading-h4 ul.list-indent6 {
  margin-left: 143px
}

.editor-kit-container .heading-h4 ul.list-indent5 {
  margin-left: 119px
}

.editor-kit-container .heading-h4 ul.list-indent4 {
  margin-left: 95px
}

.editor-kit-container .heading-h4 ul.list-indent3 {
  margin-left: 71px
}

.editor-kit-container .heading-h4 ul.list-indent2 {
  margin-left: 47px
}

.editor-kit-container .heading-h4 ul.list-indent1 {
  margin-left: 23px
}

.editor-kit-container .heading-h5 ul.list-indent17,
.editor-kit-container .heading-h6 ul.list-indent17,
.editor-kit-container .heading-h7 ul.list-indent17,
.editor-kit-container .heading-h8 ul.list-indent17,
.editor-kit-container .heading-h9 ul.list-indent17 {
  margin-left: 407px
}

.editor-kit-container .heading-h5 ul.list-indent16,
.editor-kit-container .heading-h6 ul.list-indent16,
.editor-kit-container .heading-h7 ul.list-indent16,
.editor-kit-container .heading-h8 ul.list-indent16,
.editor-kit-container .heading-h9 ul.list-indent16 {
  margin-left: 383px
}

.editor-kit-container .heading-h5 ul.list-indent15,
.editor-kit-container .heading-h6 ul.list-indent15,
.editor-kit-container .heading-h7 ul.list-indent15,
.editor-kit-container .heading-h8 ul.list-indent15,
.editor-kit-container .heading-h9 ul.list-indent15 {
  margin-left: 359px
}

.editor-kit-container .heading-h5 ul.list-indent14,
.editor-kit-container .heading-h6 ul.list-indent14,
.editor-kit-container .heading-h7 ul.list-indent14,
.editor-kit-container .heading-h8 ul.list-indent14,
.editor-kit-container .heading-h9 ul.list-indent14 {
  margin-left: 335px
}

.editor-kit-container .heading-h5 ul.list-indent13,
.editor-kit-container .heading-h6 ul.list-indent13,
.editor-kit-container .heading-h7 ul.list-indent13,
.editor-kit-container .heading-h8 ul.list-indent13,
.editor-kit-container .heading-h9 ul.list-indent13 {
  margin-left: 311px
}

.editor-kit-container .heading-h5 ul.list-indent12,
.editor-kit-container .heading-h6 ul.list-indent12,
.editor-kit-container .heading-h7 ul.list-indent12,
.editor-kit-container .heading-h8 ul.list-indent12,
.editor-kit-container .heading-h9 ul.list-indent12 {
  margin-left: 287px
}

.editor-kit-container .heading-h5 ul.list-indent11,
.editor-kit-container .heading-h6 ul.list-indent11,
.editor-kit-container .heading-h7 ul.list-indent11,
.editor-kit-container .heading-h8 ul.list-indent11,
.editor-kit-container .heading-h9 ul.list-indent11 {
  margin-left: 263px
}

.editor-kit-container .heading-h5 ul.list-indent10,
.editor-kit-container .heading-h6 ul.list-indent10,
.editor-kit-container .heading-h7 ul.list-indent10,
.editor-kit-container .heading-h8 ul.list-indent10,
.editor-kit-container .heading-h9 ul.list-indent10 {
  margin-left: 239px
}

.editor-kit-container .heading-h5 ul.list-indent9,
.editor-kit-container .heading-h6 ul.list-indent9,
.editor-kit-container .heading-h7 ul.list-indent9,
.editor-kit-container .heading-h8 ul.list-indent9,
.editor-kit-container .heading-h9 ul.list-indent9 {
  margin-left: 215px
}

.editor-kit-container .heading-h5 ul.list-indent8,
.editor-kit-container .heading-h6 ul.list-indent8,
.editor-kit-container .heading-h7 ul.list-indent8,
.editor-kit-container .heading-h8 ul.list-indent8,
.editor-kit-container .heading-h9 ul.list-indent8 {
  margin-left: 191px
}

.editor-kit-container .heading-h5 ul.list-indent7,
.editor-kit-container .heading-h6 ul.list-indent7,
.editor-kit-container .heading-h7 ul.list-indent7,
.editor-kit-container .heading-h8 ul.list-indent7,
.editor-kit-container .heading-h9 ul.list-indent7 {
  margin-left: 167px
}

.editor-kit-container .heading-h5 ul.list-indent6,
.editor-kit-container .heading-h6 ul.list-indent6,
.editor-kit-container .heading-h7 ul.list-indent6,
.editor-kit-container .heading-h8 ul.list-indent6,
.editor-kit-container .heading-h9 ul.list-indent6 {
  margin-left: 143px
}

.editor-kit-container .heading-h5 ul.list-indent5,
.editor-kit-container .heading-h6 ul.list-indent5,
.editor-kit-container .heading-h7 ul.list-indent5,
.editor-kit-container .heading-h8 ul.list-indent5,
.editor-kit-container .heading-h9 ul.list-indent5 {
  margin-left: 119px
}

.editor-kit-container .heading-h5 ul.list-indent4,
.editor-kit-container .heading-h6 ul.list-indent4,
.editor-kit-container .heading-h7 ul.list-indent4,
.editor-kit-container .heading-h8 ul.list-indent4,
.editor-kit-container .heading-h9 ul.list-indent4 {
  margin-left: 95px
}

.editor-kit-container .heading-h5 ul.list-indent3,
.editor-kit-container .heading-h6 ul.list-indent3,
.editor-kit-container .heading-h7 ul.list-indent3,
.editor-kit-container .heading-h8 ul.list-indent3,
.editor-kit-container .heading-h9 ul.list-indent3 {
  margin-left: 71px
}

.editor-kit-container .heading-h5 ul.list-indent2,
.editor-kit-container .heading-h6 ul.list-indent2,
.editor-kit-container .heading-h7 ul.list-indent2,
.editor-kit-container .heading-h8 ul.list-indent2,
.editor-kit-container .heading-h9 ul.list-indent2 {
  margin-left: 47px
}

.editor-kit-container .heading-h5 ul.list-indent1,
.editor-kit-container .heading-h6 ul.list-indent1,
.editor-kit-container .heading-h7 ul.list-indent1,
.editor-kit-container .heading-h8 ul.list-indent1,
.editor-kit-container .heading-h9 ul.list-indent1 {
  margin-left: 23px
}

.editor-kit-container .ace-table ul.r-list-bullet li {
  padding-left: 20px
}

.editor-kit-container .ace-table ul.r-list-bullet li:before {
  margin-left: -19px;
  margin-right: 19px
}

.editor-kit-container .ace-table .heading-h1 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h1 ul.r-list-bullet li {
  padding-left: 29px
}

.editor-kit-container .ace-table .heading-h1 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h1 ul.r-list-bullet li:before {
  margin-left: -29px;
  margin-right: 29px
}

.editor-kit-container .ace-table .heading-h2 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h2 ul.r-list-bullet li {
  padding-left: 23px
}

.editor-kit-container .ace-table .heading-h2 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h2 ul.r-list-bullet li:before {
  margin-left: -23px;
  margin-right: 23px
}

.editor-kit-container .ace-table .heading-h3 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h3 ul.r-list-bullet li {
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h3 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h3 ul.r-list-bullet li:before {
  margin-left: -20px;
  margin-right: 20px
}

.editor-kit-container .ace-table .heading-h4 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h4 ul.r-list-bullet li {
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h4 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h4 ul.r-list-bullet li:before {
  margin-left: -20px;
  margin-right: 20px
}

.editor-kit-container .ace-table .heading-h5 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h5 ul.r-list-bullet li,
.editor-kit-container .ace-table .heading-h6 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h6 ul.r-list-bullet li,
.editor-kit-container .ace-table .heading-h7 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h7 ul.r-list-bullet li,
.editor-kit-container .ace-table .heading-h8 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h8 ul.r-list-bullet li,
.editor-kit-container .ace-table .heading-h9 ol.r-list-bullet li,
.editor-kit-container .ace-table .heading-h9 ul.r-list-bullet li {
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h5 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h5 ul.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h6 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h6 ul.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h7 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h7 ul.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h8 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h8 ul.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h9 ol.r-list-bullet li:before,
.editor-kit-container .ace-table .heading-h9 ul.r-list-bullet li:before {
  margin-left: -20px;
  margin-right: 20px
}

.editor-kit-container .ace-table ol.r-list-number li,
.editor-kit-container .ace-table ul.r-list-number li {
  padding-left: 20px
}

.editor-kit-container .ace-table ol.r-list-number li:before,
.editor-kit-container .ace-table ul.r-list-number li:before {
  margin-left: -20px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .ace-table .heading-h1 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h1 ul.r-list-number li {
  line-height: 27px;
  padding-left: 29px
}

.editor-kit-container .ace-table .heading-h1 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h1 ul.r-list-number li:before {
  margin-left: -29px;
  margin-right: 4px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .ace-table .heading-h2 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h2 ul.r-list-number li {
  line-height: 23px;
  padding-left: 23px
}

.editor-kit-container .ace-table .heading-h2 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h2 ul.r-list-number li:before {
  margin-left: -23px;
  margin-right: 3px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .ace-table .heading-h3 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h3 ul.r-list-number li {
  line-height: 21px;
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h3 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h3 ul.r-list-number li:before {
  margin-left: -20px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .ace-table .heading-h4 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h4 ul.r-list-number li {
  line-height: 18px;
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h4 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h4 ul.r-list-number li:before {
  margin-left: -20px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container .ace-table .heading-h5 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h5 ul.r-list-number li,
.editor-kit-container .ace-table .heading-h6 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h6 ul.r-list-number li,
.editor-kit-container .ace-table .heading-h7 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h7 ul.r-list-number li,
.editor-kit-container .ace-table .heading-h8 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h8 ul.r-list-number li,
.editor-kit-container .ace-table .heading-h9 ol.r-list-number li,
.editor-kit-container .ace-table .heading-h9 ul.r-list-number li {
  line-height: 18px;
  padding-left: 20px
}

.editor-kit-container .ace-table .heading-h5 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h5 ul.r-list-number li:before,
.editor-kit-container .ace-table .heading-h6 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h6 ul.r-list-number li:before,
.editor-kit-container .ace-table .heading-h7 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h7 ul.r-list-number li:before,
.editor-kit-container .ace-table .heading-h8 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h8 ul.r-list-number li:before,
.editor-kit-container .ace-table .heading-h9 ol.r-list-number li:before,
.editor-kit-container .ace-table .heading-h9 ul.r-list-number li:before {
  margin-left: -20px;
  margin-right: 2px;
  padding-left: 2px;
  padding-right: 2px;
  transform: translateX(-2px)
}

.editor-kit-container.chrome .ace-table .heading-h1 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h1 ul.r-list-number li:before {
  background-position: bottom 11px right 3px !important
}

.editor-kit-container.chrome .ace-table .heading-h2 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h2 ul.r-list-number li:before {
  background-position: bottom 7px right 1px !important
}

.editor-kit-container.chrome .ace-table .heading-h3 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h3 ul.r-list-number li:before {
  background-position: bottom 6px right 0 !important
}

.editor-kit-container.chrome .ace-table .heading-h4 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h4 ul.r-list-number li:before {
  background-position: bottom 5px right 0 !important
}

.editor-kit-container.chrome .ace-table .heading-h5 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h5 ul.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h6 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h6 ul.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h7 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h7 ul.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h8 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h8 ul.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h9 ol.r-list-number li:before,
.editor-kit-container.chrome .ace-table .heading-h9 ul.r-list-number li:before {
  background-position: bottom 4px right 0 !important
}

@media screen and (max-width:450px) {

  .editor-kit-container ul.r-list.list-check16,
  .editor-kit-container ul.r-list.list-done16 {
    margin-left: 354px
  }

  .editor-kit-container ol.list-number16,
  .editor-kit-container ul.list-bullet16,
  .editor-kit-container ul.list-indent16 {
    margin-left: 360px
  }

  .editor-kit-container ul.r-list.list-check15,
  .editor-kit-container ul.r-list.list-done15 {
    margin-left: 330px
  }

  .editor-kit-container ol.list-number15,
  .editor-kit-container ul.list-bullet15,
  .editor-kit-container ul.list-indent15 {
    margin-left: 336px
  }

  .editor-kit-container ul.r-list.list-check14,
  .editor-kit-container ul.r-list.list-done14 {
    margin-left: 306px
  }

  .editor-kit-container ol.list-number14,
  .editor-kit-container ul.list-bullet14,
  .editor-kit-container ul.list-indent14 {
    margin-left: 312px
  }

  .editor-kit-container ul.r-list.list-check13,
  .editor-kit-container ul.r-list.list-done13 {
    margin-left: 282px
  }

  .editor-kit-container ol.list-number13,
  .editor-kit-container ul.list-bullet13,
  .editor-kit-container ul.list-indent13 {
    margin-left: 288px
  }

  .editor-kit-container ul.r-list.list-check12,
  .editor-kit-container ul.r-list.list-done12 {
    margin-left: 258px
  }

  .editor-kit-container ol.list-number12,
  .editor-kit-container ul.list-bullet12,
  .editor-kit-container ul.list-indent12 {
    margin-left: 264px
  }

  .editor-kit-container ul.r-list.list-check11,
  .editor-kit-container ul.r-list.list-done11 {
    margin-left: 234px
  }

  .editor-kit-container ol.list-number11,
  .editor-kit-container ul.list-bullet11,
  .editor-kit-container ul.list-indent11 {
    margin-left: 240px
  }

  .editor-kit-container ul.r-list.list-check10,
  .editor-kit-container ul.r-list.list-done10 {
    margin-left: 210px
  }

  .editor-kit-container ol.list-number10,
  .editor-kit-container ul.list-bullet10,
  .editor-kit-container ul.list-indent10 {
    margin-left: 216px
  }

  .editor-kit-container ul.r-list.list-check9,
  .editor-kit-container ul.r-list.list-done9 {
    margin-left: 186px
  }

  .editor-kit-container ol.list-number9,
  .editor-kit-container ul.list-bullet9,
  .editor-kit-container ul.list-indent9 {
    margin-left: 192px
  }

  .editor-kit-container ul.r-list.list-check8,
  .editor-kit-container ul.r-list.list-done8 {
    margin-left: 162px
  }

  .editor-kit-container ol.list-number8,
  .editor-kit-container ul.list-bullet8,
  .editor-kit-container ul.list-indent8 {
    margin-left: 168px
  }

  .editor-kit-container ul.r-list.list-check7,
  .editor-kit-container ul.r-list.list-done7 {
    margin-left: 138px
  }

  .editor-kit-container ol.list-number7,
  .editor-kit-container ul.list-bullet7,
  .editor-kit-container ul.list-indent7 {
    margin-left: 144px
  }

  .editor-kit-container ul.r-list.list-check6,
  .editor-kit-container ul.r-list.list-done6 {
    margin-left: 114px
  }

  .editor-kit-container ol.list-number6,
  .editor-kit-container ul.list-bullet6,
  .editor-kit-container ul.list-indent6 {
    margin-left: 120px
  }

  .editor-kit-container ul.r-list.list-check5,
  .editor-kit-container ul.r-list.list-done5 {
    margin-left: 90px
  }

  .editor-kit-container ol.list-number5,
  .editor-kit-container ul.list-bullet5,
  .editor-kit-container ul.list-indent5 {
    margin-left: 96px
  }

  .editor-kit-container ul.r-list.list-check4,
  .editor-kit-container ul.r-list.list-done4 {
    margin-left: 66px
  }

  .editor-kit-container ol.list-number4,
  .editor-kit-container ul.list-bullet4,
  .editor-kit-container ul.list-indent4 {
    margin-left: 72px
  }

  .editor-kit-container ul.r-list.list-check3,
  .editor-kit-container ul.r-list.list-done3 {
    margin-left: 42px
  }

  .editor-kit-container ol.list-number3,
  .editor-kit-container ul.list-bullet3,
  .editor-kit-container ul.list-indent3 {
    margin-left: 48px
  }

  .editor-kit-container ul.r-list.list-check2,
  .editor-kit-container ul.r-list.list-done2 {
    margin-left: 18px
  }

  .editor-kit-container ol.list-number2,
  .editor-kit-container ul.list-bullet2,
  .editor-kit-container ul.list-indent2 {
    margin-left: 24px
  }

  .editor-kit-container ul.r-list.list-check1,
  .editor-kit-container ul.r-list.list-done1 {
    margin-left: -6px
  }

  .editor-kit-container ol.list-number1,
  .editor-kit-container ul.list-bullet1,
  .editor-kit-container ul.list-indent1 {
    margin-left: 0
  }
}

@media screen and (max-width:400px) {

  .editor-kit-container ul.r-list.list-check16,
  .editor-kit-container ul.r-list.list-done16 {
    margin-left: 309px
  }

  .editor-kit-container ol.list-number16,
  .editor-kit-container ul.list-bullet16,
  .editor-kit-container ul.list-indent16 {
    margin-left: 315px
  }

  .editor-kit-container ul.r-list.list-check15,
  .editor-kit-container ul.r-list.list-done15 {
    margin-left: 288px
  }

  .editor-kit-container ol.list-number15,
  .editor-kit-container ul.list-bullet15,
  .editor-kit-container ul.list-indent15 {
    margin-left: 294px
  }

  .editor-kit-container ul.r-list.list-check14,
  .editor-kit-container ul.r-list.list-done14 {
    margin-left: 267px
  }

  .editor-kit-container ol.list-number14,
  .editor-kit-container ul.list-bullet14,
  .editor-kit-container ul.list-indent14 {
    margin-left: 273px
  }

  .editor-kit-container ul.r-list.list-check13,
  .editor-kit-container ul.r-list.list-done13 {
    margin-left: 246px
  }

  .editor-kit-container ol.list-number13,
  .editor-kit-container ul.list-bullet13,
  .editor-kit-container ul.list-indent13 {
    margin-left: 252px
  }

  .editor-kit-container ul.r-list.list-check12,
  .editor-kit-container ul.r-list.list-done12 {
    margin-left: 225px
  }

  .editor-kit-container ol.list-number12,
  .editor-kit-container ul.list-bullet12,
  .editor-kit-container ul.list-indent12 {
    margin-left: 231px
  }

  .editor-kit-container ul.r-list.list-check11,
  .editor-kit-container ul.r-list.list-done11 {
    margin-left: 204px
  }

  .editor-kit-container ol.list-number11,
  .editor-kit-container ul.list-bullet11,
  .editor-kit-container ul.list-indent11 {
    margin-left: 210px
  }

  .editor-kit-container ul.r-list.list-check10,
  .editor-kit-container ul.r-list.list-done10 {
    margin-left: 183px
  }

  .editor-kit-container ol.list-number10,
  .editor-kit-container ul.list-bullet10,
  .editor-kit-container ul.list-indent10 {
    margin-left: 189px
  }

  .editor-kit-container ul.r-list.list-check9,
  .editor-kit-container ul.r-list.list-done9 {
    margin-left: 162px
  }

  .editor-kit-container ol.list-number9,
  .editor-kit-container ul.list-bullet9,
  .editor-kit-container ul.list-indent9 {
    margin-left: 168px
  }

  .editor-kit-container ul.r-list.list-check8,
  .editor-kit-container ul.r-list.list-done8 {
    margin-left: 141px
  }

  .editor-kit-container ol.list-number8,
  .editor-kit-container ul.list-bullet8,
  .editor-kit-container ul.list-indent8 {
    margin-left: 147px
  }

  .editor-kit-container ul.r-list.list-check7,
  .editor-kit-container ul.r-list.list-done7 {
    margin-left: 120px
  }

  .editor-kit-container ol.list-number7,
  .editor-kit-container ul.list-bullet7,
  .editor-kit-container ul.list-indent7 {
    margin-left: 126px
  }

  .editor-kit-container ul.r-list.list-check6,
  .editor-kit-container ul.r-list.list-done6 {
    margin-left: 99px
  }

  .editor-kit-container ol.list-number6,
  .editor-kit-container ul.list-bullet6,
  .editor-kit-container ul.list-indent6 {
    margin-left: 105px
  }

  .editor-kit-container ul.r-list.list-check5,
  .editor-kit-container ul.r-list.list-done5 {
    margin-left: 78px
  }

  .editor-kit-container ol.list-number5,
  .editor-kit-container ul.list-bullet5,
  .editor-kit-container ul.list-indent5 {
    margin-left: 84px
  }

  .editor-kit-container ul.r-list.list-check4,
  .editor-kit-container ul.r-list.list-done4 {
    margin-left: 57px
  }

  .editor-kit-container ol.list-number4,
  .editor-kit-container ul.list-bullet4,
  .editor-kit-container ul.list-indent4 {
    margin-left: 63px
  }

  .editor-kit-container ul.r-list.list-check3,
  .editor-kit-container ul.r-list.list-done3 {
    margin-left: 36px
  }

  .editor-kit-container ol.list-number3,
  .editor-kit-container ul.list-bullet3,
  .editor-kit-container ul.list-indent3 {
    margin-left: 42px
  }

  .editor-kit-container ul.r-list.list-check2,
  .editor-kit-container ul.r-list.list-done2 {
    margin-left: 15px
  }

  .editor-kit-container ol.list-number2,
  .editor-kit-container ul.list-bullet2,
  .editor-kit-container ul.list-indent2 {
    margin-left: 21px
  }

  .editor-kit-container ul.r-list.list-check1,
  .editor-kit-container ul.r-list.list-done1 {
    margin-left: -6px
  }

  .editor-kit-container ol.list-number1,
  .editor-kit-container ul.list-bullet1,
  .editor-kit-container ul.list-indent1 {
    margin-left: 0
  }
}

@media screen and (max-width:350px) {

  .editor-kit-container ul.r-list.list-check16,
  .editor-kit-container ul.r-list.list-done16 {
    margin-left: 279px
  }

  .editor-kit-container ol.list-number16,
  .editor-kit-container ul.list-bullet16,
  .editor-kit-container ul.list-indent16 {
    margin-left: 285px
  }

  .editor-kit-container ul.r-list.list-check15,
  .editor-kit-container ul.r-list.list-done15 {
    margin-left: 260px
  }

  .editor-kit-container ol.list-number15,
  .editor-kit-container ul.list-bullet15,
  .editor-kit-container ul.list-indent15 {
    margin-left: 266px
  }

  .editor-kit-container ul.r-list.list-check14,
  .editor-kit-container ul.r-list.list-done14 {
    margin-left: 241px
  }

  .editor-kit-container ol.list-number14,
  .editor-kit-container ul.list-bullet14,
  .editor-kit-container ul.list-indent14 {
    margin-left: 247px
  }

  .editor-kit-container ul.r-list.list-check13,
  .editor-kit-container ul.r-list.list-done13 {
    margin-left: 222px
  }

  .editor-kit-container ol.list-number13,
  .editor-kit-container ul.list-bullet13,
  .editor-kit-container ul.list-indent13 {
    margin-left: 228px
  }

  .editor-kit-container ul.r-list.list-check12,
  .editor-kit-container ul.r-list.list-done12 {
    margin-left: 203px
  }

  .editor-kit-container ol.list-number12,
  .editor-kit-container ul.list-bullet12,
  .editor-kit-container ul.list-indent12 {
    margin-left: 209px
  }

  .editor-kit-container ul.r-list.list-check11,
  .editor-kit-container ul.r-list.list-done11 {
    margin-left: 184px
  }

  .editor-kit-container ol.list-number11,
  .editor-kit-container ul.list-bullet11,
  .editor-kit-container ul.list-indent11 {
    margin-left: 190px
  }

  .editor-kit-container ul.r-list.list-check10,
  .editor-kit-container ul.r-list.list-done10 {
    margin-left: 165px
  }

  .editor-kit-container ol.list-number10,
  .editor-kit-container ul.list-bullet10,
  .editor-kit-container ul.list-indent10 {
    margin-left: 171px
  }

  .editor-kit-container ul.r-list.list-check9,
  .editor-kit-container ul.r-list.list-done9 {
    margin-left: 146px
  }

  .editor-kit-container ol.list-number9,
  .editor-kit-container ul.list-bullet9,
  .editor-kit-container ul.list-indent9 {
    margin-left: 152px
  }

  .editor-kit-container ul.r-list.list-check8,
  .editor-kit-container ul.r-list.list-done8 {
    margin-left: 127px
  }

  .editor-kit-container ol.list-number8,
  .editor-kit-container ul.list-bullet8,
  .editor-kit-container ul.list-indent8 {
    margin-left: 133px
  }

  .editor-kit-container ul.r-list.list-check7,
  .editor-kit-container ul.r-list.list-done7 {
    margin-left: 108px
  }

  .editor-kit-container ol.list-number7,
  .editor-kit-container ul.list-bullet7,
  .editor-kit-container ul.list-indent7 {
    margin-left: 114px
  }

  .editor-kit-container ul.r-list.list-check6,
  .editor-kit-container ul.r-list.list-done6 {
    margin-left: 89px
  }

  .editor-kit-container ol.list-number6,
  .editor-kit-container ul.list-bullet6,
  .editor-kit-container ul.list-indent6 {
    margin-left: 95px
  }

  .editor-kit-container ul.r-list.list-check5,
  .editor-kit-container ul.r-list.list-done5 {
    margin-left: 70px
  }

  .editor-kit-container ol.list-number5,
  .editor-kit-container ul.list-bullet5,
  .editor-kit-container ul.list-indent5 {
    margin-left: 76px
  }

  .editor-kit-container ul.r-list.list-check4,
  .editor-kit-container ul.r-list.list-done4 {
    margin-left: 51px
  }

  .editor-kit-container ol.list-number4,
  .editor-kit-container ul.list-bullet4,
  .editor-kit-container ul.list-indent4 {
    margin-left: 57px
  }

  .editor-kit-container ul.r-list.list-check3,
  .editor-kit-container ul.r-list.list-done3 {
    margin-left: 32px
  }

  .editor-kit-container ol.list-number3,
  .editor-kit-container ul.list-bullet3,
  .editor-kit-container ul.list-indent3 {
    margin-left: 38px
  }

  .editor-kit-container ul.r-list.list-check2,
  .editor-kit-container ul.r-list.list-done2 {
    margin-left: 13px
  }

  .editor-kit-container ol.list-number2,
  .editor-kit-container ul.list-bullet2,
  .editor-kit-container ul.list-indent2 {
    margin-left: 19px
  }

  .editor-kit-container ul.r-list.list-check1,
  .editor-kit-container ul.r-list.list-done1 {
    margin-left: -6px
  }

  .editor-kit-container ol.list-number1,
  .editor-kit-container ul.list-bullet1,
  .editor-kit-container ul.list-indent1 {
    margin-left: 0
  }
}

.fs-mode ul.r-list-bullet li:before {
  margin-left: -1em !important
}

.fs-mode .heading-h1 ol.r-list-bullet li:before,
.fs-mode .heading-h1 ul.r-list-bullet li:before {
  margin-left: -.6em !important
}

.fs-mode .heading-h2 ol.r-list-bullet li:before,
.fs-mode .heading-h2 ul.r-list-bullet li:before {
  margin-left: -.7em !important
}

.fs-mode .heading-h3 ol.r-list-bullet li:before,
.fs-mode .heading-h3 ul.r-list-bullet li:before {
  margin-left: -.8em !important
}

.fs-mode .heading-h4 ol.r-list-bullet li:before,
.fs-mode .heading-h4 ul.r-list-bullet li:before {
  margin-left: -.9em !important
}

.editor-kit-container.ipad ul.r-list-bullet li:before {
  font-family: -webkit-standard
}

.knowledge-render-container a {
  text-decoration: none
}

.knowledge-render-container .ace-table tbody>tr>td {
  font-size: inherit;
  padding: 1px
}

.knowledge-render-container .ace-line {
  margin: 0
}

.knowledge-render-container.mobile {
  font-size: 14px
}

.knowledge-render-container {
  color: #1f2329;
  font-family: PingFang SC, -apple-system;
  font-size: 16px
}

.knowledge-render-container .ace-line {
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 8px
}

.knowledge-render-container .ace-line:first-child {
  margin-top: 0
}

.knowledge-render-container .ace-line:last-child {
  margin-bottom: 0
}

.knowledge-render-container .ace-table-wrapper-outer {
  padding-top: 20px
}

.knowledge-render-container.rtl .ace-line>div {
  direction: rtl
}

.knowledge-render-container.rtl ol[class^=r-list] li,
.knowledge-render-container.rtl ul[class^=r-list] li {
  padding-left: 0;
  padding-right: 1.5em
}

.knowledge-render-container.rtl ul[class^=list-check],
.knowledge-render-container.rtl ul[class^=list-done] {
  padding-left: 0;
  padding-right: 33.2px
}

.knowledge-render-container.rtl ul[class^=list-check] li:before,
.knowledge-render-container.rtl ul[class^=list-done] li:before {
  margin-left: 9.6px;
  margin-right: -23.6px
}

.knowledge-render-container.rtl .list-prefix.bullet,
.knowledge-render-container.rtl .list-prefix.number {
  margin-left: 0;
  margin-right: -1.4em
}

.knowledge-render-container.rtl ol.list-number1,
.knowledge-render-container.rtl ul.list-bullet1,
.knowledge-render-container.rtl ul.list-check1,
.knowledge-render-container.rtl ul.list-done1 {
  margin-left: 0;
  margin-right: 0
}

.knowledge-render-container.rtl ol.list-number2,
.knowledge-render-container.rtl ul.list-bullet2,
.knowledge-render-container.rtl ul.list-check2,
.knowledge-render-container.rtl ul.list-done2 {
  margin-left: 0;
  margin-right: 16px
}

.knowledge-render-container.rtl ol.list-number3,
.knowledge-render-container.rtl ul.list-bullet3,
.knowledge-render-container.rtl ul.list-check3,
.knowledge-render-container.rtl ul.list-done3 {
  margin-left: 0;
  margin-right: 32px
}

.knowledge-render-container.rtl ol.list-number4,
.knowledge-render-container.rtl ul.list-bullet4,
.knowledge-render-container.rtl ul.list-check4,
.knowledge-render-container.rtl ul.list-done4 {
  margin-left: 0;
  margin-right: 48px
}

.knowledge-render-container.rtl ol.list-number5,
.knowledge-render-container.rtl ul.list-bullet5,
.knowledge-render-container.rtl ul.list-check5,
.knowledge-render-container.rtl ul.list-done5 {
  margin-left: 0;
  margin-right: 64px
}

.knowledge-render-container.rtl ol.list-number6,
.knowledge-render-container.rtl ul.list-bullet6,
.knowledge-render-container.rtl ul.list-check6,
.knowledge-render-container.rtl ul.list-done6 {
  margin-left: 0;
  margin-right: 80px
}

.knowledge-render-container.rtl ol.list-number7,
.knowledge-render-container.rtl ul.list-bullet7,
.knowledge-render-container.rtl ul.list-check7,
.knowledge-render-container.rtl ul.list-done7 {
  margin-left: 0;
  margin-right: 96px
}

.knowledge-render-container.rtl ol.list-number8,
.knowledge-render-container.rtl ul.list-bullet8,
.knowledge-render-container.rtl ul.list-check8,
.knowledge-render-container.rtl ul.list-done8 {
  margin-left: 0;
  margin-right: 112px
}

.knowledge-render-container.rtl ol.list-number9,
.knowledge-render-container.rtl ul.list-bullet9,
.knowledge-render-container.rtl ul.list-check9,
.knowledge-render-container.rtl ul.list-done9 {
  margin-left: 0;
  margin-right: 128px
}

.knowledge-render-container.rtl ol.list-number10,
.knowledge-render-container.rtl ul.list-bullet10,
.knowledge-render-container.rtl ul.list-check10,
.knowledge-render-container.rtl ul.list-done10 {
  margin-left: 0;
  margin-right: 144px
}

.knowledge-render-container.rtl ol.list-number11,
.knowledge-render-container.rtl ul.list-bullet11,
.knowledge-render-container.rtl ul.list-check11,
.knowledge-render-container.rtl ul.list-done11 {
  margin-left: 0;
  margin-right: 160px
}

.knowledge-render-container.rtl ol.list-number12,
.knowledge-render-container.rtl ul.list-bullet12,
.knowledge-render-container.rtl ul.list-check12,
.knowledge-render-container.rtl ul.list-done12 {
  margin-left: 0;
  margin-right: 176px
}

.knowledge-render-container.rtl ol.list-number13,
.knowledge-render-container.rtl ul.list-bullet13,
.knowledge-render-container.rtl ul.list-check13,
.knowledge-render-container.rtl ul.list-done13 {
  margin-left: 0;
  margin-right: 192px
}

.knowledge-render-container.rtl ol.list-number14,
.knowledge-render-container.rtl ul.list-bullet14,
.knowledge-render-container.rtl ul.list-check14,
.knowledge-render-container.rtl ul.list-done14 {
  margin-left: 0;
  margin-right: 208px
}

.knowledge-render-container.rtl ol.list-number15,
.knowledge-render-container.rtl ul.list-bullet15,
.knowledge-render-container.rtl ul.list-check15,
.knowledge-render-container.rtl ul.list-done15 {
  margin-left: 0;
  margin-right: 224px
}

.knowledge-render-container.rtl ol.list-number16,
.knowledge-render-container.rtl ul.list-bullet16,
.knowledge-render-container.rtl ul.list-check16,
.knowledge-render-container.rtl ul.list-done16 {
  margin-left: 0;
  margin-right: 240px
}

.knowledge-render-container.rtl .editor-block-doc,
.knowledge-render-container.rtl .editor-block-pdf {
  direction: ltr
}

.knowledge-render-container .ace-line.heading-h1 {
  font-size: 26px;
  font-weight: 501;
  line-height: 36px;
  margin-bottom: 10px;
  margin-top: 26px
}

.knowledge-render-container .ace-line.heading-h1 span {
  font-size: 26px !important
}

.knowledge-render-container .ace-line.heading-h2 {
  font-size: 22px;
  font-weight: 501;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 22px
}

.knowledge-render-container .ace-line.heading-h2 span {
  font-size: 22px !important
}

.knowledge-render-container .ace-line.heading-h3 {
  font-size: 20px;
  font-weight: 501;
  line-height: 28px;
  margin-bottom: 8px;
  margin-top: 20px
}

.knowledge-render-container .ace-line.heading-h3 span {
  font-size: 20px !important
}

.knowledge-render-container .ace-line.heading-h4 {
  font-size: 18px;
  font-weight: 501;
  line-height: 18px;
  margin-bottom: 8px;
  margin-top: 18px
}

.knowledge-render-container .ace-line.heading-h4 span {
  font-size: 18px !important
}

.knowledge-render-container .ace-line.heading-h5,
.knowledge-render-container .ace-line.heading-h6,
.knowledge-render-container .ace-line.heading-h7,
.knowledge-render-container .ace-line.heading-h8,
.knowledge-render-container .ace-line.heading-h9 {
  font-size: 16px;
  font-weight: 501;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 16px
}

.knowledge-render-container .ace-line.heading-h5 span,
.knowledge-render-container .ace-line.heading-h6 span,
.knowledge-render-container .ace-line.heading-h7 span,
.knowledge-render-container .ace-line.heading-h8 span,
.knowledge-render-container .ace-line.heading-h9 span {
  font-size: 16px !important
}

.knowledge-render-container ul.r-list-bullet li:before {
  font-family: Helvetica, "sans-serif"
}

.knowledge-render-container ol.r-list-number li:before {
  display: inline;
  font-family: Helvetica Neue, Consolas
}

.knowledge-render-container ul.list-done li:before {
  border: 1px solid #1f2329;
  border-radius: 4px
}

.knowledge-render-container ul.list-check li:before {
  border-radius: 4px
}

.knowledge-render-container span.outer-u-container:hover {
  -webkit-text-decoration-color: #3370ff;
  text-decoration-color: #3370ff;
  text-underline-offset: 1px
}

.knowledge-render-container .horizontal-line span {
  background-image: linear-gradient(90deg, #1f232926, #1f232926) !important
}

.knowledge-render-container .blockquote {
  margin-bottom: 8px;
  margin-top: 8px
}

.knowledge-render-container .blockquote>.ace-line {
  opacity: .7
}

.knowledge-render-container .mention-type_1 img {
  margin-right: 2px
}

.knowledge-render-container .ace-table-wrapper-outer.ace-table-is-highlight .ace-table {
  border: 1px solid #dee0e3
}

[class*=ant-] input::-ms-clear,
[class*=ant-] input::-ms-reveal,
[class*=ant-]::-ms-clear,
[class^=ant-] input::-ms-clear,
[class^=ant-] input::-ms-reveal,
[class^=ant-]::-ms-clear {
  display: none
}

[class*=ant-],
[class*=ant-] *,
[class*=ant-] :after,
[class*=ant-] :before,
[class^=ant-],
[class^=ant-] *,
[class^=ant-] :after,
[class^=ant-] :before {
  box-sizing: border-box
}

body {
  color: #55585c
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgba(0, 0, 0, .85)
}

a:hover {
  color: #4287ff
}

a:active {
  color: #0b49d9
}

a[disabled] {
  color: #aaabaf;
  pointer-events: none
}

caption {
  color: rgba(0, 0, 0, .45)
}

th {
  text-align: inherit
}

mark {
  background-color: #feffe6
}

.anticon {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  display: inline-block;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -.125em
}

.anticon>* {
  line-height: 1
}

.anticon svg {
  display: inline-block
}

.anticon:before {
  display: none
}

.anticon .anticon-icon {
  display: block
}

.fade-appear,
.fade-enter,
.fade-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.fade-appear.fade-appear-active,
.fade-enter.fade-enter-active {
  animation-name: antFadeIn;
  animation-play-state: running
}

.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none
}

.fade-appear,
.fade-enter {
  opacity: 0
}

.fade-appear,
.fade-enter,
.fade-leave {
  animation-timing-function: linear
}

.move-up-appear,
.move-up-enter,
.move-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-up-appear.move-up-appear-active,
.move-up-enter.move-up-enter-active {
  animation-name: antMoveUpIn;
  animation-play-state: running
}

.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none
}

.move-up-appear,
.move-up-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.move-up-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-down-appear,
.move-down-enter,
.move-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-down-appear.move-down-appear-active,
.move-down-enter.move-down-enter-active {
  animation-name: antMoveDownIn;
  animation-play-state: running
}

.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none
}

.move-down-appear,
.move-down-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.move-down-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-left-appear,
.move-left-enter,
.move-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-left-appear.move-left-appear-active,
.move-left-enter.move-left-enter-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running
}

.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.move-left-appear,
.move-left-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.move-left-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.move-right-appear,
.move-right-enter,
.move-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.move-right-appear.move-right-appear-active,
.move-right-enter.move-right-enter-active {
  animation-name: antMoveRightIn;
  animation-play-state: running
}

.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none
}

.move-right-appear,
.move-right-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.move-right-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

[ant-click-animating-without-extra-node=true],
[ant-click-animating=true] {
  position: relative
}

.ant-click-animating-node,
[ant-click-animating-without-extra-node=true]:after {
  animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
  animation-fill-mode: forwards;
  border-radius: inherit;
  bottom: 0;
  box-shadow: 0 0 0 0 #1966ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  content: "";
  display: block;
  left: 0;
  opacity: .2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

.slide-up-appear,
.slide-up-enter,
.slide-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-up-appear.slide-up-appear-active,
.slide-up-enter.slide-up-enter-active {
  animation-name: antSlideUpIn;
  animation-play-state: running
}

.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none
}

.slide-up-appear,
.slide-up-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.slide-up-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-down-appear,
.slide-down-enter,
.slide-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-down-appear.slide-down-appear-active,
.slide-down-enter.slide-down-enter-active {
  animation-name: antSlideDownIn;
  animation-play-state: running
}

.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none
}

.slide-down-appear,
.slide-down-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.slide-down-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-left-appear,
.slide-left-enter,
.slide-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-left-appear.slide-left-appear-active,
.slide-left-enter.slide-left-enter-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running
}

.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.slide-left-appear,
.slide-left-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.slide-left-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.slide-right-appear,
.slide-right-enter,
.slide-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.slide-right-appear.slide-right-appear-active,
.slide-right-enter.slide-right-enter-active {
  animation-name: antSlideRightIn;
  animation-play-state: running
}

.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none
}

.slide-right-appear,
.slide-right-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.slide-right-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.zoom-appear,
.zoom-enter,
.zoom-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-appear.zoom-appear-active,
.zoom-enter.zoom-enter-active {
  animation-name: antZoomIn;
  animation-play-state: running
}

.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-appear,
.zoom-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-appear,
.zoom-big-enter,
.zoom-big-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-big-appear.zoom-big-appear-active,
.zoom-big-enter.zoom-big-enter-active {
  animation-name: antZoomBigIn;
  animation-play-state: running
}

.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-big-appear,
.zoom-big-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-big-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-big-fast-appear,
.zoom-big-fast-enter,
.zoom-big-fast-leave {
  animation-duration: .1s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-big-fast-appear.zoom-big-fast-appear-active,
.zoom-big-fast-enter.zoom-big-fast-enter-active {
  animation-name: antZoomBigIn;
  animation-play-state: running
}

.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-big-fast-appear,
.zoom-big-fast-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-up-appear,
.zoom-up-enter,
.zoom-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-up-appear.zoom-up-appear-active,
.zoom-up-enter.zoom-up-enter-active {
  animation-name: antZoomUpIn;
  animation-play-state: running
}

.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-up-appear,
.zoom-up-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-up-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-down-appear,
.zoom-down-enter,
.zoom-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-down-appear.zoom-down-appear-active,
.zoom-down-enter.zoom-down-enter-active {
  animation-name: antZoomDownIn;
  animation-play-state: running
}

.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-down-appear,
.zoom-down-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-down-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-left-appear,
.zoom-left-enter,
.zoom-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-left-appear.zoom-left-appear-active,
.zoom-left-enter.zoom-left-enter-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running
}

.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-left-appear,
.zoom-left-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-left-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.zoom-right-appear,
.zoom-right-enter,
.zoom-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.zoom-right-appear.zoom-right-appear-active,
.zoom-right-enter.zoom-right-enter-active {
  animation-name: antZoomRightIn;
  animation-play-state: running
}

.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none
}

.zoom-right-appear,
.zoom-right-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.zoom-right-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.ant-motion-collapse-legacy {
  overflow: hidden
}

.ant-motion-collapse,
.ant-motion-collapse-legacy-active {
  transition: height .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1) !important
}

.ant-motion-collapse {
  overflow: hidden
}

.ant-alert {
  font-feature-settings: "tnum";
  word-wrap: break-word;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  max-height: 1000vh;
  padding: 8px 15px 8px 37px;
  position: relative
}

.ant-alert.ant-alert-no-icon {
  padding: 8px 15px
}

.ant-alert.ant-alert-no-icon .ant-alert-close-icon {
  top: 12.0005px
}

.ant-alert.ant-alert-closable {
  padding-right: 30px
}

.ant-alert-icon {
  left: 16px;
  position: absolute;
  top: 12.0005px
}

.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px
}

.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f
}

.ant-alert-success .ant-alert-icon {
  color: #52c41a
}

.ant-alert-info {
  background-color: #e6f2ff;
  border: 1px solid #94c2ff
}

.ant-alert-info .ant-alert-icon {
  color: #1966ff
}

.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f
}

.ant-alert-warning .ant-alert-icon {
  color: #faad14
}

.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffbbba
}

.ant-alert-error .ant-alert-icon {
  color: #ff4050
}

.ant-alert-error .ant-alert-description>pre {
  margin: 0;
  padding: 0
}

.ant-alert-close-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 16px;
  top: 12.0005px
}

.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, .45);
  transition: color .3s
}

.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, .75)
}

.ant-alert-close-text {
  color: rgba(0, 0, 0, .45);
  transition: color .3s
}

.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, .75)
}

.ant-alert-with-description {
  border-radius: 2px;
  color: #55585c;
  line-height: 1.5715;
  padding: 15px 15px 15px 63px;
  position: relative
}

.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px
}

.ant-alert-with-description .ant-alert-icon {
  font-size: 24px;
  left: 24px;
  position: absolute;
  top: 15px
}

.ant-alert-with-description .ant-alert-close-icon {
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  right: 16px;
  top: 16px
}

.ant-alert-with-description .ant-alert-message {
  color: rgba(0, 0, 0, .85);
  display: block;
  font-size: 16px;
  margin-bottom: 4px
}

.ant-alert-message {
  color: rgba(0, 0, 0, .85)
}

.ant-alert-with-description .ant-alert-description {
  display: block
}

.ant-alert.ant-alert-closing {
  margin: 0;
  max-height: 0;
  padding-bottom: 0;
  padding-top: 0;
  transform-origin: 50% 0;
  transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut .3s cubic-bezier(.78, .14, .15, .86);
  animation-fill-mode: both
}

.ant-alert-banner {
  border: 0;
  border-radius: 0;
  margin-bottom: 0
}

@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }
}

@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }
}

.ant-alert.ant-alert-rtl {
  direction: rtl;
  padding: 8px 37px 8px 15px
}

.ant-alert-rtl.ant-alert.ant-alert-no-icon {
  padding: 8px 15px
}

.ant-alert.ant-alert-rtl.ant-alert.ant-alert-closable {
  padding-left: 30px;
  padding-right: 37px
}

.ant-alert.ant-alert-rtl.ant-alert.ant-alert-no-icon.ant-alert-closable {
  padding-left: 30px;
  padding-right: 15px
}

.ant-alert-rtl .ant-alert-icon {
  left: auto;
  right: 16px
}

.ant-alert-rtl .ant-alert-close-icon {
  left: 16px;
  right: auto
}

.ant-alert.ant-alert-rtl.ant-alert-with-description,
.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-closable {
  padding: 15px 63px 15px 15px
}

.ant-alert.ant-alert-rtl.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px
}

.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  left: auto;
  right: 24px
}

.ant-alert-rtl.ant-alert-with-description .ant-alert-close-icon {
  left: 16px;
  right: auto
}

body .ant-alert {
  border-radius: 4px;
  font-size: 12px;
  line-height: 16px;
  padding-bottom: 11px;
  padding-left: 40px;
  padding-top: 11px
}

body .ant-alert .ant-alert-icon {
  bottom: 11px;
  font-size: 16px;
  left: 16px;
  position: absolute;
  top: 11px
}

body .ant-alert .anticon-close {
  font-size: 16px;
  right: 18px;
  top: 11px
}

body .ant-alert .ant-alert-message {
  color: #12141a;
  line-height: 16px
}

body .ant-alert .ant-alert-close-icon {
  top: 13px
}

body .ant-alert .ant-alert-close-icon .sp-icon-parcel {
  height: 16px;
  width: 16px
}

body .ant-alert.ant-alert-no-icon .ant-alert-close-icon {
  top: 10px
}

body .ant-alert-with-description {
  padding-left: 63px
}

body .ant-alert-with-description .ant-alert-icon {
  font-size: 24px;
  top: 14px
}

body .ant-alert-success {
  background-color: rgba(39, 194, 78, .08);
  border: 1px solid rgba(39, 194, 78, .24)
}

body .ant-alert-success .ant-alert-icon {
  color: #27c24e
}

body .ant-alert-error {
  background-color: rgba(255, 64, 80, .08);
  border: 1px solid rgba(255, 64, 80, .24)
}

body .ant-alert-error .ant-alert-icon {
  color: #ff4050
}

body .ant-alert-warning {
  background-color: rgba(255, 159, 25, .08);
  border: 1px solid rgba(255, 159, 25, .24)
}

body .ant-alert-warning .ant-alert-icon {
  color: #ff9f19
}

body .ant-alert-info {
  background-color: rgba(25, 102, 255, .08);
  border: 1px solid rgba(25, 102, 255, .24)
}

body .ant-alert-info .ant-alert-icon {
  color: #1966ff
}

body .ant-sp-breadcrumb.breadcrumb-wrapper {
  color: #85878a;
  font-size: 14px;
  line-height: 20px
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .highlight {
  color: #12141a
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .hover-status {
  cursor: pointer
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .hover-status:hover {
  color: #4784ff
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .hover-status:active {
  color: #1556d9
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .breadcrumb-wrapper_separator {
  padding: 0 8px
}

body .ant-sp-breadcrumb.breadcrumb-wrapper .custom-separator {
  padding: 0 4px
}

.ant-btn {
  background-image: none;
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .015);
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 1.5715;
  padding: 4px 15px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.ant-btn>.anticon {
  line-height: 1
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0
}

.ant-btn:not([disabled]):hover {
  text-decoration: none
}

.ant-btn:not([disabled]):active {
  box-shadow: none;
  outline: 0
}

.ant-btn[disabled] {
  cursor: not-allowed
}

.ant-btn[disabled]>* {
  pointer-events: none
}

.ant-btn-lg {
  border-radius: 2px;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 15px
}

.ant-btn-sm {
  border-radius: 3px;
  font-size: 14px;
  height: 24px;
  padding: 0 7px
}

.ant-btn>a:only-child {
  color: currentColor
}

.ant-btn>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn:focus,
.ant-btn:hover {
  background: #fff;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn:focus>a:only-child,
.ant-btn:hover>a:only-child {
  color: currentColor
}

.ant-btn:focus>a:only-child:after,
.ant-btn:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn:active {
  background: #fff;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn:active>a:only-child {
  color: currentColor
}

.ant-btn:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn[disabled],
.ant-btn[disabled]:active,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn[disabled]:active>a:only-child,
.ant-btn[disabled]:focus>a:only-child,
.ant-btn[disabled]:hover>a:only-child,
.ant-btn[disabled]>a:only-child {
  color: currentColor
}

.ant-btn[disabled]:active>a:only-child:after,
.ant-btn[disabled]:focus>a:only-child:after,
.ant-btn[disabled]:hover>a:only-child:after,
.ant-btn[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn:active,
.ant-btn:focus,
.ant-btn:hover {
  background: #fff;
  text-decoration: none
}

.ant-btn>span {
  display: inline-block
}

.ant-btn-primary {
  background: #1966ff;
  border-color: #1966ff;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.ant-btn-primary>a:only-child {
  color: currentColor
}

.ant-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-primary:focus,
.ant-btn-primary:hover {
  background: #4287ff;
  border-color: #4287ff;
  color: #fff
}

.ant-btn-primary:focus>a:only-child,
.ant-btn-primary:hover>a:only-child {
  color: currentColor
}

.ant-btn-primary:focus>a:only-child:after,
.ant-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-primary:active {
  background: #0b49d9;
  border-color: #0b49d9;
  color: #fff
}

.ant-btn-primary:active>a:only-child {
  color: currentColor
}

.ant-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-primary[disabled],
.ant-btn-primary[disabled]:active,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-primary[disabled]:active>a:only-child,
.ant-btn-primary[disabled]:focus>a:only-child,
.ant-btn-primary[disabled]:hover>a:only-child,
.ant-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-primary[disabled]:active>a:only-child:after,
.ant-btn-primary[disabled]:focus>a:only-child:after,
.ant-btn-primary[disabled]:hover>a:only-child:after,
.ant-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-left-color: #4287ff;
  border-right-color: #4287ff
}

.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #dcdde0
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #4287ff
}

.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdde0
}

.ant-btn-group .ant-btn-primary+.ant-btn-primary,
.ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
  border-left-color: #4287ff
}

.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #dcdde0
}

.ant-btn-ghost {
  background: transparent;
  border-color: #dcdde0;
  color: #55585c
}

.ant-btn-ghost>a:only-child {
  color: currentColor
}

.ant-btn-ghost>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-ghost:focus,
.ant-btn-ghost:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-ghost:focus>a:only-child,
.ant-btn-ghost:hover>a:only-child {
  color: currentColor
}

.ant-btn-ghost:focus>a:only-child:after,
.ant-btn-ghost:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-ghost:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-ghost:active>a:only-child {
  color: currentColor
}

.ant-btn-ghost:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-ghost[disabled],
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-ghost[disabled]:active>a:only-child,
.ant-btn-ghost[disabled]:focus>a:only-child,
.ant-btn-ghost[disabled]:hover>a:only-child,
.ant-btn-ghost[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-ghost[disabled]:active>a:only-child:after,
.ant-btn-ghost[disabled]:focus>a:only-child:after,
.ant-btn-ghost[disabled]:hover>a:only-child:after,
.ant-btn-ghost[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dashed {
  background: #fff;
  border-color: #dcdde0;
  border-style: dashed;
  color: #55585c
}

.ant-btn-dashed>a:only-child {
  color: currentColor
}

.ant-btn-dashed>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dashed:focus,
.ant-btn-dashed:hover {
  background: #fff;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-dashed:focus>a:only-child,
.ant-btn-dashed:hover>a:only-child {
  color: currentColor
}

.ant-btn-dashed:focus>a:only-child:after,
.ant-btn-dashed:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dashed:active {
  background: #fff;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-dashed:active>a:only-child {
  color: currentColor
}

.ant-btn-dashed:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dashed[disabled],
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-dashed[disabled]:active>a:only-child,
.ant-btn-dashed[disabled]:focus>a:only-child,
.ant-btn-dashed[disabled]:hover>a:only-child,
.ant-btn-dashed[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-dashed[disabled]:active>a:only-child:after,
.ant-btn-dashed[disabled]:focus>a:only-child:after,
.ant-btn-dashed[disabled]:hover>a:only-child:after,
.ant-btn-dashed[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-danger {
  background: #ff4050;
  border-color: #ff4050;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.ant-btn-danger>a:only-child {
  color: currentColor
}

.ant-btn-danger>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-danger:focus,
.ant-btn-danger:hover {
  background: #ff6970;
  border-color: #ff6970;
  color: #fff
}

.ant-btn-danger:focus>a:only-child,
.ant-btn-danger:hover>a:only-child {
  color: currentColor
}

.ant-btn-danger:focus>a:only-child:after,
.ant-btn-danger:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-danger:active {
  background: #d92b40;
  border-color: #d92b40;
  color: #fff
}

.ant-btn-danger:active>a:only-child {
  color: currentColor
}

.ant-btn-danger:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-danger[disabled],
.ant-btn-danger[disabled]:active,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-danger[disabled]:active>a:only-child,
.ant-btn-danger[disabled]:focus>a:only-child,
.ant-btn-danger[disabled]:hover>a:only-child,
.ant-btn-danger[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-danger[disabled]:active>a:only-child:after,
.ant-btn-danger[disabled]:focus>a:only-child:after,
.ant-btn-danger[disabled]:hover>a:only-child:after,
.ant-btn-danger[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #1966ff
}

.ant-btn-link>a:only-child {
  color: currentColor
}

.ant-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-link:focus,
.ant-btn-link:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-link:focus>a:only-child,
.ant-btn-link:hover>a:only-child {
  color: currentColor
}

.ant-btn-link:focus>a:only-child:after,
.ant-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-link:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-link:active>a:only-child {
  color: currentColor
}

.ant-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-link[disabled],
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0
}

.ant-btn-link:hover {
  background: transparent
}

.ant-btn-link:active,
.ant-btn-link:focus,
.ant-btn-link:hover {
  border-color: transparent
}

.ant-btn-link[disabled],
.ant-btn-link[disabled]:active,
.ant-btn-link[disabled]:focus,
.ant-btn-link[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-link[disabled]:active>a:only-child,
.ant-btn-link[disabled]:focus>a:only-child,
.ant-btn-link[disabled]:hover>a:only-child,
.ant-btn-link[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-link[disabled]:active>a:only-child:after,
.ant-btn-link[disabled]:focus>a:only-child:after,
.ant-btn-link[disabled]:hover>a:only-child:after,
.ant-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-text {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #55585c
}

.ant-btn-text>a:only-child {
  color: currentColor
}

.ant-btn-text>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-text:focus,
.ant-btn-text:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-text:focus>a:only-child,
.ant-btn-text:hover>a:only-child {
  color: currentColor
}

.ant-btn-text:focus>a:only-child:after,
.ant-btn-text:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-text:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-text:active>a:only-child {
  color: currentColor
}

.ant-btn-text:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-text[disabled],
.ant-btn-text[disabled]:active,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0
}

.ant-btn-text:focus,
.ant-btn-text:hover {
  background: rgba(0, 0, 0, .018);
  border-color: transparent;
  color: #55585c
}

.ant-btn-text:active {
  background: rgba(0, 0, 0, .028);
  border-color: transparent;
  color: #55585c
}

.ant-btn-text[disabled],
.ant-btn-text[disabled]:active,
.ant-btn-text[disabled]:focus,
.ant-btn-text[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-text[disabled]:active>a:only-child,
.ant-btn-text[disabled]:focus>a:only-child,
.ant-btn-text[disabled]:hover>a:only-child,
.ant-btn-text[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-text[disabled]:active>a:only-child:after,
.ant-btn-text[disabled]:focus>a:only-child:after,
.ant-btn-text[disabled]:hover>a:only-child:after,
.ant-btn-text[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous {
  background: #fff;
  border-color: #ff4050;
  color: #ff4050
}

.ant-btn-dangerous>a:only-child {
  color: currentColor
}

.ant-btn-dangerous>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous:focus,
.ant-btn-dangerous:hover {
  background: #fff;
  border-color: #ff6970;
  color: #ff6970
}

.ant-btn-dangerous:focus>a:only-child,
.ant-btn-dangerous:hover>a:only-child {
  color: currentColor
}

.ant-btn-dangerous:focus>a:only-child:after,
.ant-btn-dangerous:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous:active {
  background: #fff;
  border-color: #d92b40;
  color: #d92b40
}

.ant-btn-dangerous:active>a:only-child {
  color: currentColor
}

.ant-btn-dangerous:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous[disabled],
.ant-btn-dangerous[disabled]:active,
.ant-btn-dangerous[disabled]:focus,
.ant-btn-dangerous[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-dangerous[disabled]:active>a:only-child,
.ant-btn-dangerous[disabled]:focus>a:only-child,
.ant-btn-dangerous[disabled]:hover>a:only-child,
.ant-btn-dangerous[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-dangerous[disabled]:active>a:only-child:after,
.ant-btn-dangerous[disabled]:focus>a:only-child:after,
.ant-btn-dangerous[disabled]:hover>a:only-child:after,
.ant-btn-dangerous[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-primary {
  background: #ff4050;
  border-color: #ff4050;
  box-shadow: 0 2px 0 rgba(0, 0, 0, .045);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.ant-btn-dangerous.ant-btn-primary>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-primary:focus,
.ant-btn-dangerous.ant-btn-primary:hover {
  background: #ff6970;
  border-color: #ff6970;
  color: #fff
}

.ant-btn-dangerous.ant-btn-primary:focus>a:only-child,
.ant-btn-dangerous.ant-btn-primary:hover>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-primary:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-primary:active {
  background: #d92b40;
  border-color: #d92b40;
  color: #fff
}

.ant-btn-dangerous.ant-btn-primary:active>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-primary[disabled],
.ant-btn-dangerous.ant-btn-primary[disabled]:active,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child,
.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-primary[disabled]:active>a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled]:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled]:hover>a:only-child:after,
.ant-btn-dangerous.ant-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #ff4050
}

.ant-btn-dangerous.ant-btn-link>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-dangerous.ant-btn-link:hover {
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-dangerous.ant-btn-link:active {
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0
}

.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-dangerous.ant-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #ff6970
}

.ant-btn-dangerous.ant-btn-link:focus>a:only-child,
.ant-btn-dangerous.ant-btn-link:hover>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-link:active {
  background: transparent;
  border-color: transparent;
  color: #d92b40
}

.ant-btn-dangerous.ant-btn-link:active>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-dangerous.ant-btn-link[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,
.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,
.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-text {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #ff4050
}

.ant-btn-dangerous.ant-btn-text>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-text>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-text:focus,
.ant-btn-dangerous.ant-btn-text:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-dangerous.ant-btn-text:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:active,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0
}

.ant-btn-dangerous.ant-btn-text:focus,
.ant-btn-dangerous.ant-btn-text:hover {
  background: rgba(0, 0, 0, .018);
  border-color: transparent;
  color: #ff6970
}

.ant-btn-dangerous.ant-btn-text:focus>a:only-child,
.ant-btn-dangerous.ant-btn-text:hover>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-text:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-text:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-text:active {
  background: rgba(0, 0, 0, .028);
  border-color: transparent;
  color: #d92b40
}

.ant-btn-dangerous.ant-btn-text:active>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-text:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-dangerous.ant-btn-text[disabled],
.ant-btn-dangerous.ant-btn-text[disabled]:active,
.ant-btn-dangerous.ant-btn-text[disabled]:focus,
.ant-btn-dangerous.ant-btn-text[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child,
.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-dangerous.ant-btn-text[disabled]:active>a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled]:focus>a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled]:hover>a:only-child:after,
.ant-btn-dangerous.ant-btn-text[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-icon-only {
  border-radius: 2px;
  font-size: 16px;
  height: 32px;
  padding: 2.4px 0;
  vertical-align: -.5px;
  width: 32px
}

.ant-btn-icon-only>* {
  font-size: 16px
}

.ant-btn-icon-only.ant-btn-lg {
  border-radius: 2px;
  font-size: 18px;
  height: 40px;
  padding: 4.9px 0;
  width: 40px
}

.ant-btn-icon-only.ant-btn-lg>* {
  font-size: 18px
}

.ant-btn-icon-only.ant-btn-sm {
  border-radius: 2px;
  font-size: 14px;
  height: 24px;
  padding: 0;
  width: 24px
}

.ant-btn-icon-only.ant-btn-sm>* {
  font-size: 14px
}

.ant-btn-round {
  border-radius: 32px;
  font-size: 14px;
  height: 32px;
  padding: 4px 16px
}

.ant-btn-round.ant-btn-lg {
  border-radius: 40px;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 20px
}

.ant-btn-round.ant-btn-sm {
  border-radius: 24px;
  font-size: 14px;
  height: 24px;
  padding: 0 12px
}

.ant-btn-round.ant-btn-icon-only {
  width: auto
}

.ant-btn-circle,
.ant-btn-circle-outline {
  border-radius: 50%;
  min-width: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.ant-btn-circle-outline.ant-btn-lg,
.ant-btn-circle.ant-btn-lg {
  border-radius: 50%;
  min-width: 40px
}

.ant-btn-circle-outline.ant-btn-sm,
.ant-btn-circle.ant-btn-sm {
  border-radius: 50%;
  min-width: 24px
}

.ant-btn:before {
  background: #fff;
  border-radius: inherit;
  bottom: -1px;
  content: "";
  display: none;
  left: -1px;
  opacity: .35;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: opacity .2s;
  z-index: 1
}

.ant-btn .anticon {
  transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-btn .anticon.anticon-minus>svg,
.ant-btn .anticon.anticon-plus>svg {
  shape-rendering: optimizeSpeed
}

.ant-btn.ant-btn-loading {
  position: relative
}

.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none
}

.ant-btn.ant-btn-loading:before {
  display: block
}

.ant-btn>.ant-btn-loading-icon {
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-btn>.ant-btn-loading-icon .anticon {
  padding-right: 8px
}

.ant-btn-group {
  display: inline-flex
}

.ant-btn-group,
.ant-btn-group>.ant-btn,
.ant-btn-group>span>.ant-btn {
  position: relative
}

.ant-btn-group>.ant-btn:active,
.ant-btn-group>.ant-btn:focus,
.ant-btn-group>.ant-btn:hover,
.ant-btn-group>span>.ant-btn:active,
.ant-btn-group>span>.ant-btn:focus,
.ant-btn-group>span>.ant-btn:hover {
  z-index: 2
}

.ant-btn-group>.ant-btn[disabled],
.ant-btn-group>span>.ant-btn[disabled] {
  z-index: 0
}

.ant-btn-group .ant-btn-icon-only {
  font-size: 14px
}

.ant-btn-group-lg>.ant-btn,
.ant-btn-group-lg>span>.ant-btn {
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 15px
}

.ant-btn-group-lg .ant-btn.ant-btn-icon-only {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 40px
}

.ant-btn-group-sm>.ant-btn,
.ant-btn-group-sm>span>.ant-btn {
  border-radius: 0;
  font-size: 14px;
  height: 24px;
  padding: 0 7px
}

.ant-btn-group-sm>.ant-btn>.anticon,
.ant-btn-group-sm>span>.ant-btn>.anticon {
  font-size: 14px
}

.ant-btn-group-sm .ant-btn.ant-btn-icon-only {
  height: 24px;
  padding-left: 0;
  padding-right: 0;
  width: 24px
}

.ant-btn+.ant-btn-group,
.ant-btn-group .ant-btn+.ant-btn,
.ant-btn-group .ant-btn+span,
.ant-btn-group span+.ant-btn,
.ant-btn-group+.ant-btn,
.ant-btn-group+.ant-btn-group,
.ant-btn-group>span+span {
  margin-left: -1px
}

.ant-btn-group .ant-btn-primary+.ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent
}

.ant-btn-group .ant-btn {
  border-radius: 0
}

.ant-btn-group>.ant-btn:first-child,
.ant-btn-group>span:first-child>.ant-btn {
  margin-left: 0
}

.ant-btn-group>.ant-btn:only-child,
.ant-btn-group>span:only-child>.ant-btn {
  border-radius: 2px
}

.ant-btn-group>.ant-btn:first-child:not(:last-child),
.ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.ant-btn-group>.ant-btn:last-child:not(:first-child),
.ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px
}

.ant-btn-group-sm>.ant-btn:only-child,
.ant-btn-group-sm>span:only-child>.ant-btn {
  border-radius: 3px
}

.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),
.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px
}

.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),
.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px
}

.ant-btn-group>.ant-btn-group {
  float: left
}

.ant-btn-group>.ant-btn-group:not(:first-child):not(:last-child)>.ant-btn {
  border-radius: 0
}

.ant-btn-group>.ant-btn-group:first-child:not(:last-child)>.ant-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px
}

.ant-btn-group>.ant-btn-group:last-child:not(:first-child)>.ant-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px
}

.ant-btn-group-rtl.ant-btn+.ant-btn-group,
.ant-btn-group-rtl.ant-btn-group .ant-btn+.ant-btn,
.ant-btn-group-rtl.ant-btn-group .ant-btn+span,
.ant-btn-group-rtl.ant-btn-group span+.ant-btn,
.ant-btn-group-rtl.ant-btn-group+.ant-btn,
.ant-btn-group-rtl.ant-btn-group+.ant-btn-group,
.ant-btn-group-rtl.ant-btn-group>span+span,
.ant-btn-rtl.ant-btn+.ant-btn-group,
.ant-btn-rtl.ant-btn-group .ant-btn+.ant-btn,
.ant-btn-rtl.ant-btn-group .ant-btn+span,
.ant-btn-rtl.ant-btn-group span+.ant-btn,
.ant-btn-rtl.ant-btn-group+.ant-btn,
.ant-btn-rtl.ant-btn-group+.ant-btn-group,
.ant-btn-rtl.ant-btn-group>span+span {
  margin-left: auto;
  margin-right: -1px
}

.ant-btn-group.ant-btn-group-rtl {
  direction: rtl
}

.ant-btn-group-rtl.ant-btn-group>.ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group>span:first-child:not(:last-child)>.ant-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 2px
}

.ant-btn-group-rtl.ant-btn-group>.ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group>span:last-child:not(:first-child)>.ant-btn {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 2px;
  border-top-right-radius: 0
}

.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:first-child:not(:last-child),
.ant-btn-group-rtl.ant-btn-group-sm>span:first-child:not(:last-child)>.ant-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 3px
}

.ant-btn-group-rtl.ant-btn-group-sm>.ant-btn:last-child:not(:first-child),
.ant-btn-group-rtl.ant-btn-group-sm>span:last-child:not(:first-child)>.ant-btn {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 0
}

.ant-btn:active>span,
.ant-btn:focus>span {
  position: relative
}

.ant-btn>.anticon+span,
.ant-btn>span+.anticon {
  margin-left: 8px
}

.ant-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff
}

.ant-btn-background-ghost.ant-btn-primary {
  background: transparent;
  border-color: #1966ff;
  color: #1966ff;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-primary:focus,
.ant-btn-background-ghost.ant-btn-primary:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-primary:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-btn-background-ghost.ant-btn-primary:active>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-primary[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-danger {
  background: transparent;
  border-color: #ff4050;
  color: #ff4050;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-danger:focus,
.ant-btn-background-ghost.ant-btn-danger:hover {
  background: transparent;
  border-color: #ff6970;
  color: #ff6970
}

.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-danger:active {
  background: transparent;
  border-color: #d92b40;
  color: #d92b40
}

.ant-btn-background-ghost.ant-btn-danger:active>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-danger[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous {
  background: transparent;
  border-color: #ff4050;
  color: #ff4050;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-dangerous>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous:focus,
.ant-btn-background-ghost.ant-btn-dangerous:hover {
  background: transparent;
  border-color: #ff6970;
  color: #ff6970
}

.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous:active {
  background: transparent;
  border-color: #d92b40;
  color: #d92b40
}

.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled],
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  background: transparent;
  border-color: transparent;
  color: #ff4050;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #ff6970
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  background: transparent;
  border-color: transparent;
  color: #d92b40
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover {
  background: #edeef0;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf;
  text-shadow: none
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child {
  color: currentColor
}

.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover>a:only-child:after,
.ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: .34em
}

.ant-btn-two-chinese-chars>:not(.anticon) {
  letter-spacing: .34em;
  margin-right: -.34em
}

.ant-btn-block {
  width: 100%
}

.ant-btn:empty {
  content: "\a0";
  display: inline-block;
  visibility: hidden;
  width: 0
}

a.ant-btn {
  line-height: 30px;
  padding-top: .1px
}

a.ant-btn-lg {
  line-height: 38px
}

a.ant-btn-sm {
  line-height: 22px
}

.ant-btn-rtl {
  direction: rtl
}

.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary,
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child) {
  border-left-color: #dcdde0;
  border-right-color: #4287ff
}

.ant-btn-group-rtl.ant-btn-group .ant-btn-primary+.ant-btn-primary[disabled],
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #4287ff;
  border-right-color: #dcdde0
}

.ant-btn-rtl.ant-btn>.ant-btn-loading-icon .anticon {
  padding-left: 8px;
  padding-right: 0
}

.ant-btn>.ant-btn-loading-icon:only-child .anticon {
  padding-left: 0;
  padding-right: 0
}

.ant-btn-rtl.ant-btn>.anticon+span,
.ant-btn-rtl.ant-btn>span+.anticon {
  margin-left: 0;
  margin-right: 8px
}

body .ant-btn:not(.ant-btn-link) {
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 4px;
  box-shadow: none;
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  line-height: 18px;
  min-width: 74px;
  overflow: hidden;
  padding: 6px 16px
}

body .ant-btn:not(.ant-btn-link).focus,
body .ant-btn:not(.ant-btn-link):focus,
body .ant-btn:not(.ant-btn-link):hover {
  background: #fff;
  border-color: #4784ff;
  color: #4784ff
}

body .ant-btn:not(.ant-btn-link).disabled,
body .ant-btn:not(.ant-btn-link):disabled {
  background: #fff;
  border-color: #dcdde0;
  color: #aaabaf
}

body .ant-btn:not(.ant-btn-link).disabled:hover,
body .ant-btn:not(.ant-btn-link):disabled:hover {
  color: #aaabaf
}

body .ant-btn:not(.ant-btn-link) .anticon {
  height: 16px;
  vertical-align: middle;
  width: 16px
}

body .ant-btn:not(.ant-btn-link) .anticon+span {
  margin-left: 0
}

body .ant-btn:not(.ant-btn-link) .ant-btn-loading-icon {
  display: none
}

body .ant-btn:not(.ant-btn-link) span[role=img] {
  margin-left: -2px
}

body .ant-btn.ant-btn-sm {
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  line-height: 14px;
  min-width: 60px;
  padding: 4px 12px
}

body .ant-btn.ant-btn-sm .anticon {
  height: 14px;
  vertical-align: middle;
  width: 14px
}

body .ant-btn.ant-btn-sm .anticon+span {
  margin-left: 0
}

body .ant-btn.ant-btn-primary {
  background: #1966ff;
  border: 1px solid transparent;
  box-shadow: none;
  color: #fff
}

body .ant-btn.ant-btn-primary.focus,
body .ant-btn.ant-btn-primary:focus,
body .ant-btn.ant-btn-primary:hover {
  background: #4784ff;
  border-color: transparent;
  color: #fff
}

body .ant-btn.ant-btn-primary.disabled,
body .ant-btn.ant-btn-primary:disabled {
  background: #8cb6ff;
  border-color: transparent;
  color: #fff
}

body .ant-btn.ant-btn-primary.disabled:hover,
body .ant-btn.ant-btn-primary:disabled:hover {
  color: #fff
}

body .ant-btn.ant-btn-dangerous {
  background: #fff;
  border: 1px solid #ff4050;
  box-shadow: none;
  color: #ff4050
}

body .ant-btn.ant-btn-dangerous.focus,
body .ant-btn.ant-btn-dangerous:focus,
body .ant-btn.ant-btn-dangerous:hover {
  background: #fff;
  border-color: #ff6970;
  color: #ff6970
}

body .ant-btn.ant-btn-dangerous.disabled,
body .ant-btn.ant-btn-dangerous:disabled {
  background: #fff;
  border-color: #ffbbba;
  color: #ffbbba
}

body .ant-btn.ant-btn-dangerous.disabled:hover,
body .ant-btn.ant-btn-dangerous:disabled:hover {
  color: #ffbbba
}

body .ant-btn.ant-btn-dashed {
  background: #fff;
  border: 1px solid #1966ff;
  box-shadow: none;
  color: #1966ff
}

body .ant-btn.ant-btn-dashed.focus,
body .ant-btn.ant-btn-dashed:focus,
body .ant-btn.ant-btn-dashed:hover {
  background: #fff;
  border-color: #4784ff;
  color: #4784ff
}

body .ant-btn.ant-btn-dashed.disabled,
body .ant-btn.ant-btn-dashed:disabled {
  background: #fff;
  border-color: #8cb6ff;
  color: #8cb6ff
}

body .ant-btn.ant-btn-dashed.disabled:hover,
body .ant-btn.ant-btn-dashed:disabled:hover {
  color: #8cb6ff
}

body .ant-btn.ant-btn-link {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: #1966ff
}

body .ant-btn.ant-btn-link.focus,
body .ant-btn.ant-btn-link:focus,
body .ant-btn.ant-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #4784ff
}

body .ant-btn.ant-btn-link.disabled,
body .ant-btn.ant-btn-link:disabled {
  background: transparent;
  border-color: transparent;
  color: #8cb6ff
}

body .ant-btn.ant-btn-link.disabled:hover,
body .ant-btn.ant-btn-link:disabled:hover {
  color: #8cb6ff
}

body .ant-btn.ant-btn-loading .ant-btn-loading-icon {
  display: block;
  margin: 0 auto
}

body .ant-btn.ant-btn-loading:before {
  display: none !important
}

body .ant-btn.ant-btn-loading .ant-btn-loading-icon+span {
  opacity: 0
}

body .ant-btn>.ant-btn-loading-icon .anticon {
  padding: 1px 8px 0 1px
}

.ant-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -.09em;
  vertical-align: middle;
  white-space: nowrap
}

.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #1966ff
}

.ant-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 2px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.ant-checkbox-wrapper:hover .ant-checkbox:after,
.ant-checkbox:hover:after {
  visibility: visible
}

.ant-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-collapse: separate;
  border-radius: 2px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.ant-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.ant-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.ant-checkbox-checked .ant-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.ant-checkbox-disabled {
  cursor: not-allowed
}

.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  animation-name: none;
  border-color: #aaabaf
}

.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed
}

.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #edeef0;
  border-color: #dcdde0 !important
}

.ant-checkbox-disabled .ant-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: #edeef0
}

.ant-checkbox-disabled+span {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-checkbox-disabled:hover:after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled:after {
  visibility: hidden
}

.ant-checkbox-wrapper {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.ant-checkbox-wrapper+.ant-checkbox-wrapper {
  margin-left: 8px
}

.ant-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.ant-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px
}

.ant-checkbox-group-item:last-child {
  margin-right: 0
}

.ant-checkbox-group-item+.ant-checkbox-group-item {
  margin-left: 0
}

.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #dcdde0
}

.ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner:after {
  background-color: #aaabaf;
  border-color: #aaabaf
}

.ant-checkbox-rtl {
  direction: rtl
}

.ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.ant-checkbox-group-rtl .ant-checkbox-group-item+.ant-checkbox-group-item {
  margin-left: 8px
}

body .ant-checkbox-inner {
  border: 1px solid #dcdde0;
  border-radius: 2px
}

body .ant-checkbox-checked:after,
body .ant-checkbox-inner:hover {
  border: 1px solid #1966ff
}

body .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1966ff;
  border: 1px solid #1966ff
}

body .ant-checkbox-wrapper {
  color: #85878a
}

body .ant-checkbox-wrapper:hover .ant-checkbox-inner,
body .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #1966ff
}

body .ant-checkbox+span {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body .ant-checkbox-wrapper-checked.ant-checkbox-wrapper-disabled .ant-checkbox+span {
  color: #12141a
}

body .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #edeef0;
  border: 1px solid #dcdde0 !important
}

body .ant-checkbox-disabled+span {
  color: #aaabaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body ::selection {
  background-color: #1966ff;
  color: #fff
}

body .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #fff;
  border: 0;
  border-radius: 1px;
  content: " ";
  height: 2px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 10px
}

body .ant-checkbox-input:focus+.ant-checkbox-inner {
  border-color: #1966ff
}

body .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
  border-color: #fff
}

body .ant-checkbox-wrapper .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #8cb6ff;
  border: none !important
}

body .ant-checkbox-checked:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99 7.467a.759.759 0 0 0 .596.289.748.748 0 0 0 .596-.29l5.94-5.94a.75.75 0 0 0-1.06-1.06L4.586 5.94 1.938 3.294a.75.75 0 0 0-1.06 1.06L3.99 7.467z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px
}

body .ant-checkbox-checked:not(.ant-checkbox-indeterminate):after {
  animation: none
}

body .ant-checkbox-checked:not(.ant-checkbox-indeterminate) .ant-checkbox-inner:after {
  display: none
}

.ant-cascader {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-cascader-input.ant-input {
  background-color: transparent !important;
  cursor: pointer;
  padding-right: 24px;
  position: static;
  width: 100%
}

.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative
}

.ant-cascader-picker {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  transition: color .3s
}

.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent
}

.ant-cascader-picker-disabled {
  background: #edeef0;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed
}

.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-cascader-picker:focus .ant-cascader-input {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-cascader-picker-borderless .ant-cascader-input {
  border-color: transparent !important;
  box-shadow: none !important
}

.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: #aaabaf
}

.ant-cascader-picker-label {
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-top: -10px;
  overflow: hidden;
  padding: 0 20px 0 12px;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  white-space: nowrap;
  width: 100%
}

.ant-cascader-picker-clear {
  background: #fff;
  color: #aaabaf;
  cursor: pointer;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transition: color .3s ease, opacity .15s ease;
  width: 12px;
  z-index: 2
}

.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1
}

.ant-cascader-picker-arrow {
  color: #aaabaf;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  margin-top: -6px;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 12px;
  z-index: 1
}

.ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input) {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-cascader-picker-label:hover+.ant-cascader-input:not(.ant-cascader-picker-disabled .ant-cascader-picker-label:hover+.ant-cascader-input) {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-cascader-picker-small .ant-cascader-picker-arrow,
.ant-cascader-picker-small .ant-cascader-picker-clear {
  right: 8px
}

.ant-cascader-menus {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  font-size: 14px;
  position: absolute;
  white-space: nowrap;
  z-index: 1050
}

.ant-cascader-menus ol,
.ant-cascader-menus ul {
  list-style: none;
  margin: 0
}

.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none
}

.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn
}

.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut
}

.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut
}

.ant-cascader-menu {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-right: 1px solid #edeef0;
  display: inline-block;
  height: 180px;
  list-style: none;
  margin: 0;
  min-width: 111px;
  overflow: auto;
  padding: 4px 0;
  vertical-align: top
}

.ant-cascader-menu:first-child {
  border-radius: 2px 0 0 2px
}

.ant-cascader-menu:last-child {
  border-radius: 0 2px 2px 0;
  border-right-color: transparent;
  margin-right: -1px
}

.ant-cascader-menu:only-child {
  border-radius: 2px
}

.ant-cascader-menu-item {
  cursor: pointer;
  line-height: 22px;
  overflow: hidden;
  padding: 5px 12px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.ant-cascader-menu-item:hover {
  background: #f5f5f5
}

.ant-cascader-menu-item-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-cascader-menu-item-disabled:hover {
  background: transparent
}

.ant-cascader-menu-empty .ant-cascader-menu-item {
  color: #aaabaf;
  cursor: default;
  pointer-events: none
}

.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: #e6f2ff;
  font-weight: 600
}

.ant-cascader-menu-item-expand {
  padding-right: 24px;
  position: relative
}

.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  font-size: 10px;
  position: absolute;
  right: 12px
}

.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: #aaabaf
}

.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #ff4d4f
}

.ant-cascader-picker-rtl .ant-cascader-input.ant-input {
  padding-left: 24px;
  padding-right: 11px;
  text-align: right
}

.ant-cascader-picker-rtl {
  direction: rtl
}

.ant-cascader-picker-rtl .ant-cascader-picker-label {
  padding: 0 12px 0 20px;
  text-align: right
}

.ant-cascader-picker-rtl .ant-cascader-picker-arrow,
.ant-cascader-picker-rtl .ant-cascader-picker-clear {
  left: 12px;
  right: auto
}

.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-arrow,
.ant-cascader-picker-rtl.ant-cascader-picker-small .ant-cascader-picker-clear {
  left: 8px;
  right: auto
}

.ant-cascader-menu-rtl .ant-cascader-menu {
  border-left: 1px solid #edeef0;
  border-right: none;
  direction: rtl
}

.ant-cascader-menu-rtl .ant-cascader-menu:first-child {
  border-radius: 0 2px 2px 0
}

.ant-cascader-menu-rtl .ant-cascader-menu:last-child {
  border-left-color: transparent;
  border-radius: 2px 0 0 2px;
  margin-left: -1px;
  margin-right: 0
}

.ant-cascader-menu-rtl .ant-cascader-menu:only-child {
  border-radius: 2px
}

.ant-cascader-menu-rtl .ant-cascader-menu-item-expand {
  padding-left: 24px;
  padding-right: 12px
}

.ant-cascader-menu-rtl .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-rtl .ant-cascader-menu-item-loading-icon {
  left: 12px;
  right: auto
}

body .ant-cascader-picker-label {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  pointer-events: none
}

body .ant-cascader-menu {
  padding: 8px 0
}

body .ant-cascader-menu::-webkit-scrollbar {
  height: 6px;
  width: 6px
}

body .ant-cascader-menu::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .08);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .08)
}

body .ant-cascader-menu::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, .32);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .2)
}

body .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
body .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  background-color: #e3eefc;
  color: #12141a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

body .ant-cascader-menu-item:hover {
  background: #f3f4f6
}

body .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #1966ff;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .08)
}

body .ant-cascader-menu-item-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

body .ant-cascader-menu-item {
  line-height: 20px;
  padding: 6px 34px 6px 12px
}

body .ant-cascader-menus {
  border: 1px solid #edeef0;
  border-radius: 4px;
  color: #55585c
}

body .ant-cascader-menus .spiderman-cascader-expand-icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.232 8 5.054 2.705a.5.5 0 0 1 .651-.76l6.62 5.675a.5.5 0 0 1 0 .76l-6.62 5.674a.5.5 0 1 1-.65-.759L11.231 8Z' fill='%2355585C'/%3E%3C/svg%3E") 100% 100% /cover no-repeat;
  display: inline-block;
  height: 16px;
  width: 16px
}

body .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
body .ant-cascader-menu-item-loading-icon {
  color: inherit;
  top: 8px
}

body .ant-cascader-picker-arrow {
  color: #55585c
}

body .ant-cascader-input.ant-input {
  border-radius: 4px
}

body .ant-cascader-input.ant-input:-ms-input-placeholder {
  color: #aaabaf
}

body .ant-cascader-input.ant-input::placeholder {
  color: #aaabaf
}

body .ant-cascader-picker-disabled {
  background: #edeef0
}

body .ant-cascader-picker {
  border-radius: 4px
}

body .default-arrow.ant-cascader-picker .ant-cascader-picker-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.304 1.354a.5.5 0 1 0-.707-.708L6 5.243 1.404.646a.5.5 0 1 0-.707.708l4.95 4.95a.5.5 0 0 0 .707 0l4.95-4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .default-arrow.ant-cascader-picker .ant-cascader-picker-arrow>* {
  display: none !important
}

body .default-arrow.ant-cascader-picker .ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.698 5.646a.5.5 0 1 0 .707.708l4.596-4.597 4.597 4.597a.5.5 0 1 0 .707-.708L6.355.696a.5.5 0 0 0-.707 0l-4.95 4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .default-arrow.ant-cascader-picker .ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand>* {
  display: none !important
}

body .default-arrow.ant-cascader-picker .ant-cascader-picker-arrow {
  top: 58%
}

body .ant-cascader-picker-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23D8D8D8' d='M0 0h16v16H0z'/%3E%3Ccircle cx='8' cy='8' r='7' fill='%23AAACAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.828 5.879a.5.5 0 1 0-.707-.707L8 7.292l-2.121-2.12a.5.5 0 1 0-.707.707L7.292 8l-2.12 2.121a.5.5 0 1 0 .707.707L8 8.708l2.121 2.12a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.708 8l2.12-2.121z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px
}

body .ant-cascader-picker-clear>* {
  display: none !important
}

.ant-picker-panel {
  background: #fff;
  border: 1px solid #edeef0;
  border-radius: 2px;
  display: inline-flex;
  flex-direction: column;
  outline: none;
  text-align: center
}

.ant-picker-panel-focused {
  border-color: #1966ff
}

.ant-picker-date-panel,
.ant-picker-decade-panel,
.ant-picker-month-panel,
.ant-picker-quarter-panel,
.ant-picker-time-panel,
.ant-picker-week-panel,
.ant-picker-year-panel {
  display: flex;
  flex-direction: column;
  width: 280px
}

.ant-picker-header {
  border-bottom: 1px solid #edeef0;
  color: rgba(0, 0, 0, .85);
  display: flex;
  padding: 0 8px
}

.ant-picker-header>* {
  flex: none
}

.ant-picker-header button {
  background: transparent;
  border: 0;
  color: #aaabaf;
  cursor: pointer;
  line-height: 40px;
  padding: 0;
  transition: color .3s
}

.ant-picker-header>button {
  font-size: 14px;
  min-width: 1.6em
}

.ant-picker-header>button:hover {
  color: #55585c
}

.ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px
}

.ant-picker-header-view button {
  color: inherit;
  font-weight: inherit
}

.ant-picker-header-view button:not(:first-child) {
  margin-left: 8px
}

.ant-picker-header-view button:hover {
  color: #1966ff
}

.ant-picker-next-icon,
.ant-picker-prev-icon,
.ant-picker-super-next-icon,
.ant-picker-super-prev-icon {
  display: inline-block;
  height: 7px;
  position: relative;
  width: 7px
}

.ant-picker-next-icon:before,
.ant-picker-prev-icon:before,
.ant-picker-super-next-icon:before,
.ant-picker-super-prev-icon:before {
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 7px
}

.ant-picker-super-next-icon:after,
.ant-picker-super-prev-icon:after {
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  content: "";
  display: inline-block;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 7px
}

.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
  transform: rotate(-45deg)
}

.ant-picker-next-icon,
.ant-picker-super-next-icon {
  transform: rotate(135deg)
}

.ant-picker-content {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%
}

.ant-picker-content td,
.ant-picker-content th {
  font-weight: 400;
  min-width: 24px;
  position: relative
}

.ant-picker-content th {
  color: #55585c;
  height: 30px;
  line-height: 30px
}

.ant-picker-cell {
  color: #aaabaf;
  cursor: pointer;
  padding: 3px 0
}

.ant-picker-cell-in-view {
  color: #55585c
}

.ant-picker-cell-disabled {
  cursor: not-allowed
}

.ant-picker-cell:before {
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1
}

.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5
}

.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  border: 1px solid #1966ff;
  border-radius: 2px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative
}

.ant-picker-cell-in-view.ant-picker-cell-in-range:before {
  background: #e6f2ff
}

.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  background: #1966ff;
  color: #fff
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before {
  background: #e6f2ff
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:before {
  left: 50%
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:before {
  right: 50%
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after {
  border-bottom: 1px dashed #7faaff;
  border-top: 1px dashed #7faaff;
  content: "";
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0
}

.ant-picker-cell-range-hover-end:after,
.ant-picker-cell-range-hover-start:after,
.ant-picker-cell-range-hover:after {
  left: 2px;
  right: 0
}

.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,
.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before,
.ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before {
  background: #cdf
}

.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px
}

.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  background: #cdf;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  left: 0;
  right: -7px
}

.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  left: -7px;
  right: 0
}

.ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
  right: 50%
}

.ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
  left: 50%
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after {
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #7faaff;
  border-top-left-radius: 2px;
  left: 6px
}

.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,
tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after {
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #7faaff;
  border-top-right-radius: 2px;
  right: 6px
}

.ant-picker-cell-disabled {
  pointer-events: none
}

.ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
  color: #aaabaf
}

.ant-picker-cell-disabled:before {
  background: #edeef0
}

.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #aaabaf
}

.ant-picker-decade-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content {
  height: 264px
}

.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner {
  padding: 0 8px
}

.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
  background: #edeef0
}

.ant-picker-quarter-panel .ant-picker-content {
  height: 56px
}

.ant-picker-footer {
  border-bottom: 1px solid transparent;
  line-height: 38px;
  min-width: 100%;
  text-align: center;
  width: -webkit-min-content;
  width: min-content
}

.ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #edeef0
}

.ant-picker-footer-extra {
  line-height: 38px;
  padding: 0 12px;
  text-align: left
}

.ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #edeef0
}

.ant-picker-now {
  text-align: left
}

.ant-picker-today-btn {
  color: #1966ff
}

.ant-picker-today-btn:hover {
  color: #4287ff
}

.ant-picker-today-btn:active {
  color: #0b49d9
}

.ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px
}

.ant-picker-decade-panel .ant-picker-cell:before {
  display: none
}

.ant-picker-month-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-year-panel .ant-picker-body {
  padding: 0 8px
}

.ant-picker-month-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner {
  width: 60px
}

.ant-picker-month-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-year-panel .ant-picker-cell-range-hover-start:after {
  border-left: 1px dashed #7faaff;
  border-radius: 2px 0 0 2px;
  left: 14px
}

.ant-picker-month-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start:after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-year-panel .ant-picker-cell-range-hover-end:after {
  border-radius: 0 2px 2px 0;
  border-right: 1px dashed #7faaff;
  right: 14px
}

.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end:after {
  border-left: 1px dashed #7faaff;
  border-radius: 2px 0 0 2px;
  left: 14px
}

.ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px
}

.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner {
  background: transparent !important
}

.ant-picker-week-panel-row td {
  transition: background .3s
}

.ant-picker-week-panel-row:hover td {
  background: #f5f5f5
}

.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
  background: #1966ff
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: hsla(0, 0%, 100%, .5)
}

.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner:before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #fff
}

.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff
}

.ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px
}

.ant-picker-date-panel .ant-picker-content {
  width: 252px
}

.ant-picker-date-panel .ant-picker-content th {
  width: 36px
}

.ant-picker-datetime-panel {
  display: flex
}

.ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #edeef0
}

.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity .3s
}

.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: .3
}

.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1
}

.ant-picker-time-panel {
  min-width: auto;
  width: auto
}

.ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px
}

.ant-picker-time-panel-column {
  flex: 1 0 auto;
  list-style: none;
  margin: 0;
  overflow-y: hidden;
  padding: 0;
  text-align: left;
  transition: background .3s;
  width: 56px
}

.ant-picker-time-panel-column:after {
  content: "";
  display: block;
  height: 196px
}

.ant-picker-datetime-panel .ant-picker-time-panel-column:after {
  height: 198px
}

.ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #edeef0
}

.ant-picker-time-panel-column-active {
  background: rgba(230, 242, 255, .2)
}

.ant-picker-time-panel-column:hover {
  overflow-y: auto
}

.ant-picker-time-panel-column>li {
  margin: 0;
  padding: 0
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  border-radius: 0;
  color: #55585c;
  cursor: pointer;
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: background .3s;
  width: 100%
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f2ff
}

.ant-picker-time-panel-column>li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  background: transparent;
  color: #aaabaf;
  cursor: not-allowed
}

:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0
}

.ant-picker {
  font-feature-settings: "tnum";
  align-items: center;
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 4px 11px;
  position: relative;
  transition: border .3s, box-shadow .3s
}

.ant-picker-focused,
.ant-picker:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-picker-focused,
.ant-input-rtl .ant-picker:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-picker-focused {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-picker-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-picker.ant-picker-disabled {
  background: #edeef0;
  border-color: #dcdde0;
  cursor: not-allowed
}

.ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: #aaabaf
}

.ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.ant-picker-input {
  align-items: center;
  display: inline-flex;
  position: relative;
  width: 100%
}

.ant-picker-input>input {
  background-color: #fff;
  background-image: none;
  background: transparent;
  border: 0;
  border-radius: 2px;
  color: #55585c;
  display: inline-block;
  flex: auto;
  font-size: 14px;
  height: auto;
  line-height: 1.5715;
  min-width: 0;
  min-width: 1px;
  padding: 0;
  position: relative;
  transition: all .3s;
  width: 100%
}

.ant-picker-input>input::-moz-placeholder {
  opacity: 1
}

.ant-picker-input>input:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-picker-input>input::placeholder {
  color: #bfbfbf
}

.ant-picker-input>input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-picker-input>input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-picker-input>input:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-picker-input>input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-picker-input>input-focused,
.ant-picker-input>input:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-picker-input>input-focused,
.ant-input-rtl .ant-picker-input>input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-picker-input>input-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-picker-input>input-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-picker-input>input[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-picker-input>input[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-picker-input>input-borderless,
.ant-picker-input>input-borderless-disabled,
.ant-picker-input>input-borderless-focused,
.ant-picker-input>input-borderless:focus,
.ant-picker-input>input-borderless:hover,
.ant-picker-input>input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-picker-input>input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-picker-input>input-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-picker-input>input-sm {
  padding: 0 7px
}

.ant-picker-input>input-rtl {
  direction: rtl
}

.ant-picker-input>input:focus {
  box-shadow: none
}

.ant-picker-input>input[disabled] {
  background: transparent
}

.ant-picker-input:hover .ant-picker-clear {
  opacity: 1
}

.ant-picker-input-placeholder>input {
  color: #bfbfbf
}

.ant-picker-large {
  padding: 6.5px 11px
}

.ant-picker-large .ant-picker-input>input {
  font-size: 16px
}

.ant-picker-small {
  padding: 0 7px
}

.ant-picker-suffix {
  align-self: center;
  color: #aaabaf;
  line-height: 1;
  margin-left: 4px;
  pointer-events: none
}

.ant-picker-suffix>* {
  vertical-align: top
}

.ant-picker-clear {
  background: #fff;
  color: #aaabaf;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s, color .3s
}

.ant-picker-clear>* {
  vertical-align: top
}

.ant-picker-clear:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-picker-separator {
  color: #aaabaf;
  cursor: default;
  display: inline-block;
  font-size: 16px;
  height: 16px;
  position: relative;
  vertical-align: top;
  width: 1em
}

.ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, .45)
}

.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed
}

.ant-picker-range {
  display: inline-flex;
  position: relative
}

.ant-picker-range .ant-picker-clear {
  right: 11px
}

.ant-picker-range:hover .ant-picker-clear {
  opacity: 1
}

.ant-picker-range .ant-picker-active-bar {
  background: #1966ff;
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-out
}

.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1
}

.ant-picker-range-separator {
  align-items: center;
  line-height: 1;
  padding: 0 8px
}

.ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px
}

.ant-picker-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 1050
}

.ant-picker-dropdown-hidden {
  display: none
}

.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  display: block;
  top: 1.66666667px;
  transform: rotate(-45deg)
}

.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 1.66666667px;
  display: block;
  transform: rotate(135deg)
}

.ant-picker-dropdown-range {
  padding: 6.66666667px 0
}

.ant-picker-dropdown-range-hidden {
  display: none
}

.ant-picker-dropdown .ant-picker-panel>.ant-picker-time-panel {
  padding-top: 4px
}

.ant-picker-ranges {
  line-height: 34px;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 4px 12px;
  text-align: left
}

.ant-picker-ranges>li {
  display: inline-block
}

.ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
  background: #e6f2ff;
  border-color: #94c2ff;
  color: #1966ff;
  cursor: pointer
}

.ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px
}

.ant-picker-range-wrapper {
  display: flex
}

.ant-picker-range-arrow {
  box-shadow: 2px -2px 6px rgba(0, 0, 0, .06);
  display: none;
  height: 10px;
  margin-left: 16.5px;
  position: absolute;
  transition: left .3s ease-out;
  width: 10px;
  z-index: 1
}

.ant-picker-range-arrow:after {
  border-color: #fff #fff transparent transparent;
  border-style: solid;
  border-width: 5px;
  content: "";
  height: 10px;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 10px
}

.ant-picker-panel-container {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  overflow: hidden;
  transition: margin .3s;
  vertical-align: top
}

.ant-picker-panel-container .ant-picker-panels {
  direction: ltr;
  display: inline-flex;
  flex-wrap: nowrap
}

.ant-picker-panel-container .ant-picker-panel {
  background: transparent;
  border-radius: 0;
  border-width: 0 0 1px;
  vertical-align: top
}

.ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #edeef0
}

.ant-picker-rtl {
  direction: rtl
}

.ant-picker-rtl .ant-picker-suffix {
  margin-left: 0;
  margin-right: 4px
}

.ant-picker-rtl .ant-picker-clear {
  left: 0;
  right: auto
}

.ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg)
}

.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-left: 0;
  margin-right: 8px
}

.ant-picker-rtl.ant-picker-range .ant-picker-clear {
  left: 11px;
  right: auto
}

.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-left: 0;
  margin-right: 11px
}

.ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right
}

.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-left: 0;
  margin-right: 8px
}

.ant-picker-panel-rtl {
  direction: rtl
}

.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg)
}

.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg)
}

.ant-picker-cell .ant-picker-cell-inner {
  border-radius: 2px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  min-width: 24px;
  position: relative;
  transition: background .3s, border .3s;
  z-index: 2
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:before {
  left: 0;
  right: 50%
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:before {
  left: 50%;
  right: 0
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  left: -7px;
  right: 0
}

.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after {
  left: 0;
  right: -7px
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start:after {
  left: 50%;
  right: 0
}

.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end:after {
  left: 0;
  right: 50%
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  border-left: none;
  border-right: 1px dashed #7faaff;
  border-top-left-radius: 0;
  border-top-right-radius: 2px;
  left: 0;
  right: 6px
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  border-left: 1px dashed #7faaff;
  border-right: none;
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  left: 6px;
  right: 0
}

.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after {
  border-bottom-right-radius: 2px;
  border-right: 1px dashed #7faaff;
  border-top-right-radius: 2px;
  right: 6px
}

.ant-picker-panel-rtl tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after {
  border-bottom-left-radius: 2px;
  border-left: 1px dashed #7faaff;
  border-top-left-radius: 2px;
  left: 6px
}

.ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr
}

body .ant-picker {
  background: #fff;
  border: 1px solid #dcdde0;
  border-radius: 4px;
  box-sizing: border-box;
  height: 32px;
  padding: 6px 8px 6px 12px
}

body .ant-picker-input>input:-ms-input-placeholder {
  color: #aaabaf
}

body .ant-picker-input>input::placeholder {
  color: #aaabaf
}

body .ant-picker-focused,
body .ant-picker:hover {
  border-color: #1966ff
}

body .ant-picker.ant-picker-disabled {
  border-color: #dcdde0;
  cursor: not-allowed
}

body .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
body .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #e3eefc
}

body .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner {
  background: #1966ff
}

body .ant-picker-clear,
body .ant-picker-clear:hover {
  color: #aaabaf
}

body .ant-picker-date-panel,
body .ant-picker-decade-panel,
body .ant-picker-month-panel,
body .ant-picker-quarter-panel,
body .ant-picker-time-panel,
body .ant-picker-week-panel,
body .ant-picker-year-panel {
  width: 288px
}

body .ant-picker-header {
  height: 49px;
  padding: 0 11px
}

body .ant-picker-header .ant-picker-header-view {
  align-items: center;
  color: #12141a;
  display: flex;
  font-size: 14px;
  justify-content: center
}

body .ant-picker-header .ant-picker-header-view>button {
  font-weight: 500;
  line-height: 24px
}

body .ant-picker-header .ant-picker-header-view button:hover {
  color: #1966ff
}

body .ant-picker-active-bar {
  display: none
}

body .ant-picker-range-separator {
  color: #55585c
}

body .ant-picker-range.ant-picker-focused>.ant-picker-input-active>input {
  color: #1966ff;
  opacity: .9
}

body .ant-picker-range.ant-picker-focused>.ant-picker-input-active>input::-webkit-input-placeholder {
  color: #1966ff;
  opacity: .9
}

body .ant-picker-range.ant-picker-focused>.ant-picker-input-active>input:-moz-placeholder,
body .ant-picker-range.ant-picker-focused>.ant-picker-input-active>input::-moz-placeholder {
  color: #1966ff;
  opacity: .9
}

body .ant-picker-range.ant-picker-focused>.ant-picker-input-active>input:-ms-input-placeholder {
  color: #1966ff;
  opacity: .9
}

body .ant-picker-date-panel .ant-picker-body {
  padding: 12px 18px
}

body .ant-picker-cell {
  color: #85878c;
  padding: 4px 0
}

body .ant-picker-cell-in-view {
  color: #12141a
}

body .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range):after {
  background: #e3eefc;
  border-bottom: none;
  border-top: none
}

body .ant-picker-cell-range-hover-end:after,
body .ant-picker-cell-range-hover-start:after,
body .ant-picker-cell-range-hover:after {
  left: 0
}

body .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range):after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:after,
body tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child:after,
body tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child:after {
  border-right: none;
  right: 0
}

body .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range):after,
body .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:after,
body tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child:after,
body tr>.ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child:after {
  border-left: none;
  left: 0
}

body .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single:after {
  left: 6px
}

body .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single:after {
  right: 6px
}

body .ant-picker-cell-disabled:before {
  background: #f3f4f6
}

body .ant-picker-month-panel .ant-picker-cell-disabled:before,
body .ant-picker-quarter-panel .ant-picker-cell-disabled:before,
body .ant-picker-year-panel .ant-picker-cell-disabled:before {
  background: none
}

body .ant-picker-cell-disabled .ant-picker-cell-inner {
  border-radius: 4px;
  color: #85878a
}

body .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover:before,
body .ant-picker-cell-in-view.ant-picker-cell-in-range:before,
body .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover:before,
body .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end:before,
body .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):before,
body .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover:before,
body .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start:before,
body .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):before,
body .ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end:before,
body .ant-picker-panel>:not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start:before {
  background: #e3eefc
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-range-hover:last-child:after {
  border-radius: 0 4px 4px 0
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-range-hover:first-child:after {
  border-radius: 4px 0 0 4px
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-range-hover-end:after {
  border-radius: 0 4px 4px 0
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-disabled:first-child:before,
body .ant-picker-content>tbody>tr>.ant-picker-cell-range-hover-start:after {
  border-radius: 4px 0 0 4px
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-disabled:last-child:before,
body .ant-picker-content>tbody>tr>.ant-picker-cell-in-view:last-child:before {
  border-radius: 0 4px 4px 0
}

body .ant-picker-content>tbody>tr>.ant-picker-cell-in-view:first-child:before {
  border-radius: 4px 0 0 4px
}

body .ant-picker-content th {
  color: #85878a
}

body .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner,
body .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 4px
}

body .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner:after,
body .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  background: #e3eefc;
  border-radius: 0 4px 4px 0;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  z-index: -1
}

body .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner:after {
  left: 0;
  right: -5px
}

body .ant-picker-focused {
  border-color: #1966ff;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .08)
}

body .ant-picker-cell-today {
  color: #1966ff
}

body .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-color: #1966ff
}

body .ant-picker-cell .ant-picker-cell-inner {
  border-radius: 4px
}

body .ant-picker-disabled {
  background: #edeef0 !important;
  border: 1px solid #dcdde0;
  border-radius: 4px;
  box-sizing: border-box
}

body .ant-picker-preset {
  color: #12141a;
  font-size: 14px;
  letter-spacing: -1px
}

body .ant-picker-preset .ant-tag {
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  padding: 1px 8px
}

body .ant-picker-ranges .ant-picker-preset>.ant-tag-blue {
  background: #fff;
  border: 1px solid #dcdde0;
  color: #12141a
}

body .ant-picker-ranges .ant-picker-preset>.ant-tag-blue:hover {
  background: #e3eefc;
  border-color: transparent
}

body .ant-picker-ranges>.ant-picker-now {
  border: 1px solid #dcdde0;
  border-radius: 4px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  width: 44px
}

body .ant-picker-ranges>.ant-picker-now:hover {
  background: #e3eefc;
  border-color: transparent
}

body .ant-picker-ranges>.ant-picker-now .ant-picker-now-btn {
  color: #12141a;
  font-size: 14px
}

body .ant-picker-range-separator {
  display: flex;
  flex-shrink: 0;
  font-size: 12px;
  margin: 0 4px;
  overflow: hidden;
  padding: 0;
  width: 8px
}

body .ant-picker-time-panel-column>li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e3eefc
}

body .ant-picker-time-panel-column {
  width: 72px
}

body .ant-picker-time-panel-column::-webkit-scrollbar-thumb {
  background: #d4d6d9;
  border-radius: 2px
}

body .ant-picker-time-panel-column::-webkit-scrollbar-track {
  background: transparent
}

body .ant-picker-time-panel {
  width: auto
}

body .ant-picker-time-panel-column>li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  height: 24px;
  line-height: 24px
}

body .ant-picker-dropdown-range {
  padding: 0
}

body .ant-picker-dropdown-range .ant-picker-range-arrow {
  display: none
}

body .ant-picker-panel-container {
  border: 1px solid #edeef0;
  border-radius: 4px;
  box-shadow: 0 2px 6px rgba(0, 23, 54, .05)
}

body .ant-picker-next-icon:before,
body .ant-picker-prev-icon:before,
body .ant-picker-super-next-icon:after,
body .ant-picker-super-next-icon:before,
body .ant-picker-super-prev-icon:after,
body .ant-picker-super-prev-icon:before {
  border-color: #55585c
}

body .ant-picker-header-prev-btn {
  margin-left: 6px
}

body .ant-picker-header-next-btn {
  margin-right: 6px
}

body .ant-picker-next-icon,
body .ant-picker-prev-icon,
body .ant-picker-super-next-icon,
body .ant-picker-super-prev-icon {
  height: 8.4px;
  top: -1px;
  width: 8.4px
}

body .ant-picker-next-icon:before,
body .ant-picker-prev-icon:before,
body .ant-picker-super-next-icon:after,
body .ant-picker-super-next-icon:before,
body .ant-picker-super-prev-icon:after,
body .ant-picker-super-prev-icon:before {
  height: 8.4px;
  width: 8.4px
}

body .ant-picker-next-icon:before,
body .ant-picker-prev-icon:before,
body .ant-picker-super-next-icon:after,
body .ant-picker-super-next-icon:before,
body .ant-picker-super-prev-icon:after,
body .ant-picker-super-prev-icon:before {
  border-width: 1.1px 0 0 1.1px
}

body .ant-picker-decade-panel .ant-picker-content,
body .ant-picker-month-panel .ant-picker-content,
body .ant-picker-quarter-panel .ant-picker-content,
body .ant-picker-year-panel .ant-picker-content {
  height: 248px
}

body .ant-picker-input {
  height: 20px
}

body .ant-picker.default-range-picker {
  padding-right: 26px
}

body .ant-picker.default-range-picker .ant-picker-input {
  width: 88px
}

body .ant-picker.default-time-range-picker {
  padding-right: 26px
}

body .ant-picker.default-time-range-picker .ant-picker-input {
  min-width: 152px
}

body .ant-picker>.ant-picker-suffix {
  position: absolute;
  right: 9px
}

body .ant-picker-suffix {
  display: flex
}

body .ant-picker-suffix>img {
  width: 16px
}

body .ant-picker-ok>button {
  align-items: center;
  background: #1966ff;
  border: none;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  padding: 2px 16px
}

body .ant-picker-ok>button:hover {
  background: #1966ff
}

body .ant-picker-ok>button.disabled,
body .ant-picker-ok>button:disabled {
  opacity: .5
}

body .ant-picker-ok>button>span {
  color: #fff;
  font-size: 12px;
  letter-spacing: -1.1px;
  line-height: 16px;
  text-align: center
}

body .ant-picker-ranges {
  line-height: 22px;
  padding: 12px 24px
}

body .ant-picker-range .ant-picker-clear {
  right: 9px
}

body .ant-picker-today-btn,
body .ant-picker-today-btn:hover {
  color: #1966ff
}

body .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before {
  border-radius: 4px
}

body .ant-picker-header-next-btn:hover .ant-picker-next-icon:before,
body .ant-picker-header-prev-btn:hover .ant-picker-prev-icon:before,
body .ant-picker-header-super-next-btn:hover .ant-picker-super-next-icon:after,
body .ant-picker-header-super-next-btn:hover .ant-picker-super-next-icon:before,
body .ant-picker-header-super-prev-btn:hover .ant-picker-super-prev-icon:after,
body .ant-picker-header-super-prev-btn:hover .ant-picker-super-prev-icon:before {
  border-color: #1966ff
}

body .ant-picker-month-panel .ant-picker-body,
body .ant-picker-quarter-panel .ant-picker-body,
body .ant-picker-year-panel .ant-picker-body {
  padding: 18px 8px
}

body .ant-picker-month-panel .ant-picker-cell-inner,
body .ant-picker-quarter-panel .ant-picker-cell-inner,
body .ant-picker-year-panel .ant-picker-cell-inner {
  width: 56px
}

body .ant-picker-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23D8D8D8' d='M0 0h16v16H0z'/%3E%3Ccircle cx='8' cy='8' r='7' fill='%23AAACAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.828 5.879a.5.5 0 1 0-.707-.707L8 7.292l-2.121-2.12a.5.5 0 1 0-.707.707L7.292 8l-2.12 2.121a.5.5 0 1 0 .707.707L8 8.708l2.121 2.12a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.708 8l2.12-2.121z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px
}

body .ant-picker-clear>* {
  display: none !important
}

body .ant-picker .sp-date-suffix-icon {
  color: #55585c
}

body .ant-picker input:disabled:not(:-ms-input-placeholder) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

body .ant-picker input:disabled:not(:placeholder-shown) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

.ant-drawer {
  height: 100%;
  position: fixed;
  transition: transform .3s cubic-bezier(.7, .3, .1, 1), height 0s ease .3s, width 0s ease .3s;
  width: 0;
  z-index: 1000
}

.ant-drawer>* {
  transition: transform .3s cubic-bezier(.7, .3, .1, 1), box-shadow .3s cubic-bezier(.7, .3, .1, 1)
}

.ant-drawer-content-wrapper {
  height: 100%;
  position: absolute;
  width: 100%
}

.ant-drawer .ant-drawer-content {
  height: 100%;
  width: 100%
}

.ant-drawer-left,
.ant-drawer-right {
  height: 100%;
  top: 0;
  width: 0
}

.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%
}

.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  transition: transform .3s cubic-bezier(.7, .3, .1, 1);
  width: 100%
}

.ant-drawer-left,
.ant-drawer-left .ant-drawer-content-wrapper {
  left: 0
}

.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, .08), 9px 0 28px 0 rgba(0, 0, 0, .05), 12px 0 48px 16px rgba(0, 0, 0, .03)
}

.ant-drawer-right,
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0
}

.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, .08), -9px 0 28px 0 rgba(0, 0, 0, .05), -12px 0 48px 16px rgba(0, 0, 0, .03)
}

.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px)
}

.ant-drawer-bottom,
.ant-drawer-top {
  height: 0;
  left: 0;
  width: 100%
}

.ant-drawer-bottom .ant-drawer-content-wrapper,
.ant-drawer-top .ant-drawer-content-wrapper {
  width: 100%
}

.ant-drawer-bottom.ant-drawer-open,
.ant-drawer-top.ant-drawer-open {
  height: 100%;
  transition: transform .3s cubic-bezier(.7, .3, .1, 1)
}

.ant-drawer-top {
  top: 0
}

.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, .08), 0 9px 28px 0 rgba(0, 0, 0, .05), 0 12px 48px 16px rgba(0, 0, 0, .03)
}

.ant-drawer-bottom,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0
}

.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, .08), 0 -9px 28px 0 rgba(0, 0, 0, .05), 0 -12px 48px 16px rgba(0, 0, 0, .03)
}

.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px)
}

.ant-drawer.ant-drawer-open .ant-drawer-mask {
  animation: antdDrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1);
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none
}

.ant-drawer-title {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0
}

.ant-drawer-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  overflow: auto;
  position: relative;
  z-index: 1
}

.ant-drawer-close {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  text-rendering: auto;
  text-transform: none;
  top: 0;
  transition: color .3s;
  z-index: 10
}

.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, .75);
  text-decoration: none
}

.ant-drawer-header-no-title .ant-drawer-close {
  margin-right: var(--scroll-bar);
  padding-right: calc(20px - var(--scroll-bar))
}

.ant-drawer-header {
  border-bottom: 1px solid #edeef0;
  border-radius: 2px 2px 0 0;
  padding: 16px 24px;
  position: relative
}

.ant-drawer-header,
.ant-drawer-header-no-title {
  background: #fff;
  color: #55585c
}

.ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%
}

.ant-drawer-body {
  word-wrap: break-word;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5715;
  overflow: auto;
  padding: 24px
}

.ant-drawer-footer {
  border-top: 1px solid #edeef0;
  flex-shrink: 0;
  padding: 10px
}

.ant-drawer-mask {
  background-color: rgba(0, 0, 0, .45);
  filter: alpha(opacity=45);
  height: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s linear, height 0s ease .3s;
  width: 100%
}

.ant-drawer-open-content {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
}

.ant-drawer .ant-picker-clear {
  background: #fff
}

.ant-drawer-rtl {
  direction: rtl
}

.ant-drawer-rtl .ant-drawer-close {
  left: 0;
  right: auto
}

body .ant-drawer .drawer-footer-default {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: space-between;
  padding: 0 24px
}

body .ant-drawer .drawer-footer-default button+button {
  margin-left: 8px
}

body .ant-drawer .drawer-footer {
  background: #fff;
  border-top: 1px solid #edeef0;
  height: 64px;
  width: 100%;
  z-index: 2
}

body .ant-drawer .drawer-content {
  flex: 1 1;
  overflow: auto;
  padding: 24px
}

body .ant-drawer-wrapper-body {
  display: flex;
  flex-direction: column
}

body .ant-drawer-header,
body .ant-drawer-header-no-title {
  border-bottom: 1px solid #edeef0;
  height: 54px
}

body .ant-drawer-body {
  display: flex;
  flex: 1 1;
  flex-direction: column;
  overflow: hidden;
  padding: 0
}

body .ant-drawer-title {
  color: #12141a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px
}

body .ant-drawer-close {
  align-items: center;
  display: flex;
  height: 54px;
  justify-content: center;
  padding: 0 24px 0 0;
  width: 54px
}

body .ant-drawer .drawer-close-icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.87 6.03a.75.75 0 1 0-1.062-1.06l-3.97 3.97L5.93 5.03a.75.75 0 0 0-1.06 1.061L8.777 10 4.97 13.808a.75.75 0 0 0 1.06 1.061l3.809-3.808 3.869 3.869a.75.75 0 0 0 1.06-1.06L10.9 10l3.97-3.97z' fill='%2385878A'/%3E%3C/svg%3E") 100% 100% /cover no-repeat;
  display: block;
  height: 20px;
  padding: 1px 0;
  width: 20px
}

body .ant-drawer .ant-picker-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23D8D8D8' d='M0 0h16v16H0z'/%3E%3Ccircle cx='8' cy='8' r='7' fill='%23AAACAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.828 5.879a.5.5 0 1 0-.707-.707L8 7.292l-2.121-2.12a.5.5 0 1 0-.707.707L7.292 8l-2.12 2.121a.5.5 0 1 0 .707.707L8 8.708l2.121 2.12a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.708 8l2.12-2.121z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px
}

body .ant-drawer .ant-picker-clear>* {
  display: none !important
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4050
}

.ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  background-color: #ff4050;
  color: #fff
}

.ant-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.ant-dropdown:before {
  bottom: -7px;
  content: " ";
  left: -7px;
  opacity: .0001;
  position: absolute;
  right: 0;
  top: -7px;
  z-index: -9999
}

.ant-dropdown-wrap {
  position: relative
}

.ant-dropdown-wrap .ant-btn>.anticon-down {
  display: inline-block;
  font-size: 10px
}

.ant-dropdown-wrap .anticon-down:before {
  transition: transform .2s
}

.ant-dropdown-wrap-open .anticon-down:before {
  transform: rotate(180deg)
}

.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none
}

.ant-dropdown-show-arrow.ant-dropdown-placement-topCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 10px
}

.ant-dropdown-show-arrow.ant-dropdown-placement-bottomCenter,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 10px
}

.ant-dropdown-arrow {
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  display: block;
  height: 8.48528137px;
  position: absolute;
  transform: rotate(45deg);
  width: 8.48528137px;
  z-index: 1
}

.ant-dropdown-placement-topCenter>.ant-dropdown-arrow,
.ant-dropdown-placement-topLeft>.ant-dropdown-arrow,
.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
  border-color: transparent #fff #fff transparent;
  bottom: 6.2px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.ant-dropdown-placement-topCenter>.ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.ant-dropdown-placement-topLeft>.ant-dropdown-arrow {
  left: 16px
}

.ant-dropdown-placement-topRight>.ant-dropdown-arrow {
  right: 16px
}

.ant-dropdown-placement-bottomCenter>.ant-dropdown-arrow,
.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow,
.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
  top: 6px
}

.ant-dropdown-placement-bottomCenter>.ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.ant-dropdown-placement-bottomLeft>.ant-dropdown-arrow {
  left: 16px
}

.ant-dropdown-placement-bottomRight>.ant-dropdown-arrow {
  right: 16px
}

.ant-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 4px 0;
  position: relative;
  text-align: left
}

.ant-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, .45);
  padding: 5px 12px;
  transition: all .3s
}

.ant-dropdown-menu-submenu-popup {
  background: transparent;
  box-shadow: none;
  position: absolute;
  z-index: 1050
}

.ant-dropdown-menu-submenu-popup>.ant-dropdown-menu {
  transform-origin: 0 0
}

.ant-dropdown-menu-submenu-popup li,
.ant-dropdown-menu-submenu-popup ul {
  list-style: none
}

.ant-dropdown-menu-submenu-popup ul {
  margin-left: .3em;
  margin-right: .3em
}

.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  color: #55585c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  padding: 5px 12px;
  transition: all .3s;
  white-space: nowrap
}

.ant-dropdown-menu-item>.anticon:first-child,
.ant-dropdown-menu-item>span>.anticon:first-child,
.ant-dropdown-menu-submenu-title>.anticon:first-child,
.ant-dropdown-menu-submenu-title>span>.anticon:first-child {
  font-size: 12px;
  margin-right: 8px;
  min-width: 12px
}

.ant-dropdown-menu-item>a,
.ant-dropdown-menu-submenu-title>a {
  color: #55585c;
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  transition: all .3s
}

.ant-dropdown-menu-item>a:hover,
.ant-dropdown-menu-submenu-title>a:hover {
  color: #55585c
}

.ant-dropdown-menu-item>.anticon+span>a,
.ant-dropdown-menu-submenu-title>.anticon+span>a {
  color: #55585c;
  transition: all .3s
}

.ant-dropdown-menu-item>.anticon+span>a:hover,
.ant-dropdown-menu-submenu-title>.anticon+span>a:hover {
  color: #55585c
}

.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-item-selected>a,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-submenu-title-selected>a {
  background-color: #e6f2ff;
  color: #1966ff
}

.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f5f5f5
}

.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  background-color: #fff;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  background-color: #edeef0;
  height: 1px;
  line-height: 0;
  margin: 4px 0;
  overflow: hidden
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px
}

.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  margin-right: 0 !important
}

.ant-dropdown-menu-item-group-list {
  list-style: none;
  margin: 0 8px;
  padding: 0
}

.ant-dropdown-menu-submenu-title {
  padding-right: 24px
}

.ant-dropdown-menu-submenu-vertical {
  position: relative
}

.ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
  left: 100%;
  margin-left: 4px;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform-origin: 0 0
}

.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  background-color: #fff;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1966ff
}

.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn
}

.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownIn
}

.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut
}

.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  animation-name: antSlideDownOut
}

.ant-dropdown-button>.anticon.anticon-down,
.ant-dropdown-link>.anticon.anticon-down,
.ant-dropdown-trigger>.anticon.anticon-down {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline
}

.ant-dropdown-button {
  white-space: nowrap
}

.ant-dropdown-button.ant-btn-group>.ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-left: 8px;
  padding-right: 8px
}

.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a .ant-dropdown-menu-submenu-arrow:after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow:after {
  color: hsla(0, 0%, 100%, .65)
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>.anticon+span>a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item>a:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover {
  background: transparent;
  color: #fff
}

.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected>a {
  background: #1966ff;
  color: #fff
}

.ant-dropdown-rtl {
  direction: rtl
}

.ant-dropdown-rtl.ant-dropdown:before {
  left: 0;
  right: -7px
}

.ant-dropdown-menu-rtl,
.ant-dropdown-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right
}

.ant-dropdown-rtl .ant-dropdown-menu-item,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right
}

.ant-dropdown-rtl .ant-dropdown-menu-item>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-item>span>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>.anticon:first-child,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title>span>.anticon:first-child {
  margin-left: 8px;
  margin-right: 0
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  left: 8px;
  right: auto
}

.ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1)
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-left: 24px;
  padding-right: 12px
}

.ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical>.ant-dropdown-menu {
  left: 0;
  margin-left: 0;
  margin-right: 4px;
  right: 100%
}

body .ant-dropdown-menu {
  border-radius: 4px
}

.ant-empty {
  font-size: 14px;
  line-height: 1.5715;
  margin: 0 8px;
  text-align: center
}

.ant-empty-image {
  height: 100px;
  margin-bottom: 8px
}

.ant-empty-image img {
  height: 100%
}

.ant-empty-image svg {
  height: 100%;
  margin: auto
}

.ant-empty-description {
  margin: 0
}

.ant-empty-footer {
  margin-top: 16px
}

.ant-empty-normal {
  color: #aaabaf;
  margin: 32px 0
}

.ant-empty-normal .ant-empty-image {
  height: 40px
}

.ant-empty-small {
  color: #aaabaf;
  margin: 8px 0
}

.ant-empty-small .ant-empty-image {
  height: 35px
}

.ant-empty-img-default-ellipse {
  fill-opacity: .8;
  fill: #f5f5f5
}

.ant-empty-img-default-path-1 {
  fill: #aeb8c2
}

.ant-empty-img-default-path-2 {
  fill: url(#linearGradient-1)
}

.ant-empty-img-default-path-3 {
  fill: #f5f5f7
}

.ant-empty-img-default-path-4,
.ant-empty-img-default-path-5 {
  fill: #dce0e6
}

.ant-empty-img-default-g {
  fill: #fff
}

.ant-empty-img-simple-ellipse {
  fill: #f5f5f5
}

.ant-empty-img-simple-g {
  stroke: #d9d9d9
}

.ant-empty-img-simple-path {
  fill: #fafafa
}

.ant-empty-rtl {
  direction: rtl
}

body .ant-empty.empty-img-emotion,
body .ant-table .ant-empty-normal {
  margin: 40px 0 72px
}

body .ant-empty.empty-img-emotion .ant-empty-description,
body .ant-table .ant-empty-normal .ant-empty-description {
  color: #898b8f;
  line-height: 20px
}

body .ant-empty.empty-img-emotion .ant-empty-image,
body .ant-table .ant-empty-normal .ant-empty-image {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAoAAAAHACAYAAAAyfdnSAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAKxkSURBVHgB7Z0HnBxnef+fd2b77RXpTqc7NUuWZMlCGLlgXMEyxQ4dAw4QEiCUkFBNKElIwPkDMZiaEELHJDgETLFNNWAsG3e5YmRZ5VSsdkW6vne3t7sz7/95ZnelvdOW2Xq7p9/Xn7W235bZeX/zexoRAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAML9RBAAANaal+5wrSVsXaq1Ot5V6nKzp/504ur2PAAAA1ASTAACghjR3P+sSTfTfRMbLSKmz+Cj0RUqZXcGWzqenI/29WR902WUeWrnSoP37bQIAAFA2cAABANWnbVNbi99er8m8jPc6b+Vr1px0H0Ux0vQDS+u7lan2G3E7SoaxUBnqdG3rd2lSt0X6H30PAQAAKBsIQABA1Qh1n3uOh+xLtK02k9LrKSn8PHkfpHSU/3+MtJJ/F/KpjU+GJn0w0vf4CgIAAFA2EICgrti3T7etWqVGCDQ0LYvOuVKb9FEifQlVkJjPXD194OG9BAAAoCw8BEAdoUP01j39usVI0P+tXEI9SqkEgYaiadGGLm3qL/LZ9VRhfPFp3zQBAAAoF4MAqCOUov/Vlt1qmfpPe/v1n3YesT6w+7A+h0Cj4DFM/wepCuJPc2h4PGEdIgAAAGWDEDCoO/YN6C7bpls16fP5Yow30x2k7W+apvHjVZ0KrULqmObuMzrYxr2Bv7OXUqXR9MB4/2MXEgAAgLKBAwjqDhF5CYvepDX9hi/6eOU/i63BL1u23s3i8H1P9eqVBOqTCJ907t2K1zQo4PHQspYwtYeCVARHWFR+igAAAFQECEBQl6xbqnbYpD5GjgN4nDCLwE97lP7G7l69gUDdMT6+ZISd28P57hO3bDo0FqHBySlyi9L06XFD3UEAAAAqAgQgqFvWdautSutr+OxYxtUBRfRCZeh7e45YX9t5WHcQqCPuTJCi23PdKuLP0if3cm4PBuiSFUtpSXOYTHVit6SJfk+28aqx/se+TL2PTBIAAICKgCpgUNdMJYwfBDz2+RwCftOMGzS1kaHearKm4JDw58/sVvsJ1AWGpR7XpnZ9f69h0IcuPI9ecsZq2js8QgMTk/TQkT763z/toInE9LXjA4/dQwAAACoKikBA3SNFIRz6fYzPduW4S4821Z//bwc9fq1SGBVWB4S7zt7NO5c1Jou7F6xaQX2RCdo7Mkrj08mIvtc0aWm4iS7n2/78GWfQhcuWzHj86PQ0ffB3d9G3dv6pnQ5tHyIAAAAVBQIQNAQ9vdb17AJKODiXa32fstRHVi9VcIvqABaAP+ady6tXtLbQV1/8fFrAIV5x99IC0GcaHO5tpnO7O52ikGz837Yd9IZvfxb7KAAAqALYuYKGYGefPt3U+lu8xW7OdR/emIe0Zb1szVLvfTRP0Nde66HW05ZxXDVMtnnob268f2LYN9z5o/t/dJjqFP3FG9r+4Y67/t+uY8PvPrOjXV1zwTnUka747WwnagpxnDi164lbRIPDRBOp9D52DKljAd+niaa0bQVf+aKXU7IQ6E40BQcAgMoBAQgaAq21safffjdvsv+e7368Qd9ueNR7VnWoHdTg6Gtv8lHz+D+RqZ7HH0B4KpHY9/CRgb62gP/MfSORbzztGf7Ze7/85boajKGvv6GLvPS+aSv+prForGvastTicMjJ86PmJg7iLyI6MnBC8C1iQbiwlRV+arpbN9/e0kx04AhRlN/aM9ecS5dfGiYp/lHqtwQAAKAiQACChmGb1j5/v97BG+2qAnfdbhrq+Y3aNFpfe0OA2qy3sR32tyz8nHY347EYjXH4dGlz2LnPkcjkkfsOHn7La7/x6boSRez+fZbI/uBJN8ieZv0aoqd6nIt7h0fpSw8+Sv9xJRu6bS1JYShO4OJF9LNbbqNWr5eex8Ynh/2382PfTu99S4Af1qfkMgAAgLJBGxjQMGxUKmaQutXFXTckLPsd27bpMDUYjoPWYn+AtPpEWvxFYnFH/C3KaJzM729Rs8/3wTve//8+8B9/8eFlVC8o+/x+dvdiljXzeo+XdeHM62LpyyNjROEmGhbHLxGnP/UOOALRQev1pK3L5F58ChAAAICKgDYwoLEw6Cdky5gxvSbf3dgp+pCv3ZY44+eoQdBf+Nb5LKD+l88ef2+9kQnn37Tzl8bWlvfiFUteGDTNzT6j9xl81VupPti7uCn03KdHxynk9ZwQrfF4Mr9Pcv9sTacvaKWvvfgFydv4PB3ppwXjE7TrUB996OJnk884fmzKZ0x5ErYJHREIAACgAkAAgobC8NI2e1pv0xkiKQdhk9S7th3U39m4XNV9GxHH+VPWByjjfYmLFrNtWj5L/InD1hYIUJjDpCTeWmvHc3/2uP4HqgWKEqaiAxMG/erqjSpy0u2W/XsWeS9d3hLuiCZm1WwMsqu3agVLxAPi7CWva2Jtd9pSoid3ORcj8QTF21rJNzaevF1TlHxmL5/jB9LDBAAAoCIgBxA0HLv69BsM0v/r6s5KfSOq6O83dmYRK3WE/uK3Xskv9gY+2yaXbRZIezgMunZh24z7HR6LkJ+dtY7giWjoXUYLjW9+DdWY/fwSv/LoEH3p2s0zq3OTTiZdw599+Ne79l1w3pLFHYuk8lfo7mQvjwXtxBQbe2zu+XysaI9SP4d9h6ei1NHaTB3rTpcYt7iGCVrS+UM6f9P95Pd/k13dGAEAAKgIyAEEDYcRp63u761f7rfpcqp3lLmOUuJPGJmOUcBjnnS3KLuCbX7f8ctTlk1TLe00B6xUij5+TsfJn636wNu20qj5FgoG3/Kpe7Zu3TWUEblloUc9TxPJdUfZmN29j2gsqc2lV6CH3w/tPchuId+uPPfQpg3/D+IPAAAqDwQgaDjWLFc9bF33uLqzpi5F+l+2aF3n6Q76ysxLcRZ60iw5k8PjEZKWKp4T+XHUTx6Kdq6gOSJsaPr4T5/SZ8y+QV37lqj6mzcc2zk88vsfPDmrI48UiExOJU8pFrNDKKe2gN+5PDkyOnVox+7vqJaWXRB/AABQeSAAQUOiqah2IJu6e+ObqJ6x7WdkXkywE+Y3Z2pWqQZO5f0dJ+oL0bQ/RHOF5s/WE6ecn+10IrZ3y75DI0+PjlExPHV08KnP3/fQkwQAAKAqQACChkRpKmbah8dQ5ru3DdRnWxj9H99cRkotyrxuIh4/7oYJsSyOoGAtXUVNnd00h4j6zBliVwlj29Ojo7/8xB8e+ON9h44UruKV4hD+bs/tXvzCL/3mxkcJAABAVYAABA2JVvQ0/xN1e39DqYuDlKhPF9AqWNFMo9PTWWfmxpvaaK7hnciZuW4bO9qy3/Aa196/9+CbP3L73Xf+50OPU+/4RJ5nU6P85X5VfeBtdV+5DQAAjQzawICGRBEd43+OsV/ktgnyGts2Xsr/3kN1hyqo4mx9YnxuJgmvj+Yam+ic3LfemRg7RD0Sr2/u2jT6x/6j9P/+cD/95TPPpKs3rKOVC1r5vdksIg0nv5G/2Cky7WMEAACgqsABBI2JTSO6yMbABqnN1CB0Ns3M6/Ob5kk5gfUC69LwL7fpLjf3bQ8G6M/WrKLnrVxOIV8yn9FnmEnxl2SElImGzwAAUGXgAIKGRBsS/lVRpwzB7WOIzu8Z0GvWdCp3FcS1QqvI7I6cmfl/2S6n8cWmqB7QFp3P//ws5+1f+Ur4kadHm57Z2UE+08zzTPydWnHXoX0AAAClAQcQNCTaK+6fLtop0mTVXx6gpfuoRILRCaoHLEX5e9FMhMLndi0O5xd/AAAAagUcQNCQTFuUCCiVOD5SzCXaUi/YskXfsnnW9Iq5RH3obdvsL34noaj4XoUtkSHysWEW8wZoLmED8znXbtFfmz0VhF7MoWEvvXTtY2Phd3Tt7Frky+9YTlqelttGl15Kr+Tv9Rb1OAEAAKgKEIDglMIwjNMWPYM6+GzJrlt1UP0sT5dSkYSmIs5prgUg07GhKcvn6qc1bLt+pGeqZc2H9z274JOwkDyNlL6Wz/4PnyAAAQCgSiAEDBqSgE0dSjuCozi0XhGy4nM2OiMXSllbqASC0XEKTo3TXGNoWhH0ZQkDWxRmVee6/yL7fqbWaqFMcKHL9JyrWgAAmK/AAQQNiW3EPYbtKWX7bbMMNffN82aj6SCVgMdKUGC6DvIAlYzco2Ql8Gu1j6J0Dl+3wZjacakx3dtGpPI+3AqsIB06PfP5LqEW+hi9Qv+CRmk73alQGQwAABUEAhA0JMpiEaeoFCG3RNlqCdUd6kl2JxNsBRb9m+wcPEz7VmykStPC/lur/0SO5fAkUSSeXcjxvRb+6iF63ws+pj+57QCt7YuT497ZTeudUwks4/jEP/K//+h8y6/Uj/D3LaPh7iKbDlCMdtBy6qdvqDgBAAAoGghA0JCwiGvjrbeNiqsBqWOMCX5TET5TtKhtnqj80AxpOt3s0xROdZ+RWpvRAs1ZTIMu93k1HR1TVAXO5e/6XP73DSwE+8hPO85rpQPj79S/2XmE7qGfqSMEAADANRCAoCHRplqpdEkOIJts5jqqN0wWfxZJLLfo9+SfnqnMPAZRyEvkNaXoZeZ9PazNhqaIpgvUQMvY4czRwwmdPOVjFQeAn9qvyLKpmsg+S6a/LFverunm3eqvnUzmV+rfskC8i2/9BV/eQT9SMQIAAJATCEDQkCgyzqT5Y//R3qNDo0uaW0cCXrPoSmDFn0PT5BhNhFo4bKs5bMsC0Jd9dFzMIhqJJh+VD5PVtSdDAIqos+z8j1neSdTTSzUhxO8xnpjxel7Eb+lyFtGvpgQLwRfr6+lXqs4qvQEAoH5AFTBoTJS+iOYR39ixe9f2wcFdVCJdQ4eoPUS0tIWcsK2RQ6slrMJCTvCYsxxAK3nKR5BF51SNMvJWLCI6MnzS1XJAK8Un15CP/kSv0v9Jf6bdzooGAIBTCghA0HBsG9BhNr3W0DziMz/6xuhELHaMSqSdI8jtocKOqC2hXBchWlPNFICWTj62EEsWUk3weTRZVt4X1MHbyN9QgD7b8he6cANCAAA4xYAABA2H36IX8z8l94jTmg5THTIeS/RTiYTiU2TSCWUn2igSIzo2QXQ0cuI0PKWOCzkReJ3hE6f2phPP5zNnBokldOwm4H5Gjfy2Ra2KBkYLOpker0mve84aDgm/Qr/GaU8DAADAATmAoKHYskV7DJMu1GUVGlgRqkP2DI/soBLxTEScU6K5xbl8bEI5Vbv5CjJE5DX5Tsi6qBO+Vcdvy6RQ+DdNRyvVBHndLgQgdbU5Yekgv63PUNxpSP1dAgAAAAcQNBbLzqCzWPxdTqWi6JhNZsmh1moyNBX/3eHx0rSpNzJOvkhyIsjwFD/XJBWsxvV7Znp6mZXBswVgNOGutcvSdnHnqKq0BInGptxVG7c3a4pMOe9TukzfwE7g31XSCbx/t/7C/Xv1rQ/u0efJwQkBAECDAAEIGgpl0EUcjCyps7DzeE3HlIrXpQC89uavDYxNx0pq6mfEpp2T9OvLLMSQNjCejJNK6Tj5xzPr1x/PEFReM/dt+WgJJU/V5MxlmrYfcndfv1fR+NQM8foRsujlVCGUSb0cG3+5reibwRX0DgIAgAYBAhA0DFu09iil38VnS3ZwWB8dMSxv3TYNnrasfVQKts3iVju9+jLFWkdI06KmEyczpYXk30wBKIUh6eIQI0sBiNvefovaqusAymtb0Uk04HIwXEeLpkODGVcoWkE2/S+9Sl/JW0PZ+z/LcgRggk+b+GP6yv09+ht379SnEwAA1DkQgKBhWNFLm1iHlFX9q0j3TQ1T3faHm7bskgpURPx5JidS/fpS1yk6LvgEnVEBbBoz+/zZ+kR7mNnuX6JA0+hMmgIcdm2hqrEgTDQ64X7SiIS1p09uTeNjwfYvdBVtojJhR3lEKzohRxW9yfTSZ7Zs02ECAIA6BjkroCHYeVh3aKX/SZW7zSq6e+PG+p0SEbcSWyfi8Zc3eb1ULN7R4VS/vqRAMmcd3mW2f3H6/GXoKOdxqdtPyg10WQCSZrWLScvPfUbybw5Hkq8lXWSSPj88ceL2TPdx8QJNhx1Hz50IlI9AhLA+uYT5InYCv0cv1s8vq2G0QZIdmSmRfSwKXxMIUee9PfpdF69R2wgAAOoQOICgITBN6wW85l9KZTKdMLZSHTMZj+0cn46XVAniHR+f0a/Pl0cAijg0ZoWA04/z5HmcG5a0F77PsnZNe/PIrtWL+dRFdPUlmp552gn15uQymuQeVn+LcjuSG8hL76DXVsGt03QRh6v/9aZtaD0DAKhP4ACCumffPt1mkf4MSXPfMmCnZseGpepRqmMGpxJDtralEKRoUeJjBzCzX5/HnGl7ZQo5/6xffsxSWW+TZ5guIgQsnN6d//bTFhFtO6CojwOncgqbcVrhn6Au3xQt8U+Shy2006NjNG55KTQcoM6Qj1S4mfZHmyme8Lg1/xwGRjStX0b5Wsb8I8Wcz/rDVAoWDfFeVL6vrlm3yKd41bIAfXfrPv2B81dhLB0AoL6AAAR1jbTWiPvt1xmkVlC5GOoOqnP2jY4NXaq7RFAU/X6NRILUxBSfC+XI/ztxhXeWyxdLhWDNWY9zJocUOXJZRsItaObw7Xj229d0a7p/p2LRF6GrO/fTs8KDdEZwjAXgJC1hEehRMy3HkYSP3hRsph4WgA8Zp9PvRqTbtLtd194+RS86W5PXI7ODs9xBOQ3F30Kv0N+lW9V2KhLTpLCdR6zz9/CyuEV7+ew/EwAA1BEQgKCuWXImvcbQ6qNULkodYTFzK9U5W/bu2vdnq5fvWdbSXFKBgmeULbXWEIuoLJW8GULON8vli6XEkTxmxuNs9xXAmZyxlOjBLG2tz24epBf7j9EXNm6nDaERDukWVpdtnpjzODm9lvbTgaYm+rzeSD8+uoqOxPL3nBljPfyrRxS99kJND+5StCf7rJUOFoLfZBH49mJFoCU5f/mr0sMcCv7oPT2650iUvn91HeefAgBOLZADCOoWmflraP1hXpwrMWDs4UCMHqY65/ZHbh89OhktrRUME4iMOf+KA5j543ZyA1NCzukHmHmbnRE2nlUdnGwPU0TMNcXsiSDPbe2jf135KN2w/m56V/ABOis87Er8ZWNFYIKuW/UIfWPdvbQmOFbw/pPTLKz/pGjtEk0veJZ2KomzcB5/KO+jKsGu6oe6m6SHJQAA1AdwAEFdsm9Ad1kJ+wsctj2bKoClE19evtxbUpPlWnNkbGIXlUhTZNj5VySb9AMU4SdiMG6p4w6gFFFk5vVNZ0z5cBzADL1XqgO4cblNB58cpSva9tGftTxFl7ZzaDej6iRmJWPOPrOYio4ThMwEvWThQbr4nH52AlfSpw5sov3R3GmTvWyM9j6mHPG3gQ8nWpu0o3pjdjIcPhRRPn7v71j/ZWvbh19hPeANeken+ml/oYpxDq138OfrJjd1g8emr2zZqZ+3eZ2qy0bkAIBTCwhAUJdY2v6ANtTLiveestLjm/LcQw3Cgcj4AJVIYHqCPPFpipGf4lGVdAHVCYdPiMWJjmW4enbGjZ5ZIeDM6mC3NE2O0WusHfS8ZXtpnb+Pgo6leCJUOxyN0mh0mjrDIY6dliYA00h4+G3du2iZf4K+fmQ93TJ4Wt77S1uZe53Q9EzRK8JQXuZkzLjmG7/X173rpXQXuYD1a6u0YCR3bPCZ9Ndb9un/2LxKRQkAAOaQCq2vAFQGCfv6E/bblKG+SJVhjGOf71mzxPM/1CBcvvHyxT943asOL2oKFa2OhlsW0R83XEqRpjYqFpFppy3UFMiQM33jMlu48G6iZXyQWseP0bL928ga6qeRyUla3NRErQG/c3uC488i+ob51Brw0aJQdebFiQj8Tv9a2jq2iMrgPvLSFfQjVbAdz/179Ff5n3eSeyKsqb8ZO0Af3rxZFVlfDQAAlQM5gKCuaLLprSz+yi/6SGPTFjLM26iBuGPbHf1HJ6eGqQT8sSnnVCwy/aO9aab4E6at/OKvdXyI1u57nDY9dTet+tPdNN57gCwrQWe0Lzwu/oQDo+MUTVi0sq2lauJPeHv3TvrmGffQK9ufpoBRZAfrE5zPFqqrecGq+Mk0Yd7pvj2wjK6S0YYEAABzBHZAoC6QSR9K2e+3SFdO/MmILkt9cM0SVXJIda6YtizJAyy672GAxd8iNUV2MNXQeZZ+k1m6XkPPuFpyBIPe5G2ZTMYlJDrrD3C8s2lynBYfe5oWDx6k9uE+Gp2epqGpKItIDwu8E9Uf4voNTEzSFAu/1QuqOCA4A0NpOqtpmH70jDvo8Ug7va/nOfTw+CKKFTf218Mf0KfolXqMblG/yHUnaVHE0fELqHjCfOj9bf9eehGHgz/I4WCXk40BAKByQACCOWeb1j5zwP681uoqqhSKEmTrH65ZbvRQA8JuWUmi1bAtWpgYJ9VcWoVtmjibZ0OTJ1/fPtLPjt9jzr9K27R/dMwRkx3s6oV9J8bXTcTjdJTFX7PPR51N+R2/fr6fiMXFfL/MQpFykGbS5zUfc6qOv8ch4esPPLNYEbiST+/hU04B6F/J7p+dvQeg1LhI7qQ39x42zJ/bm4I2jT+2T//72avUfgIAgBqCEDCYU3r69Sv9/XQ3afVXqoTpF7lQpL5l2UbDNt+N2Yn7IrF4SSpOZgKXitMT0JJKZEXj0yeHf0879BR1DPfSdDxGT7P4WxJuotNaW46Lv2giQYfHIzQSnaZlLc3UHgpmFXUi+uR+uwaHKGCatLQ5XDHxl4k0mP7Eykfork2/pDcv3l1sWPhF7AJ+mF6bfZybYdMrcz5SJdvPFEAcxPdP23T//bv11Q/s1i0EAAA1Ag4gmBOk2MMXp5dzSPFTKum2VAxeVIcoRp9ft7xx223EE7QnEotFWFg1U5HITOBSkGkhYyxaRqLKCf9mwzKTuwwRcFLkkdnGRVq7HByL0CIWfW0Z+X+ZDEVjtHcsRk2+AHUHLEf41YILWo46PQOlh+B3+tbSoekmtw99K8VJ5kffmXnllp1awvPPyfUgqSzWLtvnaBkjZ9CXtaLb7t6j/+XS1eoAAQBAlYEABDVl96BuUQm6nONjnyKTNlCFUYp2KVO9a3WXasjQb5q+8YmjGxYtlDBw0QJQZgKPTtn8ERsz5v+mSWg66XrLVk5vwEItX/acdhYdGzpGa0NxCnhOiL8Ih3yHp6K0dmH26uNdEZt+eXQxff7gs+iwXuE4cZvCQ/Th5X+iS1t7qcNb2C4rF/kb0oz6b5c8Rf+07zz6+eByOhYPFHrYGXz6CjuBF9MtJ3L1/IouKJT/50mNn/O628t2shL8K77ry+/fq+9hMfgVPv84ZggDAKoFBCCoGT0Deg0l6F94obuSZMGrNJojp1p9dPoo/YEanD3jkdHnabvwmIssyEzgoWNRivpdu1yuiTS10tG2JXT29Mwws+T7dYdPdvMm4jbde8xDNxmX0K8Gl1GvTuYDRm2THhhbRO/YeRE9d0EfffH0Bx13rhZ0+aboC6sfpBctOETX7HkO9cUKViVvIJteR5fpb9GdydYtykNX8PbWle9BQTZBJ6KuBWCaNn7elxqazmMR+Pi9PfrXpqatF6xVDxAAAFQQ9AEEVUVEn21b5xvKeA8vopt4iytouZTIXm2oj6ztVD+mecD69c9vv+mqK779zEXtr6ASePisF1DfohVUDaTQpO0Pt9CyqWHSbLkONi0gPTRA54ZPpMpJUUcfH19+duhZ9PUn19MV5wfoZ1tz726kofMlrf307pW7nabOvvgELfNFUk2kq0dfLEjf619D3zj2DNo3ESIrd4rgfpKikFvULx7YrZexufoUuchZHYnwe6tMlHuEP2pxtXfw76hPxCG/hkHLoF2943QIM4YBAMUCBxBUhT0D8UvIZtvH0i9RytjErka4aocb7PxpUh+ZHqCf0Txhx47fD/ZGLtnNApBKIRAt2MO4ZGzDpGPnPJ8Gh/sdAWgv6KTQkw/S8PB+WpAqBnlUNVHfyo2UaHsmmT1JJywfIwkf/UJCsq1dtNQ3QX2HJ+iS4Hb6wGl7qDPko2ohbuAHlj9JmzoidHN0A+3zzDSmp2VqypiisUlaOTxB77l1i74tYdJfmdpdwZJs8jJKzyxfx7ZpdgUpObNYSCibjnk07VoeoH339ehbfBbdcx7GzAEAXAIHEGRlz+H4JQnpDWfZQz6Pb8TwUfTbLTRyrVJO9pj07Yt7yROwqcMyEm2GpboMMlezM/FcUloE3xKqAZpoC//tj61eqhpm1JtbbnjzB9/+5med+Q0qgQNLzqAn1l+cbPJXA+xEnOyDPWQO9jqh5+Azk/URT+wl+hOffv0I0aiLCO+lZ7LVdpToYErGrPPsp7d3PkZvWXGMFvrLGxvnhusPPpP+u28tbZ9M5jL6+TewqIWoOcj/thJdeIZ+8mUXqsWm6a5H42Q0uZMNVsv3nklMGXQjG7Q/n47S7Zs3quodBQAAGh44gCAr2vQsMyz9BkWqK5HQw9qi6BujauQv+5K1jbahOwLODFTVYdpmG69yXZp00hUprwWdOxQl+JXcSz717u8tph00DylnJrAvHiVvIkZxr59qgeHxkrGK1RufghnXt4TYZVugWfy5E6LhoKa+kRP33ZlYSZ/qbaODsYfozd37aNPC6u6y3r/0SbqsrZeu6bmAto4vYgdQ0aHB5G1PHWJxOqCesXoZ0TNXun/OWvwcUvj4N/HXhqIXB0L04wf36P9+zmr1MAEAQBbgAIKcbDuoF/o89ucMpV5GJUylqBI2u1o9Om79iydu/mzVKhWlecpZZ1227A9vuHp/q79462u0uZ0e3/BcGg8voLlkKsbu34PsZv6u8H1DrFWf+wyi2x7NfnubGqUPd/2BXr/kKK2scveYBFvZd4x000f3nkePT7STjo+Qd/xROm/5UfrA372Muhe7K7BJWBz+niJqrU23m9nEyKAvcfj56+efpvYSAABkgEbQICcbl6shb9T4AB8nyESEuuhNZih9I1sqf7t2meem+Sz+hCeeuPPQ4bFISV2dxQGU01wT9LEYnXR33zXd7LIdzH37iG6lT/U9n961cxP9aSjmFJpUC5kk8qIFR+ib6++h14dvp+C+T5J376fo4MPfogOPbXH9PE4/QJozfHy49P5Egr5x9x5dnYogAEDDAgEI8sIia2RNl/qBOaWexULw9ewZSzuK2ioLmelL6rtkqz87fbH5Jn49d9ApQmomcNEEpicpGK2PFLBli9zd77ROTU8fzX+fCR2iX0XOoedtex297Ym1tHNcka2rJ7E2NQ3Rt561n/7pzElaxuHpoyMjdP3nPkMHt//J1eMlBVN2slXUqoXw8Ut4PgfO77p/j34nAQBACghA4IrjQjCh3qK1/nu2NXby1QmqJk51r/5f0upvzSm6Zs0SdRudYpQ6E1ixKApGXVpvVWaJi0JmCf/GE+4zUoZ1G/3v6EX0vh1n0Q8PeqmayLSTa55zDn39JZfTWZ0dNDI1RT+98bs01nfE1eP9/N6ic9+kZSV/uh9/YI++hAAAgCAAQZGsWqp2rO02/+tgl9poWeqZNulPKa1+yzcd0uULwigvUk+wbfJTReovTFOdtrbLfKMITxGgdAoybSUejiYSJVlcLZH66Ahyenfh+6xcrGlwvLi3mSAv/WbyXHrDvr+it/xxFd3VX70qYZl6cumKpfS7N76Kbnzli2jXtj/SN794PdmxwspOKolj1T1UcoWMnOPTj+7v0W8mAMApD6qAQUlsVs5EhB3sBn5s5zHqUpa1QdnGGr7uEhZwa5RBzyB3vdIOsVm1R5nqXrKs3bZtP0EBb8+adlXSFIz5RsKip0ai05GusKfokXDBqdpM1iiE5AEu4Fc/nGdEsfR7jsWpZG4cuYQemDxCn4rdSc/vnKZWf3V2bWGvl161bg0tCATo+9t20ZP33UXPvOyFrh4rYWBj7g+5u0jRR7Zu07edvxFj5gA4lUEVMKga2wZ02BunZdpDPpWwTpfrDMMckSERPoOi/F/ffC/kKJev/dX7L3zZmlU3LGkOr6MisVmF/9+ml7AON8jr81FTuGgNWTE++X2iB/M063n+s4ge30vsAlJZeChOZ/l66HOrH6ELFkarPknkj0Mj5D3rOTR2zsV57yeVwBxJpkD1eloXh6JfjJv0Ny86TbmLYwMA5h1wAEHV2NjpNKJNL/tPECiaw6MjEUtTSdUchrbpke9/nR7uPUpG6zryr3o9WebMtjBqah/vBZpJe2d2+XnGaUQ9R5KTMGbT5Cda0anpqYO5jx9F7GxYrulP+5P3OVAgk7ElqGkoUv7xqISFH42dSe/aHaCrO56kD55+2HHtqsWzFraR1bePto+so4m23J2SpBhkDgtBTkbT5a0WvZrPfZkAAKckcAABqGPa2ja13fnO133jWYsXvZZKIBKP0y9376dP3vMIHWh+BY0tedeM242JpD63m9bPuP5VF2i6+YHsu4fnPYPduv35J3usXJycoPHQbipIZyvRGUuI7nmKKs6zfdvp7d3b6eruoaqFhYWx9i7as+lSmm7K7rJKeHs6RtTsrn1grYiYBq09fxVCwQCciqAIBIA6ZmTk8ZEjE5MlN/EV9+vPN6yl6y57Dp3vfYRUYmZqpaaT+9R1sHA7Opb72LClSRcc67YwrClhuyvqEKfwiaepKjwU20AfPfg8+szeFdQzVr1KjPDwUWoZ6s95u5e1pz2HDQFzENYWvYYAAKckEIAA1Dn7jo1upzJ56Rmr6KaXnGetN7Y/xr7/8WCktItR9sw473mrNT2Yo/tge7PksxUOHDT5FB0bLXw/g+8SDrCDVsWONUftRXTdwJX0Z09c/pOnjg7/YiQarXh1jGFbtPBwbp0uIWBHbNeZCLQVvf3+/focAgCcckAAAlDn9E5NDlGZRBOWdXhi4jcx/2n/xErkeDmG9raxCLRm3FdS5uI5zDKZ6zseLaxikjN9C97NCRPHrBpkomg61pNY84MHevf83Z8Ghv6lLzJRZrnJyQQnR/Pe7vPk/lznkPV8OHAuAQBOOSAAAahzvnjv4w+PRqdLLiGQkWlPHR367pGh0Xfu+dGS2yhBHz1+oxnmO5wIC0vu3uhEbkEW8CqKRPMLNh8LSEsrV2JnMQvK/uEa2GIywSZO9/z1DV89+Nwv/ssX/7jxon+5r7V76ljcqtgkETOR/w2H2OmcnKZ6w8dv/3UEADjlgAAEoM6ZOPpQX+/EVEmVwCL+jkQmdv5xoO+TV3z1U8lJuxGSiSqPy1ntaeYQ8IlmxlKNG5nKLYiag0R9BaYTr+2igiPd0nhMRdOJmjiA99KvksUON23Tvpazzn2r9ZzLgjtOfybt1pVpID0dcFfhUW9hYP70zycAwCkHBCAADcBkbPon0UTx8cNdg6O/v/fgwNVv+e6X9h+/8k6n9+I1LIqS16kTAqzJr/I6gC0hTcMFpOjp3Zp2HiJXLG4lOuBSLJZBhKL0DTmzZZ8OLAvQJ/kdPtMbCJLn7Avo2ItfT/e1r6CnE+X1aRlasqrgfTxmZcPAFWotE35wjz6PQM3YojVasIE5BwIQgAZg7/joj4aj0/3FPGYwGp1+qL//42/41r+d3INxhEOiRD+SszojCVAE3qEcGYdSHTwwlt+tK3amb9CvaxEW3Uq/Uc678iZoE+vdl2XeaPr8pM+7lJ4+5zLaya89mrCoWKKhZhpfsKjg/aTopYSnz8lEhdqoWzIhBNSEngG9ZkWfdSUBMMdAAALQALz2q5/59bbBoX+YiMVdeT6HxyIHtg8c+/M3f/uz92a9g7iAPvpnjv99USdinzAm9zi5e14JyeYYySbVwY/0UF5WsAYayF8LcZx1y4i2Hah6+DfCTue30xc8Br2PpPBhFqbfT76Va2jgxa+je884jw5pg2KWe6V2+IxNNN5eWEMpo3Ih4LGJyk0WMTWGAtSCfexAs237bq3M6/YcgesK5hYIQAAahN2H6cdPDg7dMBKN5fV9+iITsafHIn/fd0j/Ot/96Ecqxsv+x2w99UMVH6SVLN5252kJnK86OE2IHT1N7hTOykWani7K0ywBTdvY3npUzm7ZpsP8yvI6LxIWbtp4Nu3eeCEdWVBY0Gm2E48tPZ0Gl51ObpBKYKsCYdu4lQz/eiHbGopEkDZpUleQ0uttRS8lAOYQ7D4AaBDe9aNrJfvubf/5l+/75sVLlnygIxQ4z2OqpUorg0XXtKV1/xMDQz8Zm5z43uu+87ltrp70R8lxfeqS26LrlunAz7dmd+SkOnhwrLBbtyCsnJm+hRDhopQUgFC1uZV+oZy2N4EA/TX/0+bmQcHV66iPT3r/Duo4tIfCI0dJZSTc2aZJk80L6cjaZ9JI53KyDXeFJKZRmby96HRl5wrbmlw07QHlwr+gpAOtJR1Av4cdwU9jHjqYKyAAAWgw3v29f3/w23/94bcFTfOc7qC/m1cSczphRftHJ/rf9L3P30Ml4DenJixLBXLdLtXByXyz/CIw4HM303fZQk1TscLPVzbKqXimLQM6zFL32cWGX/tXrqfRjiXUNHKMDG1R82A/TTW3USwQoonWhRQNu9KTMzBThSDluHeSR9gUpIrBblTZzcZBfvYc1iu00lemDXL+Z2HCG9/EZx8gAOYACEAAGpC3fud6aWR8F1WIdUvV/oGReDvLkqy3S3XwQAGPaGE4OSXEjchqDhGNlNTYpijupFuU0+4mMEpnaIPOohKIhluck3B0+VoqF+kHODFVugCU3L9wMFlQUiEiF69RAwSqxs7DukOb9vWk1YwjBu0xX3et1luvVaoy9dwAFAFyAAEA5PdYB0ZGcg/HyFcdnOaslZq2u2z/Ig2lR6eq6v4l2GL53fFLBq3kv7aS6gAnDFxiIUiVcv/6CFQVj5dexuLvitnXG2SsfWM/dRAAcwAEIACAjvbu+1V//0BWWVKoOlhIz/QdcJlJ1s0h4EPV7f/3BAvAX6QvKEWr+c21UJ3AH2dJ/QArnfuXYgWBqiFtX1jxf45UlvxTpc9QRuIMAmAOgAAEAFDfYGJsctrOmoxeqDpYWMDh36mYO0dP3CunH141g16aHiH/iZnHShfX507C2HYVX5/Be94S+no7uX++ygtAn1RIE6g4Evrlbe/vJd8v6x00LdO2WkYAzAEQgAAAik8OTGrbmsh227plhSd7LO/QNDjuLq557mqie7ZXufjDpK85bW5S8Ctz16clfX9+QGSKaHyyso2b08jwlWLDwFXI/TuOL4BxcJVGpn0Yhv0FrfXb8tyNfXNzNQEwB0AAAgBkEsQQ2VMnZfn5OfxrWYUVh8dwP9N3Uaumo2NUPTQd4HdTVlWrOHQtTUmhJsIrXuF2NeKCFuMwVrvvH79PCMAKsmWL9izro6uUUq+iwsWWCMGDOQECEABA/ujQXnP0ofvM4T9Y5si9ZIw+RCrWT13enXTowB6i2CBbYbkT/Ba1Ej3too60JSh5bFV0/xTZfPpmat5x2YjjtrCFaJKfbXisckLQW2RD6Crl/h2HBeAV9+/TKwlUhGVn2u9WSv87ny0YWtfaWkcAzAFoAwMAIGv6Tz7PwD6f6v8xaeUha8HFpH0dNLL3Xhrhy37VTdrTRtrbxoeNbAsaIVYNPtIm/8un2PhKio6wsAuuzPt3lrZrGpuSc1USgZoOsZ15H1WYVl7Gp2PJkLAUxYQr0IPPSDWFNlwchle6718WNlHCcQH3EygZcf5WrJdpM/oj2uV8ZUMZiwmAOQACEIBTmg2+piX+52qbvk2JyAoReXbzs0hFD5Hn6C8oXfhr0lN5n+X+Hj/5zWZH12nl5wcE+V+2rDwcRzWCZIfWOKIx4V1Kg0YTmWwmar7e0YFyu2cBn+fdkQhM5W6qRlYU/ZbGTxaA/Gf2ljuC1+9Lir8pduOGx1nr+stz5ZqkH2A02RMxH9XM/TuOpjZl0Ie27NM/24zJFCWxbUCH/ZZ9vTbUX/Ln6bqohrdLFIGAOQECEIBTmGB38G9Z/L2Xz67QykuJ9ueTObGLjMifinoesqdJ8UnIplPMkXscUdjXZ5DNDqJP871UytISAejvZPG3IOkyeppJ+5ewLTnJz2Xx5QVkB5Y6AtL2dTqOY04s+n228C//uT4qVwFSMidQGjl7THImmUglrzhzqgRxJhNBCoWBaznzlz+eTV5Fl/PZXxEoiqd6p1Z6Nb1LK/V2/iCL/bZQgQ3mBAhAAE5BwsvP26gT9oe1pr+Uy3Z4I1mhdeQd+BkrgThVHFaZlJigdEHtbL1kTu2ecTmx8PnkGfr9iSvYntJmq/MvmQFnjd2wYSM9uesA78WaxWGcTHS87CHduuqn2f68rR0L8xj/3Yo03RUnUE7RWNINDPmTDmGxQtCpBs4TBq527t8sPKZFn723R0cvXqPuIFAQafNiGNbLlTI+RVp35fv6bZ3bxe3p051rujCNBdQWFIEAcIrh6zp7gx3X39RavV4u282bnHw/R3BVQ/xVAhaQKjFMKj7I4enDZESfpg1Lp8lkp9IcuY88R75H/qfe/ZvM1i8zHq6d3Lb9VGFEnDn5gfyxjU4QFTtrWKaCxPJ85FXq+5cTfvnrWZT+v5u26Rr+1cZDcv12HImdZ3r01xUZnycX+X5Tsdy3KRuVwKD2wAEE4FShbVNbKGD+PxLXT1Gb5pCstfAFpKaPkDl0J9UXhZvvxeIJ8nAsNsEqSZEOqVj/e2nRhi/T0e0nTRmOHaQd/uV0F9/xPKowIuJEBFpWcr6xhIfDLsPCRp5+gDXJ/ZuFSpoCFy8L0g/YCfwYO4Hb8t1fhKInQSt1LNln0WvTSDRM267eqKo/6bnG7Nun2xKBxCatjLNM0n/LLvQax4p28f1MJ/IfHGjTvoz/eZgAqCEQgACcAgS6LlipdOx9vMT/LSnt0d52slqfTcbEDjIme6gRGRgYpMWLOuhwb3/yCkVdQRV40RTRSWHgzZtV4v59+hdk099TlZCcPukdKE6PCEERb4Vy9zziAGbRutJuRgSld4720KxpXsbR9va79+i/vHS1OpDtPrfep9dYk/RhFqjPsFVSAFomjXgm6FY++w/UoGzT2ucdTL4fz3Rima1Ul2GaZ1uaTjfIwwJQL9NF5vlZBaq9lTaewQIzsAoFOKCG1PDYEgBQey4LhLoil7P98G0RSJJDZ4dOJzu4mozRR8iIH6N6JNH+AvIM3p73PqevXEbhpiZ64smdmVf/0pygN4+PP5L1jd2/R/+UjZhXqCqnv0jodmIquehLtbAnR2GzuEISOm6bVQYwMp7MMZSCkznmEL/GG/j1/9f5q1TftVobZ22lNcqkz7D7dSU5kyyyoOnf4yH6NDuBfVSHaH4fO49RlzdhncPS/Rla0UWswlbw697AN1c8/D06maz69uTc6tR2Q9NbTu9WWwmAGgEHEIB5TFPX+Pt4cXs3pXKUrJazSfuWsLj6PcceJ6lu0YU7Lg8cHaTVq1YQPZl5rTrParKeTeP062yPYafqS6amday7NlAVEcEnYeHIZDKUK61esrl5Tph4VmhQRKE4RgE/1QPLpD2MtumZ9+/WPzm6lY4kDHb3NL2wwOPe6ovSIg4Rv4VFYIzqiD2H9Yo9R+ntXk3ncziXBaBOFgZVoEo8FxLm9+Q95NBrONb/bD4DAQhqBopAAJiHhLrPPcd31idutb3tn3YGzntayFrwPFYWUfIc/Xl9iz+XRNhiazqpO7JezOG0Tbkec/Hp6g8sYP6Cz9Yk1BYOpSaJTCWrhbNNEhGXbzL1akT8SfhYQslGvcRnNAU4/PnKqQR9zzbpdn5ZhcSfxJbC/F7e4J2k7/94qy5qDnM1OHxYh3b06cv39OnfaUPvZEX2z+wCvogqVBWej8g0f8eFPUWfbev3yPxgAqBGQAACMM9oWvRsEUDfNMb++NJEx4udcKrk+ykO95qRJ6kxUMmG0iWglT433+2XrFKPs4i5jWpIC7uBQV/SEZycJT0l1BtLCUMRiLXq+1cM0vx6PFnlXJwsVfQyFrKfuek+vZDmCGnQPG3SdfyR3qBJv4BfU00D604lt9fFHRWt7u6NbyIAagQEIADzBany7Tr3P7Rhb2HX5hwjus/wDNxC5siDTsjXaBjxx2thYoy0p+T+uBcVugOHNGVO636qERLqlZBuW3Mq7y+S7CF44gUlrxdxGKyP0O8MPJ5kkUsJ+Pitv8bjpZ/d/JA+n2pMz4B+c8Cme23S7+VPuOatVkTQS+jXpWr2eE3PP0pvQQKgBkAAAjAPkCrfoN/4eLLKl9rS1ytr3DmdYhR0eKIeEhfwcaoxIgQlai0iT3oHyig4EX7pfoB1lPs3Ax8LwJZQ8nWWAr/vC/l9fqFWTqD06dvTq1+qbH0df8Jn0RwRdznrOQ0fmFzOYvllBEANgAAEoJHpPjcUWnzOSw0dv18p9X5eQuZHDpGoIhczgePxOPl8s9+yKigAN69SI7amm2mOkJBga1PSGZKKXwkTHhuts9y/WUhYekFzcuJJ0Wh+W4ou9nrp3psf1K+kKiJ5dMvOlJm8+v+0iwbN1URGBXqLcU6lP6fW/7avV68kAKoMBCAADUxI6w+xvfJ1p8XLPELJRBJPc8H7TXEctbXlpPsFyQV2grbTHCMFIM1NJ2YC11vu32ykurk5WNbrXM+rznXSQ5CqxLIBulyRM5N3zmfsytfqLTZ0rqnLVvS+x/bpNgKgikAAAtCABJdsuijUde4vWCpdyxeX0HzDZgGoCmfOT01NUSg4S+8pd810jyToCaoDRFQtbK2Lnn+ukNe7IFzW611ve+nXP3lYv40qzM4+/ToO+36bz865+JOG4EE3xR9Z0KTf3eK3P4eqYFBNIAABaDCCXeedr2zzq3z2z2i+YpikzcIKIzodZwdw1lqvbVfNh1P96YaoDqjXsG8uJK8tzF+Pv0SBw6wxNH3ipw/oS6hCyAQPQ+sPsxu+jOoAGf/mK/3z8WhD/fmyPusqDREIqgQEIACNQve5HaHuc79FWv+eL0li+7z9/aqpA6QDK0nmFee9nwxjnTVmQxXR409rOkp1goip6TlqmSzVqiNF1gqJCGxpKmucVJcy6Uc/fVj/w7VbyhM5MkYt0G9/TCk6m+qAIqt/cxFWyvj2nn77C9LKhgCoMBCAADQA/kXnrAmxY0JavYkXuXm/GEjlsjH2CFltF5P25E6FSlgWJRIzh+lqogi5hJ23JqoTAr5kZfBcIC1pSinukP6A0uA6Op2cdlECXSySPvKsJrpqSxkiMBGkTZrUq6lOiFupKS/lE5Z8Rr9tvxftYUClgbUMQD3TfW4oSPpKpdU3+dLCqs6rKgNt+JyXpnTlLCwjepBUYpzslk2sLqadk0rM1HYJ/+lkTB+Z+VrI2O/i6aVVSIBfcl2ECwVx1KQYxCmArmFIWNrPyN8stv+gCL7eY8nHy8kfTzmCxb527bQt+vZwiC5gJ/DD125WhecAzoLDye/SitZTnRCzXE3/cAV/zAEWgZ/ymPoVLALftG6p2kEAVAA4gADUMVLly+Lvy+SIv/pF+5c4p0qjEiNkDt1JxsRTZMRPTtdLWAnHBZyJuxzAUBfVvDFwIUQEJiyqGSL8JqaSvQmLRaaaiAOYRsLXk6U6gUrCnfT2TU30jpu2FBfulPCoVvpKqiPkc/WW1jg793MSnW966Lp9x3TdCF3Q2EAAAlCHNFyVr+TqeUpQES5R8RFSU/vJmNw142SN7KRFbbOLRYydbp7T9tNzqc4Q0RAv2v8qHRFxUqhQbINnEX79WcpnJvj5RseT4+yKRuYHK/p3TxN9pxgRGLTp5VTkTF8RqXaVzPQof38Bb5VcXK1faSX0z9EnEFQCCEAA6onLLvMEus67rOGqfDXNSXQ6IopDZb4MHSHLKugAbtmnRTU+h+oMVeNqYMlVK2XyyFAq7y/rcyaSrqJVigjkwwj+DF7la6H3fv9hdzlvmuyiR8zJ7OVolQpunHzK0qt/3bCGP9qP7BvQ86r3J6g9EIAA1AuLnt0V3Bn5jtL659RgVb5Ki21V+5cbmZykzvYT0XFFqk97jIICkNfnTawcKtaCpFKIGxevQQhYQpQjEaLmEsa7iWs4OJJf74tDmJ5wUgIebdOngppuvmlrfpEjhRGKjNVUJH5Psk1LpV1Aeb+mqn5bHw55vy2h7evRJxCUAwQgmJfsPqSX9fTpTmoQmjrPOStkWtcpTa9vyCrfxHiyEKTGTLDVNB0/UTqrSR0i7T1U6HGss67gf6o2jaJURIzp0pyzonDazejiJ3qIuzc45u6+kpopTmAZOY2XeBV9pIAI7GDXt+jqWHFaRQROVtgFlOIPozarqkdp9arlA4mi3U8A0kAAgnnF7v7EG3v69f3Kow/yCtff02f9sOdIvK4SxGewaEO4qfvcN2hDbeFl6c2NOsv3meuX0PKVZ9Bc4MtQMYr0/mhfIK8AfGC3Xmbb9EGq0y4IplFy+NQ1UqxRSuGH5P2NuW6ykxSaw2Nl5TW+n0Xg73/2cPbCB9OU71CV9D2G/MnXVcmcSxG9lS7+yEOYDcAv7u7VGwiAEoAABPOGXQOxTYY2PsvxrQtOXKuuVsr86s7eWP0dKW/Y4At6gh/lcNznqc6rfHPR2tpMV77wUlqyKMROXA2rFzKIZfxd7Uz2uDPnC5HcP9ugv6Y6GBWWi2BgZnVtpZHnFs1crPsneXMSNi42airh5shEWUJrA+uq636cRQRqL0kweoRKxGcmXbtKYemaCkA54NnEIee66X8IGgsIQDAvkJCvYXs+y/vfk8JFWtFKD3k/3zOg6ybkF1h8zuWhoeDPOOT7D5TlNdc77QtbafOl59MVl19MT+3YQ7/9/T3Uf3SU5gLfDCWj7s93X79N7+To3zVUx8hgk2q1gkkkkkJOcv+KfdyRoyVW91Iyr1GcQHEEdSl5d5peyd/yz3/6sL7k2mv18XXLjlJUkXI9+WU20vtQPg9dgVxAqf6VsHKNC3l8NukPoyAElAIEIJgXKC+dx4fD5+W6XSu93rasue+flaryNZTT2++F1ICcvmo5XfH8S5z+ez/9+e/o6YNHaC7JdABNUk/lut99PXoNr83v47NtVOeIhqhGGHiKBZivhICpTPsYn6SykeeIlTjthEXaGj5g+vxZV9JFVCGkWCPoZfFWgQksNaj+zUXYsqz6TXMBdQsqiMC8wND0fDv/wt5hFNkrrOIkq3yv55XsVdRghR4yb/eM1SvpnE0b6PCRfvr+j3550n2UxbFFKQSxazvQdt+Bw3TGmpW0q2c/RfoeejLbfe7bq89n8fAFPruSGgBxAWOxZDi4UojTJaKyWPdP8gX7BivT5UccxFEOI4dDSfetBLfsfGXQrTc/pF8d30f3+QwKJ5xxaaUjI/hGpzh0ayfn95aCOLZGDap/c6LM1/b06V+t6VIDBIBLIADBvIAdvq46nZLmIFW+2rCuIW28nsVfQ/3ufF4vvfzFm8lmC2bLHx6kw73Z1xiVGCTb207GdC/VkjhbSk4YWFPWXLC79+gVvK5/ntf3C+dqfS4WEUaV3JzTEz9aipx8LObq0eHKt3icnEq6nCUJXEUL+bFfMVfQx2070adMs+xxfiL8xJn0lNATUahh9W8O9EaW93yiOwgAl0AAgnkBL3D53T2l9tq2uZdqzcI1LU2+BVdpsjjkq8L1Oss3G60tYXruRedSW0sL3fzL2ykiCiIPKnaMbN9iohoLQHH+XnblZfTkUz0zqn+3bNGewHJ6I3/iH+HtY70b8ScOlVEHiTGiZ6MVLASRr06KE4rt+SfOXzFVv26R/nsSDhZHMhQs3jnjh28wTPr+4Yj5864WWlmu8xYUF3Ay+W8pOXzyPnw1LP7IwgpleKSxOQQgcA0EIJgfaOqmPDtubdNjQYu2US3ZsMHXNBj4V032XyXFX+Nw/rnPdEK+23f20G+33E/T07nDulLkyafrVWI0psPP+AQ5bfZqi9fnYRdYHW8AvWVAh/1jdBWHC6/jF+g6QT4y5bQWoaYKhl5LQULAVgWPFST821rkFjgZZVE0Ud1DlnS1c7jIsHQK7+iEeqXJtvriViqLzFzAYAntLEXQ+uZ6NdU22sGAooAABKcCIgw+tny5GqIa4e8+50rPkPqIVnQZNRDPZuG3fGkX7dt/mH7wk185hR55kM/1q+xu/k+07/H9coW//YXvpzmoao6zwmGR33et1sbl+2ijd5y+yQcE5xdb3Sn5cc4Ui0hyQS8xT61s5G+KWVeuIynvf2yi+Ikfkvd3KEvVr4yNk0IHuV4KShJldv6R1ydCUwSU9CUs9Brl/uK2yXckIVvePI2BISVdkWlhc3nfVam5gFLhLPdXc51foFXdTbYB9Q0EIJgfKGrKcX2f1voza7uN7VQLLrvM07Rz+HJeIL/M4q/uJk3kon1hG110/iYWfAl68KE/5szzO46mX7Lj9t2pvodv4UvHZYBWngmaA8QBVMqOXbmXLmKN8Cm+qqS+j7KIh9j981mpJsbjSfHknYM9pY8FyXQ8KUJLJd3ipNjXPzCUPQQtzqQ/5ZB5PMlxbxVpoSJ/i5+nuSm/kBLhJ99LZk9BKcA4eEzx96ZLcu8yKSUXUIRwuIzvqIKgFQwoCghAMF84KRGc15EdCVu9aV23sZVqwdKzljXtGP+8Js/LeRGb4yCiOxZ1LKSNZ66hDhaAd93/KA0MHMt3d1521e0c0r5hqv/Rm7LdQStjkFfw1RVRBUUgDuD6DRtPY9F9KwuJsptqi9DxBJOOl8y+FRdOnC9fDYPb4kiJE1mOAJTcv3AREz/E2Ts6knQNsxFPVRKLUyeisq05mctXrhMoSBuVtBM4W7DK35T3kisvcog/p/5hopWLqSwC/P2OTLjPBZTXJVt6uXmj8r5FSMrnGihxG+OnaIh9DqgfIADBvERrtYNs6x/XLfXURPyFus89R1v6Q7wTvpoaANM06Vkbz6AVy5ZQX/9RuvmXv+dFPE+4V7OTqvT3ONz7X+lwb9a7KU+fbTaTkXA5MLZCyCK8ZvWai/lMRRdBWZAld06cJzmJABJBVqtCEdEgpYaBxSkTIVWMaBXhNzia/znlNaWdOnl+cUgr5QSK+ybP09p8ojAkPUlkOk+vPrnP8ISilWVmLJopoe82FzBmld46Jo2IyPFU7mkQKzKoIdjcwHxBli1JBbd53XiYvaq/WLPc00PVJl3lq60vqwYo9Ahw/O6MtSvprA3r6MChI3QLC7/8qEPs+N065fV/jA7dXziH0tOylczwy6nGAnB0bJxa2sNVc0BE9MlJXCoRSRL+DNVACDr9ABNJN7AYxJETwSoOnVucvL+BpBuVJh0Sl9chuW7SvkU+A7lLOFQdJ1BEtghKcS5FFIkDO+2iUfNwpDJV3LIViQsoUz0KPZccM5Va/ZsQV3PaOVil1pCe+xxCcMoBAQjqiqd6p1b6DN+VvE/0mDHjnlXL1OOFHrNNax/16wnegWr+7+6EVp9ct1xVX/w1WJVvU1OIXvHiy2icV9Rf3343DQ7lHqHKjkpCKf1HstTHpij6B+p71FUzEG2ED5KnOUbTVGY2VpGwIolFp6jaiBATR01EiYRnq50fKKKglPFrItKKcf7E2es/NlP8OX+fTriI8oVaqdzIajuBIiRFUIq7Nu1ySof83ekElZ0HKIjgdfNcpVb/TsZS+Z0+EZoQf2BugAAEdYHW2tjbR1eShBklh0uq/XjHuKfX+njCNv5r3VJ1LNfj9vTb7+Rd6NPaVm9b261qUuwR7Nx0EQ2Zn2ShupnqnMWd7XThszdRIOCnH93yO4rHc6+o/LFHeS36o6HVP08EB++h/fuLm7PqaZ0gwyuZWjUVgKPj4+QN1CYFSkKT6YbK4gaKGJRedr4qzIEVByxepKsm4kncpVaXuX9y/wN9yRy02YiWEwdSBKC8NXnfU57ke87mBC5oTrbSKXXcWyYiNq0iZyKLMK2EAJTnGI/mf654avpHMd+5fJaTqdB8W6jS24s6RAAUAQQgqAsOHKMuXmHexQvKjAR+rdSHlGnLbvifsz1uVz+t9Cj1ClaCP7ixS+2gGuBfdM4aZaov8+q3ieqczc89nxYv6qBt23fTrp59LP5yqwlJtVKaPsOL+Y/HBx4u7bP0Ncs8OBGARQQfy8fDSmlsdJRqjQgiETsinqaiyXzBSi7qTkPoIibriQsm+WTNLsWFiBgp+piK5X4+KbyQvDhvSuDK9A7ZjLI5gRIaF0E4Ol6dWcaFiBUpGHMhgjbtAvpzrJISMnfbL9JpdxNLhoyTrh9VHqUPEABFAAEI6oJpHe80yLMky01hg9RH9/QmHljd7fnF7BtNbb/Z1qp7etD42rVdqupLTtOyc86yLfVfrJbOoTpFxNB5Z2+kFcu76Yknd9KWPxSsg5F+ft/kx904fnjrLioDZYQmSVuTVGNsjsXZOkGRyDiFwzXVnsnwqDcpeKRtjIQtm4rsu5cLcZhEPMipkKDTqeka6YboEp7MNyEj7fxNFPB40/N7JRdQTplO4ESGEyjVu071tJks4nCcwNqOhSazguJbWruM8PvzGifnAqZD5R4XfQtFRIrAFtHXWlrDa1fwfvI+AqAI6mDoEQCF0cr8i52H9Yxxb5L7x6Hf1yjSP964UdVmqUnQR9klu5DqlMWL2unqq/7MqfLdcveDtGPXvkIP+Y2h7Wsm+5r/rVzxJygdG7XN1tpbcSmGBgdprhDBJ8UQ4oLJ+LRIhVISJbRcKAycLk6R6lURXSLY5HKufDxx/gZGCou/NCICpWFz+nWknUA5yXlxAscnMoSRmSriqPEKU+k2PU4OYpbPXkK5ZoHiD/nsRyeVk+vXHEwWDVULce8ty/ojAVAEcABBXaBi3mPKo4/lzh/XLzA9tnS6v8W5dCL3r89SxnepBgQ6z3kj/726bPMi0zvWrllJCxe00i9/c5dTFZuHBC/aW1hV3zjR9/D/UAWJN13ytC9w19M0Ss+kGmJr23E+R4aHacVpK2muMFJVs1Ix7EwUGU+KknImisjzOZNJsogbEWQi4maHiUXgyUl+T80pZ07QqX5zB/uToq0YsjmB4VQRjAheeS0S+k1fNxdOYKXHseXKBZRQrieHABQRHIkmHeGWoK6JCFakHjaVeQ8BUARwAEFdcGgp9dmkH8pzlw6lzeekL0jun1LqFUrpW/5vMe2nKtO06NldhlKvpjpDnL7nnPcsOudZG2hoaIR+fMtv8ou/ZD+/ryQs9U4WfzdSpYnQiPYuPko1ZoSVh9/vp7GxOTMfZ5BunyJh0XRouNhijkKI0BibzJ8jKCJvNMOZEyF5eKB48Xf8b6adwPgJd1Emg6SdQHmPUiAyF06g/P1KO4CZuYCZyHeaTWyKMyiunzyupYYOqNb2Xfu7CEUgoCjgAIK6YLNSiW0H9ecCHv2XfDi7LNt92PV7Ff/zj3J+du7fniP6vIRhv8gk9RJeBxaymLQMZezWVuLr0SHPHeWGiC2P9QJlqxfUS7eGEK+4G9avpg3rVtO2p3ro1l/dUeARyX5+hm1+crL/oT6qFneqhL74ZzWPw06x3SafybGBfqonxAmTk9PsdzLVaNhXvFPl9AOMnxA44u5JiNeNqJT7SHPntCNZLiIC0xNKwqmcNjdOoEzymK6iEyhOZzV+n7NzAROpXoOZ+ZXiCIqzKknItXL90ihN+6Om8TnZhxIARQABCOqGjcvVUE+/9e+8S/soO1VtJ91B0WoWiQtZHkZ0n3Zy/44eZfHXq1+qFV1nKrWeH+fRzl2VCMZnkGGe5e+wruGrfkZlYGq9Sav66PW3oK2FXvzCS2mYV1kRfqNjuVv0ndTP7+h2V/38ysGWQpAaM8qfhTS5npqqfi/AUnDyA9MTRcRBSzWSdhsWFrHhNB1OCUARU8U4ilZKtMjrqER1rlPVGk3mO0qFsLyPtBOYnpgiTmB6oofjBIaS4jFeJZkSDlRv/KC8hykW4E3+pNDLDAmLOygNnWWEW3Ntu1+K+Buxlf73jZ1G1X/XYP4BAQjqioOdxpdW9NEODlN+k04ebu4JmfRiu99eKLl/CWXfueJM42ZN+kq5LccUqNOVMj5OZQpATcYVNMesWL6ENj1zPfnYPrrplt9Wt59fOZihYaoxMf4sgoEA9fYepnomPVFERJKEhR3R5Cs8cULx7XaqxYk8NlqCk1aNnDwp/EjMcgLl76TdyUwnMD1WT3IWpyq8Ncrnt6CKh2ch/o5Gp5LflYhYqTYW4SetYLz8fhc20VwQtcn+mzWLzZ8SACUAAQjqilQY4xe7+/S/8D72Iyxl1mTebhv6tUqcOK0PmmS+n8XfSws9Jx8lb9g2oMMbO1U5R8lraA55/vMuoO6uRbT1kT/R3v0H887trUg/vzLg7+eI9raTitc4Eiwu2XQFOhDXABGB4pyJGHIzUURExkQsmVtXThg1nZM3XiEnLpsT6MnIw0s7gS3hpAAUoSa986QFTSWdwCa/puoNAjzR3iY9s1eKPCQULC6uf65WUUP9bM0i86cKoV9QIhCAoC5Z26W+teew/q1t0I28sF+oUtsqLzAvkbAmO4ASlXGV8q1lBG7MCSmXIwBrM2Yi8w+yPXTh+ZtocWeHI/x+f9cDhR5SsX5+5WA1r37U9nWSWWMBaLEoHhoapKHBY7SwvYPqHRFDzSnnTKprRUxJCDXbRBERH3K7I5zKbHbsOIEVduIcJ1ByG30nj67LnO3rT7mdlf77C5qSRTfVRCarHBpUjlCX2b3NFS44KQYtIy8V/QvEHygHVAGDumX1UnWAd3B/x27Wz9PX8Y5Pmi/4eYEsZvd7YM1SKr3wYcOGGmf2sN14+gq66uUvpEmO9/36d3c7rl8BKtrPryzGFh3Svs4atwBOYlmWc2o0RBCFUvlzozn694nzJMZvJWbtpp04b4VEjOMETieLQMazZIDKVyKh5/RXc/zvV8iCaG/J3/S6Uvi8msWmdvL95hJF+mc/7KAeAqAM4ACCumZNl9rG/1y1u8/6tCL1Jj7fTskqD7e74L3sFl5T1pHyGNWs+OO05d20Yf0ax82SAo+JibxFDVXr51cWd6oobfwXcVsXUg2RVjCkEzQ6MkqLOhdTo3F8ooiVDAtLyLQpo5WICETJG3TcwQqJwHRhSqRCZTt2nteVfl+VdgLFRV1Yg+Ev8t5E+PnmftWMRE3ja9eq6k8+AvMbCEDQGHiN/6QYPYuPfCNa8UmrS9m/XszuYHZxplgcaerRtnXN9JCnUI+U/BzaPkRd51K1kereK194Kd193yO0fcee/HeWfn6G/qFlGf8xPfDwfqo3tJaGIzUVgP1HB2nZipUN6QBmYqZCtNGUoyZiScSfmWo9YvDtVoX81czZvrF4ZdzFfKSdQAlDy/tMO4FyfayE9E35PLrbqvyiU8gs37l2/gT+zh4vM58ZAAcIQFA1Dh/WHRPeuNPTzzvh3b9qlRqhUonRBZrsM03TuGBVp3E8nLtvnw5QgLriJrXxWtJlxa1kJpBpPnHGYuIQsrdSOTLyPFX7vTSx1SPi7zvfuzlvdW/N+vmViydY8wVKWsEs1xaNjda8CLnizJ4oIjmC6UpaEUtyu10h3SOGoghOKS4RwVltOZXNCZRKYfnbiSK1eyeLv64FVHVEGDvNn6s4zs0thq1+QQBUAAhAUBV6DscvmjLpPZQwz5TLVpCe2tNv3bV6sfk1KgHDsF+hbeOpVZ1qhuhhUSnBo/1UbbTu50PvpVQlVq9azoK5L6f4m4t+fuWgDU+fNoPPUFbt+vL1DwzSc1nJxGJzkn5YFdITRcShk9YvkhEgDqCEhqX6tpKOXWYfv1o7gaWyZEHl8gjzIRM+apFjWBCObCSUVd+9jkDDAAEIKorM6N17lC5ie+JWTXqhcXyvqZ/FYdvX7enXr0roxGfXdXlvd/ucT/fp0+NaP5d04m9ojlBKRartjDg5bLOY035+ZaDJ/7g2m59fSwGYYFUxHYtSJDL/omPpiSLiAIo4EwEY8CX77CUqmAkmTpwIQXEc7SpnmIkIHBpLvSc60efQLUsWEi2oQe6fIJ+xpw5KJnlfcIwsfYwAqACoAgYVRWb02pb+J50j/4sF4os8ZH6556B23VePjY+Xa1JPWNrzMJ1CpPr5fcpU9OaJgYdvbxTxJ9i+1r3kaal5knqcrZp6mQdcDUQEpoWZ1zzReLnSf0Ncx1o4Xk5rGyspBos5wAoHNS0I1yb3T3CmsMAuAfMMCEBQUXgtOp/Xjc357sO77fXk1T/ZNcCuXgF6+vRG3kj/QhmJr6xbqubsyNfW9BTVEk1/0hb92WT/I58c732kYDPnfcO6bd+A7qI6QZkdA2QGaj6Xzcur9Ohw4+cA5kLEWWaenLiAC1sqHwYVAdjWQjWdaesWeU1nLiNqbUoWZlQbybWUUHw9fBYsmA2ORmDdBhUBGxKoKLa2AhyncNOSdaNip7DQnQyLLuDdXkeUPPfQPMZjmuTJsHK0ov+JHn3kPrePT0QTm2zb/mJPf/widlnn3qvQOsoxvZoLQHEApRH0fMYwZuboiVNXaJJIKaTn95oVdhjLQYTY4jZNLaHkWDYZ/GJV2Weul+rfFG2WyjInHYASgAAEFcXQJLtjN7tkPpKlK3r6rPdeq3XW7XALCxnL1O9mQfO9uW57wK+19ApmF0j+WuZ4N48iqfRzvbTZhqdNK3UlafOuPf30u919+gKnQnqOUP6OBFWuAts1sVicjz8auw1MIULBZO+8TCQ8KU6gv8Ity+X5pFegt07Cn0sXalrTfeKyM05vmqqGU/1bX+Ffn0HmBgKgAkAAgorCQknsF/cWjFKveH0/rcx208ojtEbMDVL2nbNv2/G0XrKnT79g5+HEK+W0rcrhT3bkatpyxTZ1UUu5sq02DhuLM8BLlb7MIH1DPGj/87ZtuuZTTJzXQ/aINoNVFc3ZmIxGaWJinOYzXjN7uxRJ2WsOVl4EmikncK5FoLTEOa1z5usQZ05CtNWqWo7V4aA1/p6fRQBUAAhAUFE4jPk4C5FHXD9A03MNbb9x9tUiXBKG/W6D1K/MKY8TCmVHq42drff39OktHr8+rEn/zjSNm+UUsPU+vu2unYf1empAZPJHIHBi5dYxdToVgzZnuH2SZ8mf3UcDHfTYnj7r/fLZUQ2JG6qXvO0171M4PR2jaGS0jwXB//FKeYTmKRIKzValK2FbcexC/pPnCZeDM/+2uXKj44pFQr4blmsKzBK3Tvibt/yxqeqIQKn+9dZRCFyQQjrez9X/sGtQ90AAgoqyooOdMqVvK+IhHmUYr5p9ZWhRbL0y1IW8U/+19PrrGYiusYL0CUX6OnG4sjxPgG97rse0P/5Ur15JlUbrIaoiI2Pj5PeX3mWWXZocs8/0Bk3qE3aIrtvbr8+iWtF+Ua/tXdRLNSY6PS29FNvIT+9WFr2F1++vsi7YSfMMKUjI5U6J7hPHLljhpsXpXEN/jT1lEbKnL9ZO0Uc20sUZ1XDrRGR76yf/L4kin9ewLicAygQCEFQUpZQdXWx8jWOm7os2tN60t1e/JvMq2/a9iG2s5tO76LY9A/oSZfse5Du+m2/Km9fGYuc1HrL/iioMi4ijVEUS8ZkxPWVSkQ5g3s8lzK7BO21bP7SrT39yd6+ufg7Rj1RM+5fX3IGTYhrDUIGLznlG7IK16rcXr1Z/d9FqtZ4PJN7E3+HdNE8wVP4+fXK7uGZNFW7n4kmNqRMRWIu+yOL4bTxNU3tL/r8nBSFTFa4IltCypWUKJdUdtjL/Zs9hvYIAKAMIQFBxNioV47XpM7zL7nH7GK3oJY9lhCk5vPtSReqXe48mpKn057X7ubJZHcVGwJdpNbACpiKw2RUoeCclCeT6Q+zQ3rC7N35Z1auFrf5BqjHpYhq/PzAjJ/S3q+lGw6Z38tl5UU1uGu5CnjJuTZpGVxpxGANVLjES529Nt6aOlsL3lSINaY6SqGD9j1QY11H17yz0BXyQ+AoCoAwgAEFVOKNb/UJCcHzWlQhkwXdlc8i6TM5v79MbWawsJym8sM1beZ07n4qBHcWdxyqbC2joIotbiqT/6CAFgydWVK3UsmIez+Fvt46hT0mvRmX+bu8ASc7kJdWqFvbv//ZjVGPS7XT8cZqRI3UtO9PsCG5n4fRaFk7/Tg2Oj4VJ3IXYERElLqC4gUYF9/YiQCUcLP0CVRWswLTzt7jNvYPZGkzmAlZigomI62hdC0AK2aT/bXfvNCqCQclAAIKqsXqpusfW6hqy6V4Xd+/Stnq5nPFp+0re52sOWb6pCOevqrC7IBlGNawJVE1UXTzsAF5keqpZLRyveRGIOIDSJzehVdaq8PNXqb5pkz5NLg9M6hVHdBVR9CDHFiLYKo20pAlV+PChGOdvNlKsMhWnshEnsR5GvxUgrJTvmnpqAA8aCwhAUFXECYx2q8vZ4fsoX9yW774c8v2Lnj59Oautl/DFZbwQnEmlEY1P0QBVkISlE5pUVQWgN6MRtNLiyq2sfh8/TWukWji4iB7ac8R657YBHaaK4a25AOznqHPIUSSqM9d9NrMIZIfnPXz2ADUw4pJNuhwOKHoxmOrpV05jZ8mLm44lZwUPjrIlPkw0UcF236U4f5k0+ZPFIHaZFcExa24mf4jwjBe1l9Fvtiz7Pyr7uwWnChCAoOpITuChxcb1ylZv4b36r/iq7MuW4vCk0tfy7vtcvlRyDaNS6p6Ny1VFq3Ztk0ZYlNWsr51WRlvTopDr1i3aorJqPtkNPEub6rqgTZ/YPViZIpGJow/VXAAKkkuplJXXOfYF6Q8sfm+lBsbnK1YsJIs3JBxcSthWxMkYC7+xiaQItCrcb1uOf9YvK835SyOisRIFIbWu/pWQs0wcGY8WNxOZpO+nUq/ya/sd7OJDBIKigAAENWGzUonVS9TDBxfRKxK2upSvupOyCEHeEfJtqplKZzvvRz9OlSbh4aVWV9UBjGdksCtte2zL47pIgxf04qqGs6GpjZ3a96u4fnBXr/XhirTT0bSXakg6l7JQDuV5S9Vk1KR/o1wHIw1A2iErpv+dPESmZyxoLq6xs7h8I+PsjMWr029vAUuXZ63S1N5cftWy5O1J/75S28KIe+j0/6vB6minhN/oZPJzXdBU0tQRj9LqM4F2+zu17vcJGhsIQFBTRAiuZyFoavUWW6uP84pUuRFvmmKan9M6Sg9ThVEeO8oqq6piwZexIrOAabO8vrnamYcNpf6VV5Vv7BqIbaJyUFTV/onZSH6OhXMoJRTM/2ylBkbEUrwEoSMiQ5xAN2FOEX2TFSquyIb0K1y3NHefv1Lwmckq3lKoVfXvNH9vY5PJz1UmuDSV17fRcQLtIH0EOYHALRCAYE5Y1a32n9Gtro/H1bl86PsJdrD281o2SaURVaR+YJnq+Wu71Y83blQV7gjGbkDC4PCvqmoIOJaxkitZo625GeOWIsCv4YWG7bm/p0/fLGHhXDOb88Gmxn6qManPsaO5+1w30xL+j19kHQ78codplt76RHSyOIH5GjuL+BufKDos6ZrTFmk6b7V2KpUrWUwsYWB5zcWKY3HhJHwcrNIvz3l+/kxHUmH0Nha94UDF8g097OD/g2Xruxt1IhKoLRCAYE45c5nadTBq/BtbXm/nI1jp0eZqreE7iXPYQ4b+lib1nimDrlnXqeZFjzeB31+bYZYfzpE8rUR5zg0vT/qVKqG/+Zd91pupaFTN8wBTDqDHTkwVDKYlZBuq8ZznSmIUWQ08G8m7E/cpVzjYyfWrgvMnOYidbZpWdCZb2lQDcdQmYsWFrOW34qnS6DcR6hLqlX/DqdY8VWKNx6CP8kFbUa2kwKnHHI/3BsAJxUX3HdOHLEu32KSvMVNmAB/N9rGAibLNESGLDsl1cS8d2tipKhc2dskETUSCFIxUc/pBjFfbcFOQIsmySh/7bWX7EDLJIMqLYEu5zYA1XaSVcdGePv0ybSe+vmaJ19W4P4P0oWq5R7lwHEBtd8WoSUJhecWdqR3neb9W1JCLpYin8VJ98xQieCQHLxI9uao4WnEvPfmaz1iiaVFrZaeUzEZcNZnjKzl2bsOrsulUUgCK+JRcRHEV+UCV2kK6Kn0TT/q7Sr+R4qpti9avkrQbAiALEICgLmCht17btDxmGt+eC4FXkKPbI6rr7Ilqmua9R49RZ2cHRfYdFPEb5ohr2VV9sgBGKpi5qMUNVOam3X2JT0WmzB+fvSp/WNwi3W/UZGjYCSYmJmlRx0LP0aFBT6E0sOlxOhZsqV6D72pjGFSRogx5HnGlxJ2KpT40yU2rdMFH0K9p5SJx/2ozSs7vSQpAt0hRhr9Cq6J8fmNRxSJXU8gvOR21PRRSpK9cdsy6hJIFdwCcBELA8wxp6HvTturljmlWJXsO6TP29ulP9PTp/9vTZ93Q068/tOeIPq+ciRK8GLxWGer3dSn+0iijqkfS02y3eFJN2hSpsEF22QLQmQQhobBpqhjslq3kZe2bzUF9765e/dLDh3XOYJahWCBqqln7HOFw7wAtWrSwgz/DgjmAm89WI7zoj1IDI+1Kpivg1IkIFCcw3di5kpFf2Q4X8nOfczrRknaq2SGBuHlyEDTh4iBIp6t/y3AA5TmkuENCvSOTilqD2nHffXNjtXiUZV637xjyAUF2IADnGeNBeuuKEP05VQmZzWt79H9yqPafeXf3Og5ovJn3etdrQ99gN9F12w7qkiZ3aFufa1v2/VTX6Krnis2sBDYrkh0lbT+c5riVz+XawO7G16dN/t5zNKK1LBXRlaz0dsHwyBh1dXYEtKWq1khb8uKmKiiqy0GaJ09XYPpFGnbinW2mkuHZ5R3a6fEXmIOyJinokO2/0Og8uU85Qk3E39iUcsLm8j4XNNUm3FuATYm4fTkBkAUIwHmCVGg+2KNfyWe/xI7L9VuqMN91Z68+X2bzSnVolps3soh7f8CrH+Tw4NuoCHYc1GcppaaV16jrlhzKrq47uatnP6067UQqmia7/N5+KWRhm66Of7mEDwbeG7DpQXaD3z9bCNpaHVNa1zTEevTYEDWFgm3KqF5PNMkvky6Nw2PJHLxqtUhx+1okdFmJcK3kAIoT2NZMTluWcqpTRUDKRI9zVmtauyTZ7mWukL+drzl0uvo3VIJAdRpkT/G2MKE4jK6pNZQMI9eB+BMC7IS/lwDIAgTgPOGKfbTRNugfSYoHiLoCCarokHAO73ZxSPIDLmbzruHw4Cf2DMQvIZd4PfYlrHZ6eGts6Pms9Yz0RYtVNYCtN7Df8Qle/z6e2UDaNOMjWqmahoAFLyte1mQFQ+hbWLCyUCmpA52EClvDyYVe2nrMpSMor6ES1bpODzx/MkQroeCOBUmhWyzS1mVlp6YzlmonrDzXiCCz8uQ0SujXKGE1HGfhF5lOHmC1seNn1uOKqmj1NvQGBFmAAJwHbNmiPUrTZ1lEnZ++jhe1i6iCxEJ0gTLUFS7v3qVt80e7ehNvLnTH3YO6RRvG821Fv17brsaojuHFYwdVGTOzBNGmiuXueFOORKLC47tmEeYP6YNepf+0p1//bU+f7vRNxsaUrv33aoslptTSQvcLTFAHf69u+gVmxSmeCCZn7IrAkBm5cyEERYzGyggDizASJ1PeSzoHTkTgYhaAa5ezEGxLCsJcIkmEj4Q9u/nw8JmnabpgnaZVXXOW+3YSsu1LLt7oVHYRWEz1r3zP4vgNRVLzlUPJxtFGfTh+2fD4LOtKAmAWEIDzAO8K2sQ7tRl5HlpRRY+7lW21yaiwIh7SZSrjIwVzAu34Gn61ayzV2BMZGoF0X7QaENZaf5q/3P+8c+tdAVK65g6gwKGvgvmoyqZlVIEWMLL4i3iSUKOIbBmbZtUwLFxuuFEEUCKRvSefCMLudqLlnUTL+NTF5xctOHFyblucPK1Zop0K33pERKp8TNEsTri0S/K4WA2lmERcPxGLIvyq1TOw0hhKrSEAZoE2MPMA3m+9mfdsM75L3p/NyaI76zWs93nszz02rD9w9oLsYUCtvWfx/5rXd6kn8j3XU4f0GX6VWJkw1BK5bCgzqhO0/9BSerhWfa4ssiNmlY+ZrMx5wKqyjVzTC+BkiblORdLCf+21LW3tm6+++tWRm276CdWSBH+OXtPbWeh+vI1u5H9WUoUQASUnEVNjE0mBIKKw2kJBHN7JMtr9yGOb8vSKFIEpE0PyTQ3xm8lUg3pG2rFIW6TgLKErBSLNObKmxUwW4Sc/TQltN1WttKh6KDIKuuHg1AMCsAG4j100FaNzDE1h26KIFaDtl5ymjhy/A19/Ul8Fu7KOmggu/kOyxBS1++Mjz5e1xKxf8NmfZrtdWfZGDhHmFH+Se2gF7Newi/R6W5kr+TNYkryFX4uH9i/t0zfsG9D/s6qz+hMntDL7qjcUK4k3I2amiCqePSWhKicZvnbVmB1di8Uzqi3T0zHqaG/tGj2U/37snF+kVOX3g57UmDWZoRuZSopCCRdWqzBABKZd4qYp4kdeVzkTOUylazI/t1y8qbYwUhCV7vcXs3ILV/mtTMd5A/FoavElR+81IprsgLTpWrWquvPMQWOBEHAdc88OveSBvfp+Fn+H+eLvbEU381L1OzNBh+/fp39y3z6n6leY8aPmnfkDF65Vj1IFkZmumtR+Kp4OrY3PbNE66yKrlXqBIn3SVAnJDZQcQjuon+Q39GW+6iI6Lv4cZFbtehaYn+GF70f7qlD1fBKGrrrTGM+o1NBaVTyYJvpSxEIl24YU4vTTV9Y8Oyo6HSWf35M3t28rH1zwb+VVVEVCqfxAaa0yEkk6bXaVjiHMEgpBZFSgzPptLfNQI+Stf/cvjTS8npw+MSJRzocz9h465fiNTCYP91pDfITtb1zxJ7ADKO+wAb1LUE0gAOuYeDPFUgnqJ/9wbbpK2fTle/boqwxF+9NX8xpwjHdsX6cK4/HTDoN0qUUQa7p745tmXyktQ3jRauWj0/2zb+Og7kdNZXzeRdWxNKe+xApVP8k5ZseHqJYocl25pwxyXXogTtRkvHatS1pbW6jWTLPCbQmH835+LH5km6lJjaqEV1uaTuQHVuOzDwaKL0ARh6vcWbxetuX9DeD+ZZIumhEBnHl0IgdGo5PKEX4i+kJVdG1rzMiqVWrO04JAfQEBWMdsXqqO8Tf0Qt4ZfZ33SNncp2W8H/tvrWh96vYIi793xVfTjVRhVjk5fOorVCIew/zA7B5xTQm6hGx1wDI8u9LX7TysO3b1WV9iVfdhN+LvONr4VE+/rmjl80n0PzFAVcZmq8iXWTq5aIMrgcKf1V5yiRQs+MziRmSVQ3dXN9WaGK/upsfkz25lVtfjnl1aDkjeRzVEcjBFBEpoeGwyWTEsgqNS49bE2S2mylvcQin+KCenTbajZn/tJntUCskFlDDwVDyVPzmdrBAWV7AlqB1HsFEKPNzAm1j9TlgCcwYEYJ1z4Sq1f9qga/kH/H/8K872Iw4rTVfw7dt43/XN+Br6abWKIg5M0T38z3YqAQ4fXxqMJy7IvC5h2htI2Yfix+h4ppZh0tsUqbdS8axnI+Il1OBMRWPU2tJ8/LLfH6hK/y7Jf4qX0RJGItVu+wp2dNQ8BfA4ga62rJ+fx0N/waplI80B4ihJk2VpmyI5ghKCrdhzk3t3MZJq+1KqwyWCtslXp73vCiAHQSICpaI3HQ6WMLZUyhvzcVXU9kECYBYQgA3A5lWqb/og/bWlaDPvt27h08N89R8l149PN/Llfx0aow8dHabtR++sXp4Hv44oizN2TZRrtykNv8ZlbMkcF3aSs6e08Wy+4e6NG5XjRe3u1y/i4Mu/llj8YNhKX0bV5xBVkXg8zuHcEz9Lb9yoyvcp7kZTqiKyFCRx3q1z5fP5aMGCBVRLDF7hDeWcZuQBysSc+/bol/Jr/yDNYRFcuqp2AUfHg8HKTRTxuOwHODGVfA3eEj+BJq+mNr921TqlXpGDIKdYpynZI9A7Z1tD9bHIuJMAmAUEYIOwebNKXLJaPTxl0FsszSeD3mzH6S1Tk/S3z1mtvvbw2XQHC8RtvjBdftMWXbW8pqlj9Aet7c9TCWilr0yHga0mFoSallmW4TiKPQPRNSz+rqEy6lPZCS1pDnFRf4PXTqoiHtPkRelE7ImFStU6+EukOZ4obUKICJViQmRtc5AH6GCrGZ/fFT0kod+PUR2ROVFklLeuaBmheXkON0Um8p0HSzi0kGpfcf0kj7TRnTI5iBHXrxEdzKJQFImbpUVuwPwGArDBYBdu5OI1atslq9TjF61TOzZvTM6nvVYp+9XnqgeUQds9Ybq6WiJQ3Lq13eZ/KdsRa8XNeGXTIKjtD4gLo63EMlZs3TEPPSoVwkr7v8K3l1XIYWv9R6oyWuuqtlEY53hgx4ITxb+a3H2PqgRXVggVmJGaC3H/ilk4V61aSbVkcmqanUevCKLjDuB9+/R63uP9kDXSs6nOSE8UESEoeXylThQRF6tQHqCEfqU3obcIAe9zHGM+wgolRVM5OX8iUOM16dyZHwn9NmJPv+JRP93YqZADCE4CAnCe8YpzVY9O0OOeEF0mI+IK3f++bXrhlm3Fi8Upj/EtUvbfy9FlMY+ztXr+6/tppVJJZ0Z2TCv6rCtZvF1OZWIq40mqMrYyeqmKxBKz4ndKuXM1NZXkG6WrN4sdEVds3UIwFKJaMjI2Tn6JserkDFRH/Fn0aT5b1xMRTpooEimutUuhfoBpxzdQwGcXgSdtZYIc6m1h4dfMp1AFQ6QyP7dSxS+lMLv6d77Chu2ItqzfEQBZQCPoecirL1SP/uQR7Rtpoqv44k3Z7rNln+7yJegN7Bi+z2/Q3/BVtxXzN1JHlP+zu1c/rJX9DkOpN7kZFcc73YtMTVdpFjYsAp/sOaKv5NDwF1W526Ii6Xt4K1UZJQ5gFVcOg7+QzMMyRVbBaRbl0srabHgimQflxtUTYeItskJyyZLaVgJPTUapiUWnLxRaevse/QJl0/e0ql44vdLMnigi4XrRs4XC7umCDgnRZwvRSh/CUMbED7mLfOfyvCL4PIZ2Nu9yK2CPDOavMo8nFPUPy9+ZGxUYt5QjQI+OzqEKrQGxhDp2bMx8ztdu0yUXPJkmLQgGqZ3d0htHxum2t2xGM+n5AgTgPEHcvuAy6vLYyQKKSU2T7B603LRVd119/swpGeL4BWz6PO/pX84XA+wYdlCJrO1W27cN6H9mMbnDUPrv+DmfWeAhHg5rvo6djqe0Tb3K1Nfwjrh8V8bSN08OqVL7FLpHUY2apyTh5diVO2uT3a/KUKYi6KLxZGFIIWIlCMCO9tpWAo+yA2iwAtp09nkv50/lRbzMN4z4y6SUiSIykSObyydV3yJ3pPgh2QpIO+dFAJoVPKgRx3JPn3KZWzrXPty89wFl3/rucnoZysGE83PXdDFvizfe9Ki+4epzFHIK5wEQgA3OfT1O77t38g/8z3nn7ounjvolsrdoASXGJ8j//Yf1D99wnnLy9e7bq8/nsMAX+OzF6X2fLnMUVsoN/No2rb8T6Lc/zDvV1/PlDbnuz6/1XG2rLnb+YrxTWUXlIQGyn0eHjOvT1cRVRdHeak6Dkz6AlBnyU8rVDE+t9YgqYy8vuYCjk0nxUMgFlDBisRHdBW1t7GD5aDpWO/3s83rEYVoxPj5O4eZmamTEtZOPXPL3pJG0uIEBf1LIzUaul9BxpgAUUSbtZha1JQVgyKurIn3EVTswUFphEahPxEkOJA8Mu6R63mvRe2/Zqj/Kh8Lff+UlGSNJQcOBHMAGhsXfGl7zv8p78r+gLNWz2qCtfNT/uN+m89LXsfj7NO+jLzxxJ4pw1LEiCcIblYpFjxnXG1q9hUXM72nWiLoZr43XIg6nrqRy0favtVb/VBPxN48RISHu34SLwoNS9K8IsFqLsBgr1RgLzlishGqKOiXMKrC5KenmjYzlbhsjQizztui0TLVI5fJVSfw5f4d/hYPjp0J23amD72R7wMemwb8qP335pvt01TsvgOoBAdig3NujN/Ju9nt89iyV5XvkBeD+hKL3vORsdS/v7cM/e1h3PLBbv4Zv2jzj/gbt5SO8kipIsyFC7PRutfVgt7oyYatL+ao7KYsQZOHqo3IsK6L9/CY/Gx00r5IwNNWOo1RFZreB4U+qq2nRhoLhS0NrDrpRH5WB7OjlC8knAkVYGCV8awsWtPGplWqJOICjIyN8GqX5hGwe0khaeghK2xhxBGdPFPFmNPqWohAp5Fi6UMa2VTfoeWRI0dgUgXmC/NYD2dNCQnx8cRWb+ltufvD4THrQYEAANiimorfynvy8bLdJFMZS9OE7vkuPy2UrQvdwCOhyW9ElJ91X0yNHvVTx3DmZRrJ+iXrYZDfQ1urjxVYL54FD2eomdv3eYkaNj9Xa+eNQa1XnAScsixLFluRWEMkvyxe+k4kJpcj2EMeMQzWuBBYH0LItsqy5+zyriXwPbeFkxfDE5MyJIrJwO5WusoCb2skjNKpszInQHBid2+peUFm8qWbZueDv+ixWEdfdep+u6+p6kB3kADYobME3sdK7j886tgrv2+O83+3jEO//Rk26bXPG4O+rN6u+nz2qxy1N53lmLgKHpg36p5cvVZNUJVZ1q/38z/VPHdK3eAxbHMjTOeTM/oV6Xb7H8XtJiKMl/e1ssg/x+73bYxnbJ4fogfkc7rX5SwrMyN7XHXHDI0U6ed09begR/sxGVJnFDukJIeLiNAdOFnuiTUuZ/tDcHK55CPhI7wC1hgM0PCTpr2fQfCQ9UcSfEu7D48nvUE6S9xf2Jgs9ahGUHRhJ9tYD84eg39WBw3rbSz9nJ/AfX/UcdQuBhgECsEFpnqR3D3tpmfKRM2JBsXEUC1Lf5qUqe3NmRcdsmxZkeL59LKo+I2PmqAacuUzt4n/+Tc7v6NVXe5R+Lb8mzf/N2Ab5iPJBQ6kn+d972cU8wFftjR8zDtWL6OPXNkI2jfBrL9jyphSkerW1LaNlitYebfsL/k61QVHDpoq0Z5BQsISBRVCk+wQe/ztUGs3hZmoJ11YARtgWa2lrm7cO4GzkezObko29p6TdC4d9/d7aiD8JQfeP5L+POITH0I64LljYVPhATg4uPF5yizRZv+6mrfqB2V0nQP0CAdigpASR69y9wRH6U3sLPcb74BV8upudwvdetFr10BzgVfbp/Bp+ZGnj2wbZ5/FriVhkbI0P0vaNG+u7Yz1r1qhW1euDFYvFk70Aj/9BFTbJDhca72pZ3hE+Uh+hCpUoO3OCp08WgPL0pYwAk6bMUglcS4709tOq05bS6Oj8ygHMh1Rws+lJvpCmsL92TU5E/A3lKf6QsPAIu8rj6CA35wR9ZLH4K9jIKZv75xQX5Z4CtJ53Fzf+eKt+x2vOVxXLKwfVAwLwFEGad961Qz9leOk+r00/u2CtOkRzCO9IBtd1q9v57O0E8hE2PYUntVgmRTnaF61Uixpxk3xW0k0KZkSk5elL7RnX3l7bgsHIxBT5vF6amqrq+Oa6JFjjGbcDoyrvBBLJHZ1Cnf6cw8eWmg8MCm4Zsu34s7h/0ph8IppMMfBnGyeo6FK+SgYLfIRA3YMikFOI/iH66sAg7Z1z8WfT6XxkOaevoVRiCbOP1WvVQhyDQyPUviDTKVM+bWtfoccdXUTHNNnFzWYugDhIEgbOnNsqlaWlTolYsnQJ1RovK9ljA1Ut3K47/GbW1h1VY3A8WY2cD3H+ooVsbFB1Qh7STb7Ch4mOuMsiAEX8cZDCmSgzPJr8d5bwl33Vh29+QL+IQN0DAXgKcfVFasjUNOd9m2xFBQXNqYpTBTwjZ023KWUWjJ1K1TUL64onu0lj6KmMhVvMv1Kb97S2tlCtibOCHRs7dULATlGIp3ZluHJAICPd8iFhwwhCv3UBH9RpdvcKrvv+LHto6SsZn9UhgE12Z0rNbJSH/vYnD+hlBOoaCMBTDZsiN92kIcBKRFmJGK+yVQ1meWdabIa2raCbx3FotuLtfPypUKJUd5bb3mPpUldDTSqKOIAjw8N0quAzdNFj+srhGGvro2N5cv/4NMbiL24TmGO8BtnhQOHcPxF/s7ch+e1PZdkHyGVxAWffxudfyvuNdxCoayAATzG0oqhnKdU2G38e4TFCI7yqjVAtMcxuN3fTBlWlgKYpFQqWEF454mJRR8kjp0uGw+c0OXnqlJ7K92PUqvKDkuIvX9tKuS2C1jBzj+LQr4s5346DnCX0K+7fdJ4QvlSdzyq29/Ba8+c3bYPZUM9AAM4hN23VNR9Qb3ppjAOwndSg7NunAz0Des2ugdimnj69US5TDWHzz+b/VdXPiM9aUbXSLnbd/Npixn6qElIIMjKRfXFwi/QC9Plqux4cGxphZ/TUsZ/8Ncz9G5tkAVgguj6B3L+6IOgh3eIijuDj33e2n6gU8CTyNYgXoX9yKPgM7yRdTaBuQRXwHHHzVv3G5iZ69dY9uqZuUjxBC9ia17X+u5lEovQ8PiJ9Fr+GdVQkxywKGBFaZpOn2ZQUJE09/Dwnj5rjdcey6b8vWKseoAoyQRORIAUjtZx2qrS75s5xP/V5qtTyToSfhIbECSinurSjvZ2O9PZSrTAMg6YmTo0cQHH+auX+SeJ/n4vIegSVv3VB0E82u8MF13v5nWfbhmIuvkcpDrFm7x8UXXHTFn3L1Zvru73XqQoEYA3ZskV7hsP0GrbZ38VhxEvkB+PO26kc6fSyuRzXFD8hUjZRkcjLTg65V5TydXKNw5N+dTKe6IVUSY5uj6iusyeqaZ7LDNtM+LtyFbL3azpUzZbH0jx2iN95syo9FNzVvbimAnB4ZNRZkKQZtGnWMDluDvDU8O0Njknvv/xqUyp/pxME5hjeD1qtgcJrvfxOss39nY4RuZ1OKaHgpuCMQrFLvGFnH30ngboDIeAawUdB4dEQvZl/F18U8SfXiQC0MTezavBHe8nde/QKajBis0rtlFG4D6CwqrP6HfgDnvL6ubW1tlIt8bDo87AyGhqsaIecusRUtduZDI6pvDOjxQmaQO5fXRB2N84tq/gTo2C6iN+7CMVZa9oyZ14wqEsgAGuA5Pr5wvRzbdBXKWNWq/xOpIIKGrBKaAp4NX1gS6XzBLVZ1R6GFu9FAxl9GHhdd99OQdNOqiIhf/LofqrEvK6VK1dSLXHa6vDnOTo6ZxkPNaNWaQlSEX6kQPhX2r5MIvdvzmGn3m4JFN40PJ7srV+k8CNWhIsreYKzi0F4f3EVgboEArDK/JLFH0dm/oFF3mWUJeQ+baVDmqAa8JHvFcFE8aHmfCjSVc1n6T86SIs7249f1mS4r5xQVPX4qlQTStuHRAnbba17AZ5wAAcJlI84QtL3r1AKyXgF2gaB8gnxnsNnuuj7582eQiC5f8WsT+L+zQ4X8wHsmQTqEuQAVhEJ+/Lv5wcsQp6X6z5ydCVHWaEcuYDROOmRiPMjrGXdQcMhOWltYemhN/N6XoTWG8l+VBUrBrGV3aPIvC3zuoBp+jZ1dWxaEPAvbOVYillkt+ThaDRx38HeO0emY4fGIxOzqmXdr6SK1H5dZU9ZwkmyvY5PES1oKuqhtGjRIicXz7Kqma14AqepNn8cYy4dwGgsWQlpNOCvrRaCa3iCqHc4/4czGUPuXz0g39KCEOlCuyK5OVv4V3460RLSPWZXC2tFndIU+tUXzO0EKnAyEIBVQgo+hkL0Ov7xXZy5X5adtOTHZBZjRPMIQGF8MtlOAeSGRR5Jjv/C5iw3avqzLdt0ePPGylSiTVnTtzVR0z2Z1525cJHv2y99/hebfd6rRAB6jOLM9cf7B6I3btv19c//4oYf/7HvESoVS9sHDVV99SLtRmS7lXRFbxF7keZwMzU3N9PISG1CspHIlOOmunUA5YBM3M3WpuQ21UgktHzvpatAEW4yQzjf5jM8nj8H1MLUj7oh4CPLNAo3fpZjzWyV/aW277GyOIaG6RTkQQDWGRCAVWKoid7ILsJ1OvUZy49CFhYZmyM/toWtJ3a0+RbSgJdURwslWADiu8qDhCmkLYW4gLPdG/4OuliTfZBF+Sc3b1blexNHt7NHN7Pp8r1HiVa2vnKc1NxaR0rrXXzIn1CzftsSmilnjNtJf4efpy1UfFVwqClIwVCwZgJwYmKSQ8CdrnMAW0LJgzKZbatSTqe3QX556QT8Ut1LEfWjvH9qDWbfTqRo7eCxAu4fi78JtH6Zc6TVV2ugcOhX1qJgFvNB1qPpEot4soaMNa0kUHcgB7BKsHvwN/yPM/rAmYXJC8pUqlGmlWWmoiTV5wrhNDc57cyQUVMAWaByOaWmopeEl9N6qiqlV+EGPF6bbKvsCS1sAklzjpPUjmxvo5PJ1hzxCkZfxTGaLsIpaGH3T061QgRgmAXncBE5gCJ+xAEUQRSZTJ4aAdlBlPPdihgQ8Zgr6b9/NLu7k4n0/UNng7mHf5c65CJzWA5ush3gyP4iUcH9hDbc9TIFtQUCsMJcq7Vxy8P6vbw3vkAui6iTEK4skpn7RemXlLmjlLBKrp23xyCjs5VQKuKCgZGTxbXAH/V5/F28gapLybZWW8AX6AiFym5ZY3psEaEnCVFJ8m5rSiaFy7YoYnBs6kS+Vqn5YzIhxKkKdun6tLW10oK22k0ijLDlHmD7dyo6xQdg7pWcvCfJi1rQwiEyXiCHx5KTDuq9YGuKvd9yBBhHHLJW78rUj8OD+d0/OYidhPtXF7Qlc/8KesGhwMlurzP3F2H8UwIIwAqz6THq4h/QFenL4kpl66MkIiVTqFgFZi2GQ6R8XojAQjhh9hw7L3bHXr2tmrMpFZXsACr5ek1PGYPWkhgJ7zFNKmfTO3F5wrzTl7FQTr4XJY/0hyeVIwqtErYwpyo45s59CoVCzqnWTE1OOqdSkByplnByoZTQ8HQdixypzI6V4dyI2GW3/CT3ZziSbP+SCxENyFOuD9i5TvCpYFKG7As8Odw/CyvNKQEEYIWx4vRi/ufy9GVxDbK5K3aWoyxJns7lMPAiayysXeSsYZGFq28kp6N1xniA3nnttbpK272e+2ZzUepTVFiIipiR0I84eCLgFjZpRxhK894RFoNOH7dYMhzoxh2U53CT/C8FIOIC1ppIZJxPpdcAyWLZxJ9Pazj5mYxGSquQrDbyXcUS5SV6ysGBpAqkRYD8pg4cVXm3A9lWMPatDuCvqSVUWPw5+a1ZZgM76xIaeJ8yoLCgwhgGPZf/cRoPSxl9vm4XziQQ+0S1oexfJRwXzOJROUn3YXc9uE51ZAcmjlS2ymr+qF/x4tfTL669lvZSBTk0HNs00n/0Fd5Dh6kUVDxO5286++Ij//XFK5e0e2+jElm1SkV391m9qoSuQSJykgPjteNGy2Ig/8pnKduobJeeHNJZQsziAEpBU6CAj9ne3k61JhaLUawC1p3kyDWHkp+LPJ38Gw6WNx+50lQix1Pej3zvclAwOF64GbCIP7hGc4/89kIuVnX5Hfuy3E9auMTKbOBtzO+Ji/MKCMAKcsMWLT3XX5VO9nPjEEzOmp0oDow4M9kWWv5xGwvClBgax/dWCBHKyxdlbW56ke2hl/O/X6IKYlrGptjirjfziUplHdGlvOn8OZ8tWQAKhtbbCjb/KoB/loiT0OJkqrmvPLV8rrMXERELI5NJkeTLs4UuXtxJtSTKP8RYdJLGRoepUsjnIycRgeMTyRZEUk3pqYPFT3SYfF+eMkSpfJeSEiCu7sGj+belaAKtX+qFBSGyeBssuD4EA8ltdjbOZKoyDYZsB0O8Be0gUHcgBFxBODy0hsWfM7dVfkQJFw1HYrPyLeToPZ7nCKy1iRTv2HGsXQDJR8qRCxhQNr2R5jGWafZQhfGk3EE5icuQDDUmw8XjGakLIW/hMXEdHbV1AGWySnt7W1WaT8v4rLbmZC6lCMF6CQuXW6wiIl4c375h5TT8zoVG37+6gYWXHfQUFn9yAOfL4tLLNhOvwPi+bAdBdhn50aB6wEmqIErTRenIm4g6NyEREYniInhS+RhO1XA0WYGY7bibw08mh4LtY2ME8iB5S0dHWLBkm1Sh6Nz7d+s3XrhW3UgVYrc2gwGr/Nh8wtbqtdu070cbVclSIjZN2wJll5NkR6XcvRMOn3a288i0bO+K3Wu+bIko1M4Q+mxG5OLOxVRLBoeGqX1hGw0NDVG1CKfqWqTiXw48JP3A76tc38ViqcCmKCPEqHcof1sXCRNPIGesLlgQJFfGvzjVs5uc61TuX7mbjRw4ZHEWE9YYbSNQd8ABrCC87R+P/8nRlNuj8OisHaiEb3K5h/IDaw0TcIE4E7kqq01Fr966T1esN9Viw4q3G5rKPS300KFn/JjKala9cbkaclMIUinSuYMLmjR5DXEIteOE5cpFq/U84P6BQVq8qIMSlbA3CiD5gS2pHMHUCMeGZWSicO7fRLy0mdCgsvABmR3wFU78ld+qP8vBYaEuFG5xKotPVhUHrt6sqjo/HZQGHMAKwkfKp6ePwOSIyu3RlPz4RARmzmMUR6XVzN7VvzlIRjhIicgUvr98yOcvuYBLO07OS+HbXsAy66V89ltUAUaPHIraCT1jJxcMBo3m5qasy6NpmN5AwH9Smcr0dDR67bVNZS+pbAU8zhvhlVRj0ouL5LGmZwXPdiWWLVtKtSTKFrufV8feI6UV6BSLtNaQg7T0RBFBcuo8Nfy1lluUIsU8TxfI/ZN2M2NTBOqAlgBpN61fZI/jzSIA5YAtUdZhZxKv72QHUKvycppB9YCAqBPk6Ev6jaUFXyzVJ9CfI5S3MEyKLXvN4nGOgkyNgYgQCck1n9x6Lswq6zVUIQH4zr/7MO9YZ35ZwaYQNTcFs97f5/PrUJbbJicmKxMf1VTxPMBikNFwEoaWsWDhLNXYUgk8WMR0jkowNTVBtSQ9UUQWVwkNiwBsrlELxHIFoAjXsTxtE5H7Vz/wdqabfO7WAX+OLqixCuWunrRecTCA17THCNQlEIB1gpTeyymQ+oGKKyiLZy4B2NxEKjxJNu+oUXSfBxHRMh0k28LLO6YrtvboK89fo8o+Qt2+u4cjH6oSwfmKBPh5gX6Ml4STZgLXEsmDG0/1E5w9lmrx4kU1F4BHB45SrRERKDlXcpJFViaKyHFCKEseVqXwm8lmzqUi4u7AgMo7Ckwcwghy/+qCliDZHtOF++fLPrNbok+VGPsmz33SWDlFT5BB9xGoSyAAq4Ts+MXNc5uM7VRVZghAQRYMO5h9oeAfm8HuQmK0tqZGQyIVwSIEs8285B3Unz/2mH7g7LNVWU2cz3r961eOH8medjd26BAN76mtIad04ohS5jFNczuDU6aNiFCYLQA7Ojqo1oyNj9Jc4jj8ZmoU38SJQpFKIvscv7e8VH4R7eMFQrsyLi5e+aJqUCQs/KwmFwVfSmU3E2TdqcRkm/ToxJMwaGusZ26jESA3EICVxKBD6bMSglEi3IrI5pIjsaaM/kzyUKmwCweyVxMubCZP/zDZvKCgmCcPUsUoLmB3+8k5lbwDvHKqmW7ls7ekr3vzFh3o3fObZcGW9oXBBUFfIhGzYr1HD42uelHvnZtV1kyZ/m3b2u1UDxDFe2WdOqSejkQo0nuEXKOpra1tU9vIyONlCVJLe/bzq9hPcywApSWEhICloKA1dGI7XrJkCdWSBH8f8em5j1k6/RNTPQMjqRnh0pIjUAEhKK5fs19ndXncInlgT/fnz1+W6MQocv/qgmY/Kd52Cu7/ZRvzZdnGpmOFC33c4PTFnCUAtbSInKZ/v/pqVaEAM6g0EIAVRNnUl/4pimvnzNSk4hANkZkaJpNBAjbl3KlLD7IBTAcpiOQzLQgnh5/PosvQTi7gLa+46YENdnTiDQcfvmlZ32OPrGbBsHB6bNTnCQSt8OKuwwsHBva95uaHtvmamn75/Rdt2D3jWTKKfhSV0U5BqUDcGwtQmcS9dMij1SFdBxuGCB75PUjYMD3lJhQMUi2ZmJyk2HRps4CrgRyISIsiEYDi9ItDLQd/pYaFAx4tM2DLEn+CFHWMTuaPH0emsb+pF8I52oXNRgRatoJCiTpV4rsU92/28/OmfM/VFym4f3UMBGAlYbs7fdaZluApvrR+OpX3l64YlKMzEYXeHOslu4B6YpKsSBS5gPmQ72GAI4ArZ0mrSbY89g0d+4vnvPf6S7bf+N9LDm/dmiugsk7+52tups6NG6+/5F+/fXtLV9eN93zps3utkfGWgSe3tbPqy6wCdqIi/G9x34vWhtb+sh3djZ0qsrvXelIp9RqqA8TFFnGRnnKzatVKqiXT8iOy6y9mmTlRZGwi+bt3QsOeE2kkcpLz4mSnF+v0bR4+epHP06hQKdj+oyrvPktuG0PxR13QHHDavxTcV0g0Klt4Vvqil9u4XLZDMSyyNJY+xPvDzxCoayAAK0g8Qtu9YZKflONzyI59oshQiUQOZSeb2TJCmq025xCAUvrPt1moyCuMVGJm5gJOWgm6+aH76K5f/Zz23nvvaZaLUrjY+Dgduv9+79Dunivb1669YM3mF/bvu/32Fr4+oKkStogOW367Qp0eje1E9WHViEBpShWFtAWdFjkUCgVpcrI2scQIO4DhphANDQ7SwjmYRVwICQE77rSlnfOZArBWyKi/QjnF0vevEiFDUB4i6rJV189GKoSDyfudtCVVYmqNPHc2ccl7nVvjE/QAgboGArCCSLPLW7bqX2lFr5TLnlRIpthk6alocjFI50s5c1izVFKm6Wgjk90t27KRC5gPyV2SCSpdC4j+2HeIbv7Nr+ie/76B7BIaBE8eO6r4tKBl2fIFp136XGIHkEb276dyYcduoTFlLqQKwKHXP1h11KRXfgsibEQEtrCTGuZTrQSgJ5VYOzY6UlcCUNw7+VxCXl1TsTcbcYP29+dvXC3b0kj9RNFPaeRgys20H97sVbbcv3iivOKPdHV7OHtbo55EhP4BzZ/rHwiGCmMpuosyUv98JSR3S6gnPusoW/Kncu2c5WiwDdNBXCHzWg+OT9EPbvo/euAH3y9J/GUyduggHbz/flp24UXUsnwZlQsfPHQpj6pI4caqTtVXy4kgbkjPEQ41NbMIrN1Gm2CFI4Ugw0O1bT2TC9F6PlM7RRth39yKP0GqfkcK5P7JQShy/+qDsN+dO+ykE2VJQpH1pZzWL+Gg5PFmvUmK1/4d4q8xgACsMFacfsF79+PWt9jjvhLmskrz4swZnJKsG03kjue1N5Pm0BEaMxTgYGSYvvnTH9KDP/ohxSKV2UdNsajo+fWvODxc+vMFFyykRc94BinDbNNKraQKYWt9N9URTvGDLBzeMIvA2o2EEwfQwyvh6OgwzTVSHNYa0HzKOjZrTjg0qJxZsLmQsO8o0kzqAimkCrpp/UI5wrO8ipRqvEvbojb+2QYDWQVoQmn6aFuEvkagIYAArDCLpmk/y7Dfpy+LOxcsoaZTjtAyzSm7QL8mtuONcABTQQrxx90P0GM/u4kqTXRkxDkVixSVrLjkUlr0zI1k+vzOF8jhlTVUIQxl1F0XfgkfLWwJkc9fo7EYdMIBHBqcWwfQ5BWyyafLrtatJJJzPDie/z5TyP2rC+S3E3IZVZLoU7aJMLK22EU6uZJBIcUe0lDflztx7I5YiP5nc45WWaD+QA5ghZGN/6Zt+t88k3Q1/1jPlOvEhhfLXBoS6yIaQ8sReWajWN4JqyaLbJ95snDnv6W6FpI9FCFtYzxcVvr1KN31/W/QxMAAzTWeQIAWrllLzUuX0rHt22n04IHjtymtN1Kl0PQn3hqO8bnad17Ow7Il7bSUN9iHqTaMjo7TyhVLaXSkrPaKZSE/ymY/1ZX4EyFw4GjhcGBrMHkCc4vb9UPaCQWzuH/yfU+5dHLlOUTsOX0qCxSc8Lb9pZimz1y9EaHfRgIOYBXgH0GMBdk3+Fdx/MfA633RTmAsS94fu4CsD7KHgmUcUFOAcPSVhZiO0+6n/+Tk7NUDS845lwILF9C+2383Q/wJWhnLqUJoxY40qf1Uh4SCtXMAo9GYhMNpaA5zAGVCRz2JP0Eqf4cjOF5sJJSLr0s6HWSbfCTuXz4nN92+TNw+6VMZbioo/hK8GN3liL/zVV3lG4PCwAGsEiMR+tqCEIW0QZ+Sy5IvIS6g5P9MFTF7UXIB5ceY/tFPsgAURzGXDd/ZSp7oNOm4BRcwk8H4KG395Q9orhHnr5vF38iBA3nEqD6dFm0I09HtZR9Nm1PUYwXsJ3kDOo/qjO4l3VQrBodGqH1BG41OTlEsNs3hMRc9NCqIFHw01eHe9sigKjj2DdQH4v4pl3v1phzToyStKB0WVqn+kbImman+nN5i8tU1RfglfTQxQd9B0UdjAgewSrxls4rGJuk7fPbxzOvFBWxuStrqbn7McrRmZYhFacWQr1Gr/PDDCNWcxKGDu2j0yCGaaxZw2FeZZkEn0hf0r6AKsGqVkoDPNqpDOjoq0u3GFU4OIJ8ikXGKjI9TrZH2N0ad7W1lX9I/dxFxUCwuxZ8IPE+Ogw1Zf1rCqVPTCZdPwsXe4ooV97P4+9cFE/QNiL/GBQ5gFeEfRt+PH9avNy36NEvtV6SvF2teRriJsBOHL19JfiI1CSSc8U1J02fpA5VtQeHr1JIOosULCGTw498/yqJrbgWgCL/2NWto969+WfC+3rg6h7/27VQBfMq4LUb6s1RnLO5cTLXExz+8qalhPtXW8pKfaaDO9rQ6lfuHwo7GQGfOmSxAKI8BYJZ7EKLomLbpN7zZfBAh38YHArDKvOY8tYNF4D9wBGgtX9yQeZtUVkkjTRF/jghMpPL+ZmX4TcdmhoHl5mgidzWY5BmZFRwPNR+Ympr7Draty5bT8N495GbiCOnK9AIU9nAYeHmIIrzh1FW3yPaO2jdkFvE3NVlbAegx6695nvQVHRrHDqKRcJX7Z2bP/asAcRahf+R9yHXKS3dcfbaCdzwPgACsASICb9qqn8967R28FHyIj6KOL8Tyo56dsCsCMJEq1U+Hf+W8mbEDEOfQ58ndR0zuWkzOyHxnfHSU5pqJgX4aeXp/3vsYHIfxNzeT8vrOXv+Kv/E+8vWvl9epmtnMYeDdvdavlVKvpTpi+bKlVEtifJQl4d+JyFjB+w4MJ39jbjAL5E4p/u9wnf0O5aDT0jknOZSG6FwX79NKJKcbuSGXoHH5pxoeeZ+yFvSNupsoJTO3vbzHaDIqsu+XP7+DT49ZJn2xfZQeR4uX+QUEYI0Qu/ymLfoLniaSfvvv4qtW5rqvOHeFmkfH7aRb6MmVyw7hN4PY9DRVBJd71cDChRRoOdHouPW0lcfPe4MhaursdM4bHpOCfF9vMBm3EQEovQET0ejSsUO9y+7r+do+53o5AJD8zzx/3uQF4sIzs99B+gFq0nUlAL38XkP8vidrGpLVFHPhwIr4G5sgV8hvtc2b7y8mxVY9oUrsT1oJxICdcjmGTNpg+Wtbr1N/yAxtDtdHXezCRvmzHeLttiWUnB/fFso+CSQLmVtojPciv9OKttoJ+p01RduQ5zc/gQCsIakf0edYCH7NG6YP8k/uxSzUpDqzaLkm7l4k5QLm6g0lV7NDKC1pKjD2e+4QI5NF8ex3KYZoQG7jW+SoNK+n0Lqo0xdqbyeD4+6hBQvJ5FVb8SpoeDzkCYXIk7JwlKw2GRnUraeddvy8j+8XWnRCuIXaO8jDAoafI+ZratK+1lafYVQm8M6vZulZCXoJv6s9qavk/Y3wk+f7LmXMxf5sN9g6cb+hTEncXkl1xOLFnbRv/9NUC3b17KeFrU00WgduMADFsKrD3UHEzsN0g/SblVMvXxbtJ21cFrck/xVRaM5a9bVNccOg3fxvH68lW0cn6YAUMRKY90AAzgEiBLds0Z8cDtOPWbxcxQLtYr76hambXQkIyRmcYAcwMplbAEqOoVQcN7oZKG1vmvK4AE64m/LzrNe8hpY+91JHAAbbFpDH52NVaWhlmsrb1CSXnadQXq/KWUKXm4K9+Zv0iZJ7kZohfeK1B/WJH6IzJU07T7hysU0fZ5XrhFxs2U+bNOzhnXXOP+KhLfz/a7K/Qk+PjuseqjMB2NHRXjMBGI/HqakpRJaFiYmgsTh/jXb2g/ngdaTvbZcbf00AuAQCcI5I5VJsS53olkf1El7qN7AieB6v/12saNr5Bx2wLVrIVnyMBUCEzzsFIbFUwUghWOOE+XQpuRAo9UyuEEZa9PHnU3A7Dp5+Oi3l0/HnlJM+oY2DGTqZr6fMfa0vQ7wFM26T68IZyjMt3tKPKbMbj7zEjvSbTP397gKNm/blumFtuzrU02vdz6vEC6iO6Fxcu0rgfU8fppeduZYOFsjDBKAR0Vr9ggAoAgjAOuGV56gj/I+cbpfLN2/Rbd4mCgzHWABaFBubpKJzMAJeZ6bs3QRog5UUb2ktKSLOkyHeMtOhMm8zUpfnQ8NMbRv3qDqrSO1or20lsNfnYfe87LoaAOqNqCbrQQKgCCAA65RXbT5eZl9yr6Uf36fbCDg8C1E/ml5Cdwb662su8JIlS6iWxNk+Hxo+TNWkf5SP5IaoKpy5lA9WXPr5fNBIe/qp7pCZwuEKxSQk/UXy3ax5UJsqfV0lZacklHpYxcw7CYAigAA8xYhMJccBFaoyrjWy85Mcl1KmJchEg7Eaj7Ny2i3kqa6T1yRzVt22uygGaTvSUkJ8eaNSsZ4+vZWXzRdTndAcDpNpmjXLyxMHcOpo4TYw5ZBu3l4NdBEGrmx70Tos/2qSfU8FBaAYuvOhoXU5TZq1bf/+0DJjPwFQBBCApxjSgmFwLCW4PEk3oR5GVEmenwiqUl6L9EicqvFCF/TlF4DOa4q7n/lcDJ4SBaBgkXWrqY0XkKqPvNC2BW3U1tZGg4ODVAvEATx6tA5tMQBKRGnaHzWNz21W6NEHigOzgE9RbDspmhyXCuHRUwdtPs7hoh6qE1qam51TrbB5wzdUFWxZAOaGKTL0DRs70acPFA8E4CnOdDzZ8DaBY8dTgrhJ2zXZj1GdEAoFnVOtiLAFHouixRmYH2itPj111PgCAVACEIDA6TQyGUvmrVXsOVNj7ERgpk/Su1DXVxFqyTTq+xCnQBFtpTqhuaWZmmvoAEanY9TaEqahGoWc5xI4+/MaTVrdPW3SNzZuhPsHSgMCEDiIOJssY1qaCCKnOXVqhNbQONHIRLLoJH2SqkS5Xk5yWRLU5TFlC0+dXOxqKcpiBcSsiF+7TiON0bhxo/xDdYAUgdRSAE5HpykQ9NPYaGPOsh93+a051bEVmn4I6o5eW6t/4P3mVXxAV3KXCAAgAMFxZLZwKaJFHjOZGj/kiLoCzoMsTuIIyv1FCE5MpRzIEgWcPG58KlkJLIuevI9qi8G0o5kLya+069Ql3LhcDZGix6kOCMl4vRqGgNM0qgM4OunO2ZMDlMk6i3TL70F+mwmkYJaOpjv4k/yAN0r/sW6pOkYAlAGqgMEMRNgEXQ5fF5E1NZ18TKliRx4nE07MMkSbPMwRnamQsyBjPWQUnsxKlqpZT6rC2KjQXDxZxIZ5MW4NJf+GPK+8DsmlFDE7Vee9hi1t32Bq45x6qAZeufI0qjWRSHVbwVSL4UiyAn1Znv7Z8pt6+mjtWyPNeA120tmXk/y+5XeR/nnHQwSKRJM6orX9zbXd5rUEQIWAAAQzkB22CDFVQCjJIiNu31Qd9hkTHDFmnXBLRASKAJTWLWlhWK4YlM9KHBl5zvTnFbcaJPfKqQamHj6zgeaY1tYWqjVDQ43pAMo218/R6xCLwLbwyduwpB5II+rhGmeFyT5D9gnSkFkOjuzUab7k/M41fEB53QLD+A4BUEEgAMEMbBcCUHb0kcnCod56wgk72TMbxkrjVcchNJMCUYRhsaIw7XI0Gr4oPZEI2FuUUnMuALu7uqhWJFidBwI+Gh1pzBxAQbbhXUeSPTwXsXb2yl481XdSelzHq1zRL/sHp8jLPpHrWu2/earz9BDd/uzz1CQBUEEgAMEM7NSRfK7k0HTYt5HEXy4s+4SDabLwM/nXEPImF1RVoVBxvbJqlYr2HNa3k6nfRXNMe0ftJtONjo1Ta1s3DQ1WaVZbjRBjTbbdAzXKAssUfBYcPgDmBRCAYAaO8MkjfqRwY7rO89tKQQpJrHgySV0cweZg0hWcz0IwuoR+Feijg/x9L6c5pKO9nWrF5FSUQsEA/ztB8XicvN46m4lYJ9gpsZdI5/ChpQwA8w5UAYMZiN7JtVHIkX9sHoq/2chiJ1XF82G+aD5kNjCHgH9Pc0xHR+0EoDiAAb+fIuPjFImgfdpsRPhNx5IVxOL0x2IQfwDMVyAAwQzMHPN406HfYiI+IialQMLHJovfm5r12yCOmix6o1XIc0yH0tIFKnKay3Yx2kj8kL+SOe8ltnTpEqoFkgPo4Y18Ohp1TiCJCL8o/77HJ5L/WhbCuwDMdxACBjMwcxwSJIpM9JYE9XTFrYg+CaXa6YbN9olq2XovoJC+gs2B3J+LWyRsnn6/6TxLwYm4q+TnJCFnvye7AK8U+/Zpspr4b8r3QLZSlmFq0gmaY2G+oK2NjhzpPXFFJdRHnvh9ZCLiuIDU3U2nOuk+nhacPgBOKSAAwXFEqAVydIWbdtnYWESf9BH0erI/vy91fbrVYLpfmFKl59uJcFoQTvYai1sZ/ccqoCEk5D3N7ynksjdimrTTJ4n60wkXDbZT4polyfHPyalOTjmynjJEYc9Aci6fEpU3TdJ1eRmfzuDTc7TS1/C/4fR90685YSt+HTr5d1WySMbrqZ6D+8UvXE8Tk8kix+an99LCbeX3qT5w5rNpqPvkHoOhgJdew+9vYQ1zD+sVOagTx69ep9YAAKoHBCA4ji/H1pAe81YIEXChYHFixUj15xOhY5YhLkR4yonNuuPNZ+Xf6Yy+ZKUSjRcvAB3hFy8thOz0WJRcy3hScJnGCTEo31EJbuQaPl3KpxVWwF6vLLVMKxGASspvZzybPHdYPkT2BzNdX3kfjpDVSWEofejk9VSKxYsXHz/fxO+xq/cAlYvJYeXw8pUEspMO+0L8AXBqAgEIHJyeeDkKIqMuJn2I+BPhUI5TVQlEQzqvIfU60lNNHGfQShZ2xIsMPSdSjzVNd/d1KqUrVECSnpSSKSTZwKLFra6fglSC2mzD+Aalfu/apdB2Jqic5Ahr57OTJuAT02Lb6qRITTm4Tti/zOppbZZfmZvw+sjyzPmQk+Nk9s7LbKEyOxUgfUB0/FQlx9VO5fRC/AFw6gIBCBzSDtNsLJfunyz8njremtIOoRSjOFW+0eKqG2XhLiQA7dRM4mr3SCw2tH2gmx5f0U+P8cOeTRVABF5TyiXUqbzO9HuWMXhJsaP4gEJT0Fu8GEwEy58VZhumc5pr0n3zElZxvfPSeaHp31Wl80LlN52Ygyr3XPsZAEDtgQAEDpL7l22hlhw4NwJQHt8IFb4qlcvWxhojEk2FWl0g4dB8fpIIoEgNxF8pbFYqsadff5qVx9f5YkW7Lqc/z3TOZzB1vdbJEPJYVDmCJzOfUB7jN3OLGl3PRxIuiPP7npgqr5LWEdZpkTaddOdFOFWibaE89/Q0VRXHzUyJWMM8MYox7RIDAOYeCEBwPMcsG3EXAsmZsdtgW5K8ZgkPRyvU13CizqejGJN0RyKob1Ok3kg1IL3QtwaTCiiRHhumky7YuAgbdgmVoZ28xkDG9mMFg9TIWFVw1+RALJFIfn7yeakyHMFElVq8pF1LZ3+SmqZjVti5BABUDgjAUxwx7YI5rK2E5U7UBBp0mEK6TY2b9he5FjKnP2Ks/htkr1qlRnoG9L+ygnglZVT91gpP1kpm7QgaycscmXRqlPn7kPhxBXIAfQGK+wI0n3CKg1LNmQOB5EFbseH1tLNYLk7D+JTYMzOq1QEAjQN+sqc4Zo7cPSdM5ELUmA3o/mXitvI41+KWLohoBNZ0qh6l1a+pjnBaD3klJK+plU++lJBIBMp0AfmJdaN0HS8SRwhGS5tUI8ZfuYUfjnselHY6/G8gGZ6G+AOg8YADeIojRRHZ3K2E5W6B8Ve4HUitcVNQYeTJW0r2zCNXyMfsSzXITguddFVoLNWuptyWNYWIa7reo+hMPruR6hAJbzaxCzh59iZS0zFHsBQKVxq2RZ6JmWPdEqEwNTV7aZLmJ2kRKB+Qr4hCG11mf8yAv7i/BwCoXyAAT2GUyt37L265EyK+Bt6CtHYX/vXm6Y/o1oURkSyh9sCsxdMRz6lxeelJKY4gzBgVV0l6u+nxJf36/0xSn6I6RVzZ6Lp1VC4B+exGaV4znXKf/S473rgR1LmQSIEcwED7ATA/gHF/CpNr7Fh67q+bxzdykreEbgutheL+BXOkpEmI3HIpktuakgIwn3OSngAiFdUtHGJbGCbqaCFa0JRsRJ1uAl2O+yIVwfHFxuf4O36KQMOjU3mB8QoXncxGtrsAxB8A8woIwFOUfO5fzOXUD1+DFn8I4rZNl9Hf0O3jxeGTnnmlpqMZqTYr0mS7JZQ8hcusbdioVIy/wG9oRREC8wIpDHHj2KcbTheLabprhA4AaBwQAj5FEfcup7BxUfyRnlXbqEy77G8ozpuRoz+iG6Hc5K9c3zN5HemeauXimaLvJvx6Iz/pW6nO6LcVTVRgkPP8qgHOj6QKiBMYKlA7U+rM7QZvzQgAyAJ+1qcoXk/2hcBt3pm3wds+iAAsJDHS/cyyIeKvYHGCqt8KaWkLs7tPf4vfxV9S/h7XNWexoSsimiWP9SCdOsgBjbiA+X6X6QbNxaaWztOCagBOaSAAT0E8Zp65vzEXwsZwn3Rej7itcM6V8+S0fnHhkgbrfDrK2i71wO5e68usCt6n6mRfcORIL917790Un45mvb0YY7CtfRE953kvpnrCTB04OX3zMty4dIPstIgrtVBDikKkUjeXy5du1lxszqC8PkSAAZhfQACeauTJ/bNsdwtDo1f+uhFvEmb153ifUZf9Ef0N8DnFlfFd1qnP5U+mInOCy2V8fJxu+vGttHPnLiqXCy66dM4FYFpweVJNk51xaMbJBxZpcSUHZtKoOeoyp282idTs4XzpGaXk8ukqtiYCAMwNEICnGLncP6fxs4uGxo4wauDiDwkLuslxDOTob+j68d7GyJva0KW27e7VH2ZF8rt6cAGHh0doeGQk5+2G10vNS7rJk5ryYbLd5W9qpsmRoeQd0mXZrLaMri46FBmnjmCIAjWsYJA/JQ2S01MyisEZoZfaduRgbCpa3ONFNIqAzCcA01M7ihGY8lq8ZY6gAwDUF/g5n2I4i1KWb9126f55zMYu/pD36KZ1Sy73Th7vJkeykSqkD3XRPYrUg1QHJCyLrEIfMB+sBDvaadXzn09Lz38OeZvDmTcdz+3c07OTvvyfX6Kb/nAHPXTkII1OF6mmSsSbOsgqR3Omq+xLabosBUqFQsjF5qZatvuG5wCAxgAO4ClGrgRxCWu62cFLflGjInlMky5czoAn++JdTH9EbwOJZOkNuOOIfj+7uzdQnU4ISdO8ZCktXH06hyQ1PfG/N1KMQ8b56H/iCXr457dSsL2dlp13Pr3w+S+gi846m7qbW6gRECfRiCUrfN0i22k8nmzanAtvKtRsuRR1TtPzWGOPfQQAzAQ/51OMbGaC24kWXrOxGz/HXVTu5utv6LiHbh7fgL8qmRCyvE//N7+Bz9IcEmFBN55F1ClW5O1nnEHhrm4a3LWbxg4VV987NThIu3/zazq28yl66vkvpNe94tW0pr2DGgERcuLqFROyFRPVa+cO2aYr3K0i5lg7U2o0KoIBmC8gBAycsWOFFhcRNo1c+SsL15SLxU7EW64cSTfFHzLjtxE/J3EB13Sbn+NQ8B00h2zfsZOdpplflDcYpDNe+jLyhkK0f8sdRYu/TIb376ct3/4mXXf9J+mnjz/shJzrHdFbxW5T4u7FC7w1XwnbacxFlwAAQGMAAXiK47h/LqtiGymsOZu4iwVRcMbjZXE44i5bx/g8je2QsFD+Kum5a5934MCBGZfF+Vt+6aU0tKeH+h59lCrFgQcfpJ9+42v0p6P9/N3Wvwj0FDmJQzRaosD2KttpsYVK8pw2BCAA8wIIwFMcETVxlz3xGrnx85QL5yI97zQbk9OFFz5nbnAD50gKh7roFlurf6M54o9/fGLG5dUvuoLGDh6io9u28fdXOeVhx+PU+8fH6T8+dx3dseNJqnfkt1ds/p2TslBA2/qLLDKx7MLCEgDQGEAAnuK4zYtr5FFQsmi5ce9yVf6K8HPVH7GB2+OkkVCwd5p+wGdrropGR0dpcHDo+OWmri6nyGNod/k9AXNx+JFH6LbbfknDE/U/FrmU7StR4PdtllDVH4cABGBegCKQUxgRRm574jVqWNNt5a4sggFv7se7GRsXnAcCUJAxcXv69Pv5PX+d3/npVCN69uyhFc99Lh9wKDpwzz000dfnnKqJFYvREz/9Cf3ygovoqmdfSCFfaQmcme6wUcV0iaZgssK3GHK1fkpj8HNOTlFRyO6g1HZQFY0kqFRj7XlQmNLIERbQmEAAnsK4ccWcebYNnPvn1v3z5sixkoV92uXjG7k/4mymjtEffO321w2lPkM1Yu+efXT4gQeoc+NZ1H3uudTL7pyuUX7evb/+JT37jPW0btFiKhapjh2fOHHZ4G1mUTNVBR0uHNbNxJn9a2av/s8kEaaiMIzSBYuvgkJH3l8okBy72OigyTaoNRCApyjOPFwXToLkCDVy7y+3/Q1DvuwugozkctP4OeSfHy5Emo0blZTiXr+7176c39cLqcrpIgn+kJ/Y9qTjyPU++jCLwI1O/l/Pr39FteDAY4/Sr+++k9Zd9edULFJBnzlFRzaDhnODG9S9ls8avQkBKA38dE4xjg+Dt5JH8L4CosUZaVUDZ8soI4zj5Cjmeo268ExeT4HWLYUebxrFJ9OXg1lLoWmoLyjSKzkUvo6qyMjICB07duz45WM7d1LT4i7nNNFf3TCwEOW/v29vD8mxAowYAMCpAATgKYbkEMlpPiEtajpzDHboLHPgQ2djDIyoGmsXq9/u7tfvZSX9y2rOCj5y5AgdOdx7/LJU6e77/e10+oteRAfuGaVEsUlqJbDnD3+gbX/1Vjqrs4sAAGC+g4NdAEBeDnXSHQapX1MV6e8foP6BgZOun2Znru20VVQLZFrIUIHRcgAAMF+AAAQA5EVaw8Q0vZej6bdQlejZs5cmJydPun788GHyt9TOhp1ogHYwAABQCSAAAQAFObNb7be1uo7PumiqUzwHDh5MJlHOOkWOHiVfU1PW26pxmozAAQQAnBogBxAA4Ip13WrrriP6/YbS15GiNqoga9/zfnrb+//eafw8lVEMIpgsAM973euo2kgrv9OWn0YAAHAqUFcC8Os/05QIEACgRL7y2+oOavVM0w8Sfr3BUOo9VEG8C9udf32tbeRbtpzmikWGprCtWd/Oo54+YF5Q7d82qA5+m+htV9bn/qS+HEBFHfz/ZQQqwmSCVgbnQZBfppVMIVmhIAmLFvA/m6iK/Ho3UZtp3Lhupb7CNGgtUWWUUiBB1FzB9U2eytKFJ7ichKkoYWrIvzrBmT1cm17gdU0kRuv5H9gjjYkkFvdQHVJXAtAK0BqPTe8jUBGi09RkJegoNTjRKbJGDYoRyAsvli0eTR+hKhNhsfbkAXUo4HX2HxXZhyxipbaAKocIv1JG1kb5tEtyAWPkNYwTOdIqmS9tpq/Rms9pZ3qDizbjVSD9V+fwwEixTtbKpca2k98Jf46JYnR5PEHKtuiUs75kgBFlfE6JBL2Zf9vV74UEKo6l6AD/U/X9MgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAgPnL/wcwByjUIwGrHwAAAABJRU5ErkJggg==);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 224px;
  margin-bottom: 16px
}

body .ant-empty.empty-img-emotion .ant-empty-image>*,
body .ant-table .ant-empty-normal .ant-empty-image>* {
  display: none
}

.ant-form-item .ant-mentions,
.ant-form-item textarea.ant-input {
  height: auto
}

.ant-form-item .ant-upload {
  background: transparent
}

.ant-form-item .ant-upload.ant-upload-drag {
  background: #fafafa
}

.ant-form-item input[type=checkbox],
.ant-form-item input[type=radio] {
  height: 14px;
  width: 14px
}

.ant-form-item .ant-checkbox-inline,
.ant-form-item .ant-radio-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: middle
}

.ant-form-item .ant-checkbox-inline:first-child,
.ant-form-item .ant-radio-inline:first-child {
  margin-left: 0
}

.ant-form-item .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical {
  display: block
}

.ant-form-item .ant-checkbox-vertical+.ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical+.ant-radio-vertical {
  margin-left: 0
}

.ant-form-item .ant-input-number+.ant-form-text {
  margin-left: 8px
}

.ant-form-item .ant-input-number-handler-wrap {
  z-index: 2
}

.ant-form-item .ant-cascader-picker,
.ant-form-item .ant-select {
  width: 100%
}

.ant-form-item .ant-input-group .ant-cascader-picker,
.ant-form-item .ant-input-group .ant-select {
  width: auto
}

.ant-form-inline {
  display: flex;
  flex-wrap: wrap
}

.ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-bottom: 0;
  margin-right: 16px
}

.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px
}

.ant-form-inline .ant-form-item>.ant-form-item-control,
.ant-form-inline .ant-form-item>.ant-form-item-label {
  display: inline-block;
  vertical-align: top
}

.ant-form-inline .ant-form-item>.ant-form-item-label {
  flex: none
}

.ant-form-inline .ant-form-item .ant-form-item-has-feedback,
.ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block
}

.ant-form-horizontal .ant-form-item-label {
  flex-grow: 0
}

.ant-form-horizontal .ant-form-item-control {
  flex: 1 1
}

.ant-form-vertical .ant-form-item {
  flex-direction: column
}

.ant-form-vertical .ant-form-item-label>label {
  height: auto
}

.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label,
.ant-form-vertical .ant-form-item-label {
  line-height: 1.5715;
  padding: 0 0 8px;
  text-align: left;
  white-space: normal
}

.ant-col-24.ant-form-item-label>label,
.ant-col-xl-24.ant-form-item-label>label,
.ant-form-vertical .ant-form-item-label>label {
  margin: 0
}

.ant-col-24.ant-form-item-label>label:after,
.ant-col-xl-24.ant-form-item-label>label:after,
.ant-form-vertical .ant-form-item-label>label:after {
  display: none
}

.ant-form-rtl.ant-col-24.ant-form-item-label,
.ant-form-rtl.ant-col-xl-24.ant-form-item-label,
.ant-form-rtl.ant-form-vertical .ant-form-item-label {
  text-align: right
}

@media (max-width:575px) {
  .ant-form-item .ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-form-item .ant-form-item-label>label {
    margin: 0
  }

  .ant-form-item .ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right
  }

  .ant-form .ant-form-item {
    flex-wrap: wrap
  }

  .ant-form .ant-form-item .ant-form-item-control,
  .ant-form .ant-form-item .ant-form-item-label {
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-xs-24.ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-xs-24.ant-form-item-label>label {
    margin: 0
  }

  .ant-col-xs-24.ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-col-xs-24.ant-form-item-label {
    text-align: right
  }
}

@media (max-width:767px) {
  .ant-col-sm-24.ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-sm-24.ant-form-item-label>label {
    margin: 0
  }

  .ant-col-sm-24.ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-col-sm-24.ant-form-item-label {
    text-align: right
  }
}

@media (max-width:991px) {
  .ant-col-md-24.ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-md-24.ant-form-item-label>label {
    margin: 0
  }

  .ant-col-md-24.ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-col-md-24.ant-form-item-label {
    text-align: right
  }
}

@media (max-width:1199px) {
  .ant-col-lg-24.ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-lg-24.ant-form-item-label>label {
    margin: 0
  }

  .ant-col-lg-24.ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-col-lg-24.ant-form-item-label {
    text-align: right
  }
}

@media (max-width:1599px) {
  .ant-col-xl-24.ant-form-item-label {
    line-height: 1.5715;
    padding: 0 0 8px;
    text-align: left;
    white-space: normal
  }

  .ant-col-xl-24.ant-form-item-label>label {
    margin: 0
  }

  .ant-col-xl-24.ant-form-item-label>label:after {
    display: none
  }

  .ant-form-rtl.ant-col-xl-24.ant-form-item-label {
    text-align: right
  }
}

.ant-form-item-has-feedback .ant-input {
  padding-right: 24px
}

.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px
}

.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px
}

.ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px
}

.ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
.ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-clear,
.ant-form-item-has-feedback>.ant-select .ant-select-arrow,
.ant-form-item-has-feedback>.ant-select .ant-select-clear {
  right: 32px
}

.ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
.ant-form-item-has-feedback>.ant-select .ant-select-selection-selected-value {
  padding-right: 42px
}

.ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 19px
}

.ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: 32px
}

.ant-form-item-has-feedback .ant-picker,
.ant-form-item-has-feedback .ant-picker-large {
  padding-right: 29.2px
}

.ant-form-item-has-feedback .ant-picker-small {
  padding-right: 25.2px
}

.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  visibility: visible;
  width: 32px;
  z-index: 1
}

.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon svg {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0
}

.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
  animation-name: diffZoomIn1 !important;
  color: #52c41a
}

.ant-form-item-has-warning .ant-form-item-explain,
.ant-form-item-has-warning .ant-form-item-split {
  color: #faad14
}

.ant-form-item-has-warning .ant-input,
.ant-form-item-has-warning .ant-input-affix-wrapper,
.ant-form-item-has-warning .ant-input-affix-wrapper:hover,
.ant-form-item-has-warning .ant-input:hover {
  border-color: #faad14
}

.ant-form-item-has-warning .ant-input-affix-wrapper-focused,
.ant-form-item-has-warning .ant-input-affix-wrapper:focus,
.ant-form-item-has-warning .ant-input-focused,
.ant-form-item-has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled),
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {
  background-color: #fff
}

.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {
  box-shadow: none !important
}

.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.ant-form-item-has-warning .ant-input-prefix {
  color: #faad14
}

.ant-form-item-has-warning .ant-input-group-addon {
  border-color: #faad14;
  color: #faad14
}

.ant-form-item-has-warning .has-feedback {
  color: #faad14
}

.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
  animation-name: diffZoomIn3 !important;
  color: #faad14
}

.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {
  border-color: #faad14 !important
}

.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector,
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.ant-form-item-has-warning .ant-input-number,
.ant-form-item-has-warning .ant-picker {
  border-color: #faad14
}

.ant-form-item-has-warning .ant-input-number-focused,
.ant-form-item-has-warning .ant-input-number:focus,
.ant-form-item-has-warning .ant-picker-focused,
.ant-form-item-has-warning .ant-picker:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
  border-color: #faad14
}

.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, .2);
  outline: 0
}

.ant-form-item-has-error .ant-form-item-explain,
.ant-form-item-has-error .ant-form-item-split {
  color: #ff4050
}

.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-input-affix-wrapper,
.ant-form-item-has-error .ant-input-affix-wrapper:hover,
.ant-form-item-has-error .ant-input:hover {
  border-color: #ff4050
}

.ant-form-item-has-error .ant-input-affix-wrapper-focused,
.ant-form-item-has-error .ant-input-affix-wrapper:focus,
.ant-form-item-has-error .ant-input-focused,
.ant-form-item-has-error .ant-input:focus {
  border-color: #ff6970;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 64, 80, .2);
  outline: 0
}

.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled),
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {
  background-color: #fff
}

.ant-form-item-has-error .ant-input-affix-wrapper input:focus {
  box-shadow: none !important
}

.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff6970;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 64, 80, .2);
  outline: 0
}

.ant-form-item-has-error .ant-input-prefix {
  color: #ff4050
}

.ant-form-item-has-error .ant-input-group-addon {
  border-color: #ff4050;
  color: #ff4050
}

.ant-form-item-has-error .has-feedback {
  color: #ff4050
}

.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
  animation-name: diffZoomIn2 !important;
  color: #ff4050
}

.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {
  border-color: #ff4050 !important
}

.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector,
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector {
  border-color: #ff6970;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 64, 80, .2);
  outline: 0
}

.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: 0
}

.ant-form-item-has-error .ant-input-number,
.ant-form-item-has-error .ant-picker,
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #ff4050
}

.ant-form-item-has-error .ant-input-number-focused,
.ant-form-item-has-error .ant-input-number:focus,
.ant-form-item-has-error .ant-picker-focused,
.ant-form-item-has-error .ant-picker:focus {
  border-color: #ff6970;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 64, 80, .2);
  outline: 0
}

.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover,
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
  border-color: #ff4050
}

.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus,
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor {
  border-color: #ff6970;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(255, 64, 80, .2);
  outline: 0
}

.ant-form-item-has-error .ant-transfer-list {
  border-color: #ff4050
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #dcdde0
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-form-item-has-error-leave .ant-form-item-explain {
  color: #ff4050
}

.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
  color: #1966ff;
  display: inline-block
}

.ant-form {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-form legend {
  border: 0;
  border-bottom: 1px solid #dcdde0;
  color: rgba(0, 0, 0, .45);
  display: block;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%
}

.ant-form label {
  font-size: 14px
}

.ant-form input[type=search] {
  box-sizing: border-box
}

.ant-form input[type=checkbox],
.ant-form input[type=radio] {
  line-height: normal
}

.ant-form input[type=file] {
  display: block
}

.ant-form input[type=range] {
  display: block;
  width: 100%
}

.ant-form select[multiple],
.ant-form select[size] {
  height: auto
}

.ant-form input[type=checkbox]:focus,
.ant-form input[type=file]:focus,
.ant-form input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.ant-form output {
  color: #55585c;
  display: block;
  font-size: 14px;
  line-height: 1.5715;
  padding-top: 15px
}

.ant-form .ant-form-text {
  display: inline-block;
  padding-right: 8px
}

.ant-form-small .ant-form-item-label>label {
  height: 24px
}

.ant-form-small .ant-form-item-control-input {
  min-height: 24px
}

.ant-form-large .ant-form-item-label>label {
  height: 40px
}

.ant-form-large .ant-form-item-control-input {
  min-height: 40px
}

.ant-form-item {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  vertical-align: top
}

.ant-form-item-with-help {
  margin-bottom: 0
}

.ant-form-item-hidden {
  display: none
}

.ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap
}

.ant-form-item-label-left {
  text-align: left
}

.ant-form-item-label>label {
  align-items: center;
  color: rgba(0, 0, 0, .85);
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  position: relative
}

.ant-form-item-label>label>.anticon {
  font-size: 14px;
  vertical-align: top
}

.ant-form-item-label>label.ant-form-item-required:before {
  color: #ff4d4f;
  content: "*";
  display: inline-block;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-right: 4px
}

.ant-form-hide-required-mark .ant-form-item-label>label.ant-form-item-required:before {
  display: none
}

.ant-form-item-label>label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px
}

.ant-form-item-label>label.ant-form-item-no-colon:after {
  content: " "
}

.ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.ant-form-item-control:first-child:not([class^=ant-col-]):not([class*=" ant-col-"]) {
  width: 100%
}

.ant-form-item-control-input {
  align-items: center;
  display: flex;
  min-height: 32px;
  position: relative
}

.ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%
}

.ant-form-item-explain,
.ant-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 1.5715;
  min-height: 24px;
  padding-top: 0;
  transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.show-help-appear,
.show-help-enter,
.show-help-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.show-help-appear.show-help-appear-active,
.show-help-enter.show-help-enter-active {
  animation-name: antShowHelpIn;
  animation-play-state: running
}

.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none
}

.show-help-appear,
.show-help-enter {
  opacity: 0
}

.show-help-appear,
.show-help-enter,
.show-help-leave {
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

@keyframes antShowHelpIn {
  0% {
    opacity: 0;
    transform: translateY(-5px)
  }

  to {
    opacity: 1;
    transform: translateY(0)
  }
}

@keyframes antShowHelpOut {
  to {
    opacity: 0;
    transform: translateY(-5px)
  }
}

.ant-form-rtl {
  direction: rtl
}

.ant-form-rtl .ant-form-item-label {
  text-align: left
}

.ant-form-rtl .ant-form-item-label>label.ant-form-item-required:before {
  margin-left: 4px;
  margin-right: 0
}

.ant-form-rtl .ant-form-item-label>label:after {
  margin: 0 2px 0 8px
}

.ant-col-rtl .ant-form-item-control:first-child {
  width: 100%
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-left: 24px;
  padding-right: 11px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-left: 18px;
  padding-right: 11px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  left: 28px;
  right: auto
}

.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px
}

.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-clear,
.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-arrow,
.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-clear {
  left: 32px;
  right: auto
}

.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon)>.ant-select .ant-select-selection-selected-value,
.ant-form-rtl .ant-form-item-has-feedback>.ant-select .ant-select-selection-selected-value {
  padding-left: 42px;
  padding-right: 0
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-left: 19px;
  margin-right: 0
}

.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  left: 32px;
  right: auto
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker,
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-left: 29.2px;
  padding-right: 11px
}

.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-left: 25.2px;
  padding-right: 7px
}

.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  left: 0;
  right: auto
}

.ant-form-rtl.ant-form-inline .ant-form-item {
  margin-left: 16px;
  margin-right: 0
}

body .ant-form-item-label>label {
  color: #55585c;
  padding-right: 6px
}

body .ant-form-item-label>label:after {
  content: ""
}

body .ant-form-item-with-help {
  margin-bottom: 24px
}

body .ant-form-item-explain,
body .ant-form-item-extra {
  color: #85878a
}

body .ant-form-horizontal .ant-form-item-label {
  min-width: 10%
}

.ant-sp-img-default.img-default-wrapper {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F5F5F7' d='M0 0h100v100H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 33.5a3.5 3.5 0 0 1 3.5-3.5h33a3.5 3.5 0 0 1 3.5 3.5v33a3.5 3.5 0 0 1-3.5 3.5h-33a3.5 3.5 0 0 1-3.5-3.5v-33zm3 24.375v7.047l9.973-9.55-3.32-3.319L33 57.875zm12.14-4.578-4.357-4.358a1.5 1.5 0 0 0-2.049-.068L33 53.89V33.5a.5.5 0 0 1 .5-.5h33a.5.5 0 0 1 .5.5v17.62l-8.77-8.372a1.5 1.5 0 0 0-2.073.002L45.141 53.297zM67 55.267l-9.804-9.359L35.167 67H66.5a.5.5 0 0 0 .5-.5V55.267z' fill='%23D5D6DB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5 42.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a5 5 0 1 0 0-10 5 5 0 0 0 0 10z' fill='%23D5D6DB'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.ant-sp-img-default.img-default-wrapper.img-success-mask:before {
  background-color: rgba(0, 0, 0, .04);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

body .ant-sp-img-preview.img-preview-wrap {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: flex;
  left: 0;
  outline: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-fade-leave {
  opacity: 0;
  transition: opacity .3s
}

body .ant-sp-img-preview.img-preview-wrap:hover .img-preview-fade-leave {
  opacity: 1
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper {
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .img-content:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .img-content img {
  cursor: grab;
  max-height: 80vh;
  max-width: 100vw;
  transition: all .2s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .switch-btn {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  cursor: pointer;
  font-size: 22px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  top: 50%;
  transition: all .2s ease-in-out;
  width: 48px
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .switch-btn:hover {
  color: #1966ff
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .switch-btn.left {
  left: 24px;
  transform: rotate(180deg)
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-body .img-wrapper .switch-btn.right {
  right: 24px
}

body .ant-sp-img-preview.img-preview-wrap .img-preview {
  margin: auto
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 0
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-content {
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
  height: 100%
}

body .ant-sp-img-preview.img-preview-wrap .img-operator {
  background: hsla(0, 0%, 100%, .95);
  border-radius: 3px;
  bottom: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .1);
  display: flex;
  font-size: 20px;
  justify-content: space-between;
  left: 50%;
  margin-left: -128px;
  padding: 18px 34px;
  position: absolute;
  width: 256px
}

body .ant-sp-img-preview.img-preview-wrap .img-operator.show-part {
  margin-left: -100px;
  width: 200px
}

body .ant-sp-img-preview.img-preview-wrap .img-operator a {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: inline-block;
  display: flex;
  height: 20px;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 20px
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-close {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .12);
  color: #000;
  cursor: pointer;
  font-size: 22px;
  height: 48px;
  outline: none;
  position: absolute;
  right: 28px;
  top: 28px;
  transition: all .3s;
  width: 48px;
  z-index: 10
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-close:hover {
  color: #1966ff
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-header {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 5px 5px 0 0;
  color: #666;
  padding: 13px 20px 14px
}

body .ant-sp-img-preview.img-preview-wrap .img-preview-footer {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
  text-align: right
}

body .img-preview-mask {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010
}

body .img-preview-mask.img-preview-mask-hidden {
  display: none
}

.ant-upload {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0
}

.ant-upload p {
  margin: 0
}

.ant-upload-btn {
  display: block;
  outline: none;
  width: 100%
}

.ant-upload input[type=file] {
  cursor: pointer
}

.ant-upload.ant-upload-select {
  display: inline-block
}

.ant-upload.ant-upload-disabled {
  cursor: not-allowed
}

.ant-upload.ant-upload-select-picture-card {
  background-color: #fafafa;
  border: 1px dashed #dcdde0;
  border-radius: 2px;
  cursor: pointer;
  display: table;
  float: left;
  height: 104px;
  margin-bottom: 8px;
  margin-right: 8px;
  text-align: center;
  transition: border-color .3s ease;
  vertical-align: top;
  width: 104px
}

.ant-upload.ant-upload-select-picture-card>.ant-upload {
  display: table-cell;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  width: 100%
}

.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1966ff
}

.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #dcdde0
}

.ant-upload.ant-upload-drag {
  background: #fafafa;
  border: 1px dashed #dcdde0;
  border-radius: 2px;
  cursor: pointer;
  height: 100%;
  position: relative;
  text-align: center;
  transition: border-color .3s;
  width: 100%
}

.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: #0b49d9
}

.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: #4287ff
}

.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: #4287ff;
  font-size: 48px
}

.ant-upload.ant-upload-drag p.ant-upload-text {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  margin: 0 0 4px
}

.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, .45);
  font-size: 14px
}

.ant-upload.ant-upload-drag .anticon-plus {
  color: #aaabaf;
  font-size: 30px;
  transition: all .3s
}

.ant-upload.ant-upload-drag .anticon-plus:hover,
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, .45)
}

.ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%
}

.ant-upload-picture-card-wrapper:before {
  content: "";
  display: table
}

.ant-upload-picture-card-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.ant-upload-list {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-upload-list:after,
.ant-upload-list:before {
  content: "";
  display: table
}

.ant-upload-list:after {
  clear: both
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px
}

.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px
}

.ant-upload-list-item {
  font-size: 14px;
  height: 22.001px;
  margin-top: 8px;
  position: relative
}

.ant-upload-list-item-name {
  display: inline-block;
  line-height: 1.5715;
  overflow: hidden;
  padding-left: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px
}

.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: 20px;
  line-height: 1
}

.ant-upload-list-item-card-actions.picture {
  line-height: 0;
  top: 22px
}

.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, .45)
}

.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color .3s
}

.ant-upload-list-item-info>span {
  display: block;
  height: 100%;
  width: 100%
}

.ant-upload-list-item-info .ant-upload-text-icon .anticon,
.ant-upload-list-item-info .anticon-loading .anticon {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  position: absolute;
  top: 5px
}

.ant-upload-list-item .anticon-close {
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  line-height: 0;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: 6px;
  transition: all .3s
}

.ant-upload-list-item .anticon-close:hover {
  color: #55585c
}

.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,
.ant-upload-list-item:hover .anticon-close {
  opacity: 1
}

.ant-upload-list-item-error,
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon,
.ant-upload-list-item-error .ant-upload-list-item-name,
.ant-upload-list-item-error .ant-upload-text-icon>.anticon {
  color: #ff4050
}

.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1
}

.ant-upload-list-item-progress {
  bottom: -12px;
  font-size: 14px;
  line-height: 0;
  padding-left: 26px;
  position: absolute;
  width: 100%
}

.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  border: 1px solid #dcdde0;
  border-radius: 2px;
  height: 66px;
  padding: 8px;
  position: relative
}

.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: #ff4050
}

.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 {
  height: 48px;
  left: 8px;
  line-height: 54px;
  opacity: .8;
  position: absolute;
  text-align: center;
  top: 8px;
  width: 48px
}

.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: #fff1f0
}

.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: #ff4050
}

.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  font-size: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  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;
  height: 48px;
  overflow: hidden;
  width: 48px
}

.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  box-sizing: border-box;
  display: inline-block;
  line-height: 44px;
  margin: 0 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 48px;
  padding-right: 8px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px
}

.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px
}

.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 {
  line-height: 28px
}

.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  margin-top: 0;
  padding-left: 56px;
  width: calc(100% - 24px)
}

.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 8px
}

.ant-upload-list-picture-card.ant-upload-list:after {
  display: none
}

.ant-upload-list-picture-card .ant-upload-list-item,
.ant-upload-list-picture-card-container {
  float: left;
  height: 104px;
  margin: 0 8px 8px 0;
  width: 104px
}

.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  overflow: hidden;
  position: relative
}

.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  background-color: rgba(0, 0, 0, .5);
  content: " ";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 100%;
  z-index: 1
}

.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 {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  white-space: nowrap;
  z-index: 10
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye {
  color: hsla(0, 0%, 100%, .85);
  cursor: pointer;
  font-size: 16px;
  margin: 0 4px;
  transition: all .3s;
  width: 16px;
  z-index: 10
}

.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete: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-eye:hover {
  color: #fff
}

.ant-upload-list-picture-card .ant-upload-list-item-actions:hover,
.ant-upload-list-picture-card .ant-upload-list-item-info:hover+.ant-upload-list-item-actions {
  opacity: 1
}

.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: static;
  width: 100%
}

.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  line-height: 1.5715;
  margin: 8px 0 0;
  padding: 0;
  text-align: center
}

.ant-upload-list-picture-card .ant-upload-list-item-file+.ant-upload-list-item-name {
  bottom: 10px;
  display: block;
  position: absolute
}

.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 .anticon-delete,
.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:before {
  display: none
}

.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0
}

.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: 700
}

.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave,
.ant-upload-list .ant-upload-animate-leave {
  animation-duration: .3s;
  animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
}

.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn
}

.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut
}

.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn
}

.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut
}

@keyframes uploadAnimateIn {
  0% {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0
  }
}

@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0
  }
}

.ant-upload-rtl {
  direction: rtl
}

.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  float: right;
  margin-left: 8px;
  margin-right: 0
}

.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-left: 14px;
  padding-right: 22px
}

.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-left: 28px;
  padding-right: 22px
}

.ant-upload-list-rtl .ant-upload-list-item-name {
  padding-left: 0;
  padding-right: 22px
}

.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 {
  left: 0;
  right: auto
}

.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-left: 5px;
  padding-right: 0
}

.ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px
}

.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
  left: 4px;
  right: auto
}

.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-left: 5px;
  padding-right: 0
}

.ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-left: 0;
  padding-right: 26px
}

.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 {
  left: auto;
  right: 8px
}

.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 {
  left: auto;
  right: 50%;
  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-left: 8px;
  padding-right: 48px
}

.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-left: 18px;
  padding-right: 48px
}

.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-left: 36px;
  padding-right: 48px
}

.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-left: 0;
  padding-right: 56px
}

.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
  left: 8px;
  right: auto
}

.ant-upload-list-rtl .ant-upload-list-picture-card-container,
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item {
  float: right;
  margin: 0 0 8px 8px
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  left: auto;
  right: 50%;
  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
}

.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0
}

body .ant-sp-upload .sp-upload-component {
  display: none
}

body .ant-sp-upload .ant-sp-icon {
  font-size: 16px
}

body .ant-sp-upload .ant-upload.ant-upload-select-picture-card {
  background: transparent;
  border: none;
  height: 88px;
  width: 88px
}

body .ant-sp-upload .ant-upload.ant-upload-select-picture-card>.ant-upload {
  padding: 0
}

body .ant-sp-upload .spm-image-upload-item {
  background: #fff;
  border: 1px dashed #d4d6d9;
  border-radius: 4px;
  color: #55585c;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 88px;
  line-height: 16px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  position: relative;
  width: 88px
}

body .ant-sp-upload .spm-image-upload-item:hover {
  border: 1px dashed #1966ff;
  color: #1966ff
}

body .ant-sp-upload .spm-image-upload-item-error {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

body .ant-sp-upload .spm-image-upload-item-error-title {
  color: #ff4050;
  margin: 6px 0
}

body .ant-sp-upload .spm-image-upload-item-success {
  background: #fff;
  border-radius: 4px;
  color: #707173;
  cursor: pointer;
  float: left;
  height: 88px;
  margin: 0 8px 8px 0;
  overflow: hidden;
  position: relative;
  width: 88px
}

body .ant-sp-upload .spm-image-upload-item-img,
body .ant-sp-upload .spm-image-upload-item-img-error {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

body .ant-sp-upload .spm-image-upload-item-img-error {
  filter: blur(3px);
  left: 0;
  top: 0
}

body .ant-sp-upload .spm-image-upload-item-success:hover .spm-image-upload-item-mask,
body .ant-sp-upload .spm-image-upload-item:hover .spm-image-upload-item-mask {
  opacity: 1;
  transition: opacity .3s;
  z-index: 101
}

body .ant-sp-upload .spm-image-upload-item-img-icon {
  height: 16px;
  width: 16px
}

body .ant-sp-upload .spm-image-upload-item-mask {
  align-items: center;
  background: rgba(0, 0, 0, .65);
  bottom: 0;
  display: flex;
  flex-direction: row;
  height: 32px;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  width: 100%
}

body .ant-sp-upload .spm-image-upload-item-mask-split {
  background: #85878a;
  border-radius: 1px;
  height: 12px;
  width: 1px
}

body .ant-sp-upload .spm-image-upload-item-mask-item {
  align-items: center;
  color: #fff;
  display: flex;
  height: 32px;
  justify-content: center;
  width: calc(50% - 1px)
}

body .ant-sp-upload .spm-image-upload-item-progress {
  bottom: -9px;
  position: absolute;
  width: 64px
}

body .ant-sp-upload .spm-image-upload-item-progress-text {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  top: 20px
}

body .ant-sp-upload .spm-image-upload-item-icon {
  font-size: 16px
}

body .ant-sp-upload .spm-image-upload-item-top {
  justify-content: flex-end;
  top: 0
}

body .ant-sp-upload .spm-image-upload-item-bottom,
body .ant-sp-upload .spm-image-upload-item-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 50%;
  left: 0;
  position: absolute;
  width: 100%
}

body .ant-sp-upload .spm-image-upload-item-bottom {
  bottom: 0;
  justify-content: center
}

body .ant-sp-upload .spm-image-upload-item-text {
  font-size: 12px;
  line-height: 16px
}

body .ant-sp-upload .spm-image-upload-item-image {
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 88px
}

.ant-sp-infinit-container .sp-infinit-end,
.ant-sp-infinit-container .sp-infinit-error,
.ant-sp-infinit-container .sp-infinit-loading {
  color: #85878a;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 24px;
  text-align: center
}

.ant-sp-infinit-container .sp-infinit-error span {
  color: #1966ff
}

.ant-sp-infinit-container .sp-infinit-error span:hover {
  color: #4784ff;
  cursor: pointer
}

.ant-sp-infinit-container .loading-icon {
  font-size: 16px;
  margin-right: 8px
}

.ant-input-affix-wrapper {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  color: #55585c;
  display: inline-block;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.5715;
  min-width: 0;
  padding: 4px 11px;
  position: relative;
  transition: all .3s;
  width: 100%
}

.ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-input-affix-wrapper::placeholder {
  color: #bfbfbf
}

.ant-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input-affix-wrapper:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-input-affix-wrapper:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-affix-wrapper-focused,
.ant-input-affix-wrapper:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-input-affix-wrapper-focused,
.ant-input-rtl .ant-input-affix-wrapper:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-affix-wrapper-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-affix-wrapper-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input-affix-wrapper[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-affix-wrapper[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-input-affix-wrapper {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-input-affix-wrapper-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-input-affix-wrapper-sm {
  padding: 0 7px
}

.ant-input-affix-wrapper-rtl {
  direction: rtl
}

.ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent
}

.ant-input-affix-wrapper>input.ant-input {
  border: none;
  outline: none;
  padding: 0
}

.ant-input-affix-wrapper>input.ant-input:focus {
  box-shadow: none
}

.ant-input-affix-wrapper:before {
  content: "\a0";
  visibility: hidden;
  width: 0
}

.ant-input-prefix,
.ant-input-suffix {
  align-items: center;
  display: flex;
  flex: none
}

.ant-input-prefix {
  margin-right: 4px
}

.ant-input-suffix {
  margin-left: 4px
}

.ant-input-clear-icon {
  color: #aaabaf;
  cursor: pointer;
  font-size: 12px;
  margin: 0 4px;
  transition: color .3s;
  vertical-align: -1px
}

.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-input-clear-icon:active {
  color: #55585c
}

.ant-input-clear-icon+i {
  margin-left: 6px
}

.ant-input-clear-icon-hidden {
  visibility: hidden
}

.ant-input-clear-icon:last-child {
  margin-right: 0
}

.ant-input-affix-wrapper-textarea-with-clear-btn {
  border: 0 !important;
  padding: 0 !important
}

.ant-input-textarea-clear-icon {
  color: #aaabaf;
  cursor: pointer;
  font-size: 12px;
  margin: 8px 8px 0 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: color .3s;
  z-index: 1
}

.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-input-textarea-clear-icon:active {
  color: #55585c
}

.ant-input-textarea-clear-icon+i {
  margin-left: 6px
}

.ant-input-textarea-clear-icon-hidden {
  visibility: hidden
}

.ant-input {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 4px 11px;
  position: relative;
  transition: all .3s;
  width: 100%
}

.ant-input::-moz-placeholder {
  opacity: 1
}

.ant-input:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-input::placeholder {
  color: #bfbfbf
}

.ant-input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-focused,
.ant-input:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-input-focused,
.ant-input-rtl .ant-input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input-borderless,
.ant-input-borderless-disabled,
.ant-input-borderless-focused,
.ant-input-borderless:focus,
.ant-input-borderless:hover,
.ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-input-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-input-sm {
  padding: 0 7px
}

.ant-input-rtl {
  direction: rtl
}

.ant-input-group {
  font-feature-settings: "tnum";
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  color: #55585c;
  display: table;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%
}

.ant-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.ant-input-group>[class*=col-] {
  padding-right: 8px
}

.ant-input-group>[class*=col-]:last-child {
  padding-right: 0
}

.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group>.ant-input {
  display: table-cell
}

.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group>.ant-input:not(:first-child):not(:last-child) {
  border-radius: 0
}

.ant-input-group-addon,
.ant-input-group-wrap {
  vertical-align: middle;
  white-space: nowrap;
  width: 1px
}

.ant-input-group-wrap>* {
  display: block !important
}

.ant-input-group .ant-input {
  float: left;
  margin-bottom: 0;
  text-align: inherit;
  width: 100%
}

.ant-input-group .ant-input:focus,
.ant-input-group .ant-input:hover {
  border-right-width: 1px;
  z-index: 1
}

.ant-input-group-addon {
  background-color: #fafafa;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  padding: 0 11px;
  position: relative;
  text-align: center;
  transition: all .3s
}

.ant-input-group-addon .ant-select {
  margin: -5px -11px
}

.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none
}

.ant-input-group-addon .ant-select-focused .ant-select-selector,
.ant-input-group-addon .ant-select-open .ant-select-selector {
  color: #1966ff
}

.ant-input-group-addon>i:only-child:after {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-input-group-addon:first-child,
.ant-input-group-addon:first-child .ant-select .ant-select-selector,
.ant-input-group>.ant-input:first-child,
.ant-input-group>.ant-input:first-child .ant-select .ant-select-selector {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.ant-input-group>.ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.ant-input-group-addon:first-child {
  border-right: 0
}

.ant-input-group-addon:last-child {
  border-left: 0
}

.ant-input-group-addon:last-child,
.ant-input-group-addon:last-child .ant-select .ant-select-selector,
.ant-input-group>.ant-input:last-child,
.ant-input-group>.ant-input:last-child .ant-select .ant-select-selector {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.ant-input-group-lg .ant-input,
.ant-input-group-lg>.ant-input-group-addon {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-input-group-sm .ant-input,
.ant-input-group-sm>.ant-input-group-addon {
  padding: 0 7px
}

.ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px
}

.ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px
}

.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.ant-input-group.ant-input-group-compact {
  display: block
}

.ant-input-group.ant-input-group-compact:before {
  content: "";
  display: table
}

.ant-input-group.ant-input-group-compact:after {
  clear: both;
  content: "";
  display: table
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px
}

.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact>.ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>* {
  border-radius: 0;
  display: inline-block;
  float: none;
  vertical-align: top
}

.ant-input-group.ant-input-group-compact>.ant-input-affix-wrapper,
.ant-input-group.ant-input-group-compact>.ant-picker-range {
  display: inline-flex
}

.ant-input-group.ant-input-group-compact>:not(:last-child) {
  border-right-width: 1px;
  margin-right: -1px
}

.ant-input-group.ant-input-group-compact .ant-input {
  float: none
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input {
  border-radius: 0;
  border-right-width: 1px
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-input-group-wrapper .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact>.ant-select-focused,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-arrow,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:focus,
.ant-input-group.ant-input-group-compact>.ant-select>.ant-select-selector:hover,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact>.ant-time-picker .ant-time-picker-input:hover {
  z-index: 1
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,
.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px
}

.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,
.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,
.ant-input-group.ant-input-group-compact>:last-child {
  border-bottom-right-radius: 2px;
  border-right-width: 1px;
  border-top-right-radius: 2px
}

.ant-input-group.ant-input-group-compact>.ant-select-auto-complete .ant-input {
  vertical-align: top
}

.ant-input-group-rtl .ant-input-group-addon:first-child,
.ant-input-group>.ant-input-rtl:first-child {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl .ant-input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #dcdde0
}

.ant-input-group-rtl .ant-input-group-addon:last-child {
  border-left: 1px solid #dcdde0;
  border-right: 0
}

.ant-input-group-rtl .ant-input-group-addon:last-child,
.ant-input-group-rtl .ant-input-group>.ant-input:last-child,
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px
}

.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:not(:last-child) {
  border-left-width: 1px;
  margin-left: -1px;
  margin-right: 0
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-calendar-picker:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:first-child>.ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-time-picker:first-child .ant-time-picker-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:first-child {
  border-radius: 0 2px 2px 0
}

.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-calendar-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-select:last-child>.ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>.ant-time-picker:last-child .ant-time-picker-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact>:last-child {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px
}

.ant-input-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
  width: 100%
}

.ant-input-password-icon {
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  transition: all .3s
}

.ant-input-password-icon:hover {
  color: rgba(0, 0, 0, .85)
}

.ant-input[type=color] {
  height: 32px
}

.ant-input[type=color].ant-input-lg {
  height: 40px
}

.ant-input[type=color].ant-input-sm {
  height: 24px;
  padding-bottom: 3px;
  padding-top: 3px
}

.ant-input-search-icon {
  padding: 0 9px
}

.ant-input-search-icon:before {
  transform: translateX(-10px)
}

.ant-input-search-icon:after {
  width: 32px
}

.ant-input-affix-wrapper-lg .ant-input-search-icon {
  padding: 0 12px
}

.ant-input-affix-wrapper-lg .ant-input-search-icon:before {
  transform: translateX(-13px)
}

.ant-input-affix-wrapper-lg .ant-input-search-icon:after {
  width: 40px
}

.ant-input-affix-wrapper-sm .ant-input-search-icon {
  padding: 0 6px
}

.ant-input-affix-wrapper-sm .ant-input-search-icon:before {
  transform: translateX(-7px)
}

.ant-input-affix-wrapper-sm .ant-input-search-icon:after {
  width: 24px
}

.ant-input-search-icon {
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  margin-left: .5em;
  transition: all .3s
}

.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, .85)
}

.ant-input-search-icon:before {
  border-left: 1px solid #dcdde0;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  transition: all .3s
}

.ant-input-search-icon:after {
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0
}

.ant-input-search:not(.ant-input-search-enter-button) {
  padding-right: 0
}

.ant-input-search-enter-button input {
  border-right: 0
}

.ant-input-search-enter-button input:focus,
.ant-input-search-enter-button input:hover {
  border-color: #4287ff
}

.ant-input-search-enter-button.ant-input-affix-wrapper {
  border-right: 0
}

.ant-input-search-enter-button input+.ant-input-group-addon,
.ant-input-search-enter-button+.ant-input-group-addon {
  border: 0;
  padding: 0
}

.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.ant-input-group-rtl,
.ant-input-group-wrapper-rtl {
  direction: rtl
}

.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl>input.ant-input {
  border: none;
  outline: none
}

.ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px
}

.ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0
}

.ant-input-affix-wrapper-rtl .ant-input-clear-icon:last-child {
  margin-left: 0;
  margin-right: 4px
}

.ant-input-affix-wrapper-rtl .ant-input-textarea-clear-icon {
  left: 0;
  margin: 8px 0 0 8px;
  right: auto
}

.ant-input-search-rtl {
  direction: rtl
}

.ant-input-search-rtl .ant-input-search-icon {
  margin-left: 0;
  margin-right: .5em
}

.ant-input-search-rtl .ant-input-search-icon:before {
  border-left: none
}

.ant-input-search-rtl .ant-input-search-icon:after {
  border-right: 1px solid #dcdde0;
  left: 0;
  right: auto;
  transition: all .3s
}

.ant-input-search-rtl.ant-input-search:not(.ant-input-search-enter-button) {
  padding-left: 0;
  padding-right: 11px
}

.ant-input-search-rtl.ant-input-search-enter-button input {
  border-left: 0;
  border-right: 1px solid #dcdde0
}

.ant-input-search-rtl.ant-input-search-enter-button input:focus,
.ant-input-search-rtl.ant-input-search-enter-button input:hover {
  border-color: #4287ff
}

.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper {
  border-left: 0;
  border-right: 1px solid #dcdde0
}

.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper:focus,
.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper:hover {
  border-color: #4287ff
}

.ant-input-search-rtl.ant-input-search-enter-button input+.ant-input-group-addon .ant-input-search-button,
.ant-input-search-rtl.ant-input-search-enter-button+.ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
  width: 100%
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .ant-input {
    height: 32px
  }

  .ant-input-lg {
    height: 40px
  }

  .ant-input-sm {
    height: 24px
  }

  .ant-input-affix-wrapper>input.ant-input {
    height: auto
  }
}

body .ant-sp-input {
  position: relative
}

body .ant-sp-textarea {
  color: #d8d8d8;
  display: inline-block;
  min-width: 0;
  position: relative;
  width: 100%
}

body .ant-sp-textarea .ant-input {
  padding: 7px 11px 19px
}

body .ant-sp-textarea .input-textarea-suffix {
  bottom: 0;
  position: absolute;
  right: 8px
}

body .ant-sp-input .input-suffix-limit,
body .ant-sp-textarea .input-suffix-limit {
  color: #aaabaf;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

body .ant-sp-input .input-suffix-limit-error,
body .ant-sp-textarea .input-suffix-limit-error {
  color: #ff4050
}

body .ant-sp-input .input-bubble-notice,
body .ant-sp-textarea .input-bubble-notice {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px;
  position: absolute;
  word-break: break-word;
  z-index: 2
}

body .ant-sp-input .input-bubble-notice.input-bubble-notice-right,
body .ant-sp-textarea .input-bubble-notice.input-bubble-notice-right {
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px
}

body .ant-sp-input .input-bubble-notice.input-bubble-notice-bottom,
body .ant-sp-textarea .input-bubble-notice.input-bubble-notice-bottom {
  display: block;
  left: 0;
  margin-top: 8px;
  width: 136px
}

body .ant-sp-input .input-bubble-notice.input-bubble-notice-info,
body .ant-sp-textarea .input-bubble-notice.input-bubble-notice-info {
  border: 1px solid #edeef0;
  color: #55585c
}

body .ant-sp-input .input-bubble-notice.input-bubble-notice-error,
body .ant-sp-textarea .input-bubble-notice.input-bubble-notice-error {
  border: 1px solid #ff4050;
  color: #ff4050
}

body .ant-sp-input .input-bubble-notice-triangle,
body .ant-sp-textarea .input-bubble-notice-triangle {
  background: #fff;
  height: 7px;
  position: absolute;
  width: 7px;
  z-index: 3
}

body .ant-sp-input .input-bubble-notice-triangle.input-bubble-notice-right,
body .ant-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-right {
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg)
}

body .ant-sp-input .input-bubble-notice-triangle.input-bubble-notice-bottom,
body .ant-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-bottom {
  left: 10px;
  top: -4px;
  transform: rotate(45deg)
}

body .ant-sp-input .input-bubble-notice-triangle.input-bubble-notice-info,
body .ant-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-info {
  border-left: 1px solid #edeef0;
  border-top: 1px solid #edeef0
}

body .ant-sp-input .input-bubble-notice-triangle.input-bubble-notice-error,
body .ant-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-error {
  border-left: 1px solid #ff4050;
  border-top: 1px solid #ff4050
}

body .ant-input,
body .ant-input-group-addon {
  border-radius: 4px
}

body .ant-input {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 11px
}

body .ant-input:-ms-input-placeholder {
  color: #aaabaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body .ant-input::placeholder {
  color: #aaabaf;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body .ant-input-affix-wrapper {
  border-radius: 4px;
  line-height: 22px
}

body .ant-input-affix-wrapper .ant-input {
  border-radius: 0
}

body .ant-input-affix-wrapper.ant-input-affix-wrapper-lg {
  line-height: 25px
}

body .ant-form-item-has-error .ant-sp-textarea.textarea-type-suffix,
body .ant-form-item-has-error .ant-sp-textarea.textarea-type-suffix:hover,
body .has-error .ant-sp-textarea.textarea-type-suffix,
body .has-error .ant-sp-textarea.textarea-type-suffix:hover {
  border-color: #ff4050 !important
}

body .ant-form-item-has-error .ant-sp-textarea.textarea-type-suffix .ant-input:focus,
body .has-error .ant-sp-textarea.textarea-type-suffix .ant-input:focus {
  box-shadow: none;
  outline: none
}

body .ant-form-item-has-error .ant-sp-textarea.textarea-type-suffix-focus,
body .has-error .ant-sp-textarea.textarea-type-suffix-focus {
  box-shadow: 0 0 0 2px rgba(255, 77, 79, .2)
}

body span.ant-sp-textarea.textarea-type-suffix-focus {
  border: 1px solid #1966ff
}

body .ant-sp-textarea.textarea-type-suffix {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  padding-bottom: 20px !important;
  transition: all .3s
}

body .ant-sp-textarea.textarea-type-suffix:hover {
  border: 1px solid #1966ff
}

body .ant-sp-textarea.textarea-type-suffix>.ant-input {
  border: none;
  box-shadow: none;
  height: 100%;
  outline: none;
  resize: none
}

body .ant-input-affix-wrapper-focused,
body .ant-input-affix-wrapper:focus,
body .ant-input-affix-wrapper:hover,
body .ant-input-focused,
body .ant-input:focus,
body .ant-input:hover {
  border-color: #1966ff;
  box-shadow: none
}

body .ant-input-suffix {
  margin-left: 8px;
  margin-right: -3px;
  right: 8px
}

body .ant-input-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23D8D8D8' d='M0 0h16v16H0z'/%3E%3Ccircle cx='8' cy='8' r='7' fill='%23AAACAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.828 5.879a.5.5 0 1 0-.707-.707L8 7.292l-2.121-2.12a.5.5 0 1 0-.707.707L7.292 8l-2.12 2.121a.5.5 0 1 0 .707.707L8 8.708l2.121 2.12a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.708 8l2.12-2.121z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  color: #aaabaf;
  font-size: 14px;
  height: 14px;
  padding: 1px;
  width: 14px
}

body .ant-input-clear-icon>* {
  display: none !important
}

body .ant-input-clear-icon:hover {
  color: #aaabaf
}

body .ant-input-affix-wrapper-disabled,
body .ant-input-disabled,
body .ant-input[disabled],
body .ant-sp-textarea.textarea-type-suffix-disabled {
  background-color: #edeef0;
  color: #aaabaf
}

body .ant-input-affix-wrapper-disabled:hover {
  border-color: #edeef0
}

body .has-error .ant-input-affix-wrapper {
  border-color: #ff4050;
  box-shadow: none
}

body .ant-sp-input .input-suffix-verify {
  color: #1966ff;
  cursor: pointer;
  display: flex
}

body .ant-sp-input .input-suffix-verify-disabled {
  color: #bcbdc0;
  cursor: auto
}

body .ant-sp-input input:disabled:not(:-ms-input-placeholder) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

body .ant-sp-input input:disabled:not(:placeholder-shown) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

.ant-input-number {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  transition: all .3s;
  width: 100%;
  width: 90px
}

.ant-input-number::-moz-placeholder {
  opacity: 1
}

.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-input-number::placeholder {
  color: #bfbfbf
}

.ant-input-number:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input-number:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input-rtl .ant-input-number:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-number-focused,
.ant-input-number:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-input-number-focused,
.ant-input-rtl .ant-input-number:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-number[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-number[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input-number-borderless,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless-focused,
.ant-input-number-borderless:focus,
.ant-input-number-borderless:hover,
.ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-input-number {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-input-number-lg {
  padding: 6.5px 11px
}

.ant-input-number-sm {
  padding: 0 7px
}

.ant-input-number-handler {
  color: rgba(0, 0, 0, .45);
  display: block;
  font-weight: 700;
  height: 50%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .1s linear;
  width: 100%
}

.ant-input-number-handler:active {
  background: #f4f4f4
}

.ant-input-number-handler:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler:hover .ant-input-number-handler-up-inner {
  color: #4287ff
}

.ant-input-number-handler-down-inner,
.ant-input-number-handler-up-inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  font-style: normal;
  height: 12px;
  line-height: 0;
  line-height: 12px;
  position: absolute;
  right: 4px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  transition: all .1s linear;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: -.125em;
  width: 12px
}

.ant-input-number-handler-down-inner>*,
.ant-input-number-handler-up-inner>* {
  line-height: 1
}

.ant-input-number-handler-down-inner svg,
.ant-input-number-handler-up-inner svg {
  display: inline-block
}

.ant-input-number-handler-down-inner:before,
.ant-input-number-handler-up-inner:before {
  display: none
}

.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon {
  display: block
}

.ant-input-number:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-number:hover+.ant-form-item-children-icon {
  opacity: 0;
  transition: opacity .24s linear .24s
}

.ant-input-number-focused {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-input-number-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-input-number-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-input-number-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed
}

.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none
}

.ant-input-number-input {
  -moz-appearance: textfield !important;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  height: 30px;
  outline: 0;
  padding: 0 11px;
  text-align: left;
  transition: all .3s linear;
  width: 100%
}

.ant-input-number-input::-moz-placeholder {
  opacity: 1
}

.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-input-number-input::placeholder {
  color: #bfbfbf
}

.ant-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-input-number-input[type=number]::-webkit-inner-spin-button,
.ant-input-number-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.ant-input-number-lg {
  font-size: 16px;
  padding: 0
}

.ant-input-number-lg input {
  height: 38px
}

.ant-input-number-sm {
  padding: 0
}

.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px
}

.ant-input-number-handler-wrap {
  background: #fff;
  border-left: 1px solid #dcdde0;
  border-radius: 0 2px 2px 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .24s linear .1s;
  width: 22px
}

.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner {
  display: inline-block;
  font-size: 7px;
  margin-right: 0;
  min-width: auto
}

.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%
}

.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1
}

.ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer
}

.ant-input-number-handler-up-inner {
  margin-top: -5px;
  text-align: center;
  top: 50%
}

.ant-input-number-handler-up:hover {
  height: 60% !important
}

.ant-input-number-handler-down {
  border-bottom-right-radius: 2px;
  border-top: 1px solid #dcdde0;
  cursor: pointer;
  top: 0
}

.ant-input-number-handler-down-inner {
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.ant-input-number-handler-down:hover {
  height: 60% !important
}

.ant-input-number-handler-down-disabled,
.ant-input-number-handler-up-disabled {
  cursor: not-allowed
}

.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner,
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner {
  color: #aaabaf
}

.ant-input-number-rtl {
  direction: rtl
}

.ant-input-number-rtl .ant-input-number-handler-wrap {
  border-left: 0;
  border-radius: 2px 0 0 2px;
  border-right: 1px solid #dcdde0;
  left: 0;
  right: auto
}

.ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right
}

body .ant-input-number {
  border: 1px solid #dcdde0;
  border-radius: 4px;
  color: #12141a;
  width: 112px
}

body .ant-input-number.ant-input-number-focused {
  box-shadow: none
}

body .ant-input-number:not(.ant-input-number-disabled):hover {
  border-color: #1966ff
}

body .ant-input-number:focus {
  box-shadow: none
}

body .ant-input-number .ant-input-number-handler-wrap {
  background-color: #f3f4f6;
  border-left: none;
  border-radius: 0 4px 4px 0;
  color: #55585c;
  width: 20px
}

body .ant-input-number .ant-input-number-handler-down {
  border-bottom-right-radius: 4px;
  border-top: none
}

body .ant-input-number .ant-input-number-handler-down .anticon-down {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.304 1.354a.5.5 0 1 0-.707-.708L6 5.243 1.404.646a.5.5 0 1 0-.707.708l4.95 4.95a.5.5 0 0 0 .707 0l4.95-4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .ant-input-number .ant-input-number-handler-down .anticon-down>* {
  display: none !important
}

body .ant-input-number .ant-input-number-handler-down .ant-input-number-handler-down-inner {
  right: 6px
}

body .ant-input-number .ant-input-number-handler-up {
  border-top-right-radius: 4px
}

body .ant-input-number .ant-input-number-handler-up .anticon-up {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.698 5.646a.5.5 0 1 0 .707.708l4.596-4.597 4.597 4.597a.5.5 0 1 0 .707-.708L6.355.696a.5.5 0 0 0-.707 0l-4.95 4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .ant-input-number .ant-input-number-handler-up .anticon-up>* {
  display: none !important
}

body .ant-input-number .ant-input-number-handler-up .ant-input-number-handler-up-inner {
  margin-top: 5px;
  right: 6px;
  top: auto
}

body .ant-input-number .ant-input-number-handler:hover {
  background-color: #dcdde0
}

body .ant-input-number .ant-input-number-handler .anticon {
  height: 5px;
  width: 8px
}

body .ant-input-number .ant-input-number-handler-down:hover,
body .ant-input-number .ant-input-number-handler-up:hover,
body .ant-input-number .ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 50% !important
}

body .ant-input-number .ant-input-number-handler-down-disabled:hover,
body .ant-input-number .ant-input-number-handler-up-disabled:hover {
  background: none
}

body .ant-input-number .ant-input-number-handler-down-disabled .anticon,
body .ant-input-number .ant-input-number-handler-up-disabled .anticon {
  opacity: .45
}

body .ant-input-number input:disabled:not(:-ms-input-placeholder) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

body .ant-input-number input:disabled:not(:placeholder-shown) {
  -webkit-text-fill-color: currentColor;
  opacity: 1
}

body .ant-input-number-input:-ms-input-placeholder {
  color: #aaabaf
}

body .ant-input-number-input::placeholder {
  color: #aaabaf
}

.ant-sp-icon.sp-icon-parcel .icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em
}

.ant-sp-icon.sp-icon-spin {
  animation: loadingCircle 1s linear infinite;
  display: inline-flex
}

.ant-message {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  left: 0;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 8px;
  width: 100%;
  z-index: 1010
}

.ant-message-notice {
  padding: 8px;
  text-align: center
}

.ant-message-notice-content {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  display: inline-block;
  padding: 10px 16px;
  pointer-events: all
}

.ant-message-success .anticon {
  color: #52c41a
}

.ant-message-error .anticon {
  color: #ff4050
}

.ant-message-warning .anticon {
  color: #faad14
}

.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1966ff
}

.ant-message .anticon {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px
}

.ant-message-notice.move-up-leave.move-up-leave-active {
  animation-duration: .3s;
  animation-name: MessageMoveOut
}

.ant-message-rtl,
.ant-message-rtl span {
  direction: rtl
}

.ant-message-rtl .anticon {
  margin-left: 8px;
  margin-right: 0
}

body .ant-message {
  color: #12141a
}

body .ant-message .ant-message-notice-content {
  background: #fff;
  border: 1px solid #edeef0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 23, 54, .05);
  box-shadow: 0 2px 6px 0 rgba(0, 23, 54, .05);
  display: inline-block;
  padding: 15px;
  pointer-events: all
}

body .ant-message .ant-message-custom-content {
  line-height: 20px
}

body .ant-message .anticon-check-circle,
body .ant-message .anticon-close-circle,
body .ant-message .anticon-exclamation-circle,
body .ant-message .anticon-info-circle {
  background-position: 50%;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px
}

body .ant-message .anticon-check-circle>*,
body .ant-message .anticon-close-circle>*,
body .ant-message .anticon-exclamation-circle>*,
body .ant-message .anticon-info-circle>* {
  display: none
}

body .ant-message .anticon-check-circle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 14A7 7 0 1 0 7 0a7 7 0 0 0 0 14zM5.494 9.56 3.372 7.44a.5.5 0 1 1 .708-.708l1.774 1.774L9.92 4.44a.5.5 0 1 1 .707.707L6.213 9.561a.498.498 0 0 1-.36.146.498.498 0 0 1-.36-.146z' fill='%2327C24E'/%3E%3C/svg%3E")
}

body .ant-message .anticon-info-circle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0zM7.287 4.75l.188 3.75a.526.526 0 0 0 1.05 0l.188-3.75a.713.713 0 1 0-1.426 0zM8 10.5A.75.75 0 1 0 8 12a.75.75 0 0 0 0-1.5z' fill='%231966FF'/%3E%3C/svg%3E")
}

body .ant-message .anticon-close-circle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14zM5.148 5.148a.5.5 0 0 1 .707 0L8 7.293l2.145-2.145a.5.5 0 1 1 .707.707L8.707 8l2.145 2.145a.5.5 0 1 1-.707.707L8 8.707l-2.145 2.145a.5.5 0 1 1-.707-.707L7.293 8 5.148 5.855a.5.5 0 0 1 0-.707z' fill='%23FF4050'/%3E%3C/svg%3E")
}

body .ant-message .anticon-exclamation-circle {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0zM7.287 4.75l.188 3.75a.526.526 0 0 0 1.05 0l.188-3.75a.713.713 0 1 0-1.426 0zM8 10.5A.75.75 0 1 0 8 12a.75.75 0 0 0 0-1.5z' fill='%23FF9F19'/%3E%3C/svg%3E")
}

.ant-modal {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 auto;
  padding: 0 0 24px;
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto
}

.ant-modal-wrap {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.ant-modal-title {
  word-wrap: break-word;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0
}

.ant-modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  pointer-events: auto;
  position: relative
}

.ant-modal-close {
  background: transparent;
  border: 0;
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  transition: color .3s;
  z-index: 10
}

.ant-modal-close-x {
  display: block;
  font-size: 16px;
  font-style: normal;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-rendering: auto;
  text-transform: none;
  width: 56px
}

.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, .75);
  text-decoration: none
}

.ant-modal-header {
  background: #fff;
  border-bottom: 1px solid #edeef0;
  border-radius: 2px 2px 0 0;
  color: #55585c;
  padding: 16px 24px
}

.ant-modal-body {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.5715;
  padding: 24px
}

.ant-modal-footer {
  background: transparent;
  border-radius: 0 0 2px 2px;
  border-top: 1px solid #edeef0;
  padding: 10px 16px;
  text-align: right
}

.ant-modal-footer button+button {
  margin-bottom: 0;
  margin-left: 8px
}

.ant-modal.zoom-appear,
.ant-modal.zoom-enter {
  animation-duration: .3s;
  opacity: 0;
  transform: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-modal-mask {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  filter: alpha(opacity=50);
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.ant-modal-mask-hidden {
  display: none
}

.ant-modal-open {
  overflow: hidden
}

.ant-modal-centered {
  text-align: center
}

.ant-modal-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.ant-modal-centered .ant-modal {
  display: inline-block;
  text-align: left;
  top: 0;
  vertical-align: middle
}

@media (max-width:767px) {
  .ant-modal {
    margin: 8px auto;
    max-width: calc(100vw - 16px)
  }

  .ant-modal-centered .ant-modal {
    flex: 1 1
  }
}

.ant-modal-confirm .ant-modal-close,
.ant-modal-confirm .ant-modal-header {
  display: none
}

.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px
}

.ant-modal-confirm-body-wrapper:before {
  content: "";
  display: table
}

.ant-modal-confirm-body-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.ant-modal-confirm-body .ant-modal-confirm-title {
  color: rgba(0, 0, 0, .85);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden
}

.ant-modal-confirm-body .ant-modal-confirm-content {
  color: #55585c;
  font-size: 14px;
  margin-top: 8px
}

.ant-modal-confirm-body>.anticon {
  float: left;
  font-size: 22px;
  margin-right: 16px
}

.ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-left: 38px
}

.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px
}

.ant-modal-confirm .ant-modal-confirm-btns button+button {
  margin-bottom: 0;
  margin-left: 8px
}

.ant-modal-confirm-error .ant-modal-confirm-body>.anticon {
  color: #ff4050
}

.ant-modal-confirm-confirm .ant-modal-confirm-body>.anticon,
.ant-modal-confirm-warning .ant-modal-confirm-body>.anticon {
  color: #faad14
}

.ant-modal-confirm-info .ant-modal-confirm-body>.anticon {
  color: #1966ff
}

.ant-modal-confirm-success .ant-modal-confirm-body>.anticon {
  color: #52c41a
}

.ant-modal-wrap-rtl {
  direction: rtl
}

.ant-modal-wrap-rtl .ant-modal-close {
  left: 0;
  right: auto
}

.ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left
}

.ant-modal-wrap-rtl .ant-modal-footer button+button {
  margin-left: 0;
  margin-right: 8px
}

.ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl
}

.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.ant-modal-wrap-rtl .ant-modal-confirm-body>.anticon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-left: 0;
  margin-right: 38px
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left
}

.ant-modal-wrap-rtl .ant-modal-confirm-btns button+button {
  margin-left: 0;
  margin-right: 8px
}

.ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right
}

body .ant-modal-content {
  display: flex;
  flex-direction: column;
  max-height: 628px !important
}

body .ant-modal-header {
  background-color: #f3f4f6;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #12141a;
  padding: 14px 24px
}

body .ant-modal-title {
  color: #12141a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

body .ant-modal-close {
  width: 68px
}

body .ant-modal-close-x {
  align-items: center;
  display: flex;
  height: 48px;
  justify-content: center;
  width: 68px
}

body .ant-modal-body {
  color: #55585c;
  flex: 1 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  overflow: auto;
  padding: 24px 24px 8px;
  position: relative
}

body .ant-modal-body.sp-modal-body-scroll {
  padding-bottom: 24px
}

body .ant-modal-body.sp-modal-body-scroll+.ant-modal-footer {
  position: relative
}

body .ant-modal-body.sp-modal-body-scroll+.ant-modal-footer:before {
  background: linear-gradient(0deg, #fff, transparent);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: -24px;
  width: 100%
}

body .ant-modal-footer {
  border-radius: 0 0 4px 4px;
  border-top: none;
  padding: 24px
}

body .ant-modal.modal-with-default-footer .ant-modal-footer {
  display: flex;
  flex-direction: row-reverse
}

body .ant-modal.modal-with-default-footer .ant-modal-footer button+button {
  margin-left: 0;
  margin-right: 8px
}

body .ant-modal .modal-close-icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.87 6.03a.75.75 0 1 0-1.062-1.06l-3.97 3.97L5.93 5.03a.75.75 0 0 0-1.06 1.061L8.777 10 4.97 13.808a.75.75 0 0 0 1.06 1.061l3.809-3.808 3.869 3.869a.75.75 0 0 0 1.06-1.06L10.9 10l3.97-3.97z' fill='%2385878A'/%3E%3C/svg%3E") 100% 100% /cover no-repeat;
  display: block;
  height: 20px;
  width: 20px
}

body .ant-modal-content {
  border-radius: 4px
}

body .ant-modal-confirm .ant-modal-body {
  padding: 40px 24px 24px
}

body .ant-modal-confirm .ant-modal-confirm-btns {
  margin-top: 32px
}

body .ant-modal-confirm-body .ant-modal-confirm-content {
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 16px
}

body .ant-modal-confirm-body .ant-modal-confirm-title {
  color: #12141a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  overflow: visible
}

body .ant-modal-confirm-body>.modal-confirm-icon+.ant-modal-confirm-title+.ant-modal-confirm-content {
  margin-left: 32px
}

body .ant-modal-confirm-btns {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 32px
}

body .ant-modal-confirm-btns button {
  margin-left: 8px;
  margin-right: 0
}

body .ant-modal-confirm-body .modal-confirm-icon {
  background: 100% 100%/cover no-repeat;
  float: left;
  height: 24px;
  margin-right: 8px;
  width: 24px
}

body .ant-modal-confirm-body *+.ant-modal-confirm-title {
  padding-left: 32px
}

.ant-pagination {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715
}

.ant-pagination,
.ant-pagination ol,
.ant-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-pagination:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.ant-pagination-item,
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  line-height: 30px;
  margin-right: 8px;
  vertical-align: middle
}

.ant-pagination-item {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  cursor: pointer;
  font-family: Arial;
  list-style: none;
  min-width: 32px;
  outline: 0;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-pagination-item a {
  color: #55585c;
  display: block;
  padding: 0 6px;
  transition: none
}

.ant-pagination-item a:hover {
  text-decoration: none
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #1966ff;
  transition: all .3s
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #1966ff
}

.ant-pagination-item-active {
  background: #fff;
  border-color: #1966ff;
  font-weight: 500
}

.ant-pagination-item-active a {
  color: #1966ff
}

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #4287ff
}

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #4287ff
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev {
  outline: 0
}

.ant-pagination-jump-next .ant-pagination-item-container,
.ant-pagination-jump-prev .ant-pagination-item-container {
  position: relative
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1966ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all .2s
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis {
  bottom: 0;
  color: #aaabaf;
  display: block;
  left: 0;
  letter-spacing: 2px;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: .13em;
  top: 0;
  transition: all .2s
}

.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon {
  opacity: 1
}

.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis {
  opacity: 0
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-prev {
  margin-right: 8px
}

.ant-pagination-jump-next,
.ant-pagination-jump-prev,
.ant-pagination-next,
.ant-pagination-prev {
  border-radius: 2px;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  height: 32px;
  line-height: 32px;
  list-style: none;
  min-width: 32px;
  text-align: center;
  transition: all .3s;
  vertical-align: middle
}

.ant-pagination-next,
.ant-pagination-prev {
  outline: 0
}

.ant-pagination-next button,
.ant-pagination-prev button {
  color: #55585c;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-pagination-next:hover button,
.ant-pagination-prev:hover button {
  border-color: #4287ff
}

.ant-pagination-next .ant-pagination-item-link,
.ant-pagination-prev .ant-pagination-item-link {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  display: block;
  font-size: 12px;
  height: 100%;
  outline: none;
  text-align: center;
  transition: all .3s;
  width: 100%
}

.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link,
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link {
  border-color: #1966ff;
  color: #1966ff
}

.ant-pagination-disabled,
.ant-pagination-disabled:focus,
.ant-pagination-disabled:hover {
  cursor: not-allowed
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
  border-color: #dcdde0;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-pagination-slash {
  margin: 0 10px 0 5px
}

.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle
}

@media (-ms-high-contrast:none) {

  .ant-pagination-options,
  .ant-pagination-options ::-ms-backdrop {
    vertical-align: top
  }
}

.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  margin-right: 8px;
  width: auto
}

.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top
}

.ant-pagination-options-quick-jumper input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5715;
  margin: 0 8px;
  min-width: 0;
  padding: 4px 11px;
  position: relative;
  transition: all .3s;
  width: 100%;
  width: 50px
}

.ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf
}

.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis
}

.ant-pagination-options-quick-jumper input:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-pagination-options-quick-jumper input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-pagination-options-quick-jumper input-focused,
.ant-pagination-options-quick-jumper input:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-pagination-options-quick-jumper input-focused,
.ant-input-rtl .ant-pagination-options-quick-jumper input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-pagination-options-quick-jumper input-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-pagination-options-quick-jumper input[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-pagination-options-quick-jumper input-borderless,
.ant-pagination-options-quick-jumper input-borderless-disabled,
.ant-pagination-options-quick-jumper input-borderless-focused,
.ant-pagination-options-quick-jumper input-borderless:focus,
.ant-pagination-options-quick-jumper input-borderless:hover,
.ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-pagination-options-quick-jumper input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-pagination-options-quick-jumper input-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-pagination-options-quick-jumper input-sm {
  padding: 0 7px
}

.ant-pagination-options-quick-jumper input-rtl {
  direction: rtl
}

.ant-pagination-simple .ant-pagination-next,
.ant-pagination-simple .ant-pagination-prev {
  height: 24px;
  line-height: 24px;
  vertical-align: top
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link {
  background-color: transparent;
  border: 0;
  height: 24px
}

.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px
}

.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px
}

.ant-pagination-simple .ant-pagination-simple-pager input {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  outline: none;
  padding: 0 6px;
  text-align: center;
  transition: border-color .3s
}

.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1966ff
}

.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  background: #edeef0;
  border-color: #dcdde0;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-pagination.mini .ant-pagination-simple-pager,
.ant-pagination.mini .ant-pagination-total-text {
  height: 24px;
  line-height: 24px
}

.ant-pagination.mini .ant-pagination-item {
  height: 24px;
  line-height: 22px;
  margin: 0;
  min-width: 24px
}

.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent
}

.ant-pagination.mini .ant-pagination-next,
.ant-pagination.mini .ant-pagination-prev {
  height: 24px;
  line-height: 24px;
  margin: 0;
  min-width: 24px
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link {
  background: transparent;
  border-color: transparent
}

.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px
}

.ant-pagination.mini .ant-pagination-jump-next,
.ant-pagination.mini .ant-pagination-jump-prev {
  height: 24px;
  line-height: 24px;
  margin-right: 0
}

.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px
}

.ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0
}

.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px
}

.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0 7px;
  width: 44px
}

.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #edeef0;
  border-color: #dcdde0;
  cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  background: transparent;
  border: none;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #d1d4d9;
  border-color: transparent
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: #edeef0;
  border-color: #dcdde0;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0
}

.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1
}

.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: #aaabaf
}

@media only screen and (max-width:992px) {

  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none
  }
}

@media only screen and (max-width:576px) {
  .ant-pagination-options {
    display: none
  }
}

.ant-pagination-rtl {
  direction: rtl
}

.ant-pagination-rtl .ant-pagination-item,
.ant-pagination-rtl .ant-pagination-jump-next,
.ant-pagination-rtl .ant-pagination-jump-prev,
.ant-pagination-rtl .ant-pagination-prev,
.ant-pagination-rtl .ant-pagination-total-text {
  margin-left: 8px;
  margin-right: 0
}

.ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px
}

.ant-pagination-rtl .ant-pagination-options {
  margin-left: 0;
  margin-right: 16px
}

.ant-pagination-rtl .ant-pagination-options-size-changer.ant-select,
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager,
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-left: 8px;
  margin-right: 0
}

.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-left: 0;
  margin-right: 2px
}

body .ant-table-pagination.ant-pagination {
  margin: 24px 0
}

body .ant-pagination {
  color: #12141a
}

body .ant-pagination .ant-pagination-options-size-changer .ant-select-arrow {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.304 1.354a.5.5 0 1 0-.707-.708L6 5.243 1.404.646a.5.5 0 1 0-.707.708l4.95 4.95a.5.5 0 0 0 .707 0l4.95-4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  top: 65%;
  width: 11px
}

body .ant-pagination .ant-pagination-options-size-changer .ant-select-arrow>* {
  display: none !important
}

body .ant-pagination .anticon.anticon-left,
body .ant-pagination .anticon.anticon-right {
  background-repeat: no-repeat;
  filter: brightness(.01);
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 7px
}

body .ant-pagination .anticon.anticon-left>*,
body .ant-pagination .anticon.anticon-right>* {
  display: none
}

body .ant-pagination .anticon.anticon-right {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.622 6 .142 1.361a.517.517 0 0 1 0-.713.476.476 0 0 1 .69 0l4.833 5.005a.5.5 0 0 1 0 .694L.832 11.352a.475.475 0 0 1-.69 0 .517.517 0 0 1 0-.713L4.623 6z' fill='%234784FF'/%3E%3C/svg%3E");
  margin: 0 0 2px 1px
}

body .ant-pagination .anticon.anticon-left {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='6' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m1.378 6 4.48 4.639c.19.197.19.516 0 .713a.475.475 0 0 1-.69 0L.335 6.347a.5.5 0 0 1 0-.694L5.168.648a.476.476 0 0 1 .69 0c.19.197.19.516 0 .713L1.377 6z' fill='%234784FF'/%3E%3C/svg%3E");
  margin: 0 1px 2px 0
}

body .ant-pagination-item {
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

body .ant-pagination-item a {
  color: #12141a;
  line-height: 22px;
  padding: 0 4px
}

body .ant-pagination-item:focus,
body .ant-pagination-item:hover {
  border: 1px solid #4784ff
}

body .ant-pagination-item:focus a,
body .ant-pagination-item:hover a {
  color: #4784ff
}

body .ant-pagination-prev {
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

body .ant-pagination-prev .ant-pagination-item-link {
  border-radius: 4px;
  position: relative
}

body .ant-pagination-next svg,
body .ant-pagination-prev svg {
  position: relative;
  top: -2px
}

body .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

body .ant-pagination-next .ant-pagination-item-link {
  border-radius: 4px;
  position: relative
}

body .ant-pagination-item-link span {
  position: relative
}

body .ant-pagination-disabled .ant-pagination-item-link {
  background: #dcdde0
}

body .ant-pagination-item-active {
  background: #e3eefc;
  border: 1px solid #1966ff
}

body .ant-pagination-item-active a {
  color: #1966ff
}

body .ant-pagination-item-active:focus,
body .ant-pagination-item-active:hover {
  border: 1px solid #1966ff
}

body .ant-pagination-item-active:focus a,
body .ant-pagination-item-active:hover a {
  color: #1966ff
}

body .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
body .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #4784ff
}

body .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis,
body .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis {
  color: #12141a
}

body .ant-pagination-next:focus .ant-pagination-item-link,
body .ant-pagination-next:hover .ant-pagination-item-link,
body .ant-pagination-prev:focus .ant-pagination-item-link,
body .ant-pagination-prev:hover .ant-pagination-item-link {
  border: 1px solid #4784ff;
  color: #4784ff
}

body .ant-pagination-next:focus .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-next:focus .ant-pagination-item-link .anticon.anticon-right,
body .ant-pagination-next:hover .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-next:hover .ant-pagination-item-link .anticon.anticon-right,
body .ant-pagination-prev:focus .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-prev:focus .ant-pagination-item-link .anticon.anticon-right,
body .ant-pagination-prev:hover .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-prev:hover .ant-pagination-item-link .anticon.anticon-right {
  filter: brightness(1)
}

body .ant-pagination-disabled .ant-pagination-item-link,
body .ant-pagination-disabled:focus .ant-pagination-item-link,
body .ant-pagination-disabled:hover .ant-pagination-item-link {
  background-color: #edeef0;
  border: 1px solid #dcdde0;
  color: #aaabaf
}

body .ant-pagination-disabled .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-disabled .ant-pagination-item-link .anticon.anticon-right,
body .ant-pagination-disabled:focus .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-disabled:focus .ant-pagination-item-link .anticon.anticon-right,
body .ant-pagination-disabled:hover .ant-pagination-item-link .anticon.anticon-left,
body .ant-pagination-disabled:hover .ant-pagination-item-link .anticon.anticon-right {
  filter: grayscale(1);
  opacity: .5
}

body .ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: #aaabaf
}

body .ant-pagination-options-size-changer .ant-select-selector {
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

body .ant-pagination .ant-select-selection .ant-select-selector__rendered {
  line-height: 22px
}

body .ant-pagination .ant-select-selection-item,
body .ant-pagination .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
body .ant-pagination .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  height: 24px;
  line-height: 22px;
  padding-right: 18px
}

body .ant-pagination .ant-select-single .ant-select-selector .ant-select-selection-item,
body .ant-pagination .ant-select-single .ant-select-selector .ant-select-selection-placeholder,
body .ant-pagination .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
  line-height: 22px
}

body .ant-pagination-options-size-changer .ant-select-selection-selected-value {
  line-height: 22px
}

body .ant-pagination-options {
  align-items: center;
  display: inline-flex
}

body .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
  margin-left: 8px
}

body .ant-pagination-options-quick-jumper input {
  border: 1px solid #dcdde0;
  border-radius: 4px;
  height: 24px;
  line-height: 24px;
  padding-left: 8px;
  padding-right: 8px
}

body .ant-pagination-options-quick-jumper input-focused,
body .ant-pagination-options-quick-jumper input:focus {
  border-color: #1966ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0)
}

body .ant-pagination-options-quick-jumper input:hover {
  border-color: #1966ff
}

body .ant-pagination-jump-next,
body .ant-pagination-jump-prev,
body .ant-pagination-next,
body .ant-pagination-prev {
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

body .ant-pagination-jump-next .ant-pagination-item-ellipsis,
body .ant-pagination-jump-prev .ant-pagination-item-ellipsis,
body .ant-pagination-next .ant-pagination-item-ellipsis,
body .ant-pagination-prev .ant-pagination-item-ellipsis {
  font-size: 12px
}

.ant-popconfirm {
  z-index: 1060
}

body .ant-sp-popconfirm .popconfirm-title {
  color: #12141a;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

body .ant-sp-popconfirm .popconfirm-content {
  color: #85878a;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 2px
}

body .ant-sp-popconfirm .popconfirm-content-no-title {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body .ant-sp-popconfirm .ant-popover-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
  min-width: 160px;
  padding: 16px
}

body .ant-sp-popconfirm .ant-popover-message {
  display: flex;
  flex: 1 1;
  padding: 0
}

body .ant-sp-popconfirm .ant-popover-message-title {
  flex: 1 1;
  padding: 0
}

body .ant-sp-popconfirm .popconfirm-icon {
  background: 100% 100%/cover no-repeat;
  display: inline-block;
  height: 16px;
  margin: 2px 8px 2px 0;
  width: 16px
}

body .ant-popover-buttons {
  margin-bottom: 0;
  margin-top: 16px
}

body .ant-popover-buttons button {
  margin-left: 0
}

body .ant-popover-buttons button+button {
  margin-left: 8px
}

body .ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,
body .ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,
body .ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
  border-radius: 2px;
  top: 7px
}

body .ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,
body .ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,
body .ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  border-radius: 2px;
  bottom: 7px
}

body .ant-modal .modal-confirm-icon.success,
body .ant-sp-popconfirm .popconfirm-icon.success {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%2327C24E'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.154 8.464a.75.75 0 0 0-1.06 0l-5.508 5.508-2.68-2.68a.75.75 0 1 0-1.06 1.062l3.182 3.181a.748.748 0 0 0 .558.22.748.748 0 0 0 .557-.22l6.01-6.01a.75.75 0 0 0 0-1.06z' fill='%23fff'/%3E%3C/svg%3E")
}

body .ant-modal .modal-confirm-icon.warn,
body .ant-sp-popconfirm .popconfirm-icon.warn {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M22 12c0 5.523-4.477 10-10 10S2 17.523 2 12 6.477 2 12 2s10 4.477 10 10zM10.982 7.356a1.02 1.02 0 1 1 2.036 0l-.268 5.36a.751.751 0 0 1-1.5 0l-.268-5.36zM12 15.57a1.071 1.071 0 1 0 0 2.143 1.071 1.071 0 0 0 0-2.143z' fill='%23FF9F19'/%3E%3C/svg%3E")
}

body .ant-modal .modal-confirm-icon.error,
body .ant-sp-popconfirm .popconfirm-icon.error {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%23FF4050'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.243 7.757a.75.75 0 0 0-1.061 0L12 10.94 8.818 7.757a.75.75 0 0 0-1.06 1.061L10.938 12l-3.182 3.182a.75.75 0 0 0 1.061 1.06L12 13.062l3.182 3.182a.75.75 0 0 0 1.06-1.061L13.061 12l3.182-3.182a.75.75 0 0 0 0-1.06z' fill='%23fff'/%3E%3C/svg%3E")
}

body .ant-modal .modal-confirm-icon.info,
body .ant-sp-popconfirm .popconfirm-icon.info {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='10' fill='%231966FF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7.497a.748.748 0 1 0 0-1.496.748.748 0 1 0 0 1.496zm-.75 9.002v-6.5h-.75a.75.75 0 0 1 0-1.5H12a.75.75 0 0 1 .75.745v7.255h1.5a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1 0-1.5h1.5z' fill='%23fff'/%3E%3C/svg%3E")
}

.ant-popover {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: auto;
  font-size: 14px;
  font-variant: tabular-nums;
  font-weight: 400;
  left: 0;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: normal;
  z-index: 1030
}

.ant-popover:after {
  background: hsla(0, 0%, 100%, .01);
  content: "";
  position: absolute
}

.ant-popover-hidden {
  display: none
}

.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px
}

.ant-popover-placement-right,
.ant-popover-placement-rightBottom,
.ant-popover-placement-rightTop {
  padding-left: 10px
}

.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px
}

.ant-popover-placement-left,
.ant-popover-placement-leftBottom,
.ant-popover-placement-leftTop {
  padding-right: 10px
}

.ant-popover-inner {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-shadow: 0 0 8px rgba(0, 0, 0, .15)\9
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05)
  }
}

.ant-popover-title {
  border-bottom: 1px solid #edeef0;
  color: rgba(0, 0, 0, .85);
  font-weight: 500;
  margin: 0;
  min-height: 32px;
  min-width: 177px;
  padding: 5px 16px 4px
}

.ant-popover-inner-content {
  color: #55585c;
  padding: 12px 16px
}

.ant-popover-message {
  color: #55585c;
  font-size: 14px;
  padding: 4px 0 12px;
  position: relative
}

.ant-popover-message>.anticon {
  color: #faad14;
  font-size: 14px;
  position: absolute;
  top: 8.0005px
}

.ant-popover-message-title {
  padding-left: 22px
}

.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right
}

.ant-popover-buttons button {
  margin-left: 8px
}

.ant-popover-arrow {
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  display: block;
  height: 8.48528137px;
  position: absolute;
  transform: rotate(45deg);
  width: 8.48528137px
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  border-color: transparent #fff #fff transparent;
  bottom: 6.2px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.ant-popover-placement-top>.ant-popover-content>.ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.ant-popover-placement-topLeft>.ant-popover-content>.ant-popover-arrow {
  left: 16px
}

.ant-popover-placement-topRight>.ant-popover-content>.ant-popover-arrow {
  right: 16px
}

.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
  border-color: transparent transparent #fff #fff;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
  left: 6px
}

.ant-popover-placement-right>.ant-popover-content>.ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.ant-popover-placement-rightTop>.ant-popover-content>.ant-popover-arrow {
  top: 12px
}

.ant-popover-placement-rightBottom>.ant-popover-content>.ant-popover-arrow {
  bottom: 12px
}

.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
  top: 6px
}

.ant-popover-placement-bottom>.ant-popover-content>.ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.ant-popover-placement-bottomLeft>.ant-popover-content>.ant-popover-arrow {
  left: 16px
}

.ant-popover-placement-bottomRight>.ant-popover-content>.ant-popover-arrow {
  right: 16px
}

.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow,
.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
  border-color: #fff #fff transparent transparent;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
  right: 6px
}

.ant-popover-placement-left>.ant-popover-content>.ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.ant-popover-placement-leftTop>.ant-popover-content>.ant-popover-arrow {
  top: 12px
}

.ant-popover-placement-leftBottom>.ant-popover-content>.ant-popover-arrow {
  bottom: 12px
}

.ant-popover-rtl {
  direction: rtl;
  text-align: right
}

.ant-popover-rtl .ant-popover-message-title {
  padding-left: 16px;
  padding-right: 22px
}

.ant-popover-rtl .ant-popover-buttons {
  text-align: left
}

.ant-popover-rtl .ant-popover-buttons button {
  margin-left: 0;
  margin-right: 8px
}

.ant-radio-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-size: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-radio-group .ant-badge-count {
  z-index: 1
}

.ant-radio-group>.ant-badge:not(:first-child)>.ant-radio-button-wrapper {
  border-left: none
}

.ant-radio-wrapper {
  margin: 0 8px 0 0
}

.ant-radio,
.ant-radio-wrapper {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  padding: 0;
  position: relative;
  white-space: nowrap
}

.ant-radio {
  line-height: 1;
  margin: 0;
  outline: none;
  top: 0;
  vertical-align: sub
}

.ant-radio-input:focus+.ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner {
  border-color: #1966ff
}

.ant-radio-input:focus+.ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.ant-radio-checked:after {
  animation: antRadioEffect .36s ease-in-out;
  animation-fill-mode: both;
  border: 1px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.ant-radio-wrapper:hover .ant-radio:after,
.ant-radio:hover:after {
  visibility: visible
}

.ant-radio-inner {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 100px;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.ant-radio-inner:after {
  background-color: #1966ff;
  border-left: 0;
  border-radius: 8px;
  border-top: 0;
  content: " ";
  display: table;
  height: 8px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0);
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  width: 8px
}

.ant-radio-input {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.ant-radio-checked .ant-radio-inner {
  border-color: #1966ff
}

.ant-radio-checked .ant-radio-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.ant-radio-disabled .ant-radio-inner {
  background-color: #edeef0;
  border-color: #dcdde0 !important;
  cursor: not-allowed
}

.ant-radio-disabled .ant-radio-inner:after {
  background-color: rgba(0, 0, 0, .2)
}

.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed
}

.ant-radio-disabled+span {
  color: #aaabaf;
  cursor: not-allowed
}

span.ant-radio+* {
  padding-left: 8px;
  padding-right: 8px
}

.ant-radio-button-wrapper {
  background: #fff;
  border-color: #dcdde0;
  border-style: solid;
  border-width: 1.02px 1px 1px 0;
  color: #12141a;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  transition: color .3s, background .3s, border-color .3s, box-shadow .3s
}

.ant-radio-button-wrapper a {
  color: #12141a
}

.ant-radio-button-wrapper>.ant-radio-button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ant-radio-group-large .ant-radio-button-wrapper {
  font-size: 16px;
  height: 40px;
  line-height: 38px
}

.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 7px
}

.ant-radio-button-wrapper:not(:first-child):before {
  background-color: #dcdde0;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  padding: 1px 0;
  position: absolute;
  top: -1px;
  transition: background-color .3s;
  width: 1px
}

.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #dcdde0;
  border-radius: 2px 0 0 2px
}

.ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0
}

.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px
}

.ant-radio-button-wrapper:hover {
  color: #1966ff;
  position: relative
}

.ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type=checkbox],
.ant-radio-button-wrapper input[type=radio] {
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: 0
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #fff;
  border-color: #1966ff;
  color: #1966ff;
  z-index: 1
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):before {
  background-color: #1966ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1966ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #1966ff;
  color: #1966ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover:before {
  background-color: #1966ff
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  border-color: #0b49d9;
  color: #0b49d9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active:before {
  background-color: #0b49d9
}

.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled),
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  background: #1966ff;
  border-color: #1966ff;
  color: #fff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  background: #0b49d9;
  border-color: #0b49d9;
  color: #fff
}

.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.ant-radio-button-wrapper-disabled {
  cursor: not-allowed
}

.ant-radio-button-wrapper-disabled,
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  background-color: #edeef0;
  border-color: #dcdde0;
  color: #aaabaf
}

.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #dcdde0
}

.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  background-color: #e6e6e6;
  border-color: #dcdde0;
  box-shadow: none;
  color: #aaabaf
}

@supports (-moz-appearance:meterbar) and (background-blend-mode:difference, normal) {
  .ant-radio {
    vertical-align: text-bottom
  }
}

.ant-radio-group.ant-radio-group-rtl {
  direction: rtl
}

.ant-radio-wrapper.ant-radio-wrapper-rtl {
  direction: rtl;
  margin-left: 8px;
  margin-right: 0
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-left-width: 1px;
  border-right-width: 0
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child):before {
  left: 0;
  right: -1px
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #dcdde0
}

.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
  border-right-color: #1966ff
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px
}

.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #dcdde0
}

body .ant-radio-inner {
  border-color: #dcdde0
}

body .ant-radio-wrapper-checked.ant-radio-wrapper-disabled .ant-radio-inner {
  background-color: #fff
}

body .ant-radio-wrapper-checked.ant-radio-wrapper-disabled>span {
  color: #12141a
}

body .ant-radio-disabled .ant-radio-inner {
  background-color: #edeef0;
  border-color: #dcdde0 !important
}

body .ant-radio-disabled .ant-radio-wrapper {
  color: #aaabaf
}

body .ant-radio-wrapper {
  color: #12141a
}

body .ant-radio-wrapper .ant-radio-checked .ant-radio-inner {
  border-color: #1966ff
}

body .ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after {
  background-color: #1966ff
}

body .ant-radio-wrapper-checked .ant-radio-disabled .ant-radio-inner {
  border-color: #8cb6ff !important
}

body .ant-radio-wrapper-checked .ant-radio-disabled .ant-radio-inner:after {
  background-color: #8cb6ff
}

body .ant-radio-input:focus+.ant-radio-inner {
  box-shadow: none
}

body .ant-radio-checked:after {
  animation: none
}

body .ant-radio-wrapper-checked .ant-radio-checked.ant-radio-disabled:after {
  visibility: hidden
}

body .ant-radio-button-wrapper {
  color: #55585c;
  padding: 0 16px
}

body .ant-radio-button-wrapper-checked {
  font-weight: 500
}

body .ant-radio-button-wrapper:first-child {
  border-radius: 4px 0 0 4px
}

body .ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0
}

body .ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px
}

body .ant-radio-button-wrapper>.ant-radio-button {
  z-index: -1
}

.ant-select-single .ant-select-selector {
  display: flex
}

.ant-select-single .ant-select-selector .ant-select-selection-search {
  bottom: 0;
  left: 11px;
  position: absolute;
  right: 11px;
  top: 0
}

.ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%
}

.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  line-height: 30px;
  padding: 0;
  transition: all .3s
}

@supports (-moz-appearance:meterbar) {

  .ant-select-single .ant-select-selector .ant-select-selection-item,
  .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px
  }
}

.ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  pointer-events: none
}

.ant-select-single .ant-select-selector .ant-select-selection-item:after,
.ant-select-single .ant-select-selector .ant-select-selection-placeholder:after,
.ant-select-single .ant-select-selector:after {
  content: "\a0";
  display: inline-block;
  visibility: hidden;
  width: 0
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px
}

.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px
}

.ant-select-single.ant-select-open .ant-select-selection-item {
  opacity: .4
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  height: 32px;
  padding: 0 11px;
  position: relative;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  width: 100%
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer
}

.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text
}

.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto
}

.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background: #edeef0;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  background: transparent;
  border: none;
  height: 30px;
  margin: 0;
  outline: none;
  padding: 0
}

.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:after {
  line-height: 30px
}

.ant-select-single.ant-select-customize-input .ant-select-selector:after {
  display: none
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  left: 0;
  padding: 0 11px;
  position: absolute;
  right: 0
}

.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder:after {
  display: none
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector:after {
  line-height: 38px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector:after {
  line-height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  left: 7px;
  right: 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px
}

.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px
}

.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px
}

.ant-select-multiple .ant-select-selector {
  align-items: center;
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  display: flex;
  flex-wrap: wrap;
  padding: 1px 4px;
  position: relative;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-select-multiple .ant-select-selector input {
  cursor: pointer
}

.ant-select-show-search.ant-select-multiple .ant-select-selector input {
  cursor: auto
}

.ant-select-focused.ant-select-multiple .ant-select-selector {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-select-focused.ant-select-multiple .ant-select-selector {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  color: #aaabaf
}

.ant-select-disabled.ant-select-multiple .ant-select-selector input {
  cursor: not-allowed
}

.ant-select-multiple .ant-select-selector .ant-select-selection-search-input {
  background: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0
}

.ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text
}

.ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #edeef0;
  cursor: not-allowed
}

.ant-select-multiple .ant-select-selector:after {
  content: "\a0";
  display: inline-block;
  line-height: 24px;
  margin: 2px 0;
  width: 0
}

.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px
}

.ant-select-multiple .ant-select-selection-item {
  background: #f5f5f5;
  border: 1px solid #edeef0;
  border-radius: 2px;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  flex: none;
  height: 24px;
  line-height: 22px;
  margin-bottom: 2px;
  margin-right: 4px;
  margin-top: 2px;
  max-width: 100%;
  padding: 0 4px 0 8px;
  position: relative;
  transition: font-size .3s, line-height .3s, height .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  border-color: #dcdde0;
  color: #bfbfbf;
  cursor: not-allowed
}

.ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-select-multiple .ant-select-selection-item-remove {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  line-height: inherit;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -.125em
}

.ant-select-multiple .ant-select-selection-item-remove>* {
  line-height: 1
}

.ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block
}

.ant-select-multiple .ant-select-selection-item-remove:before {
  display: none
}

.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block
}

.ant-select-multiple .ant-select-selection-item-remove>.anticon {
  vertical-align: -.2em
}

.ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, .75)
}

.ant-select-multiple .ant-select-selection-search {
  margin-left: .5px;
  position: relative
}

.ant-select-multiple .ant-select-selection-search-input,
.ant-select-multiple .ant-select-selection-search-mirror {
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  line-height: 1.5715;
  transition: all .3s
}

.ant-select-multiple .ant-select-selection-search-input {
  min-width: 3px;
  width: 100%
}

.ant-select-multiple .ant-select-selection-search-mirror {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: nowrap;
  z-index: 999
}

.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 6.5px
}

.ant-select-multiple .ant-select-selection-placeholder {
  left: 11px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}

.ant-select-multiple.ant-select-lg .ant-select-selector:after {
  line-height: 32px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  line-height: 30px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 33px;
  line-height: 33px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px
}

.ant-select-multiple.ant-select-sm .ant-select-selector:after {
  line-height: 16px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 17px;
  line-height: 17px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px
}

.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 3px
}

.ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px
}

.ant-select-disabled .ant-select-selection-item-remove {
  display: none
}

.ant-select {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (-ms-high-contrast:none) {

  .ant-select-selection-item,
  .ant-select-selection-item ::-ms-backdrop {
    flex: auto
  }
}

.ant-select-selection-placeholder {
  flex: 1 1;
  opacity: .4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (-ms-high-contrast:none) {

  .ant-select-selection-placeholder,
  .ant-select-selection-placeholder ::-ms-backdrop {
    flex: auto
  }
}

.ant-select-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: #aaabaf;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  height: 12px;
  line-height: 0;
  line-height: 1;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  top: 53%;
  vertical-align: -.125em;
  width: 12px
}

.ant-select-arrow>* {
  line-height: 1
}

.ant-select-arrow svg {
  display: inline-block
}

.ant-select-arrow:before {
  display: none
}

.ant-select-arrow .ant-select-arrow-icon {
  display: block
}

.ant-select-arrow .anticon {
  transition: transform .3s;
  vertical-align: top
}

.ant-select-arrow .anticon>svg {
  vertical-align: top
}

.ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto
}

.ant-select-disabled .ant-select-arrow {
  cursor: not-allowed
}

.ant-select-clear {
  background: #fff;
  color: #aaabaf;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  height: 12px;
  line-height: 1;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  right: 11px;
  text-align: center;
  text-rendering: auto;
  text-transform: none;
  top: 50%;
  transition: color .3s ease, opacity .15s ease;
  width: 12px;
  z-index: 1
}

.ant-select-clear:before {
  display: block
}

.ant-select-clear:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-select:hover .ant-select-clear {
  opacity: 1
}

.ant-select-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  font-variant: normal;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 4px 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn
}

.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut
}

.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut
}

.ant-select-dropdown-hidden {
  display: none
}

.ant-select-dropdown-empty {
  color: #aaabaf
}

.ant-select-item-empty {
  color: #55585c;
  color: #aaabaf
}

.ant-select-item,
.ant-select-item-empty {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  min-height: 32px;
  padding: 5px 12px;
  position: relative
}

.ant-select-item {
  color: #55585c;
  cursor: pointer;
  transition: background .3s ease
}

.ant-select-item-group {
  color: rgba(0, 0, 0, .45);
  cursor: default;
  font-size: 12px
}

.ant-select-item-option {
  display: flex
}

.ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-select-item-option-state {
  flex: none
}

.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #e6f2ff;
  color: #55585c;
  font-weight: 600
}

.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1966ff
}

.ant-select-item-option-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-select-item-option-grouped {
  padding-left: 24px
}

.ant-select-lg {
  font-size: 16px
}

.ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.ant-select-rtl {
  direction: rtl
}

.ant-select-rtl .ant-select-arrow,
.ant-select-rtl .ant-select-clear {
  left: 11px;
  right: auto
}

.ant-select-dropdown-rtl {
  direction: rtl
}

.ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-left: 12px;
  padding-right: 24px
}

.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-left: 24px;
  padding-right: 4px
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  margin-left: 4px;
  margin-right: 0;
  padding: 0 8px 0 4px;
  text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-left: 4px;
  margin-right: 0;
  text-align: right
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
  margin-left: 4px;
  margin-right: .5px
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  left: auto;
  right: 0
}

.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  left: auto;
  right: 11px
}

.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px
}

.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  left: 9px;
  right: 0;
  text-align: right
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  left: 25px;
  right: 11px
}

.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-left: 18px;
  padding-right: 0
}

.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 0
}

.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-left: 21px;
  padding-right: 0
}

body .ant-select-selection-item .mortise-select-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%
}

body .ant-select-selection-item .mortise-select-item-content {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

body .ant-select-selection-item .mortise-select-item-icon {
  display: none
}

body .ant-select-item-option-content .mortise-select-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-height: 20px;
  width: 100%
}

body .ant-select-item-option-content .mortise-select-item-content {
  margin-right: 16px;
  overflow: hidden;
  white-space: normal;
  word-break: break-all
}

body .ant-select-item-option-content .mortise-select-item-icon {
  height: 16px;
  margin-top: 2px;
  visibility: hidden;
  width: 16px
}

body .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .mortise-select-item-icon {
  visibility: visible
}

body .ant-select {
  color: #12141a
}

body .ant-select-dropdown div div::-webkit-scrollbar {
  height: 6px;
  width: 6px
}

body .ant-select-dropdown div div::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .08);
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .08)
}

body .ant-select-dropdown div div::-webkit-scrollbar-thumb {
  background: hsla(0, 0%, 100%, .32);
  border-radius: 3px;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, .2)
}

body .ant-select-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='.01' fill='%23D8D8D8' d='M0 0h16v16H0z'/%3E%3Ccircle cx='8' cy='8' r='7' fill='%23AAACAF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.828 5.879a.5.5 0 1 0-.707-.707L8 7.292l-2.121-2.12a.5.5 0 1 0-.707.707L7.292 8l-2.12 2.121a.5.5 0 1 0 .707.707L8 8.708l2.121 2.12a.5.5 0 0 0 .707 0 .5.5 0 0 0 0-.707L8.708 8l2.12-2.121z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 14px;
  width: 14px
}

body .ant-select-clear>* {
  display: none !important
}

body .has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {
  border-color: #ff4050 !important
}

body .ant-select-selection-placeholder {
  color: #aaabaf;
  opacity: 1;
  pointer-events: none
}

body .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
body .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 23px
}

body .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border: 1px solid #dcdde0;
  border-radius: 4px;
  padding-left: 12px;
  padding-right: 8px
}

body .ant-select:not(.ant-select-disabled):not(.ant-select-auto-complete):hover .ant-select-selector {
  border: 1px solid #4784ff;
  border-radius: 4px
}

body .ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #1966ff;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .08)
}

body .default-arrow.ant-select-single:not(.ant-select-customize-input):not(.ant-select-open) .ant-select-suffix {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.304 1.354a.5.5 0 1 0-.707-.708L6 5.243 1.404.646a.5.5 0 1 0-.707.708l4.95 4.95a.5.5 0 0 0 .707 0l4.95-4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .default-arrow.ant-select-single:not(.ant-select-customize-input):not(.ant-select-open) .ant-select-suffix>* {
  display: none !important
}

body .default-arrow.ant-select-single.ant-select-open:not(.ant-select-customize-input):not(.ant-select-show-search) .ant-select-suffix {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.698 5.646a.5.5 0 1 0 .707.708l4.596-4.597 4.597 4.597a.5.5 0 1 0 .707-.708L6.355.696a.5.5 0 0 0-.707 0l-4.95 4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .default-arrow.ant-select-single.ant-select-open:not(.ant-select-customize-input):not(.ant-select-show-search) .ant-select-suffix>* {
  display: none !important
}

body .default-arrow.ant-select-single .ant-select-arrow {
  top: 60%
}

body .default-arrow.ant-select-single.ant-select-open.ant-select-show-search .ant-select-arrow {
  top: 53%
}

body .default-arrow .ant-select-clear {
  right: 10px
}

body .default-arrow.ant-select .ant-select-arrow {
  transition: all 0s ease
}

body .ant-select .ant-select-arrow {
  transition: all .1s ease
}

body .ant-select-single.ant-select-open .ant-select-selection-item {
  opacity: 1
}

body .ant-select-arrow {
  color: #55585c;
  height: 16px;
  right: 8px;
  width: 16px
}

body .sp-multiple-Select.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
  margin-left: 0
}

body .sp-multiple-Select .ant-select-selector,
body .sp-search-select .ant-select-selector {
  border-radius: 4px;
  padding: 1px 4px 1px 10px
}

body .ant-select-multiple .ant-select-selection-item {
  background-color: #edeef0;
  color: #55585c;
  font-size: 12px
}

body .ant-select-multiple .ant-select-selection-item .ant-select-selection-item-remove {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%2385878A' fill-rule='evenodd' d='M7.293 8 3.5 4.207a.5.5 0 0 1 .707-.707L8 7.293 11.793 3.5a.5.5 0 0 1 .707.707L8.707 8l3.793 3.793a.5.5 0 1 1-.707.707L8 8.707 4.207 12.5a.5.5 0 1 1-.707-.707L7.293 8z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 16px;
  margin-top: 3px;
  width: 16px
}

body .ant-select-multiple .ant-select-selection-item .ant-select-selection-item-remove>* {
  display: none !important
}

body .sp-multiple-Select.default-arrow.ant-select-show-arrow.ant-select-multiple .ant-select-arrow {
  top: 60%
}

body .sp-multiple-Select.default-arrow.ant-select-show-arrow.ant-select-multiple .ant-select-arrow .ant-select-suffix {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.304 1.354a.5.5 0 1 0-.707-.708L6 5.243 1.404.646a.5.5 0 1 0-.707.708l4.95 4.95a.5.5 0 0 0 .707 0l4.95-4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .sp-multiple-Select.default-arrow.ant-select-show-arrow.ant-select-multiple .ant-select-arrow .ant-select-suffix>* {
  display: none !important
}

body .sp-multiple-Select.default-arrow.ant-select-show-arrow.ant-select-multiple.ant-select-open:not(.ant-select-customize-input):not(.ant-select-show-search) .ant-select-suffix {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M.698 5.646a.5.5 0 1 0 .707.708l4.596-4.597 4.597 4.597a.5.5 0 1 0 .707-.708L6.355.696a.5.5 0 0 0-.707 0l-4.95 4.95Z' fill='%2355585C'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 7px;
  width: 11px
}

body .sp-multiple-Select.default-arrow.ant-select-show-arrow.ant-select-multiple.ant-select-open:not(.ant-select-customize-input):not(.ant-select-show-search) .ant-select-suffix>* {
  display: none !important
}

body .ant-select-dropdown {
  border-radius: 4px;
  padding: 8px 0
}

body .ant-select-dropdown .ant-select-item:not(.ant-select-item-group) {
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 8px 6px 12px
}

body .ant-select-dropdown .ant-select-item.ant-select-item-option-disabled {
  color: #aaabaf
}

body .ant-select-dropdown .ant-select-item.ant-select-item-option-grouped {
  padding-left: 24px
}

body .ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #e3eefc
}

body .ant-select-dropdown .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f3f4f6
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .sp-multiple-Select-divider {
  border-color: #edeef0;
  margin: 8px;
  min-width: calc(100% - 16px);
  width: calc(100% - 16px)
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .sp-select-all {
  color: #55585c;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 40px;
  position: relative
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group) {
  padding-left: 40px;
  position: relative
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group).ant-select-item-option-selected .ant-select-item-option-state {
  display: none
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group):before,
body .ant-select-dropdown.sp-multiple-Select-dropdown .sp-select-all .select-all-checkbox {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 11px;
  position: absolute;
  top: 8px;
  width: 16px
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group).ant-select-item-option-selected:before,
body .ant-select-dropdown.sp-multiple-Select-dropdown .select-all-checkbox.select-all {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Crect width='16' height='16' fill='%231966FF' rx='2'/%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M13.017 3.516a.748.748 0 0 1 .05 1.04L7.2 11.208a1 1 0 0 1-1.452.051L3.02 8.568a.76.76 0 0 1 1.047-1.1l2.482 2.283 5.396-6.18a.748.748 0 0 1 1.073-.055z' clip-rule='evenodd'/%3E%3C/svg%3E");
  border: none
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group).ant-select-item-option-selected.ant-select-item-option-disabled:before {
  opacity: .4
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item:not(.ant-select-item-group):not(.ant-select-item-option-selected).ant-select-item-option-disabled:before {
  background-color: rgba(0, 0, 0, .04)
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  background-color: #fff
}

body .ant-select-dropdown.sp-multiple-Select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled).ant-select-item-option-active {
  background-color: #f3f4f6
}

body .ant-select-dropdown.sp-search-select-dropdown .sp-select-search {
  margin: 0 12px 8px
}

body .ant-select.sp-search-select .ant-select-selection-search-input {
  display: none !important
}

.ant-steps {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: flex;
  font-size: 14px;
  font-size: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: initial;
  width: 100%
}

.ant-steps-item {
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  position: relative;
  vertical-align: top
}

.ant-steps-item-container {
  outline: none
}

.ant-steps-item:last-child {
  flex: none
}

.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after,
.ant-steps-item:last-child>.ant-steps-item-container>.ant-steps-item-tail {
  display: none
}

.ant-steps-item-content,
.ant-steps-item-icon {
  display: inline-block;
  vertical-align: top
}

.ant-steps-item-icon {
  border: 1px solid #aaabaf;
  border-radius: 32px;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0 4px 0 0;
  text-align: center;
  transition: background-color .3s, border-color .3s;
  width: 32px
}

.ant-steps-item-icon .ant-steps-icon {
  color: #1966ff;
  line-height: 1;
  position: relative;
  top: 0
}

.ant-steps-item-tail {
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 12px;
  width: 100%
}

.ant-steps-item-tail:after {
  background: #edeef0;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 1px;
  transition: background .3s;
  width: 100%
}

.ant-steps-item-title {
  color: #55585c;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding-right: 16px;
  position: relative
}

.ant-steps-item-title:after {
  background: #edeef0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 16px;
  width: 9999px
}

.ant-steps-item-subtitle {
  display: inline;
  font-weight: 400;
  margin-left: 8px
}

.ant-steps-item-description,
.ant-steps-item-subtitle {
  color: rgba(0, 0, 0, .45);
  font-size: 14px
}

.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: #aaabaf
}

.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
  color: #aaabaf
}

.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
  background: #aaabaf
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  color: rgba(0, 0, 0, .45)
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  background-color: #edeef0
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
  color: rgba(0, 0, 0, .45)
}

.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after {
  background-color: #edeef0
}

.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1966ff
}

.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
  color: #1966ff
}

.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
  background: #1966ff
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  color: rgba(0, 0, 0, .85)
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  background-color: #edeef0
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
  color: #55585c
}

.ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after {
  background-color: #edeef0
}

.ant-steps-item-process .ant-steps-item-icon {
  background: #1966ff
}

.ant-steps-item-process .ant-steps-item-icon .ant-steps-icon {
  color: #fff
}

.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500
}

.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1966ff
}

.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
  color: #1966ff
}

.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
  background: #1966ff
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  color: #55585c
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  background-color: #1966ff
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
  color: rgba(0, 0, 0, .45)
}

.ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after {
  background-color: #1966ff
}

.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4050
}

.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon {
  color: #ff4050
}

.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon .ant-steps-icon-dot {
  background: #ff4050
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  color: #ff4050
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  background-color: #edeef0
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
  color: #ff4050
}

.ant-steps-item-error>.ant-steps-item-container>.ant-steps-item-tail:after {
  background-color: #edeef0
}

.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #ff4050
}

.ant-steps-item-disabled {
  cursor: not-allowed
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] {
  cursor: pointer
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-icon .ant-steps-icon,
.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button] .ant-steps-item-title {
  transition: color .3s
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active)>.ant-steps-item-container[role=button]:hover .ant-steps-item-title {
  color: #1966ff
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon {
  border-color: #1966ff
}

.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)>.ant-steps-item-container[role=button]:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1966ff
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none
}

.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal
}

.ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  height: auto
}

.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
  font-size: 24px;
  height: 32px;
  left: .5px;
  line-height: 32px;
  top: 0;
  width: 32px
}

.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon {
  color: #1966ff
}

.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  width: auto
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px
}

.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0
}

.ant-steps-small .ant-steps-item-icon {
  border-radius: 24px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 0 8px 0 0;
  text-align: center;
  width: 24px
}

.ant-steps-small .ant-steps-item-title {
  font-size: 14px;
  line-height: 24px;
  padding-right: 12px
}

.ant-steps-small .ant-steps-item-title:after {
  top: 12px
}

.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, .45);
  font-size: 14px
}

.ant-steps-small .ant-steps-item-tail {
  top: 8px
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  border-radius: 0;
  height: inherit;
  line-height: inherit;
  width: inherit
}

.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none
}

.ant-steps-vertical {
  display: flex;
  flex-direction: column
}

.ant-steps-vertical .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  overflow: visible
}

.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px
}

.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden
}

.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px
}

.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
  height: 100%;
  left: 16px;
  padding: 38px 0 6px;
  position: absolute;
  top: 0;
  width: 1px
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after {
  height: 100%;
  width: 1px
}

.ant-steps-vertical>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail {
  display: block
}

.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  display: none
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  left: 12px;
  padding: 30px 0 6px;
  position: absolute;
  top: 0
}

.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px
}

.ant-steps-rtl.ant-steps-vertical .ant-steps-item-icon {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.ant-steps-rtl.ant-steps-vertical>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
  left: auto;
  right: 16px
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  left: auto;
  right: 12px
}

@media (max-width:480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: flex;
    flex-direction: column
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    flex: 1 0 auto;
    overflow: visible
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px
  }

  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px
  }

  .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
    height: 100%;
    left: 16px;
    padding: 38px 0 6px;
    position: absolute;
    top: 0;
    width: 1px
  }

  .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail:after {
    height: 100%;
    width: 1px
  }

  .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item:not(:last-child)>.ant-steps-item-container>.ant-steps-item-tail {
    display: block
  }

  .ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
    display: none
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    left: 12px;
    padding: 30px 0 6px;
    position: absolute;
    top: 0
  }

  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px
  }

  .ant-steps-rtl.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: right;
    margin-left: 16px;
    margin-right: 0
  }

  .ant-steps-rtl.ant-steps-horizontal.ant-steps-label-horizontal>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
    left: auto;
    right: 16px
  }

  .ant-steps-rtl.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    left: auto;
    right: 12px
  }
}

.ant-steps-label-vertical .ant-steps-item {
  overflow: visible
}

.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px
}

.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  margin-top: 8px;
  text-align: center;
  width: 116px
}

.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px
}

.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
  padding-right: 0
}

.ant-steps-label-vertical .ant-steps-item-title:after {
  display: none
}

.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  line-height: 1.5715;
  margin-bottom: 4px;
  margin-left: 0
}

.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px
}

.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715
}

.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 0 0 70px;
  padding: 0;
  top: 2px;
  width: 100%
}

.ant-steps-dot .ant-steps-item-tail:after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after {
  height: 3px;
  margin-left: 12px;
  width: calc(100% - 20px)
}

.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px
}

.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  background: transparent;
  border: 0;
  height: 8px;
  line-height: 8px;
  margin-left: 67px;
  padding-right: 0;
  width: 8px
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  border-radius: 100px;
  float: left;
  height: 100%;
  position: relative;
  transition: all .3s;
  width: 100%
}

.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after {
  background: rgba(0, 0, 0, .001);
  content: "";
  height: 32px;
  left: -26px;
  position: absolute;
  top: -12px;
  width: 60px
}

.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  height: 10px;
  line-height: 10px;
  position: relative;
  top: -1px;
  width: 10px
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  background: none;
  margin-left: 0;
  margin-top: 8px
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
  top: 2px
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0
}

.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px
}

.ant-steps-navigation {
  padding-top: 12px
}

.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px
}

.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center
}

.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity .3s
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  overflow: hidden;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title:after {
  display: none
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button] {
  cursor: pointer
}

.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role=button]:hover {
  opacity: .85
}

.ant-steps-navigation .ant-steps-item:last-child {
  flex: 1 1
}

.ant-steps-navigation .ant-steps-item:last-child:after {
  display: none
}

.ant-steps-navigation .ant-steps-item:after {
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 12px;
  left: 100%;
  margin-left: -2px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px
}

.ant-steps-navigation .ant-steps-item:before {
  background-color: #1966ff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width .3s, left .3s;
  transition-timing-function: ease-out;
  width: 0
}

.ant-steps-navigation .ant-steps-item.ant-steps-item-active:before {
  left: 0;
  width: 100%
}

@media (max-width:480px) {
  .ant-steps-navigation>.ant-steps-item {
    margin-right: 0 !important
  }

  .ant-steps-navigation>.ant-steps-item:before {
    display: none
  }

  .ant-steps-navigation>.ant-steps-item.ant-steps-item-active:before {
    display: block;
    height: calc(100% - 24px);
    left: unset;
    right: 0;
    top: 0;
    width: 3px
  }

  .ant-steps-navigation>.ant-steps-item:after {
    display: block;
    height: 8px;
    left: 50%;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    top: -2px;
    transform: rotate(135deg);
    width: 8px
  }

  .ant-steps-navigation>.ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
    visibility: hidden
  }
}

.ant-steps-rtl {
  direction: rtl
}

.ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-left: 8px;
  margin-right: 0
}

.ant-steps-rtl .ant-steps-item-tail {
  left: auto;
  right: 0
}

.ant-steps-rtl .ant-steps-item-title {
  padding-left: 16px;
  padding-right: 0
}

.ant-steps-rtl .ant-steps-item-title:after {
  left: auto;
  right: 100%
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 0;
  padding-right: 16px
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0
}

.ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0
}

.ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon {
  left: auto;
  right: .5px
}

.ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: 0;
  margin-right: -12px
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-left: 0;
  margin-right: -16px;
  text-align: right
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0
}

.ant-steps-rtl.ant-steps-navigation .ant-steps-item:after {
  left: auto;
  margin-left: 0;
  margin-right: -2px;
  right: 100%;
  transform: rotate(225deg)
}

.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 0;
  padding-right: 12px
}

.ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0
}

.ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-left: 12px;
  padding-right: 0
}

.ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-tail:after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail:after {
  margin-left: 0;
  margin-right: 12px
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: auto;
  right: 2px
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-left: 0;
  margin-right: 67px
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right
}

.ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after,
.ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot:after {
  left: auto;
  right: -26px
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-left: 16px;
  margin-right: 0
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item>.ant-steps-item-container>.ant-steps-item-tail {
  left: auto;
  right: -9px
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: auto;
  right: 0
}

.ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: auto;
  right: -2px
}

.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation):not(.ant-steps-vertical) .ant-steps-item {
  padding-top: 4px
}

.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation) .ant-steps-item .ant-steps-item-icon {
  position: relative
}

.ant-steps:not(.ant-steps-dot):not(.ant-steps-navigation) .ant-steps-item .ant-steps-item-icon .ant-progress {
  bottom: -5px;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px
}

.step-dashed-line {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSIjZWRlZWYwIi8+PC9zdmc+) repeat-x
}

body .ant-sp-steps.sps .step-description {
  margin-bottom: 0
}

body .ant-sp-steps.sps .step-button {
  background: #fff;
  border: 1px solid #1966ff;
  border-radius: 4px;
  color: #1966ff;
  cursor: pointer;
  height: 24px;
  margin-top: 8px;
  outline: none;
  width: 72px
}

body .ant-sp-steps.sps .ant-steps-item-title {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 8px
}

body .ant-sp-steps.sps .ant-steps-item-icon svg {
  display: none
}

body .ant-sp-steps.sps .ant-steps-item-icon {
  font-size: 0;
  height: 20px;
  line-height: 20px;
  margin: 0 4px 0 0;
  width: 20px
}

body .ant-sp-steps.sps .ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title:after {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSIjZWRlZWYwIi8+PC9zdmc+) repeat-x;
  content: "";
  height: 4px;
  top: 8px
}

body .ant-sp-steps.sps .ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-description {
  color: #85878a;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px
}

body .ant-sp-steps.sps.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 4px;
  padding-left: 0
}

body .ant-sp-steps.sps .sp.ant-steps-item .ant-steps-item-icon>.ant-steps-icon {
  display: inline-block;
  font-size: 0;
  height: 20px;
  left: .5px;
  line-height: 20px;
  top: 0;
  width: 20px
}

body .ant-sp-steps.sps .sp.ant-steps-item .ant-steps-item-icon>.ant-steps-icon:after {
  content: "";
  display: block;
  font-size: 0;
  height: 20px;
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  width: 20px
}

body .ant-sp-steps.sps .sp.ant-steps-item-custom .ant-steps-item-icon>.ant-steps-icon:after {
  display: none
}

body .ant-sp-steps.sps .sp.ant-steps-item .ant-steps-item-icon {
  background: transparent;
  border: none
}

body .ant-sp-steps.sps .sp.ant-steps-item-active .ant-steps-item-icon>.ant-steps-icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%2312141A' fill-rule='evenodd'%3E%3Cpath d='m15.143 10.462-.078.066-3.104 3.105a.75.75 0 0 1-.977.073l-.084-.073a.75.75 0 0 1 0-1.06l2.645-2.647L10.9 7.28a.75.75 0 0 1 1.06-1.06l3.098 3.098.084.073a.747.747 0 0 1 .218.478v.115a.747.747 0 0 1-.218.478z'/%3E%3Cpath d='m10.462 10.462-.077.066-3.105 3.105a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1 0-1.06l2.645-2.647L6.22 7.28a.75.75 0 0 1 1.06-1.06l3.098 3.098.084.073a.747.747 0 0 1 .218.478v.115a.747.747 0 0 1-.218.478z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10
}

body .ant-sp-steps.sps .sp.ant-steps-item-active>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  font-weight: 500
}

body .ant-sp-steps.sps .sp.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cpath d='M7.397 9.881a.781.781 0 0 0-1.157 0 .918.918 0 0 0 0 1.238l2.454 2.625a.781.781 0 0 0 1.157 0l4.91-5.25a.919.919 0 0 0 0-1.238.781.781 0 0 0-1.158 0l-4.33 4.632L7.397 9.88z' fill='%2327C24E' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10
}

body .ant-sp-steps.sps .sp.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='22' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill-opacity='.01' fill='%23FFF' d='M0 0h22v22H0z'/%3E%3Cpath d='M14.536 7.465a1 1 0 0 1 0 1.414L12.414 11l2.121 2.121a1 1 0 1 1-1.414 1.414L11 12.415l-2.121 2.12a1 1 0 1 1-1.414-1.414L9.585 11l-2.12-2.121a1 1 0 1 1 1.414-1.414L11 9.585l2.121-2.12a1 1 0 0 1 1.414 0z' fill='%23FF4050'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10
}

body .ant-sp-steps.sps .sp.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title {
  color: #12141a
}

body .ant-sp-steps.sps .sp.ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title,
body .ant-sp-steps.sps .sp.ant-steps-item>.ant-steps-item-container>.ant-steps-item-content.ant-steps-item-description {
  color: #85878a
}

body .ant-sp-steps.sps .sp.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M0 0h20v20H0z'/%3E%3Cg fill='%23EDEEF0'%3E%3Cpath d='m15.143 10.462-.078.066-3.104 3.105a.75.75 0 0 1-.977.073l-.084-.073a.75.75 0 0 1 0-1.06l2.645-2.647L10.9 7.28a.75.75 0 0 1 1.06-1.06l3.098 3.098.084.073a.747.747 0 0 1 .218.478v.115a.747.747 0 0 1-.218.478z'/%3E%3Cpath d='m10.462 10.462-.077.066-3.105 3.105a.75.75 0 0 1-.976.073l-.084-.073a.75.75 0 0 1 0-1.06l2.645-2.647L6.22 7.28a.75.75 0 0 1 1.06-1.06l3.098 3.098.084.073a.747.747 0 0 1 .218.478v.115a.747.747 0 0 1-.218.478z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  z-index: 10
}

body .ant-sp-steps.sp-updone .sp.ant-steps-item-finish .ant-steps-item-icon>.ant-steps-icon {
  color: #27c24e
}

body .ant-sp-steps.sp-updone .sp.ant-steps-item-error .ant-steps-item-icon>.ant-steps-icon {
  color: #ff4050
}

body .sp-updone.ant-steps-dot .ant-steps-item-tail {
  position: relative
}

body .sp-updone.ant-steps-dot .ant-steps-item-tail:after {
  background-color: #fff;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxyZWN0IHdpZHRoPSIyIiBoZWlnaHQ9IjQiIHJ4PSIxIiBmaWxsPSIjZWRlZWYwIi8+PC9zdmc+) repeat-x;
  content: "";
  display: block;
  height: 4px;
  margin-left: 8px;
  position: absolute;
  top: 8px;
  width: calc(100% - 36px)
}

body .sp-updone.ant-steps-dot .ant-steps-item-icon {
  height: 20px;
  margin-left: 48px;
  top: 0;
  width: 20px
}

body .sp-updone.ant-steps-dot .ant-steps-item-icon img,
body .sp-updone.ant-steps-dot .ant-steps-item-icon span {
  display: inline-block;
  height: 20px;
  width: 20px
}

body .sp-updone.ant-steps-dot .ant-steps-item-icon .ant-steps-icon {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 2px
}

body .sp-updone.ant-steps-dot .ant-steps-item-content {
  margin-top: 0
}

body .sp-updone.ant-steps-dot .ant-steps-item-content .ant-steps-item-title {
  color: #12141a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 4px
}

body .sp-updone.ant-steps-dot .sp.ant-steps-item-wait .ant-steps-item-content .ant-steps-item-title,
body .sp-updone.ant-steps-dot .sp.ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon {
  color: #85878a
}

body .sp-updone.ant-steps-dot .sp.ant-steps-item-active .ant-steps-item-content .ant-steps-item-title,
body .sp-updone.ant-steps-dot .sp.ant-steps-item-active .ant-steps-item-icon .ant-steps-icon {
  font-weight: 500
}

.ant-switch {
  font-feature-settings: "tnum";
  background-color: #aaabaf;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 22px;
  line-height: 1.5715;
  line-height: 22px;
  list-style: none;
  margin: 0;
  min-width: 44px;
  padding: 0;
  position: relative;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

.ant-switch:focus {
  box-shadow: 0 0 0 2px hsla(228, 3%, 68%, .1);
  outline: 0
}

.ant-switch-checked:focus {
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2)
}

.ant-switch:focus:hover {
  box-shadow: none
}

.ant-switch-checked {
  background-color: #1966ff
}

.ant-switch-disabled,
.ant-switch-loading {
  cursor: not-allowed;
  opacity: .4
}

.ant-switch-disabled *,
.ant-switch-loading * {
  box-shadow: none;
  cursor: not-allowed
}

.ant-switch-inner {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 7px 0 25px;
  transition: margin .2s
}

.ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px
}

.ant-switch-handle {
  height: 18px;
  left: 2px;
  top: 2px;
  width: 18px
}

.ant-switch-handle,
.ant-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out
}

.ant-switch-handle:before {
  background-color: #fff;
  border-radius: 9px;
  bottom: 0;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, .2);
  content: "";
  left: 0;
  right: 0;
  top: 0
}

.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 20px)
}

.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle:before {
  left: 0;
  right: -30%
}

.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle:before {
  left: -30%;
  right: 0
}

.ant-switch-loading-icon {
  color: rgba(0, 0, 0, .65);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.ant-switch-checked .ant-switch-loading-icon {
  color: #1966ff
}

.ant-switch-small {
  height: 16px;
  line-height: 16px;
  min-width: 28px
}

.ant-switch-small .ant-switch-inner {
  font-size: 12px;
  margin: 0 5px 0 18px
}

.ant-switch-small .ant-switch-handle {
  height: 12px;
  width: 12px
}

.ant-switch-small .ant-switch-loading-icon {
  transform: translate(-50%, -50%) scale(.66667)
}

.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px
}

.ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 14px)
}

.ant-switch-rtl {
  direction: rtl
}

.ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px
}

.ant-switch-rtl .ant-switch-handle {
  left: auto;
  right: 2px
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle:before {
  left: -30%;
  right: 0
}

.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle:before {
  left: 0;
  right: -30%
}

.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px
}

.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 20px)
}

.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 14px)
}

body .ant-switch {
  background-color: #dcdde0;
  height: 20px;
  line-height: 20px;
  min-width: 36px
}

body .ant-switch .ant-switch-handle {
  height: 16px;
  width: 16px
}

body .ant-switch .ant-switch-handle:before {
  box-shadow: 0 0 4px rgba(0, 0, 1, .12)
}

body .ant-switch .ant-switch-inner {
  font-size: 12px;
  margin: 0 7px 0 22px
}

body .ant-switch.ant-switch-checked {
  background: #1966ff
}

body .ant-switch.ant-switch-checked .ant-switch-inner {
  margin: 0 22px 0 7px
}

body .ant-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px)
}

body .ant-switch.spiderman-large-switch {
  font-size: 14px;
  height: 28px;
  line-height: 28px;
  min-width: 52px
}

body .ant-switch.spiderman-large-switch .ant-switch-inner {
  font-size: 14px;
  margin: 0 7px 0 30px
}

body .ant-switch.spiderman-large-switch.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 26px)
}

body .ant-switch.spiderman-large-switch.ant-switch-checked .ant-switch-inner {
  margin: 0 30px 0 7px
}

body .ant-switch.spiderman-large-switch .ant-switch-handle {
  height: 24px;
  width: 24px
}

body .ant-switch.spiderman-large-switch .ant-switch-handle:before {
  border-radius: 50%
}

body .ant-switch .ant-switch-loading-icon.anticon-spin {
  animation: switchLoadingCircle 1s linear infinite
}

@keyframes switchLoadingCircle {
  0% {
    transform: translate(-50%, -50%) rotate(0deg)
  }

  to {
    transform: translate(-50%, -50%) rotate(1turn)
  }
}

.ant-table.ant-table-middle {
  font-size: 14px
}

.ant-table.ant-table-middle .ant-table-footer,
.ant-table.ant-table-middle .ant-table-tbody>tr>td,
.ant-table.ant-table-middle .ant-table-thead>tr>th,
.ant-table.ant-table-middle .ant-table-title,
.ant-table.ant-table-middle tfoot>tr>td,
.ant-table.ant-table-middle tfoot>tr>th {
  padding: 12px 8px
}

.ant-table.ant-table-middle .ant-table-thead th.ant-table-column-has-sorters {
  padding: 0
}

.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column {
  margin: -12px -8px
}

.ant-table.ant-table-middle .ant-table-thead .ant-table-filter-column-title {
  padding: 12px 2.3em 12px 8px
}

.ant-table.ant-table-middle .ant-table-thead .ant-table-column-sorters {
  padding: 12px 8px
}

.ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px
}

.ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px
}

.ant-table.ant-table-small {
  font-size: 14px
}

.ant-table.ant-table-small .ant-table-footer,
.ant-table.ant-table-small .ant-table-tbody>tr>td,
.ant-table.ant-table-small .ant-table-thead>tr>th,
.ant-table.ant-table-small .ant-table-title,
.ant-table.ant-table-small tfoot>tr>td,
.ant-table.ant-table-small tfoot>tr>th {
  padding: 8px
}

.ant-table.ant-table-small .ant-table-thead th.ant-table-column-has-sorters {
  padding: 0
}

.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column {
  margin: -8px
}

.ant-table.ant-table-small .ant-table-thead .ant-table-filter-column-title {
  padding: 8px 2.3em 8px 8px
}

.ant-table.ant-table-small .ant-table-thead .ant-table-column-sorters {
  padding: 8px
}

.ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px
}

.ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px
}

.ant-table-small .ant-table-thead>tr>th {
  background-color: #fafafa
}

.ant-table-small .ant-table-selection-column {
  min-width: 46px;
  width: 46px
}

.ant-table.ant-table-bordered>.ant-table-title {
  border: 1px solid #edeef0;
  border-bottom: 0
}

.ant-table.ant-table-bordered>.ant-table-container {
  border: 1px solid #edeef0;
  border-bottom: 0;
  border-right: 0
}

.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>td,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>th {
  border-right: 1px solid #edeef0
}

.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr:not(:last-child)>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr:not(:last-child)>th,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr:not(:last-child)>th {
  border-bottom: 1px solid #edeef0
}

.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tfoot>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>thead>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tfoot>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>thead>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tfoot>tr>.ant-table-cell-fix-right-first:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>thead>tr>.ant-table-cell-fix-right-first:after {
  border-right: 1px solid #edeef0
}

.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed {
  margin: -16px -17px
}

.ant-table.ant-table-bordered>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed:after,
.ant-table.ant-table-bordered>.ant-table-container>.ant-table-header>table>tbody>tr>td>.ant-table-expanded-row-fixed:after {
  border-right: 1px solid #edeef0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 1px;
  top: 0
}

.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-expanded-row>td,
.ant-table.ant-table-bordered.ant-table-scroll-horizontal>.ant-table-container>.ant-table-body>table>tbody>tr.ant-table-placeholder>td {
  border-right: 0
}

.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-middle>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed {
  margin: -12px -9px
}

.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-body>table>tbody>tr>td>.ant-table-expanded-row-fixed,
.ant-table.ant-table-bordered.ant-table-small>.ant-table-container>.ant-table-content>table>tbody>tr>td>.ant-table-expanded-row-fixed {
  margin: -8px -9px
}

.ant-table.ant-table-bordered>.ant-table-footer {
  border: 1px solid #edeef0;
  border-top: 0
}

.ant-table-cell .ant-table-container:first-child {
  border-top: 0
}

.ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa
}

.ant-table-wrapper {
  max-width: 100%
}

.ant-table-wrapper:before {
  content: "";
  display: table
}

.ant-table-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.ant-table {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  clear: both;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0
}

.ant-table table {
  border-collapse: separate;
  border-radius: 2px 2px 0 0;
  border-spacing: 0;
  text-align: left;
  width: 100%
}

.ant-table tfoot>tr>td,
.ant-table tfoot>tr>th,
.ant-table-tbody>tr>td,
.ant-table-thead>tr>th {
  overflow-wrap: break-word;
  padding: 16px;
  position: relative
}

.ant-table-cell-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible
}

.ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.ant-table-title {
  padding: 16px
}

.ant-table-footer {
  background: #fafafa;
  color: rgba(0, 0, 0, .85);
  padding: 16px
}

.ant-table-thead>tr>th {
  background: #fafafa;
  border-bottom: 1px solid #edeef0;
  color: #55585c;
  font-weight: 500;
  text-align: left;
  transition: background .3s ease
}

.ant-table-thead>tr>th[colspan]:not([colspan="1"]) {
  text-align: center
}

.ant-table-thead>tr:not(:last-child)>th[colspan] {
  border-bottom: 0
}

.ant-table-tbody>tr>td {
  border-bottom: 1px solid #edeef0;
  transition: background .3s
}

.ant-table-tbody>tr.ant-table-row:hover>td {
  background: #fafafa
}

.ant-table-tbody>tr.ant-table-row-selected>td {
  background: #e6f2ff;
  border-color: rgba(0, 0, 0, .03)
}

.ant-table-tbody>tr.ant-table-row-selected:hover>td {
  background: #dcedff
}

.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px
}

.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td {
  border-bottom: 0
}

.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:first-child,
.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table-tbody>tr:last-child>td:last-child {
  border-radius: 0
}

.ant-table tfoot>tr>td,
.ant-table tfoot>tr>th {
  border-bottom: 1px solid #edeef0
}

.ant-table-pagination.ant-pagination {
  margin: 16px 0
}

.ant-table-pagination-left {
  float: left
}

.ant-table-pagination-center {
  text-align: center
}

.ant-table-pagination-right {
  float: right
}

.ant-table-thead th.ant-table-column-has-sorters {
  cursor: pointer;
  padding: 0;
  transition: all .3s
}

.ant-table-thead th.ant-table-column-has-sorters:hover {
  background: #f2f2f2
}

.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container {
  background: #f7f7f7
}

.ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5
}

td.ant-table-column-sort {
  background: #fafafa
}

.ant-table-column-sorters-with-tooltip {
  display: inline-block;
  width: 100%
}

.ant-table-column-sorters {
  align-items: center;
  display: inline-flex;
  padding: 16px
}

.ant-table-column-sorter {
  color: #bfbfbf;
  margin-bottom: -.15em;
  margin-left: 8px;
  margin-top: .15em
}

.ant-table-column-sorter-full {
  margin-bottom: 0;
  margin-top: -.2em
}

.ant-table-column-sorter-inner {
  align-items: center;
  display: inline-flex;
  flex-direction: column
}

.ant-table-column-sorter-down,
.ant-table-column-sorter-up {
  display: inline-block;
  font-size: 11px
}

.ant-table-column-sorter-down.active,
.ant-table-column-sorter-up.active {
  color: #1966ff
}

.ant-table-column-sorter-up+.ant-table-column-sorter-down {
  margin-top: -.3em
}

.ant-table-filter-column {
  align-items: center;
  display: flex;
  margin: -16px
}

.ant-table-filter-column-title {
  flex: auto;
  padding: 16px 2.3em 16px 16px
}

.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column {
  margin: 0
}

.ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 2.3em 0 0
}

.ant-table-filter-trigger-container {
  align-items: stretch;
  align-self: stretch;
  bottom: 0;
  cursor: pointer;
  display: flex;
  flex: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .3s
}

.ant-table-filter-trigger-container-open,
.ant-table-filter-trigger-container:hover,
.ant-table-thead th.ant-table-column-has-sorters:hover .ant-table-filter-trigger-container:hover {
  background: #e5e5e5
}

.ant-table-filter-trigger {
  color: #bfbfbf;
  display: block;
  font-size: 12px;
  transition: color .3s;
  width: 2.3em
}

.ant-table-filter-trigger .anticon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.ant-table-filter-trigger-container-open .ant-table-filter-trigger,
.ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-table-filter-trigger.active {
  color: #1966ff
}

.ant-table-filter-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 120px;
  padding: 0
}

.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  max-height: 264px;
  overflow-x: hidden
}

.ant-table-filter-dropdown-submenu>ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto
}

.ant-table-filter-dropdown .ant-checkbox-wrapper+span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
  padding-left: 8px
}

.ant-table-filter-dropdown-btns {
  background-color: inherit;
  border-top: 1px solid #edeef0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 7px 8px 7px 3px
}

.ant-table .ant-table-selection-col {
  width: 60px
}

table tr td.ant-table-selection-column,
table tr th.ant-table-selection-column {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center
}

table tr td.ant-table-selection-column .ant-radio-wrapper,
table tr th.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0
}

.ant-table-selection {
  position: relative
}

.ant-table-selection-extra {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}

.ant-table-selection-extra .anticon {
  color: #bfbfbf;
  display: inline-block;
  font-size: 10px
}

.ant-table-selection-extra .anticon:hover {
  color: #a6a6a6
}

.ant-table-expand-icon-col {
  width: 48px
}

.ant-table-row-expand-icon-cell {
  text-align: center
}

.ant-table-row-indent {
  float: left;
  height: 1px
}

.ant-table-row-expand-icon {
  background: #fff;
  border: 1px solid #edeef0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #1966ff;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  float: left;
  height: 17px;
  line-height: 12px;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  transition: color .3s;
  transition: all .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: -2px;
  width: 17px
}

.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #4287ff
}

.ant-table-row-expand-icon:active {
  color: #0b49d9
}

.ant-table-row-expand-icon:active,
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  border-color: currentColor
}

.ant-table-row-expand-icon:after,
.ant-table-row-expand-icon:before {
  background: currentColor;
  content: "";
  position: absolute;
  transition: transform .3s ease-out
}

.ant-table-row-expand-icon:before {
  height: 1px;
  left: 3px;
  right: 3px;
  top: 7px
}

.ant-table-row-expand-icon:after {
  bottom: 3px;
  left: 7px;
  top: 3px;
  transform: rotate(90deg);
  width: 1px
}

.ant-table-row-expand-icon-collapsed:before {
  transform: rotate(-180deg)
}

.ant-table-row-expand-icon-collapsed:after {
  transform: rotate(0deg)
}

.ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden
}

.ant-table-row-expand-icon-spaced:after,
.ant-table-row-expand-icon-spaced:before {
  content: none;
  display: none
}

.ant-table-row-indent+.ant-table-row-expand-icon {
  margin-right: 8px;
  margin-top: 2.5005px
}

tr.ant-table-expanded-row:hover>td,
tr.ant-table-expanded-row>td {
  background: #fbfbfb
}

tr.ant-table-expanded-row .ant-descriptions-view table {
  width: auto
}

.ant-table .ant-table-expanded-row-fixed {
  margin: -16px;
  padding: 16px;
  position: relative
}

.ant-table-tbody>tr.ant-table-placeholder {
  text-align: center
}

.ant-table-empty .ant-table-tbody>tr.ant-table-placeholder {
  color: #aaabaf
}

.ant-table-tbody>tr.ant-table-placeholder:hover>td {
  background: #fff
}

.ant-table-cell-fix-left,
.ant-table-cell-fix-right {
  background: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 2
}

.ant-table-cell-fix-left-first:after,
.ant-table-cell-fix-left-last:after {
  bottom: -1px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: box-shadow .3s;
  width: 30px
}

.ant-table-cell-fix-right-first:after,
.ant-table-cell-fix-right-last:after {
  bottom: -1px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: box-shadow .3s;
  width: 30px
}

.ant-table .ant-table-container:after,
.ant-table .ant-table-container:before {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: box-shadow .3s;
  width: 30px;
  z-index: 1
}

.ant-table .ant-table-container:before {
  left: 0
}

.ant-table .ant-table-container:after {
  right: 0
}

.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative
}

.ant-table-ping-left .ant-table-cell-fix-left-first:after,
.ant-table-ping-left .ant-table-cell-fix-left-last:after,
.ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container:before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .15)
}

.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative
}

.ant-table-ping-right .ant-table-cell-fix-right-first:after,
.ant-table-ping-right .ant-table-cell-fix-right-last:after,
.ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container:after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .15)
}

@media (-ms-high-contrast:none) {

  .ant-table-ping-left .ant-table-cell-fix-left-last:after,
  .ant-table-ping-right .ant-table-cell-fix-right-first:after {
    box-shadow: none !important
  }
}

.ant-table-title {
  border-radius: 2px 2px 0 0
}

.ant-table-title+.ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.ant-table-title+.ant-table-container table>thead>tr:first-child th:first-child,
.ant-table-title+.ant-table-container table>thead>tr:first-child th:last-child {
  border-radius: 0
}

.ant-table-container {
  border-top-right-radius: 2px
}

.ant-table-container,
.ant-table-container table>thead>tr:first-child th:first-child {
  border-top-left-radius: 2px
}

.ant-table-container table>thead>tr:first-child th:last-child {
  border-top-right-radius: 2px
}

.ant-table-footer {
  border-radius: 0 0 2px 2px
}

.ant-table-rtl,
.ant-table-wrapper-rtl {
  direction: rtl
}

.ant-table-wrapper-rtl .ant-table table {
  text-align: right
}

.ant-table-wrapper-rtl .ant-table-thead>tr>th[colspan]:not([colspan="1"]) {
  text-align: center
}

.ant-table-wrapper-rtl .ant-table-thead>tr>th {
  text-align: right
}

.ant-table-tbody>tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination,
.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  float: left
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  float: right
}

.ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-center {
  float: none;
  text-align: center
}

.ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-left: 0;
  margin-right: 8px
}

.ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em
}

.ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em
}

.ant-table-wrapper-rtl .ant-table-filter-trigger-container {
  left: 0;
  right: auto
}

.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper+span,
.ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span,
.ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper+span,
.ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper+span {
  padding-left: 0;
  padding-right: 8px
}

.ant-table-wrapper-rtl .ant-table-selection {
  text-align: center
}

.ant-table-wrapper-rtl .ant-table-selection-extra {
  left: 0;
  right: auto
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon,
.ant-table-wrapper-rtl .ant-table-row-indent {
  float: right
}

.ant-table-wrapper-rtl .ant-table-row-indent+.ant-table-row-expand-icon {
  margin-left: 8px;
  margin-right: 0
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon:after {
  transform: rotate(-90deg)
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:before {
  transform: rotate(180deg)
}

.ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed:after {
  transform: rotate(0deg)
}

body .ant-table-thead tr th {
  background-color: #fff;
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  padding: 16px
}

body .ant-table-thead tr th .ant-table-column-sorters span.sp-tooltip {
  border-bottom: 1px dashed #d9d9d9;
  display: inline-block;
  line-height: 20px
}

body .ant-table-thead tr th.ant-table-selection-column {
  padding: 16px 0 16px 16px
}

body .ant-table-thead tr th.ant-table-column-sort {
  background-color: #fff
}

body .ant-table-thead tr .ant-table-column-sorter-down.active,
body .ant-table-thead tr .ant-table-column-sorter-up.active {
  color: #1966ff
}

body .ant-table-ping-left .ant-table-cell-fix-left-first:after,
body .ant-table-ping-left .ant-table-cell-fix-left-last:after,
body .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container:before {
  box-shadow: inset 10px 0 8px -8px rgba(18, 20, 26, .08)
}

body .ant-table-ping-right .ant-table-cell-fix-right-first:after,
body .ant-table-ping-right .ant-table-cell-fix-right-last:after,
body .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container:after {
  box-shadow: inset -10px 0 8px -8px rgba(18, 20, 26, .08)
}

body td.ant-table-column-sort {
  background: #fff
}

body .ant-table .ant-table-expand-icon-col,
body .ant-table .ant-table-selection-col {
  width: 32px
}

body .ant-table .serial-number {
  padding: 16px 0
}

body .ant-table:not(.ant-table-bordered) .ant-table-tbody tr td[colspan],
body .ant-table:not(.ant-table-bordered) .ant-table-tbody tr td[rowspan] {
  border-left: 1px solid #edeef0;
  border-right: 1px solid #edeef0
}

body .ant-table:not(.ant-table-bordered) .ant-table-tbody tr td:first-child {
  border-left: none
}

body .ant-table:not(.ant-table-bordered) .ant-table-tbody tr td:last-child {
  border-right: none
}

body .ant-table .ant-table-row-expand-icon {
  height: 16px;
  width: 16px
}

body .ant-table-tbody tr.row-vertical-top {
  vertical-align: top
}

body .ant-table-tbody tr.ant-table-row-selected td {
  background-color: #f2f6fc
}

body .ant-table-tbody tr td {
  word-wrap: break-word;
  color: #12141a;
  font-size: 14px;
  line-height: 20px;
  padding: 16px;
  word-break: break-all
}

body .ant-table-tbody tr td.editable-cell {
  padding: 10px 16px
}

body .ant-table-tbody tr td.ant-table-row-expand-icon-cell,
body .ant-table-tbody tr td.ant-table-selection-column {
  padding: 16px 0 16px 16px
}

body .ant-table-tbody tr td.ant-table-row-expand-icon-cell .ant-table-row-expand-icon {
  border-color: #d9d9d9;
  color: #d9d9d9
}

body .ant-table-tbody tr:hover:not(.ant-table-expanded-row):not(.ant-table-placeholder)>td,
body .ant-table-tbody tr:hover:not(.ant-table-row-selected):not(.ant-table-placeholder)>td {
  background-color: #f3f4f6
}

body .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1966ff
}

body .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

body .ant-checkbox-wrapper .ant-checkbox-indeterminate .ant-checkbox-inner:after {
  background-color: #fff;
  height: 2px
}

body .ant-checkbox-input:focus+.ant-checkbox-inner,
body .ant-checkbox-wrapper:hover .ant-checkbox-inner,
body .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #1966ff
}

body .ant-table-empty .ant-table-tbody tr td {
  border-bottom: none
}

body .ant-table-wrapper.custom-style-gray .ant-table-thead tr th {
  background-color: #f9f9fa
}

.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
  padding: 8px 0
}

.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  font-size: 16px;
  padding: 16px 0
}

.ant-tabs-card.ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px
}

.ant-tabs-card.ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px
}

.ant-tabs-rtl {
  direction: rtl
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-left: 12px;
  margin-right: 0
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-left: -4px;
  margin-right: 8px
}

.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-nav {
  order: 1
}

.ant-tabs-rtl.ant-tabs-left>.ant-tabs-content-holder,
.ant-tabs-rtl.ant-tabs-right>.ant-tabs-nav {
  order: 0
}

.ant-tabs-rtl.ant-tabs-right>.ant-tabs-content-holder {
  order: 1
}

.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-left: 2px;
  margin-right: 0
}

.ant-tabs-dropdown-rtl {
  direction: rtl
}

.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right
}

.ant-tabs-bottom,
.ant-tabs-top {
  flex-direction: column
}

.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav,
.ant-tabs-top>.ant-tabs-nav,
.ant-tabs-top>div>.ant-tabs-nav {
  margin: 0 0 16px
}

.ant-tabs-bottom>.ant-tabs-nav:before,
.ant-tabs-bottom>div>.ant-tabs-nav:before,
.ant-tabs-top>.ant-tabs-nav:before,
.ant-tabs-top>div>.ant-tabs-nav:before {
  border-bottom: 1px solid #edeef0;
  content: "";
  left: 0;
  position: absolute;
  right: 0
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width .3s, left .3s, right .3s
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  bottom: 0;
  top: 0;
  width: 30px
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .08);
  left: 0
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .08);
  right: 0
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-top>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left:before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right:after {
  opacity: 1
}

.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>.ant-tabs-nav:before,
.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top>div>.ant-tabs-nav:before {
  bottom: 0
}

.ant-tabs-bottom>.ant-tabs-nav,
.ant-tabs-bottom>div>.ant-tabs-nav {
  margin-bottom: 0;
  margin-top: 16px;
  order: 1
}

.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>.ant-tabs-nav:before,
.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom>div>.ant-tabs-nav:before {
  top: 0
}

.ant-tabs-bottom>.ant-tabs-content-holder,
.ant-tabs-bottom>div>.ant-tabs-content-holder {
  order: 0
}

.ant-tabs-left>.ant-tabs-nav,
.ant-tabs-left>div>.ant-tabs-nav,
.ant-tabs-right>.ant-tabs-nav,
.ant-tabs-right>div>.ant-tabs-nav {
  flex-direction: column;
  min-width: 50px
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 16px;
  padding: 8px 24px;
  text-align: center
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-bottom: 0
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  height: 30px;
  left: 0;
  right: 0
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, .08);
  top: 0
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap:after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, .08)
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom:after,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top:before {
  opacity: 1
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height .3s, top .3s
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-nav-operations {
  flex-direction: column
}

.ant-tabs-left>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-ink-bar {
  right: 0
}

.ant-tabs-left>.ant-tabs-content-holder,
.ant-tabs-left>div>.ant-tabs-content-holder {
  border-left: 1px solid #edeef0;
  margin-left: -1px
}

.ant-tabs-left>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.ant-tabs-left>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
  padding-left: 24px
}

.ant-tabs-right>.ant-tabs-nav,
.ant-tabs-right>div>.ant-tabs-nav {
  order: 1
}

.ant-tabs-right>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-ink-bar {
  left: 0
}

.ant-tabs-right>.ant-tabs-content-holder,
.ant-tabs-right>div>.ant-tabs-content-holder {
  border-right: 1px solid #edeef0;
  margin-right: -1px;
  order: 0
}

.ant-tabs-right>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane,
.ant-tabs-right>div>.ant-tabs-content-holder>.ant-tabs-content>.ant-tabs-tabpane {
  padding-right: 24px
}

.ant-tabs-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.ant-tabs-dropdown-hidden {
  display: none
}

.ant-tabs-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  list-style-type: none;
  margin: 0;
  max-height: 200px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 0;
  text-align: left
}

.ant-tabs-dropdown-menu-item {
  color: #55585c;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 5px 12px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5
}

.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
  background: transparent;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab {
  background: #fafafa;
  border: 1px solid #edeef0;
  margin: 0;
  padding: 8px 16px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-tab-active {
  background: #fff;
  color: #1966ff
}

.ant-tabs-card>.ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card>div>.ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-right: 2px
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0
}

.ant-tabs-card.ant-tabs-top>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px
}

.ant-tabs-card.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
  margin-bottom: 2px
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px
}

.ant-tabs-card.ant-tabs-left>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0
}

.ant-tabs-card.ant-tabs-right>.ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right>div>.ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff
}

.ant-tabs {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.ant-tabs>.ant-tabs-nav,
.ant-tabs>div>.ant-tabs-nav {
  align-items: center;
  display: flex;
  flex: none;
  position: relative
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap {
  align-self: stretch;
  display: inline-block;
  display: flex;
  flex: auto;
  overflow: hidden;
  position: relative;
  transform: translate(0);
  white-space: nowrap
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs>.ant-tabs-nav .ant-tabs-nav-wrap:before,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:after,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-wrap:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .3s;
  z-index: 1
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-list {
  display: flex;
  position: relative;
  transition: transform .3s
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations {
  align-self: stretch;
  display: flex
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-operations-hidden {
  pointer-events: none;
  position: absolute;
  visibility: hidden
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more {
  background: transparent;
  border: 0;
  padding: 8px 16px;
  position: relative
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-more:after,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-more:after {
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%)
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add {
  background: #fafafa;
  border: 1px solid #edeef0;
  border-radius: 2px 2px 0 0;
  cursor: pointer;
  min-width: 40px;
  outline: none;
  padding: 0 8px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #4784ff
}

.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs>.ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs>div>.ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #1966ff
}

.ant-tabs-extra-content {
  flex: none
}

.ant-tabs-centered>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]),
.ant-tabs-centered>div>.ant-tabs-nav .ant-tabs-nav-wrap:not([class*=ant-tabs-nav-wrap-ping]) {
  justify-content: center
}

.ant-tabs-ink-bar {
  background: #1966ff;
  pointer-events: none;
  position: absolute
}

.ant-tabs-tab {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  margin: 0 16px;
  outline: none;
  padding: 24px 0 16px;
  position: relative
}

.ant-tabs-tab:last-of-type {
  margin-left: 0;
  margin-right: 0
}

.ant-tabs-tab-btn:active,
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:active,
.ant-tabs-tab-remove:focus {
  color: #1966ff
}

.ant-tabs-tab-btn {
  outline: none
}

.ant-tabs-tab-remove {
  background: transparent;
  border: none;
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  flex: none;
  font-size: 12px;
  margin-left: 8px;
  margin-right: -4px;
  outline: none;
  transition: all .3s
}

.ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, .85)
}

.ant-tabs-tab:hover {
  color: #4784ff
}

.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1966ff;
  font-weight: 500
}

.ant-tabs-tab.ant-tabs-tab-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus {
  color: #aaabaf
}

.ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0
}

.ant-tabs-tab .anticon {
  margin-right: 12px
}

.ant-tabs-content {
  display: flex;
  width: 100%
}

.ant-tabs-content-holder {
  flex: auto;
  min-height: 0;
  min-width: 0
}

.ant-tabs-content-animated {
  transition: margin .3s
}

.ant-tabs-tabpane {
  flex: none;
  outline: none;
  width: 100%
}

body .ant-sp-tabs.spiderman-tab-wrapper {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list {
  background: #fff;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list div.spiderman-tab-active {
  color: #1966ff
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list div.spiderman-tab-child {
  align-items: center;
  cursor: pointer;
  display: flex
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list div.spiderman-tab-child:hover {
  color: #4784ff
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list div.spiderman-tab-child img {
  height: 16px;
  width: 16px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spider-man-tab-bar {
  background: #1966ff;
  border-radius: 1.5px;
  bottom: 0;
  height: 3px;
  left: 0;
  position: absolute;
  transition: width .2s ease-out, left .2s ease-out;
  width: 0;
  z-index: 99
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spider-man-tab-bottom-line {
  background-color: #edeef0;
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 98
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-0 {
  color: #55585c;
  font-size: 16px;
  font-weight: 500;
  font-weight: 400;
  line-height: 22px;
  padding: 16px 24px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-0.spiderman-tab-active {
  font-weight: 500
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-1 {
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 24px 16px 16px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-1.spiderman-tab-active {
  font-weight: 500
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-1.spiderman-tab-last {
  padding: 24px 0 16px 16px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-1:first-child {
  padding: 24px 16px 16px 0
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2 {
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 17px 0 16px;
  position: relative
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2:after {
  background: #edeef0;
  content: "";
  display: inline-block;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 1px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2.spiderman-tab-active {
  font-weight: 500
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2.spiderman-tab-last {
  padding-right: 0
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2.spiderman-tab-last:after {
  content: "";
  height: 0;
  width: 0
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-2:first-child {
  padding-left: 0
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-3 {
  border-radius: 4px;
  color: #55585c;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 4px 16px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-3.spiderman-tab-active {
  background: #e3eefc;
  font-weight: 500
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-4 {
  border: 1px solid #edeef0;
  border-right: none;
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 5px 16px;
  position: relative
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-4.spiderman-tab-active {
  font-weight: 500
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-4:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

body .ant-sp-tabs.spiderman-tab-wrapper .spiderman-tab-list .spiderman-tab-4:last-child {
  border-bottom-right-radius: 4px;
  border-right: 1px solid #edeef0;
  border-top-right-radius: 4px
}

body .ant-tabs-bottom>.ant-tabs-nav,
body .ant-tabs-bottom>div>.ant-tabs-nav,
body .ant-tabs-top>.ant-tabs-nav,
body .ant-tabs-top>div>.ant-tabs-nav {
  margin: 0
}

body .ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
  border-radius: 1.5px;
  height: 3px
}

body .ant-tabs-tab {
  line-height: 20px
}

body .ant-tabs-nav-list .ant-tabs-tab:first-child {
  margin-left: 0
}

body .ant-tabs-large>.ant-tabs-nav .ant-tabs-tab {
  line-height: 22px;
  margin: 0 24px
}

body .ant-tabs-large.ant-tabs-bottom>.ant-tabs-nav:before,
body .ant-tabs-large.ant-tabs-bottom>div>.ant-tabs-nav:before,
body .ant-tabs-large.ant-tabs-top>.ant-tabs-nav:before,
body .ant-tabs-large.ant-tabs-top>div>.ant-tabs-nav:before {
  border-bottom: none
}

body .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab {
  padding: 0;
  position: relative
}

body .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab:after {
  background: #edeef0;
  content: "";
  display: inline-block;
  height: 12px;
  left: -16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px
}

body .ant-tabs-small>.ant-tabs-nav .ant-tabs-tab:first-child:after {
  display: none
}

body .ant-tabs-small.ant-tabs-bottom>.ant-tabs-nav:before,
body .ant-tabs-small.ant-tabs-bottom>div>.ant-tabs-nav:before,
body .ant-tabs-small.ant-tabs-top>.ant-tabs-nav:before,
body .ant-tabs-small.ant-tabs-top>div>.ant-tabs-nav:before,
body .ant-tabs.sp-tabs-button.ant-tabs-bottom>.ant-tabs-nav:before,
body .ant-tabs.sp-tabs-button.ant-tabs-bottom>div>.ant-tabs-nav:before,
body .ant-tabs.sp-tabs-button.ant-tabs-top>.ant-tabs-nav:before,
body .ant-tabs.sp-tabs-button.ant-tabs-top>div>.ant-tabs-nav:before {
  border-bottom: none
}

body .ant-tabs-small.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-small.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-small.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs-small.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs.sp-tabs-button.ant-tabs-bottom>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs.sp-tabs-button.ant-tabs-bottom>div>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs.sp-tabs-button.ant-tabs-top>.ant-tabs-nav .ant-tabs-ink-bar,
body .ant-tabs.sp-tabs-button.ant-tabs-top>div>.ant-tabs-nav .ant-tabs-ink-bar {
  display: none
}

body .ant-tabs.sp-tabs-button>.ant-tabs-nav .ant-tabs-tab {
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  margin: 0;
  padding: 0 16px
}

body .ant-tabs.sp-tabs-button>.ant-tabs-nav .ant-tabs-tab-active {
  background: #e3eefc
}

.ant-sp-tag {
  align-items: center;
  border-radius: 2px;
  box-sizing: content-box;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  padding: 0 3px
}

.ant-sp-tag.sp-tag-icon {
  padding: 0 4px 0 2px
}

.ant-sp-tag.sp-tag-icon span[role=img] {
  font-size: 10px;
  margin-left: 1px;
  margin-right: 1px
}

.ant-sp-tag .spiderman-tag-content {
  display: inline-block
}

.ant-tooltip {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  max-width: 250px;
  padding: 0;
  position: absolute;
  visibility: visible;
  z-index: 1070
}

.ant-tooltip-hidden {
  display: none
}

.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px
}

.ant-tooltip-placement-right,
.ant-tooltip-placement-rightBottom,
.ant-tooltip-placement-rightTop {
  padding-left: 8px
}

.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px
}

.ant-tooltip-placement-left,
.ant-tooltip-placement-leftBottom,
.ant-tooltip-placement-leftTop {
  padding-right: 8px
}

.ant-tooltip-inner {
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  color: #fff;
  min-height: 32px;
  min-width: 30px;
  padding: 6px 8px;
  text-align: left;
  text-decoration: none
}

.ant-tooltip-arrow {
  background: transparent;
  display: block;
  height: 13.07106781px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 13.07106781px
}

.ant-tooltip-arrow-content {
  background-color: rgba(0, 0, 0, .75);
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px
}

.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px
}

.ant-tooltip-placement-top .ant-tooltip-arrow-content,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateY(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px
}

.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px
}

.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  left: -5.07106781px
}

.ant-tooltip-placement-right .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateX(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px
}

.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px
}

.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  right: -5.07106781px
}

.ant-tooltip-placement-left .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
  transform: translateX(-6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px
}

.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
  transform: translateY(6.53553391px) rotate(45deg)
}

.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px
}

.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px
}

.ant-tooltip-magenta .ant-tooltip-arrow-content,
.ant-tooltip-magenta .ant-tooltip-inner,
.ant-tooltip-pink .ant-tooltip-arrow-content,
.ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96
}

.ant-tooltip-red .ant-tooltip-arrow-content,
.ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d
}

.ant-tooltip-volcano .ant-tooltip-arrow-content,
.ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c
}

.ant-tooltip-orange .ant-tooltip-arrow-content,
.ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16
}

.ant-tooltip-yellow .ant-tooltip-arrow-content,
.ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14
}

.ant-tooltip-gold .ant-tooltip-arrow-content,
.ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14
}

.ant-tooltip-cyan .ant-tooltip-arrow-content,
.ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2
}

.ant-tooltip-lime .ant-tooltip-arrow-content,
.ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911
}

.ant-tooltip-green .ant-tooltip-arrow-content,
.ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a
}

.ant-tooltip-blue .ant-tooltip-arrow-content,
.ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff
}

.ant-tooltip-geekblue .ant-tooltip-arrow-content,
.ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb
}

.ant-tooltip-purple .ant-tooltip-arrow-content,
.ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1
}

.ant-tooltip-rtl {
  direction: rtl
}

.ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right
}

body .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 5px
}

body .ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 5px
}

body .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px
}

body .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px
}

body .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 5px
}

body .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 5px
}

body .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px
}

body .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px
}

body .ant-tooltip-placement-top .ant-tooltip-arrow-content,
body .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
body .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  border-radius: 0 0 1px 0
}

body .ant-tooltip-placement-right .ant-tooltip-arrow-content,
body .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content,
body .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content {
  border-radius: 0 0 0 1px
}

body .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
body .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
body .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  border-radius: 1px 0 0 0
}

body .ant-tooltip-placement-left .ant-tooltip-arrow-content,
body .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content,
body .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content {
  border-radius: 0 1px 0 0
}

body .ant-upload-list .ant-btn.ant-upload-list-item-card-actions-btn.ant-btn-sm {
  background: transparent;
  border: none;
  min-width: auto;
  width: 32px
}

body .ant-sp-upload-notice.sm-upload-notice {
  color: #aaabaf;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px
}

body .ant-sp-upload-notice.sm-upload-notice p {
  margin: 0
}

body .ant-sp-upload-notice.sm-upload-notice p:not(:first-child) {
  margin-top: 4px
}

body .ant-sp-upload-list.sm-upload-list {
  margin-top: 16px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item {
  color: #85878a;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item:not(:first-child) {
  margin-top: 16px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions {
  display: none;
  position: absolute;
  right: 0;
  top: 0
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions-btn {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 22px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions-btn-close {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.211 5.018.746 8.483a.5.5 0 0 0 .708.707l3.465-3.465L8.383 9.19a.5.5 0 1 0 .707-.707L5.626 5.018 9.09 1.554a.5.5 0 1 0-.707-.708L4.92 4.311 1.454.846a.5.5 0 0 0-.708.708l3.465 3.464z' fill='%23707173'/%3E%3C/svg%3E") 50% no-repeat;
  background-size: 9px 9px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-info {
  position: relative
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-info:hover {
  background-color: #f3f4f6
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-info:hover .sm-upload-list-item-card-actions {
  display: inline-block
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-icon-paper-clip {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(45 4.793 12.328)' fill='%2385878A' fill-rule='evenodd'%3E%3Cpath d='M7.5 8a.5.5 0 0 1 .5.5V10a4 4 0 0 1-8 0V8.5l.008-.09A.5.5 0 0 1 1 8.5V10a3 3 0 1 0 6 0V8.5l.008-.09A.5.5 0 0 1 7.5 8zM4 0a4 4 0 0 1 4 4v1.503a.5.5 0 0 1-1 0V4a3 3 0 1 0-6 0v1.503a.5.5 0 0 1-1 0V4a4 4 0 0 1 4-4z' fill-rule='nonzero'/%3E%3Crect x='3.5' y='4' width='1' height='6' rx='.5'/%3E%3C/g%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
  display: inline-block;
  font-style: normal;
  height: 16px;
  vertical-align: -3px;
  width: 16px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-name {
  margin-left: 4px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-done {
  color: #12141a
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-done .sm-upload-icon-paper-clip {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(45 4.793 12.328)' fill='%23707173' fill-rule='evenodd'%3E%3Cpath d='M7.5 8a.5.5 0 0 1 .5.5V10a4 4 0 0 1-8 0V8.5l.008-.09A.5.5 0 0 1 1 8.5V10a3 3 0 1 0 6 0V8.5l.008-.09A.5.5 0 0 1 7.5 8zM4 0a4 4 0 0 1 4 4v1.503a.5.5 0 0 1-1 0V4a3 3 0 1 0-6 0v1.503a.5.5 0 0 1-1 0V4a4 4 0 0 1 4-4z' fill-rule='nonzero'/%3E%3Crect x='3.5' y='4' width='1' height='6' rx='.5'/%3E%3C/g%3E%3C/svg%3E")
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-done .sm-upload-list-item-name {
  cursor: pointer
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-done:hover .sm-upload-list-item-name {
  color: #4784ff
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-done:hover .sm-upload-icon-paper-clip {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='rotate(45 4.793 12.328)' fill='%234784FF' fill-rule='evenodd'%3E%3Cpath d='M7.5 8a.5.5 0 0 1 .5.5V10a4 4 0 0 1-8 0V8.5l.008-.09A.5.5 0 0 1 1 8.5V10a3 3 0 1 0 6 0V8.5l.008-.09A.5.5 0 0 1 7.5 8zM4 0a4 4 0 0 1 4 4v1.503a.5.5 0 0 1-1 0V4a3 3 0 1 0-6 0v1.503a.5.5 0 0 1-1 0V4a4 4 0 0 1 4-4z' fill-rule='nonzero'/%3E%3Crect x='3.5' y='4' width='1' height='6' rx='.5'/%3E%3C/g%3E%3C/svg%3E")
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg .sm-upload-list-item-errmsg-text {
  color: #ff4050
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg .sm-upload-list-item-errmsg-action {
  color: #1966ff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.ant-progress {
  display: block;
  margin-top: 4px
}

body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.ant-progress .ant-progress-outer,
body .ant-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.ant-progress .ant-progress-outer .ant-progress-inner {
  display: block
}

.ant-affix {
  position: fixed;
  z-index: 10
}

.ant-anchor {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
  position: relative
}

.ant-anchor-wrapper {
  background-color: #fff;
  margin-left: -4px;
  overflow: auto;
  padding-left: 4px
}

.ant-anchor-ink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0
}

.ant-anchor-ink:before {
  background-color: #edeef0;
  content: " ";
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 2px
}

.ant-anchor-ink-ball {
  background-color: #fff;
  border: 2px solid #1966ff;
  border-radius: 8px;
  display: none;
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: top .3s ease-in-out;
  width: 8px
}

.ant-anchor-ink-ball.visible {
  display: inline-block
}

.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none
}

.ant-anchor-link {
  line-height: 1.143;
  padding: 7px 0 7px 16px
}

.ant-anchor-link-title {
  color: #55585c;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.ant-anchor-link-title:only-child {
  margin-bottom: 0
}

.ant-anchor-link-active>.ant-anchor-link-title {
  color: #1966ff
}

.ant-anchor-link .ant-anchor-link {
  padding-bottom: 5px;
  padding-top: 5px
}

.ant-anchor-rtl {
  direction: rtl
}

.ant-anchor-rtl.ant-anchor-wrapper {
  margin-left: 0;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 4px
}

.ant-anchor-rtl .ant-anchor-ink {
  left: auto;
  right: 0
}

.ant-anchor-rtl .ant-anchor-ink-ball {
  left: 0;
  right: 50%;
  transform: translateX(50%)
}

.ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0
}

.ant-select-auto-complete {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-select-auto-complete .ant-select-clear {
  right: 13px
}

.ant-avatar {
  font-feature-settings: "tnum";
  background: #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  color: #55585c;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 32px;
  line-height: 1.5715;
  line-height: 32px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 32px
}

.ant-avatar-image {
  background: transparent
}

.ant-avatar-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.ant-avatar.ant-avatar-icon {
  font-size: 18px
}

.ant-avatar.ant-avatar-icon>.anticon {
  margin: 0
}

.ant-avatar-lg {
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px
}

.ant-avatar-lg-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px
}

.ant-avatar-lg.ant-avatar-icon>.anticon {
  margin: 0
}

.ant-avatar-sm {
  border-radius: 50%;
  height: 24px;
  line-height: 24px;
  width: 24px
}

.ant-avatar-sm-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px
}

.ant-avatar-sm.ant-avatar-icon>.anticon {
  margin: 0
}

.ant-avatar-square {
  border-radius: 2px
}

.ant-avatar>img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.ant-avatar-group {
  display: inline-flex
}

.ant-avatar-group .ant-avatar {
  border: 1px solid #fff
}

.ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px
}

.ant-avatar-group-popover .ant-avatar+.ant-avatar {
  margin-left: 3px
}

.ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-left: 0;
  margin-right: -8px
}

.ant-avatar-group-popover.ant-popover-rtl .ant-avatar+.ant-avatar {
  margin-left: 0;
  margin-right: 3px
}

.ant-back-top {
  font-feature-settings: "tnum";
  bottom: 50px;
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 40px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 100px;
  width: 40px;
  z-index: 10
}

.ant-back-top:empty {
  display: none
}

.ant-back-top-rtl {
  direction: rtl;
  left: 100px;
  right: auto
}

.ant-back-top-content {
  background-color: rgba(0, 0, 0, .45);
  border-radius: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  text-align: center;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  width: 40px
}

.ant-back-top-content:hover {
  background-color: #55585c;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-back-top-icon {
  font-size: 24px;
  line-height: 40px
}

@media screen and (max-width:768px) {
  .ant-back-top {
    right: 60px
  }
}

@media screen and (max-width:480px) {
  .ant-back-top {
    right: 20px
  }
}

.ant-badge {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  color: unset;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ant-badge-count {
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  height: 20px;
  line-height: 20px;
  min-width: 20px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  z-index: auto
}

.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff
}

.ant-badge-multiple-words {
  padding: 0 8px
}

.ant-badge-dot {
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
  height: 6px;
  width: 6px;
  z-index: auto
}

.ant-badge .ant-scroll-number-custom-component,
.ant-badge-count,
.ant-badge-dot {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0
}

.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline
}

.ant-badge-status-dot {
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px
}

.ant-badge-status-success {
  background-color: #52c41a
}

.ant-badge-status-processing {
  background-color: #1966ff;
  position: relative
}

.ant-badge-status-processing:after {
  animation: antStatusProcessing 1.2s ease-in-out infinite;
  border: 1px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.ant-badge-status-default {
  background-color: #d9d9d9
}

.ant-badge-status-error {
  background-color: #ff4050
}

.ant-badge-status-warning {
  background-color: #faad14
}

.ant-badge-status-magenta,
.ant-badge-status-pink {
  background: #eb2f96
}

.ant-badge-status-red {
  background: #f5222d
}

.ant-badge-status-volcano {
  background: #fa541c
}

.ant-badge-status-orange {
  background: #fa8c16
}

.ant-badge-status-yellow {
  background: #fadb14
}

.ant-badge-status-gold {
  background: #faad14
}

.ant-badge-status-cyan {
  background: #13c2c2
}

.ant-badge-status-lime {
  background: #a0d911
}

.ant-badge-status-green {
  background: #52c41a
}

.ant-badge-status-blue {
  background: #1890ff
}

.ant-badge-status-geekblue {
  background: #2f54eb
}

.ant-badge-status-purple {
  background: #722ed1
}

.ant-badge-status-text {
  color: #55585c;
  font-size: 14px;
  margin-left: 8px
}

.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn .3s cubic-bezier(.12, .4, .29, 1.46);
  animation-fill-mode: both
}

.ant-badge-zoom-leave {
  animation: antZoomBadgeOut .3s cubic-bezier(.71, -.46, .88, .6);
  animation-fill-mode: both
}

.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle
}

.ant-badge-not-a-wrapper .ant-scroll-number {
  display: block;
  position: relative;
  top: auto
}

.ant-scroll-number {
  overflow: hidden
}

.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-scroll-number-only>p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0
}

.ant-scroll-number-symbol {
  vertical-align: top
}

.ant-ribbon-wrapper {
  position: relative
}

.ant-ribbon {
  font-feature-settings: "tnum";
  background-color: #1966ff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  color: #fff;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 22px;
  line-height: 1.5715;
  line-height: 22px;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  top: 8px;
  white-space: nowrap
}

.ant-ribbon-corner {
  border: 4px solid;
  color: #1966ff;
  height: 8px;
  position: absolute;
  top: 100%;
  transform: scaleY(.75);
  transform-origin: top;
  width: 8px
}

.ant-ribbon-corner:after {
  border: inherit;
  color: rgba(0, 0, 0, .25);
  content: "";
  height: inherit;
  left: -4px;
  position: absolute;
  top: -4px;
  width: inherit
}

.ant-ribbon-color-pink {
  background-color: #eb2f96
}

.ant-ribbon-color-pink .ant-ribbon-corner {
  color: #eb2f96
}

.ant-ribbon-color-magenta {
  background-color: #eb2f96
}

.ant-ribbon-color-magenta .ant-ribbon-corner {
  color: #eb2f96
}

.ant-ribbon-color-red {
  background-color: #f5222d
}

.ant-ribbon-color-red .ant-ribbon-corner {
  color: #f5222d
}

.ant-ribbon-color-volcano {
  background-color: #fa541c
}

.ant-ribbon-color-volcano .ant-ribbon-corner {
  color: #fa541c
}

.ant-ribbon-color-orange {
  background-color: #fa8c16
}

.ant-ribbon-color-orange .ant-ribbon-corner {
  color: #fa8c16
}

.ant-ribbon-color-yellow {
  background-color: #fadb14
}

.ant-ribbon-color-yellow .ant-ribbon-corner {
  color: #fadb14
}

.ant-ribbon-color-gold {
  background-color: #faad14
}

.ant-ribbon-color-gold .ant-ribbon-corner {
  color: #faad14
}

.ant-ribbon-color-cyan {
  background-color: #13c2c2
}

.ant-ribbon-color-cyan .ant-ribbon-corner {
  color: #13c2c2
}

.ant-ribbon-color-lime {
  background-color: #a0d911
}

.ant-ribbon-color-lime .ant-ribbon-corner {
  color: #a0d911
}

.ant-ribbon-color-green {
  background-color: #52c41a
}

.ant-ribbon-color-green .ant-ribbon-corner {
  color: #52c41a
}

.ant-ribbon-color-blue {
  background-color: #1890ff
}

.ant-ribbon-color-blue .ant-ribbon-corner {
  color: #1890ff
}

.ant-ribbon-color-geekblue {
  background-color: #2f54eb
}

.ant-ribbon-color-geekblue .ant-ribbon-corner {
  color: #2f54eb
}

.ant-ribbon-color-purple {
  background-color: #722ed1
}

.ant-ribbon-color-purple .ant-ribbon-corner {
  color: #722ed1
}

.ant-ribbon.ant-ribbon-placement-end {
  border-bottom-right-radius: 0;
  right: -8px
}

.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0
}

.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner,
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner:after {
  border-color: currentColor transparent transparent currentColor
}

.ant-ribbon.ant-ribbon-placement-start {
  border-bottom-left-radius: 0;
  left: -8px
}

.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0
}

.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner,
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner:after {
  border-color: currentColor currentColor transparent transparent
}

.ant-badge-rtl {
  direction: rtl
}

.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component,
.ant-badge-rtl .ant-badge-count,
.ant-badge-rtl .ant-badge-dot {
  direction: ltr;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
  transform-origin: 0 0
}

.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
  transform-origin: 0 0
}

.ant-badge-rtl .ant-badge-status-text {
  margin-left: 0;
  margin-right: 8px
}

.ant-badge-rtl .ant-badge-zoom-appear,
.ant-badge-rtl .ant-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl
}

.ant-badge-rtl .ant-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl
}

.ant-badge-not-a-wrapper .ant-badge-count {
  transform: none
}

.ant-ribbon-rtl {
  direction: rtl
}

.ant-ribbon-rtl.ant-ribbon-placement-end {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 2px;
  left: -8px;
  right: unset
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  left: 0;
  right: unset
}

.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner:after {
  border-color: currentColor currentColor transparent transparent
}

.ant-ribbon-rtl.ant-ribbon-placement-start {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 0;
  left: unset;
  right: -8px
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  left: unset;
  right: 0
}

.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner,
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner:after {
  border-color: currentColor transparent transparent currentColor
}

.ant-picker-calendar {
  font-feature-settings: "tnum";
  background: #fff;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0
}

.ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px
}

.ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-left: 8px;
  min-width: 70px
}

.ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px
}

.ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #edeef0
}

.ant-picker-calendar .ant-picker-panel .ant-picker-date-panel,
.ant-picker-calendar .ant-picker-panel .ant-picker-month-panel {
  width: auto
}

.ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0
}

.ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%
}

.ant-picker-calendar-mini {
  border-radius: 2px
}

.ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-left: 8px;
  padding-right: 8px
}

.ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 2px 2px
}

.ant-picker-calendar-mini .ant-picker-content {
  height: 256px
}

.ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  line-height: 18px;
  padding: 0
}

.ant-picker-calendar-full .ant-picker-panel {
  background: #fff;
  border: 0;
  display: block;
  text-align: right;
  width: 100%
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-body td,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  line-height: 18px;
  padding: 0 12px 5px 0
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:before {
  display: none
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today:before {
  display: none
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #e6f2ff
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #1966ff
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  border: 0;
  border-radius: 0;
  border-top: 2px solid #edeef0;
  display: block;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  transition: background .3s;
  width: auto
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color .3s
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  color: #55585c;
  height: 86px;
  line-height: 1.5715;
  overflow-y: auto;
  position: static;
  text-align: left;
  width: auto
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #1966ff
}

.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #55585c
}

@media only screen and (max-width:480px) {
  .ant-picker-calendar-header {
    display: block
  }

  .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%
  }

  .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px)
  }

  .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    margin-left: 0;
    margin-top: 8px;
    width: 100%
  }

  .ant-picker-calendar-header .ant-picker-calendar-mode-switch>label {
    text-align: center;
    width: 50%
  }
}

.ant-picker-calendar-rtl {
  direction: rtl
}

.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch,
.ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-left: 0;
  margin-right: 8px
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px
}

.ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right
}

.ant-card {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ant-card-rtl {
  direction: rtl
}

.ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow .3s, border-color .3s
}

.ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09)
}

.ant-card-bordered {
  border: 1px solid #edeef0
}

.ant-card-head {
  background: transparent;
  border-bottom: 1px solid #edeef0;
  border-radius: 2px 2px 0 0;
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -1px;
  min-height: 48px;
  padding: 0 24px
}

.ant-card-head:after,
.ant-card-head:before {
  content: "";
  display: table
}

.ant-card-head:after {
  clear: both
}

.ant-card-head-wrapper {
  align-items: center;
  display: flex
}

.ant-card-head-title {
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  padding: 16px 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-card-head .ant-tabs {
  clear: both;
  color: #55585c;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: -17px
}

.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #edeef0
}

.ant-card-extra {
  color: #55585c;
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
  padding: 16px 0
}

.ant-card-rtl .ant-card-extra {
  margin-left: 0;
  margin-right: auto
}

.ant-card-body {
  padding: 24px
}

.ant-card-body:after,
.ant-card-body:before {
  content: "";
  display: table
}

.ant-card-body:after {
  clear: both
}

.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0
}

.ant-card-grid {
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #edeef0, 0 1px 0 0 #edeef0, 1px 1px 0 0 #edeef0, inset 1px 0 0 0 #edeef0, inset 0 1px 0 0 #edeef0;
  float: left;
  padding: 24px;
  transition: all .3s;
  width: 33.33%
}

.ant-card-rtl .ant-card-grid {
  float: right
}

.ant-card-grid-hoverable:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09);
  position: relative;
  z-index: 1
}

.ant-card-contain-tabs>.ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0
}

.ant-card-contain-tabs>.ant-card-head .ant-card-extra {
  padding-bottom: 0
}

.ant-card-bordered .ant-card-cover {
  margin-left: -1px;
  margin-right: -1px
}

.ant-card-cover>* {
  display: block;
  width: 100%
}

.ant-card-cover img {
  border-radius: 2px 2px 0 0
}

.ant-card-actions {
  background: #fff;
  border-top: 1px solid #edeef0;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-card-actions:after,
.ant-card-actions:before {
  content: "";
  display: table
}

.ant-card-actions:after {
  clear: both
}

.ant-card-actions>li {
  color: rgba(0, 0, 0, .45);
  float: left;
  margin: 12px 0;
  text-align: center
}

.ant-card-rtl .ant-card-actions>li {
  float: right
}

.ant-card-actions>li>span {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.5715;
  min-width: 32px;
  position: relative
}

.ant-card-actions>li>span:hover {
  color: #1966ff;
  transition: color .3s
}

.ant-card-actions>li>span a:not(.ant-btn),
.ant-card-actions>li>span>.anticon {
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  line-height: 22px;
  transition: color .3s;
  width: 100%
}

.ant-card-actions>li>span a:not(.ant-btn):hover,
.ant-card-actions>li>span>.anticon:hover {
  color: #1966ff
}

.ant-card-actions>li>span>.anticon {
  font-size: 16px;
  line-height: 22px
}

.ant-card-actions>li:not(:last-child) {
  border-right: 1px solid #edeef0
}

.ant-card-type-inner .ant-card-head {
  background: #fafafa;
  padding: 0 24px
}

.ant-card-type-inner .ant-card-head-title {
  font-size: 14px;
  padding: 12px 0
}

.ant-card-type-inner .ant-card-body {
  padding: 16px 24px
}

.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0
}

.ant-card-meta {
  margin: -4px 0
}

.ant-card-meta:after,
.ant-card-meta:before {
  content: "";
  display: table
}

.ant-card-meta:after {
  clear: both
}

.ant-card-meta-avatar {
  float: left;
  padding-right: 16px
}

.ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-left: 16px;
  padding-right: 0
}

.ant-card-meta-detail {
  overflow: hidden
}

.ant-card-meta-detail>div:not(:last-child) {
  margin-bottom: 8px
}

.ant-card-meta-title {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-card-meta-description {
  color: rgba(0, 0, 0, .45)
}

.ant-card-loading {
  overflow: hidden
}

.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-card-loading-content p {
  margin: 0
}

.ant-card-loading-block {
  animation: card-loading 1.4s ease infinite;
  background: linear-gradient(90deg, rgba(207, 216, 220, .2), rgba(207, 216, 220, .4), rgba(207, 216, 220, .2));
  background-size: 600% 600%;
  border-radius: 2px;
  height: 14px;
  margin: 4px 0
}

.ant-card-small>.ant-card-head {
  font-size: 14px;
  min-height: 36px;
  padding: 0 12px
}

.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-head-title {
  padding: 8px 0
}

.ant-card-small>.ant-card-head>.ant-card-head-wrapper>.ant-card-extra {
  font-size: 14px;
  padding: 8px 0
}

.ant-card-small>.ant-card-body {
  padding: 12px
}

.ant-carousel {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-carousel .slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.ant-carousel .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.ant-carousel .slick-list:focus {
  outline: none
}

.ant-carousel .slick-list.dragging {
  cursor: pointer
}

.ant-carousel .slick-list .slick-slide {
  pointer-events: none
}

.ant-carousel .slick-list .slick-slide input.ant-checkbox-input,
.ant-carousel .slick-list .slick-slide input.ant-radio-input {
  visibility: hidden
}

.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto
}

.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input {
  visibility: visible
}

.ant-carousel .slick-list .slick-slide>div>div {
  vertical-align: bottom
}

.ant-carousel .slick-slider .slick-list,
.ant-carousel .slick-slider .slick-track {
  transform: translateZ(0)
}

.ant-carousel .slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0
}

.ant-carousel .slick-track:after,
.ant-carousel .slick-track:before {
  content: "";
  display: table
}

.ant-carousel .slick-track:after {
  clear: both
}

.slick-loading .ant-carousel .slick-track {
  visibility: hidden
}

.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.ant-carousel .slick-slide img {
  display: block
}

.ant-carousel .slick-slide.slick-loading img {
  display: none
}

.ant-carousel .slick-slide.dragging img {
  pointer-events: none
}

.ant-carousel .slick-initialized .slick-slide {
  display: block
}

.ant-carousel .slick-loading .slick-slide {
  visibility: hidden
}

.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto
}

.ant-carousel .slick-arrow.slick-hidden {
  display: none
}

.ant-carousel .slick-next,
.ant-carousel .slick-prev {
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin-top: -10px;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px
}

.ant-carousel .slick-next,
.ant-carousel .slick-next:focus,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}

.ant-carousel .slick-next:focus:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-prev:hover:before {
  opacity: 1
}

.ant-carousel .slick-next.slick-disabled:before,
.ant-carousel .slick-prev.slick-disabled:before {
  opacity: .25
}

.ant-carousel .slick-prev {
  left: -25px
}

.ant-carousel .slick-prev:before {
  content: "←"
}

.ant-carousel .slick-next {
  right: -25px
}

.ant-carousel .slick-next:before {
  content: "→"
}

.ant-carousel .slick-dots {
  bottom: 0;
  display: flex !important;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15
}

.ant-carousel .slick-dots-bottom {
  bottom: 12px
}

.ant-carousel .slick-dots-top {
  top: 12px
}

.ant-carousel .slick-dots li {
  box-sizing: content-box;
  display: inline-block;
  flex: 0 1 auto;
  height: 3px;
  margin: 0 3px;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: -999px;
  transition: all .5s;
  vertical-align: top;
  width: 16px
}

.ant-carousel .slick-dots li button {
  background: #fff;
  border: 0;
  border-radius: 1px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3px;
  opacity: .3;
  outline: none;
  padding: 0;
  transition: all .5s;
  width: 100%
}

.ant-carousel .slick-dots li button:focus,
.ant-carousel .slick-dots li button:hover {
  opacity: .75
}

.ant-carousel .slick-dots li.slick-active {
  width: 24px
}

.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1
}

.ant-carousel .slick-dots li.slick-active:focus,
.ant-carousel .slick-dots li.slick-active:hover {
  opacity: 1
}

.ant-carousel-vertical .slick-dots {
  bottom: auto;
  flex-direction: column;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px
}

.ant-carousel-vertical .slick-dots-left {
  left: 12px;
  right: auto
}

.ant-carousel-vertical .slick-dots-right {
  left: auto;
  right: 12px
}

.ant-carousel-vertical .slick-dots li {
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
  width: 3px
}

.ant-carousel-vertical .slick-dots li button {
  height: 16px;
  width: 3px
}

.ant-carousel-vertical .slick-dots li.slick-active,
.ant-carousel-vertical .slick-dots li.slick-active button {
  height: 24px;
  width: 3px
}

.ant-carousel-rtl {
  direction: rtl
}

.ant-carousel-rtl .ant-carousel .slick-track {
  left: auto;
  right: 0
}

.ant-carousel-rtl .ant-carousel .slick-prev {
  left: auto;
  right: -25px
}

.ant-carousel-rtl .ant-carousel .slick-prev:before {
  content: "→"
}

.ant-carousel-rtl .ant-carousel .slick-next {
  left: -25px;
  right: auto
}

.ant-carousel-rtl .ant-carousel .slick-next:before {
  content: "←"
}

.ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse
}

.ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column
}

.ant-collapse {
  font-feature-settings: "tnum";
  background-color: #fafafa;
  border: 1px solid #dcdde0;
  border-bottom: 0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-collapse>.ant-collapse-item {
  border-bottom: 1px solid #dcdde0
}

.ant-collapse>.ant-collapse-item:last-child,
.ant-collapse>.ant-collapse-item:last-child>.ant-collapse-header {
  border-radius: 0 0 2px 2px
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header {
  color: rgba(0, 0, 0, .85);
  cursor: pointer;
  line-height: 1.5715;
  padding: 12px 16px 12px 40px;
  position: relative;
  transition: all .3s
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header:before {
  content: "";
  display: table
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header:after {
  clear: both;
  content: "";
  display: table
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  left: 16px;
  line-height: 0;
  position: absolute;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  top: 50%;
  transform: translateY(-50%);
  vertical-align: -.125em
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow>* {
  line-height: 1
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow:before {
  display: none
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow .ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow-icon {
  display: block
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
  transition: transform .24s
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra {
  float: right
}

.ant-collapse>.ant-collapse-item>.ant-collapse-header:focus {
  outline: none
}

.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header {
  padding-left: 12px
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header {
  padding: 12px 40px 12px 16px
}

.ant-collapse-icon-position-right>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow {
  left: auto;
  right: 16px
}

.ant-collapse-anim-active {
  transition: height .2s cubic-bezier(.215, .61, .355, 1)
}

.ant-collapse-content {
  background-color: #fff;
  border-top: 1px solid #dcdde0;
  color: #55585c;
  overflow: hidden
}

.ant-collapse-content>.ant-collapse-content-box {
  padding: 16px
}

.ant-collapse-content-inactive {
  display: none
}

.ant-collapse-item:last-child>.ant-collapse-content {
  border-radius: 0 0 2px 2px
}

.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0
}

.ant-collapse-borderless>.ant-collapse-item {
  border-bottom: 1px solid #dcdde0
}

.ant-collapse-borderless>.ant-collapse-item:last-child,
.ant-collapse-borderless>.ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content {
  background-color: transparent;
  border-top: 0
}

.ant-collapse-borderless>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
  padding-top: 4px
}

.ant-collapse-ghost {
  background-color: transparent;
  border: 0
}

.ant-collapse-ghost>.ant-collapse-item {
  border-bottom: 0
}

.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content {
  background-color: transparent;
  border-top: 0
}

.ant-collapse-ghost>.ant-collapse-item>.ant-collapse-content>.ant-collapse-content-box {
  padding-bottom: 12px;
  padding-top: 12px
}

.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled>.ant-collapse-header>.arrow {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-collapse-rtl {
  direction: rtl
}

.ant-collapse-rtl .ant-collapse>.ant-collapse-item>.ant-collapse-header {
  padding: 12px 40px 12px 16px
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg)
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item>.ant-collapse-header .ant-collapse-extra {
  float: left
}

.ant-collapse-rtl.ant-collapse>.ant-collapse-item.ant-collapse-no-arrow>.ant-collapse-header {
  padding-left: 0;
  padding-right: 12px
}

.ant-comment {
  background-color: inherit;
  position: relative
}

.ant-comment-inner {
  display: flex;
  padding: 16px 0
}

.ant-comment-avatar {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative
}

.ant-comment-avatar img {
  border-radius: 50%;
  height: 32px;
  width: 32px
}

.ant-comment-content {
  word-wrap: break-word;
  flex: 1 1 auto;
  font-size: 14px;
  min-width: 1px;
  position: relative
}

.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-start;
  margin-bottom: 4px
}

.ant-comment-content-author>a,
.ant-comment-content-author>span {
  font-size: 12px;
  line-height: 18px;
  padding-right: 8px
}

.ant-comment-content-author-name {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  transition: color .3s
}

.ant-comment-content-author-name>*,
.ant-comment-content-author-name>:hover {
  color: rgba(0, 0, 0, .45)
}

.ant-comment-content-author-time {
  color: #ccc;
  cursor: auto;
  white-space: nowrap
}

.ant-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap
}

.ant-comment-actions {
  margin-bottom: inherit;
  margin-top: 12px;
  padding-left: 0
}

.ant-comment-actions>li {
  color: rgba(0, 0, 0, .45);
  display: inline-block
}

.ant-comment-actions>li>span {
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
  transition: color .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-comment-actions>li>span:hover {
  color: #595959
}

.ant-comment-nested {
  margin-left: 44px
}

.ant-comment-rtl {
  direction: rtl
}

.ant-comment-rtl .ant-comment-avatar {
  margin-left: 12px;
  margin-right: 0
}

.ant-comment-rtl .ant-comment-content-author>a,
.ant-comment-rtl .ant-comment-content-author>span {
  padding-left: 8px;
  padding-right: 0
}

.ant-comment-rtl .ant-comment-actions {
  padding-right: 0
}

.ant-comment-rtl .ant-comment-actions>li>span {
  margin-left: 10px;
  margin-right: 0
}

.ant-comment-rtl .ant-comment-nested {
  margin-left: 0;
  margin-right: 44px
}

.ant-descriptions-header {
  align-items: center;
  display: flex;
  margin-bottom: 20px
}

.ant-descriptions-title {
  color: rgba(0, 0, 0, .85);
  flex: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5715;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-descriptions-extra {
  color: #55585c;
  font-size: 14px;
  margin-left: auto
}

.ant-descriptions-view {
  border-radius: 2px;
  overflow: hidden;
  width: 100%
}

.ant-descriptions-view table {
  table-layout: fixed;
  width: 100%
}

.ant-descriptions-row>td,
.ant-descriptions-row>th {
  padding-bottom: 16px
}

.ant-descriptions-row:last-child {
  border-bottom: none
}

.ant-descriptions-item-label {
  color: rgba(0, 0, 0, .85);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5715;
  text-align: start
}

.ant-descriptions-item-label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px
}

.ant-descriptions-item-label.ant-descriptions-item-no-colon:after {
  content: " "
}

.ant-descriptions-item-no-label:after {
  content: "";
  margin: 0
}

.ant-descriptions-item-content {
  color: #55585c;
  display: table-cell;
  font-size: 14px;
  line-height: 1.5715
}

.ant-descriptions-item {
  padding-bottom: 0
}

.ant-descriptions-item>span {
  align-items: baseline;
  display: inline-flex
}

.ant-descriptions-middle .ant-descriptions-row>td,
.ant-descriptions-middle .ant-descriptions-row>th {
  padding-bottom: 12px
}

.ant-descriptions-small .ant-descriptions-row>td,
.ant-descriptions-small .ant-descriptions-row>th {
  padding-bottom: 8px
}

.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #edeef0
}

.ant-descriptions-bordered .ant-descriptions-view>table {
  table-layout: auto
}

.ant-descriptions-bordered .ant-descriptions-item-content,
.ant-descriptions-bordered .ant-descriptions-item-label {
  border-right: 1px solid #edeef0;
  padding: 16px 24px
}

.ant-descriptions-bordered .ant-descriptions-item-content:last-child,
.ant-descriptions-bordered .ant-descriptions-item-label:last-child {
  border-right: none
}

.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa
}

.ant-descriptions-bordered .ant-descriptions-item-label:after {
  display: none
}

.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #edeef0
}

.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none
}

.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label {
  padding: 12px 24px
}

.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label {
  padding: 8px 16px
}

.ant-descriptions-rtl {
  direction: rtl
}

.ant-descriptions-rtl .ant-descriptions-item-label:after {
  margin: 0 2px 0 8px
}

.ant-divider {
  font-feature-settings: "tnum";
  border-top: 1px solid #dcdee1;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-divider-vertical {
  border-left: 1px solid #dcdee1;
  border-top: 0;
  display: inline-block;
  height: .9em;
  margin: 0 8px;
  position: relative;
  top: -.06em;
  vertical-align: middle
}

.ant-divider-horizontal {
  clear: both;
  display: flex;
  margin: 24px 0;
  min-width: 100%;
  width: 100%
}

.ant-divider-horizontal.ant-divider-with-text {
  border-top: 0;
  color: rgba(0, 0, 0, .85);
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0;
  text-align: center;
  white-space: nowrap
}

.ant-divider-horizontal.ant-divider-with-text:after,
.ant-divider-horizontal.ant-divider-with-text:before {
  border-top: 1px solid #dcdee1;
  content: "";
  position: relative;
  top: 50%;
  transform: translateY(50%);
  width: 50%
}

.ant-divider-horizontal.ant-divider-with-text-left:before {
  top: 50%;
  width: 5%
}

.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-horizontal.ant-divider-with-text-right:before {
  top: 50%;
  width: 95%
}

.ant-divider-horizontal.ant-divider-with-text-right:after {
  top: 50%;
  width: 5%
}

.ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em
}

.ant-divider-dashed {
  background: none;
  border: dashed #dcdee1;
  border-width: 1px 0 0
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
  border-top: 0
}

.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:after,
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed:before {
  border-style: dashed none none
}

.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px
}

.ant-divider-plain.ant-divider-with-text {
  color: #55585c;
  font-size: 14px;
  font-weight: 400
}

.ant-divider-rtl {
  direction: rtl
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:before {
  width: 95%
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left:after,
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:before {
  width: 5%
}

.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right:after {
  width: 95%
}

.ant-row {
  flex-flow: row wrap
}

.ant-row,
.ant-row:after,
.ant-row:before {
  display: flex
}

.ant-row-start {
  justify-content: flex-start
}

.ant-row-center {
  justify-content: center
}

.ant-row-end {
  justify-content: flex-end
}

.ant-row-space-between {
  justify-content: space-between
}

.ant-row-space-around {
  justify-content: space-around
}

.ant-row-top {
  align-items: flex-start
}

.ant-row-middle {
  align-items: center
}

.ant-row-bottom {
  align-items: flex-end
}

.ant-col {
  max-width: 100%;
  min-height: 1px;
  position: relative
}

.ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%
}

.ant-col-push-24 {
  left: 100%
}

.ant-col-pull-24 {
  right: 100%
}

.ant-col-offset-24 {
  margin-left: 100%
}

.ant-col-order-24 {
  order: 24
}

.ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.ant-col-push-23 {
  left: 95.83333333%
}

.ant-col-pull-23 {
  right: 95.83333333%
}

.ant-col-offset-23 {
  margin-left: 95.83333333%
}

.ant-col-order-23 {
  order: 23
}

.ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.ant-col-push-22 {
  left: 91.66666667%
}

.ant-col-pull-22 {
  right: 91.66666667%
}

.ant-col-offset-22 {
  margin-left: 91.66666667%
}

.ant-col-order-22 {
  order: 22
}

.ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.ant-col-push-21 {
  left: 87.5%
}

.ant-col-pull-21 {
  right: 87.5%
}

.ant-col-offset-21 {
  margin-left: 87.5%
}

.ant-col-order-21 {
  order: 21
}

.ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.ant-col-push-20 {
  left: 83.33333333%
}

.ant-col-pull-20 {
  right: 83.33333333%
}

.ant-col-offset-20 {
  margin-left: 83.33333333%
}

.ant-col-order-20 {
  order: 20
}

.ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.ant-col-push-19 {
  left: 79.16666667%
}

.ant-col-pull-19 {
  right: 79.16666667%
}

.ant-col-offset-19 {
  margin-left: 79.16666667%
}

.ant-col-order-19 {
  order: 19
}

.ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%
}

.ant-col-push-18 {
  left: 75%
}

.ant-col-pull-18 {
  right: 75%
}

.ant-col-offset-18 {
  margin-left: 75%
}

.ant-col-order-18 {
  order: 18
}

.ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.ant-col-push-17 {
  left: 70.83333333%
}

.ant-col-pull-17 {
  right: 70.83333333%
}

.ant-col-offset-17 {
  margin-left: 70.83333333%
}

.ant-col-order-17 {
  order: 17
}

.ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.ant-col-push-16 {
  left: 66.66666667%
}

.ant-col-pull-16 {
  right: 66.66666667%
}

.ant-col-offset-16 {
  margin-left: 66.66666667%
}

.ant-col-order-16 {
  order: 16
}

.ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.ant-col-push-15 {
  left: 62.5%
}

.ant-col-pull-15 {
  right: 62.5%
}

.ant-col-offset-15 {
  margin-left: 62.5%
}

.ant-col-order-15 {
  order: 15
}

.ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.ant-col-push-14 {
  left: 58.33333333%
}

.ant-col-pull-14 {
  right: 58.33333333%
}

.ant-col-offset-14 {
  margin-left: 58.33333333%
}

.ant-col-order-14 {
  order: 14
}

.ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.ant-col-push-13 {
  left: 54.16666667%
}

.ant-col-pull-13 {
  right: 54.16666667%
}

.ant-col-offset-13 {
  margin-left: 54.16666667%
}

.ant-col-order-13 {
  order: 13
}

.ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%
}

.ant-col-push-12 {
  left: 50%
}

.ant-col-pull-12 {
  right: 50%
}

.ant-col-offset-12 {
  margin-left: 50%
}

.ant-col-order-12 {
  order: 12
}

.ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.ant-col-push-11 {
  left: 45.83333333%
}

.ant-col-pull-11 {
  right: 45.83333333%
}

.ant-col-offset-11 {
  margin-left: 45.83333333%
}

.ant-col-order-11 {
  order: 11
}

.ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.ant-col-push-10 {
  left: 41.66666667%
}

.ant-col-pull-10 {
  right: 41.66666667%
}

.ant-col-offset-10 {
  margin-left: 41.66666667%
}

.ant-col-order-10 {
  order: 10
}

.ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.ant-col-push-9 {
  left: 37.5%
}

.ant-col-pull-9 {
  right: 37.5%
}

.ant-col-offset-9 {
  margin-left: 37.5%
}

.ant-col-order-9 {
  order: 9
}

.ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.ant-col-push-8 {
  left: 33.33333333%
}

.ant-col-pull-8 {
  right: 33.33333333%
}

.ant-col-offset-8 {
  margin-left: 33.33333333%
}

.ant-col-order-8 {
  order: 8
}

.ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.ant-col-push-7 {
  left: 29.16666667%
}

.ant-col-pull-7 {
  right: 29.16666667%
}

.ant-col-offset-7 {
  margin-left: 29.16666667%
}

.ant-col-order-7 {
  order: 7
}

.ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%
}

.ant-col-push-6 {
  left: 25%
}

.ant-col-pull-6 {
  right: 25%
}

.ant-col-offset-6 {
  margin-left: 25%
}

.ant-col-order-6 {
  order: 6
}

.ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.ant-col-push-5 {
  left: 20.83333333%
}

.ant-col-pull-5 {
  right: 20.83333333%
}

.ant-col-offset-5 {
  margin-left: 20.83333333%
}

.ant-col-order-5 {
  order: 5
}

.ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.ant-col-push-4 {
  left: 16.66666667%
}

.ant-col-pull-4 {
  right: 16.66666667%
}

.ant-col-offset-4 {
  margin-left: 16.66666667%
}

.ant-col-order-4 {
  order: 4
}

.ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.ant-col-push-3 {
  left: 12.5%
}

.ant-col-pull-3 {
  right: 12.5%
}

.ant-col-offset-3 {
  margin-left: 12.5%
}

.ant-col-order-3 {
  order: 3
}

.ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.ant-col-push-2 {
  left: 8.33333333%
}

.ant-col-pull-2 {
  right: 8.33333333%
}

.ant-col-offset-2 {
  margin-left: 8.33333333%
}

.ant-col-order-2 {
  order: 2
}

.ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.ant-col-push-1 {
  left: 4.16666667%
}

.ant-col-pull-1 {
  right: 4.16666667%
}

.ant-col-offset-1 {
  margin-left: 4.16666667%
}

.ant-col-order-1 {
  order: 1
}

.ant-col-0 {
  display: none
}

.ant-col-offset-0 {
  margin-left: 0
}

.ant-col-order-0 {
  order: 0
}

.ant-col-offset-0.ant-col-rtl {
  margin-right: 0
}

.ant-col-push-1.ant-col-rtl {
  left: auto;
  right: 4.16666667%
}

.ant-col-pull-1.ant-col-rtl {
  left: 4.16666667%;
  right: auto
}

.ant-col-offset-1.ant-col-rtl {
  margin-left: 0;
  margin-right: 4.16666667%
}

.ant-col-push-2.ant-col-rtl {
  left: auto;
  right: 8.33333333%
}

.ant-col-pull-2.ant-col-rtl {
  left: 8.33333333%;
  right: auto
}

.ant-col-offset-2.ant-col-rtl {
  margin-left: 0;
  margin-right: 8.33333333%
}

.ant-col-push-3.ant-col-rtl {
  left: auto;
  right: 12.5%
}

.ant-col-pull-3.ant-col-rtl {
  left: 12.5%;
  right: auto
}

.ant-col-offset-3.ant-col-rtl {
  margin-left: 0;
  margin-right: 12.5%
}

.ant-col-push-4.ant-col-rtl {
  left: auto;
  right: 16.66666667%
}

.ant-col-pull-4.ant-col-rtl {
  left: 16.66666667%;
  right: auto
}

.ant-col-offset-4.ant-col-rtl {
  margin-left: 0;
  margin-right: 16.66666667%
}

.ant-col-push-5.ant-col-rtl {
  left: auto;
  right: 20.83333333%
}

.ant-col-pull-5.ant-col-rtl {
  left: 20.83333333%;
  right: auto
}

.ant-col-offset-5.ant-col-rtl {
  margin-left: 0;
  margin-right: 20.83333333%
}

.ant-col-push-6.ant-col-rtl {
  left: auto;
  right: 25%
}

.ant-col-pull-6.ant-col-rtl {
  left: 25%;
  right: auto
}

.ant-col-offset-6.ant-col-rtl {
  margin-left: 0;
  margin-right: 25%
}

.ant-col-push-7.ant-col-rtl {
  left: auto;
  right: 29.16666667%
}

.ant-col-pull-7.ant-col-rtl {
  left: 29.16666667%;
  right: auto
}

.ant-col-offset-7.ant-col-rtl {
  margin-left: 0;
  margin-right: 29.16666667%
}

.ant-col-push-8.ant-col-rtl {
  left: auto;
  right: 33.33333333%
}

.ant-col-pull-8.ant-col-rtl {
  left: 33.33333333%;
  right: auto
}

.ant-col-offset-8.ant-col-rtl {
  margin-left: 0;
  margin-right: 33.33333333%
}

.ant-col-push-9.ant-col-rtl {
  left: auto;
  right: 37.5%
}

.ant-col-pull-9.ant-col-rtl {
  left: 37.5%;
  right: auto
}

.ant-col-offset-9.ant-col-rtl {
  margin-left: 0;
  margin-right: 37.5%
}

.ant-col-push-10.ant-col-rtl {
  left: auto;
  right: 41.66666667%
}

.ant-col-pull-10.ant-col-rtl {
  left: 41.66666667%;
  right: auto
}

.ant-col-offset-10.ant-col-rtl {
  margin-left: 0;
  margin-right: 41.66666667%
}

.ant-col-push-11.ant-col-rtl {
  left: auto;
  right: 45.83333333%
}

.ant-col-pull-11.ant-col-rtl {
  left: 45.83333333%;
  right: auto
}

.ant-col-offset-11.ant-col-rtl {
  margin-left: 0;
  margin-right: 45.83333333%
}

.ant-col-push-12.ant-col-rtl {
  left: auto;
  right: 50%
}

.ant-col-pull-12.ant-col-rtl {
  left: 50%;
  right: auto
}

.ant-col-offset-12.ant-col-rtl {
  margin-left: 0;
  margin-right: 50%
}

.ant-col-push-13.ant-col-rtl {
  left: auto;
  right: 54.16666667%
}

.ant-col-pull-13.ant-col-rtl {
  left: 54.16666667%;
  right: auto
}

.ant-col-offset-13.ant-col-rtl {
  margin-left: 0;
  margin-right: 54.16666667%
}

.ant-col-push-14.ant-col-rtl {
  left: auto;
  right: 58.33333333%
}

.ant-col-pull-14.ant-col-rtl {
  left: 58.33333333%;
  right: auto
}

.ant-col-offset-14.ant-col-rtl {
  margin-left: 0;
  margin-right: 58.33333333%
}

.ant-col-push-15.ant-col-rtl {
  left: auto;
  right: 62.5%
}

.ant-col-pull-15.ant-col-rtl {
  left: 62.5%;
  right: auto
}

.ant-col-offset-15.ant-col-rtl {
  margin-left: 0;
  margin-right: 62.5%
}

.ant-col-push-16.ant-col-rtl {
  left: auto;
  right: 66.66666667%
}

.ant-col-pull-16.ant-col-rtl {
  left: 66.66666667%;
  right: auto
}

.ant-col-offset-16.ant-col-rtl {
  margin-left: 0;
  margin-right: 66.66666667%
}

.ant-col-push-17.ant-col-rtl {
  left: auto;
  right: 70.83333333%
}

.ant-col-pull-17.ant-col-rtl {
  left: 70.83333333%;
  right: auto
}

.ant-col-offset-17.ant-col-rtl {
  margin-left: 0;
  margin-right: 70.83333333%
}

.ant-col-push-18.ant-col-rtl {
  left: auto;
  right: 75%
}

.ant-col-pull-18.ant-col-rtl {
  left: 75%;
  right: auto
}

.ant-col-offset-18.ant-col-rtl {
  margin-left: 0;
  margin-right: 75%
}

.ant-col-push-19.ant-col-rtl {
  left: auto;
  right: 79.16666667%
}

.ant-col-pull-19.ant-col-rtl {
  left: 79.16666667%;
  right: auto
}

.ant-col-offset-19.ant-col-rtl {
  margin-left: 0;
  margin-right: 79.16666667%
}

.ant-col-push-20.ant-col-rtl {
  left: auto;
  right: 83.33333333%
}

.ant-col-pull-20.ant-col-rtl {
  left: 83.33333333%;
  right: auto
}

.ant-col-offset-20.ant-col-rtl {
  margin-left: 0;
  margin-right: 83.33333333%
}

.ant-col-push-21.ant-col-rtl {
  left: auto;
  right: 87.5%
}

.ant-col-pull-21.ant-col-rtl {
  left: 87.5%;
  right: auto
}

.ant-col-offset-21.ant-col-rtl {
  margin-left: 0;
  margin-right: 87.5%
}

.ant-col-push-22.ant-col-rtl {
  left: auto;
  right: 91.66666667%
}

.ant-col-pull-22.ant-col-rtl {
  left: 91.66666667%;
  right: auto
}

.ant-col-offset-22.ant-col-rtl {
  margin-left: 0;
  margin-right: 91.66666667%
}

.ant-col-push-23.ant-col-rtl {
  left: auto;
  right: 95.83333333%
}

.ant-col-pull-23.ant-col-rtl {
  left: 95.83333333%;
  right: auto
}

.ant-col-offset-23.ant-col-rtl {
  margin-left: 0;
  margin-right: 95.83333333%
}

.ant-col-push-24.ant-col-rtl {
  left: auto;
  right: 100%
}

.ant-col-pull-24.ant-col-rtl {
  left: 100%;
  right: auto
}

.ant-col-offset-24.ant-col-rtl {
  margin-left: 0;
  margin-right: 100%
}

.ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%
}

.ant-col-xs-push-24 {
  left: 100%
}

.ant-col-xs-pull-24 {
  right: 100%
}

.ant-col-xs-offset-24 {
  margin-left: 100%
}

.ant-col-xs-order-24 {
  order: 24
}

.ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.ant-col-xs-push-23 {
  left: 95.83333333%
}

.ant-col-xs-pull-23 {
  right: 95.83333333%
}

.ant-col-xs-offset-23 {
  margin-left: 95.83333333%
}

.ant-col-xs-order-23 {
  order: 23
}

.ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.ant-col-xs-push-22 {
  left: 91.66666667%
}

.ant-col-xs-pull-22 {
  right: 91.66666667%
}

.ant-col-xs-offset-22 {
  margin-left: 91.66666667%
}

.ant-col-xs-order-22 {
  order: 22
}

.ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.ant-col-xs-push-21 {
  left: 87.5%
}

.ant-col-xs-pull-21 {
  right: 87.5%
}

.ant-col-xs-offset-21 {
  margin-left: 87.5%
}

.ant-col-xs-order-21 {
  order: 21
}

.ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.ant-col-xs-push-20 {
  left: 83.33333333%
}

.ant-col-xs-pull-20 {
  right: 83.33333333%
}

.ant-col-xs-offset-20 {
  margin-left: 83.33333333%
}

.ant-col-xs-order-20 {
  order: 20
}

.ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.ant-col-xs-push-19 {
  left: 79.16666667%
}

.ant-col-xs-pull-19 {
  right: 79.16666667%
}

.ant-col-xs-offset-19 {
  margin-left: 79.16666667%
}

.ant-col-xs-order-19 {
  order: 19
}

.ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%
}

.ant-col-xs-push-18 {
  left: 75%
}

.ant-col-xs-pull-18 {
  right: 75%
}

.ant-col-xs-offset-18 {
  margin-left: 75%
}

.ant-col-xs-order-18 {
  order: 18
}

.ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.ant-col-xs-push-17 {
  left: 70.83333333%
}

.ant-col-xs-pull-17 {
  right: 70.83333333%
}

.ant-col-xs-offset-17 {
  margin-left: 70.83333333%
}

.ant-col-xs-order-17 {
  order: 17
}

.ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.ant-col-xs-push-16 {
  left: 66.66666667%
}

.ant-col-xs-pull-16 {
  right: 66.66666667%
}

.ant-col-xs-offset-16 {
  margin-left: 66.66666667%
}

.ant-col-xs-order-16 {
  order: 16
}

.ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.ant-col-xs-push-15 {
  left: 62.5%
}

.ant-col-xs-pull-15 {
  right: 62.5%
}

.ant-col-xs-offset-15 {
  margin-left: 62.5%
}

.ant-col-xs-order-15 {
  order: 15
}

.ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.ant-col-xs-push-14 {
  left: 58.33333333%
}

.ant-col-xs-pull-14 {
  right: 58.33333333%
}

.ant-col-xs-offset-14 {
  margin-left: 58.33333333%
}

.ant-col-xs-order-14 {
  order: 14
}

.ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.ant-col-xs-push-13 {
  left: 54.16666667%
}

.ant-col-xs-pull-13 {
  right: 54.16666667%
}

.ant-col-xs-offset-13 {
  margin-left: 54.16666667%
}

.ant-col-xs-order-13 {
  order: 13
}

.ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%
}

.ant-col-xs-push-12 {
  left: 50%
}

.ant-col-xs-pull-12 {
  right: 50%
}

.ant-col-xs-offset-12 {
  margin-left: 50%
}

.ant-col-xs-order-12 {
  order: 12
}

.ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.ant-col-xs-push-11 {
  left: 45.83333333%
}

.ant-col-xs-pull-11 {
  right: 45.83333333%
}

.ant-col-xs-offset-11 {
  margin-left: 45.83333333%
}

.ant-col-xs-order-11 {
  order: 11
}

.ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.ant-col-xs-push-10 {
  left: 41.66666667%
}

.ant-col-xs-pull-10 {
  right: 41.66666667%
}

.ant-col-xs-offset-10 {
  margin-left: 41.66666667%
}

.ant-col-xs-order-10 {
  order: 10
}

.ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.ant-col-xs-push-9 {
  left: 37.5%
}

.ant-col-xs-pull-9 {
  right: 37.5%
}

.ant-col-xs-offset-9 {
  margin-left: 37.5%
}

.ant-col-xs-order-9 {
  order: 9
}

.ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.ant-col-xs-push-8 {
  left: 33.33333333%
}

.ant-col-xs-pull-8 {
  right: 33.33333333%
}

.ant-col-xs-offset-8 {
  margin-left: 33.33333333%
}

.ant-col-xs-order-8 {
  order: 8
}

.ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.ant-col-xs-push-7 {
  left: 29.16666667%
}

.ant-col-xs-pull-7 {
  right: 29.16666667%
}

.ant-col-xs-offset-7 {
  margin-left: 29.16666667%
}

.ant-col-xs-order-7 {
  order: 7
}

.ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%
}

.ant-col-xs-push-6 {
  left: 25%
}

.ant-col-xs-pull-6 {
  right: 25%
}

.ant-col-xs-offset-6 {
  margin-left: 25%
}

.ant-col-xs-order-6 {
  order: 6
}

.ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.ant-col-xs-push-5 {
  left: 20.83333333%
}

.ant-col-xs-pull-5 {
  right: 20.83333333%
}

.ant-col-xs-offset-5 {
  margin-left: 20.83333333%
}

.ant-col-xs-order-5 {
  order: 5
}

.ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.ant-col-xs-push-4 {
  left: 16.66666667%
}

.ant-col-xs-pull-4 {
  right: 16.66666667%
}

.ant-col-xs-offset-4 {
  margin-left: 16.66666667%
}

.ant-col-xs-order-4 {
  order: 4
}

.ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.ant-col-xs-push-3 {
  left: 12.5%
}

.ant-col-xs-pull-3 {
  right: 12.5%
}

.ant-col-xs-offset-3 {
  margin-left: 12.5%
}

.ant-col-xs-order-3 {
  order: 3
}

.ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.ant-col-xs-push-2 {
  left: 8.33333333%
}

.ant-col-xs-pull-2 {
  right: 8.33333333%
}

.ant-col-xs-offset-2 {
  margin-left: 8.33333333%
}

.ant-col-xs-order-2 {
  order: 2
}

.ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.ant-col-xs-push-1 {
  left: 4.16666667%
}

.ant-col-xs-pull-1 {
  right: 4.16666667%
}

.ant-col-xs-offset-1 {
  margin-left: 4.16666667%
}

.ant-col-xs-order-1 {
  order: 1
}

.ant-col-xs-0 {
  display: none
}

.ant-col-push-0 {
  left: auto
}

.ant-col-pull-0 {
  right: auto
}

.ant-col-xs-push-0 {
  left: auto
}

.ant-col-xs-pull-0 {
  right: auto
}

.ant-col-xs-offset-0 {
  margin-left: 0
}

.ant-col-xs-order-0 {
  order: 0
}

.ant-col-push-0.ant-col-rtl {
  right: auto
}

.ant-col-pull-0.ant-col-rtl {
  left: auto
}

.ant-col-xs-push-0.ant-col-rtl {
  right: auto
}

.ant-col-xs-pull-0.ant-col-rtl {
  left: auto
}

.ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0
}

.ant-col-xs-push-1.ant-col-rtl {
  left: auto;
  right: 4.16666667%
}

.ant-col-xs-pull-1.ant-col-rtl {
  left: 4.16666667%;
  right: auto
}

.ant-col-xs-offset-1.ant-col-rtl {
  margin-left: 0;
  margin-right: 4.16666667%
}

.ant-col-xs-push-2.ant-col-rtl {
  left: auto;
  right: 8.33333333%
}

.ant-col-xs-pull-2.ant-col-rtl {
  left: 8.33333333%;
  right: auto
}

.ant-col-xs-offset-2.ant-col-rtl {
  margin-left: 0;
  margin-right: 8.33333333%
}

.ant-col-xs-push-3.ant-col-rtl {
  left: auto;
  right: 12.5%
}

.ant-col-xs-pull-3.ant-col-rtl {
  left: 12.5%;
  right: auto
}

.ant-col-xs-offset-3.ant-col-rtl {
  margin-left: 0;
  margin-right: 12.5%
}

.ant-col-xs-push-4.ant-col-rtl {
  left: auto;
  right: 16.66666667%
}

.ant-col-xs-pull-4.ant-col-rtl {
  left: 16.66666667%;
  right: auto
}

.ant-col-xs-offset-4.ant-col-rtl {
  margin-left: 0;
  margin-right: 16.66666667%
}

.ant-col-xs-push-5.ant-col-rtl {
  left: auto;
  right: 20.83333333%
}

.ant-col-xs-pull-5.ant-col-rtl {
  left: 20.83333333%;
  right: auto
}

.ant-col-xs-offset-5.ant-col-rtl {
  margin-left: 0;
  margin-right: 20.83333333%
}

.ant-col-xs-push-6.ant-col-rtl {
  left: auto;
  right: 25%
}

.ant-col-xs-pull-6.ant-col-rtl {
  left: 25%;
  right: auto
}

.ant-col-xs-offset-6.ant-col-rtl {
  margin-left: 0;
  margin-right: 25%
}

.ant-col-xs-push-7.ant-col-rtl {
  left: auto;
  right: 29.16666667%
}

.ant-col-xs-pull-7.ant-col-rtl {
  left: 29.16666667%;
  right: auto
}

.ant-col-xs-offset-7.ant-col-rtl {
  margin-left: 0;
  margin-right: 29.16666667%
}

.ant-col-xs-push-8.ant-col-rtl {
  left: auto;
  right: 33.33333333%
}

.ant-col-xs-pull-8.ant-col-rtl {
  left: 33.33333333%;
  right: auto
}

.ant-col-xs-offset-8.ant-col-rtl {
  margin-left: 0;
  margin-right: 33.33333333%
}

.ant-col-xs-push-9.ant-col-rtl {
  left: auto;
  right: 37.5%
}

.ant-col-xs-pull-9.ant-col-rtl {
  left: 37.5%;
  right: auto
}

.ant-col-xs-offset-9.ant-col-rtl {
  margin-left: 0;
  margin-right: 37.5%
}

.ant-col-xs-push-10.ant-col-rtl {
  left: auto;
  right: 41.66666667%
}

.ant-col-xs-pull-10.ant-col-rtl {
  left: 41.66666667%;
  right: auto
}

.ant-col-xs-offset-10.ant-col-rtl {
  margin-left: 0;
  margin-right: 41.66666667%
}

.ant-col-xs-push-11.ant-col-rtl {
  left: auto;
  right: 45.83333333%
}

.ant-col-xs-pull-11.ant-col-rtl {
  left: 45.83333333%;
  right: auto
}

.ant-col-xs-offset-11.ant-col-rtl {
  margin-left: 0;
  margin-right: 45.83333333%
}

.ant-col-xs-push-12.ant-col-rtl {
  left: auto;
  right: 50%
}

.ant-col-xs-pull-12.ant-col-rtl {
  left: 50%;
  right: auto
}

.ant-col-xs-offset-12.ant-col-rtl {
  margin-left: 0;
  margin-right: 50%
}

.ant-col-xs-push-13.ant-col-rtl {
  left: auto;
  right: 54.16666667%
}

.ant-col-xs-pull-13.ant-col-rtl {
  left: 54.16666667%;
  right: auto
}

.ant-col-xs-offset-13.ant-col-rtl {
  margin-left: 0;
  margin-right: 54.16666667%
}

.ant-col-xs-push-14.ant-col-rtl {
  left: auto;
  right: 58.33333333%
}

.ant-col-xs-pull-14.ant-col-rtl {
  left: 58.33333333%;
  right: auto
}

.ant-col-xs-offset-14.ant-col-rtl {
  margin-left: 0;
  margin-right: 58.33333333%
}

.ant-col-xs-push-15.ant-col-rtl {
  left: auto;
  right: 62.5%
}

.ant-col-xs-pull-15.ant-col-rtl {
  left: 62.5%;
  right: auto
}

.ant-col-xs-offset-15.ant-col-rtl {
  margin-left: 0;
  margin-right: 62.5%
}

.ant-col-xs-push-16.ant-col-rtl {
  left: auto;
  right: 66.66666667%
}

.ant-col-xs-pull-16.ant-col-rtl {
  left: 66.66666667%;
  right: auto
}

.ant-col-xs-offset-16.ant-col-rtl {
  margin-left: 0;
  margin-right: 66.66666667%
}

.ant-col-xs-push-17.ant-col-rtl {
  left: auto;
  right: 70.83333333%
}

.ant-col-xs-pull-17.ant-col-rtl {
  left: 70.83333333%;
  right: auto
}

.ant-col-xs-offset-17.ant-col-rtl {
  margin-left: 0;
  margin-right: 70.83333333%
}

.ant-col-xs-push-18.ant-col-rtl {
  left: auto;
  right: 75%
}

.ant-col-xs-pull-18.ant-col-rtl {
  left: 75%;
  right: auto
}

.ant-col-xs-offset-18.ant-col-rtl {
  margin-left: 0;
  margin-right: 75%
}

.ant-col-xs-push-19.ant-col-rtl {
  left: auto;
  right: 79.16666667%
}

.ant-col-xs-pull-19.ant-col-rtl {
  left: 79.16666667%;
  right: auto
}

.ant-col-xs-offset-19.ant-col-rtl {
  margin-left: 0;
  margin-right: 79.16666667%
}

.ant-col-xs-push-20.ant-col-rtl {
  left: auto;
  right: 83.33333333%
}

.ant-col-xs-pull-20.ant-col-rtl {
  left: 83.33333333%;
  right: auto
}

.ant-col-xs-offset-20.ant-col-rtl {
  margin-left: 0;
  margin-right: 83.33333333%
}

.ant-col-xs-push-21.ant-col-rtl {
  left: auto;
  right: 87.5%
}

.ant-col-xs-pull-21.ant-col-rtl {
  left: 87.5%;
  right: auto
}

.ant-col-xs-offset-21.ant-col-rtl {
  margin-left: 0;
  margin-right: 87.5%
}

.ant-col-xs-push-22.ant-col-rtl {
  left: auto;
  right: 91.66666667%
}

.ant-col-xs-pull-22.ant-col-rtl {
  left: 91.66666667%;
  right: auto
}

.ant-col-xs-offset-22.ant-col-rtl {
  margin-left: 0;
  margin-right: 91.66666667%
}

.ant-col-xs-push-23.ant-col-rtl {
  left: auto;
  right: 95.83333333%
}

.ant-col-xs-pull-23.ant-col-rtl {
  left: 95.83333333%;
  right: auto
}

.ant-col-xs-offset-23.ant-col-rtl {
  margin-left: 0;
  margin-right: 95.83333333%
}

.ant-col-xs-push-24.ant-col-rtl {
  left: auto;
  right: 100%
}

.ant-col-xs-pull-24.ant-col-rtl {
  left: 100%;
  right: auto
}

.ant-col-xs-offset-24.ant-col-rtl {
  margin-left: 0;
  margin-right: 100%
}

@media (min-width:576px) {
  .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-sm-push-24 {
    left: 100%
  }

  .ant-col-sm-pull-24 {
    right: 100%
  }

  .ant-col-sm-offset-24 {
    margin-left: 100%
  }

  .ant-col-sm-order-24 {
    order: 24
  }

  .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .ant-col-sm-push-23 {
    left: 95.83333333%
  }

  .ant-col-sm-pull-23 {
    right: 95.83333333%
  }

  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%
  }

  .ant-col-sm-order-23 {
    order: 23
  }

  .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .ant-col-sm-push-22 {
    left: 91.66666667%
  }

  .ant-col-sm-pull-22 {
    right: 91.66666667%
  }

  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%
  }

  .ant-col-sm-order-22 {
    order: 22
  }

  .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .ant-col-sm-push-21 {
    left: 87.5%
  }

  .ant-col-sm-pull-21 {
    right: 87.5%
  }

  .ant-col-sm-offset-21 {
    margin-left: 87.5%
  }

  .ant-col-sm-order-21 {
    order: 21
  }

  .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .ant-col-sm-push-20 {
    left: 83.33333333%
  }

  .ant-col-sm-pull-20 {
    right: 83.33333333%
  }

  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%
  }

  .ant-col-sm-order-20 {
    order: 20
  }

  .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .ant-col-sm-push-19 {
    left: 79.16666667%
  }

  .ant-col-sm-pull-19 {
    right: 79.16666667%
  }

  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%
  }

  .ant-col-sm-order-19 {
    order: 19
  }

  .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ant-col-sm-push-18 {
    left: 75%
  }

  .ant-col-sm-pull-18 {
    right: 75%
  }

  .ant-col-sm-offset-18 {
    margin-left: 75%
  }

  .ant-col-sm-order-18 {
    order: 18
  }

  .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .ant-col-sm-push-17 {
    left: 70.83333333%
  }

  .ant-col-sm-pull-17 {
    right: 70.83333333%
  }

  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%
  }

  .ant-col-sm-order-17 {
    order: 17
  }

  .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .ant-col-sm-push-16 {
    left: 66.66666667%
  }

  .ant-col-sm-pull-16 {
    right: 66.66666667%
  }

  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%
  }

  .ant-col-sm-order-16 {
    order: 16
  }

  .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .ant-col-sm-push-15 {
    left: 62.5%
  }

  .ant-col-sm-pull-15 {
    right: 62.5%
  }

  .ant-col-sm-offset-15 {
    margin-left: 62.5%
  }

  .ant-col-sm-order-15 {
    order: 15
  }

  .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .ant-col-sm-push-14 {
    left: 58.33333333%
  }

  .ant-col-sm-pull-14 {
    right: 58.33333333%
  }

  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%
  }

  .ant-col-sm-order-14 {
    order: 14
  }

  .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .ant-col-sm-push-13 {
    left: 54.16666667%
  }

  .ant-col-sm-pull-13 {
    right: 54.16666667%
  }

  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%
  }

  .ant-col-sm-order-13 {
    order: 13
  }

  .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ant-col-sm-push-12 {
    left: 50%
  }

  .ant-col-sm-pull-12 {
    right: 50%
  }

  .ant-col-sm-offset-12 {
    margin-left: 50%
  }

  .ant-col-sm-order-12 {
    order: 12
  }

  .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .ant-col-sm-push-11 {
    left: 45.83333333%
  }

  .ant-col-sm-pull-11 {
    right: 45.83333333%
  }

  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%
  }

  .ant-col-sm-order-11 {
    order: 11
  }

  .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .ant-col-sm-push-10 {
    left: 41.66666667%
  }

  .ant-col-sm-pull-10 {
    right: 41.66666667%
  }

  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%
  }

  .ant-col-sm-order-10 {
    order: 10
  }

  .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .ant-col-sm-push-9 {
    left: 37.5%
  }

  .ant-col-sm-pull-9 {
    right: 37.5%
  }

  .ant-col-sm-offset-9 {
    margin-left: 37.5%
  }

  .ant-col-sm-order-9 {
    order: 9
  }

  .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .ant-col-sm-push-8 {
    left: 33.33333333%
  }

  .ant-col-sm-pull-8 {
    right: 33.33333333%
  }

  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%
  }

  .ant-col-sm-order-8 {
    order: 8
  }

  .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .ant-col-sm-push-7 {
    left: 29.16666667%
  }

  .ant-col-sm-pull-7 {
    right: 29.16666667%
  }

  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%
  }

  .ant-col-sm-order-7 {
    order: 7
  }

  .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ant-col-sm-push-6 {
    left: 25%
  }

  .ant-col-sm-pull-6 {
    right: 25%
  }

  .ant-col-sm-offset-6 {
    margin-left: 25%
  }

  .ant-col-sm-order-6 {
    order: 6
  }

  .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .ant-col-sm-push-5 {
    left: 20.83333333%
  }

  .ant-col-sm-pull-5 {
    right: 20.83333333%
  }

  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%
  }

  .ant-col-sm-order-5 {
    order: 5
  }

  .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .ant-col-sm-push-4 {
    left: 16.66666667%
  }

  .ant-col-sm-pull-4 {
    right: 16.66666667%
  }

  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%
  }

  .ant-col-sm-order-4 {
    order: 4
  }

  .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ant-col-sm-push-3 {
    left: 12.5%
  }

  .ant-col-sm-pull-3 {
    right: 12.5%
  }

  .ant-col-sm-offset-3 {
    margin-left: 12.5%
  }

  .ant-col-sm-order-3 {
    order: 3
  }

  .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .ant-col-sm-push-2 {
    left: 8.33333333%
  }

  .ant-col-sm-pull-2 {
    right: 8.33333333%
  }

  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%
  }

  .ant-col-sm-order-2 {
    order: 2
  }

  .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .ant-col-sm-push-1 {
    left: 4.16666667%
  }

  .ant-col-sm-pull-1 {
    right: 4.16666667%
  }

  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%
  }

  .ant-col-sm-order-1 {
    order: 1
  }

  .ant-col-sm-0 {
    display: none
  }

  .ant-col-push-0 {
    left: auto
  }

  .ant-col-pull-0 {
    right: auto
  }

  .ant-col-sm-push-0 {
    left: auto
  }

  .ant-col-sm-pull-0 {
    right: auto
  }

  .ant-col-sm-offset-0 {
    margin-left: 0
  }

  .ant-col-sm-order-0 {
    order: 0
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-sm-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-sm-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0
  }

  .ant-col-sm-push-1.ant-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .ant-col-sm-pull-1.ant-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .ant-col-sm-offset-1.ant-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .ant-col-sm-push-2.ant-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .ant-col-sm-pull-2.ant-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .ant-col-sm-offset-2.ant-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .ant-col-sm-push-3.ant-col-rtl {
    left: auto;
    right: 12.5%
  }

  .ant-col-sm-pull-3.ant-col-rtl {
    left: 12.5%;
    right: auto
  }

  .ant-col-sm-offset-3.ant-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .ant-col-sm-push-4.ant-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .ant-col-sm-pull-4.ant-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .ant-col-sm-offset-4.ant-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .ant-col-sm-push-5.ant-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .ant-col-sm-pull-5.ant-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .ant-col-sm-offset-5.ant-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .ant-col-sm-push-6.ant-col-rtl {
    left: auto;
    right: 25%
  }

  .ant-col-sm-pull-6.ant-col-rtl {
    left: 25%;
    right: auto
  }

  .ant-col-sm-offset-6.ant-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .ant-col-sm-push-7.ant-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .ant-col-sm-pull-7.ant-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .ant-col-sm-offset-7.ant-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .ant-col-sm-push-8.ant-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .ant-col-sm-pull-8.ant-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .ant-col-sm-offset-8.ant-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .ant-col-sm-push-9.ant-col-rtl {
    left: auto;
    right: 37.5%
  }

  .ant-col-sm-pull-9.ant-col-rtl {
    left: 37.5%;
    right: auto
  }

  .ant-col-sm-offset-9.ant-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .ant-col-sm-push-10.ant-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .ant-col-sm-pull-10.ant-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .ant-col-sm-offset-10.ant-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .ant-col-sm-push-11.ant-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .ant-col-sm-pull-11.ant-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .ant-col-sm-offset-11.ant-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .ant-col-sm-push-12.ant-col-rtl {
    left: auto;
    right: 50%
  }

  .ant-col-sm-pull-12.ant-col-rtl {
    left: 50%;
    right: auto
  }

  .ant-col-sm-offset-12.ant-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .ant-col-sm-push-13.ant-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .ant-col-sm-pull-13.ant-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .ant-col-sm-offset-13.ant-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .ant-col-sm-push-14.ant-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .ant-col-sm-pull-14.ant-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .ant-col-sm-offset-14.ant-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .ant-col-sm-push-15.ant-col-rtl {
    left: auto;
    right: 62.5%
  }

  .ant-col-sm-pull-15.ant-col-rtl {
    left: 62.5%;
    right: auto
  }

  .ant-col-sm-offset-15.ant-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .ant-col-sm-push-16.ant-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .ant-col-sm-pull-16.ant-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .ant-col-sm-offset-16.ant-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .ant-col-sm-push-17.ant-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .ant-col-sm-pull-17.ant-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .ant-col-sm-offset-17.ant-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .ant-col-sm-push-18.ant-col-rtl {
    left: auto;
    right: 75%
  }

  .ant-col-sm-pull-18.ant-col-rtl {
    left: 75%;
    right: auto
  }

  .ant-col-sm-offset-18.ant-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .ant-col-sm-push-19.ant-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .ant-col-sm-pull-19.ant-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .ant-col-sm-offset-19.ant-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .ant-col-sm-push-20.ant-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .ant-col-sm-pull-20.ant-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .ant-col-sm-offset-20.ant-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .ant-col-sm-push-21.ant-col-rtl {
    left: auto;
    right: 87.5%
  }

  .ant-col-sm-pull-21.ant-col-rtl {
    left: 87.5%;
    right: auto
  }

  .ant-col-sm-offset-21.ant-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .ant-col-sm-push-22.ant-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .ant-col-sm-pull-22.ant-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .ant-col-sm-offset-22.ant-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .ant-col-sm-push-23.ant-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .ant-col-sm-pull-23.ant-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .ant-col-sm-offset-23.ant-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .ant-col-sm-push-24.ant-col-rtl {
    left: auto;
    right: 100%
  }

  .ant-col-sm-pull-24.ant-col-rtl {
    left: 100%;
    right: auto
  }

  .ant-col-sm-offset-24.ant-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:768px) {
  .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-md-push-24 {
    left: 100%
  }

  .ant-col-md-pull-24 {
    right: 100%
  }

  .ant-col-md-offset-24 {
    margin-left: 100%
  }

  .ant-col-md-order-24 {
    order: 24
  }

  .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .ant-col-md-push-23 {
    left: 95.83333333%
  }

  .ant-col-md-pull-23 {
    right: 95.83333333%
  }

  .ant-col-md-offset-23 {
    margin-left: 95.83333333%
  }

  .ant-col-md-order-23 {
    order: 23
  }

  .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .ant-col-md-push-22 {
    left: 91.66666667%
  }

  .ant-col-md-pull-22 {
    right: 91.66666667%
  }

  .ant-col-md-offset-22 {
    margin-left: 91.66666667%
  }

  .ant-col-md-order-22 {
    order: 22
  }

  .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .ant-col-md-push-21 {
    left: 87.5%
  }

  .ant-col-md-pull-21 {
    right: 87.5%
  }

  .ant-col-md-offset-21 {
    margin-left: 87.5%
  }

  .ant-col-md-order-21 {
    order: 21
  }

  .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .ant-col-md-push-20 {
    left: 83.33333333%
  }

  .ant-col-md-pull-20 {
    right: 83.33333333%
  }

  .ant-col-md-offset-20 {
    margin-left: 83.33333333%
  }

  .ant-col-md-order-20 {
    order: 20
  }

  .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .ant-col-md-push-19 {
    left: 79.16666667%
  }

  .ant-col-md-pull-19 {
    right: 79.16666667%
  }

  .ant-col-md-offset-19 {
    margin-left: 79.16666667%
  }

  .ant-col-md-order-19 {
    order: 19
  }

  .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ant-col-md-push-18 {
    left: 75%
  }

  .ant-col-md-pull-18 {
    right: 75%
  }

  .ant-col-md-offset-18 {
    margin-left: 75%
  }

  .ant-col-md-order-18 {
    order: 18
  }

  .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .ant-col-md-push-17 {
    left: 70.83333333%
  }

  .ant-col-md-pull-17 {
    right: 70.83333333%
  }

  .ant-col-md-offset-17 {
    margin-left: 70.83333333%
  }

  .ant-col-md-order-17 {
    order: 17
  }

  .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .ant-col-md-push-16 {
    left: 66.66666667%
  }

  .ant-col-md-pull-16 {
    right: 66.66666667%
  }

  .ant-col-md-offset-16 {
    margin-left: 66.66666667%
  }

  .ant-col-md-order-16 {
    order: 16
  }

  .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .ant-col-md-push-15 {
    left: 62.5%
  }

  .ant-col-md-pull-15 {
    right: 62.5%
  }

  .ant-col-md-offset-15 {
    margin-left: 62.5%
  }

  .ant-col-md-order-15 {
    order: 15
  }

  .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .ant-col-md-push-14 {
    left: 58.33333333%
  }

  .ant-col-md-pull-14 {
    right: 58.33333333%
  }

  .ant-col-md-offset-14 {
    margin-left: 58.33333333%
  }

  .ant-col-md-order-14 {
    order: 14
  }

  .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .ant-col-md-push-13 {
    left: 54.16666667%
  }

  .ant-col-md-pull-13 {
    right: 54.16666667%
  }

  .ant-col-md-offset-13 {
    margin-left: 54.16666667%
  }

  .ant-col-md-order-13 {
    order: 13
  }

  .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ant-col-md-push-12 {
    left: 50%
  }

  .ant-col-md-pull-12 {
    right: 50%
  }

  .ant-col-md-offset-12 {
    margin-left: 50%
  }

  .ant-col-md-order-12 {
    order: 12
  }

  .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .ant-col-md-push-11 {
    left: 45.83333333%
  }

  .ant-col-md-pull-11 {
    right: 45.83333333%
  }

  .ant-col-md-offset-11 {
    margin-left: 45.83333333%
  }

  .ant-col-md-order-11 {
    order: 11
  }

  .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .ant-col-md-push-10 {
    left: 41.66666667%
  }

  .ant-col-md-pull-10 {
    right: 41.66666667%
  }

  .ant-col-md-offset-10 {
    margin-left: 41.66666667%
  }

  .ant-col-md-order-10 {
    order: 10
  }

  .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .ant-col-md-push-9 {
    left: 37.5%
  }

  .ant-col-md-pull-9 {
    right: 37.5%
  }

  .ant-col-md-offset-9 {
    margin-left: 37.5%
  }

  .ant-col-md-order-9 {
    order: 9
  }

  .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .ant-col-md-push-8 {
    left: 33.33333333%
  }

  .ant-col-md-pull-8 {
    right: 33.33333333%
  }

  .ant-col-md-offset-8 {
    margin-left: 33.33333333%
  }

  .ant-col-md-order-8 {
    order: 8
  }

  .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .ant-col-md-push-7 {
    left: 29.16666667%
  }

  .ant-col-md-pull-7 {
    right: 29.16666667%
  }

  .ant-col-md-offset-7 {
    margin-left: 29.16666667%
  }

  .ant-col-md-order-7 {
    order: 7
  }

  .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ant-col-md-push-6 {
    left: 25%
  }

  .ant-col-md-pull-6 {
    right: 25%
  }

  .ant-col-md-offset-6 {
    margin-left: 25%
  }

  .ant-col-md-order-6 {
    order: 6
  }

  .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .ant-col-md-push-5 {
    left: 20.83333333%
  }

  .ant-col-md-pull-5 {
    right: 20.83333333%
  }

  .ant-col-md-offset-5 {
    margin-left: 20.83333333%
  }

  .ant-col-md-order-5 {
    order: 5
  }

  .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .ant-col-md-push-4 {
    left: 16.66666667%
  }

  .ant-col-md-pull-4 {
    right: 16.66666667%
  }

  .ant-col-md-offset-4 {
    margin-left: 16.66666667%
  }

  .ant-col-md-order-4 {
    order: 4
  }

  .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ant-col-md-push-3 {
    left: 12.5%
  }

  .ant-col-md-pull-3 {
    right: 12.5%
  }

  .ant-col-md-offset-3 {
    margin-left: 12.5%
  }

  .ant-col-md-order-3 {
    order: 3
  }

  .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .ant-col-md-push-2 {
    left: 8.33333333%
  }

  .ant-col-md-pull-2 {
    right: 8.33333333%
  }

  .ant-col-md-offset-2 {
    margin-left: 8.33333333%
  }

  .ant-col-md-order-2 {
    order: 2
  }

  .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .ant-col-md-push-1 {
    left: 4.16666667%
  }

  .ant-col-md-pull-1 {
    right: 4.16666667%
  }

  .ant-col-md-offset-1 {
    margin-left: 4.16666667%
  }

  .ant-col-md-order-1 {
    order: 1
  }

  .ant-col-md-0 {
    display: none
  }

  .ant-col-push-0 {
    left: auto
  }

  .ant-col-pull-0 {
    right: auto
  }

  .ant-col-md-push-0 {
    left: auto
  }

  .ant-col-md-pull-0 {
    right: auto
  }

  .ant-col-md-offset-0 {
    margin-left: 0
  }

  .ant-col-md-order-0 {
    order: 0
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-md-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-md-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0
  }

  .ant-col-md-push-1.ant-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .ant-col-md-pull-1.ant-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .ant-col-md-offset-1.ant-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .ant-col-md-push-2.ant-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .ant-col-md-pull-2.ant-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .ant-col-md-offset-2.ant-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .ant-col-md-push-3.ant-col-rtl {
    left: auto;
    right: 12.5%
  }

  .ant-col-md-pull-3.ant-col-rtl {
    left: 12.5%;
    right: auto
  }

  .ant-col-md-offset-3.ant-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .ant-col-md-push-4.ant-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .ant-col-md-pull-4.ant-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .ant-col-md-offset-4.ant-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .ant-col-md-push-5.ant-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .ant-col-md-pull-5.ant-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .ant-col-md-offset-5.ant-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .ant-col-md-push-6.ant-col-rtl {
    left: auto;
    right: 25%
  }

  .ant-col-md-pull-6.ant-col-rtl {
    left: 25%;
    right: auto
  }

  .ant-col-md-offset-6.ant-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .ant-col-md-push-7.ant-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .ant-col-md-pull-7.ant-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .ant-col-md-offset-7.ant-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .ant-col-md-push-8.ant-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .ant-col-md-pull-8.ant-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .ant-col-md-offset-8.ant-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .ant-col-md-push-9.ant-col-rtl {
    left: auto;
    right: 37.5%
  }

  .ant-col-md-pull-9.ant-col-rtl {
    left: 37.5%;
    right: auto
  }

  .ant-col-md-offset-9.ant-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .ant-col-md-push-10.ant-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .ant-col-md-pull-10.ant-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .ant-col-md-offset-10.ant-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .ant-col-md-push-11.ant-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .ant-col-md-pull-11.ant-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .ant-col-md-offset-11.ant-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .ant-col-md-push-12.ant-col-rtl {
    left: auto;
    right: 50%
  }

  .ant-col-md-pull-12.ant-col-rtl {
    left: 50%;
    right: auto
  }

  .ant-col-md-offset-12.ant-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .ant-col-md-push-13.ant-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .ant-col-md-pull-13.ant-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .ant-col-md-offset-13.ant-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .ant-col-md-push-14.ant-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .ant-col-md-pull-14.ant-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .ant-col-md-offset-14.ant-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .ant-col-md-push-15.ant-col-rtl {
    left: auto;
    right: 62.5%
  }

  .ant-col-md-pull-15.ant-col-rtl {
    left: 62.5%;
    right: auto
  }

  .ant-col-md-offset-15.ant-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .ant-col-md-push-16.ant-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .ant-col-md-pull-16.ant-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .ant-col-md-offset-16.ant-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .ant-col-md-push-17.ant-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .ant-col-md-pull-17.ant-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .ant-col-md-offset-17.ant-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .ant-col-md-push-18.ant-col-rtl {
    left: auto;
    right: 75%
  }

  .ant-col-md-pull-18.ant-col-rtl {
    left: 75%;
    right: auto
  }

  .ant-col-md-offset-18.ant-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .ant-col-md-push-19.ant-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .ant-col-md-pull-19.ant-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .ant-col-md-offset-19.ant-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .ant-col-md-push-20.ant-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .ant-col-md-pull-20.ant-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .ant-col-md-offset-20.ant-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .ant-col-md-push-21.ant-col-rtl {
    left: auto;
    right: 87.5%
  }

  .ant-col-md-pull-21.ant-col-rtl {
    left: 87.5%;
    right: auto
  }

  .ant-col-md-offset-21.ant-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .ant-col-md-push-22.ant-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .ant-col-md-pull-22.ant-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .ant-col-md-offset-22.ant-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .ant-col-md-push-23.ant-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .ant-col-md-pull-23.ant-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .ant-col-md-offset-23.ant-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .ant-col-md-push-24.ant-col-rtl {
    left: auto;
    right: 100%
  }

  .ant-col-md-pull-24.ant-col-rtl {
    left: 100%;
    right: auto
  }

  .ant-col-md-offset-24.ant-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:992px) {
  .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-lg-push-24 {
    left: 100%
  }

  .ant-col-lg-pull-24 {
    right: 100%
  }

  .ant-col-lg-offset-24 {
    margin-left: 100%
  }

  .ant-col-lg-order-24 {
    order: 24
  }

  .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .ant-col-lg-push-23 {
    left: 95.83333333%
  }

  .ant-col-lg-pull-23 {
    right: 95.83333333%
  }

  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%
  }

  .ant-col-lg-order-23 {
    order: 23
  }

  .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .ant-col-lg-push-22 {
    left: 91.66666667%
  }

  .ant-col-lg-pull-22 {
    right: 91.66666667%
  }

  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%
  }

  .ant-col-lg-order-22 {
    order: 22
  }

  .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .ant-col-lg-push-21 {
    left: 87.5%
  }

  .ant-col-lg-pull-21 {
    right: 87.5%
  }

  .ant-col-lg-offset-21 {
    margin-left: 87.5%
  }

  .ant-col-lg-order-21 {
    order: 21
  }

  .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .ant-col-lg-push-20 {
    left: 83.33333333%
  }

  .ant-col-lg-pull-20 {
    right: 83.33333333%
  }

  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%
  }

  .ant-col-lg-order-20 {
    order: 20
  }

  .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .ant-col-lg-push-19 {
    left: 79.16666667%
  }

  .ant-col-lg-pull-19 {
    right: 79.16666667%
  }

  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%
  }

  .ant-col-lg-order-19 {
    order: 19
  }

  .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ant-col-lg-push-18 {
    left: 75%
  }

  .ant-col-lg-pull-18 {
    right: 75%
  }

  .ant-col-lg-offset-18 {
    margin-left: 75%
  }

  .ant-col-lg-order-18 {
    order: 18
  }

  .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .ant-col-lg-push-17 {
    left: 70.83333333%
  }

  .ant-col-lg-pull-17 {
    right: 70.83333333%
  }

  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%
  }

  .ant-col-lg-order-17 {
    order: 17
  }

  .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .ant-col-lg-push-16 {
    left: 66.66666667%
  }

  .ant-col-lg-pull-16 {
    right: 66.66666667%
  }

  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%
  }

  .ant-col-lg-order-16 {
    order: 16
  }

  .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .ant-col-lg-push-15 {
    left: 62.5%
  }

  .ant-col-lg-pull-15 {
    right: 62.5%
  }

  .ant-col-lg-offset-15 {
    margin-left: 62.5%
  }

  .ant-col-lg-order-15 {
    order: 15
  }

  .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .ant-col-lg-push-14 {
    left: 58.33333333%
  }

  .ant-col-lg-pull-14 {
    right: 58.33333333%
  }

  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%
  }

  .ant-col-lg-order-14 {
    order: 14
  }

  .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .ant-col-lg-push-13 {
    left: 54.16666667%
  }

  .ant-col-lg-pull-13 {
    right: 54.16666667%
  }

  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%
  }

  .ant-col-lg-order-13 {
    order: 13
  }

  .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ant-col-lg-push-12 {
    left: 50%
  }

  .ant-col-lg-pull-12 {
    right: 50%
  }

  .ant-col-lg-offset-12 {
    margin-left: 50%
  }

  .ant-col-lg-order-12 {
    order: 12
  }

  .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .ant-col-lg-push-11 {
    left: 45.83333333%
  }

  .ant-col-lg-pull-11 {
    right: 45.83333333%
  }

  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%
  }

  .ant-col-lg-order-11 {
    order: 11
  }

  .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .ant-col-lg-push-10 {
    left: 41.66666667%
  }

  .ant-col-lg-pull-10 {
    right: 41.66666667%
  }

  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%
  }

  .ant-col-lg-order-10 {
    order: 10
  }

  .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .ant-col-lg-push-9 {
    left: 37.5%
  }

  .ant-col-lg-pull-9 {
    right: 37.5%
  }

  .ant-col-lg-offset-9 {
    margin-left: 37.5%
  }

  .ant-col-lg-order-9 {
    order: 9
  }

  .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .ant-col-lg-push-8 {
    left: 33.33333333%
  }

  .ant-col-lg-pull-8 {
    right: 33.33333333%
  }

  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%
  }

  .ant-col-lg-order-8 {
    order: 8
  }

  .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .ant-col-lg-push-7 {
    left: 29.16666667%
  }

  .ant-col-lg-pull-7 {
    right: 29.16666667%
  }

  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%
  }

  .ant-col-lg-order-7 {
    order: 7
  }

  .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ant-col-lg-push-6 {
    left: 25%
  }

  .ant-col-lg-pull-6 {
    right: 25%
  }

  .ant-col-lg-offset-6 {
    margin-left: 25%
  }

  .ant-col-lg-order-6 {
    order: 6
  }

  .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .ant-col-lg-push-5 {
    left: 20.83333333%
  }

  .ant-col-lg-pull-5 {
    right: 20.83333333%
  }

  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%
  }

  .ant-col-lg-order-5 {
    order: 5
  }

  .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .ant-col-lg-push-4 {
    left: 16.66666667%
  }

  .ant-col-lg-pull-4 {
    right: 16.66666667%
  }

  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%
  }

  .ant-col-lg-order-4 {
    order: 4
  }

  .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ant-col-lg-push-3 {
    left: 12.5%
  }

  .ant-col-lg-pull-3 {
    right: 12.5%
  }

  .ant-col-lg-offset-3 {
    margin-left: 12.5%
  }

  .ant-col-lg-order-3 {
    order: 3
  }

  .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .ant-col-lg-push-2 {
    left: 8.33333333%
  }

  .ant-col-lg-pull-2 {
    right: 8.33333333%
  }

  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%
  }

  .ant-col-lg-order-2 {
    order: 2
  }

  .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .ant-col-lg-push-1 {
    left: 4.16666667%
  }

  .ant-col-lg-pull-1 {
    right: 4.16666667%
  }

  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%
  }

  .ant-col-lg-order-1 {
    order: 1
  }

  .ant-col-lg-0 {
    display: none
  }

  .ant-col-push-0 {
    left: auto
  }

  .ant-col-pull-0 {
    right: auto
  }

  .ant-col-lg-push-0 {
    left: auto
  }

  .ant-col-lg-pull-0 {
    right: auto
  }

  .ant-col-lg-offset-0 {
    margin-left: 0
  }

  .ant-col-lg-order-0 {
    order: 0
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-lg-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-lg-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0
  }

  .ant-col-lg-push-1.ant-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .ant-col-lg-pull-1.ant-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .ant-col-lg-offset-1.ant-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .ant-col-lg-push-2.ant-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .ant-col-lg-pull-2.ant-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .ant-col-lg-offset-2.ant-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .ant-col-lg-push-3.ant-col-rtl {
    left: auto;
    right: 12.5%
  }

  .ant-col-lg-pull-3.ant-col-rtl {
    left: 12.5%;
    right: auto
  }

  .ant-col-lg-offset-3.ant-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .ant-col-lg-push-4.ant-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .ant-col-lg-pull-4.ant-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .ant-col-lg-offset-4.ant-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .ant-col-lg-push-5.ant-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .ant-col-lg-pull-5.ant-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .ant-col-lg-offset-5.ant-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .ant-col-lg-push-6.ant-col-rtl {
    left: auto;
    right: 25%
  }

  .ant-col-lg-pull-6.ant-col-rtl {
    left: 25%;
    right: auto
  }

  .ant-col-lg-offset-6.ant-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .ant-col-lg-push-7.ant-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .ant-col-lg-pull-7.ant-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .ant-col-lg-offset-7.ant-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .ant-col-lg-push-8.ant-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .ant-col-lg-pull-8.ant-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .ant-col-lg-offset-8.ant-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .ant-col-lg-push-9.ant-col-rtl {
    left: auto;
    right: 37.5%
  }

  .ant-col-lg-pull-9.ant-col-rtl {
    left: 37.5%;
    right: auto
  }

  .ant-col-lg-offset-9.ant-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .ant-col-lg-push-10.ant-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .ant-col-lg-pull-10.ant-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .ant-col-lg-offset-10.ant-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .ant-col-lg-push-11.ant-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .ant-col-lg-pull-11.ant-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .ant-col-lg-offset-11.ant-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .ant-col-lg-push-12.ant-col-rtl {
    left: auto;
    right: 50%
  }

  .ant-col-lg-pull-12.ant-col-rtl {
    left: 50%;
    right: auto
  }

  .ant-col-lg-offset-12.ant-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .ant-col-lg-push-13.ant-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .ant-col-lg-pull-13.ant-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .ant-col-lg-offset-13.ant-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .ant-col-lg-push-14.ant-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .ant-col-lg-pull-14.ant-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .ant-col-lg-offset-14.ant-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .ant-col-lg-push-15.ant-col-rtl {
    left: auto;
    right: 62.5%
  }

  .ant-col-lg-pull-15.ant-col-rtl {
    left: 62.5%;
    right: auto
  }

  .ant-col-lg-offset-15.ant-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .ant-col-lg-push-16.ant-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .ant-col-lg-pull-16.ant-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .ant-col-lg-offset-16.ant-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .ant-col-lg-push-17.ant-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .ant-col-lg-pull-17.ant-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .ant-col-lg-offset-17.ant-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .ant-col-lg-push-18.ant-col-rtl {
    left: auto;
    right: 75%
  }

  .ant-col-lg-pull-18.ant-col-rtl {
    left: 75%;
    right: auto
  }

  .ant-col-lg-offset-18.ant-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .ant-col-lg-push-19.ant-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .ant-col-lg-pull-19.ant-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .ant-col-lg-offset-19.ant-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .ant-col-lg-push-20.ant-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .ant-col-lg-pull-20.ant-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .ant-col-lg-offset-20.ant-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .ant-col-lg-push-21.ant-col-rtl {
    left: auto;
    right: 87.5%
  }

  .ant-col-lg-pull-21.ant-col-rtl {
    left: 87.5%;
    right: auto
  }

  .ant-col-lg-offset-21.ant-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .ant-col-lg-push-22.ant-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .ant-col-lg-pull-22.ant-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .ant-col-lg-offset-22.ant-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .ant-col-lg-push-23.ant-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .ant-col-lg-pull-23.ant-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .ant-col-lg-offset-23.ant-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .ant-col-lg-push-24.ant-col-rtl {
    left: auto;
    right: 100%
  }

  .ant-col-lg-pull-24.ant-col-rtl {
    left: 100%;
    right: auto
  }

  .ant-col-lg-offset-24.ant-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:1200px) {
  .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-xl-push-24 {
    left: 100%
  }

  .ant-col-xl-pull-24 {
    right: 100%
  }

  .ant-col-xl-offset-24 {
    margin-left: 100%
  }

  .ant-col-xl-order-24 {
    order: 24
  }

  .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .ant-col-xl-push-23 {
    left: 95.83333333%
  }

  .ant-col-xl-pull-23 {
    right: 95.83333333%
  }

  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%
  }

  .ant-col-xl-order-23 {
    order: 23
  }

  .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .ant-col-xl-push-22 {
    left: 91.66666667%
  }

  .ant-col-xl-pull-22 {
    right: 91.66666667%
  }

  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%
  }

  .ant-col-xl-order-22 {
    order: 22
  }

  .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .ant-col-xl-push-21 {
    left: 87.5%
  }

  .ant-col-xl-pull-21 {
    right: 87.5%
  }

  .ant-col-xl-offset-21 {
    margin-left: 87.5%
  }

  .ant-col-xl-order-21 {
    order: 21
  }

  .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .ant-col-xl-push-20 {
    left: 83.33333333%
  }

  .ant-col-xl-pull-20 {
    right: 83.33333333%
  }

  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%
  }

  .ant-col-xl-order-20 {
    order: 20
  }

  .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .ant-col-xl-push-19 {
    left: 79.16666667%
  }

  .ant-col-xl-pull-19 {
    right: 79.16666667%
  }

  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%
  }

  .ant-col-xl-order-19 {
    order: 19
  }

  .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ant-col-xl-push-18 {
    left: 75%
  }

  .ant-col-xl-pull-18 {
    right: 75%
  }

  .ant-col-xl-offset-18 {
    margin-left: 75%
  }

  .ant-col-xl-order-18 {
    order: 18
  }

  .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .ant-col-xl-push-17 {
    left: 70.83333333%
  }

  .ant-col-xl-pull-17 {
    right: 70.83333333%
  }

  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%
  }

  .ant-col-xl-order-17 {
    order: 17
  }

  .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .ant-col-xl-push-16 {
    left: 66.66666667%
  }

  .ant-col-xl-pull-16 {
    right: 66.66666667%
  }

  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%
  }

  .ant-col-xl-order-16 {
    order: 16
  }

  .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .ant-col-xl-push-15 {
    left: 62.5%
  }

  .ant-col-xl-pull-15 {
    right: 62.5%
  }

  .ant-col-xl-offset-15 {
    margin-left: 62.5%
  }

  .ant-col-xl-order-15 {
    order: 15
  }

  .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .ant-col-xl-push-14 {
    left: 58.33333333%
  }

  .ant-col-xl-pull-14 {
    right: 58.33333333%
  }

  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%
  }

  .ant-col-xl-order-14 {
    order: 14
  }

  .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .ant-col-xl-push-13 {
    left: 54.16666667%
  }

  .ant-col-xl-pull-13 {
    right: 54.16666667%
  }

  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%
  }

  .ant-col-xl-order-13 {
    order: 13
  }

  .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ant-col-xl-push-12 {
    left: 50%
  }

  .ant-col-xl-pull-12 {
    right: 50%
  }

  .ant-col-xl-offset-12 {
    margin-left: 50%
  }

  .ant-col-xl-order-12 {
    order: 12
  }

  .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .ant-col-xl-push-11 {
    left: 45.83333333%
  }

  .ant-col-xl-pull-11 {
    right: 45.83333333%
  }

  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%
  }

  .ant-col-xl-order-11 {
    order: 11
  }

  .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .ant-col-xl-push-10 {
    left: 41.66666667%
  }

  .ant-col-xl-pull-10 {
    right: 41.66666667%
  }

  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%
  }

  .ant-col-xl-order-10 {
    order: 10
  }

  .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .ant-col-xl-push-9 {
    left: 37.5%
  }

  .ant-col-xl-pull-9 {
    right: 37.5%
  }

  .ant-col-xl-offset-9 {
    margin-left: 37.5%
  }

  .ant-col-xl-order-9 {
    order: 9
  }

  .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .ant-col-xl-push-8 {
    left: 33.33333333%
  }

  .ant-col-xl-pull-8 {
    right: 33.33333333%
  }

  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%
  }

  .ant-col-xl-order-8 {
    order: 8
  }

  .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .ant-col-xl-push-7 {
    left: 29.16666667%
  }

  .ant-col-xl-pull-7 {
    right: 29.16666667%
  }

  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%
  }

  .ant-col-xl-order-7 {
    order: 7
  }

  .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ant-col-xl-push-6 {
    left: 25%
  }

  .ant-col-xl-pull-6 {
    right: 25%
  }

  .ant-col-xl-offset-6 {
    margin-left: 25%
  }

  .ant-col-xl-order-6 {
    order: 6
  }

  .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .ant-col-xl-push-5 {
    left: 20.83333333%
  }

  .ant-col-xl-pull-5 {
    right: 20.83333333%
  }

  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%
  }

  .ant-col-xl-order-5 {
    order: 5
  }

  .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .ant-col-xl-push-4 {
    left: 16.66666667%
  }

  .ant-col-xl-pull-4 {
    right: 16.66666667%
  }

  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%
  }

  .ant-col-xl-order-4 {
    order: 4
  }

  .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ant-col-xl-push-3 {
    left: 12.5%
  }

  .ant-col-xl-pull-3 {
    right: 12.5%
  }

  .ant-col-xl-offset-3 {
    margin-left: 12.5%
  }

  .ant-col-xl-order-3 {
    order: 3
  }

  .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .ant-col-xl-push-2 {
    left: 8.33333333%
  }

  .ant-col-xl-pull-2 {
    right: 8.33333333%
  }

  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%
  }

  .ant-col-xl-order-2 {
    order: 2
  }

  .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .ant-col-xl-push-1 {
    left: 4.16666667%
  }

  .ant-col-xl-pull-1 {
    right: 4.16666667%
  }

  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%
  }

  .ant-col-xl-order-1 {
    order: 1
  }

  .ant-col-xl-0 {
    display: none
  }

  .ant-col-push-0 {
    left: auto
  }

  .ant-col-pull-0 {
    right: auto
  }

  .ant-col-xl-push-0 {
    left: auto
  }

  .ant-col-xl-pull-0 {
    right: auto
  }

  .ant-col-xl-offset-0 {
    margin-left: 0
  }

  .ant-col-xl-order-0 {
    order: 0
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-xl-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-xl-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0
  }

  .ant-col-xl-push-1.ant-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .ant-col-xl-pull-1.ant-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .ant-col-xl-offset-1.ant-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .ant-col-xl-push-2.ant-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .ant-col-xl-pull-2.ant-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .ant-col-xl-offset-2.ant-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .ant-col-xl-push-3.ant-col-rtl {
    left: auto;
    right: 12.5%
  }

  .ant-col-xl-pull-3.ant-col-rtl {
    left: 12.5%;
    right: auto
  }

  .ant-col-xl-offset-3.ant-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .ant-col-xl-push-4.ant-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .ant-col-xl-pull-4.ant-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .ant-col-xl-offset-4.ant-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .ant-col-xl-push-5.ant-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .ant-col-xl-pull-5.ant-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .ant-col-xl-offset-5.ant-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .ant-col-xl-push-6.ant-col-rtl {
    left: auto;
    right: 25%
  }

  .ant-col-xl-pull-6.ant-col-rtl {
    left: 25%;
    right: auto
  }

  .ant-col-xl-offset-6.ant-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .ant-col-xl-push-7.ant-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .ant-col-xl-pull-7.ant-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .ant-col-xl-offset-7.ant-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .ant-col-xl-push-8.ant-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .ant-col-xl-pull-8.ant-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .ant-col-xl-offset-8.ant-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .ant-col-xl-push-9.ant-col-rtl {
    left: auto;
    right: 37.5%
  }

  .ant-col-xl-pull-9.ant-col-rtl {
    left: 37.5%;
    right: auto
  }

  .ant-col-xl-offset-9.ant-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .ant-col-xl-push-10.ant-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .ant-col-xl-pull-10.ant-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .ant-col-xl-offset-10.ant-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .ant-col-xl-push-11.ant-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .ant-col-xl-pull-11.ant-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .ant-col-xl-offset-11.ant-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .ant-col-xl-push-12.ant-col-rtl {
    left: auto;
    right: 50%
  }

  .ant-col-xl-pull-12.ant-col-rtl {
    left: 50%;
    right: auto
  }

  .ant-col-xl-offset-12.ant-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .ant-col-xl-push-13.ant-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .ant-col-xl-pull-13.ant-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .ant-col-xl-offset-13.ant-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .ant-col-xl-push-14.ant-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .ant-col-xl-pull-14.ant-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .ant-col-xl-offset-14.ant-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .ant-col-xl-push-15.ant-col-rtl {
    left: auto;
    right: 62.5%
  }

  .ant-col-xl-pull-15.ant-col-rtl {
    left: 62.5%;
    right: auto
  }

  .ant-col-xl-offset-15.ant-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .ant-col-xl-push-16.ant-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .ant-col-xl-pull-16.ant-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .ant-col-xl-offset-16.ant-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .ant-col-xl-push-17.ant-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .ant-col-xl-pull-17.ant-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .ant-col-xl-offset-17.ant-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .ant-col-xl-push-18.ant-col-rtl {
    left: auto;
    right: 75%
  }

  .ant-col-xl-pull-18.ant-col-rtl {
    left: 75%;
    right: auto
  }

  .ant-col-xl-offset-18.ant-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .ant-col-xl-push-19.ant-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .ant-col-xl-pull-19.ant-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .ant-col-xl-offset-19.ant-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .ant-col-xl-push-20.ant-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .ant-col-xl-pull-20.ant-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .ant-col-xl-offset-20.ant-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .ant-col-xl-push-21.ant-col-rtl {
    left: auto;
    right: 87.5%
  }

  .ant-col-xl-pull-21.ant-col-rtl {
    left: 87.5%;
    right: auto
  }

  .ant-col-xl-offset-21.ant-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .ant-col-xl-push-22.ant-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .ant-col-xl-pull-22.ant-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .ant-col-xl-offset-22.ant-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .ant-col-xl-push-23.ant-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .ant-col-xl-pull-23.ant-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .ant-col-xl-offset-23.ant-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .ant-col-xl-push-24.ant-col-rtl {
    left: auto;
    right: 100%
  }

  .ant-col-xl-pull-24.ant-col-rtl {
    left: 100%;
    right: auto
  }

  .ant-col-xl-offset-24.ant-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:1600px) {
  .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .ant-col-xxl-push-24 {
    left: 100%
  }

  .ant-col-xxl-pull-24 {
    right: 100%
  }

  .ant-col-xxl-offset-24 {
    margin-left: 100%
  }

  .ant-col-xxl-order-24 {
    order: 24
  }

  .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .ant-col-xxl-push-23 {
    left: 95.83333333%
  }

  .ant-col-xxl-pull-23 {
    right: 95.83333333%
  }

  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%
  }

  .ant-col-xxl-order-23 {
    order: 23
  }

  .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .ant-col-xxl-push-22 {
    left: 91.66666667%
  }

  .ant-col-xxl-pull-22 {
    right: 91.66666667%
  }

  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%
  }

  .ant-col-xxl-order-22 {
    order: 22
  }

  .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .ant-col-xxl-push-21 {
    left: 87.5%
  }

  .ant-col-xxl-pull-21 {
    right: 87.5%
  }

  .ant-col-xxl-offset-21 {
    margin-left: 87.5%
  }

  .ant-col-xxl-order-21 {
    order: 21
  }

  .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .ant-col-xxl-push-20 {
    left: 83.33333333%
  }

  .ant-col-xxl-pull-20 {
    right: 83.33333333%
  }

  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%
  }

  .ant-col-xxl-order-20 {
    order: 20
  }

  .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .ant-col-xxl-push-19 {
    left: 79.16666667%
  }

  .ant-col-xxl-pull-19 {
    right: 79.16666667%
  }

  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%
  }

  .ant-col-xxl-order-19 {
    order: 19
  }

  .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .ant-col-xxl-push-18 {
    left: 75%
  }

  .ant-col-xxl-pull-18 {
    right: 75%
  }

  .ant-col-xxl-offset-18 {
    margin-left: 75%
  }

  .ant-col-xxl-order-18 {
    order: 18
  }

  .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .ant-col-xxl-push-17 {
    left: 70.83333333%
  }

  .ant-col-xxl-pull-17 {
    right: 70.83333333%
  }

  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%
  }

  .ant-col-xxl-order-17 {
    order: 17
  }

  .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .ant-col-xxl-push-16 {
    left: 66.66666667%
  }

  .ant-col-xxl-pull-16 {
    right: 66.66666667%
  }

  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%
  }

  .ant-col-xxl-order-16 {
    order: 16
  }

  .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .ant-col-xxl-push-15 {
    left: 62.5%
  }

  .ant-col-xxl-pull-15 {
    right: 62.5%
  }

  .ant-col-xxl-offset-15 {
    margin-left: 62.5%
  }

  .ant-col-xxl-order-15 {
    order: 15
  }

  .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .ant-col-xxl-push-14 {
    left: 58.33333333%
  }

  .ant-col-xxl-pull-14 {
    right: 58.33333333%
  }

  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%
  }

  .ant-col-xxl-order-14 {
    order: 14
  }

  .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .ant-col-xxl-push-13 {
    left: 54.16666667%
  }

  .ant-col-xxl-pull-13 {
    right: 54.16666667%
  }

  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%
  }

  .ant-col-xxl-order-13 {
    order: 13
  }

  .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .ant-col-xxl-push-12 {
    left: 50%
  }

  .ant-col-xxl-pull-12 {
    right: 50%
  }

  .ant-col-xxl-offset-12 {
    margin-left: 50%
  }

  .ant-col-xxl-order-12 {
    order: 12
  }

  .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .ant-col-xxl-push-11 {
    left: 45.83333333%
  }

  .ant-col-xxl-pull-11 {
    right: 45.83333333%
  }

  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%
  }

  .ant-col-xxl-order-11 {
    order: 11
  }

  .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .ant-col-xxl-push-10 {
    left: 41.66666667%
  }

  .ant-col-xxl-pull-10 {
    right: 41.66666667%
  }

  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%
  }

  .ant-col-xxl-order-10 {
    order: 10
  }

  .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .ant-col-xxl-push-9 {
    left: 37.5%
  }

  .ant-col-xxl-pull-9 {
    right: 37.5%
  }

  .ant-col-xxl-offset-9 {
    margin-left: 37.5%
  }

  .ant-col-xxl-order-9 {
    order: 9
  }

  .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .ant-col-xxl-push-8 {
    left: 33.33333333%
  }

  .ant-col-xxl-pull-8 {
    right: 33.33333333%
  }

  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%
  }

  .ant-col-xxl-order-8 {
    order: 8
  }

  .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .ant-col-xxl-push-7 {
    left: 29.16666667%
  }

  .ant-col-xxl-pull-7 {
    right: 29.16666667%
  }

  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%
  }

  .ant-col-xxl-order-7 {
    order: 7
  }

  .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .ant-col-xxl-push-6 {
    left: 25%
  }

  .ant-col-xxl-pull-6 {
    right: 25%
  }

  .ant-col-xxl-offset-6 {
    margin-left: 25%
  }

  .ant-col-xxl-order-6 {
    order: 6
  }

  .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .ant-col-xxl-push-5 {
    left: 20.83333333%
  }

  .ant-col-xxl-pull-5 {
    right: 20.83333333%
  }

  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%
  }

  .ant-col-xxl-order-5 {
    order: 5
  }

  .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .ant-col-xxl-push-4 {
    left: 16.66666667%
  }

  .ant-col-xxl-pull-4 {
    right: 16.66666667%
  }

  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%
  }

  .ant-col-xxl-order-4 {
    order: 4
  }

  .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .ant-col-xxl-push-3 {
    left: 12.5%
  }

  .ant-col-xxl-pull-3 {
    right: 12.5%
  }

  .ant-col-xxl-offset-3 {
    margin-left: 12.5%
  }

  .ant-col-xxl-order-3 {
    order: 3
  }

  .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .ant-col-xxl-push-2 {
    left: 8.33333333%
  }

  .ant-col-xxl-pull-2 {
    right: 8.33333333%
  }

  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%
  }

  .ant-col-xxl-order-2 {
    order: 2
  }

  .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .ant-col-xxl-push-1 {
    left: 4.16666667%
  }

  .ant-col-xxl-pull-1 {
    right: 4.16666667%
  }

  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%
  }

  .ant-col-xxl-order-1 {
    order: 1
  }

  .ant-col-xxl-0 {
    display: none
  }

  .ant-col-push-0 {
    left: auto
  }

  .ant-col-pull-0 {
    right: auto
  }

  .ant-col-xxl-push-0 {
    left: auto
  }

  .ant-col-xxl-pull-0 {
    right: auto
  }

  .ant-col-xxl-offset-0 {
    margin-left: 0
  }

  .ant-col-xxl-order-0 {
    order: 0
  }

  .ant-col-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-xxl-push-0.ant-col-rtl {
    right: auto
  }

  .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto
  }

  .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0
  }

  .ant-col-xxl-push-1.ant-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .ant-col-xxl-pull-1.ant-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .ant-col-xxl-offset-1.ant-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .ant-col-xxl-push-2.ant-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .ant-col-xxl-pull-2.ant-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .ant-col-xxl-offset-2.ant-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .ant-col-xxl-push-3.ant-col-rtl {
    left: auto;
    right: 12.5%
  }

  .ant-col-xxl-pull-3.ant-col-rtl {
    left: 12.5%;
    right: auto
  }

  .ant-col-xxl-offset-3.ant-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .ant-col-xxl-push-4.ant-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .ant-col-xxl-pull-4.ant-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .ant-col-xxl-offset-4.ant-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .ant-col-xxl-push-5.ant-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .ant-col-xxl-pull-5.ant-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .ant-col-xxl-offset-5.ant-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .ant-col-xxl-push-6.ant-col-rtl {
    left: auto;
    right: 25%
  }

  .ant-col-xxl-pull-6.ant-col-rtl {
    left: 25%;
    right: auto
  }

  .ant-col-xxl-offset-6.ant-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .ant-col-xxl-push-7.ant-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .ant-col-xxl-pull-7.ant-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .ant-col-xxl-offset-7.ant-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .ant-col-xxl-push-8.ant-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .ant-col-xxl-pull-8.ant-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .ant-col-xxl-offset-8.ant-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .ant-col-xxl-push-9.ant-col-rtl {
    left: auto;
    right: 37.5%
  }

  .ant-col-xxl-pull-9.ant-col-rtl {
    left: 37.5%;
    right: auto
  }

  .ant-col-xxl-offset-9.ant-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .ant-col-xxl-push-10.ant-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .ant-col-xxl-pull-10.ant-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .ant-col-xxl-offset-10.ant-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .ant-col-xxl-push-11.ant-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .ant-col-xxl-pull-11.ant-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .ant-col-xxl-offset-11.ant-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .ant-col-xxl-push-12.ant-col-rtl {
    left: auto;
    right: 50%
  }

  .ant-col-xxl-pull-12.ant-col-rtl {
    left: 50%;
    right: auto
  }

  .ant-col-xxl-offset-12.ant-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .ant-col-xxl-push-13.ant-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .ant-col-xxl-pull-13.ant-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .ant-col-xxl-offset-13.ant-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .ant-col-xxl-push-14.ant-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .ant-col-xxl-pull-14.ant-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .ant-col-xxl-offset-14.ant-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .ant-col-xxl-push-15.ant-col-rtl {
    left: auto;
    right: 62.5%
  }

  .ant-col-xxl-pull-15.ant-col-rtl {
    left: 62.5%;
    right: auto
  }

  .ant-col-xxl-offset-15.ant-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .ant-col-xxl-push-16.ant-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .ant-col-xxl-pull-16.ant-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .ant-col-xxl-offset-16.ant-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .ant-col-xxl-push-17.ant-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .ant-col-xxl-pull-17.ant-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .ant-col-xxl-offset-17.ant-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .ant-col-xxl-push-18.ant-col-rtl {
    left: auto;
    right: 75%
  }

  .ant-col-xxl-pull-18.ant-col-rtl {
    left: 75%;
    right: auto
  }

  .ant-col-xxl-offset-18.ant-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .ant-col-xxl-push-19.ant-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .ant-col-xxl-pull-19.ant-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .ant-col-xxl-offset-19.ant-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .ant-col-xxl-push-20.ant-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .ant-col-xxl-pull-20.ant-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .ant-col-xxl-offset-20.ant-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .ant-col-xxl-push-21.ant-col-rtl {
    left: auto;
    right: 87.5%
  }

  .ant-col-xxl-pull-21.ant-col-rtl {
    left: 87.5%;
    right: auto
  }

  .ant-col-xxl-offset-21.ant-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .ant-col-xxl-push-22.ant-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .ant-col-xxl-pull-22.ant-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .ant-col-xxl-offset-22.ant-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .ant-col-xxl-push-23.ant-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .ant-col-xxl-pull-23.ant-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .ant-col-xxl-offset-23.ant-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .ant-col-xxl-push-24.ant-col-rtl {
    left: auto;
    right: 100%
  }

  .ant-col-xxl-pull-24.ant-col-rtl {
    left: 100%;
    right: auto
  }

  .ant-col-xxl-offset-24.ant-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

.ant-row-rtl {
  direction: rtl
}

.ant-col.ant-col-rtl {
  float: right
}

.ant-layout {
  background: #f0f2f5;
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0
}

.ant-layout,
.ant-layout * {
  box-sizing: border-box
}

.ant-layout.ant-layout-has-sider {
  flex-direction: row
}

.ant-layout.ant-layout-has-sider>.ant-layout,
.ant-layout.ant-layout-has-sider>.ant-layout-content {
  overflow-x: hidden
}

.ant-layout-footer,
.ant-layout-header {
  flex: 0 0 auto
}

.ant-layout-header {
  background: #001529;
  color: #55585c;
  height: 64px;
  line-height: 64px;
  padding: 0 50px
}

.ant-layout-footer {
  background: #f0f2f5;
  color: #55585c;
  font-size: 14px;
  padding: 24px 50px
}

.ant-layout-content {
  flex: auto;
  min-height: 0
}

.ant-layout-sider {
  background: #001529;
  min-width: 0;
  position: relative;
  transition: all .2s
}

.ant-layout-sider-children {
  height: 100%;
  margin-top: -.1px;
  padding-top: .1px
}

.ant-layout-sider-has-trigger {
  padding-bottom: 48px
}

.ant-layout-sider-right {
  order: 1
}

.ant-layout-sider-trigger {
  background: #002140;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  position: fixed;
  text-align: center;
  transition: all .2s;
  z-index: 1
}

.ant-layout-sider-zero-width>* {
  overflow: hidden
}

.ant-layout-sider-zero-width-trigger {
  background: #001529;
  border-radius: 0 2px 2px 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: -36px;
  text-align: center;
  top: 64px;
  transition: background .3s ease;
  width: 36px;
  z-index: 1
}

.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e
}

.ant-layout-sider-zero-width-trigger-right {
  border-radius: 2px 0 0 2px;
  left: -36px
}

.ant-layout-sider-light {
  background: #fff
}

.ant-layout-sider-light .ant-layout-sider-trigger,
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  background: #fff;
  color: #55585c
}

.ant-layout-rtl {
  direction: rtl
}

.ant-list {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ant-list * {
  outline: none
}

.ant-list-pagination {
  margin-top: 24px;
  text-align: right
}

.ant-list-pagination .ant-pagination-options {
  text-align: left
}

.ant-list-more {
  margin-top: 12px;
  text-align: center
}

.ant-list-more button {
  padding-left: 32px;
  padding-right: 32px
}

.ant-list-spin {
  min-height: 40px;
  text-align: center
}

.ant-list-empty-text {
  color: #aaabaf;
  font-size: 14px;
  padding: 16px;
  text-align: center
}

.ant-list-items {
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-list-item {
  align-items: center;
  color: #55585c;
  display: flex;
  justify-content: space-between;
  padding: 12px 0
}

.ant-list-item-meta {
  align-items: flex-start;
  display: flex;
  flex: 1 1;
  max-width: 100%
}

.ant-list-item-meta-avatar {
  margin-right: 16px
}

.ant-list-item-meta-content {
  color: #55585c;
  flex: 1 0;
  width: 0
}

.ant-list-item-meta-title {
  color: #55585c;
  font-size: 14px;
  line-height: 1.5715;
  margin-bottom: 4px
}

.ant-list-item-meta-title>a {
  color: #55585c;
  transition: all .3s
}

.ant-list-item-meta-title>a:hover {
  color: #1966ff
}

.ant-list-item-meta-description {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 1.5715
}

.ant-list-item-action {
  flex: 0 0 auto;
  font-size: 0;
  list-style: none;
  margin-left: 48px;
  padding: 0
}

.ant-list-item-action>li {
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  font-size: 14px;
  line-height: 1.5715;
  padding: 0 8px;
  position: relative;
  text-align: center
}

.ant-list-item-action>li:first-child {
  padding-left: 0
}

.ant-list-item-action-split {
  background-color: #edeef0;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px
}

.ant-list-footer,
.ant-list-header {
  background: transparent
}

.ant-list-footer,
.ant-list-header {
  padding-bottom: 12px;
  padding-top: 12px
}

.ant-list-empty {
  color: rgba(0, 0, 0, .45);
  font-size: 12px;
  padding: 16px 0;
  text-align: center
}

.ant-list-split .ant-list-item {
  border-bottom: 1px solid #edeef0
}

.ant-list-split .ant-list-item:last-child {
  border-bottom: none
}

.ant-list-split .ant-list-header {
  border-bottom: 1px solid #edeef0
}

.ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #edeef0
}

.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px
}

.ant-list-split.ant-list-something-after-last-item .ant-spin-container>.ant-list-items>.ant-list-item:last-child {
  border-bottom: 1px solid #edeef0
}

.ant-list-lg .ant-list-item {
  padding: 16px 24px
}

.ant-list-sm .ant-list-item {
  padding: 8px 16px
}

.ant-list-vertical .ant-list-item {
  align-items: normal
}

.ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1 1
}

.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px
}

.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px
}

.ant-list-vertical .ant-list-item-meta-title {
  color: rgba(0, 0, 0, .85);
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px
}

.ant-list-vertical .ant-list-item-action {
  margin-left: auto;
  margin-top: 16px
}

.ant-list-vertical .ant-list-item-action>li {
  padding: 0 16px
}

.ant-list-vertical .ant-list-item-action>li:first-child {
  padding-left: 0
}

.ant-list-grid .ant-col>.ant-list-item {
  border-bottom: none;
  display: block;
  margin-bottom: 16px;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0
}

.ant-list-item-no-flex {
  display: block
}

.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right
}

.ant-list-bordered {
  border: 1px solid #dcdde0;
  border-radius: 2px
}

.ant-list-bordered .ant-list-footer,
.ant-list-bordered .ant-list-header,
.ant-list-bordered .ant-list-item {
  padding-left: 24px;
  padding-right: 24px
}

.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px
}

.ant-list-bordered.ant-list-sm .ant-list-footer,
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px
}

.ant-list-bordered.ant-list-lg .ant-list-footer,
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px
}

@media screen and (max-width:768px) {

  .ant-list-item-action,
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px
  }
}

@media screen and (max-width:576px) {
  .ant-list-item {
    flex-wrap: wrap
  }

  .ant-list-item-action {
    margin-left: 12px
  }

  .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse
  }

  .ant-list-vertical .ant-list-item-main {
    min-width: 220px
  }

  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px
  }
}

.ant-list-rtl {
  direction: rtl;
  text-align: right
}

.ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl
}

.ant-list-rtl .ant-list-pagination {
  text-align: left
}

.ant-list-rtl .ant-list-item-meta-avatar {
  margin-left: 16px;
  margin-right: 0
}

.ant-list-rtl .ant-list-item-action {
  margin-left: 0;
  margin-right: 48px
}

.ant-list-rtl .ant-list-item-action>li:first-child {
  padding-left: 8px;
  padding-right: 0
}

.ant-list-rtl .ant-list-item-action-split {
  left: 0;
  right: auto
}

.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-left: 0;
  margin-right: 40px
}

.ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto
}

.ant-list-rtl .ant-list-vertical .ant-list-item-action>li:first-child {
  padding-left: 16px;
  padding-right: 0
}

.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left
}

@media screen and (max-width:768px) {

  .ant-list-rtl .ant-list-item-action,
  .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-left: 0;
    margin-right: 24px
  }
}

@media screen and (max-width:576px) {
  .ant-list-rtl .ant-list-item-action {
    margin-left: 0;
    margin-right: 22px
  }

  .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px
  }
}

.ant-mentions {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdde0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: auto;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all .3s;
  vertical-align: bottom;
  white-space: pre-wrap;
  width: 100%
}

.ant-mentions::-moz-placeholder {
  opacity: 1
}

.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-mentions::placeholder {
  color: #bfbfbf
}

.ant-mentions:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-mentions:placeholder-shown {
  text-overflow: ellipsis
}

.ant-mentions:hover {
  border-color: #4287ff;
  border-right-width: 1px !important
}

.ant-input-rtl .ant-mentions:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mentions-focused,
.ant-mentions:focus {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-mentions-focused,
.ant-input-rtl .ant-mentions:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mentions-disabled {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-mentions-disabled:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-mentions[disabled] {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-mentions[disabled]:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-mentions-borderless,
.ant-mentions-borderless-disabled,
.ant-mentions-borderless-focused,
.ant-mentions-borderless:focus,
.ant-mentions-borderless:hover,
.ant-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.ant-mentions {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.ant-mentions-lg {
  font-size: 16px;
  padding: 6.5px 11px
}

.ant-mentions-sm {
  padding: 0 7px
}

.ant-mentions-disabled>textarea {
  background-color: #edeef0;
  color: #aaabaf;
  cursor: not-allowed;
  opacity: 1
}

.ant-mentions-disabled>textarea:hover {
  border-color: #dcdde0;
  border-right-width: 1px !important
}

.ant-mentions-focused {
  border-color: #4287ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2);
  outline: 0
}

.ant-input-rtl .ant-mentions-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.ant-mentions-measure,
.ant-mentions>textarea {
  word-wrap: break-word;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  min-height: 30px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 4px 11px;
  -o-tab-size: inherit;
  tab-size: inherit;
  text-align: inherit;
  vertical-align: top;
  white-space: inherit;
  word-break: inherit
}

.ant-mentions>textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%
}

.ant-mentions>textarea::-moz-placeholder {
  opacity: 1
}

.ant-mentions>textarea:-ms-input-placeholder {
  color: #bfbfbf
}

.ant-mentions>textarea::placeholder {
  color: #bfbfbf
}

.ant-mentions>textarea:-ms-input-placeholder {
  text-overflow: ellipsis
}

.ant-mentions>textarea:placeholder-shown {
  text-overflow: ellipsis
}

.ant-mentions-measure {
  bottom: 0;
  color: transparent;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.ant-mentions-measure>span {
  display: inline-block;
  min-height: 1em
}

.ant-mentions-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  font-variant: normal;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.ant-mentions-dropdown-hidden {
  display: none
}

.ant-mentions-dropdown-menu {
  list-style: none;
  margin-bottom: 0;
  max-height: 250px;
  outline: none;
  overflow: auto;
  padding-left: 0
}

.ant-mentions-dropdown-menu-item {
  color: #55585c;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5715;
  min-width: 100px;
  overflow: hidden;
  padding: 5px 12px;
  position: relative;
  text-overflow: ellipsis;
  transition: background .3s ease;
  white-space: nowrap
}

.ant-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5
}

.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 2px 2px 0 0
}

.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 2px 2px
}

.ant-mentions-dropdown-menu-item-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-mentions-dropdown-menu-item-disabled:hover {
  background-color: #fff;
  color: #aaabaf;
  cursor: not-allowed
}

.ant-mentions-dropdown-menu-item-selected {
  background-color: #fafafa;
  color: #55585c;
  font-weight: 600
}

.ant-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5
}

.ant-mentions-rtl {
  direction: rtl
}

.ant-menu-item-danger.ant-menu-item,
.ant-menu-item-danger.ant-menu-item-active,
.ant-menu-item-danger.ant-menu-item:hover {
  color: #ff4050
}

.ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0
}

.ant-menu-item-danger.ant-menu-item-selected,
.ant-menu-item-danger.ant-menu-item-selected>a,
.ant-menu-item-danger.ant-menu-item-selected>a:hover {
  color: #ff4050
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0
}

.ant-menu-inline .ant-menu-item-danger.ant-menu-item:after {
  border-right-color: #ff4050
}

.ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-danger.ant-menu-item>a {
  color: #ff4050
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #ff4050;
  color: #fff
}

.ant-menu {
  font-feature-settings: "tnum";
  background: #fff;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 0;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s
}

.ant-menu:after,
.ant-menu:before {
  content: "";
  display: table
}

.ant-menu:after {
  clear: both
}

.ant-menu ol,
.ant-menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-menu-hidden {
  display: none
}

.ant-menu-item-group-title {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  height: 1.5715;
  line-height: 1.5715;
  padding: 8px 16px;
  transition: all .3s
}

.ant-menu-horizontal .ant-menu-submenu {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu,
.ant-menu-submenu-inline {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-selected {
  color: #1966ff
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #e6f2ff
}

.ant-menu-submenu .ant-menu-sub {
  cursor: auto;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item a {
  color: #55585c
}

.ant-menu-item a:hover {
  color: #1966ff
}

.ant-menu-item a:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-menu-item>.ant-badge a {
  color: #55585c
}

.ant-menu-item>.ant-badge a:hover {
  color: #1966ff
}

.ant-menu-item-divider {
  background-color: #edeef0;
  height: 1px;
  line-height: 0;
  overflow: hidden
}

.ant-menu-item-active,
.ant-menu-item:hover,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open {
  color: #1966ff
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px
}

.ant-menu-horizontal>.ant-menu-item-active,
.ant-menu-horizontal>.ant-menu-item:hover,
.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent
}

.ant-menu-item-selected,
.ant-menu-item-selected a,
.ant-menu-item-selected a:hover {
  color: #1966ff
}

.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f2ff
}

.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #edeef0
}

.ant-menu-vertical-right {
  border-left: 1px solid #edeef0
}

.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub,
.ant-menu-vertical.ant-menu-sub {
  border-right: 0;
  max-height: calc(100vh - 100px);
  min-width: 160px;
  overflow: hidden;
  padding: 0;
  transform-origin: 0 0
}

.ant-menu-vertical-left.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
.ant-menu-vertical-right.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active),
.ant-menu-vertical.ant-menu-sub:not(.zoom-big-enter-active):not(.zoom-big-leave-active) {
  overflow-x: hidden;
  overflow-y: auto
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item,
.ant-menu-vertical.ant-menu-sub .ant-menu-item {
  border-right: 0;
  left: 0;
  margin-left: 0
}

.ant-menu-vertical-left.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item:after,
.ant-menu-vertical.ant-menu-sub .ant-menu-item:after {
  border-right: 0
}

.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
.ant-menu-vertical.ant-menu-sub>.ant-menu-item,
.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
  transform-origin: 0 0
}

.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
  transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item,
.ant-menu-submenu-title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0 20px;
  position: relative;
  transition: color .3s cubic-bezier(.645, .045, .355, 1), border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1);
  white-space: nowrap
}

.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  font-size: 14px;
  margin-right: 10px;
  min-width: 14px;
  transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item .anticon+span,
.ant-menu-submenu-title .anticon+span {
  opacity: 1;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), width .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-item.ant-menu-item-only-child>.anticon,
.ant-menu-submenu-title.ant-menu-item-only-child>.anticon {
  margin-right: 0
}

.ant-menu>.ant-menu-item-divider {
  background-color: #edeef0;
  height: 1px;
  line-height: 0;
  margin: 1px 0;
  overflow: hidden;
  padding: 0
}

.ant-menu-submenu-popup {
  border-radius: 2px;
  box-shadow: none;
  position: absolute;
  z-index: 1050
}

.ant-menu-submenu-popup:before {
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  opacity: .0001;
  position: absolute;
  right: 0;
  top: -7px;
  width: 100%;
  z-index: -1
}

.ant-menu-submenu-placement-rightTop:before {
  left: -7px;
  top: 0
}

.ant-menu-submenu>.ant-menu {
  background-color: #fff;
  border-radius: 2px
}

.ant-menu-submenu>.ant-menu-submenu-title:after {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-submenu-popup>.ant-menu {
  background-color: #fff
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  right: 16px;
  top: 50%;
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  width: 10px
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background-image: linear-gradient(90deg, #55585c, #55585c);
  border-radius: 2px;
  content: "";
  height: 1.5px;
  position: absolute;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1);
  width: 6px
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateY(-2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateY(2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-inline>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-left>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title:hover .ant-menu-submenu-arrow:before {
  background: linear-gradient(90deg, #1966ff, #1966ff)
}

.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateY(-2px)
}

.ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateY(2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateX(2px)
}

.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg) translateX(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateX(-2px)
}

.ant-menu-submenu-open.ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(45deg) translateX(2px)
}

.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1966ff
}

.ant-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #edeef0;
  box-shadow: none;
  line-height: 46px;
  white-space: nowrap
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu {
  margin: -1px 20px 0;
  padding: 0
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover {
  border-bottom: 2px solid #1966ff;
  color: #1966ff
}

.ant-menu-horizontal>.ant-menu-item,
.ant-menu-horizontal>.ant-menu-submenu {
  border-bottom: 2px solid transparent;
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: bottom
}

.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title {
  padding: 0
}

.ant-menu-horizontal>.ant-menu-item a {
  color: #55585c
}

.ant-menu-horizontal>.ant-menu-item a:hover {
  color: #1966ff
}

.ant-menu-horizontal>.ant-menu-item a:before {
  bottom: -2px
}

.ant-menu-horizontal>.ant-menu-item-selected a {
  color: #1966ff
}

.ant-menu-horizontal:after {
  clear: both;
  content: "\20";
  display: block;
  height: 0
}

.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item {
  position: relative
}

.ant-menu-inline .ant-menu-item:after,
.ant-menu-vertical .ant-menu-item:after,
.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-vertical-right .ant-menu-item:after {
  border-right: 3px solid #1966ff;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(.0001);
  transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1)
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-vertical-right .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  margin-top: 4px;
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis
}

.ant-menu-inline .ant-menu-submenu,
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu {
  padding-bottom: .02px
}

.ant-menu-inline .ant-menu-item:not(:last-child),
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child) {
  margin-bottom: 8px
}

.ant-menu-inline>.ant-menu-item,
.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-left>.ant-menu-item,
.ant-menu-vertical-left>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical-right>.ant-menu-item,
.ant-menu-vertical-right>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-vertical>.ant-menu-item,
.ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title {
  height: 40px;
  line-height: 40px
}

.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px
}

.ant-menu-inline {
  width: 100%
}

.ant-menu-inline .ant-menu-item-selected:after,
.ant-menu-inline .ant-menu-selected:after {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)
}

.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px)
}

.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px
}

.ant-menu-inline-collapsed {
  width: 80px
}

.ant-menu-inline-collapsed>.ant-menu-item,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title {
  left: 0;
  padding: 0 32px;
  text-overflow: clip
}

.ant-menu-inline-collapsed>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none
}

.ant-menu-inline-collapsed>.ant-menu-item .anticon,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon {
  font-size: 16px;
  line-height: 40px;
  margin: 0
}

.ant-menu-inline-collapsed>.ant-menu-item .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-item .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-item-group>.ant-menu-item-group-list>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span,
.ant-menu-inline-collapsed>.ant-menu-submenu>.ant-menu-submenu-title .anticon+span {
  display: inline-block;
  max-width: 0;
  opacity: 0
}

.ant-menu-inline-collapsed .anticon {
  display: inline-block
}

.ant-menu-inline-collapsed-tooltip {
  pointer-events: none
}

.ant-menu-inline-collapsed-tooltip .anticon {
  display: none
}

.ant-menu-inline-collapsed-tooltip a {
  color: hsla(0, 0%, 100%, .85)
}

.ant-menu-inline-collapsed .ant-menu-item-group-title {
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-menu-item-group-list {
  margin: 0;
  padding: 0
}

.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px
}

.ant-menu-root.ant-menu-inline,
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right {
  box-shadow: none
}

.ant-menu-root.ant-menu-inline-collapsed .ant-menu-item>.ant-menu-inline-collapsed-noicon,
.ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title>.ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center
}

.ant-menu-sub.ant-menu-inline {
  border-radius: 0;
  box-shadow: none;
  padding: 0
}

.ant-menu-sub.ant-menu-inline>.ant-menu-item,
.ant-menu-sub.ant-menu-inline>.ant-menu-submenu>.ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc
}

.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px
}

.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  background: none;
  border-color: transparent !important;
  color: #aaabaf !important;
  cursor: not-allowed
}

.ant-menu-item-disabled a,
.ant-menu-submenu-disabled a {
  color: #aaabaf !important;
  pointer-events: none
}

.ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-submenu-disabled>.ant-menu-submenu-title {
  color: #aaabaf !important;
  cursor: not-allowed
}

.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
  background: #aaabaf !important
}

.ant-layout-header .ant-menu {
  line-height: inherit
}

.ant-menu-dark .ant-menu-sub,
.ant-menu.ant-menu-dark,
.ant-menu.ant-menu-dark .ant-menu-sub {
  background: #001529;
  color: hsla(0, 0%, 100%, .65)
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: .45;
  transition: all .3s
}

.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  background: #fff
}

.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent
}

.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17
}

.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item,
.ant-menu-dark.ant-menu-horizontal>.ant-menu-submenu {
  border-color: #001529;
  border-bottom: 0;
  margin-top: 0;
  padding: 0 20px;
  top: 0
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item:hover {
  background-color: #1966ff
}

.ant-menu-dark.ant-menu-horizontal>.ant-menu-item>a:before {
  bottom: 0
}

.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item>a,
.ant-menu-dark .ant-menu-item>span>a {
  color: hsla(0, 0%, 100%, .65)
}

.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  border-right: 0;
  left: 0;
  margin-left: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item:after {
  border-right: 0
}

.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%
}

.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff
}

.ant-menu-dark .ant-menu-item-active>a,
.ant-menu-dark .ant-menu-item-active>span>a,
.ant-menu-dark .ant-menu-item:hover>a,
.ant-menu-dark .ant-menu-item:hover>span>a,
.ant-menu-dark .ant-menu-submenu-active>a,
.ant-menu-dark .ant-menu-submenu-active>span>a,
.ant-menu-dark .ant-menu-submenu-open>a,
.ant-menu-dark .ant-menu-submenu-open>span>a,
.ant-menu-dark .ant-menu-submenu-selected>a,
.ant-menu-dark .ant-menu-submenu-selected>span>a,
.ant-menu-dark .ant-menu-submenu-title:hover>a,
.ant-menu-dark .ant-menu-submenu-title:hover>span>a {
  color: #fff
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
  opacity: 1
}

.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-active>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-open>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-selected>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title:hover>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-title:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
  background: #fff
}

.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent
}

.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1966ff
}

.ant-menu-dark .ant-menu-item-selected {
  border-right: 0;
  color: #fff
}

.ant-menu-dark .ant-menu-item-selected:after {
  border-right: 0
}

.ant-menu-dark .ant-menu-item-selected .anticon,
.ant-menu-dark .ant-menu-item-selected .anticon+span,
.ant-menu-dark .ant-menu-item-selected>a,
.ant-menu-dark .ant-menu-item-selected>a:hover,
.ant-menu-dark .ant-menu-item-selected>span>a,
.ant-menu-dark .ant-menu-item-selected>span>a:hover {
  color: #fff
}

.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected,
.ant-menu.ant-menu-dark .ant-menu-item-selected {
  background-color: #1966ff
}

.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-item-disabled>a,
.ant-menu-dark .ant-menu-item-disabled>span>a,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-submenu-disabled>a,
.ant-menu-dark .ant-menu-submenu-disabled>span>a {
  color: hsla(0, 0%, 100%, .35) !important;
  opacity: .8
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title {
  color: hsla(0, 0%, 100%, .35) !important
}

.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-item-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:after,
.ant-menu-dark .ant-menu-submenu-disabled>.ant-menu-submenu-title>.ant-menu-submenu-arrow:before {
  background: hsla(0, 0%, 100%, .35) !important
}

.ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right
}

.ant-menu-rtl .ant-menu-item-group-title {
  text-align: right
}

.ant-menu-rtl.ant-menu-inline,
.ant-menu-rtl.ant-menu-vertical {
  border-left: 1px solid #edeef0;
  border-right: none
}

.ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none
}

.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub>.ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub>.ant-menu-submenu,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-item,
.ant-menu-rtl.ant-menu-vertical.ant-menu-sub>.ant-menu-submenu {
  transform-origin: top right
}

.ant-menu-rtl .ant-menu-item .anticon,
.ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-left: 10px;
  margin-right: auto
}

.ant-menu-rtl .ant-menu-item.ant-menu-item-only-child>.anticon,
.ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child>.anticon {
  margin-left: 0
}

.ant-menu-rtl .ant-menu-submenu-inline>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow {
  left: 16px;
  right: auto
}

.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:before,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateY(-2px)
}

.ant-menu-rtl .ant-menu-submenu-vertical-left>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical-right>.ant-menu-submenu-title .ant-menu-submenu-arrow:after,
.ant-menu-rtl .ant-menu-submenu-vertical>.ant-menu-submenu-title .ant-menu-submenu-arrow:after {
  transform: rotate(45deg) translateY(2px)
}

.ant-menu-rtl.ant-menu-inline .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item:after,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item:after {
  left: 0;
  right: auto
}

.ant-menu-rtl.ant-menu-inline .ant-menu-item,
.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title {
  text-align: right
}

.ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-left: 34px;
  padding-right: 0
}

.ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-left: 34px;
  padding-right: 16px
}

.ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 32px
}

.ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px
}

.ant-menu-sub.ant-menu-inline {
  border: 0
}

.ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 0;
  padding-right: 32px
}

.ant-notification {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 24px 0 0;
  max-width: calc(100vw - 32px);
  padding: 0;
  position: fixed;
  z-index: 1010
}

.ant-notification-bottomLeft,
.ant-notification-topLeft {
  margin-left: 24px;
  margin-right: 0
}

.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active {
  animation-name: NotificationLeftFadeIn
}

.ant-notification-close-icon {
  cursor: pointer;
  font-size: 14px
}

.ant-notification-hook-holder,
.ant-notification-notice {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .12), 0 6px 16px 0 rgba(0, 0, 0, .08), 0 9px 28px 8px rgba(0, 0, 0, .05);
  margin-bottom: 16px;
  margin-left: auto;
  overflow: hidden;
  position: relative;
  width: 384px
}

.ant-notification-bottomLeft .ant-notification-hook-holder,
.ant-notification-bottomLeft .ant-notification-notice,
.ant-notification-topLeft .ant-notification-hook-holder,
.ant-notification-topLeft .ant-notification-notice {
  margin-left: 0;
  margin-right: auto
}

.ant-notification-hook-holder>.ant-notification-notice {
  box-shadow: none;
  margin-bottom: 0
}

.ant-notification-notice {
  line-height: 1.5715;
  padding: 16px 24px
}

.ant-notification-notice-message {
  color: rgba(0, 0, 0, .85);
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px
}

.ant-notification-notice-message-single-line-auto-margin {
  background-color: transparent;
  display: block;
  max-width: 4px;
  pointer-events: none;
  width: calc(264px - 100%)
}

.ant-notification-notice-message-single-line-auto-margin:before {
  content: "";
  display: block
}

.ant-notification-notice-description {
  font-size: 14px
}

.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px
}

.ant-notification-notice-with-icon .ant-notification-notice-message {
  font-size: 16px;
  margin-bottom: 4px;
  margin-left: 48px
}

.ant-notification-notice-with-icon .ant-notification-notice-description {
  font-size: 14px;
  margin-left: 48px
}

.ant-notification-notice-icon {
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
  position: absolute
}

.anticon.ant-notification-notice-icon-success {
  color: #52c41a
}

.anticon.ant-notification-notice-icon-info {
  color: #1966ff
}

.anticon.ant-notification-notice-icon-warning {
  color: #faad14
}

.anticon.ant-notification-notice-icon-error {
  color: #ff4050
}

.ant-notification-notice-close {
  color: rgba(0, 0, 0, .45);
  outline: none;
  position: absolute;
  right: 22px;
  top: 16px
}

.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, .67)
}

.ant-notification-notice-btn {
  float: right;
  margin-top: 16px
}

.ant-notification .notification-fade-effect {
  animation-duration: .24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.ant-notification-fade-appear,
.ant-notification-fade-enter {
  animation-play-state: paused;
  opacity: 0
}

.ant-notification-fade-appear,
.ant-notification-fade-enter,
.ant-notification-fade-leave {
  animation-duration: .24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.ant-notification-fade-leave {
  animation-duration: .2s;
  animation-play-state: paused
}

.ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-fade-enter.ant-notification-fade-enter-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running
}

.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running
}

.ant-notification-rtl {
  direction: rtl
}

.ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-left: 24px;
  padding-right: 0
}

.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description,
.ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-left: 0;
  margin-right: 48px
}

.ant-notification-rtl .ant-notification-notice-icon {
  margin-left: 0;
  margin-right: 4px
}

.ant-notification-rtl .ant-notification-notice-close {
  left: 22px;
  right: auto
}

.ant-notification-rtl .ant-notification-notice-btn {
  float: left
}

.ant-page-header {
  font-feature-settings: "tnum";
  background-color: #fff;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 16px 24px;
  position: relative
}

.ant-page-header-ghost {
  background-color: inherit
}

.ant-page-header.has-breadcrumb {
  padding-top: 12px
}

.ant-page-header.has-footer {
  padding-bottom: 0
}

.ant-page-header-back {
  font-size: 16px;
  line-height: 1;
  margin-right: 16px
}

.ant-page-header-back-button {
  color: #1966ff;
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #4287ff
}

.ant-page-header-back-button:active {
  color: #0b49d9
}

.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle
}

.ant-breadcrumb+.ant-page-header-heading {
  margin-top: 8px
}

.ant-page-header-heading {
  display: flex;
  justify-content: space-between
}

.ant-page-header-heading-left {
  align-items: center;
  display: flex;
  margin: 4px 0;
  overflow: hidden
}

.ant-page-header-heading-title {
  color: rgba(0, 0, 0, .85);
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-page-header-heading .ant-avatar {
  margin-right: 12px
}

.ant-page-header-heading-sub-title {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 1.5715;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap
}

.ant-page-header-heading-extra>* {
  margin-left: 12px;
  white-space: unset
}

.ant-page-header-heading-extra>:first-child {
  margin-left: 0
}

.ant-page-header-content {
  padding-top: 12px
}

.ant-page-header-footer {
  margin-top: 16px
}

.ant-page-header-footer .ant-tabs>.ant-tabs-nav {
  margin: 0
}

.ant-page-header-footer .ant-tabs>.ant-tabs-nav:before {
  border: none
}

.ant-page-header-footer .ant-tabs .ant-tabs-tab {
  font-size: 16px;
  padding: 8px 0
}

.ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap
}

.ant-page-header-rtl {
  direction: rtl
}

.ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.ant-page-header-rtl .ant-page-header-heading .ant-avatar,
.ant-page-header-rtl .ant-page-header-heading-title {
  margin-left: 12px;
  margin-right: 0
}

.ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-left: 12px;
  margin-right: 0
}

.ant-page-header-rtl .ant-page-header-heading-tags {
  float: right
}

.ant-page-header-rtl .ant-page-header-heading-extra {
  float: left
}

.ant-page-header-rtl .ant-page-header-heading-extra>* {
  margin-left: 0;
  margin-right: 12px
}

.ant-page-header-rtl .ant-page-header-heading-extra>:first-child {
  margin-right: 0
}

.ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right
}

.ant-progress {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-progress-line {
  font-size: 14px;
  position: relative;
  width: 100%
}

.ant-progress-steps {
  display: inline-block
}

.ant-progress-steps-outer {
  align-items: center;
  display: flex;
  flex-direction: row
}

.ant-progress-steps-item {
  background: #f3f3f3;
  flex-shrink: 0;
  margin-right: 2px;
  min-width: 2px;
  transition: all .3s
}

.ant-progress-steps-item-active {
  background: #1966ff
}

.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px
}

.ant-progress-outer {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
  width: 100%
}

.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px)
}

.ant-progress-inner {
  background-color: #f5f5f5;
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%
}

.ant-progress-circle-trail {
  stroke: #f5f5f5
}

.ant-progress-circle-path {
  animation: ant-progress-appear .3s
}

.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1966ff
}

.ant-progress-bg,
.ant-progress-success-bg {
  background-color: #1966ff;
  border-radius: 100px;
  position: relative;
  transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s
}

.ant-progress-success-bg {
  background-color: #52c41a;
  left: 0;
  position: absolute;
  top: 0
}

.ant-progress-text {
  color: rgba(0, 0, 0, .45);
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-left: 8px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 2em;
  word-break: normal
}

.ant-progress-text .anticon {
  font-size: 14px
}

.ant-progress-status-active .ant-progress-bg:before {
  animation: ant-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite;
  background: #fff;
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4050
}

.ant-progress-status-exception .ant-progress-text {
  color: #ff4050
}

.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4050
}

.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a
}

.ant-progress-status-success .ant-progress-text {
  color: #52c41a
}

.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a
}

.ant-progress-circle .ant-progress-inner {
  background-color: transparent;
  line-height: 1;
  position: relative
}

.ant-progress-circle .ant-progress-text {
  color: #55585c;
  font-size: 1em;
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: normal;
  width: 100%
}

.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em
}

.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4050
}

.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a
}

@keyframes ant-progress-active {
  0% {
    opacity: .1;
    width: 0
  }

  20% {
    opacity: .5;
    width: 0
  }

  to {
    opacity: 0;
    width: 100%
  }
}

.ant-progress-rtl {
  direction: rtl
}

.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-left: calc(-2em - 8px);
  margin-right: 0;
  padding-left: calc(2em + 8px);
  padding-right: 0
}

.ant-progress-rtl .ant-progress-success-bg {
  left: auto;
  right: 0
}

.ant-progress-rtl.ant-progress-line .ant-progress-text,
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-left: 0;
  margin-right: 8px;
  text-align: right
}

.ant-rate {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  color: #fadb14;
  display: inline-block;
  font-size: 14px;
  font-size: 20px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0
}

.ant-rate-disabled .ant-rate-star {
  cursor: default
}

.ant-rate-disabled .ant-rate-star:hover {
  transform: scale(1)
}

.ant-rate-star {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all .3s
}

.ant-rate-star:not(:last-child) {
  margin-right: 8px
}

.ant-rate-star>div:focus {
  outline: 0
}

.ant-rate-star>div:focus,
.ant-rate-star>div:hover {
  transform: scale(1.1)
}

.ant-rate-star-first,
.ant-rate-star-second {
  color: #edeef0;
  transition: all .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle
}

.ant-rate-star-first {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%
}

.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1
}

.ant-rate-star-full .ant-rate-star-second,
.ant-rate-star-half .ant-rate-star-first {
  color: inherit
}

.ant-rate-text {
  display: inline-block;
  font-size: 14px;
  margin: 0 8px
}

.ant-rate-rtl {
  direction: rtl
}

.ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-left: 8px;
  margin-right: 0
}

.ant-rate-rtl .ant-rate-star-first {
  left: auto;
  right: 0
}

.ant-result {
  padding: 48px 32px
}

.ant-result-success .ant-result-icon>.anticon {
  color: #52c41a
}

.ant-result-error .ant-result-icon>.anticon {
  color: #ff4050
}

.ant-result-info .ant-result-icon>.anticon {
  color: #1966ff
}

.ant-result-warning .ant-result-icon>.anticon {
  color: #faad14
}

.ant-result-image {
  height: 295px;
  margin: auto;
  width: 250px
}

.ant-result-icon {
  margin-bottom: 24px;
  text-align: center
}

.ant-result-icon>.anticon {
  font-size: 72px
}

.ant-result-title {
  color: rgba(0, 0, 0, .85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center
}

.ant-result-subtitle {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center
}

.ant-result-extra {
  margin: 24px 0 0;
  text-align: center
}

.ant-result-extra>* {
  margin-right: 8px
}

.ant-result-extra>:last-child {
  margin-right: 0
}

.ant-result-content {
  background-color: #fafafa;
  margin-top: 24px;
  padding: 24px 40px
}

.ant-result-rtl {
  direction: rtl
}

.ant-result-rtl .ant-result-extra>* {
  margin-left: 8px;
  margin-right: 0
}

.ant-result-rtl .ant-result-extra>:last-child {
  margin-left: 0
}

.ant-skeleton {
  display: table;
  width: 100%
}

.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top
}

.ant-skeleton-header .ant-skeleton-avatar {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 32px
}

.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-header .ant-skeleton-avatar-lg {
  height: 40px;
  line-height: 40px;
  width: 40px
}

.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-header .ant-skeleton-avatar-sm {
  height: 24px;
  line-height: 24px;
  width: 24px
}

.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-content {
  display: table-cell;
  vertical-align: top;
  width: 100%
}

.ant-skeleton-content .ant-skeleton-title {
  background: #f2f2f2;
  height: 16px;
  margin-top: 16px;
  width: 100%
}

.ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
  margin-top: 24px
}

.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0
}

.ant-skeleton-content .ant-skeleton-paragraph>li {
  background: #f2f2f2;
  height: 16px;
  list-style: none;
  width: 100%
}

.ant-skeleton-content .ant-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%
}

.ant-skeleton-content .ant-skeleton-paragraph>li+li {
  margin-top: 16px
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px
}

.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title+.ant-skeleton-paragraph {
  margin-top: 28px
}

.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph>li,
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title {
  border-radius: 100px
}

.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton.ant-skeleton-active .ant-skeleton-button,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-image,
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  animation: ant-skeleton-loading 1.4s ease infinite;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%
}

.ant-skeleton-element {
  display: inline-block;
  width: auto
}

.ant-skeleton-element .ant-skeleton-button {
  background: #f2f2f2;
  border-radius: 2px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 64px
}

.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  border-radius: 50%;
  width: 32px
}

.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px
}

.ant-skeleton-element .ant-skeleton-button-lg {
  height: 40px;
  line-height: 40px;
  width: 80px
}

.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  border-radius: 50%;
  width: 40px
}

.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px
}

.ant-skeleton-element .ant-skeleton-button-sm {
  height: 24px;
  line-height: 24px;
  width: 48px
}

.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  border-radius: 50%;
  width: 24px
}

.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px
}

.ant-skeleton-element .ant-skeleton-avatar {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 32px
}

.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-element .ant-skeleton-avatar-lg {
  height: 40px;
  line-height: 40px;
  width: 40px
}

.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-element .ant-skeleton-avatar-sm {
  height: 24px;
  line-height: 24px;
  width: 24px
}

.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%
}

.ant-skeleton-element .ant-skeleton-input {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 100%
}

.ant-skeleton-element .ant-skeleton-input-lg {
  height: 40px;
  line-height: 40px;
  width: 100%
}

.ant-skeleton-element .ant-skeleton-input-sm {
  height: 24px;
  line-height: 24px;
  width: 100%
}

.ant-skeleton-element .ant-skeleton-image {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  height: 96px;
  justify-content: center;
  line-height: 96px;
  vertical-align: top;
  width: 96px
}

.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%
}

.ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf
}

.ant-skeleton-element .ant-skeleton-image-svg {
  height: 48px;
  line-height: 48px;
  max-height: 192px;
  max-width: 192px;
  width: 48px
}

.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%
}

@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%
  }

  to {
    background-position: 0 50%
  }
}

.ant-skeleton-rtl {
  direction: rtl
}

.ant-skeleton-rtl .ant-skeleton-header {
  padding-left: 16px;
  padding-right: 0
}

.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph>li,
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title {
  animation-name: ant-skeleton-loading-rtl
}

@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0 50%
  }

  to {
    background-position: 100% 50%
  }
}

.ant-slider {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 12px;
  line-height: 1.5715;
  list-style: none;
  margin: 10px 6px;
  padding: 4px 0;
  position: relative;
  touch-action: none
}

.ant-slider-vertical {
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
  width: 12px
}

.ant-slider-vertical .ant-slider-rail {
  height: 100%;
  width: 4px
}

.ant-slider-vertical .ant-slider-track {
  width: 4px
}

.ant-slider-vertical .ant-slider-handle {
  margin-left: -5px;
  margin-top: -6px
}

.ant-slider-vertical .ant-slider-mark {
  height: 100%;
  left: 12px;
  top: 0;
  width: 18px
}

.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap
}

.ant-slider-vertical .ant-slider-step {
  height: 100%;
  width: 4px
}

.ant-slider-vertical .ant-slider-dot {
  left: 2px;
  margin-bottom: -4px;
  top: auto
}

.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-left: 0;
  margin-right: -5px
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  left: auto;
  right: 12px
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  left: auto;
  right: 4px
}

.ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  left: auto;
  right: 2px
}

.ant-slider-with-marks {
  margin-bottom: 28px
}

.ant-slider-rail {
  background-color: #f5f5f5;
  width: 100%
}

.ant-slider-rail,
.ant-slider-track {
  border-radius: 2px;
  height: 4px;
  position: absolute;
  transition: background-color .3s
}

.ant-slider-track {
  background-color: #94c2ff
}

.ant-slider-handle {
  background-color: #fff;
  border: 2px solid #94c2ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
  width: 14px
}

.ant-slider-handle-dragging.ant-slider-handle-dragging.ant-slider-handle-dragging,
.ant-slider-handle:focus {
  border-color: #4785ff;
  box-shadow: 0 0 0 5px rgba(25, 102, 255, .12)
}

.ant-slider-handle:focus {
  outline: none
}

.ant-slider-handle.ant-tooltip-open {
  border-color: #1966ff
}

.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1
}

.ant-slider:hover .ant-slider-track {
  background-color: #6ba6ff
}

.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #6ba6ff
}

.ant-slider-mark {
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 100%
}

.ant-slider-mark-text {
  color: rgba(0, 0, 0, .45);
  cursor: pointer;
  display: inline-block;
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: keep-all
}

.ant-slider-mark-text-active {
  color: #55585c
}

.ant-slider-step {
  background: transparent;
  height: 4px;
  position: absolute;
  width: 100%
}

.ant-slider-dot {
  background-color: #fff;
  border: 2px solid #edeef0;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  position: absolute;
  top: -2px;
  width: 8px
}

.ant-slider-dot,
.ant-slider-dot:first-child,
.ant-slider-dot:last-child {
  margin-left: -4px
}

.ant-slider-dot-active {
  border-color: #8cb3ff
}

.ant-slider-disabled {
  cursor: not-allowed
}

.ant-slider-disabled .ant-slider-track {
  background-color: #aaabaf !important
}

.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-handle {
  background-color: #fff;
  border-color: #aaabaf !important;
  box-shadow: none;
  cursor: not-allowed
}

.ant-slider-disabled .ant-slider-dot,
.ant-slider-disabled .ant-slider-mark-text {
  cursor: not-allowed !important
}

.ant-slider-rtl {
  direction: rtl
}

.ant-slider-rtl .ant-slider-mark {
  left: auto;
  right: 0
}

.ant-slider-rtl .ant-slider-dot,
.ant-slider-rtl .ant-slider-dot:first-child,
.ant-slider-rtl .ant-slider-dot:last-child {
  margin-left: 0;
  margin-right: -4px
}

.ant-space {
  display: inline-flex
}

.ant-space-vertical {
  flex-direction: column
}

.ant-space-align-center {
  align-items: center
}

.ant-space-align-start {
  align-items: flex-start
}

.ant-space-align-end {
  align-items: flex-end
}

.ant-space-align-baseline {
  align-items: baseline
}

.ant-space-rtl {
  direction: rtl
}

.ant-spin {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  color: #1966ff;
  display: none;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transition: transform .3s cubic-bezier(.78, .14, .15, .86);
  vertical-align: middle
}

.ant-spin-spinning {
  display: inline-block;
  opacity: 1;
  position: static
}

.ant-spin-nested-loading {
  position: relative
}

.ant-spin-nested-loading>div>.ant-spin {
  display: block;
  height: 100%;
  left: 0;
  max-height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-dot {
  left: 50%;
  margin: -10px;
  position: absolute;
  top: 50%
}

.ant-spin-nested-loading>div>.ant-spin .ant-spin-text {
  padding-top: 5px;
  position: absolute;
  text-shadow: 0 1px 2px #fff;
  top: 50%;
  width: 100%
}

.ant-spin-nested-loading>div>.ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-dot {
  margin: -7px
}

.ant-spin-nested-loading>div>.ant-spin-sm .ant-spin-text {
  padding-top: 2px
}

.ant-spin-nested-loading>div>.ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-dot {
  margin: -16px
}

.ant-spin-nested-loading>div>.ant-spin-lg .ant-spin-text {
  padding-top: 11px
}

.ant-spin-nested-loading>div>.ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px
}

.ant-spin-container {
  position: relative;
  transition: opacity .3s
}

.ant-spin-container:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: none\9;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 10
}

.ant-spin-blur {
  clear: both;
  opacity: .5;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-spin-blur:after {
  opacity: .4;
  pointer-events: auto
}

.ant-spin-tip {
  color: rgba(0, 0, 0, .45)
}

.ant-spin-dot {
  display: inline-block;
  font-size: 20px;
  height: 1em;
  position: relative;
  width: 1em
}

.ant-spin-dot-item {
  animation: antSpinMove 1s linear infinite alternate;
  background-color: #1966ff;
  border-radius: 100%;
  display: block;
  height: 9px;
  opacity: .3;
  position: absolute;
  transform: scale(.75);
  transform-origin: 50% 50%;
  width: 9px
}

.ant-spin-dot-item:first-child {
  left: 0;
  top: 0
}

.ant-spin-dot-item:nth-child(2) {
  animation-delay: .4s;
  right: 0;
  top: 0
}

.ant-spin-dot-item:nth-child(3) {
  animation-delay: .8s;
  bottom: 0;
  right: 0
}

.ant-spin-dot-item:nth-child(4) {
  animation-delay: 1.2s;
  bottom: 0;
  left: 0
}

.ant-spin-dot-spin {
  animation: antRotate 1.2s linear infinite;
  transform: rotate(45deg)
}

.ant-spin-sm .ant-spin-dot {
  font-size: 14px
}

.ant-spin-sm .ant-spin-dot i {
  height: 6px;
  width: 6px
}

.ant-spin-lg .ant-spin-dot {
  font-size: 32px
}

.ant-spin-lg .ant-spin-dot i {
  height: 14px;
  width: 14px
}

.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .ant-spin-blur {
    background: #fff;
    opacity: .5
  }
}

.ant-spin-rtl {
  direction: rtl
}

.ant-spin-rtl .ant-spin-dot-spin {
  animation-name: antRotateRtl;
  transform: rotate(-45deg)
}

.ant-statistic {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-statistic-title {
  color: rgba(0, 0, 0, .45);
  font-size: 14px;
  margin-bottom: 4px
}

.ant-statistic-content {
  color: rgba(0, 0, 0, .85);
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  font-size: 24px
}

.ant-statistic-content-value {
  direction: ltr;
  display: inline-block
}

.ant-statistic-content-value-decimal {
  font-size: 16px
}

.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block
}

.ant-statistic-content-prefix {
  margin-right: 4px
}

.ant-statistic-content-suffix {
  font-size: 16px;
  margin-left: 4px
}

.ant-statistic-rtl {
  direction: rtl
}

.ant-statistic-rtl .ant-statistic-content-prefix {
  margin-left: 4px;
  margin-right: 0
}

.ant-statistic-rtl .ant-statistic-content-suffix {
  margin-left: 0;
  margin-right: 4px
}

.ant-timeline {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-timeline-item {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.ant-timeline-item-tail {
  border-left: 2px solid #edeef0;
  height: calc(100% - 10px);
  left: 4px;
  position: absolute;
  top: 10px
}

.ant-timeline-item-pending .ant-timeline-item-head {
  background-color: transparent;
  font-size: 12px
}

.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none
}

.ant-timeline-item-head {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
  height: 10px;
  position: absolute;
  width: 10px
}

.ant-timeline-item-head-blue {
  border-color: #1966ff;
  color: #1966ff
}

.ant-timeline-item-head-red {
  border-color: #ff4050;
  color: #ff4050
}

.ant-timeline-item-head-green {
  border-color: #52c41a;
  color: #52c41a
}

.ant-timeline-item-head-gray {
  border-color: #aaabaf;
  color: #aaabaf
}

.ant-timeline-item-head-custom {
  border: 0;
  border-radius: 0;
  height: auto;
  left: 5px;
  line-height: 1;
  margin-top: 0;
  padding: 3px 1px;
  position: absolute;
  text-align: center;
  top: 5.5px;
  transform: translate(-50%, -50%);
  width: auto
}

.ant-timeline-item-content {
  margin: 0 0 0 26px;
  position: relative;
  top: -7.001px;
  word-break: break-word
}

.ant-timeline-item-last>.ant-timeline-item-tail {
  display: none
}

.ant-timeline-item-last>.ant-timeline-item-content {
  min-height: 48px
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail {
  left: 50%
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  text-align: left;
  width: calc(50% - 14px)
}

.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  margin: 0;
  text-align: right;
  width: calc(50% - 12px)
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail {
  left: calc(100% - 6px)
}

.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px)
}

.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-left: 2px dotted #edeef0;
  display: block;
  height: calc(100% - 14px)
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-left: 2px dotted #edeef0;
  display: block;
  height: calc(100% - 15px);
  top: 15px
}

.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px
}

.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  text-align: right;
  top: -7.001px;
  width: calc(50% - 12px)
}

.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  text-align: left;
  width: calc(50% - 14px)
}

.ant-timeline-rtl {
  direction: rtl
}

.ant-timeline-rtl .ant-timeline-item-tail {
  border-left: none;
  border-right: 2px solid #edeef0;
  left: auto;
  right: 4px
}

.ant-timeline-rtl .ant-timeline-item-head-custom {
  left: auto;
  right: 5px;
  transform: translate(50%, -50%)
}

.ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail {
  left: auto;
  right: 50%
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: 0;
  margin-right: -4px
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 0;
  margin-right: 1px
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: auto;
  right: calc(50% - 4px);
  text-align: right
}

.ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left
}

.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom,
.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail {
  left: auto;
  right: 0
}

.ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  margin-right: 18px;
  text-align: right;
  width: 100%
}

.ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail,
.ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-left: none;
  border-right: 2px dotted #edeef0
}

.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left
}

.ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right
}

.ant-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  height: auto;
  min-height: 200px;
  width: auto
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content>.ant-table-body>table>.ant-table-thead>tr>th {
  background: #fafafa
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small>.ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #edeef0
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0
}

.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px
}

.ant-transfer-customize-list .ant-input[disabled] {
  background-color: transparent
}

.ant-transfer {
  font-feature-settings: "tnum";
  align-items: stretch;
  box-sizing: border-box;
  color: #55585c;
  display: flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.ant-transfer-disabled .ant-transfer-list {
  background: #edeef0
}

.ant-transfer-list {
  border: 1px solid #dcdde0;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 180px
}

.ant-transfer-list-with-pagination {
  height: auto;
  width: 250px
}

.ant-transfer-list-search {
  padding-left: 8px;
  padding-right: 24px
}

.ant-transfer-list-search-action {
  bottom: 12px;
  color: #aaabaf;
  line-height: 32px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 28px
}

.ant-transfer-list-search-action .anticon {
  color: #aaabaf;
  transition: all .3s
}

.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, .45)
}

span.ant-transfer-list-search-action {
  pointer-events: none
}

.ant-transfer-list-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #edeef0;
  border-radius: 2px 2px 0 0;
  color: #55585c;
  display: flex;
  flex: none;
  height: 40px;
  padding: 8px 12px 9px
}

.ant-transfer-list-header>:not(:last-child) {
  margin-right: 4px
}

.ant-transfer-list-header>* {
  flex: none
}

.ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-transfer-list-header-dropdown {
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  transform: translateY(10%)
}

.ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed
}

.ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  font-size: 14px;
  overflow: hidden
}

.ant-transfer-list-body-search-wrapper {
  flex: none;
  padding: 12px;
  position: relative
}

.ant-transfer-list-content {
  flex: auto;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0
}

.ant-transfer-list-content-item {
  align-items: center;
  display: flex;
  line-height: 20px;
  min-height: 32px;
  overflow: hidden;
  padding: 6px 12px;
  transition: all .3s
}

.ant-transfer-list-content-item>:not(:last-child) {
  margin-right: 8px
}

.ant-transfer-list-content-item>* {
  flex: none
}

.ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.ant-transfer-list-content-item-remove {
  color: #1966ff;
  color: #dcdde0;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
  transition: color .3s
}

.ant-transfer-list-content-item-remove:focus,
.ant-transfer-list-content-item-remove:hover {
  color: #4287ff
}

.ant-transfer-list-content-item-remove:active {
  color: #0b49d9
}

.ant-transfer-list-content-item-remove:after {
  bottom: -6px;
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  top: -6px
}

.ant-transfer-list-content-item-remove:hover {
  color: #4287ff
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer
}

.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #dcedff
}

.ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default
}

.ant-transfer-list-content-item-checked {
  background-color: #e6f2ff
}

.ant-transfer-list-content-item-disabled {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-transfer-list-pagination {
  align-self: flex-end;
  flex: none;
  padding: 8px 0
}

.ant-transfer-list-body-not-found {
  color: #aaabaf;
  flex: none;
  margin: auto 0;
  text-align: center;
  width: 100%
}

.ant-transfer-list-footer {
  border-top: 1px solid #edeef0
}

.ant-transfer-operation {
  align-self: center;
  display: flex;
  flex: none;
  flex-direction: column;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle
}

.ant-transfer-operation .ant-btn {
  display: block
}

.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px
}

.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px
}

.ant-transfer .ant-empty-image {
  max-height: -2px
}

.ant-transfer-rtl {
  direction: rtl
}

.ant-transfer-rtl .ant-transfer-list-search {
  padding-left: 24px;
  padding-right: 8px
}

.ant-transfer-rtl .ant-transfer-list-search-action {
  left: 12px;
  right: auto
}

.ant-transfer-rtl .ant-transfer-list-header>:not(:last-child) {
  margin-left: 4px;
  margin-right: 0
}

.ant-transfer-rtl .ant-transfer-list-header {
  left: auto;
  right: 0
}

.ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left
}

.ant-transfer-rtl .ant-transfer-list-content-item>:not(:last-child) {
  margin-left: 8px;
  margin-right: 0
}

.ant-transfer-rtl .ant-transfer-list-footer {
  left: auto;
  right: 0
}

.ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line:before {
  height: 14px !important
}

.ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative
}

.ant-tree.ant-tree-directory .ant-tree-treenode:before {
  bottom: 4px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .3s
}

.ant-tree.ant-tree-directory .ant-tree-treenode:hover:before {
  background: #f5f5f5
}

.ant-tree.ant-tree-directory .ant-tree-treenode>* {
  z-index: 1
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color .3s
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent
}

.ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background: transparent;
  color: #fff
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected:before,
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover:before {
  background: #1966ff
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff
}

.ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  background: transparent;
  color: #fff
}

.ant-tree-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -.09em;
  vertical-align: middle;
  white-space: nowrap
}

.ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner {
  border-color: #1966ff
}

.ant-tree-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 2px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox:after,
.ant-tree-checkbox:hover:after {
  visibility: visible
}

.ant-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-collapse: separate;
  border-radius: 2px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.ant-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.ant-tree-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.ant-tree-checkbox-disabled {
  cursor: not-allowed
}

.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #aaabaf
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #edeef0;
  border-color: #dcdde0 !important
}

.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: #edeef0
}

.ant-tree-checkbox-disabled+span {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-tree-checkbox-disabled:hover:after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled:after {
  visibility: hidden
}

.ant-tree-checkbox-wrapper {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.ant-tree-checkbox-wrapper+.ant-tree-checkbox-wrapper {
  margin-left: 8px
}

.ant-tree-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.ant-tree-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px
}

.ant-tree-checkbox-group-item:last-child {
  margin-right: 0
}

.ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item {
  margin-left: 0
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdde0
}

.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner:after {
  background-color: #aaabaf;
  border-color: #aaabaf
}

.ant-tree-checkbox-rtl {
  direction: rtl
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.ant-tree-checkbox-group-rtl .ant-tree-checkbox-group-item+.ant-tree-checkbox-group-item {
  margin-left: 8px
}

.ant-tree {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: background-color .3s
}

.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f2ff
}

.ant-tree-list-holder-inner {
  align-items: flex-start
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch
}

.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto
}

.ant-tree .ant-tree-treenode {
  align-items: flex-start;
  display: flex;
  outline: none;
  padding: 0 0 4px
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent
}

.ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5
}

.ant-tree-indent {
  align-self: stretch;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.ant-tree-indent-unit {
  display: inline-block;
  width: 24px
}

.ant-tree .ant-tree-switcher {
  cursor: pointer;
  flex: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 24px
}

.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon,
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline
}

.ant-tree .ant-tree-switcher .ant-select-tree-switcher-icon svg,
.ant-tree .ant-tree-switcher .ant-tree-switcher-icon svg {
  transition: transform .3s
}

.ant-tree .ant-tree-switcher-noop {
  cursor: default
}

.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg)
}

.ant-tree .ant-tree-switcher-loading-icon {
  color: #1966ff
}

.ant-tree .ant-tree-switcher-leaf-line {
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 1
}

.ant-tree .ant-tree-switcher-leaf-line:before {
  border-left: 1px solid #d9d9d9;
  content: " ";
  height: 24px;
  margin-left: -1px;
  position: absolute
}

.ant-tree .ant-tree-switcher-leaf-line:after {
  border-bottom: 1px solid #d9d9d9;
  content: " ";
  height: 14px;
  margin-left: -1px;
  position: absolute;
  width: 10px
}

.ant-tree .ant-tree-checkbox {
  margin: 4px 8px 0 0;
  top: auto
}

.ant-tree .ant-tree-node-content-wrapper {
  background: transparent;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0 4px;
  transition: all .3s
}

.ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5
}

.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bddcff
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px
}

.ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none
}

.ant-tree-node-content-wrapper[draggable=true] {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  line-height: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-tree .ant-tree-treenode.drag-over>[draggable] {
  background-color: #1966ff;
  color: #fff;
  opacity: .8
}

.ant-tree .ant-tree-treenode.drag-over-gap-top>[draggable] {
  border-top-color: #1966ff
}

.ant-tree .ant-tree-treenode.drag-over-gap-bottom>[draggable] {
  border-bottom-color: #1966ff
}

.ant-tree-show-line .ant-tree-indent-unit {
  height: 100%;
  position: relative
}

.ant-tree-show-line .ant-tree-indent-unit:before {
  border-right: 1px solid #dcdde0;
  bottom: -28px;
  content: "";
  position: absolute;
  right: -12px;
  top: calc(100% - 4px)
}

.ant-tree-show-line .ant-tree-indent-unit-end:before,
.ant-tree-show-line .ant-tree-treenode-motion:not(.ant-motion-collapse-leave):not(.ant-motion-collapse-appear-active) .ant-tree-indent-unit:before {
  display: none
}

.ant-tree-show-line .ant-tree-switcher {
  background: #fff;
  z-index: 1
}

.ant-tree .ant-tree-treenode-rtl,
.ant-tree-rtl {
  direction: rtl
}

.ant-tree-rtl.ant-tree .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg)
}

.ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit:before {
  border-left: 1px solid #dcdde0;
  border-right: none;
  left: -12px;
  right: auto
}

.ant-tree-rtl.ant-tree .ant-tree-checkbox,
.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-checkbox {
  margin: 4px 0 0 8px
}

.ant-select-tree-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: -.09em;
  vertical-align: middle;
  white-space: nowrap
}

.ant-select-tree-checkbox-input:focus+.ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner {
  border-color: #1966ff
}

.ant-select-tree-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 2px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox:after,
.ant-select-tree-checkbox:hover:after {
  visibility: visible
}

.ant-select-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdde0;
  border-collapse: separate;
  border-radius: 2px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.ant-select-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.ant-select-tree-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.ant-select-tree-checkbox-disabled {
  cursor: not-allowed
}

.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #aaabaf
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #edeef0;
  border-color: #dcdde0 !important
}

.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: #edeef0
}

.ant-select-tree-checkbox-disabled+span {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-select-tree-checkbox-disabled:hover:after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled:after {
  visibility: hidden
}

.ant-select-tree-checkbox-wrapper {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.ant-select-tree-checkbox-wrapper+.ant-select-tree-checkbox-wrapper {
  margin-left: 8px
}

.ant-select-tree-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.ant-select-tree-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #55585c;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px
}

.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0
}

.ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item {
  margin-left: 0
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdde0
}

.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner:after {
  background-color: #aaabaf;
  border-color: #aaabaf
}

.ant-select-tree-checkbox-rtl {
  direction: rtl
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.ant-select-tree-checkbox-group-rtl .ant-select-tree-checkbox-group-item+.ant-select-tree-checkbox-group-item {
  margin-left: 8px
}

.ant-tree-select-dropdown {
  padding: 8px 4px 0
}

.ant-tree-select-dropdown-rtl {
  direction: rtl
}

.ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode {
  padding-bottom: 8px
}

.ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto
}

.ant-select-tree {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  color: #55585c;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: background-color .3s
}

.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #e6f2ff
}

.ant-select-tree-list-holder-inner {
  align-items: flex-start
}

.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch
}

.ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto
}

.ant-select-tree .ant-select-tree-treenode {
  align-items: flex-start;
  display: flex;
  outline: none;
  padding: 0 0 4px
}

.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: #aaabaf;
  cursor: not-allowed
}

.ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent
}

.ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5
}

.ant-select-tree-indent {
  align-self: stretch;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px
}

.ant-select-tree .ant-select-tree-switcher {
  cursor: pointer;
  flex: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  width: 24px
}

.ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon,
.ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline
}

.ant-select-tree .ant-select-tree-switcher .ant-select-tree-switcher-icon svg,
.ant-select-tree .ant-select-tree-switcher .ant-tree-switcher-icon svg {
  transition: transform .3s
}

.ant-select-tree .ant-select-tree-switcher-noop {
  cursor: default
}

.ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg)
}

.ant-select-tree .ant-select-tree-switcher-loading-icon {
  color: #1966ff
}

.ant-select-tree .ant-select-tree-switcher-leaf-line {
  display: inline-block;
  height: 100%;
  width: 100%;
  z-index: 1
}

.ant-select-tree .ant-select-tree-switcher-leaf-line:before {
  border-left: 1px solid #d9d9d9;
  content: " ";
  height: 24px;
  margin-left: -1px;
  position: absolute
}

.ant-select-tree .ant-select-tree-switcher-leaf-line:after {
  border-bottom: 1px solid #d9d9d9;
  content: " ";
  height: 14px;
  margin-left: -1px;
  position: absolute;
  width: 10px
}

.ant-select-tree .ant-select-tree-checkbox {
  margin: 4px 8px 0 0;
  top: auto
}

.ant-select-tree .ant-select-tree-node-content-wrapper {
  background: transparent;
  border-radius: 2px;
  color: inherit;
  cursor: pointer;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0 4px;
  transition: all .3s
}

.ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5
}

.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bddcff
}

.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px
}

.ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none
}

.ant-select-tree-node-content-wrapper[draggable=true] {
  border-bottom: 2px solid transparent;
  border-top: 2px solid transparent;
  line-height: 20px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-select-tree .ant-select-tree-treenode.drag-over>[draggable] {
  background-color: #1966ff;
  color: #fff;
  opacity: .8
}

.ant-select-tree .ant-select-tree-treenode.drag-over-gap-top>[draggable] {
  border-top-color: #1966ff
}

.ant-select-tree .ant-select-tree-treenode.drag-over-gap-bottom>[draggable] {
  border-bottom-color: #1966ff
}

.ant-select-tree-show-line .ant-select-tree-indent-unit {
  height: 100%;
  position: relative
}

.ant-select-tree-show-line .ant-select-tree-indent-unit:before {
  border-right: 1px solid #dcdde0;
  bottom: -28px;
  content: "";
  position: absolute;
  right: -12px;
  top: calc(100% - 4px)
}

.ant-select-tree-show-line .ant-select-tree-indent-unit-end:before,
.ant-select-tree-show-line .ant-select-tree-treenode-motion:not(.ant-motion-collapse-leave):not(.ant-motion-collapse-appear-active) .ant-select-tree-indent-unit:before {
  display: none
}

.ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
  z-index: 1
}

.ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg)
}

.ant-typography {
  color: #55585c;
  overflow-wrap: break-word
}

.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, .45)
}

.ant-typography.ant-typography-warning {
  color: #faad14
}

.ant-typography.ant-typography-danger {
  color: #ff4050
}

.ant-typography.ant-typography-disabled {
  color: #aaabaf;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.ant-typography p,
div.ant-typography {
  margin-bottom: 1em
}

.ant-typography h1,
h1.ant-typography {
  color: rgba(0, 0, 0, .85);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.23;
  margin-bottom: .5em
}

.ant-typography h2,
h2.ant-typography {
  color: rgba(0, 0, 0, .85);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .5em
}

.ant-typography h3,
h3.ant-typography {
  color: rgba(0, 0, 0, .85);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .5em
}

.ant-typography h4,
h4.ant-typography {
  color: rgba(0, 0, 0, .85);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .5em
}

.ant-typography div+h1,
.ant-typography div+h2,
.ant-typography div+h3,
.ant-typography div+h4,
.ant-typography h1+h1,
.ant-typography h1+h2,
.ant-typography h1+h3,
.ant-typography h1+h4,
.ant-typography h2+h1,
.ant-typography h2+h2,
.ant-typography h2+h3,
.ant-typography h2+h4,
.ant-typography h3+h1,
.ant-typography h3+h2,
.ant-typography h3+h3,
.ant-typography h3+h4,
.ant-typography h4+h1,
.ant-typography h4+h2,
.ant-typography h4+h3,
.ant-typography h4+h4,
.ant-typography li+h1,
.ant-typography li+h2,
.ant-typography li+h3,
.ant-typography li+h4,
.ant-typography p+h1,
.ant-typography p+h2,
.ant-typography p+h3,
.ant-typography p+h4,
.ant-typography ul+h1,
.ant-typography ul+h2,
.ant-typography ul+h3,
.ant-typography ul+h4,
.ant-typography+h1.ant-typography,
.ant-typography+h2.ant-typography,
.ant-typography+h3.ant-typography,
.ant-typography+h4.ant-typography {
  margin-top: 1.2em
}

a.ant-typography-ellipsis,
span.ant-typography-ellipsis {
  display: inline-block
}

.ant-typography a,
a.ant-typography {
  color: #1966ff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.ant-typography a:focus,
.ant-typography a:hover,
a.ant-typography:focus,
a.ant-typography:hover {
  color: #4287ff
}

.ant-typography a:active,
a.ant-typography:active {
  color: #0b49d9
}

.ant-typography a:active,
.ant-typography a:hover,
a.ant-typography:active,
a.ant-typography:hover {
  text-decoration: none
}

.ant-typography a[disabled],
a.ant-typography[disabled] {
  color: #aaabaf;
  cursor: not-allowed;
  pointer-events: none
}

.ant-typography code {
  background: hsla(0, 0%, 59%, .1);
  border: 1px solid hsla(0, 0%, 39%, .2);
  border-radius: 3px;
  font-size: 85%;
  margin: 0 .2em;
  padding: .2em .4em .1em
}

.ant-typography kbd {
  background: hsla(0, 0%, 59%, .06);
  border: solid hsla(0, 0%, 39%, .2);
  border-radius: 3px;
  border-width: 1px 1px 2px;
  font-size: 90%;
  margin: 0 .2em;
  padding: .15em .4em .1em
}

.ant-typography mark {
  background-color: #ffe58f;
  padding: 0
}

.ant-typography ins,
.ant-typography u {
  -webkit-text-decoration-skip: ink;
  text-decoration: underline;
  text-decoration-skip-ink: auto
}

.ant-typography del,
.ant-typography s {
  text-decoration: line-through
}

.ant-typography strong {
  font-weight: 600
}

.ant-typography-copy,
.ant-typography-edit,
.ant-typography-expand {
  color: #1966ff;
  cursor: pointer;
  margin-left: 4px;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.ant-typography-copy:focus,
.ant-typography-copy:hover,
.ant-typography-edit:focus,
.ant-typography-edit:hover,
.ant-typography-expand:focus,
.ant-typography-expand:hover {
  color: #4287ff
}

.ant-typography-copy:active,
.ant-typography-edit:active,
.ant-typography-expand:active {
  color: #0b49d9
}

.ant-typography-copy-success,
.ant-typography-copy-success:focus,
.ant-typography-copy-success:hover {
  color: #52c41a
}

.ant-typography-edit-content {
  position: relative
}

div.ant-typography-edit-content {
  left: -12px;
  margin-bottom: calc(1em - 5px);
  margin-top: -5px
}

.ant-typography-edit-content-confirm {
  bottom: 8px;
  color: rgba(0, 0, 0, .45);
  pointer-events: none;
  position: absolute;
  right: 10px
}

.ant-typography-edit-content textarea {
  -moz-transition: none
}

.ant-typography ol,
.ant-typography ul {
  margin: 0 0 1em;
  padding: 0
}

.ant-typography ol li,
.ant-typography ul 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-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

a.ant-typography-ellipsis-single-line,
span.ant-typography-ellipsis-single-line {
  vertical-align: bottom
}

.ant-typography-ellipsis-multiple-line {
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.ant-typography-rtl {
  direction: rtl
}

.ant-typography-rtl .ant-typography-copy,
.ant-typography-rtl .ant-typography-edit,
.ant-typography-rtl .ant-typography-expand {
  margin-left: 0;
  margin-right: 4px
}

.ant-typography-rtl .ant-typography-expand {
  float: left
}

div.ant-typography-edit-content.ant-typography-rtl {
  left: auto;
  right: -12px
}

.ant-typography-rtl .ant-typography-edit-content-confirm {
  left: 10px;
  right: auto
}

.ant-typography-rtl.ant-typography ol li,
.ant-typography-rtl.ant-typography ul li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0
}

[class*=auxo-] input::-ms-clear,
[class*=auxo-] input::-ms-reveal,
[class*=auxo-]::-ms-clear,
[class^=auxo-] input::-ms-clear,
[class^=auxo-] input::-ms-reveal,
[class^=auxo-]::-ms-clear {
  display: none
}

[class*=auxo-],
[class*=auxo-] *,
[class*=auxo-] :after,
[class*=auxo-] :before,
[class^=auxo-],
[class^=auxo-] *,
[class^=auxo-] :after,
[class^=auxo-] :before {
  box-sizing: border-box
}

body,
html {
  height: 100%;
  width: 100%
}

input::-ms-clear,
input::-ms-reveal {
  display: none
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  line-height: 1.15
}

@-ms-viewport {
  width: device-width
}

body {
  font-feature-settings: "tnum";
  background-color: #fff;
  color: #565960;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  margin: 0
}

[tabindex="-1"]:focus {
  outline: none !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #252931;
  font-weight: 500;
  margin-bottom: .5em;
  margin-top: 0
}

p {
  margin-bottom: 1em;
  margin-top: 0
}

abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1em
}

input[type=number],
input[type=password],
input[type=text],
textarea {
  -webkit-appearance: none
}

dl,
ol,
ul {
  margin-bottom: 1em;
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 500
}

dd {
  margin-bottom: .5em;
  margin-left: 0
}

blockquote {
  margin: 0 0 1em
}

dfn {
  font-style: italic
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  color: #1966ff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

a:hover {
  color: #4784ff
}

a:active {
  color: #1556d9
}

a:active,
a:focus,
a:hover {
  outline: 0;
  text-decoration: none
}

a[disabled] {
  color: #bcbdc0;
  cursor: not-allowed
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1em
}

pre {
  margin-bottom: 1em;
  margin-top: 0;
  overflow: auto
}

figure {
  margin: 0 0 1em
}

img {
  border-style: none;
  vertical-align: middle
}

svg:not(:root) {
  overflow: hidden
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
  touch-action: manipulation
}

table {
  border-collapse: collapse
}

caption {
  caption-side: bottom;
  color: #898b8f;
  padding-bottom: .3em;
  padding-top: .75em;
  text-align: left
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

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

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

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  color: inherit;
  display: block;
  font-size: 1.5em;
  line-height: inherit;
  margin-bottom: .5em;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%
}

progress {
  vertical-align: baseline
}

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

[type=search] {
  -webkit-appearance: none;
  outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none !important
}

mark {
  padding: .2em
}

::selection {
  background: #1966ff;
  color: #fff
}

.clearfix:after,
.clearfix:before {
  content: "";
  display: table
}

.clearfix:after {
  clear: both
}

.anticon[tabindex] {
  cursor: pointer
}

.anticon-spin,
.anticon-spin:before {
  animation: loadingCircle 1s linear infinite;
  display: inline-block
}

[class*=auxo-].anticon-loading>svg>path,
[class*=auxo-]>.anticon-loading>svg>path,
[class^=auxo-].anticon-loading>svg>path,
[class^=auxo-]>.anticon-loading>svg>path {
  d: path("M511.995 85.3359C276.353 85.3359 85.3281 276.361 85.3281 512.003C85.3281 747.644 276.353 938.669 511.995 938.669C612.47 938.669 704.938 903.886 777.847 845.738C796.27 831.045 799.293 804.2 784.601 785.778C769.908 767.355 743.062 764.331 724.64 779.024C666.3 825.553 592.451 853.336 511.995 853.336C323.482 853.336 170.661 700.516 170.661 512.003C170.661 323.489 323.482 170.669 511.995 170.669C700.508 170.669 853.328 323.489 853.328 512.003C853.328 535.567 872.431 554.669 895.995 554.669C919.559 554.669 938.661 535.567 938.661 512.003C938.661 276.361 747.636 85.3359 511.995 85.3359Z")
}

[class*=auxo-].anticon-check>svg>path,
[class*=auxo-]>.anticon-check>svg>path,
[class^=auxo-].anticon-check>svg>path,
[class^=auxo-]>.anticon-check>svg>path {
  d: path("M345.926 770.25C346.214 770.551 346.505 770.848 346.801 771.144C368.328 792.671 403.022 793.008 424.962 772.153C425.31 771.822 425.655 771.486 425.996 771.144C426 771.141 425.993 771.147 425.996 771.144C426.015 771.125 426.043 771.097 426.061 771.079L901.172 295.968C923.042 274.099 923.042 238.641 901.172 216.772C879.303 194.903 843.846 194.903 821.976 216.772L386.408 652.34L188.418 454.35C166.549 432.481 131.092 432.481 109.222 454.35C87.353 476.22 87.353 511.677 109.222 533.546L345.926 770.25Z")
}

[class*=auxo-].anticon-close>svg>path,
[class*=auxo-]>.anticon-close>svg>path,
[class^=auxo-].anticon-close>svg>path,
[class^=auxo-]>.anticon-close>svg>path {
  d: path("M259.162 259.162C247.839 270.484 247.839 288.841 259.162 300.163L471.002 512.003L259.162 723.844C247.839 735.166 247.839 753.523 259.162 764.845C270.484 776.167 288.841 776.167 300.163 764.845L512.003 553.005L723.844 764.845C735.166 776.167 753.523 776.167 764.845 764.845C776.167 753.523 776.167 735.166 764.845 723.844L553.005 512.003L764.845 300.163C776.167 288.841 776.167 270.484 764.845 259.162C753.523 247.839 735.166 247.839 723.844 259.162L512.003 471.002L300.163 259.162C288.841 247.839 270.484 247.839 259.162 259.162Z")
}

[class*=auxo-].anticon-down>svg>path,
[class*=auxo-]>.anticon-down>svg>path,
[class^=auxo-].anticon-down>svg>path,
[class^=auxo-]>.anticon-down>svg>path {
  d: path("M259.158 389.825C247.836 401.147 247.836 419.504 259.158 430.826L491.499 663.167C502.822 674.49 521.179 674.49 532.501 663.167L764.842 430.826C776.164 419.504 776.164 401.147 764.842 389.825C753.52 378.503 735.163 378.503 723.84 389.825L512 601.665L300.16 389.825C288.838 378.503 270.481 378.503 259.158 389.825Z")
}

[class*=auxo-].anticon-search>svg>path,
[class*=auxo-]>.anticon-search>svg>path,
[class^=auxo-].anticon-search>svg>path,
[class^=auxo-]>.anticon-search>svg>path {
  d: path("M655.273 692.847C604.594 735.094 539.393 760.51 468.255 760.51C306.847 760.51 176 629.663 176 468.255C176 306.847 306.847 176 468.255 176C629.663 176 760.51 306.847 760.51 468.255C760.51 539.393 735.094 604.594 692.847 655.273L840.218 802.644C850.594 813.02 850.594 829.843 840.218 840.218C829.843 850.594 813.02 850.594 802.645 840.218L655.273 692.847ZM707.373 468.255C707.373 336.194 600.316 229.137 468.255 229.137C336.194 229.137 229.137 336.194 229.137 468.255C229.137 600.316 336.194 707.373 468.255 707.373C600.316 707.373 707.373 600.316 707.373 468.255Z")
}

.auxo-form-item-children-icon>.anticon-close-circle>svg>path,
.auxo-message-error>.anticon-close-circle>svg>path,
.auxo-modal-confirm-body>.anticon-close-circle>svg>path,
.auxo-picker-clear>.anticon-close-circle>svg>path,
.auxo-progress-text>.anticon-close-circle>svg>path,
.auxo-result-icon>.anticon-close-circle>svg>path,
.auxo-select-clear>.anticon-close-circle>svg>path,
.auxo-transfer-list-search-action>.anticon-close-circle>svg>path,
[class*=auxo-].anticon-close-circle>svg>path,
[class^=auxo-].anticon-close-circle>svg>path {
  fill-rule: evenodd;
  d: path("M885.333 512C885.333 718.186 718.186 885.333 512 885.333C305.814 885.333 138.667 718.186 138.667 512C138.667 305.814 305.814 138.667 512 138.667C718.186 138.667 885.333 305.814 885.333 512ZM363.459 671.74C374.473 682.753 392.329 682.753 403.342 671.74L513.866 561.216L624.39 671.74C635.404 682.753 653.26 682.753 664.273 671.74C675.286 660.727 675.286 642.871 664.273 631.858L553.749 521.333L664.273 410.809C675.286 399.796 675.286 381.94 664.273 370.927C653.26 359.913 635.404 359.913 624.39 370.927L513.866 481.451L403.342 370.927C392.329 359.913 374.473 359.913 363.46 370.927C352.446 381.94 352.446 399.796 363.46 410.809L473.984 521.333L363.459 631.858C352.446 642.871 352.446 660.727 363.459 671.74Z")
}

.auxo-form-item-children-icon>.anticon-check-circle>svg>path,
.auxo-message-success>.anticon-check-circle>svg>path,
.auxo-modal-confirm-body>.anticon-check-circle>svg>path,
.auxo-progress-text>.anticon-check-circle>svg>path,
.auxo-result-icon>.anticon-check-circle>svg>path,
[class*=auxo-].anticon-check-circle>svg>path,
[class^=auxo-].anticon-check-circle>svg>path {
  fill-rule: evenodd;
  d: path("M512 885.333C718.186 885.333 885.333 718.186 885.333 512C885.333 305.814 718.186 138.667 512 138.667C305.814 138.667 138.667 305.814 138.667 512C138.667 718.186 305.814 885.333 512 885.333ZM701.32 420.923C711.668 409.431 710.74 391.727 699.248 381.38C687.756 371.032 670.052 371.96 659.704 383.452L455.517 610.225L362.942 507.41C352.594 495.918 334.89 494.991 323.398 505.338C311.906 515.685 310.978 533.39 321.326 544.882L433.851 669.854C435.273 671.434 436.835 672.814 438.5 673.992C449.984 682.938 466.6 681.607 476.493 670.62L701.32 420.923Z")
}

.auxo-form-item-children-icon>.anticon-exclamation-circle>svg>path,
.auxo-message-warning>.anticon-exclamation-circle>svg>path,
.auxo-modal-confirm-body>.anticon-exclamation-circle>svg>path,
.auxo-notification-notice-icon.anticon-exclamation-circle>svg>path,
.auxo-result-icon>.anticon-exclamation-circle>svg>path {
  fill-rule: evenodd;
  d: path("M572.758 192.972c-27.169-47.963-95.091-47.963-122.26 0L129.562 759.527c-27.169 47.96 6.792 107.918 61.13 107.918h641.87c54.34 0 88.3-59.958 61.133-107.918L572.758 192.972zm-89.103 205.795c0-15.487 12.523-28.043 27.972-28.043 15.448 0 27.972 12.555 27.972 28.042l.002 196.31c0 15.487-12.523 28.042-27.972 28.042-15.449 0-27.972-12.554-27.972-28.042l-.002-196.309zm-8.414 306.49c0-20.136 16.28-36.458 36.365-36.458 20.084 0 36.366 16.322 36.366 36.457 0 20.136-16.282 36.457-36.366 36.457s-36.365-16.321-36.365-36.457z")
}

.auxo-form-item-children-icon>.anticon-info-circle>svg>path,
.auxo-message-info>.anticon-info-circle>svg>path,
.auxo-modal-confirm-body>.anticon-info-circle>svg>path,
.auxo-notification-notice-icon.anticon-info-circle>svg>path,
.auxo-result-icon>.anticon-info-circle>svg>path {
  fill-rule: evenodd;
  d: path("M511.78 884.56c205.88 0 372.78-166.9 372.78-372.78C884.56 305.9 717.66 139 511.78 139 305.9 139 139 305.9 139 511.78c0 205.88 166.9 372.78 372.78 372.78zm-7.164-495.827c20.588 0 37.278-16.69 37.278-37.278 0-20.588-16.69-37.278-37.278-37.278-20.588 0-37.278 16.69-37.278 37.278 0 20.588 16.69 37.278 37.278 37.278zm-30.114 74.556c-10.294 0-18.64-8.345-18.64-18.64 0-10.293 8.346-18.638 18.64-18.638H515.768c13.235 0 23.963 10.729 23.963 23.962v12.572l.007.744V649.68h46.597c10.295 0 18.64 8.345 18.64 18.64 0 10.293-8.345 18.638-18.64 18.638H437.224c-10.294 0-18.64-8.345-18.64-18.639 0-10.294 8.346-18.639 18.64-18.639h46.597V463.29h-9.32z")
}

.auxo-fade-appear,
.auxo-fade-enter,
.auxo-fade-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-fade-appear.auxo-fade-appear-active,
.auxo-fade-enter.auxo-fade-enter-active {
  animation-name: antFadeIn;
  animation-play-state: running
}

.auxo-fade-leave.auxo-fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-fade-appear,
.auxo-fade-enter {
  animation-timing-function: linear;
  opacity: 0
}

.auxo-fade-leave {
  animation-timing-function: linear
}

@keyframes antFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.auxo-move-up-appear,
.auxo-move-up-enter,
.auxo-move-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-move-up-appear.auxo-move-up-appear-active,
.auxo-move-up-enter.auxo-move-up-enter-active {
  animation-name: antMoveUpIn;
  animation-play-state: running
}

.auxo-move-up-leave.auxo-move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-move-up-appear,
.auxo-move-up-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.auxo-move-up-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.auxo-move-down-appear,
.auxo-move-down-enter,
.auxo-move-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-move-down-appear.auxo-move-down-appear-active,
.auxo-move-down-enter.auxo-move-down-enter-active {
  animation-name: antMoveDownIn;
  animation-play-state: running
}

.auxo-move-down-leave.auxo-move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-move-down-appear,
.auxo-move-down-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.auxo-move-down-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.auxo-move-left-appear,
.auxo-move-left-enter,
.auxo-move-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-move-left-appear.auxo-move-left-appear-active,
.auxo-move-left-enter.auxo-move-left-enter-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running
}

.auxo-move-left-leave.auxo-move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-move-left-appear,
.auxo-move-left-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.auxo-move-left-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

.auxo-move-right-appear,
.auxo-move-right-enter,
.auxo-move-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-move-right-appear.auxo-move-right-appear-active,
.auxo-move-right-enter.auxo-move-right-enter-active {
  animation-name: antMoveRightIn;
  animation-play-state: running
}

.auxo-move-right-leave.auxo-move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-move-right-appear,
.auxo-move-right-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0
}

.auxo-move-right-leave {
  animation-timing-function: cubic-bezier(.6, .04, .98, .34)
}

@keyframes antMoveDownIn {
  0% {
    opacity: 0;
    transform: translateY(100%);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }
}

@keyframes antMoveDownOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: translateY(100%);
    transform-origin: 0 0
  }
}

@keyframes antMoveLeftIn {
  0% {
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: translateX(0);
    transform-origin: 0 0
  }
}

@keyframes antMoveLeftOut {
  0% {
    opacity: 1;
    transform: translateX(0);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: translateX(-100%);
    transform-origin: 0 0
  }
}

@keyframes antMoveRightIn {
  0% {
    opacity: 0;
    transform: translateX(100%);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: translateX(0);
    transform-origin: 0 0
  }
}

@keyframes antMoveRightOut {
  0% {
    opacity: 1;
    transform: translateX(0);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: translateX(100%);
    transform-origin: 0 0
  }
}

@keyframes antMoveUpIn {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }
}

@keyframes antMoveUpOut {
  0% {
    opacity: 1;
    transform: translateY(0);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: translateY(-100%);
    transform-origin: 0 0
  }
}

@keyframes loadingCircle {
  to {
    transform: rotate(1turn)
  }
}

[auxo-click-animating-without-extra-node=true],
[auxo-click-animating=true] {
  position: relative
}

html {
  --antd-wave-shadow-color: #1966ff;
  --scroll-bar: 0
}

.auxo-click-animating-node,
[auxo-click-animating-without-extra-node=true]:after {
  animation: fadeEffect 2s cubic-bezier(.08, .82, .17, 1), waveEffect .4s cubic-bezier(.08, .82, .17, 1);
  animation-fill-mode: forwards;
  border-radius: inherit;
  bottom: 0;
  box-shadow: 0 0 0 0 #1966ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  content: "";
  display: block;
  left: 0;
  opacity: .2;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0
}

@keyframes waveEffect {
  to {
    box-shadow: 0 0 0 #1966ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color)
  }
}

@keyframes fadeEffect {
  to {
    opacity: 0
  }
}

.auxo-slide-up-appear,
.auxo-slide-up-enter,
.auxo-slide-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-slide-up-appear.auxo-slide-up-appear-active,
.auxo-slide-up-enter.auxo-slide-up-enter-active {
  animation-name: antSlideUpIn;
  animation-play-state: running
}

.auxo-slide-up-leave.auxo-slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-slide-up-appear,
.auxo-slide-up-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.auxo-slide-up-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.auxo-slide-down-appear,
.auxo-slide-down-enter,
.auxo-slide-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-slide-down-appear.auxo-slide-down-appear-active,
.auxo-slide-down-enter.auxo-slide-down-enter-active {
  animation-name: antSlideDownIn;
  animation-play-state: running
}

.auxo-slide-down-leave.auxo-slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-slide-down-appear,
.auxo-slide-down-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.auxo-slide-down-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.auxo-slide-left-appear,
.auxo-slide-left-enter,
.auxo-slide-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-slide-left-appear.auxo-slide-left-appear-active,
.auxo-slide-left-enter.auxo-slide-left-enter-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running
}

.auxo-slide-left-leave.auxo-slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-slide-left-appear,
.auxo-slide-left-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.auxo-slide-left-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

.auxo-slide-right-appear,
.auxo-slide-right-enter,
.auxo-slide-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-slide-right-appear.auxo-slide-right-appear-active,
.auxo-slide-right-enter.auxo-slide-right-enter-active {
  animation-name: antSlideRightIn;
  animation-play-state: running
}

.auxo-slide-right-leave.auxo-slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-slide-right-appear,
.auxo-slide-right-enter {
  animation-timing-function: cubic-bezier(.23, 1, .32, 1);
  opacity: 0
}

.auxo-slide-right-leave {
  animation-timing-function: cubic-bezier(.755, .05, .855, .06)
}

@keyframes antSlideUpIn {
  0% {
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }
}

@keyframes antSlideUpOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: 0 0
  }
}

@keyframes antSlideDownIn {
  0% {
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: 100% 100%
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%
  }
}

@keyframes antSlideDownOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%
  }

  to {
    opacity: 0;
    transform: scaleY(.8);
    transform-origin: 100% 100%
  }
}

@keyframes antSlideLeftIn {
  0% {
    opacity: 0;
    transform: scaleX(.8);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 0
  }
}

@keyframes antSlideLeftOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: scaleX(.8);
    transform-origin: 0 0
  }
}

@keyframes antSlideRightIn {
  0% {
    opacity: 0;
    transform: scaleX(.8);
    transform-origin: 100% 0
  }

  to {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0
  }
}

@keyframes antSlideRightOut {
  0% {
    opacity: 1;
    transform: scaleX(1);
    transform-origin: 100% 0
  }

  to {
    opacity: 0;
    transform: scaleX(.8);
    transform-origin: 100% 0
  }
}

.auxo-zoom-appear,
.auxo-zoom-enter,
.auxo-zoom-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-appear.auxo-zoom-appear-active,
.auxo-zoom-enter.auxo-zoom-enter-active {
  animation-name: antZoomIn;
  animation-play-state: running
}

.auxo-zoom-leave.auxo-zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-appear,
.auxo-zoom-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-appear-prepare,
.auxo-zoom-enter-prepare {
  transform: none
}

.auxo-zoom-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-big-appear,
.auxo-zoom-big-enter,
.auxo-zoom-big-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-big-appear.auxo-zoom-big-appear-active,
.auxo-zoom-big-enter.auxo-zoom-big-enter-active {
  animation-name: antZoomBigIn;
  animation-play-state: running
}

.auxo-zoom-big-leave.auxo-zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-big-appear,
.auxo-zoom-big-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-big-appear-prepare,
.auxo-zoom-big-enter-prepare {
  transform: none
}

.auxo-zoom-big-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-big-fast-appear,
.auxo-zoom-big-fast-enter,
.auxo-zoom-big-fast-leave {
  animation-duration: .1s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-big-fast-appear.auxo-zoom-big-fast-appear-active,
.auxo-zoom-big-fast-enter.auxo-zoom-big-fast-enter-active {
  animation-name: antZoomBigIn;
  animation-play-state: running
}

.auxo-zoom-big-fast-leave.auxo-zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-big-fast-appear,
.auxo-zoom-big-fast-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-big-fast-appear-prepare,
.auxo-zoom-big-fast-enter-prepare {
  transform: none
}

.auxo-zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-up-appear,
.auxo-zoom-up-enter,
.auxo-zoom-up-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-up-appear.auxo-zoom-up-appear-active,
.auxo-zoom-up-enter.auxo-zoom-up-enter-active {
  animation-name: antZoomUpIn;
  animation-play-state: running
}

.auxo-zoom-up-leave.auxo-zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-up-appear,
.auxo-zoom-up-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-up-appear-prepare,
.auxo-zoom-up-enter-prepare {
  transform: none
}

.auxo-zoom-up-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-down-appear,
.auxo-zoom-down-enter,
.auxo-zoom-down-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-down-appear.auxo-zoom-down-appear-active,
.auxo-zoom-down-enter.auxo-zoom-down-enter-active {
  animation-name: antZoomDownIn;
  animation-play-state: running
}

.auxo-zoom-down-leave.auxo-zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-down-appear,
.auxo-zoom-down-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-down-appear-prepare,
.auxo-zoom-down-enter-prepare {
  transform: none
}

.auxo-zoom-down-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-left-appear,
.auxo-zoom-left-enter,
.auxo-zoom-left-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-left-appear.auxo-zoom-left-appear-active,
.auxo-zoom-left-enter.auxo-zoom-left-enter-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running
}

.auxo-zoom-left-leave.auxo-zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-left-appear,
.auxo-zoom-left-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-left-appear-prepare,
.auxo-zoom-left-enter-prepare {
  transform: none
}

.auxo-zoom-left-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

.auxo-zoom-right-appear,
.auxo-zoom-right-enter,
.auxo-zoom-right-leave {
  animation-duration: .2s;
  animation-fill-mode: both;
  animation-play-state: paused
}

.auxo-zoom-right-appear.auxo-zoom-right-appear-active,
.auxo-zoom-right-enter.auxo-zoom-right-enter-active {
  animation-name: antZoomRightIn;
  animation-play-state: running
}

.auxo-zoom-right-leave.auxo-zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none
}

.auxo-zoom-right-appear,
.auxo-zoom-right-enter {
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  opacity: 0;
  transform: scale(0)
}

.auxo-zoom-right-appear-prepare,
.auxo-zoom-right-enter-prepare {
  transform: none
}

.auxo-zoom-right-leave {
  animation-timing-function: cubic-bezier(.78, .14, .15, .86)
}

@keyframes antZoomIn {
  0% {
    opacity: 0;
    transform: scale(.2)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes antZoomOut {
  0% {
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.2)
  }
}

@keyframes antZoomBigIn {
  0% {
    opacity: 0;
    transform: scale(.8)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes antZoomBigOut {
  0% {
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(.8)
  }
}

@keyframes antZoomUpIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 0
  }

  to {
    transform: scale(1);
    transform-origin: 50% 0
  }
}

@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 0
  }
}

@keyframes antZoomLeftIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 0 50%
  }

  to {
    transform: scale(1);
    transform-origin: 0 50%
  }
}

@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0 50%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 0 50%
  }
}

@keyframes antZoomRightIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 100% 50%
  }

  to {
    transform: scale(1);
    transform-origin: 100% 50%
  }
}

@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 100% 50%
  }
}

@keyframes antZoomDownIn {
  0% {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 100%
  }

  to {
    transform: scale(1);
    transform-origin: 50% 100%
  }
}

@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%
  }

  to {
    opacity: 0;
    transform: scale(.8);
    transform-origin: 50% 100%
  }
}

.auxo-motion-collapse-legacy {
  overflow: hidden
}

.auxo-motion-collapse,
.auxo-motion-collapse-legacy-active {
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1) !important
}

.auxo-motion-collapse {
  overflow: hidden
}

.auxo-alert {
  font-feature-settings: "tnum";
  word-wrap: break-word;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  display: flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 8px 15px;
  position: relative
}

.auxo-alert-content {
  flex: 1 1;
  min-width: 0
}

.auxo-alert-icon {
  margin-right: 8px
}

.auxo-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px
}

.auxo-alert-success {
  background-color: #e3faec;
  border: 1px solid rgba(0, 0, 0, .04)
}

.auxo-alert-success .auxo-alert-icon {
  color: #3cc781
}

.auxo-alert-info {
  background-color: #ebf3ff;
  border: 1px solid rgba(0, 0, 0, .04)
}

.auxo-alert-info .auxo-alert-icon {
  color: #1966ff
}

.auxo-alert-warning {
  background-color: #ffecd1;
  border: 1px solid rgba(0, 0, 0, .04)
}

.auxo-alert-warning .auxo-alert-icon {
  color: #ff9226
}

.auxo-alert-error {
  background-color: #ffe5e6;
  border: 1px solid rgba(0, 0, 0, .04)
}

.auxo-alert-error .auxo-alert-icon {
  color: #ff3b52
}

.auxo-alert-error .auxo-alert-description>pre {
  margin: 0;
  padding: 0
}

.auxo-alert-action {
  margin-left: 8px
}

.auxo-alert-close-icon {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 12px;
  line-height: 12px;
  margin-left: 8px;
  outline: none;
  overflow: hidden;
  padding: 0
}

.auxo-alert-close-icon .anticon-close {
  color: #898b8f;
  transition: color .3s
}

.auxo-alert-close-icon .anticon-close:hover {
  color: #565960
}

.auxo-alert-close-text {
  color: #898b8f;
  transition: color .3s
}

.auxo-alert-close-text:hover {
  color: #565960
}

.auxo-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 63px
}

.auxo-alert-with-description.auxo-alert-no-icon {
  padding: 15px
}

.auxo-alert-with-description .auxo-alert-icon {
  font-size: 24px;
  margin-right: 15px
}

.auxo-alert-with-description .auxo-alert-message {
  color: #252931;
  display: block;
  font-size: 16px;
  margin-bottom: 4px
}

.auxo-alert-message {
  color: #252931
}

.auxo-alert-with-description .auxo-alert-description {
  display: block
}

.auxo-alert.auxo-alert-motion-leave {
  opacity: 1;
  overflow: hidden;
  transition: max-height .3s cubic-bezier(.78, .14, .15, .86), opacity .3s cubic-bezier(.78, .14, .15, .86), padding-top .3s cubic-bezier(.78, .14, .15, .86), padding-bottom .3s cubic-bezier(.78, .14, .15, .86), margin-bottom .3s cubic-bezier(.78, .14, .15, .86)
}

.auxo-alert.auxo-alert-motion-leave-active {
  margin-bottom: 0 !important;
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0
}

.auxo-alert-banner {
  border: 0;
  border-radius: 0;
  margin-bottom: 0
}

.auxo-alert.auxo-alert-rtl {
  direction: rtl
}

.auxo-alert-rtl.auxo-alert.auxo-alert-no-icon {
  padding: 11px 15px
}

.auxo-alert-rtl .auxo-alert-icon {
  margin-left: 8px;
  margin-right: auto
}

.auxo-alert-rtl .auxo-alert-action,
.auxo-alert-rtl .auxo-alert-close-icon {
  margin-left: auto;
  margin-right: 8px
}

.auxo-alert-rtl.auxo-alert-with-description .auxo-alert-icon {
  margin-left: 15px;
  margin-right: auto
}

.auxo-alert-group-action {
  display: flex;
  font-size: 12px;
  line-height: 16px
}

.auxo-alert-group-action-forward {
  cursor: pointer;
  font-size: 16px;
  margin-right: 4px
}

.auxo-alert-group-action-forward-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-alert-group-action-back {
  cursor: pointer;
  font-size: 16px;
  margin-left: 4px
}

.auxo-alert-group-action-back-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-alert-group-action-num {
  display: flex;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 29px
}

.auxo-alert-group-action-num span {
  flex-grow: 1
}

.auxo-alert:not(.sp-null) {
  font-size: 12px;
  line-height: 16px;
  padding: 11px 15px
}

.auxo-alert:not(.sp-null).auxo-alert-no-icon {
  padding: 11px 15px
}

.auxo-alert:not(.sp-null) .auxo-alert-icon {
  align-self: start;
  font-size: 16px;
  height: 16px
}

.auxo-alert:not(.sp-null) .auxo-alert-close-icon {
  align-self: start;
  height: 16px;
  line-height: 16px
}

.auxo-alert:not(.sp-null) .auxo-alert-close-icon .auxo-sp-icon {
  font-size: 16px
}

.auxo-alert-mintor {
  background-color: #fff;
  border: 1px solid #dcdee1
}

.auxo-alert:not(.auxo-alert-with-description) {
  display: flex;
  justify-content: center
}

.auxo-alert:not(.auxo-alert-with-description) .auxo-alert-icon {
  align-self: center
}

.auxo-alert:not(.auxo-alert-with-description) .auxo-alert-icon svg {
  vertical-align: 0
}

.auxo-alert:not(.auxo-alert-with-description) .auxo-alert-close-icon {
  align-self: center
}

.auxo-alert.auxo-alert-with-description .auxo-alert-icon {
  margin-right: 8px
}

.auxo-alert.auxo-alert-with-description .auxo-alert-content .auxo-alert-message {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 4px
}

.auxo-alert.auxo-alert-with-description .auxo-alert-content .auxo-alert-description {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px
}

.auxo-alert-loop-wrap .auxo-alert-icon {
  margin-right: 8px
}

.auxo-alert-loop-wrap .auxo-carousel {
  color: #12141a;
  font-size: 12px;
  line-height: 16px

  
}

.auxo-alert-loop-open .auxo-alert-content .auxo-alert-message {
  margin-bottom: 0
}

.auxo-alert-loop-description {
  color: #12141a;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px
}

.auxo-alert-loop-description:last-child {
  margin-bottom: 0
}

.auxo-sp-breadcrumb {
  color: #565960;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.auxo-sp-breadcrumb .breadcrumb-item-link {
  color: #565960
}

.auxo-sp-breadcrumb.sp-breadcrumb-title .highlight,
.auxo-sp-breadcrumb.sp-breadcrumb-title .highlight .breadcrumb-item-link {
  font-weight: 500
}

.auxo-sp-breadcrumb .highlight,
.auxo-sp-breadcrumb .highlight .breadcrumb-item-link {
  color: #252931
}

.auxo-sp-breadcrumb .hover-status:not(.highlight) {
  cursor: pointer
}

.auxo-sp-breadcrumb .hover-status:not(.highlight) .breadcrumb-item-link:hover,
.auxo-sp-breadcrumb .hover-status:not(.highlight):hover {
  color: #4784ff
}

.auxo-sp-breadcrumb .hover-status:not(.highlight) .breadcrumb-item-link:active,
.auxo-sp-breadcrumb .hover-status:not(.highlight):active {
  color: #1556d9
}

.auxo-sp-breadcrumb .disabled-status,
.auxo-sp-breadcrumb .disabled-status .breadcrumb-item-link {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-sp-breadcrumb .sp-breadcrumb-more {
  border-radius: 4px;
  cursor: pointer
}

.auxo-sp-breadcrumb .sp-breadcrumb-more.open-more,
.auxo-sp-breadcrumb .sp-breadcrumb-more:hover {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-sp-breadcrumb .sp-breadcrumb-more>svg {
  vertical-align: bottom
}

.auxo-sp-breadcrumb .breadcrumb-separator {
  font-size: 16px;
  margin: 0 4px;
  vertical-align: bottom
}

.auxo-btn {
  background-image: none;
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-shadow: 0 2px 0 transparent;
  color: #252931;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 32px;
  line-height: 18px;
  padding: 4px 16px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.auxo-btn>.anticon {
  line-height: 1
}

.auxo-btn,
.auxo-btn:active,
.auxo-btn:focus {
  outline: 0
}

.auxo-btn:not([disabled]):hover {
  text-decoration: none
}

.auxo-btn:not([disabled]):active {
  box-shadow: none;
  outline: 0
}

.auxo-btn[disabled] {
  cursor: not-allowed
}

.auxo-btn[disabled]>* {
  pointer-events: none
}

.auxo-btn-lg {
  border-radius: 4px;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 16px
}

.auxo-btn-sm {
  border-radius: 4px;
  font-size: 12px;
  height: 28px;
  padding: 3.6px 8px
}

.auxo-btn>a:only-child {
  color: currentColor
}

.auxo-btn>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn:focus,
.auxo-btn:hover {
  background: #fff;
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn:focus>a:only-child,
.auxo-btn:hover>a:only-child {
  color: currentColor
}

.auxo-btn:focus>a:only-child:after,
.auxo-btn:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn:active {
  background: #fff;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn:active>a:only-child {
  color: currentColor
}

.auxo-btn:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn[disabled],
.auxo-btn[disabled]:active,
.auxo-btn[disabled]:focus,
.auxo-btn[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn[disabled]:active>a:only-child,
.auxo-btn[disabled]:focus>a:only-child,
.auxo-btn[disabled]:hover>a:only-child,
.auxo-btn[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn[disabled]:active>a:only-child:after,
.auxo-btn[disabled]:focus>a:only-child:after,
.auxo-btn[disabled]:hover>a:only-child:after,
.auxo-btn[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn:active,
.auxo-btn:focus,
.auxo-btn:hover {
  background: #fff;
  text-decoration: none
}

.auxo-btn>span {
  display: inline-block
}

.auxo-btn-primary {
  background: #1966ff;
  border-color: #1966ff;
  box-shadow: 0 2px 0 transparent;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-primary>a:only-child {
  color: currentColor
}

.auxo-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-primary:focus,
.auxo-btn-primary:hover {
  background: #4287ff;
  border-color: #4287ff;
  color: #fff
}

.auxo-btn-primary:focus>a:only-child,
.auxo-btn-primary:hover>a:only-child {
  color: currentColor
}

.auxo-btn-primary:focus>a:only-child:after,
.auxo-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-primary:active {
  background: #0b49d9;
  border-color: #0b49d9;
  color: #fff
}

.auxo-btn-primary:active>a:only-child {
  color: currentColor
}

.auxo-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-primary[disabled],
.auxo-btn-primary[disabled]:active,
.auxo-btn-primary[disabled]:focus,
.auxo-btn-primary[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-primary[disabled]:active>a:only-child,
.auxo-btn-primary[disabled]:focus>a:only-child,
.auxo-btn-primary[disabled]:hover>a:only-child,
.auxo-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-primary[disabled]:active>a:only-child:after,
.auxo-btn-primary[disabled]:focus>a:only-child:after,
.auxo-btn-primary[disabled]:hover>a:only-child:after,
.auxo-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-group .auxo-btn-primary:not(:first-child):not(:last-child) {
  border-left-color: #4784ff;
  border-right-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #dcdee1
}

.auxo-btn-group .auxo-btn-primary:first-child:not(:last-child) {
  border-right-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #dcdee1
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary,
.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child) {
  border-left-color: #4784ff
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary[disabled],
.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #dcdee1
}

.auxo-btn-ghost {
  background: transparent;
  border-color: #dcdee1;
  color: #565960
}

.auxo-btn-ghost>a:only-child {
  color: currentColor
}

.auxo-btn-ghost>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-ghost:focus,
.auxo-btn-ghost:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-ghost:focus>a:only-child,
.auxo-btn-ghost:hover>a:only-child {
  color: currentColor
}

.auxo-btn-ghost:focus>a:only-child:after,
.auxo-btn-ghost:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-ghost:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-ghost:active>a:only-child {
  color: currentColor
}

.auxo-btn-ghost:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-ghost[disabled],
.auxo-btn-ghost[disabled]:active,
.auxo-btn-ghost[disabled]:focus,
.auxo-btn-ghost[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-ghost[disabled]:active>a:only-child,
.auxo-btn-ghost[disabled]:focus>a:only-child,
.auxo-btn-ghost[disabled]:hover>a:only-child,
.auxo-btn-ghost[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-ghost[disabled]:active>a:only-child:after,
.auxo-btn-ghost[disabled]:focus>a:only-child:after,
.auxo-btn-ghost[disabled]:hover>a:only-child:after,
.auxo-btn-ghost[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dashed {
  background: #fff;
  border-color: #dcdee1;
  border-style: dashed;
  color: #252931
}

.auxo-btn-dashed>a:only-child {
  color: currentColor
}

.auxo-btn-dashed>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dashed:focus,
.auxo-btn-dashed:hover {
  background: #fff;
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-dashed:focus>a:only-child,
.auxo-btn-dashed:hover>a:only-child {
  color: currentColor
}

.auxo-btn-dashed:focus>a:only-child:after,
.auxo-btn-dashed:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dashed:active {
  background: #fff;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-dashed:active>a:only-child {
  color: currentColor
}

.auxo-btn-dashed:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dashed[disabled],
.auxo-btn-dashed[disabled]:active,
.auxo-btn-dashed[disabled]:focus,
.auxo-btn-dashed[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-dashed[disabled]:active>a:only-child,
.auxo-btn-dashed[disabled]:focus>a:only-child,
.auxo-btn-dashed[disabled]:hover>a:only-child,
.auxo-btn-dashed[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-dashed[disabled]:active>a:only-child:after,
.auxo-btn-dashed[disabled]:focus>a:only-child:after,
.auxo-btn-dashed[disabled]:hover>a:only-child:after,
.auxo-btn-dashed[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-danger {
  background: #ff3b52;
  border-color: #ff3b52;
  box-shadow: 0 2px 0 transparent;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-danger>a:only-child {
  color: currentColor
}

.auxo-btn-danger>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-danger:focus,
.auxo-btn-danger:hover {
  background: #ff6370;
  border-color: #ff6370;
  color: #fff
}

.auxo-btn-danger:focus>a:only-child,
.auxo-btn-danger:hover>a:only-child {
  color: currentColor
}

.auxo-btn-danger:focus>a:only-child:after,
.auxo-btn-danger:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-danger:active {
  background: #d92742;
  border-color: #d92742;
  color: #fff
}

.auxo-btn-danger:active>a:only-child {
  color: currentColor
}

.auxo-btn-danger:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-danger[disabled],
.auxo-btn-danger[disabled]:active,
.auxo-btn-danger[disabled]:focus,
.auxo-btn-danger[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-danger[disabled]:active>a:only-child,
.auxo-btn-danger[disabled]:focus>a:only-child,
.auxo-btn-danger[disabled]:hover>a:only-child,
.auxo-btn-danger[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-danger[disabled]:active>a:only-child:after,
.auxo-btn-danger[disabled]:focus>a:only-child:after,
.auxo-btn-danger[disabled]:hover>a:only-child:after,
.auxo-btn-danger[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #1966ff
}

.auxo-btn-link>a:only-child {
  color: currentColor
}

.auxo-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-link:focus,
.auxo-btn-link:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-link:focus>a:only-child,
.auxo-btn-link:hover>a:only-child {
  color: currentColor
}

.auxo-btn-link:focus>a:only-child:after,
.auxo-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-link:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-link:active>a:only-child {
  color: currentColor
}

.auxo-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-link[disabled],
.auxo-btn-link[disabled]:active,
.auxo-btn-link[disabled]:focus,
.auxo-btn-link[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1
}

.auxo-btn-link:hover {
  background: transparent
}

.auxo-btn-link:active,
.auxo-btn-link:focus,
.auxo-btn-link:hover {
  border-color: transparent
}

.auxo-btn-link[disabled],
.auxo-btn-link[disabled]:active,
.auxo-btn-link[disabled]:focus,
.auxo-btn-link[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-link[disabled]:active>a:only-child,
.auxo-btn-link[disabled]:focus>a:only-child,
.auxo-btn-link[disabled]:hover>a:only-child,
.auxo-btn-link[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-link[disabled]:active>a:only-child:after,
.auxo-btn-link[disabled]:focus>a:only-child:after,
.auxo-btn-link[disabled]:hover>a:only-child:after,
.auxo-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-text {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #565960
}

.auxo-btn-text>a:only-child {
  color: currentColor
}

.auxo-btn-text>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-text:focus,
.auxo-btn-text:hover {
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-text:focus>a:only-child,
.auxo-btn-text:hover>a:only-child {
  color: currentColor
}

.auxo-btn-text:focus>a:only-child:after,
.auxo-btn-text:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-text:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-text:active>a:only-child {
  color: currentColor
}

.auxo-btn-text:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-text[disabled],
.auxo-btn-text[disabled]:active,
.auxo-btn-text[disabled]:focus,
.auxo-btn-text[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1
}

.auxo-btn-text:focus,
.auxo-btn-text:hover {
  background: transparent;
  border-color: transparent;
  color: #565960
}

.auxo-btn-text:active {
  background: rgba(0, 0, 0, .01);
  border-color: transparent;
  color: #565960
}

.auxo-btn-text[disabled],
.auxo-btn-text[disabled]:active,
.auxo-btn-text[disabled]:focus,
.auxo-btn-text[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-text[disabled]:active>a:only-child,
.auxo-btn-text[disabled]:focus>a:only-child,
.auxo-btn-text[disabled]:hover>a:only-child,
.auxo-btn-text[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-text[disabled]:active>a:only-child:after,
.auxo-btn-text[disabled]:focus>a:only-child:after,
.auxo-btn-text[disabled]:hover>a:only-child:after,
.auxo-btn-text[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous {
  background: #fff;
  border-color: #ff3b52;
  color: #ff3b52
}

.auxo-btn-dangerous>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous:focus,
.auxo-btn-dangerous:hover {
  background: #fff;
  border-color: #ff6370;
  color: #ff6370
}

.auxo-btn-dangerous:focus>a:only-child,
.auxo-btn-dangerous:hover>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous:focus>a:only-child:after,
.auxo-btn-dangerous:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous:active {
  background: #fff;
  border-color: #d92742;
  color: #d92742
}

.auxo-btn-dangerous:active>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous[disabled],
.auxo-btn-dangerous[disabled]:active,
.auxo-btn-dangerous[disabled]:focus,
.auxo-btn-dangerous[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-dangerous[disabled]:active>a:only-child,
.auxo-btn-dangerous[disabled]:focus>a:only-child,
.auxo-btn-dangerous[disabled]:hover>a:only-child,
.auxo-btn-dangerous[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous[disabled]:active>a:only-child:after,
.auxo-btn-dangerous[disabled]:focus>a:only-child:after,
.auxo-btn-dangerous[disabled]:hover>a:only-child:after,
.auxo-btn-dangerous[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-primary {
  background: #ff3b52;
  border-color: #ff3b52;
  box-shadow: 0 2px 0 transparent;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .12)
}

.auxo-btn-dangerous.auxo-btn-primary>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-primary:focus,
.auxo-btn-dangerous.auxo-btn-primary:hover {
  background: #ff6370;
  border-color: #ff6370;
  color: #fff
}

.auxo-btn-dangerous.auxo-btn-primary:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary:hover>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-primary:active {
  background: #d92742;
  border-color: #d92742;
  color: #fff
}

.auxo-btn-dangerous.auxo-btn-primary:active>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-primary[disabled],
.auxo-btn-dangerous.auxo-btn-primary[disabled]:active,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-primary[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-primary[disabled]:active>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-primary[disabled]:hover>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-link {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #ff3b52
}

.auxo-btn-dangerous.auxo-btn-link>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-dangerous.auxo-btn-link:hover {
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-dangerous.auxo-btn-link:active {
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1
}

.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-dangerous.auxo-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #ff6370
}

.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-link:active {
  background: transparent;
  border-color: transparent;
  color: #d92742
}

.auxo-btn-dangerous.auxo-btn-link:active>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-text {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #ff3b52
}

.auxo-btn-dangerous.auxo-btn-text>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-text:focus,
.auxo-btn-dangerous.auxo-btn-text:hover {
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-dangerous.auxo-btn-text:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-dangerous.auxo-btn-text[disabled],
.auxo-btn-dangerous.auxo-btn-text[disabled]:active,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1
}

.auxo-btn-dangerous.auxo-btn-text:focus,
.auxo-btn-dangerous.auxo-btn-text:hover {
  background: transparent;
  border-color: transparent;
  color: #ff6370
}

.auxo-btn-dangerous.auxo-btn-text:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-text:hover>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-text:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-text:active {
  background: rgba(0, 0, 0, .01);
  border-color: transparent;
  color: #d92742
}

.auxo-btn-dangerous.auxo-btn-text:active>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-dangerous.auxo-btn-text[disabled],
.auxo-btn-dangerous.auxo-btn-text[disabled]:active,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-dangerous.auxo-btn-text[disabled]:active>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover>a:only-child,
.auxo-btn-dangerous.auxo-btn-text[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-dangerous.auxo-btn-text[disabled]:active>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-text[disabled]:focus>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-text[disabled]:hover>a:only-child:after,
.auxo-btn-dangerous.auxo-btn-text[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-icon-only {
  border-radius: 4px;
  font-size: 16px;
  height: 32px;
  padding: 2.4px 0;
  vertical-align: -1px;
  width: 32px
}

.auxo-btn-icon-only>* {
  font-size: 16px
}

.auxo-btn-icon-only.auxo-btn-lg {
  border-radius: 4px;
  font-size: 18px;
  height: 40px;
  padding: 4.9px 0;
  width: 40px
}

.auxo-btn-icon-only.auxo-btn-lg>* {
  font-size: 18px
}

.auxo-btn-icon-only.auxo-btn-sm {
  border-radius: 4px;
  font-size: 14px;
  height: 28px;
  padding: 2px 0;
  width: 28px
}

.auxo-btn-icon-only.auxo-btn-sm>* {
  font-size: 14px
}

.auxo-btn-round {
  border-radius: 32px;
  font-size: 14px;
  height: 32px;
  padding: 4px 16px
}

.auxo-btn-round.auxo-btn-lg {
  border-radius: 40px;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 20px
}

.auxo-btn-round.auxo-btn-sm {
  border-radius: 28px;
  font-size: 14px;
  height: 28px;
  padding: 2px 14px
}

.auxo-btn-round.auxo-btn-icon-only {
  width: auto
}

.auxo-btn-circle {
  border-radius: 50%;
  min-width: 32px;
  padding-left: 0;
  padding-right: 0;
  text-align: center
}

.auxo-btn-circle.auxo-btn-lg {
  border-radius: 50%;
  min-width: 40px
}

.auxo-btn-circle.auxo-btn-sm {
  border-radius: 50%;
  min-width: 28px
}

.auxo-btn:before {
  background: #fff;
  border-radius: inherit;
  bottom: -1px;
  content: "";
  display: none;
  left: -1px;
  opacity: .35;
  pointer-events: none;
  position: absolute;
  right: -1px;
  top: -1px;
  transition: opacity .2s;
  z-index: 1
}

.auxo-btn .anticon {
  transition: margin-left .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-btn .anticon.anticon-minus>svg,
.auxo-btn .anticon.anticon-plus>svg {
  shape-rendering: optimizeSpeed
}

.auxo-btn.auxo-btn-loading {
  position: relative
}

.auxo-btn.auxo-btn-loading:not([disabled]) {
  pointer-events: none
}

.auxo-btn.auxo-btn-loading:before {
  display: block
}

.auxo-btn>.auxo-btn-loading-icon {
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-btn>.auxo-btn-loading-icon .anticon {
  padding-right: 8px
}

.auxo-btn-group {
  display: inline-flex
}

.auxo-btn-group,
.auxo-btn-group>.auxo-btn,
.auxo-btn-group>span>.auxo-btn {
  position: relative
}

.auxo-btn-group>.auxo-btn:active,
.auxo-btn-group>.auxo-btn:focus,
.auxo-btn-group>.auxo-btn:hover,
.auxo-btn-group>span>.auxo-btn:active,
.auxo-btn-group>span>.auxo-btn:focus,
.auxo-btn-group>span>.auxo-btn:hover {
  z-index: 2
}

.auxo-btn-group>.auxo-btn[disabled],
.auxo-btn-group>span>.auxo-btn[disabled] {
  z-index: 0
}

.auxo-btn-group .auxo-btn-icon-only {
  font-size: 14px
}

.auxo-btn-group-lg>.auxo-btn,
.auxo-btn-group-lg>span>.auxo-btn {
  border-radius: 0;
  font-size: 16px;
  height: 40px;
  padding: 6.4px 16px
}

.auxo-btn-group-lg .auxo-btn.auxo-btn-icon-only {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  width: 40px
}

.auxo-btn-group-sm>.auxo-btn,
.auxo-btn-group-sm>span>.auxo-btn {
  border-radius: 0;
  font-size: 14px;
  height: 28px;
  padding: 2px 8px
}

.auxo-btn-group-sm>.auxo-btn>.anticon,
.auxo-btn-group-sm>span>.auxo-btn>.anticon {
  font-size: 14px
}

.auxo-btn-group-sm .auxo-btn.auxo-btn-icon-only {
  height: 28px;
  padding-left: 0;
  padding-right: 0;
  width: 28px
}

.auxo-btn+.auxo-btn-group,
.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-group .auxo-btn+span,
.auxo-btn-group span+.auxo-btn,
.auxo-btn-group+.auxo-btn,
.auxo-btn-group+.auxo-btn-group,
.auxo-btn-group>span+span {
  margin-left: -1px
}

.auxo-btn-group .auxo-btn-primary+.auxo-btn:not(.auxo-btn-primary):not([disabled]) {
  border-left-color: transparent
}

.auxo-btn-group .auxo-btn {
  border-radius: 0
}

.auxo-btn-group>.auxo-btn:first-child,
.auxo-btn-group>span:first-child>.auxo-btn {
  margin-left: 0
}

.auxo-btn-group>.auxo-btn:only-child,
.auxo-btn-group>span:only-child>.auxo-btn {
  border-radius: 4px
}

.auxo-btn-group>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group>span:first-child:not(:last-child)>.auxo-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-btn-group>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group>span:last-child:not(:first-child)>.auxo-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:only-child,
.auxo-btn-group-sm>span:only-child>.auxo-btn {
  border-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-sm>span:first-child:not(:last-child)>.auxo-btn {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-btn-group-sm>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-sm>span:last-child:not(:first-child)>.auxo-btn {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.auxo-btn-group>.auxo-btn-group {
  float: left
}

.auxo-btn-group>.auxo-btn-group:not(:first-child):not(:last-child)>.auxo-btn {
  border-radius: 0
}

.auxo-btn-group>.auxo-btn-group:first-child:not(:last-child)>.auxo-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px
}

.auxo-btn-group>.auxo-btn-group:last-child:not(:first-child)>.auxo-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px
}

.auxo-btn-group-rtl.auxo-btn+.auxo-btn-group,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn+span,
.auxo-btn-group-rtl.auxo-btn-group span+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group+.auxo-btn,
.auxo-btn-group-rtl.auxo-btn-group+.auxo-btn-group,
.auxo-btn-group-rtl.auxo-btn-group>span+span,
.auxo-btn-rtl.auxo-btn+.auxo-btn-group,
.auxo-btn-rtl.auxo-btn-group .auxo-btn+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group .auxo-btn+span,
.auxo-btn-rtl.auxo-btn-group span+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group+.auxo-btn,
.auxo-btn-rtl.auxo-btn-group+.auxo-btn-group,
.auxo-btn-rtl.auxo-btn-group>span+span {
  margin-left: auto;
  margin-right: -1px
}

.auxo-btn-group.auxo-btn-group-rtl {
  direction: rtl
}

.auxo-btn-group-rtl.auxo-btn-group>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-rtl.auxo-btn-group>span:first-child:not(:last-child)>.auxo-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px
}

.auxo-btn-group-rtl.auxo-btn-group>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-rtl.auxo-btn-group>span:last-child:not(:first-child)>.auxo-btn {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0
}

.auxo-btn-group-rtl.auxo-btn-group-sm>.auxo-btn:first-child:not(:last-child),
.auxo-btn-group-rtl.auxo-btn-group-sm>span:first-child:not(:last-child)>.auxo-btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px
}

.auxo-btn-group-rtl.auxo-btn-group-sm>.auxo-btn:last-child:not(:first-child),
.auxo-btn-group-rtl.auxo-btn-group-sm>span:last-child:not(:first-child)>.auxo-btn {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 0
}

.auxo-btn:active>span,
.auxo-btn:focus>span {
  position: relative
}

.auxo-btn>.anticon+span,
.auxo-btn>span+.anticon {
  margin-left: 8px
}

.auxo-btn-background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff
}

.auxo-btn-background-ghost.auxo-btn-primary {
  background: transparent;
  border-color: #1966ff;
  color: #1966ff;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-primary>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-primary:focus,
.auxo-btn-background-ghost.auxo-btn-primary:hover {
  background: transparent;
  border-color: #4287ff;
  color: #4287ff
}

.auxo-btn-background-ghost.auxo-btn-primary:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary:hover>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-primary:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-primary:active {
  background: transparent;
  border-color: #0b49d9;
  color: #0b49d9
}

.auxo-btn-background-ghost.auxo-btn-primary:active>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-primary[disabled],
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-primary[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-primary[disabled]:active>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]:hover>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-primary[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger {
  background: transparent;
  border-color: #ff3b52;
  color: #ff3b52;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-danger>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger:focus,
.auxo-btn-background-ghost.auxo-btn-danger:hover {
  background: transparent;
  border-color: #ff6370;
  color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-danger:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger:hover>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-danger:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger:active {
  background: transparent;
  border-color: #d92742;
  color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-danger:active>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-danger[disabled],
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-danger[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-danger[disabled]:active>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]:hover>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-danger[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous {
  background: transparent;
  border-color: #ff3b52;
  color: #ff3b52;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous:hover {
  background: transparent;
  border-color: #ff6370;
  color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-dangerous:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous:hover>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous:active {
  background: transparent;
  border-color: #d92742;
  color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-dangerous:active>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous[disabled],
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:active>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]:hover>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link {
  background: transparent;
  border-color: transparent;
  color: #ff3b52;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #ff6370
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:hover>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active {
  background: transparent;
  border-color: transparent;
  color: #d92742
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link:active>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled],
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:active,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:focus,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:hover {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0;
  text-shadow: none
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child {
  color: currentColor
}

.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:active>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:focus>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]:hover>a:only-child:after,
.auxo-btn-background-ghost.auxo-btn-dangerous.auxo-btn-link[disabled]>a:only-child:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-btn-two-chinese-chars:first-letter {
  letter-spacing: .34em
}

.auxo-btn-two-chinese-chars>:not(.anticon) {
  letter-spacing: .34em;
  margin-right: -.34em
}

.auxo-btn-block {
  width: 100%
}

.auxo-btn:empty {
  content: "\a0";
  display: inline-block;
  visibility: hidden;
  width: 0
}

a.auxo-btn {
  line-height: 30px;
  padding-top: .01px
}

a.auxo-btn-lg {
  line-height: 38px
}

a.auxo-btn-sm {
  line-height: 26px
}

.auxo-btn-rtl {
  direction: rtl
}

.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary,
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child) {
  border-left-color: #dcdee1;
  border-right-color: #4784ff
}

.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary+.auxo-btn-primary[disabled],
.auxo-btn-group-rtl.auxo-btn-group .auxo-btn-primary:last-child:not(:first-child)[disabled] {
  border-left-color: #4784ff;
  border-right-color: #dcdee1
}

.auxo-btn-rtl.auxo-btn>.auxo-btn-loading-icon .anticon {
  padding-left: 8px;
  padding-right: 0
}

.auxo-btn>.auxo-btn-loading-icon:only-child .anticon {
  padding-left: 0;
  padding-right: 0
}

.auxo-btn-rtl.auxo-btn>.anticon+span,
.auxo-btn-rtl.auxo-btn>span+.anticon {
  margin-left: 0;
  margin-right: 8px
}

.auxo-btn:not(.sp-null) {
  background: #fff;
  border: 1px solid #dcdee1;
  color: #252931;
  line-height: 18px;
  line-height: 16px;
  min-width: 74px;
  overflow: hidden;
  padding: 6px 16px;
  text-shadow: none;
  transition: none;
  vertical-align: middle
}

.auxo-btn:not(.sp-null):after {
  display: none
}

.auxo-btn:not(.sp-null)>.auxo-btn-loading-icon {
  transition: none
}

.auxo-btn:not(.sp-null).focus,
.auxo-btn:not(.sp-null):focus {
  background: #fff;
  border-color: #dcdee1;
  color: #252931
}

.auxo-btn:not(.sp-null):hover {
  background: #fff;
  border-color: #4784ff;
  color: #4784ff;
  z-index: 3
}

.auxo-btn:not(.sp-null):active {
  background: #fff;
  border-color: #1556d9;
  color: #1556d9
}

.auxo-btn:not(.sp-null).disabled,
.auxo-btn:not(.sp-null):disabled,
.auxo-btn:not(.sp-null)[disabled] {
  background: #fff;
  border-color: #f1f2f3;
  color: #a8a9ad
}

.auxo-btn:not(.sp-null).disabled:hover,
.auxo-btn:not(.sp-null):disabled:hover,
.auxo-btn:not(.sp-null)[disabled]:hover {
  color: #a8a9ad
}

.auxo-btn:not(.sp-null) .anticon {
  font-size: 16px;
  height: 16px;
  width: 16px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon {
  vertical-align: bottom
}

.auxo-btn:not(.sp-null) .auxo-sp-icon:first-child {
  margin-right: 2px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon:last-child {
  margin-left: 2px
}

.auxo-btn:not(.sp-null) .auxo-sp-icon.sp-icon-spin {
  vertical-align: -.15em
}

.auxo-btn:not(.sp-null).auxo-btn-sm {
  line-height: 14px;
  min-width: 60px;
  padding: 6px 12px
}

.auxo-btn:not(.sp-null).auxo-btn-sm .anticon {
  font-size: 14px;
  height: 14px;
  width: 14px
}

.auxo-btn:not(.sp-null).auxo-btn-mi {
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  min-width: 58px;
  padding: 4px 10px
}

.auxo-btn:not(.sp-null).auxo-btn-mi .anticon {
  font-size: 14px;
  height: 14px;
  width: 14px
}

.auxo-btn:not(.sp-null).auxo-btn-lg {
  line-height: 26px
}

.auxo-btn:not(.sp-null).auxo-btn-primary {
  background: #1966ff;
  border: 1px solid transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.focus,
.auxo-btn:not(.sp-null).auxo-btn-primary:focus {
  background: #1966ff;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary:hover {
  background: #4784ff;
  border-color: transparent;
  color: #fff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-primary:active {
  background: #1556d9;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary[disabled] {
  background: #a3c2ff;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary[disabled]:hover {
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary {
  background: #ebf3ff;
  border: 1px solid transparent;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.focus,
.auxo-btn:not(.sp-null).auxo-btn-secondary:focus {
  background: #ebf3ff;
  border-color: transparent;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary:hover {
  background: #ebf3ff;
  border-color: transparent;
  color: #4784ff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-secondary:active {
  background: #d1e0ff;
  border-color: transparent;
  color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary[disabled] {
  background: #f7faff;
  border-color: transparent;
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary[disabled]:hover {
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary {
  background: #f8f9fa;
  border: 1px solid transparent;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.focus,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:focus {
  background: #f8f9fa;
  border-color: transparent;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary:hover {
  background: #f3f4f5;
  border-color: transparent;
  color: #252931;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary:active {
  background: rgba(0, 0, 0, .08);
  border-color: transparent;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.disabled,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:disabled,
.auxo-btn:not(.sp-null).auxo-btn-tertiary[disabled] {
  background: rgba(0, 0, 0, .04);
  border-color: transparent;
  color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-tertiary.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-tertiary:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-tertiary[disabled]:hover {
  color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous {
  background: #fff;
  border: 1px solid #eeeff0;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:focus {
  background: #fff;
  border-color: #eeeff0;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous:hover {
  background: #fff;
  border-color: #ff8791;
  color: #ff8791;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous:active {
  background: #fff;
  border-color: #f21331;
  color: #f21331
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-dangerous[disabled] {
  background: #fff;
  border-color: #f1f2f3;
  color: #a8a9ad
}

.auxo-btn:not(.sp-null).auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dangerous[disabled]:hover {
  color: #a8a9ad
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous {
  background: #ff3b52;
  border: 1px solid transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:focus {
  background: #ff3b52;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:hover {
  background: #ff8791;
  border-color: transparent;
  color: #fff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:active {
  background: #f21331;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous[disabled] {
  background: #ffe5e6;
  border-color: transparent;
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-primary.auxo-btn-dangerous[disabled]:hover {
  color: #fff
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous {
  background: #fff5f5;
  border: 1px solid transparent;
  color: #ff3b52
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.focus,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:focus {
  background: #fff5f5;
  border-color: transparent;
  color: #ff3b52
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:hover {
  background: #fff5f5;
  border-color: transparent;
  color: #ff8791;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:active {
  background: #ffd9dc;
  border-color: transparent;
  color: #f21331
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:disabled,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous[disabled] {
  background: #fff7f7;
  border-color: transparent;
  color: #ffb2b9
}

.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-secondary.auxo-btn-dangerous[disabled]:hover {
  color: #ffb2b9
}

.auxo-btn:not(.sp-null).auxo-btn-dashed {
  background: #fff;
  border: 1px solid #1966ff;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.focus,
.auxo-btn:not(.sp-null).auxo-btn-dashed:focus {
  background: #fff;
  border-color: #1966ff;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed:hover {
  background: #fff;
  border-color: #4784ff;
  color: #4784ff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-dashed:active {
  background: #fff;
  border-color: #1556d9;
  color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.disabled,
.auxo-btn:not(.sp-null).auxo-btn-dashed:disabled,
.auxo-btn:not(.sp-null).auxo-btn-dashed[disabled] {
  background: #fff;
  border-color: #a3c2ff;
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-dashed.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dashed:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-dashed[disabled]:hover {
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-link {
  background: transparent;
  border: 1px solid transparent;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-link.focus,
.auxo-btn:not(.sp-null).auxo-btn-link:focus {
  background: transparent;
  border-color: transparent;
  color: #1966ff
}

.auxo-btn:not(.sp-null).auxo-btn-link:hover {
  background: transparent;
  border-color: transparent;
  color: #4784ff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-link:active {
  background: transparent;
  border-color: transparent;
  color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-link.disabled,
.auxo-btn:not(.sp-null).auxo-btn-link:disabled,
.auxo-btn:not(.sp-null).auxo-btn-link[disabled] {
  background: transparent;
  border-color: transparent;
  color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-link.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-link:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-link[disabled]:hover {
  color: #bcbdc0
}

.auxo-btn:not(.sp-null).auxo-btn-link .auxo-sp-icon:first-child {
  margin-right: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-link .auxo-sp-icon:last-child {
  margin-left: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-text {
  background: transparent;
  border: 1px solid transparent;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-text.focus,
.auxo-btn:not(.sp-null).auxo-btn-text:focus {
  background: transparent;
  border-color: transparent;
  color: #252931
}

.auxo-btn:not(.sp-null).auxo-btn-text:hover {
  background: transparent;
  border-color: transparent;
  color: #4784ff;
  z-index: 3
}

.auxo-btn:not(.sp-null).auxo-btn-text:active {
  background: transparent;
  border-color: transparent;
  color: #1556d9
}

.auxo-btn:not(.sp-null).auxo-btn-text.disabled,
.auxo-btn:not(.sp-null).auxo-btn-text:disabled,
.auxo-btn:not(.sp-null).auxo-btn-text[disabled] {
  background: transparent;
  border-color: transparent;
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-text.disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-text:disabled:hover,
.auxo-btn:not(.sp-null).auxo-btn-text[disabled]:hover {
  color: #a3c2ff
}

.auxo-btn:not(.sp-null).auxo-btn-text .auxo-sp-icon:first-child {
  margin-right: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-text .auxo-sp-icon:last-child {
  margin-left: 2px
}

.auxo-btn:not(.sp-null).auxo-btn-link,
.auxo-btn:not(.sp-null).auxo-btn-text {
  border: none;
  height: auto;
  min-width: auto;
  padding: 0
}

.auxo-btn:not(.sp-null).auxo-btn-loading:not(.auxo-btn-mi):not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon {
  line-height: 20px
}

.auxo-btn:not(.sp-null).auxo-btn-loading:before {
  display: none !important
}

.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-link:not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon,
.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-text:not(.auxo-btn-sm):not(.auxo-btn-lg) .auxo-btn-loading-icon {
  line-height: 18px
}

.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-link .auxo-btn-loading-icon+span,
.auxo-btn:not(.sp-null).auxo-btn-loading.auxo-btn-text .auxo-btn-loading-icon+span {
  display: none
}

.auxo-btn:not(.sp-null).auxo-btn-loading .auxo-btn-loading-icon+span {
  display: block;
  opacity: 0
}

@keyframes antCheckboxEffect {
  0% {
    opacity: .5;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(1.6)
  }
}

.auxo-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: .2em;
  white-space: nowrap
}

.auxo-checkbox-input:focus+.auxo-checkbox-inner,
.auxo-checkbox-wrapper:hover .auxo-checkbox-inner,
.auxo-checkbox:hover .auxo-checkbox-inner {
  border-color: #1966ff
}

.auxo-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.auxo-checkbox-wrapper:hover .auxo-checkbox:after,
.auxo-checkbox:hover:after {
  visibility: visible
}

.auxo-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-collapse: separate;
  border-radius: 4px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.auxo-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.auxo-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-checkbox-checked .auxo-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.auxo-checkbox-checked .auxo-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.auxo-checkbox-disabled {
  cursor: not-allowed
}

.auxo-checkbox-disabled.auxo-checkbox-checked:not(.sp-null) .auxo-checkbox-inner:after {
  animation-name: none;
  border-color: #bcbdc0
}

.auxo-checkbox-disabled .auxo-checkbox-input {
  cursor: not-allowed
}

.auxo-checkbox-disabled .auxo-checkbox-inner {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1 !important
}

.auxo-checkbox-disabled .auxo-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: rgba(0, 0, 0, .04)
}

.auxo-checkbox-disabled+span {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-checkbox-disabled:hover:after,
.auxo-checkbox-wrapper:hover .auxo-checkbox-disabled:after {
  visibility: hidden
}

.auxo-checkbox-wrapper {
  font-feature-settings: "tnum";
  align-items: baseline;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-checkbox-wrapper:after {
  content: "\a0";
  display: inline-block;
  overflow: hidden;
  width: 0
}

.auxo-checkbox-wrapper.auxo-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.auxo-checkbox-wrapper+.auxo-checkbox-wrapper {
  margin-left: 8px
}

.auxo-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-checkbox-group-item {
  margin-right: 8px
}

.auxo-checkbox-group-item:last-child {
  margin-right: 0
}

.auxo-checkbox-group-item+.auxo-checkbox-group-item {
  margin-left: 0
}

.auxo-checkbox-indeterminate .auxo-checkbox-inner {
  background-color: #fff;
  border-color: #dcdee1
}

.auxo-checkbox-indeterminate .auxo-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.auxo-checkbox-indeterminate.auxo-checkbox-disabled .auxo-checkbox-inner:after {
  background-color: #bcbdc0;
  border-color: #bcbdc0
}

.auxo-checkbox-rtl {
  direction: rtl
}

.auxo-checkbox-group-rtl .auxo-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.auxo-checkbox-group-rtl .auxo-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.auxo-checkbox-group-rtl .auxo-checkbox-group-item+.auxo-checkbox-group-item {
  margin-left: 8px
}

.auxo-checkbox-wrapper:not(.sp-null) {
  color: #252931
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox .auxo-checkbox-input:focus+.auxo-checkbox-inner {
  border-color: #dcdee1
}

.auxo-checkbox-wrapper:hover .auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-inner,
.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox .auxo-checkbox-input:hover+.auxo-checkbox-inner,
.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox:hover .auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-inner {
  border-color: #1966ff
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-disabled .auxo-checkbox-inner {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-checked .auxo-checkbox-input:hover+.auxo-checkbox-inner {
  background-color: #4784ff;
  border-color: transparent
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-checked:after {
  border-radius: 2px;
  display: none
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-checked .auxo-checkbox-input:focus+.auxo-checkbox-inner {
  border-color: #1966ff
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-inner {
  border-radius: 2px
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-inner:after {
  display: none !important
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-checked:not(.auxo-checkbox-indeterminate) .auxo-checkbox-inner:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='12' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.99 7.467a.759.759 0 0 0 .596.289.748.748 0 0 0 .596-.29l5.94-5.94a.75.75 0 0 0-1.06-1.06L4.586 5.94 1.938 3.294a.75.75 0 0 0-1.06 1.06L3.99 7.467z' fill='%23fff'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  content: " ";
  display: block;
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-indeterminate .auxo-checkbox-inner,
.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-indeterminate.auxo-checkbox-disabled .auxo-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-indeterminate .auxo-checkbox-inner:after,
.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-indeterminate.auxo-checkbox-disabled .auxo-checkbox-inner:after {
  background-color: #fff;
  border: 0;
  border-radius: 1px;
  content: " ";
  display: block !important;
  height: 2px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 10px
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-disabled+span {
  color: #565960
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-disabled.auxo-checkbox-checked:not(.sp-null) .auxo-checkbox-inner,
.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-disabled.auxo-checkbox-indeterminate .auxo-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff !important;
  opacity: .4
}

.auxo-checkbox-wrapper:not(.sp-null) .auxo-checkbox-item-tooltip {
  color: #bcbdc0;
  cursor: pointer;
  margin-left: 2px
}

.auxo-checkbox-group.sp-checkbox-group-sm .auxo-checkbox-wrapper,
.auxo-checkbox-wrapper.sp-checkbox-sm {
  font-size: 12px;
  line-height: 16px
}

.auxo-checkbox-group.sp-checkbox-group-sm .auxo-checkbox-wrapper .auxo-checkbox-inner:not(.sp-null),
.auxo-checkbox-wrapper.sp-checkbox-sm .auxo-checkbox-inner:not(.sp-null) {
  height: 14px;
  width: 14px
}

.auxo-checkbox-group.sp-checkbox-group-sm .auxo-checkbox-wrapper .auxo-checkbox-inner:not(.sp-null):after,
.auxo-checkbox-wrapper.sp-checkbox-sm .auxo-checkbox-inner:not(.sp-null):after {
  width: 8px
}

.auxo-checkbox-group.sp-checkbox-group-sm .auxo-checkbox-wrapper .auxo-checkbox-checked:not(.auxo-checkbox-indeterminate) .auxo-checkbox-inner:before,
.auxo-checkbox-wrapper.sp-checkbox-sm .auxo-checkbox-checked:not(.auxo-checkbox-indeterminate) .auxo-checkbox-inner:before {
  background-size: cover;
  height: 6px;
  width: 10px
}

.auxo-cascader {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-cascader-input.auxo-input {
  background-color: transparent !important;
  padding-right: 24px;
  position: static;
  width: 100%
}

.auxo-cascader-multiple-search-wrapper {
  max-width: 100%
}

.auxo-cascader-multiple-search-wrapper:first-child {
  margin-left: 8px
}

.auxo-cascader-input-hide {
  visibility: hidden
}

.auxo-cascader-picker-show-search .auxo-sp-input {
  width: 100%
}

.auxo-cascader-input-multiple.auxo-input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  line-height: 24px;
  margin: 2px 4px 2px 0;
  outline: none;
  padding: 0
}

.auxo-cascader-multiple-search-mirror {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 999
}

.auxo-cascader-picker-show-search .auxo-cascader-input.auxo-input {
  position: relative
}

.auxo-cascader-picker {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  color: #252931;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
  position: relative;
  transition: color .3s
}

.auxo-cascader-picker-with-value .auxo-cascader-picker-label {
  color: transparent
}

.auxo-cascader-picker-multiple {
  display: block
}

.auxo-cascader-picker-multiple.auxo-cascader-picker-large .auxo-cascader-multiple-wrapper {
  min-height: 36px
}

.auxo-cascader-picker-multiple.auxo-cascader-picker-large .auxo-cascader-multiple-wrapper .auxo-cascader-multiple-placeholder {
  line-height: 32px
}

.auxo-cascader-picker-multiple.auxo-cascader-picker-large .auxo-cascader-multiple-wrapper .auxo-cascader-selection__choice {
  line-height: 26px
}

.auxo-cascader-picker-multiple.auxo-cascader-picker-large .auxo-cascader-multiple-wrapper .auxo-sp-input input {
  margin: 4px 4px 4px 0
}

.auxo-cascader-picker-disabled {
  background: rgba(0, 0, 0, .04);
  color: #565960;
  cursor: not-allowed
}

.auxo-cascader-picker-disabled:hover:not(.sp-null) {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-cascader-picker-disabled .auxo-cascader-input {
  cursor: not-allowed
}

.auxo-cascader-picker-disabled .auxo-cascader-multiple-wrapper .auxo-cascader-selection__choice {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960
}

.auxo-cascader-picker:focus .auxo-cascader-input {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-cascader-picker:hover {
  background-color: #fff
}

.auxo-cascader-picker-borderless .auxo-cascader-input,
.auxo-cascader-picker-borderless .auxo-cascader-multiple-wrapper {
  border-color: transparent !important;
  box-shadow: none !important
}

.auxo-cascader-picker-borderless.auxo-cascader-picker-small .auxo-cascader-multiple-wrapper:not(.sp-null):not(.sp-null-1) {
  min-height: 26px
}

.auxo-cascader-picker-show-search.auxo-cascader-picker-focused {
  color: #bcbdc0
}

.auxo-cascader-picker-label {
  background-color: transparent;
  height: 20px;
  left: 0;
  line-height: 20px;
  margin-top: -10px;
  overflow: hidden;
  padding: 0 20px 0 12px;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  white-space: nowrap;
  width: 100%;
  z-index: 1
}

.auxo-cascader-picker-clear:not(.sp-null) {
  background: #fff;
  color: #bcbdc0;
  cursor: pointer;
  display: none;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: color .3s ease, opacity .15s ease;
  width: 16px;
  z-index: 2
}

.auxo-cascader-picker-clear:not(.sp-null):hover {
  color: #898b8f
}

.auxo-cascader-picker:not(.auxo-cascader-picker-disabled):hover .auxo-cascader-picker-clear {
  display: block
}

.auxo-cascader-picker:not(.auxo-cascader-picker-disabled):hover .auxo-cascader-picker-clear+.auxo-cascader-picker-arrow {
  opacity: 0
}

.auxo-cascader-picker:not(.auxo-cascader-picker-disabled):hover .auxo-cascader-multiple-wrapper {
  border: 1px solid #1966ff
}

.auxo-cascader-picker-arrow:not(.sp-null) {
  color: #898b8f;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  margin-top: -8px;
  position: absolute;
  right: 8px;
  top: 50%;
  transition: transform .3s;
  width: 16px;
  z-index: 1
}

.auxo-cascader-picker-arrow:not(.sp-null)-expand {
  transform: rotate(180deg)
}

.auxo-cascader-picker-label:hover+.auxo-cascader-input:not(.auxo-cascader-picker-disabled .auxo-cascader-picker-label:hover+.auxo-cascader-input) {
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-cascader-picker-small .auxo-cascader-picker-arrow,
.auxo-cascader-picker-small .auxo-cascader-picker-clear {
  right: 8px
}

.auxo-cascader-menus {
  background: #fff;
  border: 1px solid #eeeff0;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  color: #252931;
  font-size: 14px;
  position: absolute;
  white-space: nowrap;
  z-index: 1050
}

.auxo-cascader-menus ol,
.auxo-cascader-menus ul {
  list-style: none;
  margin: 0
}

.auxo-cascader-menus-empty,
.auxo-cascader-menus-hidden {
  display: none
}

.auxo-cascader-menus.slide-up-appear.slide-up-appear-active.auxo-cascader-menus-placement-bottomLeft,
.auxo-cascader-menus.slide-up-enter.slide-up-enter-active.auxo-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpIn
}

.auxo-cascader-menus.slide-up-appear.slide-up-appear-active.auxo-cascader-menus-placement-topLeft,
.auxo-cascader-menus.slide-up-enter.slide-up-enter-active.auxo-cascader-menus-placement-topLeft {
  animation-name: antSlideDownIn
}

.auxo-cascader-menus.slide-up-leave.slide-up-leave-active.auxo-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut
}

.auxo-cascader-menus.slide-up-leave.slide-up-leave-active.auxo-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut
}

.auxo-cascader-menu {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-right: 1px solid #eeeff0;
  display: inline-block;
  height: 180px;
  list-style: none;
  margin: 0;
  min-width: 140px;
  overflow: auto;
  padding: 8px 0;
  position: relative;
  vertical-align: top
}

.auxo-cascader-menu:first-child {
  border-radius: 4px 0 0 4px
}

.auxo-cascader-menu:last-child {
  border-radius: 0 4px 4px 0;
  border-right-color: transparent;
  margin-right: -1px
}

.auxo-cascader-menu:only-child {
  border-radius: 4px
}

.auxo-cascader-menu-checkbox {
  padding-top: 0
}

.auxo-cascader-transfer-menu {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border-right: 1px solid #eeeff0;
  flex: 1 1;
  height: 336px;
  list-style: none;
  margin: 0;
  min-width: 140px;
  overflow: auto;
  padding: 8px 0;
  position: relative;
  vertical-align: top
}

.auxo-cascader-transfer-menu-wrap {
  border: 1px solid #eeeff0;
  border-radius: 4px;
  display: flex
}

.auxo-cascader-transfer-menu:first-child {
  border-radius: 4px 0 0 4px
}

.auxo-cascader-transfer-menu:last-child {
  border-radius: 0 4px 4px 0;
  border-right-color: transparent;
  margin-right: -1px
}

.auxo-cascader-transfer-menu:only-child {
  border-radius: 4px
}

.auxo-cascader-transfer-menu-checkbox {
  padding-top: 0
}

.auxo-cascader-transfer-menu .auxo-cascader-menu-item:not(.auxo-cascader-transfer-menu-item-empty) {
  display: flex
}

.auxo-cascader-menu-item {
  cursor: pointer;
  line-height: 20px;
  overflow: hidden;
  padding: 6px 12px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.auxo-cascader-menu-item-checkbox:not(.sp-null) {
  margin-right: 8px
}

.auxo-cascader-menu-item:hover {
  background: rgba(0, 0, 0, .04)
}

.auxo-cascader-menu-item-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-cascader-menu-item-disabled.auxo-cascader-menu-item-multiple-active {
  color: #565960
}

.auxo-cascader-menu-item-disabled:hover {
  background: transparent
}

.auxo-cascader-menu-empty .auxo-cascader-menu-item {
  color: #bcbdc0;
  cursor: default;
  pointer-events: none
}

.auxo-cascader-menu-item-active:not(.auxo-cascader-menu-item-disabled),
.auxo-cascader-menu-item-active:not(.auxo-cascader-menu-item-disabled):hover {
  background-color: #ebf3ff;
  color: #252931
}

.auxo-cascader-menu-item-active:not(.auxo-cascader-menu-item-disabled) .auxo-cascader-menu-item-expand-icon {
  color: #252931
}

.auxo-cascader-menu-item-expand {
  padding-right: 30px;
  position: relative
}

.auxo-cascader-menu-item-expand .auxo-cascader-menu-item-expand-icon,
.auxo-cascader-menu-item-loading-icon {
  color: #bcbdc0;
  font-size: 14px;
  position: absolute;
  right: 12px
}

.auxo-cascader-menu-item-disabled.auxo-cascader-menu-item-expand .auxo-cascader-menu-item-expand-icon,
.auxo-cascader-menu-item-disabled.auxo-cascader-menu-item-loading-icon {
  color: #bcbdc0
}

.auxo-cascader-menu-item .auxo-cascader-menu-item-keyword {
  color: #ff3b52
}

.auxo-cascader-menu-item-multiple-active,
.auxo-cascader-menu-item-multiple-active .auxo-cascader-menu-item-expand-icon {
  color: #252931
}

.auxo-cascader-menu-input-search {
  border-bottom: 1px solid #eeeff0;
  padding: 8px 12px
}

.auxo-cascader-menu-input-search-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0 12px
}

.auxo-cascader-checkbox-all-wrapper {
  background-color: #fff;
  left: 0;
  margin-bottom: 8px;
  padding: 16px 12px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 2
}

.auxo-cascader-checkbox-all-wrapper:after {
  background-color: #eeeff0;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 12px;
  position: absolute;
  width: calc(100% - 24px)
}

.auxo-cascader-checkbox-all {
  margin-right: 8px
}

.auxo-cascader-picker-focused:not(.auxo-cascader-multiple) {
  background-color: #fff
}

.auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04)
}

.auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null),
.auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null):hover {
  background-color: #fff;
  border: 1px solid #1966ff
}

.auxo-cascader-picker-focused .auxo-cascader-picker-arrow {
  transform: rotate(180deg)
}

.auxo-cascader-picker-small {
  font-size: 12px
}

.auxo-cascader-picker-small .auxo-cascader-multiple-wrapper {
  font-size: 12px;
  min-height: 28px
}

.auxo-cascader-picker-small .auxo-cascader-multiple-wrapper .auxo-cascader-multiple-placeholder {
  line-height: 24px
}

.auxo-cascader-picker-small .auxo-cascader-multiple-wrapper>.auxo-cascader-selection__choice {
  line-height: 18px
}

.auxo-cascader-picker-small .auxo-cascader-multiple-wrapper .auxo-cascader-input-multiple.auxo-input {
  line-height: 20px
}

.auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper>.auxo-cascader-selection__choice {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-cascader-multiple-wrapper {
  border: 1px solid #dcdee1;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  min-height: 32px;
  overflow: hidden;
  padding: 1px 24px 1px 3px;
  transition: all .3s;
  width: 100%
}

.auxo-cascader-multiple-wrapper .auxo-cascader-multiple-placeholder {
  color: #bcbdc0;
  line-height: 28px;
  position: absolute;
  text-indent: 8px
}

.auxo-cascader-multiple-wrapper>.auxo-cascader-selection__choice {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  color: #252931;
  font-size: 12px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 4px;
  transition: all .2s;
  white-space: nowrap
}

.auxo-cascader-multiple-wrapper>.auxo-cascader-selection__choice .auxo-cascader-selection__choice__close {
  color: #898b8f;
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
  vertical-align: middle
}

.auxo-cascader-multiple-wrapper>.auxo-cascader-selection__choice .auxo-cascader-selection__choice__close svg {
  vertical-align: text-top
}

.auxo-cascader-multiple-wrapper>.rc-overflow {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative
}

.auxo-cascader-multiple-wrapper>.rc-overflow>.rc-overflow-item {
  flex: none;
  max-width: 100%
}

.auxo-cascader-multiple-wrapper>.rc-overflow>.rc-overflow-item>.auxo-cascader-selection__choice {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  color: #252931;
  font-size: 12px;
  line-height: 22px;
  margin: 2px 4px 2px 0;
  padding: 0 4px;
  transition: all .2s;
  white-space: nowrap
}

.auxo-cascader-multiple-wrapper>.rc-overflow>.rc-overflow-item>.auxo-cascader-selection__choice .auxo-cascader-selection__choice__close {
  color: #898b8f;
  font-size: 14px;
  line-height: 1;
  margin-left: 4px;
  vertical-align: middle
}

.auxo-cascader-multiple-wrapper>.rc-overflow>.rc-overflow-item>.auxo-cascader-selection__choice .auxo-cascader-selection__choice__close svg {
  vertical-align: text-top
}

.auxo-cascader-picker-rtl .auxo-cascader-input.auxo-input {
  padding-left: 24px;
  padding-right: 11px;
  text-align: right
}

.auxo-cascader-picker-rtl {
  direction: rtl
}

.auxo-cascader-picker-rtl .auxo-cascader-picker-label {
  padding: 0 12px 0 20px;
  text-align: right
}

.auxo-cascader-picker-rtl .auxo-cascader-picker-arrow,
.auxo-cascader-picker-rtl .auxo-cascader-picker-clear {
  left: 12px;
  right: auto
}

.auxo-cascader-picker-rtl.auxo-cascader-picker-small .auxo-cascader-picker-arrow,
.auxo-cascader-picker-rtl.auxo-cascader-picker-small .auxo-cascader-picker-clear {
  left: 8px;
  right: auto
}

.auxo-cascader-menu-rtl .auxo-cascader-menu {
  border-left: 1px solid #eeeff0;
  border-right: none;
  direction: rtl
}

.auxo-cascader-menu-rtl .auxo-cascader-menu:first-child {
  border-radius: 0 4px 4px 0
}

.auxo-cascader-menu-rtl .auxo-cascader-menu:last-child {
  border-left-color: transparent;
  border-radius: 4px 0 0 4px;
  margin-left: -1px;
  margin-right: 0
}

.auxo-cascader-menu-rtl .auxo-cascader-menu:only-child {
  border-radius: 4px
}

.auxo-cascader-menu-rtl .auxo-cascader-menu-item-expand {
  padding-left: 24px;
  padding-right: 12px
}

.auxo-cascader-menu-rtl .auxo-cascader-menu-item-expand .auxo-cascader-menu-item-expand-icon,
.auxo-cascader-menu-rtl .auxo-cascader-menu-item-loading-icon {
  left: 12px;
  right: auto
}

.auxo-cascader-menu-rtl .auxo-cascader-menu-item-loading-icon {
  transform: scaleY(-1)
}

.auxo-picker {
  font-feature-settings: "tnum";
  align-items: center;
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 4px 11px;
  position: relative;
  transition: border .3s, box-shadow .3s
}

.auxo-picker-focused,
.auxo-picker:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-picker-focused,
.auxo-input-rtl .auxo-picker:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-picker-focused {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-picker-focused:not(.sp-null):not(.sp-null-1),
.auxo-picker-focused:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-picker-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-picker.auxo-picker-disabled {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  cursor: not-allowed
}

.auxo-picker.auxo-picker-disabled .auxo-picker-suffix {
  color: #bcbdc0
}

.auxo-picker.auxo-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.auxo-picker-input {
  align-items: center;
  display: inline-flex;
  position: relative;
  width: 100%
}

.auxo-picker-input>input {
  background-color: #fff;
  background-image: none;
  background: transparent;
  border: 0;
  border-radius: 4px;
  color: #252931;
  display: inline-block;
  flex: auto;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  min-width: 0;
  min-width: 1px;
  padding: 0;
  position: relative;
  transition: all .3s;
  width: 100%
}

.auxo-picker-input>input::-moz-placeholder {
  opacity: 1
}

.auxo-picker-input>input:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-picker-input>input::placeholder {
  color: #bcbdc0
}

.auxo-picker-input>input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-picker-input>input:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-picker-input>input:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-picker-input>input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-picker-input>input-focused,
.auxo-picker-input>input:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-picker-input>input-focused:not(.sp-null):not(.sp-null-1),
.auxo-picker-input>input-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-picker-input>input:focus:not(.sp-null):not(.sp-null-1),
.auxo-picker-input>input:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-picker-input>input-focused,
.auxo-input-rtl .auxo-picker-input>input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-picker-input>input-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-picker-input>input-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-picker-input>input[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-picker-input>input[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-picker-input>input-borderless,
.auxo-picker-input>input-borderless-disabled,
.auxo-picker-input>input-borderless-focused,
.auxo-picker-input>input-borderless:focus,
.auxo-picker-input>input-borderless:hover,
.auxo-picker-input>input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-picker-input>input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-picker-input>input-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-picker-input>input-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-picker-input>input-rtl {
  direction: rtl
}

.auxo-picker-input>input:focus {
  box-shadow: none
}

.auxo-picker-input>input[disabled] {
  background: transparent
}

.auxo-picker-input:hover .auxo-picker-clear {
  opacity: 1
}

.auxo-picker-input-placeholder>input {
  color: #bcbdc0
}

.auxo-picker-large {
  padding: 6.5px 11px
}

.auxo-picker-large .auxo-picker-input>input {
  font-size: 16px
}

.auxo-picker-small {
  padding: 2px 11px
}

.auxo-picker-suffix {
  align-self: center;
  color: #bcbdc0;
  display: flex;
  flex: none;
  line-height: 1;
  margin-left: 4px;
  pointer-events: none
}

.auxo-picker-suffix>* {
  vertical-align: top
}

.auxo-picker-suffix>:not(:last-child) {
  margin-right: 8px
}

.auxo-picker-clear {
  background: #fff;
  color: #bcbdc0;
  cursor: pointer;
  line-height: 1;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .3s, color .3s
}

.auxo-picker-clear>* {
  vertical-align: top
}

.auxo-picker-clear:hover {
  color: #898b8f
}

.auxo-picker-separator {
  color: #bcbdc0;
  cursor: default;
  display: inline-block;
  font-size: 16px;
  height: 16px;
  position: relative;
  vertical-align: top;
  width: 1em
}

.auxo-picker-focused .auxo-picker-separator {
  color: #898b8f
}

.auxo-picker-disabled .auxo-picker-range-separator .auxo-picker-separator {
  cursor: not-allowed
}

.auxo-picker-range {
  display: inline-flex;
  position: relative
}

.auxo-picker-range .auxo-picker-clear {
  right: 11px
}

.auxo-picker-range:hover .auxo-picker-clear {
  opacity: 1
}

.auxo-picker-range .auxo-picker-active-bar {
  background: #1966ff;
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease-out
}

.auxo-picker-range.auxo-picker-focused .auxo-picker-active-bar {
  opacity: 1
}

.auxo-picker-range-separator {
  align-items: center;
  line-height: 1;
  padding: 0 8px
}

.auxo-picker-range.auxo-picker-small .auxo-picker-clear {
  right: 11px
}

.auxo-picker-range.auxo-picker-small .auxo-picker-active-bar {
  margin-left: 11px
}

.auxo-picker-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.auxo-picker-dropdown-hidden {
  display: none
}

.auxo-picker-dropdown-placement-bottomLeft .auxo-picker-range-arrow {
  display: block;
  top: 1.7px;
  transform: rotate(-135deg) translateY(1px)
}

.auxo-picker-dropdown-placement-topLeft .auxo-picker-range-arrow {
  bottom: 1.7px;
  display: block;
  transform: rotate(45deg)
}

.auxo-picker-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-picker-dropdown-placement-topLeft,
.auxo-picker-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-picker-dropdown-placement-topRight,
.auxo-picker-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-picker-dropdown-placement-topLeft,
.auxo-picker-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-picker-dropdown-placement-topRight {
  animation-name: antSlideDownIn
}

.auxo-picker-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-picker-dropdown-placement-bottomLeft,
.auxo-picker-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-picker-dropdown-placement-bottomRight,
.auxo-picker-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-picker-dropdown-placement-bottomLeft,
.auxo-picker-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn
}

.auxo-picker-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-picker-dropdown-placement-topLeft,
.auxo-picker-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-picker-dropdown-placement-topRight {
  animation-name: antSlideDownOut
}

.auxo-picker-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-picker-dropdown-placement-bottomLeft,
.auxo-picker-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-picker-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut
}

.auxo-picker-dropdown-range {
  padding: 4px 0
}

.auxo-picker-dropdown-range-hidden {
  display: none
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel {
  padding-top: 4px
}

.auxo-picker-ranges {
  line-height: 36px;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  padding: 4px 12px;
  text-align: left
}

.auxo-picker-ranges>li {
  display: inline-block
}

.auxo-picker-ranges .auxo-picker-preset>.auxo-tag-blue {
  background: #ebf3ff;
  border-color: #8cb8ff;
  color: #1966ff;
  cursor: pointer
}

.auxo-picker-ranges .auxo-picker-ok {
  float: right;
  margin-left: 8px
}

.auxo-picker-range-wrapper {
  display: flex
}

.auxo-picker-range-arrow {
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, .1);
  display: none;
  height: 6px;
  margin-left: 16.5px;
  position: absolute;
  transition: left .3s ease-out;
  width: 6px;
  z-index: 1
}

.auxo-picker-panel-container {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  overflow: hidden;
  transition: margin .3s;
  vertical-align: top
}

.auxo-picker-panel-container .auxo-picker-panels {
  direction: ltr;
  display: inline-flex;
  flex-wrap: nowrap
}

.auxo-picker-panel-container .auxo-picker-panel {
  background: transparent;
  border-radius: 0;
  border-width: 0 0 1px;
  vertical-align: top
}

.auxo-picker-panel-container .auxo-picker-panel .auxo-picker-content,
.auxo-picker-panel-container .auxo-picker-panel table {
  text-align: center
}

.auxo-picker-panel-container .auxo-picker-panel-focused {
  border-color: #eeeff0
}

.auxo-picker-panel {
  background: #fff;
  border: 1px solid #eeeff0;
  border-radius: 4px;
  display: inline-flex;
  flex-direction: column;
  outline: none;
  text-align: center
}

.auxo-picker-panel-focused {
  border-color: #1966ff
}

.auxo-picker-date-panel,
.auxo-picker-decade-panel,
.auxo-picker-month-panel,
.auxo-picker-quarter-panel,
.auxo-picker-time-panel,
.auxo-picker-week-panel,
.auxo-picker-year-panel {
  display: flex;
  flex-direction: column;
  width: 280px
}

.auxo-picker-header {
  border-bottom: 1px solid #eeeff0;
  color: #252931;
  display: flex;
  padding: 0 8px
}

.auxo-picker-header>* {
  flex: none
}

.auxo-picker-header button {
  background: transparent;
  border: 0;
  color: #bcbdc0;
  cursor: pointer;
  line-height: 42px;
  padding: 0;
  transition: color .3s
}

.auxo-picker-header>button {
  font-size: 14px;
  min-width: 1.6em
}

.auxo-picker-header>button:hover {
  color: #565960
}

.auxo-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 42px
}

.auxo-picker-header-view button {
  color: inherit;
  font-weight: inherit
}

.auxo-picker-header-view button:not(:first-child) {
  margin-left: 8px
}

.auxo-picker-header-view button:hover {
  color: #1966ff
}

.auxo-picker-next-icon,
.auxo-picker-prev-icon,
.auxo-picker-super-next-icon,
.auxo-picker-super-prev-icon {
  display: inline-block;
  height: 7px;
  position: relative;
  width: 7px
}

.auxo-picker-next-icon:before,
.auxo-picker-prev-icon:before,
.auxo-picker-super-next-icon:before,
.auxo-picker-super-prev-icon:before {
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  content: "";
  display: inline-block;
  height: 7px;
  left: 0;
  position: absolute;
  top: 0;
  width: 7px
}

.auxo-picker-super-next-icon:after,
.auxo-picker-super-prev-icon:after {
  border: 0 solid;
  border-width: 1.5px 0 0 1.5px;
  content: "";
  display: inline-block;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 4px;
  width: 7px
}

.auxo-picker-prev-icon,
.auxo-picker-super-prev-icon {
  transform: rotate(-45deg)
}

.auxo-picker-next-icon,
.auxo-picker-super-next-icon {
  transform: rotate(135deg)
}

.auxo-picker-content {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%
}

.auxo-picker-content td,
.auxo-picker-content th {
  font-weight: 400;
  min-width: 24px;
  position: relative
}

.auxo-picker-content th {
  color: #565960;
  height: 30px;
  line-height: 30px
}

.auxo-picker-cell {
  color: #bcbdc0;
  cursor: pointer;
  padding: 3px 0
}

.auxo-picker-cell-in-view {
  color: #565960
}

.auxo-picker-cell:before {
  content: "";
  height: 24px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  z-index: 1
}

.auxo-picker-cell:hover:not(.auxo-picker-cell-in-view) .auxo-picker-cell-inner,
.auxo-picker-cell:hover:not(.auxo-picker-cell-selected):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):not(.auxo-picker-cell-range-hover-start):not(.auxo-picker-cell-range-hover-end) .auxo-picker-cell-inner {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-cell-in-view.auxo-picker-cell-today .auxo-picker-cell-inner:before {
  border: 1px solid #1966ff;
  border-radius: 4px;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.auxo-picker-cell-in-view.auxo-picker-cell-in-range {
  position: relative
}

.auxo-picker-cell-in-view.auxo-picker-cell-in-range:before {
  background: #ebf3ff
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-end .auxo-picker-cell-inner,
.auxo-picker-cell-in-view.auxo-picker-cell-range-start .auxo-picker-cell-inner,
.auxo-picker-cell-in-view.auxo-picker-cell-selected .auxo-picker-cell-inner {
  background: #1966ff;
  color: #fff
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-end:not(.auxo-picker-cell-range-end-single):before,
.auxo-picker-cell-in-view.auxo-picker-cell-range-start:not(.auxo-picker-cell-range-start-single):before {
  background: #ebf3ff
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-start:before {
  left: 50%
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-end:before {
  right: 50%
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end.auxo-picker-cell-range-end-single:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end.auxo-picker-cell-range-start.auxo-picker-cell-range-end.auxo-picker-cell-range-start-near-hover:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:not(.auxo-picker-cell-in-range):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start.auxo-picker-cell-range-start-single:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start.auxo-picker-cell-range-start.auxo-picker-cell-range-end.auxo-picker-cell-range-end-near-hover:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:not(.auxo-picker-cell-in-range):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:not(.auxo-picker-cell-in-range):after {
  border-bottom: 1px dashed #7faaff;
  border-top: 1px dashed #7faaff;
  content: "";
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  z-index: 0
}

.auxo-picker-cell-range-hover-end:after,
.auxo-picker-cell-range-hover-start:after,
.auxo-picker-cell-range-hover:after {
  left: 2px
}

.auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover:before,
.auxo-picker-cell-in-view.auxo-picker-cell-range-end.auxo-picker-cell-range-hover:before,
.auxo-picker-cell-in-view.auxo-picker-cell-range-end:not(.auxo-picker-cell-range-end-single).auxo-picker-cell-range-hover-end:before,
.auxo-picker-cell-in-view.auxo-picker-cell-range-start.auxo-picker-cell-range-hover:before,
.auxo-picker-cell-in-view.auxo-picker-cell-range-start:not(.auxo-picker-cell-range-start-single).auxo-picker-cell-range-hover-start:before,
.auxo-picker-panel>:not(.auxo-picker-date-panel) .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-end:before,
.auxo-picker-panel>:not(.auxo-picker-date-panel) .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-start:before {
  background: #ebf3ff
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-start:not(.auxo-picker-cell-range-start-single):not(.auxo-picker-cell-range-end) .auxo-picker-cell-inner {
  border-radius: 4px 0 0 4px
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-end:not(.auxo-picker-cell-range-end-single):not(.auxo-picker-cell-range-start) .auxo-picker-cell-inner {
  border-radius: 0 4px 4px 0
}

.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-end .auxo-picker-cell-inner:after,
.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-start .auxo-picker-cell-inner:after {
  background: #ebf3ff;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  transition: all .3s;
  z-index: -1
}

.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-start .auxo-picker-cell-inner:after {
  left: 0;
  right: -6px
}

.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-end .auxo-picker-cell-inner:after {
  left: -6px;
  right: 0
}

.auxo-picker-cell-range-hover.auxo-picker-cell-range-start:after {
  right: 50%
}

.auxo-picker-cell-range-hover.auxo-picker-cell-range-end:after {
  left: 50%
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-edge-start:not(.auxo-picker-cell-range-hover-edge-start-near-range):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:after,
.auxo-picker-cell-in-view.auxo-picker-cell-start.auxo-picker-cell-range-hover-edge-start.auxo-picker-cell-range-hover-edge-start-near-range:after,
tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:first-child:after,
tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:first-child:after {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  left: 6px
}

.auxo-picker-cell-in-view.auxo-picker-cell-end.auxo-picker-cell-range-hover-edge-end.auxo-picker-cell-range-hover-edge-end-near-range:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-edge-end:not(.auxo-picker-cell-range-hover-edge-end-near-range):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:after,
tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:last-child:after,
tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:last-child:after {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  right: 6px
}

.auxo-picker-cell-disabled {
  color: #bcbdc0;
  pointer-events: none
}

.auxo-picker-cell-disabled .auxo-picker-cell-inner {
  background: transparent
}

.auxo-picker-cell-disabled:before {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-cell-disabled.auxo-picker-cell-today .auxo-picker-cell-inner:before {
  border-color: #bcbdc0
}

.auxo-picker-decade-panel .auxo-picker-content,
.auxo-picker-month-panel .auxo-picker-content,
.auxo-picker-quarter-panel .auxo-picker-content,
.auxo-picker-year-panel .auxo-picker-content {
  height: 224px
}

.auxo-picker-decade-panel .auxo-picker-cell-inner,
.auxo-picker-month-panel .auxo-picker-cell-inner,
.auxo-picker-quarter-panel .auxo-picker-cell-inner,
.auxo-picker-year-panel .auxo-picker-cell-inner {
  padding: 0 8px
}

.auxo-picker-quarter-panel .auxo-picker-content {
  height: 56px
}

.auxo-picker-footer {
  border-bottom: 1px solid transparent;
  line-height: 40px;
  min-width: 100%;
  text-align: center;
  width: -webkit-min-content;
  width: min-content
}

.auxo-picker-panel .auxo-picker-footer {
  border-top: 1px solid #eeeff0
}

.auxo-picker-footer-extra {
  line-height: 40px;
  padding: 0 12px;
  text-align: left
}

.auxo-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #eeeff0
}

.auxo-picker-now {
  text-align: left
}

.auxo-picker-today-btn {
  color: #1966ff
}

.auxo-picker-today-btn:hover {
  color: #4784ff
}

.auxo-picker-today-btn:active {
  color: #1556d9
}

.auxo-picker-today-btn.auxo-picker-today-btn-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-picker-decade-panel .auxo-picker-cell-inner {
  padding: 0 4px
}

.auxo-picker-decade-panel .auxo-picker-cell:before {
  display: none
}

.auxo-picker-month-panel .auxo-picker-body,
.auxo-picker-quarter-panel .auxo-picker-body,
.auxo-picker-year-panel .auxo-picker-body {
  padding: 0 8px
}

.auxo-picker-month-panel .auxo-picker-cell-inner,
.auxo-picker-quarter-panel .auxo-picker-cell-inner,
.auxo-picker-year-panel .auxo-picker-cell-inner {
  width: 60px
}

.auxo-picker-month-panel .auxo-picker-cell-range-hover-start:after,
.auxo-picker-quarter-panel .auxo-picker-cell-range-hover-start:after,
.auxo-picker-year-panel .auxo-picker-cell-range-hover-start:after {
  border-left: 1px dashed #7faaff;
  border-radius: 4px 0 0 4px;
  left: 14px
}

.auxo-picker-month-panel .auxo-picker-cell-range-hover-end:after,
.auxo-picker-panel-rtl .auxo-picker-month-panel .auxo-picker-cell-range-hover-start:after,
.auxo-picker-panel-rtl .auxo-picker-quarter-panel .auxo-picker-cell-range-hover-start:after,
.auxo-picker-panel-rtl .auxo-picker-year-panel .auxo-picker-cell-range-hover-start:after,
.auxo-picker-quarter-panel .auxo-picker-cell-range-hover-end:after,
.auxo-picker-year-panel .auxo-picker-cell-range-hover-end:after {
  border-radius: 0 4px 4px 0;
  border-right: 1px dashed #7faaff;
  right: 14px
}

.auxo-picker-panel-rtl .auxo-picker-month-panel .auxo-picker-cell-range-hover-end:after,
.auxo-picker-panel-rtl .auxo-picker-quarter-panel .auxo-picker-cell-range-hover-end:after,
.auxo-picker-panel-rtl .auxo-picker-year-panel .auxo-picker-cell-range-hover-end:after {
  border-left: 1px dashed #7faaff;
  border-radius: 4px 0 0 4px;
  left: 14px
}

.auxo-picker-week-panel .auxo-picker-body {
  padding: 8px 12px
}

.auxo-picker-week-panel .auxo-picker-cell .auxo-picker-cell-inner,
.auxo-picker-week-panel .auxo-picker-cell-selected .auxo-picker-cell-inner,
.auxo-picker-week-panel .auxo-picker-cell:hover .auxo-picker-cell-inner {
  background: transparent !important
}

.auxo-picker-week-panel-row td {
  transition: background .3s
}

.auxo-picker-week-panel-row:hover td {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-week-panel-row-selected td,
.auxo-picker-week-panel-row-selected:hover td {
  background: #1966ff
}

.auxo-picker-week-panel-row-selected td.auxo-picker-cell-week,
.auxo-picker-week-panel-row-selected:hover td.auxo-picker-cell-week {
  color: hsla(0, 0%, 100%, .5)
}

.auxo-picker-week-panel-row-selected td.auxo-picker-cell-today .auxo-picker-cell-inner:before,
.auxo-picker-week-panel-row-selected:hover td.auxo-picker-cell-today .auxo-picker-cell-inner:before {
  border-color: #fff
}

.auxo-picker-week-panel-row-selected td .auxo-picker-cell-inner,
.auxo-picker-week-panel-row-selected:hover td .auxo-picker-cell-inner {
  color: #fff
}

.auxo-picker-date-panel .auxo-picker-body {
  padding: 8px 12px
}

.auxo-picker-date-panel .auxo-picker-content {
  width: 252px
}

.auxo-picker-date-panel .auxo-picker-content th {
  width: 36px
}

.auxo-picker-datetime-panel {
  display: flex
}

.auxo-picker-datetime-panel .auxo-picker-time-panel {
  border-left: 1px solid #eeeff0
}

.auxo-picker-datetime-panel .auxo-picker-date-panel,
.auxo-picker-datetime-panel .auxo-picker-time-panel {
  transition: opacity .3s
}

.auxo-picker-datetime-panel-active .auxo-picker-date-panel,
.auxo-picker-datetime-panel-active .auxo-picker-time-panel {
  opacity: .3
}

.auxo-picker-datetime-panel-active .auxo-picker-date-panel-active,
.auxo-picker-datetime-panel-active .auxo-picker-time-panel-active {
  opacity: 1
}

.auxo-picker-time-panel {
  min-width: auto;
  width: auto
}

.auxo-picker-time-panel .auxo-picker-content {
  display: flex;
  flex: auto;
  height: 224px
}

.auxo-picker-time-panel-column {
  flex: 1 0 auto;
  list-style: none;
  margin: 0;
  overflow-y: hidden;
  padding: 0;
  text-align: left;
  transition: background .3s;
  width: 80px
}

.auxo-picker-time-panel-column:after {
  content: "";
  display: block;
  height: 192px
}

.auxo-picker-datetime-panel .auxo-picker-time-panel-column:after {
  height: 194px
}

.auxo-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #eeeff0
}

.auxo-picker-time-panel-column-active {
  background: rgba(0, 0, 0, .2)
}

.auxo-picker-time-panel-column:hover {
  overflow-y: auto
}

.auxo-picker-time-panel-column>li {
  margin: 0;
  padding: 0
}

.auxo-picker-time-panel-column>li.auxo-picker-time-panel-cell .auxo-picker-time-panel-cell-inner {
  border-radius: 0;
  color: #565960;
  cursor: pointer;
  display: block;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 26px;
  transition: background .3s;
  width: 100%
}

.auxo-picker-time-panel-column>li.auxo-picker-time-panel-cell .auxo-picker-time-panel-cell-inner:hover {
  background: #f0f6ff
}

.auxo-picker-time-panel-column>li.auxo-picker-time-panel-cell-selected .auxo-picker-time-panel-cell-inner {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-time-panel-column>li.auxo-picker-time-panel-cell-disabled .auxo-picker-time-panel-cell-inner {
  background: transparent;
  color: #bcbdc0;
  cursor: not-allowed
}

:root .auxo-picker-range-wrapper .auxo-picker-month-panel .auxo-picker-cell,
:root .auxo-picker-range-wrapper .auxo-picker-year-panel .auxo-picker-cell,
_:-ms-fullscreen .auxo-picker-range-wrapper .auxo-picker-month-panel .auxo-picker-cell,
_:-ms-fullscreen .auxo-picker-range-wrapper .auxo-picker-year-panel .auxo-picker-cell {
  padding: 21px 0
}

.auxo-picker-rtl {
  direction: rtl
}

.auxo-picker-rtl .auxo-picker-suffix {
  margin-left: 0;
  margin-right: 4px
}

.auxo-picker-rtl .auxo-picker-clear {
  left: 0;
  right: auto
}

.auxo-picker-rtl .auxo-picker-separator {
  transform: rotate(180deg)
}

.auxo-picker-panel-rtl .auxo-picker-header-view button:not(:first-child) {
  margin-left: 0;
  margin-right: 8px
}

.auxo-picker-rtl.auxo-picker-range .auxo-picker-clear {
  left: 11px;
  right: auto
}

.auxo-picker-rtl.auxo-picker-range .auxo-picker-active-bar {
  margin-left: 0;
  margin-right: 11px
}

.auxo-picker-rtl.auxo-picker-range.auxo-picker-small .auxo-picker-active-bar {
  margin-right: 11px
}

.auxo-picker-dropdown-rtl .auxo-picker-ranges {
  text-align: right
}

.auxo-picker-dropdown-rtl .auxo-picker-ranges .auxo-picker-ok {
  float: left;
  margin-left: 0;
  margin-right: 8px
}

.auxo-picker-panel-rtl {
  direction: rtl
}

.auxo-picker-panel-rtl .auxo-picker-prev-icon,
.auxo-picker-panel-rtl .auxo-picker-super-prev-icon {
  transform: rotate(135deg)
}

.auxo-picker-panel-rtl .auxo-picker-next-icon,
.auxo-picker-panel-rtl .auxo-picker-super-next-icon {
  transform: rotate(-45deg)
}

.auxo-picker-cell .auxo-picker-cell-inner {
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  min-width: 24px;
  position: relative;
  transition: background .3s, border .3s;
  z-index: 2
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-start:before {
  left: 0;
  right: 50%
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-end:before {
  left: 50%;
  right: 0
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-start.auxo-picker-cell-range-end:before {
  left: 50%;
  right: 50%
}

.auxo-picker-panel-rtl .auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-start .auxo-picker-cell-inner:after {
  left: -6px;
  right: 0
}

.auxo-picker-panel-rtl .auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-in-range.auxo-picker-cell-range-hover-end .auxo-picker-cell-inner:after {
  left: 0;
  right: -6px
}

.auxo-picker-panel-rtl .auxo-picker-cell-range-hover.auxo-picker-cell-range-start:after {
  left: 50%;
  right: 0
}

.auxo-picker-panel-rtl .auxo-picker-cell-range-hover.auxo-picker-cell-range-end:after {
  left: 0;
  right: 50%
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-start:not(.auxo-picker-cell-range-start-single):not(.auxo-picker-cell-range-end) .auxo-picker-cell-inner {
  border-radius: 0 4px 4px 0
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-end:not(.auxo-picker-cell-range-end-single):not(.auxo-picker-cell-range-start) .auxo-picker-cell-inner {
  border-radius: 4px 0 0 4px
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-hover-edge-start:not(.auxo-picker-cell-range-hover-edge-start-near-range):after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-start.auxo-picker-cell-range-hover-edge-start.auxo-picker-cell-range-hover-edge-start-near-range:after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:not(.auxo-picker-cell-selected):first-child:after {
  border-left: none;
  border-radius: 0 4px 4px 0;
  border-right: 1px dashed #7faaff;
  left: 0;
  right: 6px
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-end.auxo-picker-cell-range-hover-edge-end.auxo-picker-cell-range-hover-edge-end-near-range:after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-hover-edge-end:not(.auxo-picker-cell-range-hover-edge-end-near-range):after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:not(.auxo-picker-cell-selected):last-child:after {
  border-left: 1px dashed #7faaff;
  border-radius: 4px 0 0 4px;
  border-right: none;
  left: 6px;
  right: 0
}

.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-end.auxo-picker-cell-range-hover-start.auxo-picker-cell-range-hover-edge-end:not(.auxo-picker-cell-range-hover):after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-start.auxo-picker-cell-range-hover-edge-start:not(.auxo-picker-cell-range-hover):after,
.auxo-picker-panel-rtl .auxo-picker-cell-in-view.auxo-picker-cell-start.auxo-picker-cell-range-hover-end.auxo-picker-cell-range-hover-edge-start:not(.auxo-picker-cell-range-hover):after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-end.auxo-picker-cell-range-hover.auxo-picker-cell-range-hover-edge-end:first-child:after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:first-child:after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:last-child:after,
.auxo-picker-panel-rtl tr>.auxo-picker-cell-in-view.auxo-picker-cell-start.auxo-picker-cell-range-hover.auxo-picker-cell-range-hover-edge-start:last-child:after {
  border-left: 1px dashed #7faaff;
  border-radius: 4px;
  border-right: 1px dashed #7faaff;
  left: 6px;
  right: 6px
}

.auxo-picker-dropdown-rtl .auxo-picker-footer-extra {
  direction: rtl;
  text-align: right
}

.auxo-picker-panel-rtl .auxo-picker-time-panel {
  direction: ltr
}

.auxo-picker {
  line-height: 20px;
  padding: 5px 10px 5px 12px;
  transition: all .3s
}

.auxo-picker-range .auxo-picker-clear {
  right: 10px
}

.auxo-picker-range.twoLine {
  flex-direction: column;
  position: relative
}

.auxo-picker-range.twoLine .auxo-picker-range-separator {
  position: absolute;
  right: 3px;
  top: 7px
}

.auxo-picker-range.twoLine .auxo-picker-suffix {
  bottom: 8px;
  position: absolute;
  right: 8px
}

.auxo-picker-range.twoLine .auxo-picker-clear {
  bottom: 2px;
  position: absolute;
  right: 8px;
  top: auto
}

.auxo-picker-range.twoLine .auxo-picker-input:first-child {
  margin-bottom: 10px
}

.auxo-picker .auxo-range-picker-separator {
  background: #bcbdc0;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 8px
}

.auxo-picker-range-separator {
  color: #bcbdc0
}

.auxo-picker-suffix {
  color: #898b8f
}

.auxo-picker-panel-container {
  border: 1px solid #eeeff0
}

.auxo-picker-panel-container .auxo-picker-panel {
  border-width: 0
}

.auxo-picker-panel-container .auxo-picker-panel .auxo-picker-week-panel:not(.sp-null) .auxo-picker-cell-week:after {
  content: ""
}

.auxo-picker-panel-container .auxo-picker-footer {
  border-top: 1px solid #eeeff0
}

.auxo-picker-header button {
  color: #898b8f
}

.auxo-picker-header-view button {
  color: #252931
}

.auxo-picker-content th {
  color: #898b8f;
  height: 32px
}

.auxo-picker-date-panel .auxo-picker-body {
  padding: 12px 18px
}

.auxo-picker-date-panel,
.auxo-picker-decade-panel,
.auxo-picker-month-panel,
.auxo-picker-quarter-panel,
.auxo-picker-week-panel,
.auxo-picker-year-panel {
  width: 288px
}

.auxo-picker-month-panel .auxo-picker-body,
.auxo-picker-quarter-panel .auxo-picker-body,
.auxo-picker-year-panel .auxo-picker-body {
  padding: 12px 18px
}

.auxo-picker-month-panel .auxo-picker-cell-disabled .auxo-picker-cell-inner,
.auxo-picker-quarter-panel .auxo-picker-cell-disabled .auxo-picker-cell-inner,
.auxo-picker-year-panel .auxo-picker-cell-disabled .auxo-picker-cell-inner {
  background: transparent
}

.auxo-picker-year-panel .auxo-picker-cell-inner {
  width: 72px
}

.auxo-picker-month-panel .auxo-picker-cell-inner {
  width: 60px
}

.auxo-picker-cell {
  padding: 4px 0
}

.auxo-picker-cell-in-view {
  color: #252931
}

.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-today .auxo-picker-cell-inner:before {
  border: 0
}

.auxo-picker-date-panel .auxo-picker-cell-in-view.auxo-picker-cell-today:not(.auxo-picker-cell-selected):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):not(.auxo-picker-cell-range-hover-start):not(.auxo-picker-cell-range-hover-end):not(.auxo-picker-cell-disabled) .auxo-picker-cell-inner {
  color: #1966ff
}

.auxo-picker-cell.auxo-picker-cell-disabled {
  color: #bcbdc0;
  cursor: not-allowed;
  pointer-events: auto
}

.auxo-picker-cell.auxo-picker-cell-disabled:before {
  min-width: 24px
}

.auxo-picker-cell.auxo-picker-cell-disabled:hover:not(.auxo-picker-cell-selected):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):not(.auxo-picker-cell-range-hover-start):not(.auxo-picker-cell-range-hover-end) .auxo-picker-cell-inner {
  background: transparent
}

.auxo-picker-cell.auxo-picker-cell-disabled.auxo-picker-cell-today .auxo-picker-cell-inner {
  color: #bcbdc0
}

.auxo-picker-cell.auxo-picker-cell-disabled.auxo-picker-cell-today .auxo-picker-cell-inner:before {
  border: 1px solid #dcdee1
}

.auxo-picker-footer {
  line-height: 48px;
  text-align: left
}

.auxo-picker-footer .auxo-picker-ok .auxo-btn {
  min-width: 42px;
  padding: 4px 9px
}

.auxo-picker-footer .auxo-picker-ranges {
  padding: 6px 12px
}

.auxo-picker-footer .auxo-picker-ranges .auxo-picker-preset .auxo-sp-tag,
.auxo-picker-footer .auxo-picker-ranges .auxo-picker-preset .auxo-tag {
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
  padding: 3px 8px
}

.auxo-picker-footer .auxo-picker-ranges .auxo-picker-preset .auxo-sp-tag .sp-tag-content,
.auxo-picker-footer .auxo-picker-ranges .auxo-picker-preset .auxo-tag .sp-tag-content {
  color: #252931
}

.auxo-picker-cell-range-hover-end:after,
.auxo-picker-cell-range-hover-start:after,
.auxo-picker-cell-range-hover:after {
  left: 0;
  right: 0
}

.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end.auxo-picker-cell-range-end-single:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-end:not(.auxo-picker-cell-in-range):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start.auxo-picker-cell-range-start-single:after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover-start:not(.auxo-picker-cell-in-range):not(.auxo-picker-cell-range-start):not(.auxo-picker-cell-range-end):after,
.auxo-picker-cell-in-view.auxo-picker-cell-range-hover:not(.auxo-picker-cell-in-range):after {
  background: #ebf3ff;
  border: 0
}

.auxo-picker:not(.sp-null).sp-range-picker-open>.auxo-picker-input>input,
.auxo-picker:not(.sp-null).sp-range-picker-open>.auxo-picker-input>input::-webkit-input-placeholder {
  color: #bcbdc0;
  opacity: 1
}

.auxo-picker:not(.sp-null).sp-range-picker-open {
  border-color: #1966ff
}

.auxo-picker:not(.sp-null).sp-range-picker-open>.auxo-picker-input-active>input {
  color: #1966ff;
  opacity: .9
}

.auxo-picker:not(.sp-null):not(.sp-range-picker-open) {
  border-color: #dcdee1
}

.auxo-picker:not(.sp-null):not(.sp-range-picker-open)>.auxo-picker-input-active>input {
  color: #252931;
  opacity: 1
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header {
  border-bottom: 1px solid #eeeff0;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  width: 578px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-date {
  display: inline-block;
  margin-right: 8px;
  min-width: 110px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-date .sp-picker-range-date-text {
  color: #252931;
  display: inline-block;
  margin-right: 6px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-date .sp-picker-range-date-placeholder {
  color: #898b8f
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-date .sp-picker-range-date-icon {
  color: #898b8f;
  float: right
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-time {
  border: 0;
  box-shadow: none;
  height: 32px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-time.auxo-picker-focused {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-time .auxo-picker-input>input {
  background-color: transparent !important
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-header .sp-picker-range-time-popup {
  z-index: 1051
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body {
  height: 300px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker {
  border: none !important;
  display: block !important;
  height: 0 !important;
  padding: 0 !important;
  width: 0 !important
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker .auxo-picker-input {
  border-radius: 4px;
  height: 32px;
  padding-left: 10px;
  position: absolute;
  top: -45px;
  width: 120px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker .auxo-picker-input>input {
  background-color: transparent !important
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker .auxo-picker-input-active {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker :first-child.auxo-picker-input {
  left: 14px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker :nth-child(3).auxo-picker-input {
  left: 307px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker.auxo-picker-focused:not(.sp-null)>.auxo-picker-input>input {
  color: #252931;
  opacity: 1
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker.auxo-picker-focused:not(.sp-null)>.auxo-picker-input>input::-webkit-input-placeholder {
  color: #bcbdc0;
  opacity: 1
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker .auxo-picker-range-separator,
.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker .auxo-picker-suffix {
  display: none
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-body .auxo-picker-panel-container {
  border: none !important;
  box-shadow: none !important
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-footer {
  border-top: 1px solid #eeeff0;
  height: 48px;
  position: relative
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-footer .sp-picker-range-btn-box {
  bottom: 11px;
  position: absolute;
  right: 12px;
  z-index: 1051
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-footer .sp-picker-range-cancel-btn {
  margin-right: 8px;
  min-width: 42px;
  padding: 4px 9px
}

.auxo-picker-range-wrapper .sp-picker-range .sp-picker-range-footer .sp-picker-range-ok-btn {
  min-width: 42px;
  padding: 4px 9px
}

.sp-picker-range-time-popup .auxo-picker-footer {
  display: none !important
}

.auxo-picker.auxo-picker-large {
  padding: 7px 12px
}

.auxo-picker.auxo-picker-small {
  padding: 5px 10px 5px 12px
}

.auxo-picker.auxo-picker-small .auxo-picker-input>input {
  font-size: 12px;
  line-height: 16px
}

.auxo-picker-time-panel-column:not(.sp-null)>li.auxo-picker-time-panel-cell .auxo-picker-time-panel-cell-inner {
  padding: 0;
  text-align: center
}

.auxo-picker-dropdown-placement-bottomLeft:not(.sp-null) .auxo-picker-range-arrow {
  display: none
}

.auxo-picker-dropdown-range:not(.sp-null) {
  padding: 0
}

.auxo-picker-active-bar {
  display: none
}

.auxo-picker-range.auxo-picker-focused>.auxo-picker-input-active>input,
.auxo-picker-range.auxo-picker-focused>.auxo-picker-input-active>input::-webkit-input-placeholder {
  color: #1966ff;
  opacity: .9
}

.auxo-picker-input:not(.sp-null) .auxo-picker-clear {
  background-color: #fff
}

.auxo-picker-input:not(.sp-null):hover .auxo-picker-suffix:not(:last-child) {
  opacity: 0
}

.auxo-picker-input:not(.sp-null)>input {
  border-radius: 0
}

.auxo-picker-input:not(.sp-null)>input:focus,
.auxo-picker-input:not(.sp-null)>input:hover {
  background: none
}

.auxo-picker-today-btn {
  margin-left: 8px
}

.auxo-picker-now-btn,
.auxo-picker-today-btn {
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  margin-right: 4px;
  padding: 3px 8px
}

.auxo-picker-now-btn:hover,
.auxo-picker-today-btn:hover {
  background: #fff;
  border: 1px solid #4784ff;
  color: #4784ff
}

.auxo-picker-now-btn:active,
.auxo-picker-today-btn:active {
  background: #fff;
  border: 1px solid #1556d9;
  color: #1556d9
}

.sp-range-picker-join-dropdown .auxo-picker-panel-container {
  margin-left: 0 !important
}

.auxo-picker-group-wrap {
  align-items: center;
  display: flex
}

.auxo-picker-group-wrap .auxo-picker {
  font-size: 16px
}

.auxo-picker-group-datepicker-start {
  margin-right: 8px;
  width: 126px
}

.auxo-picker-group-piece-start {
  margin-right: 8px;
  width: 82px
}

.auxo-picker-group-separator {
  background-color: #252931;
  height: 1px;
  margin-right: 8px;
  width: 8px
}

.auxo-picker-group-piece-end {
  margin-right: 8px;
  width: 82px
}

.auxo-picker-group-datepicker-end {
  width: 126px
}

.auxo-picker-group-datepicker-end-error:not(.sp-null):not(.sp-null-1),
.auxo-picker-group-datepicker-end-error:not(.sp-null):not(.sp-null-1):hover,
.auxo-picker-group-piece-end-error:not(.sp-null):not(.sp-null-1),
.auxo-picker-group-piece-end-error:not(.sp-null):not(.sp-null-1):hover {
  border-color: #ff4050
}

.auxo-picker-multiple {
  height: 32px;
  padding: 4px;
  width: 100%
}

.auxo-picker-multiple .auxo-picker-multiple-tag-wrapper {
  width: 100%
}

.auxo-picker-multiple .auxo-picker-multiple-tag {
  background: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #252931;
  font-size: 12px;
  height: 24px;
  line-height: 16px;
  margin-right: 4px;
  padding: 3px;
  vertical-align: middle
}

.auxo-picker-multiple .auxo-picker-multiple-tag-content {
  display: inline-block;
  max-width: calc(100% - 19px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-picker-multiple .auxo-picker-multiple-tag-content-disabled {
  cursor: not-allowed;
  max-width: 100%
}

.auxo-picker-multiple .auxo-picker-multiple-tag-close {
  color: #c4c4c4;
  cursor: pointer;
  font-size: 15px;
  margin-left: 4px;
  vertical-align: top
}

.auxo-picker-multiple .auxo-picker-multiple-tag-close .anticon {
  height: 15px;
  width: 15px
}

.auxo-picker-multiple .auxo-picker-multiple-tag-close .anticon>svg {
  height: 15px
}

.auxo-picker-multiple .auxo-picker-multiple-tag-error {
  background-color: #fff5f5;
  border: 1px solid #ff3b52;
  color: #ff3b52
}

.auxo-picker-multiple .auxo-picker-multiple-tag-error .auxo-picker-multiple-tag-close svg {
  color: #ff4050
}

.auxo-picker-multiple .auxo-picker-multiple-mirror {
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 999
}

.auxo-picker-multiple .auxo-picker-multiple-item {
  height: 24px;
  margin-bottom: 4px;
  max-width: 100%
}

.auxo-picker-multiple .auxo-picker-multiple-item-single {
  margin-bottom: 0
}

.auxo-picker-multiple .auxo-picker-multiple-placeholder {
  color: #bcbdc0;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-left: 8px;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 95%;
  z-index: 1
}

.auxo-picker-multiple .rc-overflow {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative
}

.auxo-picker-multiple .rc-overflow-item {
  flex: none;
  max-width: 100%
}

.auxo-picker-multiple .auxo-picker-multiple-overflow-rest {
  background: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #252931;
  font-size: 12px;
  height: 24px;
  line-height: 16px;
  padding: 3px 8px 3px 6px;
  vertical-align: middle
}

.auxo-picker-multiple-panel .auxo-picker-cell-inner-select {
  background-color: #1966ff !important;
  color: #fff !important
}

.auxo-picker-multiple-panel .auxo-picker-cell-inner-unselect {
  background-color: inherit !important;
  color: inherit !important
}

.auxo-drawer {
  height: 100%;
  position: fixed;
  transition: transform .3s cubic-bezier(.7, .3, .1, 1), height 0s ease .3s, width 0s ease .3s;
  width: 0;
  z-index: 1000
}

.auxo-drawer>* {
  transition: transform .3s cubic-bezier(.7, .3, .1, 1), box-shadow .3s cubic-bezier(.7, .3, .1, 1)
}

.auxo-drawer-content-wrapper {
  height: 100%;
  position: absolute;
  width: 100%
}

.auxo-drawer .auxo-drawer-content {
  height: 100%;
  width: 100%
}

.auxo-drawer-left,
.auxo-drawer-right {
  height: 100%;
  top: 0;
  width: 0
}

.auxo-drawer-left .auxo-drawer-content-wrapper,
.auxo-drawer-right .auxo-drawer-content-wrapper {
  height: 100%
}

.auxo-drawer-left.auxo-drawer-open,
.auxo-drawer-right.auxo-drawer-open {
  transition: transform .3s cubic-bezier(.7, .3, .1, 1);
  width: 100%
}

.auxo-drawer-left,
.auxo-drawer-left .auxo-drawer-content-wrapper {
  left: 0
}

.auxo-drawer-left.auxo-drawer-open .auxo-drawer-content-wrapper {
  box-shadow: 2px 0 8px 0 rgba(37, 41, 49, .1)
}

.auxo-drawer-right,
.auxo-drawer-right .auxo-drawer-content-wrapper {
  right: 0
}

.auxo-drawer-right.auxo-drawer-open .auxo-drawer-content-wrapper {
  box-shadow: -2px 0 8px 0 rgba(37, 41, 49, .1)
}

.auxo-drawer-right.auxo-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px)
}

.auxo-drawer-bottom,
.auxo-drawer-top {
  height: 0;
  left: 0;
  width: 100%
}

.auxo-drawer-bottom .auxo-drawer-content-wrapper,
.auxo-drawer-top .auxo-drawer-content-wrapper {
  width: 100%
}

.auxo-drawer-bottom.auxo-drawer-open,
.auxo-drawer-top.auxo-drawer-open {
  height: 100%;
  transition: transform .3s cubic-bezier(.7, .3, .1, 1)
}

.auxo-drawer-top {
  top: 0
}

.auxo-drawer-top.auxo-drawer-open .auxo-drawer-content-wrapper {
  box-shadow: 0 2px 8px 0 rgba(37, 41, 49, .1)
}

.auxo-drawer-bottom,
.auxo-drawer-bottom .auxo-drawer-content-wrapper {
  bottom: 0
}

.auxo-drawer-bottom.auxo-drawer-open .auxo-drawer-content-wrapper {
  box-shadow: 0 -2px 8px 0 rgba(37, 41, 49, .1)
}

.auxo-drawer-bottom.auxo-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px)
}

.auxo-drawer.auxo-drawer-open .auxo-drawer-mask {
  animation: antdDrawerFadeIn .3s cubic-bezier(.7, .3, .1, 1);
  height: 100%;
  opacity: 1;
  pointer-events: auto;
  transition: none
}

.auxo-drawer-title {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0
}

.auxo-drawer-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  overflow: auto;
  position: relative;
  z-index: 1
}

.auxo-drawer-close {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 20px;
  position: absolute;
  right: 0;
  text-align: center;
  text-rendering: auto;
  text-transform: none;
  top: 0;
  transition: color .3s;
  z-index: 10
}

.auxo-drawer-close,
.auxo-drawer-close:focus,
.auxo-drawer-close:hover {
  color: #898b8f;
  text-decoration: none
}

.auxo-drawer-header-no-title .auxo-drawer-close {
  margin-right: var(--scroll-bar);
  padding-right: calc(20px - var(--scroll-bar))
}

.auxo-drawer-header {
  border-bottom: 1px solid #eeeff0;
  border-radius: 4px 4px 0 0;
  padding: 16px 24px;
  position: relative
}

.auxo-drawer-header,
.auxo-drawer-header-no-title {
  background: #fff;
  color: #565960
}

.auxo-drawer-wrapper-body {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  height: 100%;
  width: 100%
}

.auxo-drawer-body {
  word-wrap: break-word;
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5715;
  overflow: auto;
  padding: 24px
}

.auxo-drawer-footer {
  border-top: 1px solid #eeeff0;
  flex-shrink: 0;
  padding: 24px 16px
}

.auxo-drawer-mask {
  background-color: rgba(0, 0, 0, .45);
  filter: alpha(opacity=45);
  height: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity .3s linear, height 0s ease .3s;
  width: 100%
}

.auxo-drawer-open-content {
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12)
}

.auxo-drawer .auxo-picker-clear {
  background: #fff
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.auxo-drawer-rtl {
  direction: rtl
}

.auxo-drawer-rtl .auxo-drawer-close {
  left: 0;
  right: auto
}

.auxo-drawer-footer:not(.sp-null) {
  padding: 16px 24px
}

.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default button+button {
  margin-left: 8px
}

.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default .auxo-drawer-footer-help {
  color: #565960;
  margin-right: 24px;
  overflow: hidden;
  white-space: nowrap
}

.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default .auxo-drawer-footer-buttons {
  flex: none
}

.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default .auxo-drawer-footer-buttons .auxo-tooltip-disabled-compatible-wrapper+.auxo-tooltip-disabled-compatible-wrapper,
.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default .auxo-drawer-footer-buttons .auxo-tooltip-disabled-compatible-wrapper+button,
.auxo-drawer-footer:not(.sp-null) .auxo-drawer-footer-default .auxo-drawer-footer-buttons button+.auxo-tooltip-disabled-compatible-wrapper {
  margin-left: 8px
}

.auxo-drawer.auxo-drawer-no-body-spacing .auxo-drawer-body {
  padding: 0
}

.auxo-drawer-header-no-title {
  border-bottom: 1px solid #eeeff0;
  height: 54px
}

.auxo-drawer-close {
  align-items: center;
  display: flex;
  font-size: 20px;
  height: 54px;
  justify-content: center;
  padding: 0 24px 0 0;
  width: 54px
}

.auxo-drawer-header-tabs .auxo-drawer-header {
  padding-bottom: 0;
  padding-top: 0
}

.auxo-drawer-header-tabs .auxo-drawer-header .auxo-tabs-nav:before {
  border-bottom: none !important
}

.auxo-drawer-loading {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.auxo-drawer-header-return {
  display: flex
}

.auxo-drawer-header-return-icon {
  cursor: pointer;
  font-size: 20px;
  height: 20px;
  margin-right: 10px;
  width: 20px
}

.auxo-dropdown-menu-item.auxo-dropdown-menu-item-danger {
  color: #ff3b52
}

.auxo-dropdown-menu-item.auxo-dropdown-menu-item-danger:hover {
  background-color: #ff3b52;
  color: #fff
}

.auxo-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.auxo-dropdown:before {
  bottom: 1px;
  content: " ";
  left: -7px;
  opacity: .0001;
  position: absolute;
  right: 0;
  top: 1px;
  z-index: -9999
}

.auxo-dropdown-wrap {
  position: relative
}

.auxo-dropdown-wrap .auxo-btn>.anticon-down {
  font-size: 10px
}

.auxo-dropdown-wrap .anticon-down:before {
  transition: transform .2s
}

.auxo-dropdown-wrap-open .anticon-down:before {
  transform: rotate(180deg)
}

.auxo-dropdown-hidden,
.auxo-dropdown-menu-hidden,
.auxo-dropdown-menu-submenu-hidden {
  display: none
}

.auxo-dropdown-show-arrow.auxo-dropdown-placement-topCenter,
.auxo-dropdown-show-arrow.auxo-dropdown-placement-topLeft,
.auxo-dropdown-show-arrow.auxo-dropdown-placement-topRight {
  padding-bottom: 5px
}

.auxo-dropdown-show-arrow.auxo-dropdown-placement-bottomCenter,
.auxo-dropdown-show-arrow.auxo-dropdown-placement-bottomLeft,
.auxo-dropdown-show-arrow.auxo-dropdown-placement-bottomRight {
  padding-top: 5px
}

.auxo-dropdown-arrow {
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  display: block;
  height: 8.48528137px;
  position: absolute;
  transform: rotate(45deg);
  width: 8.48528137px;
  z-index: 1
}

.auxo-dropdown-placement-topCenter>.auxo-dropdown-arrow,
.auxo-dropdown-placement-topLeft>.auxo-dropdown-arrow,
.auxo-dropdown-placement-topRight>.auxo-dropdown-arrow {
  border-color: transparent #fff #fff transparent;
  bottom: 1.2px;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07)
}

.auxo-dropdown-placement-topCenter>.auxo-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.auxo-dropdown-placement-topLeft>.auxo-dropdown-arrow {
  left: 16px
}

.auxo-dropdown-placement-topRight>.auxo-dropdown-arrow {
  right: 16px
}

.auxo-dropdown-placement-bottomCenter>.auxo-dropdown-arrow,
.auxo-dropdown-placement-bottomLeft>.auxo-dropdown-arrow,
.auxo-dropdown-placement-bottomRight>.auxo-dropdown-arrow {
  border-color: #fff transparent transparent #fff;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
  top: 1px
}

.auxo-dropdown-placement-bottomCenter>.auxo-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg)
}

.auxo-dropdown-placement-bottomLeft>.auxo-dropdown-arrow {
  left: 16px
}

.auxo-dropdown-placement-bottomRight>.auxo-dropdown-arrow {
  right: 16px
}

.auxo-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  list-style-type: none;
  margin: 0;
  outline: none;
  padding: 8px 0;
  position: relative;
  text-align: left
}

.auxo-dropdown-menu-item-group-title {
  color: #898b8f;
  padding: 5px 12px;
  transition: all .3s
}

.auxo-dropdown-menu-submenu-popup {
  background: transparent;
  box-shadow: none;
  position: absolute;
  transform-origin: 0 0;
  z-index: 1050
}

.auxo-dropdown-menu-submenu-popup li,
.auxo-dropdown-menu-submenu-popup ul {
  list-style: none
}

.auxo-dropdown-menu-submenu-popup ul {
  margin-left: .3em;
  margin-right: .3em
}

.auxo-dropdown-menu-item,
.auxo-dropdown-menu-submenu-title {
  clear: both;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  padding: 6px 12px;
  transition: all .3s;
  white-space: nowrap
}

.auxo-dropdown-menu-item>.anticon:first-child,
.auxo-dropdown-menu-item>a>.anticon:first-child,
.auxo-dropdown-menu-item>span>.anticon:first-child,
.auxo-dropdown-menu-submenu-title>.anticon:first-child,
.auxo-dropdown-menu-submenu-title>a>.anticon:first-child,
.auxo-dropdown-menu-submenu-title>span>.anticon:first-child {
  font-size: 12px;
  margin-right: 8px;
  min-width: 12px;
  vertical-align: -.1em
}

.auxo-dropdown-menu-item>a,
.auxo-dropdown-menu-submenu-title>a {
  color: #565960;
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  transition: all .3s
}

.auxo-dropdown-menu-item>a:hover,
.auxo-dropdown-menu-submenu-title>a:hover {
  color: #565960
}

.auxo-dropdown-menu-item>.anticon+span>a,
.auxo-dropdown-menu-submenu-title>.anticon+span>a {
  color: #565960;
  transition: all .3s
}

.auxo-dropdown-menu-item>.anticon+span>a:hover,
.auxo-dropdown-menu-submenu-title>.anticon+span>a:hover {
  color: #565960
}

.auxo-dropdown-menu-item-selected,
.auxo-dropdown-menu-item-selected>a,
.auxo-dropdown-menu-submenu-title-selected,
.auxo-dropdown-menu-submenu-title-selected>a {
  background-color: rgba(0, 0, 0, .04);
  color: #1966ff
}

.auxo-dropdown-menu-item-disabled,
.auxo-dropdown-menu-submenu-title-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-dropdown-menu-item-disabled:hover,
.auxo-dropdown-menu-submenu-title-disabled:hover {
  background-color: #fff;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-dropdown-menu-item-disabled>.anticon+span>a,
.auxo-dropdown-menu-item-disabled>a,
.auxo-dropdown-menu-submenu-title-disabled>.anticon+span>a,
.auxo-dropdown-menu-submenu-title-disabled>a {
  color: #bcbdc0;
  pointer-events: none;
  position: relative
}

.auxo-dropdown-menu-item-disabled>.anticon+span>a:after,
.auxo-dropdown-menu-item-disabled>a:after,
.auxo-dropdown-menu-submenu-title-disabled>.anticon+span>a:after,
.auxo-dropdown-menu-submenu-title-disabled>a:after {
  content: "";
  cursor: not-allowed;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.auxo-dropdown-menu-item-divider,
.auxo-dropdown-menu-submenu-title-divider {
  background-color: #eeeff0;
  height: 1px;
  line-height: 0;
  margin: 4px 0;
  overflow: hidden
}

.auxo-dropdown-menu-item .auxo-dropdown-menu-submenu-expand-icon,
.auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px
}

.auxo-dropdown-menu-item .auxo-dropdown-menu-submenu-expand-icon .auxo-dropdown-menu-submenu-arrow-icon,
.auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-expand-icon .auxo-dropdown-menu-submenu-arrow-icon {
  color: #898b8f;
  font-size: 10px;
  font-style: normal;
  margin-right: 0 !important
}

.auxo-dropdown-menu-item-group-list {
  list-style: none;
  margin: 0 8px;
  padding: 0
}

.auxo-dropdown-menu-submenu-title {
  padding-right: 24px
}

.auxo-dropdown-menu-submenu-vertical {
  position: relative
}

.auxo-dropdown-menu-submenu-vertical>.auxo-dropdown-menu {
  left: 100%;
  margin-left: 4px;
  min-width: 100%;
  position: absolute;
  top: 0;
  transform-origin: 0 0
}

.auxo-dropdown-menu-submenu.auxo-dropdown-menu-submenu-disabled .auxo-dropdown-menu-submenu-title,
.auxo-dropdown-menu-submenu.auxo-dropdown-menu-submenu-disabled .auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-arrow-icon {
  background-color: #fff;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-dropdown-menu-submenu-selected .auxo-dropdown-menu-submenu-title {
  color: #1966ff
}

.auxo-dropdown.auxo-slide-down-appear.auxo-slide-down-appear-active.auxo-dropdown-placement-bottomCenter,
.auxo-dropdown.auxo-slide-down-appear.auxo-slide-down-appear-active.auxo-dropdown-placement-bottomLeft,
.auxo-dropdown.auxo-slide-down-appear.auxo-slide-down-appear-active.auxo-dropdown-placement-bottomRight,
.auxo-dropdown.auxo-slide-down-enter.auxo-slide-down-enter-active.auxo-dropdown-placement-bottomCenter,
.auxo-dropdown.auxo-slide-down-enter.auxo-slide-down-enter-active.auxo-dropdown-placement-bottomLeft,
.auxo-dropdown.auxo-slide-down-enter.auxo-slide-down-enter-active.auxo-dropdown-placement-bottomRight {
  animation-name: antSlideUpIn
}

.auxo-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-dropdown-placement-topCenter,
.auxo-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-dropdown-placement-topLeft,
.auxo-dropdown.auxo-slide-up-appear.auxo-slide-up-appear-active.auxo-dropdown-placement-topRight,
.auxo-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-dropdown-placement-topCenter,
.auxo-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-dropdown-placement-topLeft,
.auxo-dropdown.auxo-slide-up-enter.auxo-slide-up-enter-active.auxo-dropdown-placement-topRight {
  animation-name: antSlideDownIn
}

.auxo-dropdown.auxo-slide-down-leave.auxo-slide-down-leave-active.auxo-dropdown-placement-bottomCenter,
.auxo-dropdown.auxo-slide-down-leave.auxo-slide-down-leave-active.auxo-dropdown-placement-bottomLeft,
.auxo-dropdown.auxo-slide-down-leave.auxo-slide-down-leave-active.auxo-dropdown-placement-bottomRight {
  animation-name: antSlideUpOut
}

.auxo-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-dropdown-placement-topCenter,
.auxo-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-dropdown-placement-topLeft,
.auxo-dropdown.auxo-slide-up-leave.auxo-slide-up-leave-active.auxo-dropdown-placement-topRight {
  animation-name: antSlideDownOut
}

.auxo-dropdown-button>.anticon.anticon-down,
.auxo-dropdown-link>.anticon.anticon-down,
.auxo-dropdown-trigger>.anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline
}

.auxo-dropdown-button {
  white-space: nowrap
}

.auxo-dropdown-button.auxo-btn-group>.auxo-btn:last-child:not(:first-child):not(.auxo-btn-icon-only) {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-dropdown-menu-dark,
.auxo-dropdown-menu-dark .auxo-dropdown-menu {
  background: #001529
}

.auxo-dropdown-menu-dark .auxo-dropdown-menu-item,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item .auxo-dropdown-menu-submenu-arrow:after,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>.anticon+span>a,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>.anticon+span>a .auxo-dropdown-menu-submenu-arrow:after,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>a,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>a .auxo-dropdown-menu-submenu-arrow:after,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-submenu-title,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-arrow:after {
  color: hsla(0, 0%, 100%, .65)
}

.auxo-dropdown-menu-dark .auxo-dropdown-menu-item:hover,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>.anticon+span>a:hover,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item>a:hover,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-submenu-title:hover {
  background: transparent;
  color: #fff
}

.auxo-dropdown-menu-dark .auxo-dropdown-menu-item-selected,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item-selected:hover,
.auxo-dropdown-menu-dark .auxo-dropdown-menu-item-selected>a {
  background: #1966ff;
  color: #fff
}

.auxo-dropdown-rtl {
  direction: rtl
}

.auxo-dropdown-rtl.auxo-dropdown:before {
  left: 0;
  right: -7px
}

.auxo-dropdown-menu.auxo-dropdown-menu-rtl,
.auxo-dropdown-rtl .auxo-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right
}

.auxo-dropdown-menu-submenu-popup.auxo-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0
}

.auxo-dropdown-rtl .auxo-dropdown-menu-item,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-popup li,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-popup ul,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title {
  text-align: right
}

.auxo-dropdown-rtl .auxo-dropdown-menu-item>.anticon:first-child,
.auxo-dropdown-rtl .auxo-dropdown-menu-item>span>.anticon:first-child,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title>.anticon:first-child,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title>span>.anticon:first-child {
  margin-left: 8px;
  margin-right: 0
}

.auxo-dropdown-rtl .auxo-dropdown-menu-item .auxo-dropdown-menu-submenu-arrow,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-arrow {
  left: 8px;
  right: auto
}

.auxo-dropdown-rtl .auxo-dropdown-menu-item .auxo-dropdown-menu-submenu-arrow-icon,
.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title .auxo-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1)
}

.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-title {
  padding-left: 24px;
  padding-right: 12px
}

.auxo-dropdown-rtl .auxo-dropdown-menu-submenu-vertical>.auxo-dropdown-menu {
  left: 0;
  margin-left: 0;
  margin-right: 4px;
  right: 100%
}

.auxo-dropdown-menu {
  border: 1px solid #eeeff0;
  min-width: 96px
}

.auxo-dropdown-menu.auxo-dropdown-menu-submenu {
  border: 0;
  padding: 0
}

.auxo-dropdown-menu-item-selected,
.auxo-dropdown-menu-item-selected>a,
.auxo-dropdown-menu-submenu-title-selected,
.auxo-dropdown-menu-submenu-title-selected>a {
  background-color: #ebf3ff;
  color: #252931;
  font-weight: 500
}

.auxo-dropdown-menu-item:hover,
.auxo-dropdown-menu-submenu-title:hover {
  background-color: rgba(0, 0, 0, .04);
  background-color: #f0f6ff
}

.auxo-dropdown-menu-item:active>a,
.auxo-dropdown-menu-submenu-title:active>a {
  color: #1966ff
}

.auxo-dropdown-menu-item-disabled,
.auxo-dropdown-menu-submenu-title-disabled {
  background-color: #f8f9fa
}

.auxo-dropdown-trigger.auxo-btn-icon-only {
  min-width: 0;
  padding: 2.4px 0
}

.auxo-empty {
  font-size: 14px;
  line-height: 1.5715;
  margin: 0 8px;
  text-align: center
}

.auxo-empty-image {
  height: 100px;
  margin-bottom: 8px
}

.auxo-empty-image img {
  height: 100%
}

.auxo-empty-image svg {
  height: 100%;
  margin: auto
}

.auxo-empty-footer {
  margin-top: 16px
}

.auxo-empty-normal {
  color: #bcbdc0;
  margin: 32px 0
}

.auxo-empty-normal .auxo-empty-image {
  height: 40px
}

.auxo-empty-small {
  color: #bcbdc0;
  margin: 8px 0
}

.auxo-empty-small .auxo-empty-image {
  height: 35px
}

.auxo-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: .8
}

.auxo-empty-img-default-path-1 {
  fill: #aeb8c2
}

.auxo-empty-img-default-path-2 {
  fill: url(#linearGradient-1)
}

.auxo-empty-img-default-path-3 {
  fill: #f5f5f7
}

.auxo-empty-img-default-path-4,
.auxo-empty-img-default-path-5 {
  fill: #dce0e6
}

.auxo-empty-img-default-g {
  fill: #fff
}

.auxo-empty-img-simple-ellipse {
  fill: #f5f5f5
}

.auxo-empty-img-simple-g {
  stroke: #d9d9d9
}

.auxo-empty-img-simple-path {
  fill: #fafafa
}

.auxo-empty-rtl {
  direction: rtl
}

.auxo-empty.empty-img-emotion:not(.sp-null),
.auxo-table .auxo-table-tbody .auxo-table-placeholder .auxo-empty-normal {
  margin: 40px 0 72px
}

.auxo-empty.empty-img-emotion:not(.sp-null) .auxo-empty-description,
.auxo-table .auxo-table-tbody .auxo-table-placeholder .auxo-empty-normal .auxo-empty-description {
  color: #898b8f;
  line-height: 20px
}

.auxo-empty.empty-img-emotion:not(.sp-null) .auxo-empty-image,
.auxo-table .auxo-table-tbody .auxo-table-placeholder .auxo-empty-normal .auxo-empty-image {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='320' height='244' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M71.323 160.413c-11.327 0-20.233-14.382-24.228-20.868-11.07-18.048 10.857-55.272 11.068-55.648l.517.305c-.235.376-21.973 37.295-11.092 55.037 4.371 7.05 14.617 21.338 28.2 20.422l2.186-.165v.588l-2.186.164a56.872 56.872 0 0 1-4.465.165Z' fill='%23DCE8FE'/%3E%3Cpath d='M56.565 82.346c.212-3.008 2.35-4.09 3.525-3.408l.752.447a3.291 3.291 0 0 1-.117 5.005l-2.75 2.538a1.058 1.058 0 0 1-1.598-.94l.188-3.642Zm-.494 9.494c2.233-1.622 4.465-.87 4.841.352l.188.658c.376 1.222-1.057 3.055-3.525 2.844l-3.69-.33a.94.94 0 0 1-.493-1.62l2.68-1.904Z' fill='%23DCE8FE'/%3E%3Cpath d='M52.406 90.5c-.846-2.914-2.985-4.019-3.925-3.36l-.564.399c-.94.635-.846 3.126 1.175 4.841l3.008 2.514c.682.47 1.41 0 1.27-.869l-.964-3.525ZM51.3 102.25c2.82-2.82 6.134-2.209 6.886-.564l.47 1.034c.776 1.669-.916 4.7-4.465 4.865l-5.264.329a1.37 1.37 0 0 1-1.182-.795 1.363 1.363 0 0 1 .172-1.414l3.384-3.455Z' fill='%23DCE8FE'/%3E%3Cpath d='M46.225 100.535c-1.81-3.995-5.053-5.03-6.251-3.83l-.728.845c-1.175 1.175-.47 4.7 2.749 6.651l4.818 2.749c1.057.494 1.95-.399 1.55-1.574l-2.138-4.841Zm1.809 15.604c2.961-4.019 7.05-3.901 8.225-1.998l.729 1.175c1.175 1.904-.353 5.875-4.583 6.815l-6.298 1.41a1.668 1.668 0 0 1-1.457-2.491l3.384-4.911Z' fill='%23DCE8FE'/%3E%3Cpath d='M41.948 114.4c-2.35-4.935-6.228-6.181-7.685-4.7l-.893.893c-1.433 1.41-.47 5.757 3.384 8.107l5.899 3.502c1.316.611 2.35-.494 1.927-1.927l-2.632-5.875Zm6.862 18.001c1.857-4.7 5.758-5.781 7.332-4.23l.964.963c1.574 1.528 1.057 5.875-2.726 7.99l-5.64 3.102a1.596 1.596 0 0 1-2.092-2.068l2.162-5.757Z' fill='%23DCE8FE'/%3E%3Cpath d='M41.431 135.338c-4.465-2.632-8.178-1.034-8.413 1.128l-.164 1.34c-.259 2.162 2.89 5.264 7.19 4.7l6.393-.964a1.593 1.593 0 0 0 .94-2.227 1.594 1.594 0 0 0-.611-.663l-5.335-3.314Z' fill='%23DCE8FE'/%3E%3Cpath d='M119.498 232.957a9.584 9.584 0 0 1 3.619 8.296' stroke='%23A1C3FF' stroke-width='.094' stroke-miterlimit='10'/%3E%3Cpath d='M122.741 237.822a2.724 2.724 0 0 1 .329-2.35 6.72 6.72 0 0 1 1.551-1.199 2.724 2.724 0 0 1-.161 2.188 2.716 2.716 0 0 1-1.719 1.361Zm-4.888-1.128s.611-1.457 1.716-1.598a6.192 6.192 0 0 1 1.95 0 2.725 2.725 0 0 1-3.666 1.598Zm1.645-3.666a2.707 2.707 0 0 1-.282-2.35 5.9 5.9 0 0 1 1.151-1.551 2.708 2.708 0 0 1-.035 3.159 2.72 2.72 0 0 1-.834.742Zm-.141-.024a2.712 2.712 0 0 1-1.159.337 2.71 2.71 0 0 1-1.191-.196 6.328 6.328 0 0 1-1.48-1.269 2.702 2.702 0 0 1 3.83 1.128Z' fill='%23BDDBFF'/%3E%3Cpath d='M126.454 233.85a34.16 34.16 0 0 0 6.603 7.614h24.205c-2.749-4.018-8.695-11.75-16.121-15.886a46.154 46.154 0 0 0-22.489-4.841s5.334 9.165 8.389 13.066l-.587.047Z' fill='%23DCE8FE'/%3E%3Cpath d='M120.274 221.419a86.805 86.805 0 0 1 26.508 19.881m-19.74-9.659 8.154-.047' stroke='%238AB7FF' stroke-width='.094' stroke-miterlimit='10'/%3E%3Cpath d='M129.721 222.688s2.82 5.828 3.055 5.992m8.742 8.719-9.189.775m6.369-4.864-2.068-7.332' stroke='%238AB7FF' stroke-width='.094' stroke-miterlimit='10'/%3E%3Cpath d='M240.405 241.441c-.282-.893-.399-1.434-.399-1.434a7.324 7.324 0 0 1 1.974 1.434h41.454c-1.058-1.504-3.431-.611-3.431-.611s-3.972.987-13.959-6.087c-9.988-7.073-2.115-10.105 2.514-7.614 7.685 8.742 18.377 9.095 20.774 8.061 2.397-1.034 6.11-13.184 7.262-17.531 1.151-4.348-2.867-4.183-4.277-2.938-1.41 1.246-13.513 2.938-22.631-2.796s1.622-6.768 1.622-6.768 16.144 2.162 21.502 2.538c5.358.376 4.818-4.254 4.818-4.254s.188-7.05.141-10.81c-.047-3.76-1.575-3.031-3.666-2.679-9.118.494-16.803-10.34-7.661-7.05 9.141 3.29 11.75 1.81 12.29-.987 0-5.475 1.974-20.492 1.692-24.839-6.204 3.29-23.5 2.491-30.55 3.055-7.05.564-6.509 7.802-4.582 10.786 1.927 2.985 3.924 9.236-.517 10.035-4.442.799-7.191-7.332-7.356-12.831-.164-5.499-2.35-4.395-2.35-4.395a71.124 71.124 0 0 0-11.75 5.053c-5.616 3.149-4.441 5.828-1.668 9.4 9.235 10.974 10.175 14.1 8.436 18.682-12.807-5.405-14.264-20.445-17.601-21.808-3.337-1.363-13.16 5.076-15.205 10.27-2.044 5.193 18.448 21.549 25.075 26.86-18.025-5.71-25.991-24.228-27.824-25.38-1.833-1.151-14.1 5.875-15.722 20.727-1.621 14.852 17.202 19.035 19.247 19.67 2.044.634 14.828 6.509 10.951 9-3.878 2.491-14.688-5.17-18.048-7.05-3.361-1.88-12.361-15.627-13.56-8.037a44.656 44.656 0 0 0 1.481 20.328h41.524Z' fill='%23DCE8FE'/%3E%3Cpath d='M294.644 163.045s-33.652 25.638-63.638 77.973' stroke='%2376A4FF' stroke-width='.259' stroke-miterlimit='10'/%3E%3Cpath d='M283.787 197.942a60.719 60.719 0 0 1-18.941-5.71m0 0a34.382 34.382 0 0 1-12.056-16.45m-.023 32.077s-13.419-6.58-17.861-15.627m6.251 32.218s-22.983-8.648-27.307-17.695m38.917 1.104s16.708 17.108 25.168 17.343m-36.777-.752a80.21 80.21 0 0 0 14.382 15.675' stroke='%2376A4FF' stroke-width='.259' stroke-miterlimit='10'/%3E%3Cpath d='M150.659 205.65c5.593-1.974.893 4.7-4.7 4.371-1.292-.211-2.209-.587-2.35 1.645-.141 2.233 0 6.604 0 6.604s-.329 2.843 2.961 2.608c3.29-.235 13.184-1.551 13.184-1.551s6.58.658.987 4.16c-5.593 3.501-13.019 2.467-13.865 1.715-.846-.752-3.314-.869-2.632 1.786.681 2.656 2.984 10.105 4.441 10.74a13.889 13.889 0 0 0 12.737-4.935c2.844-1.528 7.661.329 1.528 4.7-6.134 4.371-8.554 3.713-8.554 3.713s-1.316-.494-1.998.282h25.615a4.347 4.347 0 0 1 1.105-.776s0 .282-.235.776h25.356a27.329 27.329 0 0 0 .893-12.338c-.658-4.7-6.18 3.878-8.248 4.959-2.068 1.081-8.672 5.757-11.045 4.253-2.374-1.504 5.428-5.17 6.697-5.546 1.269-.376 12.69-2.961 11.75-12.055-.94-9.095-8.507-13.395-9.635-12.69-1.128.705-5.992 12.032-17.037 15.557 4.065-3.267 16.591-13.278 15.345-16.45-1.245-3.173-7.261-7.05-9.4-6.298-2.138.752-2.937 10.058-10.786 13.371-1.058-2.773-.47-4.7 5.17-11.444 1.692-2.162 2.35-3.807-1.011-5.734a42.912 42.912 0 0 0-7.073-3.173s-1.387-.681-1.481 2.679c-.094 3.361-1.786 8.366-4.512 7.873-2.726-.494-1.504-4.301-.305-6.157 1.198-1.857 1.48-6.251-2.82-6.604-4.301-.352-14.852.141-18.659-1.88-.165 2.656 1.01 11.75 1.057 15.228.212 1.81 1.951 2.656 7.52.611Z' fill='%23DCE8FE'/%3E%3Cpath d='M145.7 193.618s19.834 15.134 37.929 45.966' stroke='%2376A4FF' stroke-width='.165' stroke-miterlimit='10'/%3E%3Cpath d='M152.281 215.05a36.752 36.752 0 0 0 11.609-3.501m-.001-.047a21.15 21.15 0 0 0 7.379-10.035m.024 19.623s8.202-4.042 10.928-9.588m-3.831 19.74s14.1-5.288 16.803-10.834m-23.9.682s-10.246 10.41-15.416 10.622m22.513-.47a48.391 48.391 0 0 1-8.812 9.658' stroke='%2376A4FF' stroke-width='.165' stroke-miterlimit='10'/%3E%3Cpath d='M64.39 241.535a6.278 6.278 0 0 1-.634-5.335 14.298 14.298 0 0 1 2.656-3.572 6.209 6.209 0 0 1-.118 7.213 6.207 6.207 0 0 1-1.903 1.694Zm-6.133-.047a14.667 14.667 0 0 1-2.914-2.585 6.211 6.211 0 0 1 4.956-.624 6.203 6.203 0 0 1 3.81 3.232' fill='%23DCE8FE'/%3E%3Cpath d='M78.772 222.382a22 22 0 0 1 8.343 19.035' stroke='%23A1C3FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='M86.222 233.521a6.272 6.272 0 0 1 .729-5.311 14.243 14.243 0 0 1 3.525-2.749 6.23 6.23 0 0 1-4.254 8.06Zm-11.232-2.608s1.41-3.29 3.947-3.619a14.787 14.787 0 0 1 4.465 0 6.193 6.193 0 0 1-3.409 3.663 6.19 6.19 0 0 1-5.004-.044Zm3.782-8.39a6.223 6.223 0 0 1-.658-5.334 14.109 14.109 0 0 1 2.68-3.572 6.232 6.232 0 0 1-.126 7.209 6.225 6.225 0 0 1-1.896 1.697Zm-.305-.023a6.25 6.25 0 0 1-5.358.282 14.086 14.086 0 0 1-3.384-2.891 6.213 6.213 0 0 1 4.943-.611 6.205 6.205 0 0 1 3.8 3.22Z' fill='%23BDDBFF'/%3E%3Cpath d='M30.856 51.866A16.662 16.662 0 0 1 11.75 64.227a16.45 16.45 0 1 0 14.288-28.623 16.685 16.685 0 0 1 4.818 16.262Z' fill='%23DCE8FE'/%3E%3Cpath d='m176.65 99.712 22.748-12.36m-36.566-8.602 14.476-.188m-1.856 59.079 20.186-21.173' stroke='%238AB7FF' stroke-width='.188' stroke-miterlimit='10'/%3E%3Cpath d='M84.577 145.467v-21.244' stroke='%238AB7FF' stroke-width='.165' stroke-miterlimit='10'/%3E%3Cpath d='M217.07 84.578h-23.711v156.886h23.711V84.578Z' fill='%2376A4FF'/%3E%3Cpath d='M205.461 84.578H181.75v156.886h23.711V84.578Z' fill='%2399B9FF'/%3E%3Cpath d='M124.974 20.188h106.69a42.7 42.7 0 0 1 42.699 42.7v88.43H124.974V20.188Z' fill='%2399B9FF'/%3E%3Cpath d='M140.507 106.128a14.992 14.992 0 0 1 13.653-12.08l40.585-.258c6.227 0 10.293 5.335 9 11.962l-6.345 33.252a15.04 15.04 0 0 1-13.653 12.079l-38.611.235h63.45a28.64 28.64 0 0 0 2.914-8.037l8.155-41.971c2.491-12.948-5.452-23.5-17.672-23.5l-48.927.306c-12.22 0-24.252 10.716-26.767 23.664l-4.089 21.15h15.064l3.243-16.802Z' fill='%238CAFFF'/%3E%3Cpath d='M.188 241.464h319.624' stroke='%2399B9FF' stroke-width='.376' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M215.354 20v.117a12.972 12.972 0 0 1-11.75 10.411l-33.323.212h-30.174l-2.655 13.935 24.698-.188h2.35l39.95-.235c10.552 0 20.962-9.259 23.101-20.445L228.655 20h-13.301Z' fill='%238CAFFF'/%3E%3Cpath d='M122.882 20.188h2.609a55.603 55.603 0 0 1 55.601 55.601v75.529H67.281V75.789a55.601 55.601 0 0 1 55.601-55.601Z' fill='%23C9DBFF'/%3E%3Cpath d='M123.117 34.241h2.138A45.309 45.309 0 0 1 170.54 79.55v57.716H77.809V79.549a45.308 45.308 0 0 1 45.308-45.308Z' fill='%2376A4FF'/%3E%3Cpath d='m134.186 186.404 47-35.086-113.929-13.677L37.6 158.204c-18.447 12.69-12.149 38.046 9.4 45.472l6.275 1.222c29.21 4.653 54.967-2.209 80.911-18.494Z' fill='%23C9DBFF'/%3E%3Cpath d='m72.31 143.681-29.516 20.515a17.136 17.136 0 0 0-7.544 12.432 14.101 14.101 0 0 0 2.491 9.4c6.369 9.118 24.135 12.055 48.951 8.765 30.127-3.924 88.031-50.243 88.031-50.243l-102.413-.869Z' fill='%23DCE8FE'/%3E%3Cpath d='m220.619 229.691 1.41 4.441 8.601-5.569-1.293-1.998-8.718 3.126Z' fill='%230D1831'/%3E%3Cpath d='m234.343 234.015-12.949 7.661a10.668 10.668 0 0 1-.893-8.155c.376-.963.964-1.198 1.88-1.739l8.249-3.219 3.713 5.452Z' fill='%230D1831'/%3E%3Cpath d='M225.389 239.091a7.87 7.87 0 0 0-7.402-7.05c-4.512-.494-8.836 3.901-9.4 8.413h14.852s1.974-.893 1.95-1.363Z' fill='%230D1831'/%3E%3Cpath d='m222.075 241.84-13.959-.188.541-1.245 13.771-.118 11.915-6.298.963 1.058-13.231 6.791Z' fill='%236EE2FF'/%3E%3Cpath d='M232.415 235.143a4.704 4.704 0 0 1-1.128-4.324' stroke='%236EE2FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m229.502 226.683-8.86 3.219-1.527-2.585 8.836-3.243 1.551 2.609Z' fill='%23E9EEFB'/%3E%3Cpath d='m220.313 229.338 8.836-3.243' stroke='%236EE2FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m227.951 224.074-4.23-9.188-8.531 2.514 5.123 9.4 7.638-2.726Z' fill='%23FF8F9D'/%3E%3Cpath d='M208.657 240.454c.494-4.512 4.7-8.907 9.4-8.413 1.871.19 3.66.862 5.194 1.95m-2.045-2.467 4.677-1.81m-4.418 2.632 3.619-1.151' stroke='%236EE2FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='M161.228 100.177c1.094-.33 1.728-1.434 1.416-2.465-.312-1.032-1.45-1.6-2.544-1.27-1.093.33-1.727 1.435-1.415 2.466.311 1.031 1.45 1.599 2.543 1.269Z' stroke='%23fff' stroke-width='.165' stroke-miterlimit='10'/%3E%3Cpath d='m162.145 93.065-.023.005a4.23 4.23 0 0 0-3.304 4.986l.383 1.889a4.23 4.23 0 0 0 4.987 3.304l.023-.005a4.23 4.23 0 0 0 3.304-4.986l-.383-1.889a4.23 4.23 0 0 0-4.987-3.304Z' fill='%23FF8F9D'/%3E%3Cpath d='M165.958 99.289a1.645 1.645 0 1 0 0-3.29 1.645 1.645 0 0 0 0 3.29Zm1.966 2.158a2.561 2.561 0 0 0-4.877 1.567l1.919 5.974a2.562 2.562 0 0 0 4.878-1.567l-1.92-5.974Z' fill='%23FF8F9D'/%3E%3Cpath d='m167.579 99.618.917 1.293-1.363.235a9.35 9.35 0 0 0 .446-1.528Z' fill='%230A1833'/%3E%3Cpath d='m167.649 89.913-4.535-.33a2.114 2.114 0 0 0-2.35-.704 2.157 2.157 0 0 0-1.34 1.41 1.574 1.574 0 0 0 .306 1.621l-1.763 1.575 1.528 5.381c.269.94.607 1.859 1.01 2.75a3.297 3.297 0 0 0 3.596 1.692c2.89-.564 3.948-1.034 4.394-1.904l1.457-9.4a2.346 2.346 0 0 0-2.303-2.091Z' fill='%230A1833'/%3E%3Cpath d='M164.031 92.85c.258-.235.399-.447.352-.634-.047-.188-1.151-.682-2.561-.564a2.939 2.939 0 0 0-.165-.729 3.337 3.337 0 0 0-1.48-1.716 3.879 3.879 0 0 1-1.904.964 3.644 3.644 0 0 1-2.703-.447 4.936 4.936 0 0 0-.187 2.562 4.882 4.882 0 0 0 2.514 3.314c.495.02.989-.052 1.457-.212a3.744 3.744 0 0 0 1.716-1.175 5.025 5.025 0 0 0 5.987.42 5.02 5.02 0 0 0 1.509-1.501l-4.535-.282Z' fill='%230A1833'/%3E%3Cpath d='m165.276 95.247 1.034 2.162 1.504 3.737.117.07-.916-6.768-1.152.094-.587.705Zm-5.461 3.773h.024a.21.21 0 0 0 .214-.209l.003-.212a.21.21 0 0 0-.208-.214h-.024a.21.21 0 0 0-.214.208l-.003.212a.211.211 0 0 0 .208.214Z' fill='%230A1833'/%3E%3Cpath d='m165.628 98.209.964-.94' stroke='%230A1833' stroke-width='.117' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M161.752 101.428a1.147 1.147 0 0 1-.423.258 1.107 1.107 0 0 1-.588 0' stroke='%230A1833' stroke-width='.094' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m131.389 239.373 25.004 1.057-3.666-3.595-16.614.869-4.724 1.669Z' fill='%230A1833'/%3E%3Cpath d='m148.661 227.999 2.515-8.766 8.225.917-3.079 9.353-7.661-1.504Z' fill='%23FF8F9D'/%3E%3Cpath d='m147.698 228.68-.682 2.632 9.447 1.504.611-3.172-9.376-.964Z' fill='%230A1833'/%3E%3Cpath d='m156.393 240.431-16.191-3.361c.681-3.807 3.149-6.603 7.05-5.922l9.259 1.669-.118 7.614Z' fill='%230A1833'/%3E%3Cpath d='M148.051 238.55a8.346 8.346 0 0 0-8.761-8.039 8.346 8.346 0 0 0-7.468 5.627 8.345 8.345 0 0 0-.433 3.258l16.662-.846Z' fill='%230A1833'/%3E%3Cpath d='m156.44 240.101-.07 1.152-25.193-.635.212-1.198' fill='%236EE2FF'/%3E%3Cpath d='M146.476 234.062a8.34 8.34 0 0 0-13.681.245 8.35 8.35 0 0 0-1.406 5.066m15.863-9.306 3.102.564m-3.267.211 2.75.494m1.339 7.637a6.504 6.504 0 0 1 5.076-3.736' stroke='%236EE2FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m160.553 216.954-3.807 11.327' stroke='%230A1833' stroke-width='.165' stroke-miterlimit='10'/%3E%3Cpath d='m147.745 228.704 9.212.94 1.058-3.102-9.682-1.081-.588 3.243Z' fill='%23E9EFFD'/%3E%3Cpath d='m157.051 228.845-9.165-.846' stroke='%236EE2FF' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m191.831 136.631 1.739 2.679c2.609 2.632 3.948 8.554 3.737 12.596l30.362 65.048-15.957 4.7-32.9-67.351-5.287-12.009 15.792-2.937 2.514-2.726Zm-29.187 86.409-15.863-4.7 9.682-33.84a8.04 8.04 0 0 1 15.51 4.254l-9.329 34.286Z' fill='%230A1833'/%3E%3Cpath d='m172.443 141.072 18.19 11.163-18.472 35.532a8.038 8.038 0 0 1-14.993-5.781l15.275-40.914Z' fill='%230A1833'/%3E%3Cpath d='m187.437 158.392 30.738 61.382' stroke='%23fff' stroke-width='.211' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m173.031 186.192 17.602-34.051a9.215 9.215 0 0 0-2.632-11.609v0' stroke='%230050FF' stroke-width='.211' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m153.009 220.056 9.142-30.856 15.98-35.931a8.356 8.356 0 0 0 .587-4.019l-.329-4.535' stroke='%23fff' stroke-width='.211' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m204.451 125.28 23.5-12.925a4.114 4.114 0 0 0-3.948-7.191l-23.5 12.902a4.11 4.11 0 0 0 .843 7.516 4.11 4.11 0 0 0 3.105-.302Z' fill='%23FF8F9D'/%3E%3Cpath d='m232.323 105.657-1.082.283' stroke='%23FF8F9D' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='M223.086 106.057a4.211 4.211 0 0 1 2.632-1.457l4.089-.705h3.149a.706.706 0 0 1 .376 0l2.726 1.128a1.292 1.292 0 0 1 .682 1.481.907.907 0 0 1-.438.623.9.9 0 0 1-.761.058l-2.632-.893-1.175.188 5.1 2.515a1.314 1.314 0 0 1 .611 1.527.883.883 0 0 1-.168.347.893.893 0 0 1-.302.24.872.872 0 0 1-.752.001l-2.773-1.363-1.951-.447a.99.99 0 0 1 .235.212c.212.035.409.134.564.282l1.363 1.198a1.223 1.223 0 0 1 .611 1.387l-.399 1.457a.986.986 0 0 1-1.316.634 1.271 1.271 0 0 1-.729-1.457l.212-.681-.423-.376s-3.925 1.128-5.499 0' fill='%23FF8F9D'/%3E%3Cpath d='m225.718 104.6 4.089-.705h3.149a.706.706 0 0 1 .376 0l2.726 1.128a1.294 1.294 0 0 1 .681 1.481.888.888 0 0 1-1.198.681l-2.632-.893-1.175.188 5.099 2.515a1.31 1.31 0 0 1 .611 1.527.87.87 0 0 1-1.222.588l-2.773-1.363-1.95-.447c.089.058.168.129.235.212.212.035.408.134.564.282l1.363 1.198a1.226 1.226 0 0 1 .611 1.387l-.4 1.457a.983.983 0 0 1-.914.705.974.974 0 0 1-.402-.071v0a1.269 1.269 0 0 1-.728-1.457l.211-.681-.423-.376a13.375 13.375 0 0 1-3.76.493l-14.006 7.544' stroke='%230A1833' stroke-width='.141' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m204.592 117.878-24.44-10.928a4.1 4.1 0 0 0-5.417 2.057 4.097 4.097 0 0 0 2.056 5.416l24.44 10.904a4.115 4.115 0 0 0 5.251-2.148 4.11 4.11 0 0 0-1.89-5.348' fill='%23FF8F9D'/%3E%3Cpath d='m161.868 111.956-4.3 5.076' stroke='%230A1833' stroke-width='.094' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m163.678 121.779-9.87 23.993a4.226 4.226 0 0 1-5.593 2.35 4.393 4.393 0 0 1-2.35-5.663l9.87-23.97a4.229 4.229 0 0 1 5.593-2.35 4.346 4.346 0 0 1 2.35 5.64m-21.079 32.641-9.4 6.557a4.229 4.229 0 0 1-4.745.03 4.232 4.232 0 0 1-1.177-1.182 4.397 4.397 0 0 1 1.128-6.016' fill='%23FF8F9D'/%3E%3Cpath d='m128.287 153.809 17.766-12.22a4.238 4.238 0 0 1 5.922 1.152 4.395 4.395 0 0 1-1.128 6.016l-8.249 5.663' fill='%23FF8F9D'/%3E%3Cpath d='M133.951 158.204c-1.222 1.927-.799 1.292-1.034 1.574a9.678 9.678 0 0 1-5.076 2.632 8.094 8.094 0 0 0-2.656 1.528c-.564.517-.822.822-1.457 1.41-.634.587-1.715.705-2.091-.376-.517-.306-1.011-.635-1.528-.917a1.785 1.785 0 0 1-1.034-2.044c0-.682 0-1.575.188-2.35a1.938 1.938 0 0 1 .682-1.387 35.925 35.925 0 0 1 1.739-1.527 6.023 6.023 0 0 1 1.927-1.128c.987-.4 2.35-.658 3.36-1.081l2.609-1.645' fill='%23FF8F9D'/%3E%3Cpath d='M120.109 164.055c.517.282 1.011.611 1.528.917.376 1.081 1.433.963 2.091.376.658-.588.893-.893 1.457-1.41' stroke='%230A1833' stroke-width='.094' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M123.94 158.11c-.729.611-1.269.987-2.021 1.668a4.088 4.088 0 0 0-1.316 2.139c0 .658-.376 1.457-.47 2.091a.844.844 0 0 0 .399 1.034.968.968 0 0 0 1.124-.104.95.95 0 0 0 .239-.319c.221-.443.418-.898.588-1.363a4.937 4.937 0 0 1 1.363-1.762c.587-.494.987-.705 1.551-1.152' fill='%23FF8F9D'/%3E%3Cpath d='M123.94 158.11c-.729.611-1.269.987-2.021 1.668a4.088 4.088 0 0 0-1.316 2.139c0 .658-.376 1.457-.47 2.091a.844.844 0 0 0 .399 1.034v0a.968.968 0 0 0 1.124-.104.95.95 0 0 0 .239-.319c.221-.443.418-.898.588-1.363a4.937 4.937 0 0 1 1.363-1.762c.587-.494.987-.705 1.551-1.152m34.521-47.329a4 4 0 0 1 4.239-1.415c.509.142.986.383 1.401.71a4.112 4.112 0 0 1 .752 5.734' stroke='%230A1833' stroke-width='.094' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='m146.711 138.299 6.322-16.45c.112-.386.254-.763.423-1.128v-.235a23.715 23.715 0 0 1 9.87-11.186l-.94-2.467 7.778-3.008.964 2.538c4.918-.917 10-.259 14.523 1.88h.141c.493.211.963.47 1.433.728l15.228 7.873-2.35 17.39-5.052-2.491.963 7.191-29.163 11.303-4.7-5.945-1.387 3.548-14.053-9.541Z' fill='%230050FF'/%3E%3Cpath d='m196.038 138.934-2.961-20.704m-26.297 32.007-12.69-16.991m33.136-24.298c-.47-.259-.94-.517-1.434-.729h-.141a23.803 23.803 0 0 0-14.453-1.903l-5.687 2.185' stroke='%23091833' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='M158.085 113.46a12.745 12.745 0 0 1 8.765 5.734l11.751 19.599a8.836 8.836 0 0 1 1.221 6.392m-15.016 2.42 4.136-1.598a4.296 4.296 0 0 0 2.628-2.688 4.297 4.297 0 0 0-.489-3.727l-9.776-16.192a6.51 6.51 0 0 0-7.591-2.655l-.423.141m46.788 11.609-4.277-7.05 5.523-2.139m-51.512 6.698 1.386 2.35a8.524 8.524 0 0 1 .212 8.977m37.694.258-2.138-3.572-.658-1.081-6.933-11.468 6.439-2.491 1.88 3.102 5.687 9.471.353.587.493.799 1.222 2.045m-13.16-32.219 3.032 5.029a4.511 4.511 0 0 0 5.287 1.857l3.126-1.199' stroke='%23FCFCFC' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m199.516 115.386-7.614 2.938a8.886 8.886 0 0 1-10.364-3.643l-5.428-9.024' stroke='%23FCFCFC' stroke-width='.235' stroke-miterlimit='10'/%3E%3Cpath d='m152.821 142.412 1.903 1.269-.916 2.091-.987-3.36Zm48.41-16.826.4-2.961.963 3.125a3.01 3.01 0 0 1-1.363-.164Z' fill='%230A1833'/%3E%3Cpath d='M274.175 110.381h-9.4c-12.22 0-24.275 10.74-26.766 23.688l-3.243 17.249h15.04l2.491-12.948a15.038 15.038 0 0 1 13.653-12.079h8.225v-15.91Zm.188-50.854h-1.081l-23.664.141-7.755.117-3.055 15.863 28.717-.212 2.702-.023 4.136-.023V59.526Z' fill='%238CAFFF'/%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 224px;
  margin-bottom: 16px
}

.auxo-empty.empty-img-emotion:not(.sp-null) .auxo-empty-image>*,
.auxo-table .auxo-table-tbody .auxo-table-placeholder .auxo-empty-normal .auxo-empty-image>* {
  display: none
}

.auxo-form-item .auxo-mentions,
.auxo-form-item textarea.auxo-input {
  height: auto
}

.auxo-form-item .auxo-upload {
  background: transparent
}

.auxo-form-item .auxo-upload.auxo-upload-drag {
  background: #f8f9fa
}

.auxo-form-item input[type=checkbox],
.auxo-form-item input[type=radio] {
  height: 14px;
  width: 14px
}

.auxo-form-item .auxo-checkbox-inline,
.auxo-form-item .auxo-radio-inline {
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  margin-left: 8px;
  vertical-align: middle
}

.auxo-form-item .auxo-checkbox-inline:first-child,
.auxo-form-item .auxo-radio-inline:first-child {
  margin-left: 0
}

.auxo-form-item .auxo-checkbox-vertical,
.auxo-form-item .auxo-radio-vertical {
  display: block
}

.auxo-form-item .auxo-checkbox-vertical+.auxo-checkbox-vertical,
.auxo-form-item .auxo-radio-vertical+.auxo-radio-vertical {
  margin-left: 0
}

.auxo-form-item .auxo-input-number+.auxo-form-text {
  margin-left: 8px
}

.auxo-form-item .auxo-input-number-handler-wrap {
  z-index: 2
}

.auxo-form-item .auxo-cascader-picker,
.auxo-form-item .auxo-select {
  width: 100%
}

.auxo-form-item .auxo-input-group .auxo-cascader-picker,
.auxo-form-item .auxo-input-group .auxo-select,
.auxo-form-item .auxo-picker-calendar-month-select,
.auxo-form-item .auxo-picker-calendar-year-select {
  width: auto
}

.auxo-form-inline {
  display: flex;
  flex-wrap: wrap
}

.auxo-form-inline .auxo-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-bottom: 0;
  margin-right: 16px
}

.auxo-form-inline .auxo-form-item-with-help {
  margin-bottom: 24px
}

.auxo-form-inline .auxo-form-item>.auxo-form-item-control,
.auxo-form-inline .auxo-form-item>.auxo-form-item-label {
  display: inline-block;
  vertical-align: top
}

.auxo-form-inline .auxo-form-item>.auxo-form-item-label {
  flex: none
}

.auxo-form-inline .auxo-form-item .auxo-form-item-has-feedback,
.auxo-form-inline .auxo-form-item .auxo-form-text {
  display: inline-block
}

.auxo-form-horizontal .auxo-form-item-label {
  flex-grow: 0
}

.auxo-form-horizontal .auxo-form-item-control {
  flex: 1 1;
  min-width: 0
}

.auxo-form-horizontal .auxo-form-item-label[class$="-24"]+.auxo-form-item-control,
.auxo-form-horizontal .auxo-form-item-label[class*="-24 "]+.auxo-form-item-control {
  min-width: unset
}

.auxo-form-vertical .auxo-form-item-row {
  flex-direction: column
}

.auxo-form-vertical .auxo-form-item-label>label {
  height: auto
}

.auxo-form-vertical .auxo-form-item .auxo-form-item-control {
  width: 100%
}

.auxo-col-24.auxo-form-item-label,
.auxo-col-xl-24.auxo-form-item-label,
.auxo-form-vertical .auxo-form-item-label {
  line-height: 1.5715;
  padding: 0 0 12px;
  text-align: left;
  white-space: normal
}

.auxo-col-24.auxo-form-item-label>label,
.auxo-col-xl-24.auxo-form-item-label>label,
.auxo-form-vertical .auxo-form-item-label>label {
  margin: 0
}

.auxo-col-24.auxo-form-item-label>label:after,
.auxo-col-xl-24.auxo-form-item-label>label:after,
.auxo-form-vertical .auxo-form-item-label>label:after {
  display: none
}

.auxo-form-rtl.auxo-col-24.auxo-form-item-label,
.auxo-form-rtl.auxo-col-xl-24.auxo-form-item-label,
.auxo-form-rtl.auxo-form-vertical .auxo-form-item-label {
  text-align: right
}

@media (max-width:575px) {
  .auxo-form-item .auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-form-item .auxo-form-item-label>label {
    margin: 0
  }

  .auxo-form-item .auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-form-item .auxo-form-item-label {
    text-align: right
  }

  .auxo-form .auxo-form-item {
    flex-wrap: wrap
  }

  .auxo-form .auxo-form-item .auxo-form-item-control,
  .auxo-form .auxo-form-item .auxo-form-item-label {
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-xs-24.auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-col-xs-24.auxo-form-item-label>label {
    margin: 0
  }

  .auxo-col-xs-24.auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-col-xs-24.auxo-form-item-label {
    text-align: right
  }
}

@media (max-width:767px) {
  .auxo-col-sm-24.auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-col-sm-24.auxo-form-item-label>label {
    margin: 0
  }

  .auxo-col-sm-24.auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-col-sm-24.auxo-form-item-label {
    text-align: right
  }
}

@media (max-width:991px) {
  .auxo-col-md-24.auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-col-md-24.auxo-form-item-label>label {
    margin: 0
  }

  .auxo-col-md-24.auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-col-md-24.auxo-form-item-label {
    text-align: right
  }
}

@media (max-width:1199px) {
  .auxo-col-lg-24.auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-col-lg-24.auxo-form-item-label>label {
    margin: 0
  }

  .auxo-col-lg-24.auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-col-lg-24.auxo-form-item-label {
    text-align: right
  }
}

@media (max-width:1599px) {
  .auxo-col-xl-24.auxo-form-item-label {
    line-height: 1.5715;
    padding: 0 0 12px;
    text-align: left;
    white-space: normal
  }

  .auxo-col-xl-24.auxo-form-item-label>label {
    margin: 0
  }

  .auxo-col-xl-24.auxo-form-item-label>label:after {
    display: none
  }

  .auxo-form-rtl.auxo-col-xl-24.auxo-form-item-label {
    text-align: right
  }
}

.auxo-form-item-explain-error {
  color: #ff3b52
}

.auxo-form-item-explain-warning {
  color: #ff9226
}

.auxo-form-item-has-feedback .auxo-input {
  padding-right: 24px
}

.auxo-form-item-has-feedback .auxo-input-affix-wrapper .auxo-input-suffix {
  padding-right: 18px
}

.auxo-form-item-has-feedback .auxo-input-search:not(.auxo-input-search-enter-button) .auxo-input-suffix {
  right: 28px
}

.auxo-form-item-has-feedback .auxo-switch {
  margin: 2px 0 4px
}

.auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-arrow,
.auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-clear,
.auxo-form-item-has-feedback>.auxo-select .auxo-select-arrow,
.auxo-form-item-has-feedback>.auxo-select .auxo-select-clear {
  right: 32px
}

.auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-selection-selected-value,
.auxo-form-item-has-feedback>.auxo-select .auxo-select-selection-selected-value {
  padding-right: 42px
}

.auxo-form-item-has-feedback .auxo-cascader-picker-arrow {
  margin-right: 19px
}

.auxo-form-item-has-feedback .auxo-cascader-picker-clear {
  right: 32px
}

.auxo-form-item-has-feedback .auxo-picker,
.auxo-form-item-has-feedback .auxo-picker-large,
.auxo-form-item-has-feedback .auxo-picker-small {
  padding-right: 29.2px
}

.auxo-form-item-has-feedback.auxo-form-item-has-error .auxo-form-item-children-icon,
.auxo-form-item-has-feedback.auxo-form-item-has-success .auxo-form-item-children-icon,
.auxo-form-item-has-feedback.auxo-form-item-has-warning .auxo-form-item-children-icon,
.auxo-form-item-has-feedback.auxo-form-item-is-validating .auxo-form-item-children-icon {
  animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-top: -10px;
  pointer-events: none;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  visibility: visible;
  width: 32px;
  z-index: 1
}

.auxo-form-item-has-success.auxo-form-item-has-feedback .auxo-form-item-children-icon {
  animation-name: diffZoomIn1 !important;
  color: #3cc781
}

.auxo-form-item-has-warning .auxo-form-item-split {
  color: #ff9226
}

.auxo-form-item-has-warning .auxo-calendar-picker-open .auxo-calendar-picker-input {
  border-color: #ff9226;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-warning .auxo-calendar-picker-open .auxo-calendar-picker-input:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-calendar-picker-open .auxo-calendar-picker-input:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff9226
}

.auxo-form-item-has-warning .auxo-input-prefix {
  color: #ff9226
}

.auxo-form-item-has-warning .auxo-input-group-addon {
  border-color: #ff9226;
  color: #ff9226
}

.auxo-form-item-has-warning .has-feedback {
  color: #ff9226
}

.auxo-form-item-has-warning.auxo-form-item-has-feedback .auxo-form-item-children-icon {
  animation-name: diffZoomIn3 !important;
  color: #ff9226
}

.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input) .auxo-select-selector,
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input) .auxo-select-selector:hover {
  background-color: #fff;
  border-color: #ff9226 !important
}

.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector,
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector {
  background-color: #fff;
  border-color: #ff9226;
  border-color: #ff9226 !important;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-warning .auxo-input-number:not(.auxo-input-number-disabled),
.auxo-form-item-has-warning .auxo-picker:not(.auxo-picker-disabled),
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff9226
}

.auxo-form-item-has-warning .auxo-input-number:not(.auxo-input-number-disabled):focus,
.auxo-form-item-has-warning .auxo-picker:not(.auxo-picker-disabled):focus {
  background-color: #fff;
  border-color: #ff9226;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-warning .auxo-input-number:not(.auxo-input-number-disabled):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-input-number:not(.auxo-input-number-disabled):focus:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-warning .auxo-input-number:not(.auxo-input-number-disabled):not([disabled]):hover,
.auxo-form-item-has-warning .auxo-picker:not(.auxo-picker-disabled):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-picker:not(.auxo-picker-disabled):focus:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-warning .auxo-picker:not(.auxo-picker-disabled):not([disabled]):hover {
  background-color: #fff;
  border-color: #ff9226
}

.auxo-form-item-has-warning .auxo-cascader-multiple-wrapper,
.auxo-form-item-has-warning .auxo-cascader-multiple-wrapper:hover {
  background-color: #fff;
  border-color: #ff9226 !important
}

.auxo-form-item-has-warning .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper {
  background-color: #fff;
  border-color: #ff9226;
  border-color: #ff9226 !important;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-warning .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff9226
}

.auxo-form-item-has-warning .auxo-cascader-picker:focus .auxo-cascader-input {
  border-color: #ff9226;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-warning .auxo-cascader-picker:focus .auxo-cascader-input:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-warning .auxo-cascader-picker:focus .auxo-cascader-input:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff9226
}

.auxo-form-item-has-error .auxo-form-item-split {
  color: #ff3b52
}

.auxo-form-item-has-error .auxo-calendar-picker-open .auxo-calendar-picker-input {
  border-color: #ff3b52;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-calendar-picker-open .auxo-calendar-picker-input:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-calendar-picker-open .auxo-calendar-picker-input:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-prefix {
  color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-group-addon {
  border-color: #ff3b52;
  color: #ff3b52
}

.auxo-form-item-has-error .has-feedback {
  color: #ff3b52
}

.auxo-form-item-has-error.auxo-form-item-has-feedback .auxo-form-item-children-icon {
  animation-name: diffZoomIn2 !important;
  color: #ff3b52
}

.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input) .auxo-select-selector {
  background-color: #fff;
  border-color: #ff3b52 !important
}

.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input) .auxo-select-selector:hover {
  background-color: #fff;
  border-color: #ff8791 !important
}

.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector,
.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector {
  background-color: #fff;
  border-color: #ff3b52;
  border-color: #ff3b52 !important;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-focused .auxo-select-selector:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input).auxo-select-open .auxo-select-selector:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-group-addon .auxo-select.auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector {
  border: 0
}

.auxo-form-item-has-error .auxo-select.auxo-select-auto-complete .auxo-input:focus {
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number:not(.auxo-input-number-disabled),
.auxo-form-item-has-error .auxo-picker:not(.auxo-picker-disabled) {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number:not(.auxo-input-number-disabled):focus,
.auxo-form-item-has-error .auxo-picker:not(.auxo-picker-disabled):focus {
  background-color: #fff;
  border-color: #ff3b52;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-input-number:not(.auxo-input-number-disabled):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-input-number:not(.auxo-input-number-disabled):focus:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-error .auxo-picker:not(.auxo-picker-disabled):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-picker:not(.auxo-picker-disabled):focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number:not(.auxo-input-number-disabled):not([disabled]):hover,
.auxo-form-item-has-error .auxo-picker:not(.auxo-picker-disabled):not([disabled]):hover {
  background-color: #fff;
  border-color: #ff8791
}

.auxo-form-item-has-error .auxo-mention-wrapper .auxo-mention-editor,
.auxo-form-item-has-error .auxo-mention-wrapper .auxo-mention-editor:not([disabled]):hover,
.auxo-form-item-has-error .auxo-picker-focused:not(.auxo-picker-disabled) {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-mention-wrapper .auxo-mention-editor:not([disabled]):focus,
.auxo-form-item-has-error .auxo-mention-wrapper.auxo-mention-active:not([disabled]) .auxo-mention-editor {
  border-color: #ff3b52;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-mention-wrapper .auxo-mention-editor:not([disabled]):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-mention-wrapper .auxo-mention-editor:not([disabled]):focus:not(.sp-null):not(.sp-null-1):hover,
.auxo-form-item-has-error .auxo-mention-wrapper.auxo-mention-active:not([disabled]) .auxo-mention-editor:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-mention-wrapper.auxo-mention-active:not([disabled]) .auxo-mention-editor:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-cascader-multiple-wrapper {
  background-color: #fff;
  border-color: #ff3b52 !important
}

.auxo-form-item-has-error .auxo-cascader-multiple-wrapper:hover {
  background-color: #fff;
  border-color: #ff8791 !important
}

.auxo-form-item-has-error .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper {
  background-color: #fff;
  border-color: #ff3b52;
  border-color: #ff3b52 !important;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-cascader-picker-focused .auxo-cascader-multiple-wrapper:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-transfer-list {
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]) {
  border-color: #dcdee1
}

.auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):focus:not(.sp-null):not(.sp-null-1),
.auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-form-item-has-error .auxo-transfer-list-search:not([disabled]):focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-form-item-has-error .auxo-radio-button-wrapper {
  border-color: #ff3b52 !important
}

.auxo-form-item-has-error .auxo-radio-button-wrapper:not(:first-child):before {
  background-color: #ff3b52
}

.auxo-form-item-is-validating.auxo-form-item-has-feedback .auxo-form-item-children-icon {
  color: #1966ff;
  display: inline-block
}

.auxo-form {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-form legend {
  border: 0;
  border-bottom: 1px solid #dcdee1;
  color: #898b8f;
  display: block;
  font-size: 16px;
  line-height: inherit;
  margin-bottom: 20px;
  padding: 0;
  width: 100%
}

.auxo-form label {
  font-size: 14px
}

.auxo-form input[type=search] {
  box-sizing: border-box
}

.auxo-form input[type=checkbox],
.auxo-form input[type=radio] {
  line-height: normal
}

.auxo-form input[type=file] {
  display: block
}

.auxo-form input[type=range] {
  display: block;
  width: 100%
}

.auxo-form select[multiple],
.auxo-form select[size] {
  height: auto
}

.auxo-form input[type=checkbox]:focus,
.auxo-form input[type=file]:focus,
.auxo-form input[type=radio]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

.auxo-form output {
  color: #252931;
  display: block;
  font-size: 14px;
  line-height: 1.5715;
  padding-top: 15px
}

.auxo-form .auxo-form-text {
  display: inline-block;
  padding-right: 8px
}

.auxo-form-small .auxo-form-item-label>label {
  height: 28px
}

.auxo-form-small .auxo-form-item-control-input {
  min-height: 28px
}

.auxo-form-large .auxo-form-item-label>label {
  height: 40px
}

.auxo-form-large .auxo-form-item-control-input {
  min-height: 40px
}

.auxo-form-item {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  vertical-align: top
}

.auxo-form-item-with-help {
  transition: none
}

.auxo-form-item-hidden,
.auxo-form-item-hidden.auxo-row {
  display: none
}

.auxo-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap
}

.auxo-form-item-label-left {
  text-align: left
}

.auxo-form-item-label-wrap {
  line-height: 1.3215em;
  overflow: unset;
  white-space: unset
}

.auxo-form-item-label>label {
  align-items: center;
  color: #252931;
  display: inline-flex;
  font-size: 14px;
  height: 32px;
  max-width: 100%;
  position: relative
}

.auxo-form-item-label>label>.anticon {
  font-size: 14px;
  vertical-align: top
}

.auxo-form-item-label>label.auxo-form-item-required:not(.auxo-form-item-required-mark-optional):before {
  color: #ff3b52;
  content: "*";
  display: inline-block;
  font-family: SimSun, sans-serif;
  font-size: 14px;
  line-height: 1;
  margin-right: 4px
}

.auxo-form-hide-required-mark .auxo-form-item-label>label.auxo-form-item-required:not(.auxo-form-item-required-mark-optional):before {
  display: none
}

.auxo-form-item-label>label .auxo-form-item-optional {
  color: #898b8f;
  display: inline-block;
  margin-left: 4px
}

.auxo-form-hide-required-mark .auxo-form-item-label>label .auxo-form-item-optional {
  display: none
}

.auxo-form-item-label>label .auxo-form-item-tooltip {
  -webkit-margin-start: 4px;
  color: #898b8f;
  cursor: help;
  margin-inline-start: 4px;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb
}

.auxo-form-item-label>label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px
}

.auxo-form-item-label>label.auxo-form-item-no-colon:after {
  content: " "
}

.auxo-form-item.form-item-height-20 .auxo-form-item-label>label {
  height: 22px
}

.auxo-form-item.form-item-height-20 .auxo-form-item-control .auxo-form-item-control-input {
  min-height: 22px
}

.auxo-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.auxo-form-item-control:first-child:not([class^=auxo-col-]):not([class*=" auxo-col-"]) {
  width: 100%
}

.auxo-form-item-control-input {
  align-items: center;
  display: flex;
  min-height: 32px;
  position: relative
}

.auxo-form-item-control-input-content {
  flex: auto;
  max-width: 100%
}

.auxo-form-item-explain,
.auxo-form-item-extra {
  clear: both;
  color: #898b8f;
  font-size: 14px;
  line-height: 1.5715;
  padding-top: 0;
  transition: color .3s cubic-bezier(.215, .61, .355, 1)
}

.auxo-form-item-explain-connected {
  width: 100%
}

.auxo-form-item-with-help .auxo-form-item-explain {
  height: auto;
  opacity: 1
}

.auxo-form-item-feedback-icon {
  animation: zoomIn .3s cubic-bezier(.12, .4, .29, 1.46);
  font-size: 14px;
  pointer-events: none;
  text-align: center;
  visibility: visible
}

.auxo-form-item-feedback-icon-success {
  color: #3cc781
}

.auxo-form-item-feedback-icon-error {
  color: #ff3b52
}

.auxo-form-item-feedback-icon-warning {
  color: #ff9226
}

.auxo-form-item-feedback-icon-validating {
  color: #1966ff
}

.auxo-show-help {
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-show-help-appear,
.auxo-show-help-enter {
  opacity: 0
}

.auxo-show-help-appear-active,
.auxo-show-help-enter-active,
.auxo-show-help-leave {
  opacity: 1
}

.auxo-show-help-leave-active {
  opacity: 0
}

.auxo-show-help-item {
  overflow: hidden;
  transition: height .3s cubic-bezier(.645, .045, .355, 1), opacity .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1) !important
}

.auxo-show-help-item-appear,
.auxo-show-help-item-enter {
  opacity: 0;
  transform: translateY(-5px)
}

.auxo-show-help-item-appear-active,
.auxo-show-help-item-enter-active {
  opacity: 1;
  transform: translateY(0)
}

.auxo-show-help-item-leave {
  transition: height .2s cubic-bezier(.645, .045, .355, 1), opacity .2s cubic-bezier(.645, .045, .355, 1), transform .2s cubic-bezier(.645, .045, .355, 1) !important
}

.auxo-show-help-item-leave-active {
  transform: translateY(-5px)
}

@keyframes diffZoomIn1 {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes diffZoomIn2 {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

@keyframes diffZoomIn3 {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    opacity: 1;
    transform: scale(1)
  }
}

.auxo-form-rtl {
  direction: rtl
}

.auxo-form-rtl .auxo-form-item-label {
  text-align: left
}

.auxo-form-rtl .auxo-form-item-label>label.auxo-form-item-required:before {
  margin-left: 4px;
  margin-right: 0
}

.auxo-form-rtl .auxo-form-item-label>label:after {
  margin: 0 2px 0 8px
}

.auxo-form-rtl .auxo-form-item-label>label .auxo-form-item-optional {
  margin-left: 0;
  margin-right: 4px
}

.auxo-col-rtl .auxo-form-item-control:first-child {
  width: 100%
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input {
  padding-left: 24px;
  padding-right: 11px
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input-affix-wrapper .auxo-input-suffix {
  padding-left: 18px;
  padding-right: 11px
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input-affix-wrapper .auxo-input,
.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input-number-affix-wrapper .auxo-input-number {
  padding: 0
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input-search:not(.auxo-input-search-enter-button) .auxo-input-suffix {
  left: 28px;
  right: auto
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-input-number {
  padding-left: 18px
}

.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-arrow,
.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-clear,
.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-number-group-addon)>.auxo-select .auxo-select-arrow,
.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-number-group-addon)>.auxo-select .auxo-select-clear,
.auxo-form-rtl .auxo-form-item-has-feedback>.auxo-select .auxo-select-arrow,
.auxo-form-rtl .auxo-form-item-has-feedback>.auxo-select .auxo-select-clear {
  left: 32px;
  right: auto
}

.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-group-addon)>.auxo-select .auxo-select-selection-selected-value,
.auxo-form-rtl .auxo-form-item-has-feedback :not(.auxo-input-number-group-addon)>.auxo-select .auxo-select-selection-selected-value,
.auxo-form-rtl .auxo-form-item-has-feedback>.auxo-select .auxo-select-selection-selected-value {
  padding-left: 42px;
  padding-right: 0
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-cascader-picker-arrow {
  margin-left: 19px;
  margin-right: 0
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-cascader-picker-clear {
  left: 32px;
  right: auto
}

.auxo-form-rtl .auxo-form-item-has-feedback .auxo-picker,
.auxo-form-rtl .auxo-form-item-has-feedback .auxo-picker-large,
.auxo-form-rtl .auxo-form-item-has-feedback .auxo-picker-small {
  padding-left: 29.2px;
  padding-right: 11px
}

.auxo-form-rtl .auxo-form-item-has-feedback.auxo-form-item-has-error .auxo-form-item-children-icon,
.auxo-form-rtl .auxo-form-item-has-feedback.auxo-form-item-has-success .auxo-form-item-children-icon,
.auxo-form-rtl .auxo-form-item-has-feedback.auxo-form-item-has-warning .auxo-form-item-children-icon,
.auxo-form-rtl .auxo-form-item-has-feedback.auxo-form-item-is-validating .auxo-form-item-children-icon {
  left: 0;
  right: auto
}

.auxo-form-rtl.auxo-form-inline .auxo-form-item {
  margin-left: 16px;
  margin-right: 0
}

.auxo-form-item-label:not(.sp-null)>label {
  color: #898b8f;
  padding-right: 6px
}

.auxo-form-item-label:not(.sp-null)>label:after {
  content: ""
}

.auxo-form-item-with-help:not(.sp-null) {
  margin-bottom: 24px
}

.auxo-form-item-explain,
.auxo-form-item-extra {
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled),
.auxo-form-item.auxo-form-item-has-error .auxo-input:not(.auxo-input-disabled):not(.sp-null) {
  background-color: #fff;
  border-color: #ff3b52;
  z-index: 1
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):focus,
.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover,
.auxo-form-item.auxo-form-item-has-error .auxo-input:not(.auxo-input-disabled):not(.sp-null):focus,
.auxo-form-item.auxo-form-item-has-error .auxo-input:not(.auxo-input-disabled):not(.sp-null):hover {
  background-color: #fff;
  border-color: #ff8791;
  z-index: 1
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):focus .auxo-input:not(.auxo-input-disabled):not(.sp-null),
.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover .auxo-input:not(.auxo-input-disabled):not(.sp-null),
.auxo-form-item.auxo-form-item-has-error .auxo-input:not(.auxo-input-disabled):not(.sp-null):focus .auxo-input:not(.auxo-input-disabled):not(.sp-null),
.auxo-form-item.auxo-form-item-has-error .auxo-input:not(.auxo-input-disabled):not(.sp-null):hover .auxo-input:not(.auxo-input-disabled):not(.sp-null) {
  background-color: #fff
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper.auxo-input-affix-wrapper-disabled,
.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper.auxo-input-affix-wrapper-disabled:hover {
  border-color: #dcdee1
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper.auxo-input-affix-wrapper-focused {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-form-item.auxo-form-item-has-error .auxo-cascader-picker,
.auxo-form-item.auxo-form-item-has-error .auxo-cascader-picker:hover,
.auxo-form-item.auxo-form-item-has-error .auxo-input-affix-wrapper.auxo-input-affix-wrapper-focused .auxo-input:not(.auxo-input-disabled):not(.sp-null) {
  background-color: #fff
}

.auxo-form-item.auxo-form-item-has-error .auxo-cascader-picker:hover .auxo-cascader-input:not(.auxo-input-disabled):not(.sp-null) {
  border-color: #ff3b52
}

.auxo-form-item.auxo-form-item-has-error .auxo-cascader-picker-focused {
  background-color: #fff
}

.auxo-form-item.auxo-form-item-has-error .auxo-cascader-picker-focused .auxo-cascader-input:not(.auxo-input-disabled):not(.sp-null) {
  border-color: #ff3b52
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-last-child(2):focus,
.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-last-child(2):hover {
  border-right-color: #ff8791
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper:nth-child(2).auxo-input-affix-wrapper-focused,
.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper:nth-child(2):hover {
  border-left-color: #ff8791
}

.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper-disabled:nth-child(2).auxo-input-affix-wrapper-focused,
.auxo-form-item.auxo-form-item-has-error .auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper-disabled:nth-child(2):hover {
  border-left-color: #dcdee1
}

.auxo-form-item.auxo-form-item-has-warning .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled),
.auxo-form-item.auxo-form-item-has-warning .auxo-input:not(.auxo-input-disabled):not(.sp-null) {
  background-color: #fff
}

.auxo-form-item.auxo-form-item-has-warning .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled),
.auxo-form-item.auxo-form-item-has-warning .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover,
.auxo-form-item.auxo-form-item-has-warning .auxo-input:not(.auxo-input-disabled):not(.sp-null),
.auxo-form-item.auxo-form-item-has-warning .auxo-input:not(.auxo-input-disabled):not(.sp-null):hover {
  border-color: #ff9226;
  z-index: 1
}

.auxo-form-item.auxo-form-item-has-warning .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover,
.auxo-form-item.auxo-form-item-has-warning .auxo-input:not(.auxo-input-disabled):not(.sp-null):hover {
  background-color: #fff
}

.auxo-form-item-explain:not(.auxo-form-item-explain-error),
.auxo-form-item-extra:not(.sp-null) {
  color: #898b8f
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-rightTop .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap.auxo-tooltip-placement-right .auxo-tooltip-arrow-content {
  border-bottom: 1px solid;
  border-left: 1px solid;
  transform: translateX(6.75px) rotate(45deg)
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap.auxo-tooltip-placement-bottom .auxo-tooltip-arrow-content {
  border-left: 1px solid;
  border-top: 1px solid;
  transform: translateY(6.75px) rotate(45deg)
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-leftTop .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap.auxo-tooltip-placement-left .auxo-tooltip-arrow-content {
  border-right: 1px solid;
  border-top: 1px solid;
  transform: translateX(-6.75px) rotate(45deg)
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-topLeft .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap .auxo-tooltip-placement-topRight .auxo-tooltip-arrow-content,
.auxo-form-item-error-tooltip-wrap.auxo-tooltip-placement-top .auxo-tooltip-arrow-content {
  border-bottom: 1px solid;
  border-right: 1px solid;
  transform: translateY(-6.75px) rotate(45deg)
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-content .auxo-tooltip-arrow {
  overflow: visible
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-content .auxo-tooltip-arrow-content {
  background-color: #fff;
  border-color: #eeeff0
}

.auxo-form-item-error-tooltip-wrap .auxo-tooltip-content .auxo-tooltip-inner {
  background-color: #fff;
  border: 1px solid #eeeff0;
  color: #565960;
  max-width: 156px
}

.auxo-form-item-error-tooltip-wrap-error .auxo-tooltip-content .auxo-tooltip-arrow-content {
  border-color: #ff4050
}

.auxo-form-item-error-tooltip-wrap-error .auxo-tooltip-content .auxo-tooltip-inner {
  border-color: #ff4050;
  color: #ff4050
}

.auxo-form-inline .auxo-form-item-row {
  flex-wrap: nowrap
}

.auxo-form.form-item-margin-bottom-16 .auxo-form-item {
  margin-bottom: 16px
}

.auxo-form .auxo-form-item-no-grid {
  display: flex;
  margin-bottom: 0
}

.auxo-form .auxo-form-item-no-grid .auxo-form-item-label>label {
  padding-right: 16px
}

.auxo-form .auxo-form-item-no-grid .auxo-form-item-label>label:after {
  display: none
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-vertical,
.auxo-form.auxo-form-vertical .auxo-form-item-no-grid {
  flex-direction: column
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-vertical .auxo-form-item-label {
  line-height: 1.5715;
  padding: 0 0 12px;
  text-align: left
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-vertical .auxo-form-item-label label {
  height: 22px
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-vertical .auxo-form-item-control {
  width: 100%
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-horizontal {
  flex-direction: row
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-horizontal .auxo-form-item-label {
  line-height: 1.5715;
  padding: 0;
  text-align: right
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-horizontal .auxo-form-item-label-left:not(.sp-null) {
  text-align: left
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-horizontal .auxo-form-item-label label {
  height: 32px
}

.auxo-form .auxo-form-item-no-grid.auxo-form-item-horizontal .auxo-form-item-control {
  width: auto
}

.auxo-sp-img-default.img-default-wrapper {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23F5F5F7' d='M0 0h100v100H0z'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M30 33.5a3.5 3.5 0 0 1 3.5-3.5h33a3.5 3.5 0 0 1 3.5 3.5v33a3.5 3.5 0 0 1-3.5 3.5h-33a3.5 3.5 0 0 1-3.5-3.5v-33zm3 24.375v7.047l9.973-9.55-3.32-3.319L33 57.875zm12.14-4.578-4.357-4.358a1.5 1.5 0 0 0-2.049-.068L33 53.89V33.5a.5.5 0 0 1 .5-.5h33a.5.5 0 0 1 .5.5v17.62l-8.77-8.372a1.5 1.5 0 0 0-2.073.002L45.141 53.297zM67 55.267l-9.804-9.359L35.167 67H66.5a.5.5 0 0 0 .5-.5V55.267z' fill='%23D5D6DB'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M41.5 42.5a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm0 3a5 5 0 1 0 0-10 5 5 0 0 0 0 10z' fill='%23D5D6DB'/%3E%3C/svg%3E") no-repeat 50%;
  background-size: contain;
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.auxo-sp-img-default.img-default-wrapper.img-success-mask:before {
  background-color: rgba(0, 0, 0, .04);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-sp-img-preview.img-preview-wrap {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  display: flex;
  left: 0;
  outline: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1200
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-fade-leave {
  opacity: 0;
  transition: opacity .3s
}

.auxo-sp-img-preview.img-preview-wrap:hover .img-preview-fade-leave {
  opacity: 1
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-tips {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .1));
  color: #fff;
  font-size: 14px;
  height: 68px;
  left: 0;
  line-height: 20px;
  padding: 24px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-tips-separator {
  padding: 0 12px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-body .img-preview-wrapper {
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-body .img-preview-wrapper .img-preview-img-content {
  align-items: center;
  display: flex;
  justify-content: center;
  max-height: 100vh;
  max-width: 100vw;
  position: relative
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-body .img-preview-wrapper .img-preview-img-content .img-preview-loading-icon {
  color: #fff;
  font-size: 32px;
  left: calc(50% - 16px);
  position: absolute;
  top: calc(50% - 16px)
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-body .img-preview-wrapper .img-preview-img-content img {
  cursor: grab;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-sp-img-preview.img-preview-wrap .img-preview {
  margin: auto
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  margin: 0
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator {
  background: rgba(0, 0, 0, .45);
  border-radius: 3px;
  bottom: 24px;
  box-shadow: 0 6px 32px rgba(31, 37, 51, .06);
  display: flex;
  font-size: 24px;
  justify-content: left;
  left: 50%;
  padding: 16px 32px 16px 24px;
  position: fixed;
  transform: translateX(-50%);
  width: 521px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator.show-part {
  width: 465px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-download,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-page,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-recover,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-rotate,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-scale {
  align-items: center;
  color: #dcdee1;
  display: flex;
  height: 24px;
  line-height: 24px;
  margin: 0;
  position: relative;
  vertical-align: top
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-page {
  border-right: 1px solid #eeeff0;
  display: flex;
  flex: 0 0 144px;
  font-size: 16px;
  justify-content: space-between;
  margin-right: 32px;
  padding-right: 24px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-left {
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  transform: rotate(180deg)
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-right {
  cursor: pointer;
  font-size: 24px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-scale {
  display: flex;
  flex: 0 0 125px;
  justify-content: space-between
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-percent {
  font-size: 16px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-zoom-out {
  cursor: pointer
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-zoom-in {
  cursor: pointer;
  margin-top: 2px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-download,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-recover,
.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-rotate {
  cursor: pointer;
  flex: 1 1;
  justify-content: flex-end
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-operator-disabled {
  color: #dcdee1;
  cursor: not-allowed !important
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-close {
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 32px rgba(31, 37, 51, .06);
  color: #252931;
  cursor: pointer;
  font-size: 22px;
  height: 48px;
  outline: none;
  position: fixed;
  right: 32px;
  top: 40px;
  transition: all .3s;
  width: 48px;
  z-index: 10
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-close:hover {
  background-color: #bcbdc0;
  color: #252931
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-header {
  background: #fff;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 5px 5px 0 0;
  color: #666;
  padding: 13px 20px 14px
}

.auxo-sp-img-preview.img-preview-wrap .img-preview-footer {
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e9e9e9;
  padding: 10px 20px;
  text-align: right
}

.img-preview-mask {
  background-color: rgba(0, 0, 0, .5);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1010
}

.img-preview-mask.img-preview-mask-hidden {
  display: none
}

.auxo-upload {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0
}

.auxo-upload p {
  margin: 0
}

.auxo-upload-btn {
  display: block;
  outline: none;
  width: 100%
}

.auxo-upload input[type=file] {
  cursor: pointer
}

.auxo-upload.auxo-upload-select {
  display: inline-block
}

.auxo-upload.auxo-upload-disabled {
  cursor: not-allowed
}

.auxo-upload.auxo-upload-select-picture-card {
  background-color: #f8f9fa;
  border: 1px dashed #dcdee1;
  border-radius: 4px;
  cursor: pointer;
  height: 104px;
  margin-bottom: 8px;
  margin-right: 8px;
  text-align: center;
  transition: border-color .3s;
  vertical-align: top;
  width: 104px
}

.auxo-upload.auxo-upload-select-picture-card>.auxo-upload {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  text-align: center
}

.auxo-upload.auxo-upload-select-picture-card:hover {
  border-color: #1966ff
}

.auxo-upload-disabled.auxo-upload.auxo-upload-select-picture-card:hover {
  border-color: #dcdee1
}

.auxo-upload.auxo-upload-drag {
  background: #f8f9fa;
  border: 1px dashed #dcdee1;
  border-radius: 4px;
  cursor: pointer;
  height: 100%;
  position: relative;
  text-align: center;
  transition: border-color .3s;
  width: 100%
}

.auxo-upload.auxo-upload-drag .auxo-upload {
  padding: 16px 0
}

.auxo-upload.auxo-upload-drag.auxo-upload-drag-hover:not(.auxo-upload-disabled) {
  border-color: #1556d9
}

.auxo-upload.auxo-upload-drag.auxo-upload-disabled {
  cursor: not-allowed
}

.auxo-upload.auxo-upload-drag .auxo-upload-btn {
  display: table;
  height: 100%
}

.auxo-upload.auxo-upload-drag .auxo-upload-drag-container {
  display: table-cell;
  vertical-align: middle
}

.auxo-upload.auxo-upload-drag:not(.auxo-upload-disabled):hover {
  border-color: #4784ff
}

.auxo-upload.auxo-upload-drag p.auxo-upload-drag-icon {
  margin-bottom: 20px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-drag-icon .anticon {
  color: #4784ff;
  font-size: 48px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-text {
  color: #252931;
  font-size: 16px;
  margin: 0 0 4px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-hint {
  color: #898b8f;
  font-size: 14px
}

.auxo-upload.auxo-upload-drag .anticon-plus {
  color: #bcbdc0;
  font-size: 30px;
  transition: all .3s
}

.auxo-upload.auxo-upload-drag .anticon-plus:hover,
.auxo-upload.auxo-upload-drag:hover .anticon-plus {
  color: #898b8f
}

.auxo-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%
}

.auxo-upload-picture-card-wrapper:before {
  content: "";
  display: table
}

.auxo-upload-picture-card-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.auxo-upload-list {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-upload-list:after,
.auxo-upload-list:before {
  content: "";
  display: table
}

.auxo-upload-list:after {
  clear: both
}

.auxo-upload-list-item {
  font-size: 14px;
  height: 22.001px;
  margin-top: 8px;
  position: relative
}

.auxo-upload-list-item-name {
  display: inline-block;
  line-height: 1.5715;
  overflow: hidden;
  padding-left: 22px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%
}

.auxo-upload-list-item-card-actions {
  position: absolute;
  right: 0
}

.auxo-upload-list-item-card-actions-btn {
  opacity: 0
}

.auxo-upload-list-item-card-actions-btn.auxo-btn-sm {
  height: 20px;
  line-height: 1
}

.auxo-upload-list-item-card-actions.picture {
  line-height: 0;
  top: 22px
}

.auxo-upload-list-item-card-actions-btn:focus,
.auxo-upload-list-item-card-actions.picture .auxo-upload-list-item-card-actions-btn {
  opacity: 1
}

.auxo-upload-list-item-card-actions .anticon {
  color: #898b8f
}

.auxo-upload-list-item-info {
  height: 100%;
  padding: 0 4px;
  transition: background-color .3s
}

.auxo-upload-list-item-info>span {
  display: block;
  height: 100%;
  width: 100%
}

.auxo-upload-list-item-info .anticon-loading .anticon,
.auxo-upload-list-item-info .auxo-upload-text-icon .anticon {
  color: #898b8f;
  font-size: 14px;
  position: absolute;
  top: 5px
}

.auxo-upload-list-item .anticon-close {
  color: #898b8f;
  cursor: pointer;
  font-size: 10px;
  line-height: 0;
  opacity: 0;
  position: absolute;
  right: 4px;
  top: 6px;
  transition: all .3s
}

.auxo-upload-list-item .anticon-close:hover {
  color: #565960
}

.auxo-upload-list-item:hover .auxo-upload-list-item-info {
  background-color: #f0f6ff
}

.auxo-upload-list-item:hover .anticon-close,
.auxo-upload-list-item:hover .auxo-upload-list-item-card-actions-btn {
  opacity: 1
}

.auxo-upload-list-item-error,
.auxo-upload-list-item-error .auxo-upload-list-item-card-actions .anticon,
.auxo-upload-list-item-error .auxo-upload-list-item-name,
.auxo-upload-list-item-error .auxo-upload-text-icon>.anticon {
  color: #ff3b52
}

.auxo-upload-list-item-error .auxo-upload-list-item-card-actions-btn {
  opacity: 1
}

.auxo-upload-list-item-progress {
  bottom: -12px;
  font-size: 14px;
  line-height: 0;
  padding-left: 26px;
  position: absolute;
  width: 100%
}

.auxo-upload-list-picture .auxo-upload-list-item,
.auxo-upload-list-picture-card .auxo-upload-list-item {
  border: 1px solid #dcdee1;
  border-radius: 4px;
  height: 66px;
  padding: 8px;
  position: relative
}

.auxo-upload-list-picture .auxo-upload-list-item:hover,
.auxo-upload-list-picture-card .auxo-upload-list-item:hover {
  background: transparent
}

.auxo-upload-list-picture .auxo-upload-list-item-error,
.auxo-upload-list-picture-card .auxo-upload-list-item-error {
  border-color: #ff3b52
}

.auxo-upload-list-picture .auxo-upload-list-item:hover .auxo-upload-list-item-info,
.auxo-upload-list-picture-card .auxo-upload-list-item:hover .auxo-upload-list-item-info {
  background: transparent
}

.auxo-upload-list-picture .auxo-upload-list-item-uploading,
.auxo-upload-list-picture-card .auxo-upload-list-item-uploading {
  border-style: dashed
}

.auxo-upload-list-picture .auxo-upload-list-item-thumbnail,
.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail {
  height: 48px;
  line-height: 54px;
  opacity: .8;
  text-align: center;
  width: 48px
}

.auxo-upload-list-picture .auxo-upload-list-item-thumbnail .anticon,
.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail .anticon {
  font-size: 26px
}

.auxo-upload-list-picture .auxo-upload-list-item-error .auxo-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"],
.auxo-upload-list-picture-card .auxo-upload-list-item-error .auxo-upload-list-item-thumbnail .anticon svg path[fill="#e6f7ff"] {
  fill: #fff0f0
}

.auxo-upload-list-picture .auxo-upload-list-item-error .auxo-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"],
.auxo-upload-list-picture-card .auxo-upload-list-item-error .auxo-upload-list-item-thumbnail .anticon svg path[fill="#1890ff"] {
  fill: #ff3b52
}

.auxo-upload-list-picture .auxo-upload-list-item-icon,
.auxo-upload-list-picture-card .auxo-upload-list-item-icon {
  font-size: 26px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.auxo-upload-list-picture .auxo-upload-list-item-icon .anticon,
.auxo-upload-list-picture-card .auxo-upload-list-item-icon .anticon {
  font-size: 26px
}

.auxo-upload-list-picture .auxo-upload-list-item-image,
.auxo-upload-list-picture-card .auxo-upload-list-item-image {
  max-width: 100%
}

.auxo-upload-list-picture .auxo-upload-list-item-thumbnail img,
.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail img {
  display: block;
  height: 48px;
  overflow: hidden;
  width: 48px
}

.auxo-upload-list-picture .auxo-upload-list-item-name,
.auxo-upload-list-picture-card .auxo-upload-list-item-name {
  box-sizing: border-box;
  display: inline-block;
  line-height: 44px;
  margin: 0 0 0 8px;
  max-width: 100%;
  overflow: hidden;
  padding-left: 48px;
  padding-right: 8px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.auxo-upload-list-picture .auxo-upload-list-item-uploading .auxo-upload-list-item-name,
.auxo-upload-list-picture-card .auxo-upload-list-item-uploading .auxo-upload-list-item-name {
  line-height: 28px
}

.auxo-upload-list-picture .auxo-upload-list-item-progress,
.auxo-upload-list-picture-card .auxo-upload-list-item-progress {
  bottom: 14px;
  margin-top: 0;
  padding-left: 56px;
  width: calc(100% - 24px)
}

.auxo-upload-list-picture .anticon-close,
.auxo-upload-list-picture-card .anticon-close {
  line-height: 1;
  opacity: 1;
  position: absolute;
  right: 8px;
  top: 8px
}

.auxo-upload-list-picture-card-container {
  display: inline-block;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
  width: 104px
}

.auxo-upload-list-picture-card.auxo-upload-list:after {
  display: none
}

.auxo-upload-list-picture-card .auxo-upload-list-item {
  height: 100%;
  margin: 0
}

.auxo-upload-list-picture-card .auxo-upload-list-item-info {
  height: 100%;
  overflow: hidden;
  position: relative
}

.auxo-upload-list-picture-card .auxo-upload-list-item-info:before {
  background-color: rgba(0, 0, 0, .5);
  content: " ";
  height: 100%;
  opacity: 0;
  position: absolute;
  transition: all .3s;
  width: 100%;
  z-index: 1
}

.auxo-upload-list-picture-card .auxo-upload-list-item:hover .auxo-upload-list-item-info:before {
  opacity: 1
}

.auxo-upload-list-picture-card .auxo-upload-list-item-actions {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .3s;
  white-space: nowrap;
  z-index: 10
}

.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-delete,
.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-download,
.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-eye {
  color: hsla(0, 0%, 100%, .85);
  cursor: pointer;
  font-size: 16px;
  margin: 0 4px;
  transition: all .3s;
  width: 16px;
  z-index: 10
}

.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-delete:hover,
.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-download:hover,
.auxo-upload-list-picture-card .auxo-upload-list-item-actions .anticon-eye:hover {
  color: #fff
}

.auxo-upload-list-picture-card .auxo-upload-list-item-actions:hover,
.auxo-upload-list-picture-card .auxo-upload-list-item-info:hover+.auxo-upload-list-item-actions {
  opacity: 1
}

.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail,
.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  width: 100%
}

.auxo-upload-list-picture-card .auxo-upload-list-item-name {
  display: none;
  line-height: 1.5715;
  margin: 8px 0 0;
  padding: 0;
  text-align: center
}

.auxo-upload-list-picture-card .auxo-upload-list-item-file+.auxo-upload-list-item-name {
  bottom: 10px;
  display: block;
  position: absolute
}

.auxo-upload-list-picture-card .auxo-upload-list-item-uploading.auxo-upload-list-item {
  background-color: #f8f9fa
}

.auxo-upload-list-picture-card .auxo-upload-list-item-uploading .auxo-upload-list-item-info {
  height: auto
}

.auxo-upload-list-picture-card .auxo-upload-list-item-uploading .auxo-upload-list-item-info .anticon-delete,
.auxo-upload-list-picture-card .auxo-upload-list-item-uploading .auxo-upload-list-item-info .anticon-eye,
.auxo-upload-list-picture-card .auxo-upload-list-item-uploading .auxo-upload-list-item-info:before {
  display: none
}

.auxo-upload-list-picture-card .auxo-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
  width: calc(100% - 14px)
}

.auxo-upload-list-picture-container,
.auxo-upload-list-text-container {
  transition: opacity .3s, height .3s
}

.auxo-upload-list-picture-container:before,
.auxo-upload-list-text-container:before {
  content: "";
  display: table;
  height: 0;
  width: 0
}

.auxo-upload-list-picture-container .auxo-upload-span,
.auxo-upload-list-text-container .auxo-upload-span {
  display: block;
  flex: auto
}

.auxo-upload-list-picture .auxo-upload-span,
.auxo-upload-list-text .auxo-upload-span {
  align-items: center;
  display: flex
}

.auxo-upload-list-picture .auxo-upload-span>*,
.auxo-upload-list-text .auxo-upload-span>* {
  flex: none
}

.auxo-upload-list-picture .auxo-upload-list-item-name,
.auxo-upload-list-text .auxo-upload-list-item-name {
  flex: auto;
  padding: 0 8px
}

.auxo-upload-list-picture .auxo-upload-list-item-card-actions,
.auxo-upload-list-text .auxo-upload-list-item-card-actions,
.auxo-upload-list-text .auxo-upload-text-icon .anticon {
  position: static
}

.auxo-upload-list .auxo-upload-animate-inline-appear,
.auxo-upload-list .auxo-upload-animate-inline-enter,
.auxo-upload-list .auxo-upload-animate-inline-leave {
  animation-duration: .3s;
  animation-fill-mode: cubic-bezier(.78, .14, .15, .86)
}

.auxo-upload-list .auxo-upload-animate-inline-appear,
.auxo-upload-list .auxo-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn
}

.auxo-upload-list .auxo-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut
}

@keyframes uploadAnimateInlineIn {
  0% {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    width: 0
  }
}

.auxo-upload-rtl {
  direction: rtl
}

.auxo-upload-rtl.auxo-upload.auxo-upload-select-picture-card {
  margin-left: 8px;
  margin-right: auto
}

.auxo-upload-list-rtl {
  direction: rtl
}

.auxo-upload-list-rtl .auxo-upload-list-item-list-type-text:hover .auxo-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
  padding-right: 22px
}

.auxo-upload-list-rtl .auxo-upload-list-item-list-type-text:hover .auxo-upload-list-item-name-icon-count-2 {
  padding-left: 28px;
  padding-right: 22px
}

.auxo-upload-list-rtl .auxo-upload-list-item-name {
  padding-left: 0;
  padding-right: 22px
}

.auxo-upload-list-rtl .auxo-upload-list-item-name-icon-count-1 {
  padding-left: 14px
}

.auxo-upload-list-rtl .auxo-upload-list-item-card-actions {
  left: 0;
  right: auto
}

.auxo-upload-list-rtl .auxo-upload-list-item-card-actions .anticon {
  padding-left: 5px;
  padding-right: 0
}

.auxo-upload-list-rtl .auxo-upload-list-item-info {
  padding: 0 4px 0 12px
}

.auxo-upload-list-rtl .auxo-upload-list-item .anticon-close {
  left: 4px;
  right: auto
}

.auxo-upload-list-rtl .auxo-upload-list-item-error .auxo-upload-list-item-card-actions .anticon {
  padding-left: 5px;
  padding-right: 0
}

.auxo-upload-list-rtl .auxo-upload-list-item-progress {
  padding-left: 0;
  padding-right: 26px
}

.auxo-upload-list-picture .auxo-upload-list-item-info,
.auxo-upload-list-picture-card .auxo-upload-list-item-info {
  padding: 0
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-thumbnail,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-thumbnail {
  left: auto;
  right: 8px
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-icon,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-icon {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%)
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-name,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-left: 8px;
  padding-right: 48px
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-name-icon-count-1,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-name-icon-count-1 {
  padding-left: 18px;
  padding-right: 48px
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-name-icon-count-2,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-name-icon-count-2 {
  padding-left: 36px;
  padding-right: 48px
}

.auxo-upload-list-rtl.auxo-upload-list-picture .auxo-upload-list-item-progress,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-progress {
  padding-left: 0;
  padding-right: 0
}

.auxo-upload-list-rtl.auxo-upload-list-picture .anticon-close,
.auxo-upload-list-rtl.auxo-upload-list-picture-card .anticon-close {
  left: 8px;
  right: auto
}

.auxo-upload-list-rtl .auxo-upload-list-picture-card-container {
  margin: 0 0 8px 8px
}

.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-actions {
  left: auto;
  right: 50%;
  transform: translate(50%, -50%)
}

.auxo-upload-list-rtl.auxo-upload-list-picture-card .auxo-upload-list-item-file+.auxo-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0
}

.auxo-sp-upload .sp-upload-component {
  display: none
}

.auxo-sp-upload .auxo-sp-icon {
  font-size: 16px
}

.auxo-sp-upload .auxo-upload.auxo-upload-select-picture-card {
  background: transparent;
  border: none;
  height: 88px;
  width: 88px
}

.auxo-sp-upload .auxo-upload.auxo-upload-select-picture-card>.auxo-upload {
  padding: 0
}

.auxo-sp-upload .auxo-popover-open .spm-image-upload-item-mask {
  opacity: 1;
  transition: opacity .3s;
  z-index: 101
}

.auxo-sp-upload .auxo-upload-img-drag-hover .spm-image-upload-item-default-btn {
  border: 1px dashed #4784ff;
  color: #4784ff
}

.auxo-sp-upload .spm-image-upload-item {
  background: #fff;
  border: 1px dashed #dcdee1;
  border-radius: 4px;
  color: #565960;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 400;
  height: 88px;
  line-height: 16px;
  margin: 0 8px 8px 0;
  position: relative;
  width: 88px
}

.auxo-sp-upload .spm-image-upload-item-default-btn:hover {
  border: 1px dashed #4784ff;
  color: #4784ff
}

.auxo-sp-upload .spm-image-upload-item-default-img-wrap {
  align-items: center;
  background: #f3f4f5;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-default-img-wrap>.auxo-sp-icon {
  color: #000;
  font-size: 24px;
  opacity: .08
}

.auxo-sp-upload .spm-image-upload-item-other-img-wrap-success {
  align-items: center;
  background: rgba(71, 132, 255, .1);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-other-img-wrap-success>.auxo-sp-icon {
  color: #4784ff;
  opacity: 1
}

.auxo-sp-upload .spm-image-upload-item-other-img-wrap-fail {
  align-items: center;
  background: hsla(0, 0%, 100%, .7);
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-other-img-wrap-fail>.auxo-sp-icon {
  color: #bad1ff;
  opacity: 1
}

.auxo-sp-upload .spm-image-upload-item-other-img-extension {
  color: #1966ff;
  display: block;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  margin-top: 3px;
  text-align: center;
  word-break: break-all
}

.auxo-sp-upload .spm-image-upload-item-other-img-extension-fail {
  color: #bad1ff
}

.auxo-sp-upload .spm-image-upload-item-error {
  align-items: center;
  background: hsla(0, 0%, 100%, .7);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  height: 100%;
  justify-content: center;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-sp-upload .spm-image-upload-item-error-title {
  color: #ff3b52;
  margin: 6px 0
}

.auxo-sp-upload .spm-image-upload-item-success {
  background: #fff;
  border: 1px solid #eeeff0;
  border-radius: 4px;
  color: #565960;
  cursor: pointer;
  float: left;
  height: 88px;
  margin: 0 8px 8px 0;
  position: relative;
  width: 88px
}

.auxo-sp-upload .spm-image-upload-item-error-wrapper {
  border: 1px solid #ff3b52;
  overflow: hidden
}

.auxo-sp-upload .spm-image-upload-item-error-wrapper:hover {
  border: 1px solid #ff3b52
}

.auxo-sp-upload .spm-image-upload-item-img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-img-error-wrapper {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-img-error {
  filter: blur(3px);
  height: 100%;
  left: 0;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  top: 0;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-success:hover .spm-image-upload-item-mask,
.auxo-sp-upload .spm-image-upload-item:hover .spm-image-upload-item-mask {
  opacity: 1;
  transition: opacity .3s;
  z-index: 101
}

.auxo-sp-upload .spm-image-upload-item-img-icon {
  height: 16px;
  width: 16px
}

.auxo-sp-upload .spm-image-upload-item-img {
  background-color: #eeeff0;
  border-radius: 4px;
  -o-object-fit: contain;
  object-fit: contain
}

.auxo-sp-upload .spm-image-upload-item-mask {
  align-items: center;
  background: rgba(0, 0, 0, .45);
  border-radius: 4px;
  bottom: -1px;
  display: flex;
  flex-direction: row;
  height: calc(100% + 2px);
  justify-content: space-evenly;
  left: -1px;
  line-height: 1.5715;
  opacity: 0;
  position: absolute;
  transition: opacity .3s;
  width: calc(100% + 2px)
}

.auxo-sp-upload .spm-image-upload-item-mask-split {
  background: #85878a;
  border-radius: 1px;
  height: 12px;
  width: 1px
}

.auxo-sp-upload .spm-image-upload-item-mask-item {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 32px;
  justify-content: center
}

.auxo-sp-upload .spm-image-upload-item-progress {
  margin-bottom: 5px;
  width: 48px
}

.auxo-sp-upload .spm-image-upload-item-progress-text {
  color: rgba(0, 0, 0, .65);
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 3px
}

.auxo-sp-upload .spm-image-upload-item-icon {
  font-size: 16px
}

.auxo-sp-upload .spm-image-upload-item-top {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-bottom {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 8px;
  width: 100%
}

.auxo-sp-upload .spm-image-upload-item-text {
  font-size: 12px;
  line-height: 16px
}

.auxo-sp-upload .spm-image-upload-item-image {
  height: 88px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 88px
}

.auxo-sp-upload.auxo-sp-upload-disabled .spm-image-upload-item-default-btn {
  color: #bcbdc0
}

.auxo-sp-upload.auxo-sp-upload-disabled .spm-image-upload-item-default-btn:hover {
  border: 1px dashed #dcdee1;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-sp-upload.auxo-sp-upload-disabled .spm-image-upload-item-mask-delete,
.auxo-sp-upload.auxo-sp-upload-disabled .spm-image-upload-item-mask-retry {
  cursor: not-allowed
}

.auxo-form-item-has-error .auxo-upload-list .spm-image-upload-item-default-btn {
  border-color: #ff3b52
}

.auxo-popover.spm-image-upload-item-popover-wrap .auxo-popover-content .auxo-popover-inner .auxo-popover-inner-content:not(.sp-null) {
  padding: 0 12px
}

.auxo-popover.spm-image-upload-item-popover-wrap .spm-image-upload-item-popover {
  color: #565960;
  display: flex
}

.auxo-popover.spm-image-upload-item-popover-wrap .spm-image-upload-item-popover-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 14px 12px;
  width: 30px
}

.auxo-popover.spm-image-upload-item-popover-wrap .spm-image-upload-item-popover-item:not(.auxo-popover.spm-image-upload-item-popover-wrap .spm-image-upload-item-popover-item-disabled):hover {
  color: #1966ff
}

.auxo-popover.spm-image-upload-item-popover-wrap .spm-image-upload-item-popover-item-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-sp-infinit-container .sp-infinit-loading .loading-icon,
.auxo-sp-infinit-container .sp-infinit-loading .sp-infinit-loading-icon {
  display: inline-block;
  font-size: 16px;
  margin-right: 8px
}

.auxo-sp-infinit-container .sp-infinit-end,
.auxo-sp-infinit-container .sp-infinit-error,
.auxo-sp-infinit-container .sp-infinit-loading {
  color: #898b8f;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 0 24px;
  text-align: center
}

.auxo-sp-infinit-container .sp-infinit-error span {
  color: #1966ff
}

.auxo-sp-infinit-container .sp-infinit-error span:hover {
  color: #4784ff;
  cursor: pointer
}

.auxo-input-affix-wrapper {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  display: inline-block;
  display: inline-flex;
  font-size: 14px;
  line-height: 20px;
  min-width: 0;
  padding: 5px 7px 5px 11px;
  position: relative;
  transition: all .3s;
  width: 100%
}

.auxo-input-affix-wrapper::-moz-placeholder {
  opacity: 1
}

.auxo-input-affix-wrapper:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-input-affix-wrapper::placeholder {
  color: #bcbdc0
}

.auxo-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-input-affix-wrapper:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-input-affix-wrapper:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-affix-wrapper-focused,
.auxo-input-affix-wrapper:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-input-affix-wrapper-focused:not(.sp-null):not(.sp-null-1),
.auxo-input-affix-wrapper-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-input-affix-wrapper:focus:not(.sp-null):not(.sp-null-1),
.auxo-input-affix-wrapper:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-input-affix-wrapper-focused,
.auxo-input-rtl .auxo-input-affix-wrapper:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-affix-wrapper-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input-affix-wrapper-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input-affix-wrapper[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input-affix-wrapper[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input-affix-wrapper-borderless,
.auxo-input-affix-wrapper-borderless-disabled,
.auxo-input-affix-wrapper-borderless-focused,
.auxo-input-affix-wrapper-borderless:focus,
.auxo-input-affix-wrapper-borderless:hover,
.auxo-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-input-affix-wrapper {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-input-affix-wrapper-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-input-affix-wrapper-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-input-affix-wrapper-rtl {
  direction: rtl
}

.auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important;
  z-index: 1
}

.auxo-input-rtl .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-search-with-button .auxo-input-affix-wrapper:not(.auxo-input-affix-wrapper-disabled):hover {
  z-index: 0
}

.auxo-input-affix-wrapper-focused,
.auxo-input-affix-wrapper:focus {
  z-index: 1
}

.auxo-input-affix-wrapper-disabled .auxo-input[disabled] {
  background: transparent
}

.auxo-input-affix-wrapper>input.auxo-input {
  border: none;
  outline: none;
  padding: 0
}

.auxo-input-affix-wrapper>input.auxo-input:focus {
  box-shadow: none
}

.auxo-input-affix-wrapper:before {
  content: "\a0";
  visibility: hidden;
  width: 0
}

.auxo-input-prefix,
.auxo-input-suffix {
  align-items: center;
  display: flex;
  flex: none
}

.auxo-input-prefix {
  margin-right: 4px
}

.auxo-input-suffix {
  margin-left: 4px
}

.auxo-input-clear-icon {
  color: #bcbdc0;
  cursor: pointer;
  font-size: 12px;
  margin: 0 4px;
  transition: color .3s;
  vertical-align: -1px
}

.auxo-input-clear-icon:hover {
  color: #898b8f
}

.auxo-input-clear-icon:active {
  color: #565960
}

.auxo-input-clear-icon-hidden {
  visibility: hidden
}

.auxo-input-clear-icon:last-child {
  margin-right: 0
}

.auxo-input-affix-wrapper-textarea-with-clear-btn {
  border: 0 !important;
  padding: 0 !important
}

.auxo-input-affix-wrapper-textarea-with-clear-btn .auxo-input-clear-icon {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 1
}

.auxo-input {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  color: #252931;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 20px;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 5px 7px 5px 11px;
  position: relative;
  transition: all .3s;
  width: 100%
}

.auxo-input::-moz-placeholder {
  opacity: 1
}

.auxo-input:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-input::placeholder {
  color: #bcbdc0
}

.auxo-input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-input:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-input:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-focused,
.auxo-input:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-input-focused:not(.sp-null):not(.sp-null-1),
.auxo-input-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-input:focus:not(.sp-null):not(.sp-null-1),
.auxo-input:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-input-focused,
.auxo-input-rtl .auxo-input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input-borderless,
.auxo-input-borderless-disabled,
.auxo-input-borderless-focused,
.auxo-input-borderless:focus,
.auxo-input-borderless:hover,
.auxo-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-input-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-input-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-input-rtl {
  direction: rtl
}

.auxo-input-group {
  font-feature-settings: "tnum";
  border-collapse: separate;
  border-spacing: 0;
  box-sizing: border-box;
  color: #565960;
  display: table;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%
}

.auxo-input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0
}

.auxo-input-group>[class*=col-] {
  padding-right: 8px
}

.auxo-input-group>[class*=col-]:last-child {
  padding-right: 0
}

.auxo-input-group-addon,
.auxo-input-group-wrap,
.auxo-input-group>.auxo-input {
  display: table-cell
}

.auxo-input-group-addon:not(:first-child):not(:last-child),
.auxo-input-group-wrap:not(:first-child):not(:last-child),
.auxo-input-group>.auxo-input:not(:first-child):not(:last-child) {
  border-radius: 0
}

.auxo-input-group-addon,
.auxo-input-group-wrap {
  vertical-align: middle;
  white-space: nowrap;
  width: 1px
}

.auxo-input-group-wrap>* {
  display: block !important
}

.auxo-input-group .auxo-input {
  float: left;
  margin-bottom: 0;
  text-align: inherit;
  width: 100%
}

.auxo-input-group .auxo-input:focus,
.auxo-input-group .auxo-input:hover {
  border-right-width: 1px;
  z-index: 1
}

.auxo-input-search-with-button .auxo-input-group .auxo-input:hover {
  z-index: 0
}

.auxo-input-group-addon {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  font-size: 14px;
  font-weight: 400;
  padding: 0 11px;
  position: relative;
  text-align: center;
  transition: all .3s
}

.auxo-input-group-addon .auxo-select {
  margin: -6px -11px
}

.auxo-input-group-addon .auxo-select.auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none
}

.auxo-input-group-addon .auxo-select-focused .auxo-select-selector,
.auxo-input-group-addon .auxo-select-open .auxo-select-selector {
  color: #1966ff
}

.auxo-input-group-addon:first-child,
.auxo-input-group-addon:first-child .auxo-select .auxo-select-selector,
.auxo-input-group>.auxo-input:first-child,
.auxo-input-group>.auxo-input:first-child .auxo-select .auxo-select-selector {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.auxo-input-group>.auxo-input-affix-wrapper:not(:first-child) .auxo-input {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.auxo-input-group>.auxo-input-affix-wrapper:not(:last-child) .auxo-input {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.auxo-input-group-addon:first-child {
  border-right: 0
}

.auxo-input-group-addon:last-child {
  border-left: 0
}

.auxo-input-group-addon:last-child,
.auxo-input-group-addon:last-child .auxo-select .auxo-select-selector,
.auxo-input-group>.auxo-input:last-child,
.auxo-input-group>.auxo-input:last-child .auxo-select .auxo-select-selector {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.auxo-input-group-lg .auxo-input,
.auxo-input-group-lg>.auxo-input-group-addon {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-input-group-sm .auxo-input,
.auxo-input-group-sm>.auxo-input-group-addon {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-input-group-lg .auxo-select-single .auxo-select-selector {
  height: 40px
}

.auxo-input-group-sm .auxo-select-single .auxo-select-selector {
  height: 28px
}

.auxo-input-group .auxo-input-affix-wrapper:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0
}

.auxo-input-group .auxo-input-affix-wrapper:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0
}

.auxo-input-search .auxo-input-group .auxo-input-affix-wrapper:not(:last-child) {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-input-group.auxo-input-group-compact {
  display: block
}

.auxo-input-group.auxo-input-group-compact:before {
  content: "";
  display: table
}

.auxo-input-group.auxo-input-group-compact:after {
  clear: both;
  content: "";
  display: table
}

.auxo-input-group.auxo-input-group-compact-addon:not(:first-child):not(:last-child),
.auxo-input-group.auxo-input-group-compact-wrap:not(:first-child):not(:last-child),
.auxo-input-group.auxo-input-group-compact>.auxo-input:not(:first-child):not(:last-child) {
  border-right-width: 1px
}

.auxo-input-group.auxo-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.auxo-input-group.auxo-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.auxo-input-group.auxo-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.auxo-input-group.auxo-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.auxo-input-group.auxo-input-group-compact>.auxo-input:not(:first-child):not(:last-child):focus,
.auxo-input-group.auxo-input-group-compact>.auxo-input:not(:first-child):not(:last-child):hover {
  z-index: 1
}

.auxo-input-group.auxo-input-group-compact>* {
  border-radius: 0;
  display: inline-block;
  float: none;
  vertical-align: top
}

.auxo-input-group.auxo-input-group-compact>.auxo-input-affix-wrapper,
.auxo-input-group.auxo-input-group-compact>.auxo-picker-range {
  display: inline-flex
}

.auxo-input-group.auxo-input-group-compact>:not(:last-child) {
  border-right-width: 1px;
  margin-right: -1px
}

.auxo-input-group.auxo-input-group-compact .auxo-input {
  float: none
}

.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-cascader-multiple-wrapper,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-input-group-wrapper .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-select>.auxo-select-selector {
  border-radius: 0;
  border-right-width: 1px
}

.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-cascader-multiple-wrapper:focus,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-cascader-multiple-wrapper:hover,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-input:focus,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker .auxo-input:hover,
.auxo-input-group.auxo-input-group-compact>.auxo-input-group-wrapper .auxo-input:focus,
.auxo-input-group.auxo-input-group-compact>.auxo-input-group-wrapper .auxo-input:hover,
.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete .auxo-input:focus,
.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete .auxo-input:hover,
.auxo-input-group.auxo-input-group-compact>.auxo-select-focused,
.auxo-input-group.auxo-input-group-compact>.auxo-select>.auxo-select-arrow,
.auxo-input-group.auxo-input-group-compact>.auxo-select>.auxo-select-selector:focus,
.auxo-input-group.auxo-input-group-compact>.auxo-select>.auxo-select-selector:hover {
  z-index: 1
}

.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:first-child .auxo-cascader-multiple-wrapper,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:first-child .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete:first-child .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-select:first-child>.auxo-select-selector,
.auxo-input-group.auxo-input-group-compact>:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker-focused:last-child .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:last-child .auxo-cascader-multiple-wrapper,
.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:last-child .auxo-input,
.auxo-input-group.auxo-input-group-compact>.auxo-select:last-child>.auxo-select-selector,
.auxo-input-group.auxo-input-group-compact>:last-child {
  border-bottom-right-radius: 4px;
  border-right-width: 1px;
  border-top-right-radius: 4px
}

.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete .auxo-input {
  vertical-align: top
}

.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper+.auxo-input-group-wrapper {
  margin-left: -1px
}

.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper+.auxo-input-group-wrapper .auxo-input-affix-wrapper,
.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper:not(:last-child).auxo-input-search>.auxo-input-group>.auxo-input-group-addon>.auxo-input-search-button {
  border-radius: 0
}

.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper:not(:last-child).auxo-input-search>.auxo-input-group>.auxo-input {
  border-radius: 4px 0 0 4px
}

.auxo-input-group-rtl .auxo-input-group-addon:first-child,
.auxo-input-group>.auxo-input-rtl:first-child {
  border-radius: 0 4px 4px 0
}

.auxo-input-group-rtl .auxo-input-group-addon:first-child {
  border-left: 0;
  border-right: 1px solid #dcdee1
}

.auxo-input-group-rtl .auxo-input-group-addon:last-child {
  border-left: 1px solid #dcdee1;
  border-right: 0
}

.auxo-input-group-rtl.auxo-input-group .auxo-input-affix-wrapper:not(:first-child),
.auxo-input-group-rtl.auxo-input-group-addon:last-child,
.auxo-input-group-rtl.auxo-input-group>.auxo-input:last-child {
  border-radius: 4px 0 0 4px
}

.auxo-input-group-rtl.auxo-input-group .auxo-input-affix-wrapper:not(:last-child) {
  border-radius: 0 4px 4px 0
}

.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>:not(:last-child) {
  border-left-width: 1px;
  margin-left: -1px;
  margin-right: 0
}

.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:first-child .auxo-input,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete:first-child .auxo-input,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-select:first-child>.auxo-select-selector,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>:first-child {
  border-radius: 0 4px 4px 0
}

.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker-focused:last-child .auxo-input,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-cascader-picker:last-child .auxo-input,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-select-auto-complete:last-child .auxo-input,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>.auxo-select:last-child>.auxo-select-selector,
.auxo-input-group-rtl.auxo-input-group.auxo-input-group-compact>:last-child {
  border-left-width: 1px;
  border-radius: 4px 0 0 4px
}

.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper-rtl+.auxo-input-group-wrapper-rtl {
  margin-left: 0;
  margin-right: -1px
}

.auxo-input-group.auxo-input-group-compact .auxo-input-group-wrapper-rtl:not(:last-child).auxo-input-search>.auxo-input-group>.auxo-input {
  border-radius: 0 4px 4px 0
}

.auxo-input-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
  width: 100%
}

.auxo-input-password-icon {
  color: #898b8f;
  cursor: pointer;
  transition: all .3s
}

.auxo-input-password-icon:hover {
  color: #565960
}

.auxo-input[type=color] {
  height: 32px
}

.auxo-input[type=color].auxo-input-lg {
  height: 40px
}

.auxo-input[type=color].auxo-input-sm {
  height: 28px;
  padding-bottom: 3px;
  padding-top: 3px
}

.auxo-input-textarea-show-count:after {
  color: #898b8f;
  content: attr(data-count);
  float: right;
  pointer-events: none;
  white-space: nowrap
}

.auxo-input-search .auxo-input:focus,
.auxo-input-search .auxo-input:hover {
  border-color: #1966ff
}

.auxo-input-search .auxo-input:focus+.auxo-input-group-addon .auxo-input-search-button:not(.auxo-btn-primary),
.auxo-input-search .auxo-input:hover+.auxo-input-group-addon .auxo-input-search-button:not(.auxo-btn-primary) {
  border-left-color: #1966ff
}

.auxo-input-search .auxo-input-affix-wrapper {
  border-radius: 0
}

.auxo-input-search .auxo-input-lg {
  line-height: 1.5713
}

.auxo-input-search>.auxo-input-group>.auxo-input-group-addon:last-child {
  border: 0;
  left: -1px;
  padding: 0
}

.auxo-input-search>.auxo-input-group>.auxo-input-group-addon:last-child .auxo-input-search-button {
  border-radius: 0 4px 4px 0
}

.auxo-input-search>.auxo-input-group>.auxo-input-group-addon:last-child .auxo-input-search-button:not(.auxo-btn-primary) {
  color: #898b8f
}

.auxo-input-search>.auxo-input-group>.auxo-input-group-addon:last-child .auxo-input-search-button:not(.auxo-btn-primary).auxo-btn-loading:before {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0
}

.auxo-input-search-button {
  height: 32px
}

.auxo-input-search-button:focus,
.auxo-input-search-button:hover {
  z-index: 1
}

.auxo-input-search-large .auxo-input-search-button {
  height: 40px
}

.auxo-input-search-small .auxo-input-search-button {
  height: 28px
}

.auxo-form-item-has-error:not(.sp-null) .auxo-input-group-addon .auxo-input-search-button {
  background-color: #fff;
  border-color: #ff3b52 !important
}

.auxo-input-group-rtl,
.auxo-input-group-wrapper-rtl {
  direction: rtl
}

.auxo-input-affix-wrapper.auxo-input-affix-wrapper-rtl>input.auxo-input {
  border: none;
  outline: none
}

.auxo-input-affix-wrapper-rtl .auxo-input-prefix {
  margin: 0 0 0 4px
}

.auxo-input-affix-wrapper-rtl .auxo-input-suffix {
  margin: 0 4px 0 0
}

.auxo-input-textarea-rtl {
  direction: rtl
}

.auxo-input-textarea-rtl.auxo-input-textarea-show-count:after {
  text-align: left
}

.auxo-input-affix-wrapper-rtl .auxo-input-clear-icon:last-child {
  margin-left: 0;
  margin-right: 4px
}

.auxo-input-affix-wrapper-rtl .auxo-input-clear-icon {
  left: 8px;
  right: auto
}

.auxo-input-search-rtl {
  direction: rtl
}

.auxo-input-search-rtl .auxo-input:focus+.auxo-input-group-addon .auxo-input-search-button:not(.auxo-btn-primary),
.auxo-input-search-rtl .auxo-input:hover+.auxo-input-group-addon .auxo-input-search-button:not(.auxo-btn-primary) {
  border-left-color: #dcdee1;
  border-right-color: #1966ff
}

.auxo-input-search-rtl>.auxo-input-group>.auxo-input-affix-wrapper-focused,
.auxo-input-search-rtl>.auxo-input-group>.auxo-input-affix-wrapper:hover {
  border-right-color: #1966ff
}

.auxo-input-search-rtl>.auxo-input-group>.auxo-input-group-addon {
  left: auto;
  right: -1px
}

.auxo-input-search-rtl>.auxo-input-group>.auxo-input-group-addon .auxo-input-search-button {
  border-radius: 4px 0 0 4px
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .auxo-input {
    height: 32px
  }

  .auxo-input-lg {
    height: 40px
  }

  .auxo-input-sm {
    height: 28px
  }

  .auxo-input-affix-wrapper>input.auxo-input {
    height: auto
  }
}

.auxo-input-affix-wrapper:not(.sp-null) .auxo-input:not(.sp-null) {
  background: none;
  border-radius: 0
}

.auxo-input-affix-wrapper:not(.sp-null) .auxo-input-prefix,
.auxo-input-affix-wrapper:not(.sp-null) .auxo-input-suffix,
.auxo-input-group-addon:not(.sp-null) {
  color: #898b8f
}

.auxo-input-group-addon:not(.sp-null) .auxo-select:not(.auxo-select-disabled):not(.auxo-select-customize-input) .auxo-select-selector:hover {
  background-color: transparent
}

.auxo-input-group-addon:not(.sp-null) .auxo-select-focused .auxo-select-selector,
.auxo-input-group-addon:not(.sp-null) .auxo-select-open .auxo-select-selector {
  background-color: transparent !important;
  box-shadow: none !important
}

.auxo-input-clear-icon:not(.sp-null) {
  color: #bcbdc0;
  font-size: 16px
}

.auxo-sp-input {
  position: relative
}

.auxo-sp-textarea {
  display: inline-block;
  min-width: 0;
  position: relative;
  width: 100%
}

.auxo-sp-textarea .auxo-input {
  padding: 8px 8px 20px
}

.auxo-sp-textarea .input-textarea-suffix {
  bottom: 0;
  position: absolute;
  right: 8px
}

.auxo-sp-textarea.textarea-sm {
  font-size: 12px
}

.auxo-sp-textarea.textarea-sm textarea.auxo-input {
  font-size: 12px;
  line-height: 16px
}

.auxo-sp-textarea .auxo-input-clear-icon {
  bottom: 8px;
  opacity: .6;
  top: auto
}

.auxo-sp-input .input-suffix-limit,
.auxo-sp-textarea .input-suffix-limit {
  color: #898b8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.auxo-sp-input .input-suffix-limit-error,
.auxo-sp-textarea .input-suffix-limit-error {
  color: #ff3b52
}

.auxo-sp-input .auxo-input-affix-wrapper-disabled .input-suffix-limit,
.auxo-sp-textarea .auxo-input-affix-wrapper-disabled .input-suffix-limit {
  color: #bcbdc0
}

.auxo-sp-input .auxo-input-sm+.input-bubble-notice,
.auxo-sp-input.textarea-sm .input-bubble-notice,
.auxo-sp-textarea .auxo-input-sm+.input-bubble-notice,
.auxo-sp-textarea.textarea-sm .input-bubble-notice {
  font-size: 12px;
  line-height: 16px
}

.auxo-sp-input .input-bubble-notice,
.auxo-sp-textarea .input-bubble-notice {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 8px;
  position: absolute;
  word-break: break-word;
  z-index: 2
}

.auxo-sp-input .input-bubble-notice.input-bubble-notice-right,
.auxo-sp-textarea .input-bubble-notice.input-bubble-notice-right {
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px
}

.auxo-sp-input .input-bubble-notice.input-bubble-notice-bottom,
.auxo-sp-textarea .input-bubble-notice.input-bubble-notice-bottom {
  display: block;
  left: 0;
  margin-top: 8px;
  width: 136px
}

.auxo-sp-input .input-bubble-notice.input-bubble-notice-info,
.auxo-sp-textarea .input-bubble-notice.input-bubble-notice-info {
  border: 1px solid #eeeff0;
  color: #565960
}

.auxo-sp-input .input-bubble-notice.input-bubble-notice-error,
.auxo-sp-textarea .input-bubble-notice.input-bubble-notice-error {
  border: 1px solid #ff3b52;
  color: #ff3b52
}

.auxo-sp-input .input-bubble-notice-triangle,
.auxo-sp-textarea .input-bubble-notice-triangle {
  background: #fff;
  height: 7px;
  position: absolute;
  width: 7px;
  z-index: 3
}

.auxo-sp-input .input-bubble-notice-triangle.input-bubble-notice-right,
.auxo-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-right {
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg)
}

.auxo-sp-input .input-bubble-notice-triangle.input-bubble-notice-bottom,
.auxo-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-bottom {
  left: 10px;
  top: -4px;
  transform: rotate(45deg)
}

.auxo-sp-input .input-bubble-notice-triangle.input-bubble-notice-info,
.auxo-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-info {
  border-left: 1px solid #eeeff0;
  border-top: 1px solid #eeeff0
}

.auxo-sp-input .input-bubble-notice-triangle.input-bubble-notice-error,
.auxo-sp-textarea .input-bubble-notice-triangle.input-bubble-notice-error {
  border-left: 1px solid #ff3b52;
  border-top: 1px solid #ff3b52
}

.auxo-form-item-has-error .auxo-sp-textarea.textarea-type-suffix,
.has-error .auxo-sp-textarea.textarea-type-suffix {
  background-color: #fff;
  border-color: #ff3b52 !important
}

.auxo-form-item-has-error .auxo-sp-textarea.textarea-type-suffix:hover,
.has-error .auxo-sp-textarea.textarea-type-suffix:hover {
  background-color: #fff;
  border-color: #ff8791 !important
}

.auxo-form-item-has-error .auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus,
.has-error .auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus {
  background-color: #fff;
  border-color: #ff3b52 !important
}

.has-error .auxo-input-affix-wrapper {
  background-color: #fff;
  border-color: #ff3b52;
  box-shadow: none
}

.has-error .auxo-input-affix-wrapper :hover {
  background-color: #fff;
  border-color: #ff8791
}

.auxo-sp-input.auxo-sp-input-error .auxo-input-affix-wrapper,
.auxo-sp-input.auxo-sp-input-error>.auxo-input,
.has-error .auxo-input-affix-wrapper :focus {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-sp-input.auxo-sp-input-error .auxo-input-affix-wrapper :hover,
.auxo-sp-input.auxo-sp-input-error>.auxo-input :hover {
  background-color: #fff;
  border-color: #ff8791
}

.auxo-sp-input.auxo-sp-input-error .auxo-input-affix-wrapper :focus,
.auxo-sp-input.auxo-sp-input-error>.auxo-input :focus {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-sp-textarea.textarea-type-suffix {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  outline: none;
  padding-bottom: 20px !important;
  transition: all .3s
}

.auxo-sp-textarea.textarea-type-suffix .auxo-input,
.auxo-sp-textarea.textarea-type-suffix .auxo-input-affix-wrapper {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important;
  height: 100%;
  outline: none !important;
  resize: none !important
}

.auxo-sp-textarea.textarea-type-suffix:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-sp-textarea.textarea-type-suffix:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus:not(.sp-null):not(.sp-null-1),
.auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-sp-textarea.textarea-type-suffix.textarea-type-suffix-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-sp-textarea.textarea-type-suffix.auxo-sp-textarea-error {
  border-color: #ff3b52
}

.auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-child(2):not(:hover):not(:focus) {
  border-left-color: #dcdee1
}

.auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-last-child(2) {
  border-right-color: #dcdee1
}

.auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-last-child(2):focus,
.auxo-input-group-wrapper .auxo-input-group>.auxo-input:nth-last-child(2):not(.auxo-input-disabled):hover {
  border-right-color: #1966ff
}

.auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper:nth-child(2) {
  border-left-color: #dcdee1
}

.auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper:nth-child(2).auxo-input-affix-wrapper-focused,
.auxo-input-group-wrapper .auxo-input-group>.auxo-input-affix-wrapper:nth-child(2):not(.auxo-input-disabled):hover {
  border-left-color: #1966ff
}

.auxo-input-affix-wrapper-disabled .auxo-input-password-icon,
.auxo-input-affix-wrapper-disabled .auxo-input-search-icon {
  color: #bcbdc0
}

.auxo-input-group.auxo-input-group-compact>:not(:last-child) [class*=-focused],
.auxo-input-group.auxo-input-group-compact>:not(:last-child):hover,
.auxo-input-group.auxo-input-group-compact>:not(:last-child)[class*=-active],
.auxo-input-group.auxo-input-group-compact>:not(:last-child)[class*=-focused] {
  z-index: 1
}

.auxo-input-group.auxo-input-group-compact>.auxo-input-group-wrapper .auxo-input-affix-wrapper,
.auxo-input-group.auxo-input-group-compact>.auxo-sp-input>* {
  border-radius: 0
}

.auxo-input-group.auxo-input-group-compact>:first-child.auxo-sp-input>* {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-input-group.auxo-input-group-compact>:last-child.auxo-sp-input>* {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.auxo-input-group.auxo-input-group-compact .auxo-select-selector:not(.sp-null),
.auxo-input-group.auxo-input-group-compact .auxo-sp-input .auxo-input,
.auxo-input-group.auxo-input-group-compact .auxo-sp-input .auxo-input-affix-wrapper {
  transition: none
}

.auxo-input-group.auxo-input-group-compact .auxo-input-number-handler-wrapper .auxo-input-number {
  border-radius: 0;
  transition: none
}

.auxo-input-group.auxo-input-group-compact .auxo-input-number-handler-wrapper:first-child .auxo-input-number {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-input-group.auxo-input-group-compact .auxo-input-number-handler-wrapper:last-child .auxo-input-number {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.auxo-input-group.auxo-input-group-compact .auxo-picker {
  transition: none
}

.auxo-input-group-wrapper-sm,
.auxo-input-group-wrapper-sm .auxo-input-group-addon {
  font-size: 12px
}

.auxo-input-group-wrapper-sm .auxo-btn-sm {
  height: 28px
}

.auxo-input-search:not(.sp-null) .auxo-input-lg {
  line-height: 24px
}

.auxo-btn.auxo-btn-icon-only.auxo-input-search-button {
  min-width: 32px;
  padding: 2px 0
}

.auxo-btn.auxo-btn-icon-only.auxo-input-search-button:hover {
  border-color: #1966ff
}

.auxo-btn.auxo-btn-icon-only.auxo-input-search-button:active {
  border-color: #1556d9
}

.auxo-input-fill-search {
  line-height: 24px;
  padding-bottom: 3px;
  padding-top: 3px
}

.auxo-input-fill-search .auxo-btn.auxo-btn-secondary.auxo-input-search-button {
  font-size: 12px;
  height: 24px;
  line-height: 14px;
  min-width: 24px;
  padding: 4px 8px
}

.auxo-input-fill-search .auxo-input-prefix {
  color: #898b8f;
  margin-right: 8px;
  margin-top: -1px
}

.auxo-btn.auxo-input-search-button .anticon-search {
  vertical-align: -.15em
}

.auxo-input-group-wrapper.auxo-input-search .auxo-input-affix-wrapper.auxo-input-affix-wrapper-disabled+.auxo-input-group-addon .auxo-input-search-button,
.auxo-input-group-wrapper.auxo-input-search .auxo-input.auxo-input-disabled+.auxo-input-group-addon .auxo-input-search-button,
.auxo-input-search .auxo-input.auxo-input-disabled:focus,
.auxo-input-search .auxo-input.auxo-input-disabled:hover {
  border-color: #dcdee1
}

.auxo-input-group-wrapper.auxo-input-search .auxo-input-search-button:focus {
  z-index: 0
}

.auxo-input-group-wrapper.auxo-input-search .auxo-input-search-button:hover {
  z-index: 1
}

.auxo-input-group.auxo-input-group-compact>:not(:last-child).auxo-input-group-wrapper.auxo-input-search {
  margin-right: -2px
}

.auxo-sp-input .input-suffix-verify {
  color: #1966ff;
  cursor: pointer;
  display: flex
}

.auxo-sp-input .input-suffix-verify-disabled {
  color: #bcbdc0;
  cursor: auto
}

.auxo-form-item-has-error:not(.sp-null) .auxo-input-group-addon {
  border-color: #ff3b52
}

.auxo-input-number {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  color: #252931;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 20px;
  list-style: none;
  margin: 0;
  min-width: 0;
  padding: 0;
  position: relative;
  transition: all .3s;
  width: 100%;
  width: 90px
}

.auxo-input-number::-moz-placeholder {
  opacity: 1
}

.auxo-input-number:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-input-number::placeholder {
  color: #bcbdc0
}

.auxo-input-number:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-input-number:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-input-rtl .auxo-input-number:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-number-focused,
.auxo-input-number:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-input-number-focused:not(.sp-null):not(.sp-null-1),
.auxo-input-number-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-input-number:focus:not(.sp-null):not(.sp-null-1),
.auxo-input-number:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-input-number-focused,
.auxo-input-rtl .auxo-input-number:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-number[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input-number[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input-number-borderless,
.auxo-input-number-borderless-disabled,
.auxo-input-number-borderless-focused,
.auxo-input-number-borderless:focus,
.auxo-input-number-borderless:hover,
.auxo-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-input-number {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-input-number-lg {
  padding: 7px 11px
}

.auxo-input-number-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-input-number-handler {
  color: #898b8f;
  display: block;
  font-weight: 700;
  height: 50%;
  line-height: 0;
  overflow: hidden;
  position: relative;
  text-align: center;
  transition: all .1s linear;
  width: 100%
}

.auxo-input-number-handler:active {
  background: #f4f4f4
}

.auxo-input-number-handler:hover .auxo-input-number-handler-down-inner,
.auxo-input-number-handler:hover .auxo-input-number-handler-up-inner {
  color: #4784ff
}

.auxo-input-number-handler-down-inner,
.auxo-input-number-handler-up-inner {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: #898b8f;
  display: inline-block;
  font-style: normal;
  height: 12px;
  line-height: 0;
  line-height: 12px;
  position: absolute;
  right: 4px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  transition: all .1s linear;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: -.125em;
  width: 12px
}

.auxo-input-number-handler-down-inner>*,
.auxo-input-number-handler-up-inner>* {
  line-height: 1
}

.auxo-input-number-handler-down-inner svg,
.auxo-input-number-handler-up-inner svg {
  display: inline-block
}

.auxo-input-number-handler-down-inner:before,
.auxo-input-number-handler-up-inner:before {
  display: none
}

.auxo-input-number-handler-down-inner .auxo-input-number-handler-down-inner-icon,
.auxo-input-number-handler-down-inner .auxo-input-number-handler-up-inner-icon,
.auxo-input-number-handler-up-inner .auxo-input-number-handler-down-inner-icon,
.auxo-input-number-handler-up-inner .auxo-input-number-handler-up-inner-icon {
  display: block
}

.auxo-input-number:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-number:hover+.auxo-form-item-children-icon {
  opacity: 0;
  transition: opacity .24s linear .24s
}

.auxo-input-number-focused {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-input-number-focused:not(.sp-null):not(.sp-null-1),
.auxo-input-number-focused:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-input-number-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-input-number-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-input-number-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-input-number-disabled .auxo-input-number-input {
  cursor: not-allowed
}

.auxo-input-number-disabled .auxo-input-number-handler-wrap,
.auxo-input-number-readonly .auxo-input-number-handler-wrap {
  display: none
}

.auxo-input-number-input {
  -moz-appearance: textfield !important;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  height: 30px;
  outline: 0;
  padding: 0 11px;
  text-align: left;
  transition: all .3s linear;
  width: 100%
}

.auxo-input-number-input::-moz-placeholder {
  opacity: 1
}

.auxo-input-number-input:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-input-number-input::placeholder {
  color: #bcbdc0
}

.auxo-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-input-number-input:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-input-number-input[type=number]::-webkit-inner-spin-button,
.auxo-input-number-input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0
}

.auxo-input-number-lg {
  font-size: 16px;
  padding: 0
}

.auxo-input-number-lg input {
  height: 38px
}

.auxo-input-number-sm {
  padding: 0
}

.auxo-input-number-sm input {
  height: 26px;
  padding: 0 7px
}

.auxo-input-number-handler-wrap {
  background: #fff;
  border-left: 1px solid #dcdee1;
  border-radius: 0 4px 4px 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity .24s linear .1s;
  width: 22px
}

.auxo-input-number-handler-wrap .auxo-input-number-handler .auxo-input-number-handler-down-inner,
.auxo-input-number-handler-wrap .auxo-input-number-handler .auxo-input-number-handler-up-inner {
  font-size: 7px;
  margin-right: 0;
  min-width: auto
}

.auxo-input-number-borderless .auxo-input-number-handler-wrap {
  border-left-width: 0
}

.auxo-input-number-handler-wrap:hover .auxo-input-number-handler {
  height: 40%
}

.auxo-input-number:hover .auxo-input-number-handler-wrap {
  opacity: 1
}

.auxo-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer
}

.auxo-input-number-handler-up-inner {
  margin-top: -5px;
  text-align: center;
  top: 50%
}

.auxo-input-number-handler-up:hover {
  height: 60% !important
}

.auxo-input-number-handler-down {
  border-bottom-right-radius: 4px;
  border-top: 1px solid #dcdee1;
  cursor: pointer;
  top: 0
}

.auxo-input-number-handler-down-inner {
  text-align: center;
  top: 50%;
  transform: translateY(-50%)
}

.auxo-input-number-handler-down:hover {
  height: 60% !important
}

.auxo-input-number-borderless .auxo-input-number-handler-down {
  border-top-width: 0
}

.auxo-input-number-handler-down-disabled,
.auxo-input-number-handler-up-disabled {
  cursor: not-allowed
}

.auxo-input-number-handler-down-disabled:hover .auxo-input-number-handler-down-inner,
.auxo-input-number-handler-up-disabled:hover .auxo-input-number-handler-up-inner {
  color: #bcbdc0
}

.auxo-input-number-borderless {
  box-shadow: none
}

.auxo-input-number-out-of-range input {
  color: #ff3b52
}

.auxo-input-number-rtl {
  direction: rtl
}

.auxo-input-number-rtl .auxo-input-number-handler-wrap {
  border-left: 0;
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #dcdee1;
  left: 0;
  right: auto
}

.auxo-input-number-rtl.auxo-input-number-borderless .auxo-input-number-handler-wrap {
  border-right-width: 0
}

.auxo-input-number-rtl .auxo-input-number-input {
  direction: ltr;
  text-align: right
}

.auxo-input-number:not(.sp-null) {
  color: #252931;
  height: 32px;
  min-width: 104px;
  width: 100%
}

.auxo-input-number:not(.sp-null) .auxo-input-number-input {
  height: 32px;
  padding: 0 30px 0 12px
}

.auxo-input-number:not(.sp-null) .auxo-input-number-input-wrap {
  margin-top: -1px
}

.auxo-input-number:not(.sp-null).auxo-input-number-focused {
  box-shadow: none;
  z-index: 1
}

.auxo-input-number:not(.sp-null):focus {
  box-shadow: none
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-wrap {
  border-left: none;
  border-radius: 4px;
  height: 24px;
  margin-top: 3px;
  position: absolute;
  right: 4px;
  width: 14px
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-down {
  border: 1px solid #dcdee1;
  border-radius: 0 0 3px 3px;
  border-top: none
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-up {
  border-left: 1px solid #dcdee1;
  border-radius: 3px 3px 0 0;
  border-right: 1px solid #dcdee1;
  border-top: 1px solid #dcdee1
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-up .auxo-input-number-handler-up-inner svg path {
  d: path("M764.4 647.8a28.9 28.9 0 000-40.8L532.8 375.5a28.9 28.9 0 00-40.8 0L260.5 607a28.9 28.9 0 1040.8 40.8l211.1-211 211.1 211a28.9 28.9 0 0040.9 0z")
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler:hover {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler .anticon {
  font-size: 10px;
  height: 10px;
  right: 1px;
  width: 10px
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler {
  height: 50% !important
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-down-disabled:hover,
.auxo-input-number:not(.sp-null) .auxo-input-number-handler-up-disabled:hover {
  background: none
}

.auxo-input-number:not(.sp-null) .auxo-input-number-handler-down-disabled .anticon,
.auxo-input-number:not(.sp-null) .auxo-input-number-handler-up-disabled .anticon {
  opacity: .45
}

.auxo-input-number-handler-wrap-borderless:not(.sp-null) {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important
}

.auxo-input-number-handler-wrap-borderless:not(.sp-null) .auxo-input-number {
  background: transparent;
  border: none !important
}

.auxo-input-number-handler-wrap-borderless:not(.sp-null) .auxo-input-number-static-prefix:not(.sp-null),
.auxo-input-number-handler-wrap-borderless:not(.sp-null) .auxo-input-number-static-unit:not(.sp-null) {
  background: transparent
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) {
  border: 1px solid #dcdee1;
  display: inline-flex;
  overflow: hidden
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .input-bubble-notice-bottom {
  top: 32px
}

.auxo-input-number-wrapper-show-counter:not(.sp-null):not(.auxo-input-number-wrapper-disabled):not(.auxo-input-number-handler-wrap-focused):hover {
  border-color: #1966ff
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number {
  border: none;
  border-radius: 0;
  height: 30px;
  min-width: 122px;
  width: 122px
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-input:not(.sp-null) {
  padding: 0;
  text-align: center
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-input-wrap {
  margin: 0 auto;
  width: 60px
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap {
  display: block !important;
  float: left !important;
  opacity: 1 !important;
  position: static !important;
  width: 0 !important
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler {
  background-color: rgba(0, 0, 0, .04);
  border-bottom: none;
  border-top: none;
  height: 30px !important;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px !important
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler:before {
  color: #898b8f;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler:hover:before {
  color: #1966ff
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-up {
  border-right: none;
  border-top-left-radius: 0;
  right: 0
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-up:before {
  content: "+"
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-up-inner {
  display: none
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-down {
  border-bottom-right-radius: 0;
  border-left: none;
  left: 0
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-down:before {
  content: "-"
}

.auxo-input-number-wrapper-show-counter:not(.sp-null) .auxo-input-number-handler-wrap .auxo-input-number-handler-down-inner {
  display: none
}

.auxo-input-number-handler-wrap-static {
  border: 1px solid #dcdee1;
  border-radius: 4px;
  display: inline-flex
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-unit {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #898b8f;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all .3s
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-unit span {
  padding: 0 8px;
  vertical-align: middle
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-prefix {
  background-color: #fff;
  border: none;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  color: #898b8f;
  display: inline-block;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  position: relative;
  transition: all .3s
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-prefix span {
  padding: 0 8px;
  vertical-align: middle;
  white-space: nowrap
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-prefix-disabled,
.auxo-input-number-handler-wrap-static .auxo-input-number-static-unit-disabled {
  background-color: rgba(0, 0, 0, .04);
  cursor: not-allowed
}

.auxo-input-number-handler-wrap-static .auxo-input-number-static-unit {
  border: none;
  flex-shrink: 0
}

.auxo-input-number-handler-wrap-static .auxo-input-number:not(.sp-null) {
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 30px
}

.auxo-input-number-handler-wrap-static .input-bubble-notice-bottom {
  top: 32px
}

.auxo-input-number-handler-wrap-static:hover:not(.auxo-input-number-wrapper-disabled) {
  border-color: #1966ff
}

.auxo-input-number-handler-wrap-static:hover:not(.auxo-input-number-wrapper-disabled) .auxo-input-number,
.auxo-input-number-handler-wrap-static:hover:not(.auxo-input-number-wrapper-disabled) .auxo-input-number-static-prefix,
.auxo-input-number-handler-wrap-static:hover:not(.auxo-input-number-wrapper-disabled) .auxo-input-number-static-unit {
  background-color: #fff
}

.auxo-input-number-handler-wrap-prefix-static .auxo-input-number:not(.sp-null) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 4px
}

.auxo-input-number-handler-wrap-prefix-static .auxo-input-number .auxo-input-number-input-wrap .auxo-input-number-input {
  padding-left: 0
}

.auxo-input-number-handler-wrap-select {
  display: inline-flex
}

.auxo-input-number-handler-wrap-select .auxo-input-number:not(.sp-null) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px
}

.auxo-input-number-handler-wrap-select .auxo-select-selector {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important
}

.auxo-input-number-handler-wrap-select .auxo-select-selector .auxo-select-selection-item {
  color: #898b8f
}

.auxo-input-number-handler-wrap-select:not(.auxo-input-number-wrapper-disabled):hover .auxo-select-selector {
  border-left-color: #1966ff
}

.auxo-input-number-handler-wrap-select .input-bubble-notice-bottom {
  top: 32px
}

.auxo-input-number-wrapper-no-stepper:not(.sp-null) .auxo-input-number-input {
  padding: 0 12px
}

.auxo-input-number-wrapper-no-stepper:not(.sp-null) .auxo-input-number-handler-wrap {
  display: none
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused,
.auxo-input-number-wrapper-error,
.has-error .auxo-input-number-handler-wrapper {
  border-color: #ff3b52;
  position: relative
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .auxo-input-number,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .auxo-input-number,
.auxo-input-number-wrapper-error .auxo-input-number,
.has-error .auxo-input-number-handler-wrapper .auxo-input-number {
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .auxo-select-selector,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .auxo-select-selector,
.auxo-input-number-wrapper-error .auxo-select-selector,
.has-error .auxo-input-number-handler-wrapper .auxo-select-selector {
  border-left-color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .auxo-input-number-handler-general-error,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .auxo-input-number-handler-general-error,
.auxo-input-number-wrapper-error .auxo-input-number-handler-general-error,
.has-error .auxo-input-number-handler-wrapper .auxo-input-number-handler-general-error {
  color: #ff3b52;
  display: block;
  font-size: 12px;
  left: 0;
  line-height: 16px;
  position: absolute;
  top: 36px
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice,
.auxo-input-number-wrapper-error .input-bubble-notice,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice {
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  line-height: 16px;
  padding: 8px;
  position: absolute;
  word-break: break-word;
  z-index: 2
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-right,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice.input-bubble-notice-right,
.auxo-input-number-wrapper-error .input-bubble-notice.input-bubble-notice-right,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-right {
  display: inline-block;
  margin-left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 160px
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-bottom,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice.input-bubble-notice-bottom,
.auxo-input-number-wrapper-error .input-bubble-notice.input-bubble-notice-bottom,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-bottom {
  display: block;
  left: 0;
  margin-top: 8px;
  width: 136px
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-info,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice.input-bubble-notice-info,
.auxo-input-number-wrapper-error .input-bubble-notice.input-bubble-notice-info,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-info {
  border: 1px solid #eeeff0;
  color: #565960
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-error,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice.input-bubble-notice-error,
.auxo-input-number-wrapper-error .input-bubble-notice.input-bubble-notice-error,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice.input-bubble-notice-error {
  border: 1px solid #ff3b52;
  color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice-triangle,
.auxo-input-number-wrapper-error .input-bubble-notice-triangle,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle {
  background: #fff;
  height: 7px;
  position: absolute;
  width: 7px;
  z-index: 3
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-right,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice-triangle.input-bubble-notice-right,
.auxo-input-number-wrapper-error .input-bubble-notice-triangle.input-bubble-notice-right,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-right {
  left: -4px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg)
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-bottom,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice-triangle.input-bubble-notice-bottom,
.auxo-input-number-wrapper-error .input-bubble-notice-triangle.input-bubble-notice-bottom,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-bottom {
  left: 10px;
  top: -4px;
  transform: rotate(45deg)
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-info,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice-triangle.input-bubble-notice-info,
.auxo-input-number-wrapper-error .input-bubble-notice-triangle.input-bubble-notice-info,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-info {
  border-left: 1px solid #eeeff0;
  border-top: 1px solid #eeeff0
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-error,
.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .input-bubble-notice-triangle.input-bubble-notice-error,
.auxo-input-number-wrapper-error .input-bubble-notice-triangle.input-bubble-notice-error,
.has-error .auxo-input-number-handler-wrapper .input-bubble-notice-triangle.input-bubble-notice-error {
  border-left: 1px solid #ff3b52;
  border-top: 1px solid #ff3b52
}

.auxo-form-item-has-error .auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused:not(.auxo-input-number-wrapper-disabled) .auxo-input-number-focused {
  border-color: #ff3b52
}

.auxo-input-number-wrapper-disabled .auxo-input-number-input {
  color: #bcbdc0 !important
}

.auxo-input-number-wrapper-disabled.auxo-input-number-wrapper-show-counter .auxo-input-number-handler {
  background-color: transparent !important;
  cursor: not-allowed
}

.auxo-input-number-wrapper-disabled.auxo-input-number-wrapper-show-counter .auxo-input-number-handler:before {
  color: #bcbdc0 !important
}

.auxo-input-number-input:not(.sp-null):-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-input-number-input:not(.sp-null)::placeholder {
  color: #bcbdc0
}

.auxo-input-number-handler-wrapper {
  background-color: #fff;
  border-radius: 4px;
  display: inline-flex;
  transition: all .2s
}

.auxo-input-number-handler-wrapper .input-bubble-notice-bottom {
  top: 100%
}

.auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused {
  border-color: #1966ff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04)
}

.auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .auxo-input-number-static-prefix,
.auxo-input-number-handler-wrapper.auxo-input-number-handler-wrap-focused .auxo-input-number-static-unit {
  background-color: #fff
}

.auxo-input-number-wrapper-sm:not(.sp-null) {
  height: 28px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number,
.auxo-input-number-wrapper-sm:not(.sp-null).auxo-input-number-handler-wrap-borderless:not(.sp-null) {
  height: 26px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number .auxo-input-number-input {
  font-size: 12px;
  height: 28px
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number-handler-wrap {
  margin-top: 1px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number-static-prefix,
.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number-static-unit {
  height: 26px !important;
  line-height: 26px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-select-selector {
  height: 28px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-select-selection-item {
  margin-top: -3px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number-static-unit-disabled {
  height: 26px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null) .auxo-input-number-handler-general-error,
.auxo-input-number-wrapper-sm:not(.sp-null) .input-bubble-notice {
  top: 28px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null):not(.auxo-input-number-wrapper-show-counter):not(.auxo-input-number-handler-wrap-static) .auxo-input-number {
  height: 28px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null).auxo-input-number-wrapper-show-counter .auxo-input-number-handler {
  height: 26px !important
}

.auxo-input-number-wrapper-sm:not(.sp-null).auxo-input-number-wrapper-show-counter .auxo-input-number-handler:before {
  line-height: 24px
}

.auxo-input-number-wrapper-lg:not(.sp-null) .auxo-input-number:not(.sp-null) {
  height: 34px !important
}

.auxo-input-number-wrapper-lg:not(.sp-null) .auxo-input-number:not(.sp-null) .auxo-input-number-input {
  height: 34px
}

.auxo-input-number-wrapper-lg:not(.sp-null) .auxo-input-number-handler-wrap {
  margin-top: 5px !important
}

.auxo-input-number-wrapper-lg:not(.sp-null) .auxo-input-number-static-unit {
  line-height: 28px !important
}

.auxo-input-number-wrapper-lg:not(.sp-null) .auxo-select-selector,
.auxo-input-number-wrapper-lg:not(.sp-null).auxo-input-number-wrapper-show-counter .auxo-input-number-handler {
  height: 34px !important
}

.auxo-input-number-wrapper-lg:not(.sp-null).auxo-input-number-wrapper-show-counter .auxo-input-number-handler:before {
  line-height: 32px
}

.auxo-input-number-group-wrap {
  align-items: center;
  display: flex;
  width: 288px
}

.auxo-input-number-group-wrap .auxo-input-number-handler-wrapper {
  flex: 1 1
}

.auxo-input-number-group-join {
  margin-left: 4px;
  margin-right: 4px
}

.auxo-label-wrapper .auxo-input-number-group-wrap .auxo-input-number-group-end,
.auxo-label-wrapper .auxo-input-number-group-wrap .auxo-input-number-group-start {
  flex: 1 1 auto;
  min-width: 0;
  width: auto
}

.auxo-label-wrapper .auxo-input-number-group-wrap .auxo-input-number-handler-wrapper {
  flex-shrink: 1
}

.auxo-form-item-has-error .auxo-input-tag,
.auxo-form-item-has-error .auxo-input-tag:hover {
  border: 1px solid #ff3b52
}

.auxo-form-item-has-error .auxo-input-tag-footer-limit {
  color: #ff3b52
}

.auxo-form-item-has-error .auxo-input-tag-active {
  background-color: #fff;
  border: 1px solid #ff3b52
}

.auxo-input-tag {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  cursor: text;
  height: 110px;
  padding: 3px 11px 19px 3px;
  position: relative;
  transition: height .3s
}

.auxo-input-tag .auxo-input-borderless {
  background-color: transparent !important;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.auxo-input-tag-borderless {
  background-color: transparent;
  border: none !important;
  box-shadow: none !important
}

.auxo-input-tag.auxo-input-tag-sm .auxo-input-tag-placeholder {
  color: #bcbdc0;
  line-height: 16px
}

.auxo-input-tag.auxo-input-tag-sm .auxo-input-tag-footer-limit {
  line-height: 20px
}

.auxo-input-tag .auxo-input {
  border-radius: 0
}

.auxo-input-tag-single {
  height: 32px;
  padding: 3px 60px 3px 3px
}

.auxo-input-tag-single.auxo-input-tag-sm {
  height: 28px
}

.auxo-input-tag:hover {
  background-color: #fff;
  border: 1px solid #1966ff
}

.auxo-input-tag-disabled:not(.sp-null) {
  background-color: rgba(0, 0, 0, .04);
  cursor: not-allowed
}

.auxo-input-tag-disabled:not(.sp-null):hover {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #dcdee1
}

.auxo-input-tag-disabled:not(.sp-null) .auxo-input-tag-tag-close {
  cursor: not-allowed
}

.auxo-input-tag-active {
  background-color: #fff;
  border: 1px solid #1966ff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04)
}

.auxo-input-tag-error,
.auxo-input-tag-error:hover {
  border: 1px solid #ff3b52
}

.auxo-input-tag-view {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%
}

.auxo-input-tag-view-single {
  overflow-y: hidden
}

.auxo-input-tag-view .auxo-input-tag-input {
  height: 16px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 0
}

.auxo-input-tag-view .auxo-input-tag-tag {
  background: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #252931;
  font-size: 12px;
  height: 24px;
  line-height: 16px;
  margin-right: 4px;
  padding: 3px;
  vertical-align: middle
}

.auxo-input-tag-view .auxo-input-tag-tag-content {
  display: inline-block;
  max-width: calc(100% - 19px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-input-tag-view .auxo-input-tag-tag-content-disabled {
  cursor: not-allowed;
  max-width: 100%
}

.auxo-input-tag-view .auxo-input-tag-tag-close {
  color: #c4c4c4;
  cursor: pointer;
  font-size: 15px;
  margin-left: 4px;
  vertical-align: top
}

.auxo-input-tag-view .auxo-input-tag-tag-close .anticon {
  height: 15px;
  width: 15px
}

.auxo-input-tag-view .auxo-input-tag-tag-close .anticon>svg {
  height: 15px
}

.auxo-input-tag-view .auxo-input-tag-tag-error {
  background-color: #fff5f5;
  border: 1px solid #ff3b52;
  color: #ff3b52
}

.auxo-input-tag-view .auxo-input-tag-tag-error .auxo-input-tag-tag-close svg {
  color: #ff4050
}

.auxo-input-tag-view .auxo-input-tag-mirror {
  left: 0;
  line-height: 20px;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 999
}

.auxo-input-tag-view .auxo-input-tag-item {
  height: 24px;
  margin-bottom: 4px;
  max-width: 100%;
  z-index: 1
}

.auxo-input-tag-view .auxo-input-tag-item-single {
  margin-bottom: 0
}

.auxo-input-tag-view .auxo-input-tag-placeholder {
  color: #bcbdc0;
  font-size: 14px;
  height: 20px;
  left: 9px;
  line-height: 20px;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 2px;
  white-space: nowrap;
  width: calc(100% - 9px)
}

.auxo-input-tag-view .rc-overflow {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative
}

.auxo-input-tag-view .rc-overflow-item {
  flex: none;
  max-width: 100%
}

.auxo-input-tag-view .auxo-input-tag-overflow-rest {
  background: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 2px;
  box-sizing: border-box;
  color: #252931;
  font-size: 12px;
  height: 24px;
  line-height: 16px;
  padding: 3px 8px 3px 6px;
  vertical-align: middle
}

.auxo-input-tag-footer {
  bottom: 0;
  display: flex;
  height: 19px;
  justify-content: flex-end;
  line-height: 19px;
  position: absolute;
  right: 8px
}

.auxo-input-tag-footer-single {
  bottom: 3px
}

.auxo-input-tag-footer-clear {
  color: #bcbdc0;
  cursor: pointer
}

.auxo-input-tag-footer-clear-icon {
  display: flex;
  padding-top: 1px
}

.auxo-input-tag-footer-limit {
  color: #898b8f;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-left: 9px
}

.auxo-input-tag-footer-limit-error {
  color: #ff3b52
}

.auxo-sp-icon.sp-icon-parcel .icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em
}

.auxo-sp-icon.sp-icon-spin {
  animation: loadingCircle 1s linear infinite;
  display: inline-flex
}

.auxo-message {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  left: 0;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  pointer-events: none;
  position: fixed;
  top: 8px;
  width: 100%;
  z-index: 1010
}

.auxo-message-notice {
  padding: 8px;
  text-align: center
}

.auxo-message-notice-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  display: inline-block;
  padding: 12px 16px;
  pointer-events: all
}

.auxo-message-success .anticon {
  color: #3cc781
}

.auxo-message-error .anticon {
  color: #ff3b52
}

.auxo-message-warning .anticon {
  color: #ff9226
}

.auxo-message-info .anticon,
.auxo-message-loading .anticon {
  color: #1966ff
}

.auxo-message .anticon {
  font-size: 16px;
  margin-right: 8px;
  position: relative;
  top: 1px
}

.auxo-message-notice.move-up-leave.move-up-leave-active {
  animation-duration: .3s;
  animation-name: MessageMoveOut
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    opacity: 1;
    padding: 8px
  }

  to {
    max-height: 0;
    opacity: 0;
    padding: 0
  }
}

.auxo-message-rtl,
.auxo-message-rtl span {
  direction: rtl
}

.auxo-message-rtl .anticon {
  margin-left: 8px;
  margin-right: 0
}

.auxo-message:not(.sp-null) {
  color: #252931;
  line-height: 20px
}

.auxo-message:not(.sp-null) .auxo-message-notice-content {
  border: 1px solid #eeeff0
}

.auxo-modal {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 auto;
  max-width: calc(100vw - 32px);
  padding: 0 0 24px;
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto
}

.auxo-modal.zoom-appear,
.auxo-modal.zoom-enter {
  animation-duration: .3s;
  opacity: 0;
  transform: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-modal-mask {
  background-color: rgba(0, 0, 0, .45);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.auxo-modal-mask-hidden {
  display: none
}

.auxo-modal-wrap {
  -webkit-overflow-scrolling: touch;
  bottom: 0;
  left: 0;
  outline: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000
}

.auxo-modal-title {
  word-wrap: break-word;
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin: 0
}

.auxo-modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  pointer-events: auto;
  position: relative
}

.auxo-modal-close {
  background: transparent;
  border: 0;
  color: #898b8f;
  cursor: pointer;
  font-weight: 700;
  line-height: 1;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
  transition: color .3s;
  z-index: 10
}

.auxo-modal-close-x {
  display: block;
  font-size: 16px;
  font-style: normal;
  height: 56px;
  line-height: 56px;
  text-align: center;
  text-rendering: auto;
  text-transform: none;
  width: 56px
}

.auxo-modal-close:focus,
.auxo-modal-close:hover {
  color: #898b8f;
  text-decoration: none
}

.auxo-modal-header {
  background: #fff;
  border-bottom: 1px solid #eeeff0;
  border-radius: 4px 4px 0 0;
  color: #565960;
  padding: 16px 24px
}

.auxo-modal-body {
  word-wrap: break-word;
  font-size: 14px;
  line-height: 1.5715;
  padding: 24px 24px 0
}

.auxo-modal-footer {
  background: transparent;
  border-radius: 0 0 4px 4px;
  border-top: 0 solid #eeeff0;
  padding: 24px;
  text-align: right
}

.auxo-modal-footer .auxo-btn+.auxo-btn:not(.auxo-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px
}

.auxo-modal-open {
  overflow: hidden
}

.auxo-modal-centered {
  text-align: center
}

.auxo-modal-centered:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0
}

.auxo-modal-centered .auxo-modal {
  display: inline-block;
  text-align: left;
  top: 0;
  vertical-align: middle
}

@media (max-width:767px) {
  .auxo-modal {
    margin: 8px auto;
    max-width: calc(100vw - 16px)
  }

  .auxo-modal-centered .auxo-modal {
    flex: 1 1
  }
}

.auxo-modal-confirm .auxo-modal-header {
  display: none
}

.auxo-modal-confirm .auxo-modal-body {
  padding: 24px
}

.auxo-modal-confirm-body-wrapper:before {
  content: "";
  display: table
}

.auxo-modal-confirm-body-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.auxo-modal-confirm-body .auxo-modal-confirm-title {
  color: #252931;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden
}

.auxo-modal-confirm-body .auxo-modal-confirm-content {
  color: #565960;
  font-size: 14px;
  margin-top: 8px
}

.auxo-modal-confirm-body>.anticon {
  float: left;
  font-size: 22px;
  margin-right: 16px
}

.auxo-modal-confirm-body>.anticon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
  margin-left: 38px
}

.auxo-modal-confirm .auxo-modal-confirm-btns {
  margin-top: 24px
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-btn+.auxo-btn {
  margin-bottom: 0;
  margin-left: 8px
}

.auxo-modal-confirm-error .auxo-modal-confirm-body>.anticon {
  color: #ff3b52
}

.auxo-modal-confirm-confirm .auxo-modal-confirm-body>.anticon,
.auxo-modal-confirm-warning .auxo-modal-confirm-body>.anticon {
  color: #ff9226
}

.auxo-modal-confirm-info .auxo-modal-confirm-body>.anticon {
  color: #1966ff
}

.auxo-modal-confirm-success .auxo-modal-confirm-body>.anticon {
  color: #3cc781
}

.auxo-modal-wrap-rtl {
  direction: rtl
}

.auxo-modal-wrap-rtl .auxo-modal-close {
  left: 0;
  right: auto
}

.auxo-modal-wrap-rtl .auxo-modal-footer {
  text-align: left
}

.auxo-modal-wrap-rtl .auxo-modal-footer .auxo-btn+.auxo-btn {
  margin-left: 0;
  margin-right: 8px
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body {
  direction: rtl
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body>.anticon {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-body>.anticon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
  margin-left: 0;
  margin-right: 38px
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-btns {
  float: left
}

.auxo-modal-wrap-rtl .auxo-modal-confirm-btns .auxo-btn+.auxo-btn {
  margin-left: 0;
  margin-right: 8px
}

.auxo-modal-wrap-rtl.auxo-modal-centered .auxo-modal {
  text-align: right
}

.auxo-modal-content:not(.sp-null) {
  display: flex;
  flex-direction: column;
  max-height: 640px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-close {
  right: 8px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-close .auxo-modal-close-x {
  font-size: 20px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body {
  color: #565960;
  flex: 1 1;
  overflow: auto;
  position: relative
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll {
  padding-bottom: 24px
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll+.auxo-modal-footer {
  position: relative
}

.auxo-modal-content:not(.sp-null) .auxo-modal-body.sp-modal-body-scroll+.auxo-modal-footer:before {
  background: linear-gradient(0deg, #fff, transparent);
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: -24px;
  width: 100%
}

.auxo-modal .auxo-modal-footer-help {
  color: #898b8f;
  margin-right: 24px;
  overflow: hidden;
  text-align: left;
  white-space: nowrap
}

.auxo-modal.modal-with-default-footer .auxo-modal-footer {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.auxo-modal.modal-with-default-footer .auxo-modal-footer button+button {
  margin-left: 0;
  margin-right: 8px
}

.auxo-modal:not(.modal-with-default-footer) .auxo-modal-body {
  padding-bottom: 24px
}

.auxo-modal.modal-body-spacing-none .auxo-modal-body {
  margin: 0;
  padding: 0
}

.auxo-modal .modal-confirm-icon {
  float: left;
  font-size: 24px;
  line-height: 24px;
  margin-right: 0
}

.auxo-modal .modal-confirm-icon.sp-success {
  color: #3cc781
}

.auxo-modal .modal-confirm-icon.sp-info {
  color: #1966ff
}

.auxo-modal .modal-confirm-icon.sp-warning {
  color: #ff9226
}

.auxo-modal .modal-confirm-icon.sp-error {
  color: #ff3b52
}

.auxo-modal-confirm.sp-header-img {
  background-position: top;
  background-repeat: no-repeat;
  background-size: 100% 160px;
  border-radius: 4px 4px 0 0;
  padding-top: 160px
}

.auxo-modal-confirm.sp-header-img .auxo-modal-content {
  border-radius: 0 0 4px 4px
}

.auxo-modal-confirm-img .auxo-modal-body:not(.sp-null) {
  padding: 0
}

.auxo-modal-confirm-img .auxo-modal-confirm-body-wrapper {
  padding: 24px
}

.auxo-modal-confirm-img .auxo-modal-confirm-img img {
  height: 192px;
  width: 100%
}

.auxo-modal-confirm-closable-bottom-body .auxo-modal-body:not(.sp-null) {
  overflow: visible
}

.auxo-modal-confirm-closable-bottom-body .auxo-modal-confirm-img img {
  height: 360px;
  width: 100%
}

.auxo-modal-confirm-close-botton {
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  bottom: -50px;
  color: #fff;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 30px
}

.auxo-modal-confirm .auxo-modal-content .auxo-modal-close {
  right: 16px;
  top: 16px
}

.auxo-modal-confirm .auxo-modal-content .auxo-modal-close .auxo-modal-close-x {
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  width: 16px
}

.auxo-modal-confirm .auxo-modal-confirm-body .auxo-modal-confirm-content {
  margin-top: 16px
}

.auxo-modal-confirm .auxo-modal-confirm-body>.modal-confirm-icon+.auxo-modal-confirm-title {
  line-height: 24px;
  padding-left: 8px;
  padding-right: 24px
}

.auxo-modal-confirm .auxo-modal-confirm-body>.modal-confirm-icon+.auxo-modal-confirm-title+.auxo-modal-confirm-content {
  margin-left: 32px
}

.auxo-modal-confirm .auxo-modal-confirm-btns {
  align-items: center;
  display: flex;
  justify-content: space-between
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-modal-footer-btn-wrapper>button.hidden-cancel-button {
  display: none !important
}

.auxo-modal-confirm .auxo-modal-confirm-btns .auxo-modal-footer-btn-wrapper>button:not(.hidden-cancel-button)+button {
  margin-right: 8px
}

.auxo-pagination {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715
}

.auxo-pagination,
.auxo-pagination ol,
.auxo-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-pagination:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden
}

.auxo-pagination-item,
.auxo-pagination-total-text {
  display: inline-block;
  height: 24px;
  line-height: 22px;
  margin-right: 8px;
  vertical-align: middle
}

.auxo-pagination-item {
  border-radius: 4px;
  cursor: pointer;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  list-style: none;
  min-width: 24px;
  outline: 0;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-pagination-item a {
  color: #565960;
  display: block;
  padding: 0 6px;
  transition: none
}

.auxo-pagination-item a:hover {
  text-decoration: none
}

.auxo-pagination-item:focus-visible,
.auxo-pagination-item:hover {
  border-color: #1966ff;
  transition: all .3s
}

.auxo-pagination-item:focus-visible a,
.auxo-pagination-item:hover a {
  color: #1966ff
}

.auxo-pagination-item-active {
  border-color: #1966ff;
  font-weight: 400
}

.auxo-pagination-item-active:focus-visible,
.auxo-pagination-item-active:hover {
  border-color: #4784ff
}

.auxo-pagination-item-active:focus-visible a,
.auxo-pagination-item-active:hover a {
  color: #4784ff
}

.auxo-pagination-jump-next,
.auxo-pagination-jump-prev {
  outline: 0
}

.auxo-pagination-jump-next .auxo-pagination-item-container,
.auxo-pagination-jump-prev .auxo-pagination-item-container {
  position: relative
}

.auxo-pagination-jump-next .auxo-pagination-item-container .auxo-pagination-item-link-icon,
.auxo-pagination-jump-prev .auxo-pagination-item-container .auxo-pagination-item-link-icon {
  color: #1966ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all .2s
}

.auxo-pagination-jump-next .auxo-pagination-item-container .auxo-pagination-item-link-icon-svg,
.auxo-pagination-jump-prev .auxo-pagination-item-container .auxo-pagination-item-link-icon-svg {
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0
}

.auxo-pagination-jump-next .auxo-pagination-item-container .auxo-pagination-item-ellipsis,
.auxo-pagination-jump-prev .auxo-pagination-item-container .auxo-pagination-item-ellipsis {
  bottom: 0;
  color: #bcbdc0;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  left: 0;
  letter-spacing: 2px;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: .13em;
  top: 0;
  transition: all .2s
}

.auxo-pagination-jump-next:focus-visible .auxo-pagination-item-link-icon,
.auxo-pagination-jump-next:hover .auxo-pagination-item-link-icon,
.auxo-pagination-jump-prev:focus-visible .auxo-pagination-item-link-icon,
.auxo-pagination-jump-prev:hover .auxo-pagination-item-link-icon {
  opacity: 1
}

.auxo-pagination-jump-next:focus-visible .auxo-pagination-item-ellipsis,
.auxo-pagination-jump-next:hover .auxo-pagination-item-ellipsis,
.auxo-pagination-jump-prev:focus-visible .auxo-pagination-item-ellipsis,
.auxo-pagination-jump-prev:hover .auxo-pagination-item-ellipsis {
  opacity: 0
}

.auxo-pagination-jump-next,
.auxo-pagination-jump-prev,
.auxo-pagination-prev {
  margin-right: 8px
}

.auxo-pagination-jump-next,
.auxo-pagination-jump-prev,
.auxo-pagination-next,
.auxo-pagination-prev {
  border-radius: 4px;
  color: #565960;
  cursor: pointer;
  display: inline-block;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  height: 24px;
  list-style: none;
  min-width: 24px;
  text-align: center;
  transition: all .3s;
  vertical-align: middle
}

.auxo-pagination-next,
.auxo-pagination-prev {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0
}

.auxo-pagination-next button,
.auxo-pagination-prev button {
  color: #565960;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-pagination-next:hover button,
.auxo-pagination-prev:hover button {
  border-color: #4784ff
}

.auxo-pagination-next .auxo-pagination-item-link,
.auxo-pagination-prev .auxo-pagination-item-link {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  height: 100%;
  outline: none;
  padding: 0;
  text-align: center;
  transition: all .3s;
  width: 100%
}

.auxo-pagination-next:focus-visible .auxo-pagination-item-link,
.auxo-pagination-next:hover .auxo-pagination-item-link,
.auxo-pagination-prev:focus-visible .auxo-pagination-item-link,
.auxo-pagination-prev:hover .auxo-pagination-item-link {
  border-color: #1966ff;
  color: #1966ff
}

.auxo-pagination-disabled,
.auxo-pagination-disabled:focus-visible,
.auxo-pagination-disabled:hover {
  cursor: not-allowed
}

.auxo-pagination-disabled .auxo-pagination-item-link,
.auxo-pagination-disabled:focus-visible .auxo-pagination-item-link,
.auxo-pagination-disabled:hover .auxo-pagination-item-link {
  border-color: #dcdee1;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-pagination-slash {
  margin: 0 10px 0 5px
}

.auxo-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle
}

@media (-ms-high-contrast:none) {

  .auxo-pagination-options,
  .auxo-pagination-options ::-ms-backdrop {
    vertical-align: top
  }
}

.auxo-pagination-options-size-changer.auxo-select {
  display: inline-block;
  width: auto
}

.auxo-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 8px;
  vertical-align: top
}

.auxo-pagination-options-quick-jumper input {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 20px;
  margin: 0 8px;
  min-width: 0;
  padding: 5px 7px 5px 11px;
  position: relative;
  transition: all .3s;
  width: 100%;
  width: 50px
}

.auxo-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1
}

.auxo-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-pagination-options-quick-jumper input::placeholder {
  color: #bcbdc0
}

.auxo-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-pagination-options-quick-jumper input:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-pagination-options-quick-jumper input:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-pagination-options-quick-jumper input-focused,
.auxo-pagination-options-quick-jumper input:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-pagination-options-quick-jumper input-focused:not(.sp-null):not(.sp-null-1),
.auxo-pagination-options-quick-jumper input-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-pagination-options-quick-jumper input:focus:not(.sp-null):not(.sp-null-1),
.auxo-pagination-options-quick-jumper input:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-pagination-options-quick-jumper input-focused,
.auxo-input-rtl .auxo-pagination-options-quick-jumper input:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-pagination-options-quick-jumper input-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-pagination-options-quick-jumper input-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-pagination-options-quick-jumper input[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-pagination-options-quick-jumper input[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-pagination-options-quick-jumper input-borderless,
.auxo-pagination-options-quick-jumper input-borderless-disabled,
.auxo-pagination-options-quick-jumper input-borderless-focused,
.auxo-pagination-options-quick-jumper input-borderless:focus,
.auxo-pagination-options-quick-jumper input-borderless:hover,
.auxo-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-pagination-options-quick-jumper input {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-pagination-options-quick-jumper input-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-pagination-options-quick-jumper input-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-pagination-options-quick-jumper input-rtl {
  direction: rtl
}

.auxo-pagination-simple .auxo-pagination-next,
.auxo-pagination-simple .auxo-pagination-prev {
  height: 24px;
  line-height: 24px;
  vertical-align: top
}

.auxo-pagination-simple .auxo-pagination-next .auxo-pagination-item-link,
.auxo-pagination-simple .auxo-pagination-prev .auxo-pagination-item-link {
  background-color: transparent;
  border: 0;
  height: 24px
}

.auxo-pagination-simple .auxo-pagination-next .auxo-pagination-item-link:after,
.auxo-pagination-simple .auxo-pagination-prev .auxo-pagination-item-link:after {
  height: 24px;
  line-height: 24px
}

.auxo-pagination-simple .auxo-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px
}

.auxo-pagination-simple .auxo-pagination-simple-pager input {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  outline: none;
  padding: 0 6px;
  text-align: center;
  transition: border-color .3s
}

.auxo-pagination-simple .auxo-pagination-simple-pager input:hover {
  border-color: #1966ff
}

.auxo-pagination-simple .auxo-pagination-simple-pager input[disabled] {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-pagination.mini .auxo-pagination-simple-pager,
.auxo-pagination.mini .auxo-pagination-total-text {
  height: 24px;
  line-height: 24px
}

.auxo-pagination.mini .auxo-pagination-item {
  height: 24px;
  line-height: 22px;
  margin: 0;
  min-width: 24px
}

.auxo-pagination.mini .auxo-pagination-item:not(.auxo-pagination-item-active) {
  background: transparent;
  border-color: transparent
}

.auxo-pagination.mini .auxo-pagination-next,
.auxo-pagination.mini .auxo-pagination-prev {
  height: 24px;
  line-height: 24px;
  margin: 0;
  min-width: 24px
}

.auxo-pagination.mini .auxo-pagination-next .auxo-pagination-item-link,
.auxo-pagination.mini .auxo-pagination-prev .auxo-pagination-item-link {
  background: transparent;
  border-color: transparent
}

.auxo-pagination.mini .auxo-pagination-next .auxo-pagination-item-link:after,
.auxo-pagination.mini .auxo-pagination-prev .auxo-pagination-item-link:after {
  height: 24px;
  line-height: 24px
}

.auxo-pagination.mini .auxo-pagination-jump-next,
.auxo-pagination.mini .auxo-pagination-jump-prev {
  height: 24px;
  line-height: 24px;
  margin-right: 0
}

.auxo-pagination.mini .auxo-pagination-options {
  margin-left: 2px
}

.auxo-pagination.mini .auxo-pagination-options-size-changer {
  top: 0
}

.auxo-pagination.mini .auxo-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px
}

.auxo-pagination.mini .auxo-pagination-options-quick-jumper input {
  font-size: 12px;
  height: 28px;
  padding: 3px 11px;
  width: 44px
}

.auxo-pagination.auxo-pagination-disabled {
  cursor: not-allowed
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  cursor: not-allowed
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item a {
  background: transparent;
  border: none;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-active {
  background: #dcdee1;
  border-color: transparent
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-active a {
  color: #fff
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-link {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-pagination-simple.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-link {
  background: transparent
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-link-icon {
  opacity: 0
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-item-ellipsis {
  opacity: 1
}

.auxo-pagination.auxo-pagination-disabled .auxo-pagination-simple-pager {
  color: #bcbdc0
}

@media only screen and (max-width:992px) {

  .auxo-pagination-item-after-jump-prev,
  .auxo-pagination-item-before-jump-next {
    display: none
  }
}

@media only screen and (max-width:576px) {
  .auxo-pagination-options {
    display: none
  }
}

.auxo-pagination-rtl .auxo-pagination-item,
.auxo-pagination-rtl .auxo-pagination-jump-next,
.auxo-pagination-rtl .auxo-pagination-jump-prev,
.auxo-pagination-rtl .auxo-pagination-prev,
.auxo-pagination-rtl .auxo-pagination-total-text {
  margin-left: 8px;
  margin-right: 0
}

.auxo-pagination-rtl .auxo-pagination-slash {
  margin: 0 5px 0 10px
}

.auxo-pagination-rtl .auxo-pagination-options {
  margin-left: 0;
  margin-right: 16px
}

.auxo-pagination-rtl .auxo-pagination-options .auxo-pagination-options-size-changer.auxo-select {
  margin-left: 8px;
  margin-right: 0
}

.auxo-pagination-rtl .auxo-pagination-options .auxo-pagination-options-quick-jumper {
  margin-left: 0
}

.auxo-pagination-rtl.auxo-pagination-simple .auxo-pagination-simple-pager,
.auxo-pagination-rtl.auxo-pagination-simple .auxo-pagination-simple-pager input {
  margin-left: 8px;
  margin-right: 0
}

.auxo-pagination-rtl.auxo-pagination.mini .auxo-pagination-options {
  margin-left: 0;
  margin-right: 2px
}

.auxo-pagination:not(.sp-null) {
  color: #252931
}

.auxo-pagination:not(.sp-null) .auxo-pagination-total-text {
  color: #565960;
  font-family: PingFang SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 19px;
  margin: 0 16px
}

.auxo-pagination:not(.sp-null) .auxo-pagination-jump-next .auxo-pagination-item-container .auxo-pagination-item-ellipsis,
.auxo-pagination:not(.sp-null) .auxo-pagination-jump-prev .auxo-pagination-item-container .auxo-pagination-item-ellipsis {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm4 0a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm3 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' fill='%23565960'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
  color: transparent
}

.auxo-pagination:not(.sp-null) .auxo-pagination-item-link-icon {
  font-size: 16px;
  margin: 4px
}

.auxo-pagination:not(.sp-null) .auxo-pagination-item-link-icon svg path {
  d: path("M469.5 762.6a28.5 28.5 0 0040.3 0l228-228a28.5 28.5 0 000-40.2l-228-228a28.5 28.5 0 00-40.3 40.2l208 207.9-208 207.9a28.5 28.5 0 000 40.2zm-183.2 0a28.5 28.5 0 0040.3 0l228-228a28.5 28.5 0 000-40.2l-228-228a28.5 28.5 0 10-40.3 40.2l208 207.9-208 207.9a28.5 28.5 0 000 40.2z")
}

@supports (d:path("")) {
  .auxo-pagination:not(.sp-null) .auxo-pagination-item-link-icon.anticon-double-left {
    transform: rotate(180deg)
  }
}

.auxo-pagination:not(.sp-null) .auxo-pagination-item-link {
  border-color: #dcdee1
}

.auxo-pagination:not(.sp-null) .auxo-pagination-item-link .anticon-left,
.auxo-pagination:not(.sp-null) .auxo-pagination-item-link .anticon-right {
  font-size: 16px;
  margin: 3px
}

.auxo-pagination:not(.sp-null) .auxo-pagination-item-link .anticon-left svg path,
.auxo-pagination:not(.sp-null) .auxo-pagination-item-link .anticon-right svg path {
  d: path("M652.9 771.8a29.8 29.8 0 01-42.2 0l-239-239a29.8 29.8 0 010-42.1l239-239a29.8 29.8 0 0142.2 42.2l-218 217.9 218 217.9a29.8 29.8 0 010 42.1z")
}

@supports (d:path("")) {
  .auxo-pagination:not(.sp-null) .auxo-pagination-item-link .anticon-right {
    transform: rotate(180deg)
  }
}

.auxo-pagination:not(.sp-null) .auxo-pagination-options {
  align-items: center;
  display: inline-flex
}

.auxo-pagination:not(.sp-null) .auxo-pagination-options .auxo-select-selection-item:not(.sp-null) {
  height: 22px;
  opacity: 1
}

.auxo-pagination:not(.sp-null) .auxo-pagination-options .auxo-pagination-options-quick-jumper {
  margin: 0 8px
}

.auxo-pagination:not(.sp-null) .auxo-pagination-options .auxo-pagination-options-quick-jumper input {
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  text-align: center
}

.auxo-pagination-item {
  background-color: #fff;
  border: 1px solid #dcdee1
}

.auxo-pagination-item a {
  color: #252931;
  padding: 0 4px
}

.auxo-pagination-item:focus,
.auxo-pagination-item:focus-visible,
.auxo-pagination-item:hover {
  border: 1px solid #1966ff
}

.auxo-pagination-item:focus a,
.auxo-pagination-item:focus-visible a,
.auxo-pagination-item:hover a {
  color: #4784ff
}

.auxo-pagination-disabled .auxo-pagination-item-link {
  background: rgba(0, 0, 0, .04)
}

.auxo-pagination-item-active {
  background: #ebf3ff;
  border: 1px solid #1966ff
}

.auxo-pagination-item-active a {
  color: #1966ff
}

.auxo-pagination-item-active:focus,
.auxo-pagination-item-active:hover {
  border: 1px solid #1966ff
}

.auxo-pagination-item-active:focus a,
.auxo-pagination-item-active:hover a {
  color: #1966ff
}

.auxo-pagination-options-size-changer .auxo-select-selector {
  height: 24px;
  line-height: 24px;
  min-width: 24px
}

.auxo-pagination-options-size-changer .auxo-select-selection-selected-value,
.auxo-pagination:not(.sp-null) .auxo-select-selection .auxo-select-selector__rendered {
  line-height: 22px
}

.auxo-pagination:not(.sp-null) .auxo-select-selection-item:not(.sp-null),
.auxo-pagination:not(.sp-null) .auxo-select-selection-placeholder:not(.sp-null):not(.sp-null) {
  height: 24px;
  line-height: 22px;
  padding-right: 18px
}

.auxo-pagination:not(.sp-null) .auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector {
  height: 24px;
  line-height: 22px
}

.auxo-pagination:not(.sp-null) .auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-search .auxo-select-selection-search-input {
  height: 22px
}

.auxo-pagination-options .auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-item {
  line-height: 23px
}

.auxo-popconfirm {
  z-index: 1060
}

.auxo-popconfirm .sp-popconfirm-content,
.auxo-popconfirm .sp-popconfirm-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}

.auxo-popconfirm .sp-popconfirm-content {
  font-weight: 400
}

.auxo-popconfirm .sp-popconfirm-title+.sp-popconfirm-content {
  color: #898b8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 2px
}

.auxo-popconfirm .auxo-popover-message {
  display: flex;
  flex: 1 1;
  padding: 0
}

.auxo-popconfirm .auxo-popover-message-title {
  flex: 1 1;
  padding: 0
}

.auxo-popconfirm .auxo-popover-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 280px;
  min-width: 160px;
  padding: 16px
}

.auxo-popconfirm .auxo-popover-buttons {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 0;
  margin-top: 16px
}

.auxo-popconfirm .sp-popconfirm-icon {
  font-size: 16px;
  margin-right: 8px
}

.auxo-popconfirm .sp-popconfirm-icon.sp-success {
  color: #3cc781
}

.auxo-popconfirm .sp-popconfirm-icon.sp-info {
  color: #1966ff
}

.auxo-popconfirm .sp-popconfirm-icon.sp-warning {
  color: #ff9226
}

.auxo-popconfirm .sp-popconfirm-icon.sp-error {
  color: #ff3b52
}

.auxo-popover {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: auto;
  font-size: 14px;
  font-variant: tabular-nums;
  font-weight: 400;
  left: 0;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 0;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: normal;
  z-index: 1030
}

.auxo-popover:after {
  background: hsla(0, 0%, 100%, .01);
  content: "";
  position: absolute
}

.auxo-popover-hidden {
  display: none
}

.auxo-popover-placement-top,
.auxo-popover-placement-topLeft,
.auxo-popover-placement-topRight {
  padding-bottom: 5px
}

.auxo-popover-placement-right,
.auxo-popover-placement-rightBottom,
.auxo-popover-placement-rightTop {
  padding-left: 5px
}

.auxo-popover-placement-bottom,
.auxo-popover-placement-bottomLeft,
.auxo-popover-placement-bottomRight {
  padding-top: 5px
}

.auxo-popover-placement-left,
.auxo-popover-placement-leftBottom,
.auxo-popover-placement-leftTop {
  padding-right: 5px
}

.auxo-popover-inner {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  box-shadow: 0 0 8px rgba(0, 0, 0, .25)\9
}

@media (-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
  .auxo-popover-inner {
    box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12)
  }
}

.auxo-popover-title {
  border-bottom: 1px solid #eeeff0;
  color: #252931;
  font-weight: 500;
  margin: 0;
  min-height: 32px;
  min-width: 177px;
  padding: 5px 16px 4px
}

.auxo-popover-inner-content {
  color: #252931;
  padding: 12px 16px
}

.auxo-popover-message {
  color: #252931;
  font-size: 14px;
  padding: 4px 0 12px;
  position: relative
}

.auxo-popover-message>.anticon {
  color: #ff9226;
  font-size: 14px;
  position: absolute;
  top: 8.0005px
}

.auxo-popover-message-title {
  padding-left: 22px
}

.auxo-popover-buttons {
  margin-bottom: 4px;
  text-align: right
}

.auxo-popover-buttons button {
  margin-left: 8px
}

.auxo-popover-arrow {
  background: transparent;
  display: block;
  height: 8.48528137px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 8.48528137px
}

.auxo-popover-arrow-content {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 6px
}

.auxo-popover-placement-top .auxo-popover-arrow,
.auxo-popover-placement-topLeft .auxo-popover-arrow,
.auxo-popover-placement-topRight .auxo-popover-arrow {
  bottom: -3.48528137px
}

.auxo-popover-placement-top .auxo-popover-arrow-content,
.auxo-popover-placement-topLeft .auxo-popover-arrow-content,
.auxo-popover-placement-topRight .auxo-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateY(-4.24264069px) rotate(45deg)
}

.auxo-popover-placement-top .auxo-popover-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.auxo-popover-placement-topLeft .auxo-popover-arrow {
  left: 16px
}

.auxo-popover-placement-topRight .auxo-popover-arrow {
  right: 16px
}

.auxo-popover-placement-right .auxo-popover-arrow,
.auxo-popover-placement-rightBottom .auxo-popover-arrow,
.auxo-popover-placement-rightTop .auxo-popover-arrow {
  left: -3.48528137px
}

.auxo-popover-placement-right .auxo-popover-arrow-content,
.auxo-popover-placement-rightBottom .auxo-popover-arrow-content,
.auxo-popover-placement-rightTop .auxo-popover-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateX(4.24264069px) rotate(45deg)
}

.auxo-popover-placement-right .auxo-popover-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.auxo-popover-placement-rightTop .auxo-popover-arrow {
  top: 12px
}

.auxo-popover-placement-rightBottom .auxo-popover-arrow {
  bottom: 12px
}

.auxo-popover-placement-bottom .auxo-popover-arrow,
.auxo-popover-placement-bottomLeft .auxo-popover-arrow,
.auxo-popover-placement-bottomRight .auxo-popover-arrow {
  top: -3.48528137px
}

.auxo-popover-placement-bottom .auxo-popover-arrow-content,
.auxo-popover-placement-bottomLeft .auxo-popover-arrow-content,
.auxo-popover-placement-bottomRight .auxo-popover-arrow-content {
  box-shadow: -2px -2px 5px rgba(0, 0, 0, .06);
  transform: translateY(4.24264069px) rotate(45deg)
}

.auxo-popover-placement-bottom .auxo-popover-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.auxo-popover-placement-bottomLeft .auxo-popover-arrow {
  left: 16px
}

.auxo-popover-placement-bottomRight .auxo-popover-arrow {
  right: 16px
}

.auxo-popover-placement-left .auxo-popover-arrow,
.auxo-popover-placement-leftBottom .auxo-popover-arrow,
.auxo-popover-placement-leftTop .auxo-popover-arrow {
  right: -3.48528137px
}

.auxo-popover-placement-left .auxo-popover-arrow-content,
.auxo-popover-placement-leftBottom .auxo-popover-arrow-content,
.auxo-popover-placement-leftTop .auxo-popover-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
  transform: translateX(-4.24264069px) rotate(45deg)
}

.auxo-popover-placement-left .auxo-popover-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.auxo-popover-placement-leftTop .auxo-popover-arrow {
  top: 12px
}

.auxo-popover-placement-leftBottom .auxo-popover-arrow {
  bottom: 12px
}

.auxo-popover-pink .auxo-popover-arrow-content,
.auxo-popover-pink .auxo-popover-inner {
  background-color: pink
}

.auxo-popover-magenta .auxo-popover-arrow-content,
.auxo-popover-magenta .auxo-popover-inner {
  background-color: #f0f
}

.auxo-popover-red .auxo-popover-arrow-content,
.auxo-popover-red .auxo-popover-inner {
  background-color: red
}

.auxo-popover-orange .auxo-popover-arrow-content,
.auxo-popover-orange .auxo-popover-inner {
  background-color: orange
}

.auxo-popover-yellow .auxo-popover-arrow-content,
.auxo-popover-yellow .auxo-popover-inner {
  background-color: #ff0
}

.auxo-popover-gold .auxo-popover-arrow-content,
.auxo-popover-gold .auxo-popover-inner {
  background-color: gold
}

.auxo-popover-cyan .auxo-popover-arrow-content,
.auxo-popover-cyan .auxo-popover-inner {
  background-color: cyan
}

.auxo-popover-lime .auxo-popover-arrow-content,
.auxo-popover-lime .auxo-popover-inner {
  background-color: lime
}

.auxo-popover-green .auxo-popover-arrow-content,
.auxo-popover-green .auxo-popover-inner {
  background-color: green
}

.auxo-popover-blue .auxo-popover-arrow-content,
.auxo-popover-blue .auxo-popover-inner {
  background-color: blue
}

.auxo-popover-purple .auxo-popover-arrow-content,
.auxo-popover-purple .auxo-popover-inner {
  background-color: purple
}

.auxo-popover-rtl {
  direction: rtl;
  text-align: right
}

.auxo-popover-rtl .auxo-popover-message-title {
  padding-left: 16px;
  padding-right: 22px
}

.auxo-popover-rtl .auxo-popover-buttons {
  text-align: left
}

.auxo-popover-rtl .auxo-popover-buttons button {
  margin-left: 0;
  margin-right: 8px
}

.auxo-popover:not(.sp-null) {
  line-height: 20px
}

.auxo-popover:not(.sp-null) .auxo-popover-arrow {
  border-radius: 1px
}

.auxo-popover:not(.sp-null) .auxo-popover-inner-content {
  padding: 16px
}

.auxo-radio-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-size: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-radio-group .auxo-badge-count {
  z-index: 1
}

.auxo-radio-group>.auxo-badge:not(:first-child)>.auxo-radio-button-wrapper {
  border-left: none
}

.auxo-radio-wrapper {
  font-feature-settings: "tnum";
  align-items: baseline;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 8px 0 0;
  padding: 0;
  position: relative
}

.auxo-radio-wrapper:after {
  content: "\a0";
  display: inline-block;
  overflow: hidden;
  width: 0
}

.auxo-radio {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: .2em
}

.auxo-radio-input:focus+.auxo-radio-inner,
.auxo-radio-wrapper:hover .auxo-radio,
.auxo-radio:hover .auxo-radio-inner {
  border-color: #1966ff
}

.auxo-radio-input:focus+.auxo-radio-inner {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.auxo-radio-checked:after {
  animation: antRadioEffect .36s ease-in-out;
  animation-fill-mode: both;
  border: 1px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.auxo-radio-wrapper:hover .auxo-radio:after,
.auxo-radio:hover:after {
  visibility: visible
}

.auxo-radio-inner {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 50%;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.auxo-radio-inner:after {
  background-color: #1966ff;
  border-left: 0;
  border-radius: 8px;
  border-top: 0;
  content: " ";
  display: block;
  height: 8px;
  left: 3px;
  opacity: 0;
  position: absolute;
  top: 3px;
  transform: scale(0);
  transition: all .3s cubic-bezier(.78, .14, .15, .86);
  width: 8px
}

.auxo-radio-input {
  bottom: 0;
  cursor: pointer;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1
}

.auxo-radio-checked .auxo-radio-inner {
  border-color: #1966ff
}

.auxo-radio-checked .auxo-radio-inner:after {
  opacity: 1;
  transform: scale(1);
  transition: all .3s cubic-bezier(.78, .14, .15, .86)
}

.auxo-radio-disabled {
  cursor: not-allowed
}

.auxo-radio-disabled .auxo-radio-inner {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1 !important;
  cursor: not-allowed
}

.auxo-radio-disabled .auxo-radio-inner:after {
  background-color: #1966ff
}

.auxo-radio-disabled .auxo-radio-input {
  cursor: not-allowed
}

.auxo-radio-disabled+span {
  color: #bcbdc0;
  cursor: not-allowed
}

span.auxo-radio+* {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-radio-button-wrapper {
  background: #fff;
  border-color: #dcdee1;
  border-style: solid;
  border-width: 1.02px 1px 1px 0;
  color: #252931;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  height: 32px;
  line-height: 30px;
  margin: 0;
  padding: 0 15px;
  position: relative;
  transition: color .3s, background .3s, border-color .3s, box-shadow .3s
}

.auxo-radio-button-wrapper a {
  color: #252931
}

.auxo-radio-button-wrapper>.auxo-radio-button {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.auxo-radio-group-large .auxo-radio-button-wrapper {
  font-size: 16px;
  height: 40px;
  line-height: 38px
}

.auxo-radio-group-small .auxo-radio-button-wrapper {
  height: 28px;
  line-height: 26px;
  padding: 0 7px
}

.auxo-radio-button-wrapper:not(:first-child):before {
  background-color: #dcdee1;
  box-sizing: content-box;
  content: "";
  display: block;
  height: 100%;
  left: -1px;
  padding: 1px 0;
  position: absolute;
  top: -1px;
  transition: background-color .3s;
  width: 1px
}

.auxo-radio-button-wrapper:first-child {
  border-left: 1px solid #dcdee1;
  border-radius: 4px 0 0 4px
}

.auxo-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0
}

.auxo-radio-button-wrapper:first-child:last-child {
  border-radius: 4px
}

.auxo-radio-button-wrapper:hover {
  color: #1966ff;
  position: relative
}

.auxo-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.auxo-radio-button-wrapper .auxo-radio-inner,
.auxo-radio-button-wrapper input[type=checkbox],
.auxo-radio-button-wrapper input[type=radio] {
  height: 0;
  opacity: 0;
  pointer-events: none;
  width: 0
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled) {
  background: #fff;
  border-color: #1966ff;
  color: #1966ff;
  z-index: 1
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):before {
  background-color: #1966ff
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):first-child {
  border-color: #1966ff
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):hover {
  border-color: #4784ff;
  color: #4784ff
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):hover:before {
  background-color: #4784ff
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):active {
  border-color: #1556d9;
  color: #1556d9
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):active:before {
  background-color: #1556d9
}

.auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.auxo-radio-group-solid .auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled) {
  background: #1966ff;
  border-color: #1966ff;
  color: #fff
}

.auxo-radio-group-solid .auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):hover {
  background: #4784ff;
  border-color: #4784ff;
  color: #fff
}

.auxo-radio-group-solid .auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):active {
  background: #1556d9;
  border-color: #1556d9;
  color: #fff
}

.auxo-radio-group-solid .auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.auxo-radio-button-wrapper-disabled {
  cursor: not-allowed
}

.auxo-radio-button-wrapper-disabled,
.auxo-radio-button-wrapper-disabled:first-child,
.auxo-radio-button-wrapper-disabled:hover {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #bcbdc0
}

.auxo-radio-button-wrapper-disabled:first-child {
  border-left-color: #dcdee1
}

.auxo-radio-button-wrapper-disabled.auxo-radio-button-wrapper-checked {
  background-color: #e6e6e6;
  border-color: #dcdee1;
  box-shadow: none;
  color: #bcbdc0
}

@keyframes antRadioEffect {
  0% {
    opacity: .5;
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(1.6)
  }
}

.auxo-radio-group.auxo-radio-group-rtl {
  direction: rtl
}

.auxo-radio-wrapper.auxo-radio-wrapper-rtl {
  direction: rtl;
  margin-left: 8px;
  margin-right: 0
}

.auxo-radio-button-wrapper.auxo-radio-button-wrapper-rtl {
  border-left-width: 1px;
  border-right-width: 0
}

.auxo-radio-button-wrapper.auxo-radio-button-wrapper-rtl.auxo-radio-button-wrapper:not(:first-child):before {
  left: 0;
  right: -1px
}

.auxo-radio-button-wrapper.auxo-radio-button-wrapper-rtl.auxo-radio-button-wrapper:first-child {
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #dcdee1
}

.auxo-radio-button-wrapper-checked:not([class*=" auxo-radio-button-wrapper-disabled"]).auxo-radio-button-wrapper:first-child {
  border-right-color: #4784ff
}

.auxo-radio-button-wrapper.auxo-radio-button-wrapper-rtl.auxo-radio-button-wrapper:last-child {
  border-radius: 4px 0 0 4px
}

.auxo-radio-button-wrapper.auxo-radio-button-wrapper-rtl.auxo-radio-button-wrapper-disabled:first-child {
  border-right-color: #dcdee1
}

.auxo-radio-wrapper:not(.sp-null) {
  color: #252931
}

.auxo-radio-wrapper:not(.sp-null) .auxo-radio-disabled+span {
  color: #565960
}

.auxo-radio-wrapper:not(.sp-null) .auxo-radio-checked:after {
  display: none
}

.auxo-radio-wrapper:not(.sp-null) .auxo-radio-checked.auxo-radio-disabled .auxo-radio-inner {
  background-color: #fff;
  border: 1px solid #1966ff !important;
  opacity: .4
}

.auxo-radio-wrapper:not(.sp-null) .auxo-radio-checked.auxo-radio-disabled .auxo-radio-inner:after {
  background-color: #1966ff
}

.auxo-radio-wrapper:not(.sp-null) .auxo-radio-checked .auxo-radio-input:focus+.auxo-radio-inner {
  box-shadow: 0 0 0 3px rgba(25, 102, 255, .08)
}

.auxo-radio-group-outline .auxo-radio-button-wrapper .auxo-radio-button {
  background-color: transparent;
  border-radius: 4px
}

.auxo-radio-group-outline .auxo-radio-button-wrapper-checked .auxo-radio-button {
  background-color: transparent
}

.auxo-radio-group:not(.sp-null):not(.auxo-radio-group-small):not(.auxo-radio-group-large) .auxo-radio-button-wrapper {
  line-height: 18px;
  padding: 6px 16px
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper .auxo-radio-button {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper:focus-within {
  box-shadow: none
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper:not(:first-child):before {
  background-color: #dcdee1
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-checked:not(.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-disabled) {
  border-color: #dcdee1
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-checked:not(.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-disabled):before {
  background-color: #dcdee1
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper .auxo-badge {
  color: inherit
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-disabled:not(.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-checked) {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper:not(.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-disabled):not(.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper-checked):hover {
  color: #4784ff
}

.auxo-radio-group:not(.sp-null) .auxo-radio-button-wrapper .sp-radio-dropdown-arrow {
  margin-left: 4px
}

.auxo-radio-group:not(.sp-null).auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled) {
  border-color: #dcdee1;
  color: #1966ff;
  font-weight: 500
}

.auxo-radio-group:not(.sp-null).auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled):before {
  background: none
}

.auxo-radio-group:not(.sp-null).auxo-radio-group-solid .auxo-radio-button-wrapper-checked:not(.auxo-radio-button-wrapper-disabled) {
  color: #fff
}

.auxo-radio-group.auxo-radio-group-small .auxo-radio-wrapper,
.auxo-radio-wrapper.sp-radio-sm {
  font-size: 12px;
  line-height: 16px
}

.auxo-radio-group.auxo-radio-group-small .auxo-radio-wrapper .auxo-radio,
.auxo-radio-wrapper.sp-radio-sm .auxo-radio {
  vertical-align: top
}

.auxo-radio-group.auxo-radio-group-small .auxo-radio-wrapper .auxo-radio-inner,
.auxo-radio-wrapper.sp-radio-sm .auxo-radio-inner {
  height: 14px;
  width: 14px
}

.auxo-radio-group.auxo-radio-group-small .auxo-radio-wrapper .auxo-radio-inner:after,
.auxo-radio-wrapper.sp-radio-sm .auxo-radio-inner:after {
  left: 2px;
  top: 2px
}

.auxo-radio-item-tooltip {
  color: #bcbdc0;
  cursor: pointer;
  font-size: 16px;
  line-height: 20px;
  margin-left: 2px
}

.auxo-select-single .auxo-select-selector {
  display: flex
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-search {
  bottom: 0;
  left: 11px;
  position: absolute;
  right: 11px;
  top: 0
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-search-input {
  width: 100%
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-item,
.auxo-select-single .auxo-select-selector .auxo-select-selection-placeholder {
  line-height: 30px;
  padding: 0;
  transition: all .3s
}

@supports (-moz-appearance:meterbar) {

  .auxo-select-single .auxo-select-selector .auxo-select-selection-item,
  .auxo-select-single .auxo-select-selector .auxo-select-selection-placeholder {
    line-height: 30px
  }
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-placeholder {
  pointer-events: none
}

.auxo-select-single .auxo-select-selector .auxo-select-selection-item:after,
.auxo-select-single .auxo-select-selector .auxo-select-selection-placeholder:after,
.auxo-select-single .auxo-select-selector:after {
  content: "\a0";
  display: inline-block;
  visibility: hidden;
  width: 0
}

.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-search {
  right: 25px
}

.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-item,
.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-placeholder {
  padding-right: 18px
}

.auxo-select-single.auxo-select-open .auxo-select-selection-item {
  color: #bcbdc0
}

.auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector {
  height: 32px;
  padding: 0 11px;
  width: 100%
}

.auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-search-input {
  height: 30px
}

.auxo-select-single:not(.auxo-select-customize-input) .auxo-select-selector:after {
  line-height: 30px
}

.auxo-select-single.auxo-select-customize-input .auxo-select-selector:after {
  display: none
}

.auxo-select-single.auxo-select-customize-input .auxo-select-selector .auxo-select-selection-search {
  position: static;
  width: 100%
}

.auxo-select-single.auxo-select-customize-input .auxo-select-selector .auxo-select-selection-placeholder {
  left: 0;
  padding: 0 11px;
  position: absolute;
  right: 0
}

.auxo-select-single.auxo-select-customize-input .auxo-select-selector .auxo-select-selection-placeholder:after {
  display: none
}

.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input) .auxo-select-selector {
  height: 40px
}

.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-item,
.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-placeholder,
.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input) .auxo-select-selector:after {
  line-height: 38px
}

.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input):not(.auxo-select-customize-input) .auxo-select-selection-search-input {
  height: 38px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector {
  height: 28px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-item,
.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-placeholder,
.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector:after {
  line-height: 26px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input):not(.auxo-select-customize-input) .auxo-select-selection-search-input {
  height: 26px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selection-search {
  left: 11px;
  right: 11px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input) .auxo-select-selector {
  padding: 0 11px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-search {
  right: 32px
}

.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-item,
.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-placeholder {
  padding-right: 21px
}

.auxo-select-single.auxo-select-lg:not(.auxo-select-customize-input) .auxo-select-selector {
  padding: 0 11px
}

.auxo-select-selection-overflow {
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative
}

.auxo-select-selection-overflow-item {
  align-self: center;
  flex: none;
  max-width: 92%
}

.auxo-select-multiple .auxo-select-selector {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px
}

.auxo-select-show-search.auxo-select-multiple .auxo-select-selector {
  cursor: text
}

.auxo-select-disabled.auxo-select-multiple .auxo-select-selector {
  background: rgba(0, 0, 0, .04);
  cursor: not-allowed
}

.auxo-select-multiple .auxo-select-selector:after {
  content: "\a0";
  display: inline-block;
  line-height: 24px;
  margin: 2px 0;
  width: 0
}

.auxo-select-multiple.auxo-select-allow-clear .auxo-select-selector,
.auxo-select-multiple.auxo-select-show-arrow .auxo-select-selector {
  padding-right: 24px
}

.auxo-select-multiple .auxo-select-selection-item {
  -webkit-margin-end: 5px;
  -webkit-padding-start: 8px;
  -webkit-padding-end: 4px;
  background: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: default;
  display: flex;
  flex: none;
  height: 24px;
  line-height: 22px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-inline-end: 5px;
  max-width: 100%;
  padding-inline-end: 4px;
  padding-inline-start: 8px;
  position: relative;
  transition: font-size .3s, line-height .3s, height .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-select-disabled.auxo-select-multiple .auxo-select-selection-item {
  border-color: #dcdee1;
  color: #bfbfbf;
  cursor: not-allowed
}

.auxo-select-multiple .auxo-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre
}

.auxo-select-multiple .auxo-select-selection-item-remove {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: #898b8f;
  cursor: pointer;
  display: inline-block;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 0;
  line-height: inherit;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -.125em
}

.auxo-select-multiple .auxo-select-selection-item-remove>* {
  line-height: 1
}

.auxo-select-multiple .auxo-select-selection-item-remove svg {
  display: inline-block
}

.auxo-select-multiple .auxo-select-selection-item-remove:before {
  display: none
}

.auxo-select-multiple .auxo-select-selection-item-remove .auxo-select-multiple .auxo-select-selection-item-remove-icon {
  display: block
}

.auxo-select-multiple .auxo-select-selection-item-remove>.anticon {
  vertical-align: -.2em
}

.auxo-select-multiple .auxo-select-selection-item-remove:hover {
  color: #898b8f
}

.auxo-select-multiple .auxo-select-selection-overflow-item+.auxo-select-selection-overflow-item .auxo-select-selection-search {
  -webkit-margin-start: 0;
  margin-inline-start: 0
}

.auxo-select-multiple .auxo-select-selection-search {
  -webkit-margin-start: 6px;
  margin-bottom: 2px;
  margin-top: 2px;
  margin-inline-start: 6px;
  max-width: 100%;
  position: relative
}

.auxo-select-multiple .auxo-select-selection-search-input,
.auxo-select-multiple .auxo-select-selection-search-mirror {
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  height: 24px;
  line-height: 24px;
  transition: all .3s
}

.auxo-select-multiple .auxo-select-selection-search-input {
  min-width: 4.1px;
  width: 100%
}

.auxo-select-multiple .auxo-select-selection-search-mirror {
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  white-space: pre;
  z-index: 999
}

.auxo-select-multiple .auxo-select-selection-placeholder {
  left: 11px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}

.auxo-select-multiple.auxo-select-lg .auxo-select-selector:after {
  line-height: 30px
}

.auxo-select-multiple.auxo-select-lg .auxo-select-selection-item {
  height: 30px;
  line-height: 28px
}

.auxo-select-multiple.auxo-select-lg .auxo-select-selection-search {
  height: 30px;
  line-height: 30px
}

.auxo-select-multiple.auxo-select-lg .auxo-select-selection-search-input,
.auxo-select-multiple.auxo-select-lg .auxo-select-selection-search-mirror {
  height: 30px;
  line-height: 28px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selector:after {
  line-height: 18px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selection-item {
  height: 18px;
  line-height: 16px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selection-search {
  height: 18px;
  line-height: 18px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selection-search-input,
.auxo-select-multiple.auxo-select-sm .auxo-select-selection-search-mirror {
  height: 18px;
  line-height: 16px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selection-placeholder {
  left: 11px
}

.auxo-select-multiple.auxo-select-sm .auxo-select-selection-search {
  -webkit-margin-start: 3px;
  margin-inline-start: 3px
}

.auxo-select-multiple.auxo-select-lg .auxo-select-selection-item {
  height: 32px;
  line-height: 32px
}

.auxo-select-disabled .auxo-select-selection-item-remove {
  display: none
}

.auxo-select {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  position: relative;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector input {
  cursor: pointer
}

.auxo-select-show-search.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  cursor: text
}

.auxo-select-show-search.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector input {
  cursor: auto
}

.auxo-select-focused:not(.auxo-select-disabled).auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-select-focused:not(.auxo-select-disabled).auxo-select:not(.auxo-select-customize-input) .auxo-select-selector:not(.sp-null):not(.sp-null-1),
.auxo-select-focused:not(.auxo-select-disabled).auxo-select:not(.auxo-select-customize-input) .auxo-select-selector:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-select-focused:not(.auxo-select-disabled).auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-select-disabled.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  background: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-select-multiple.auxo-select-disabled.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector {
  background: rgba(0, 0, 0, .04)
}

.auxo-select-disabled.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector input {
  cursor: not-allowed
}

.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-search-input {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  margin: 0;
  outline: none;
  padding: 0
}

.auxo-select:not(.auxo-select-customize-input) .auxo-select-selector .auxo-select-selection-search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none
}

.auxo-select:not(.auxo-select-disabled):hover .auxo-select-selector {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-select:not(.auxo-select-disabled):hover .auxo-select-selector {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-select-selection-item {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (-ms-high-contrast:none) {

  .auxo-select-selection-item,
  .auxo-select-selection-item ::-ms-backdrop {
    flex: auto
  }
}

.auxo-select-selection-placeholder {
  color: #bcbdc0;
  flex: 1 1;
  overflow: hidden;
  pointer-events: none;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media (-ms-high-contrast:none) {

  .auxo-select-selection-placeholder,
  .auxo-select-selection-placeholder ::-ms-backdrop {
    flex: auto
  }
}

.auxo-select-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  color: #bcbdc0;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  height: 12px;
  line-height: 0;
  line-height: 1;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 11px;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  top: 53%;
  vertical-align: -.125em;
  width: 12px
}

.auxo-select-arrow>* {
  line-height: 1
}

.auxo-select-arrow svg {
  display: inline-block
}

.auxo-select-arrow:before {
  display: none
}

.auxo-select-arrow .auxo-select-arrow-icon {
  display: block
}

.auxo-select-arrow .anticon {
  transition: transform .3s;
  vertical-align: top
}

.auxo-select-arrow .anticon>svg {
  vertical-align: top
}

.auxo-select-arrow .anticon:not(.auxo-select-suffix) {
  pointer-events: auto
}

.auxo-select-disabled .auxo-select-arrow {
  cursor: not-allowed
}

.auxo-select-clear {
  background: #fff;
  color: #bcbdc0;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  height: 12px;
  line-height: 1;
  margin-top: -6px;
  opacity: 0;
  position: absolute;
  right: 11px;
  text-align: center;
  text-rendering: auto;
  text-transform: none;
  top: 50%;
  transition: color .3s ease, opacity .15s ease;
  width: 12px;
  z-index: 1
}

.auxo-select-clear:before {
  display: block
}

.auxo-select-clear:hover {
  color: #898b8f
}

.auxo-select:hover .auxo-select-clear {
  opacity: 1
}

.auxo-select-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  font-variant: normal;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: none;
  overflow: hidden;
  padding: 8px 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.auxo-select-dropdown.slide-up-appear.slide-up-appear-active.auxo-select-dropdown-placement-bottomLeft,
.auxo-select-dropdown.slide-up-enter.slide-up-enter-active.auxo-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpIn
}

.auxo-select-dropdown.slide-up-appear.slide-up-appear-active.auxo-select-dropdown-placement-topLeft,
.auxo-select-dropdown.slide-up-enter.slide-up-enter-active.auxo-select-dropdown-placement-topLeft {
  animation-name: antSlideDownIn
}

.auxo-select-dropdown.slide-up-leave.slide-up-leave-active.auxo-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut
}

.auxo-select-dropdown.slide-up-leave.slide-up-leave-active.auxo-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut
}

.auxo-select-dropdown-hidden {
  display: none
}

.auxo-select-dropdown-empty {
  color: #bcbdc0
}

.auxo-select-item-empty {
  color: #565960;
  color: #bcbdc0
}

.auxo-select-item,
.auxo-select-item-empty {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 32px;
  padding: 6px 12px;
  position: relative
}

.auxo-select-item {
  color: #565960;
  cursor: pointer;
  transition: background .3s ease
}

.auxo-select-item-group {
  color: #aaabaf;
  cursor: default;
  font-size: 12px
}

.auxo-select-item-option {
  display: flex
}

.auxo-select-item-option-content {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-select-item-option-state {
  flex: none
}

.auxo-select-item-option-active:not(.auxo-select-item-option-disabled) {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-select-item-option-selected:not(.auxo-select-item-option-disabled) {
  background-color: #f0f6ff;
  color: #252931;
  font-weight: 500
}

.auxo-select-item-option-selected:not(.auxo-select-item-option-disabled) .auxo-select-item-option-state {
  color: #1966ff
}

.auxo-select-item-option-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-select-lg {
  font-size: 16px
}

.auxo-select-borderless .auxo-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important
}

.auxo-select-rtl {
  direction: rtl
}

.auxo-select-rtl .auxo-select-arrow,
.auxo-select-rtl .auxo-select-clear {
  left: 11px;
  right: auto
}

.auxo-select-dropdown-rtl {
  direction: rtl
}

.auxo-select-dropdown-rtl .auxo-select-item-option-grouped {
  padding-left: 12px;
  padding-right: 24px
}

.auxo-select-rtl.auxo-select-multiple.auxo-select-allow-clear .auxo-select-selector,
.auxo-select-rtl.auxo-select-multiple.auxo-select-show-arrow .auxo-select-selector {
  padding-left: 24px;
  padding-right: 5px
}

.auxo-select-rtl.auxo-select-multiple .auxo-select-selection-item {
  text-align: right
}

.auxo-select-rtl.auxo-select-multiple .auxo-select-selection-item-content {
  margin-left: 4px;
  margin-right: 0;
  text-align: right
}

.auxo-select-rtl.auxo-select-multiple .auxo-select-selection-search-mirror {
  left: auto;
  right: 0
}

.auxo-select-rtl.auxo-select-multiple .auxo-select-selection-placeholder {
  left: auto;
  right: 11px
}

.auxo-select-rtl.auxo-select-multiple.auxo-select-sm .auxo-select-selection-placeholder {
  right: 11px
}

.auxo-select-rtl.auxo-select-single .auxo-select-selector .auxo-select-selection-item,
.auxo-select-rtl.auxo-select-single .auxo-select-selector .auxo-select-selection-placeholder {
  left: 9px;
  right: 0;
  text-align: right
}

.auxo-select-rtl.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-search {
  left: 25px;
  right: 11px
}

.auxo-select-rtl.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-item,
.auxo-select-rtl.auxo-select-single.auxo-select-show-arrow .auxo-select-selection-placeholder {
  padding-left: 18px;
  padding-right: 0
}

.auxo-select-rtl.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-search {
  right: 10px
}

.auxo-select-rtl.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-item,
.auxo-select-rtl.auxo-select-single.auxo-select-sm:not(.auxo-select-customize-input).auxo-select-show-arrow .auxo-select-selection-placeholder {
  padding-left: 21px;
  padding-right: 0
}

.auxo-select.sp-search-select .auxo-select-selection-search-input {
  visibility: hidden !important
}

.auxo-select:not(.auxo-select-disabled):hover.auxo-select-allow-clear .auxo-select-arrow:not(:last-child) {
  opacity: 0
}

.auxo-select:not(.auxo-select-disabled):hover.auxo-select-customize-input .auxo-select-selector {
  background: none
}

.auxo-select:not(.sp-null) {
  color: #252931
}

.auxo-select:not(.sp-null).auxo-select-disabled .auxo-select-selection-item {
  color: #565960
}

.auxo-select:not(.sp-null).auxo-select-sm {
  font-size: 12px
}

.auxo-select-single:not(.sp-null).auxo-select-open .auxo-select-selection-item {
  color: #bcbdc0;
  opacity: 1
}

.auxo-select-single:not(.sp-null).auxo-select-open:not(.auxo-select-show-search) .auxo-select-selection-item {
  color: #252931
}

.auxo-select-show-arrow.auxo-select-open .auxo-select-arrow .anticon-down {
  transform: rotate(180deg)
}

.auxo-select-selection-placeholder:not(.sp-null) {
  color: #bcbdc0;
  opacity: 1
}

.auxo-select-arrow:not(.sp-null) {
  color: #898b8f;
  transition: transform .3s
}

.auxo-select-arrow:not(.sp-null),
.auxo-select-clear:not(.sp-null) {
  font-size: 16px;
  height: 16px;
  right: 8px;
  top: calc(50% - 2px);
  width: 16px
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selection-overflow {
  padding: 1px 0
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selector {
  padding-left: 3px
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selector input {
  transition: none
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selection-item {
  background-color: rgba(0, 0, 0, .04);
  border-color: #eeeff0;
  border-radius: 2px;
  color: #252931;
  font-size: 12px;
  margin-right: 4px;
  padding: 0 4px
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selection-item .auxo-select-selection-item-remove,
.auxo-select-multiple:not(.sp-null) .auxo-select-selection-item .sp-select-all-closeicon {
  font-size: 14px
}

.auxo-select-multiple:not(.sp-null) .auxo-select-selection-item .auxo-select-selection-item-remove>.anticon,
.auxo-select-multiple:not(.sp-null) .auxo-select-selection-item .sp-select-all-closeicon>.anticon {
  vertical-align: middle
}

.auxo-select-multiple:not(.sp-null).auxo-select-focused:not(.auxo-select-disabled) .auxo-select-selection-item {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-select-multiple:not(.sp-null).sp-select-all-tag .auxo-select-selection-item-content {
  margin-right: 0
}

.auxo-select-multiple:not(.sp-null).sp-select-all-tag .sp-select-all-closeicon {
  color: #898b8f;
  line-height: 1;
  vertical-align: middle
}

.auxo-select-multiple:not(.sp-null).sp-select-all-tag .sp-select-all-tag-text {
  margin-right: 4px
}

.auxo-select-multiple:not(.sp-null).auxo-select-lg .auxo-select-selection-search {
  height: 32px;
  line-height: 32px
}

.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selector:after {
  line-height: 20px
}

.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selection-item {
  height: 20px;
  line-height: 18px
}

.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selection-search {
  height: 20px;
  line-height: 20px
}

.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selection-search-input,
.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selection-search-mirror {
  height: 18px;
  line-height: 16px
}

.auxo-select-multiple:not(.sp-null).auxo-select-sm .auxo-select-selection-search:first-child .auxo-select-selection-search-input {
  margin-left: 5px
}

.auxo-select-item-option-selected:not(.auxo-select-item-option-disabled) .auxo-select-item-option-content {
  color: #252931
}

.auxo-select-dropdown {
  border: 1px solid #eeeff0
}

.auxo-select-dropdown .auxo-select-item:not(.auxo-select-item-option-disabled) {
  color: #252931
}

.auxo-select-dropdown .auxo-select-item:not(.auxo-select-item-option-disabled).auxo-select-item-group {
  color: #aaabaf
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-option-disabled) {
  font-weight: 400
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group) {
  padding-left: 36px;
  position: relative
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-disabled:before {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected {
  background-color: transparent
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected:before {
  display: none
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected.auxo-select-item-option-active {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected.auxo-select-item-option-disabled .auxo-select-item-option-content {
  color: #565960
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected.auxo-select-item-option-disabled .auxo-select-item-option-state {
  opacity: .4
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected .auxo-select-item-option-state {
  background-color: #1966ff;
  border: none;
  border-radius: 2px;
  color: #fff;
  font-size: 16px;
  height: 16px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected .auxo-select-item-option-state .anticon-check {
  display: block
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group):before,
.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all .select-all-checkbox {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-radius: 2px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 16px;
  left: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px
}

.auxo-select-dropdown.sp-multiple-dropdown .auxo-select-item:not(.auxo-select-item-group).auxo-select-item-option-selected .anticon-check>svg>path,
.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all .select-all-checkbox.select-all>svg>path {
  d: path("M248.375 462.793C226.505 484.663 226.505 520.12 248.375 541.989L406.767 700.38C428.636 722.25 464.093 722.25 485.963 700.38L802.746 383.598C824.616 361.728 824.616 326.271 802.746 304.402C780.877 282.533 745.42 282.533 723.55 304.402L446.365 581.587L327.571 462.793C305.701 440.924 270.244 440.924 248.375 462.793Z")
}

.auxo-select-dropdown.sp-multiple-dropdown .sp-multiple-select-divider {
  margin: 8px;
  min-width: calc(100% - 16px);
  width: calc(100% - 16px)
}

.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all {
  color: #565960;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  margin: 0;
  padding: 0 0 0 36px;
  position: relative
}

.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all .select-all-checkbox>svg {
  display: none
}

.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all .select-all-checkbox.select-all {
  background-color: #1966ff;
  border: none;
  color: #fff;
  line-height: 16px
}

.auxo-select-dropdown.sp-multiple-dropdown .sp-select-all .select-all-checkbox.select-all>svg {
  display: inline;
  height: 16px;
  width: 16px
}

.auxo-select-dropdown.sp-search-select-dropdown .sp-select-search {
  margin: 0 12px 8px
}

.auxo-select-dropdown .sp-select-more-loading {
  align-items: center;
  align-self: center;
  color: #bcbdc0;
  display: inline-flex;
  font-size: 16px;
  height: 32px;
  justify-content: center;
  overflow: hidden;
  width: 32px
}

.auxo-select-dropdown .sp-select-more-loading>span {
  animation: loadingCircle 1s linear infinite;
  display: inline-flex
}

.auxo-select-dropdown .sp-select-more-loading>span>svg.icon {
  fill: currentColor;
  height: 1em;
  overflow: hidden;
  vertical-align: -.15em;
  width: 1em
}

.auxo-select-single.auxo-select-customize-input:not(.sp-null) .auxo-select-selector .auxo-select-selection-placeholder {
  left: 1px;
  top: 1px;
  z-index: 1
}

.auxo-steps {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: flex;
  font-size: 14px;
  font-size: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: initial;
  width: 100%
}

.auxo-steps-item {
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  position: relative;
  vertical-align: top
}

.auxo-steps-item-container {
  outline: none
}

.auxo-steps-item:last-child {
  flex: none
}

.auxo-steps-item:last-child>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after,
.auxo-steps-item:last-child>.auxo-steps-item-container>.auxo-steps-item-tail {
  display: none
}

.auxo-steps-item-content,
.auxo-steps-item-icon {
  display: inline-block;
  vertical-align: top
}

.auxo-steps-item-icon {
  border: 1px solid #bcbdc0;
  border-radius: 32px;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  margin: 0 8px 0 0;
  text-align: center;
  transition: background-color .3s, border-color .3s;
  width: 32px
}

.auxo-steps-item-icon .auxo-steps-icon {
  color: #1966ff;
  line-height: 1;
  position: relative;
  top: 0
}

.auxo-steps-item-tail {
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 12px;
  width: 100%
}

.auxo-steps-item-tail:after {
  background: #eeeff0;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 1px;
  transition: background .3s;
  width: 100%
}

.auxo-steps-item-title {
  color: #565960;
  display: inline-block;
  font-size: 16px;
  line-height: 32px;
  padding-right: 16px;
  position: relative
}

.auxo-steps-item-title:after {
  background: #eeeff0;
  content: "";
  display: block;
  height: 1px;
  left: 100%;
  position: absolute;
  top: 16px;
  width: 9999px
}

.auxo-steps-item-subtitle {
  display: inline;
  font-weight: 400;
  margin-left: 8px
}

.auxo-steps-item-description,
.auxo-steps-item-subtitle {
  color: #898b8f;
  font-size: 14px
}

.auxo-steps-item-wait .auxo-steps-item-icon {
  background-color: #fff;
  border-color: #bcbdc0
}

.auxo-steps-item-wait .auxo-steps-item-icon>.auxo-steps-icon {
  color: #bcbdc0
}

.auxo-steps-item-wait .auxo-steps-item-icon>.auxo-steps-icon .auxo-steps-icon-dot {
  background: #bcbdc0
}

.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #898b8f
}

.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background-color: #eeeff0
}

.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  color: #898b8f
}

.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  background-color: #eeeff0
}

.auxo-steps-item-process .auxo-steps-item-icon {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-steps-item-process .auxo-steps-item-icon>.auxo-steps-icon {
  color: #1966ff
}

.auxo-steps-item-process .auxo-steps-item-icon>.auxo-steps-icon .auxo-steps-icon-dot {
  background: #1966ff
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #252931
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background-color: #eeeff0
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  color: #565960
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  background-color: #eeeff0
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-icon {
  background: #1966ff
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-icon .auxo-steps-icon {
  color: #fff
}

.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-title {
  font-weight: 500
}

.auxo-steps-item-finish .auxo-steps-item-icon {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-steps-item-finish .auxo-steps-item-icon>.auxo-steps-icon {
  color: #1966ff
}

.auxo-steps-item-finish .auxo-steps-item-icon>.auxo-steps-icon .auxo-steps-icon-dot {
  background: #1966ff
}

.auxo-steps-item-finish>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #565960
}

.auxo-steps-item-finish>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background-color: #1966ff
}

.auxo-steps-item-finish>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  color: #898b8f
}

.auxo-steps-item-finish>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  background-color: #1966ff
}

.auxo-steps-item-error .auxo-steps-item-icon {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-steps-item-error .auxo-steps-item-icon>.auxo-steps-icon {
  color: #ff3b52
}

.auxo-steps-item-error .auxo-steps-item-icon>.auxo-steps-icon .auxo-steps-icon-dot {
  background: #ff3b52
}

.auxo-steps-item-error>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #ff3b52
}

.auxo-steps-item-error>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background-color: #eeeff0
}

.auxo-steps-item-error>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  color: #ff3b52
}

.auxo-steps-item-error>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  background-color: #eeeff0
}

.auxo-steps-item.auxo-steps-next-error .auxo-steps-item-title:after {
  background: #ff3b52
}

.auxo-steps-item-disabled {
  cursor: not-allowed
}

.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button] {
  cursor: pointer
}

.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button] .auxo-steps-item-description,
.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button] .auxo-steps-item-icon .auxo-steps-icon,
.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button] .auxo-steps-item-subtitle,
.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button] .auxo-steps-item-title {
  transition: color .3s
}

.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button]:hover .auxo-steps-item-description,
.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button]:hover .auxo-steps-item-subtitle,
.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active)>.auxo-steps-item-container[role=button]:hover .auxo-steps-item-title {
  color: #1966ff
}

.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active):not(.auxo-steps-item-process)>.auxo-steps-item-container[role=button]:hover .auxo-steps-item-icon {
  border-color: #1966ff
}

.auxo-steps .auxo-steps-item:not(.auxo-steps-item-active):not(.auxo-steps-item-process)>.auxo-steps-item-container[role=button]:hover .auxo-steps-item-icon .auxo-steps-icon {
  color: #1966ff
}

.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item {
  padding-left: 16px;
  white-space: nowrap
}

.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:first-child {
  padding-left: 0
}

.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:last-child .auxo-steps-item-title {
  padding-right: 0
}

.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item-tail {
  display: none
}

.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item-description {
  max-width: 140px;
  white-space: normal
}

.auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon {
  background: none;
  border: 0;
  height: auto
}

.auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon>.auxo-steps-icon {
  font-size: 24px;
  height: 32px;
  left: .5px;
  line-height: 32px;
  top: 0;
  width: 32px
}

.auxo-steps-item-custom.auxo-steps-item-process .auxo-steps-item-icon>.auxo-steps-icon {
  color: #1966ff
}

.auxo-steps:not(.auxo-steps-vertical) .auxo-steps-item-custom .auxo-steps-item-icon {
  background: none;
  width: auto
}

.auxo-steps-small.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item {
  padding-left: 12px
}

.auxo-steps-small.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:first-child {
  padding-left: 0
}

.auxo-steps-small .auxo-steps-item-icon {
  border-radius: 24px;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 0 8px 0 0;
  text-align: center;
  width: 24px
}

.auxo-steps-small .auxo-steps-item-title {
  font-size: 14px;
  line-height: 24px;
  padding-right: 12px
}

.auxo-steps-small .auxo-steps-item-title:after {
  top: 12px
}

.auxo-steps-small .auxo-steps-item-description {
  color: #898b8f;
  font-size: 14px
}

.auxo-steps-small .auxo-steps-item-tail {
  top: 8px
}

.auxo-steps-small .auxo-steps-item-custom .auxo-steps-item-icon {
  background: none;
  border: 0;
  border-radius: 0;
  height: inherit;
  line-height: inherit;
  width: inherit
}

.auxo-steps-small .auxo-steps-item-custom .auxo-steps-item-icon>.auxo-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none
}

.auxo-steps-vertical {
  display: flex;
  flex-direction: column
}

.auxo-steps-vertical>.auxo-steps-item {
  display: block;
  flex: 1 0 auto;
  overflow: visible;
  padding-left: 0
}

.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-icon {
  float: left;
  margin-right: 16px
}

.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden
}

.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-title {
  line-height: 32px
}

.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-description {
  padding-bottom: 12px
}

.auxo-steps-vertical>.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail {
  height: 100%;
  left: 16px;
  padding: 38px 0 6px;
  position: absolute;
  top: 0;
  width: 1px
}

.auxo-steps-vertical>.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  height: 100%;
  width: 1px
}

.auxo-steps-vertical>.auxo-steps-item:not(:last-child)>.auxo-steps-item-container>.auxo-steps-item-tail {
  display: block
}

.auxo-steps-vertical>.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  display: none
}

.auxo-steps-vertical.auxo-steps-small .auxo-steps-item-container .auxo-steps-item-tail {
  left: 12px;
  padding: 30px 0 6px;
  position: absolute;
  top: 0
}

.auxo-steps-vertical.auxo-steps-small .auxo-steps-item-container .auxo-steps-item-title {
  line-height: 24px
}

.auxo-steps-label-vertical .auxo-steps-item {
  overflow: visible
}

.auxo-steps-label-vertical .auxo-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px
}

.auxo-steps-label-vertical .auxo-steps-item-content {
  display: block;
  margin-top: 8px;
  text-align: center;
  width: 116px
}

.auxo-steps-label-vertical .auxo-steps-item-icon {
  display: inline-block;
  margin-left: 42px
}

.auxo-steps-label-vertical .auxo-steps-item-title {
  padding-left: 0;
  padding-right: 0
}

.auxo-steps-label-vertical .auxo-steps-item-title:after {
  display: none
}

.auxo-steps-label-vertical .auxo-steps-item-subtitle {
  display: block;
  line-height: 1.5715;
  margin-bottom: 4px;
  margin-left: 0
}

.auxo-steps-label-vertical.auxo-steps-small:not(.auxo-steps-dot) .auxo-steps-item-icon {
  margin-left: 46px
}

.auxo-steps-dot .auxo-steps-item-title,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-title {
  line-height: 1.5715
}

.auxo-steps-dot .auxo-steps-item-tail,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-tail {
  margin: 0 0 0 70px;
  padding: 0;
  top: 2px;
  width: 100%
}

.auxo-steps-dot .auxo-steps-item-tail:after,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-tail:after {
  height: 3px;
  margin-left: 12px;
  width: calc(100% - 20px)
}

.auxo-steps-dot .auxo-steps-item:first-child .auxo-steps-icon-dot,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item:first-child .auxo-steps-icon-dot {
  left: 2px
}

.auxo-steps-dot .auxo-steps-item-icon,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon {
  background: transparent;
  border: 0;
  height: 8px;
  line-height: 8px;
  margin-left: 67px;
  padding-right: 0;
  width: 8px
}

.auxo-steps-dot .auxo-steps-item-icon .auxo-steps-icon-dot,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon .auxo-steps-icon-dot {
  border-radius: 100px;
  float: left;
  height: 100%;
  position: relative;
  transition: all .3s;
  width: 100%
}

.auxo-steps-dot .auxo-steps-item-icon .auxo-steps-icon-dot:after,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon .auxo-steps-icon-dot:after {
  background: rgba(0, 0, 0, .001);
  content: "";
  height: 32px;
  left: -26px;
  position: absolute;
  top: -12px;
  width: 60px
}

.auxo-steps-dot .auxo-steps-item-content,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-content {
  width: 140px
}

.auxo-steps-dot .auxo-steps-item-process .auxo-steps-item-icon,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-process .auxo-steps-item-icon {
  background: none;
  height: 10px;
  line-height: 10px;
  position: relative;
  top: -1px;
  width: 10px
}

.auxo-steps-dot .auxo-steps-item-process .auxo-steps-icon:first-child .auxo-steps-icon-dot,
.auxo-steps-dot.auxo-steps-small .auxo-steps-item-process .auxo-steps-icon:first-child .auxo-steps-icon-dot {
  left: 0
}

.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item-icon {
  background: none;
  margin-left: 0;
  margin-top: 8px
}

.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail {
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
  top: 2px
}

.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item:first-child .auxo-steps-icon-dot {
  left: 0
}

.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item-content {
  width: inherit
}

.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item-process .auxo-steps-item-container .auxo-steps-item-icon .auxo-steps-icon-dot {
  left: -2px
}

.auxo-steps-navigation {
  padding-top: 12px
}

.auxo-steps-navigation.auxo-steps-small .auxo-steps-item-container {
  margin-left: -12px
}

.auxo-steps-navigation .auxo-steps-item {
  overflow: visible;
  text-align: center
}

.auxo-steps-navigation .auxo-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity .3s
}

.auxo-steps-navigation .auxo-steps-item-container .auxo-steps-item-content {
  max-width: auto
}

.auxo-steps-navigation .auxo-steps-item-container .auxo-steps-item-title {
  max-width: 100%;
  overflow: hidden;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-steps-navigation .auxo-steps-item-container .auxo-steps-item-title:after {
  display: none
}

.auxo-steps-navigation .auxo-steps-item:not(.auxo-steps-item-active) .auxo-steps-item-container[role=button] {
  cursor: pointer
}

.auxo-steps-navigation .auxo-steps-item:not(.auxo-steps-item-active) .auxo-steps-item-container[role=button]:hover {
  opacity: .85
}

.auxo-steps-navigation .auxo-steps-item:last-child {
  flex: 1 1
}

.auxo-steps-navigation .auxo-steps-item:last-child:after {
  display: none
}

.auxo-steps-navigation .auxo-steps-item:after {
  border: 1px solid rgba(0, 0, 0, .25);
  border-bottom: none;
  border-left: none;
  content: "";
  display: inline-block;
  height: 12px;
  left: 100%;
  margin-left: -2px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 12px
}

.auxo-steps-navigation .auxo-steps-item:before {
  background-color: #1966ff;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: width .3s, left .3s;
  transition-timing-function: ease-out;
  width: 0
}

.auxo-steps-navigation .auxo-steps-item.auxo-steps-item-active:before {
  left: 0;
  width: 100%
}

.auxo-steps-navigation.auxo-steps-vertical>.auxo-steps-item {
  margin-right: 0 !important
}

.auxo-steps-navigation.auxo-steps-vertical>.auxo-steps-item:before {
  display: none
}

.auxo-steps-navigation.auxo-steps-vertical>.auxo-steps-item.auxo-steps-item-active:before {
  display: block;
  height: calc(100% - 24px);
  left: unset;
  right: 0;
  top: 0;
  width: 3px
}

.auxo-steps-navigation.auxo-steps-vertical>.auxo-steps-item:after {
  display: block;
  height: 8px;
  left: 50%;
  margin-bottom: 8px;
  position: relative;
  text-align: center;
  top: -2px;
  transform: rotate(135deg);
  width: 8px
}

.auxo-steps-navigation.auxo-steps-vertical>.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail {
  visibility: hidden
}

.auxo-steps-rtl {
  direction: rtl
}

.auxo-steps.auxo-steps-rtl .auxo-steps-item-icon {
  margin-left: 8px;
  margin-right: 0
}

.auxo-steps-rtl .auxo-steps-item-tail {
  left: auto;
  right: 0
}

.auxo-steps-rtl .auxo-steps-item-title {
  padding-left: 16px;
  padding-right: 0
}

.auxo-steps-rtl .auxo-steps-item-title:after {
  left: auto;
  right: 100%
}

.auxo-steps-rtl.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item {
  padding-left: 0;
  padding-right: 16px
}

.auxo-steps-rtl.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:first-child {
  padding-right: 0
}

.auxo-steps-rtl.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:last-child .auxo-steps-item-title {
  padding-left: 0
}

.auxo-steps-rtl .auxo-steps-item-custom .auxo-steps-item-icon>.auxo-steps-icon {
  left: auto;
  right: .5px
}

.auxo-steps-rtl.auxo-steps-navigation.auxo-steps-small .auxo-steps-item-container {
  margin-left: 0;
  margin-right: -12px
}

.auxo-steps-rtl.auxo-steps-navigation .auxo-steps-item-container {
  margin-left: 0;
  margin-right: -16px;
  text-align: right
}

.auxo-steps-rtl.auxo-steps-navigation .auxo-steps-item-container .auxo-steps-item-title {
  padding-left: 0
}

.auxo-steps-rtl.auxo-steps-navigation .auxo-steps-item:after {
  left: auto;
  margin-left: 0;
  margin-right: -2px;
  right: 100%;
  transform: rotate(225deg)
}

.auxo-steps-rtl.auxo-steps-small.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item {
  padding-left: 0;
  padding-right: 12px
}

.auxo-steps-rtl.auxo-steps-small.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item:first-child {
  padding-right: 0
}

.auxo-steps-rtl.auxo-steps-small .auxo-steps-item-title {
  padding-left: 12px;
  padding-right: 0
}

.auxo-steps-rtl.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-icon {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.auxo-steps-rtl.auxo-steps-vertical>.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail {
  left: auto;
  right: 16px
}

.auxo-steps-rtl.auxo-steps-vertical.auxo-steps-small .auxo-steps-item-container .auxo-steps-item-tail {
  left: auto;
  right: 12px
}

.auxo-steps-rtl.auxo-steps-label-vertical .auxo-steps-item-title {
  padding-left: 0
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item-tail,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item-tail {
  margin: 0 70px 0 0
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item-tail:after,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item-tail:after {
  margin-left: 0;
  margin-right: 12px
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item:first-child .auxo-steps-icon-dot,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item:first-child .auxo-steps-icon-dot {
  left: auto;
  right: 2px
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item-icon,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon {
  margin-left: 0;
  margin-right: 67px
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item-icon .auxo-steps-icon-dot,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon .auxo-steps-icon-dot {
  float: right
}

.auxo-steps-rtl.auxo-steps-dot .auxo-steps-item-icon .auxo-steps-icon-dot:after,
.auxo-steps-rtl.auxo-steps-dot.auxo-steps-small .auxo-steps-item-icon .auxo-steps-icon-dot:after {
  left: auto;
  right: -26px
}

.auxo-steps-rtl.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item-icon {
  margin-left: 16px;
  margin-right: 0
}

.auxo-steps-rtl.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail {
  left: auto;
  right: -9px
}

.auxo-steps-rtl.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item:first-child .auxo-steps-icon-dot {
  left: auto;
  right: 0
}

.auxo-steps-rtl.auxo-steps-vertical.auxo-steps-dot .auxo-steps-item-process .auxo-steps-icon-dot {
  left: auto;
  right: -2px
}

.auxo-steps-rtl.auxo-steps-with-progress.auxo-steps-horizontal.auxo-steps-label-horizontal .auxo-steps-item:first-child.auxo-steps-item-active {
  padding-right: 4px
}

.auxo-steps-with-progress .auxo-steps-item {
  padding-top: 4px
}

.auxo-steps-with-progress .auxo-steps-item .auxo-steps-item-tail {
  top: 4px !important
}

.auxo-steps-with-progress.auxo-steps-horizontal .auxo-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px
}

.auxo-steps-with-progress .auxo-steps-item-icon {
  position: relative
}

.auxo-steps-with-progress .auxo-steps-item-icon .auxo-progress {
  bottom: -5px;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px
}

.auxo-steps-arrow {
  padding-top: 12px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) {
  color: #ebf3ff;
  display: flex;
  flex: 1 1;
  margin-right: -6px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2)>svg {
  height: 32px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container {
  background-color: #ebf3ff;
  flex: 1 1;
  height: 100%;
  padding: 6px 0
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container .auxo-steps-item-title:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3) {
  color: #252931;
  display: block;
  font-weight: 500;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container .auxo-steps-item-title:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3):after {
  display: none
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container .auxo-steps-item-icon:not(.sp-null):not(.sp-null-1):not(.sp-null-2) {
  background-color: #8cb8ff
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container .auxo-steps-item-icon:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-icon {
  color: #fff
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):first-child .auxo-steps-item-svg-left {
  display: none
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):first-child .auxo-steps-item-container {
  padding-left: 16px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):last-child .auxo-steps-item-svg-right {
  display: none
}

.auxo-steps-arrow .auxo-steps-item:not(.sp-null):not(.sp-null-1):not(.sp-null-2):last-child .auxo-steps-item-container {
  padding-right: 16px
}

.auxo-steps-arrow .auxo-steps-item-active:not(.sp-null):not(.sp-null-1):not(.sp-null-2) {
  color: #4784ff
}

.auxo-steps-arrow .auxo-steps-item-active:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container {
  background-color: #4784ff
}

.auxo-steps-arrow .auxo-steps-item-active:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-container .auxo-steps-item-title:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3) {
  color: #fff
}

.auxo-steps-arrow .auxo-steps-item-finish:not(.sp-null):not(.sp-null-1):not(.sp-null-2) .auxo-steps-item-icon>.auxo-steps-icon {
  background-color: #8cb8ff
}

.auxo-steps-arrow .auxo-steps-item:not(.auxo-steps-item-active).auxo-steps-item-click:hover {
  color: #d3e1ff
}

.auxo-steps-arrow .auxo-steps-item:not(.auxo-steps-item-active).auxo-steps-item-click:hover .auxo-steps-item-container {
  background-color: #d3e1ff
}

.step-icon-img {
  left: 0;
  position: absolute;
  top: 0
}

.auxo-sp-steps .step-description {
  margin-bottom: 0
}

.auxo-sp-steps .step-button {
  background: #fff;
  border: 1px solid #1966ff;
  border-radius: 4px;
  color: #1966ff;
  cursor: pointer;
  height: 24px;
  margin-top: 4px;
  outline: none;
  width: 72px
}

.auxo-sp-steps .auxo-steps-item-title {
  color: #252931;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding-right: 16px
}

.auxo-sp-steps.auxo-sp-updone-steps .auxo-steps-item-title {
  padding-right: 12px
}

.auxo-sp-steps .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon,
.auxo-sp-steps .auxo-steps-item-icon {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin: 0 8px 0 0;
  width: 20px
}

.auxo-sp-steps .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon .step-finish-icon,
.auxo-sp-steps .auxo-steps-item-icon .step-finish-icon {
  vertical-align: top
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item:not(.sp-null) {
  margin-right: 24px
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container {
  align-items: center;
  display: flex;
  width: 100%
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content {
  position: relative
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(25, 102, 255, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x;
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: calc(100% + 24px);
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 9999px
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #252931;
  font-weight: 500
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  content: none
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  max-width: 200px
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon.auxo-steps-item-icon-flow,
.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon.auxo-steps-item-icon-flow {
  background-color: #f0f6ff;
  height: 48px;
  width: 48px
}

.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon.auxo-steps-item-icon-flow .auxo-steps-icon,
.auxo-sp-steps.auxo-steps-flow:not(.auxo-sp-updone-steps) .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon.auxo-steps-item-icon-flow .auxo-steps-icon {
  bottom: 12px;
  color: #4784ff;
  font-size: 18px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  top: 12px
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item:not(.sp-null) {
  margin-right: 24px;
  overflow: hidden
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(25, 102, 255, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x;
  content: "";
  display: block;
  height: 4px;
  left: 156px;
  position: absolute;
  top: 24px;
  width: 100%
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content {
  position: relative;
  width: 144px
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #252931;
  font-weight: 500;
  padding-right: 0
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  display: none
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon.auxo-steps-item-icon-flow,
.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon.auxo-steps-item-icon-flow {
  background-color: #f0f6ff;
  height: 48px;
  margin-left: 48px;
  position: relative;
  width: 48px
}

.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item-custom>.auxo-steps-item-container>.auxo-steps-item-icon.auxo-steps-item-icon-flow .auxo-steps-icon,
.auxo-sp-steps.auxo-steps-flow.auxo-sp-updone-steps .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon.auxo-steps-item-icon-flow .auxo-steps-icon {
  bottom: 12px;
  color: #4784ff;
  font-size: 18px;
  font-weight: 600;
  height: 24px;
  line-height: 24px;
  top: 12px
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item.auxo-steps-item-finish>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(25, 102, 255, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title:after {
  background-color: #fff;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(220, 222, 225, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x;
  content: "";
  height: 4px;
  top: 10px
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item.auxo-steps-item-finish>.auxo-steps-item-container .auxo-steps-item-tail {
  margin-left: 52px;
  padding: 0 26px;
  top: 10px
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item.auxo-steps-item-finish>.auxo-steps-item-container .auxo-steps-item-tail:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(25, 102, 255, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-tail {
  margin-left: 52px;
  padding: 0 26px;
  top: 10px
}

.auxo-sp-steps:not(.auxo-steps-vertical) .auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-tail:after {
  background-color: #fff;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='72' height='2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 1h72' stroke='rgba(220, 222, 225, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-x;
  content: "";
  height: 4px
}

.auxo-sp-steps .auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-description {
  color: #898b8f;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 4px
}

.auxo-sp-steps.auxo-steps-horizontal:not(.auxo-steps-label-vertical) .auxo-steps-item {
  margin-right: 16px;
  padding-left: 0
}

.auxo-sp-steps .sp-step.auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon:not(.auxo-steps-item-icon-flow)>.auxo-steps-icon {
  display: inline-block;
  height: 20px;
  left: 0;
  line-height: 20px;
  top: 0;
  width: 20px
}

.auxo-sp-steps .sp-step.auxo-steps-item>.auxo-steps-item-container .auxo-steps-item-icon:not(.auxo-steps-item-icon-flow)>.auxo-steps-icon .step-finish-icon {
  font-size: 20px
}

.auxo-sp-steps .sp-step.auxo-steps-item .auxo-steps-item-icon {
  border: none
}

.auxo-sp-steps .sp-step.auxo-steps-item-active>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  font-weight: 500
}

.auxo-sp-steps .sp-step.auxo-steps-item-finish .auxo-steps-item-icon>.auxo-steps-icon {
  background-color: #ebf3ff;
  border-radius: 20px
}

.auxo-sp-steps .sp-step.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #252931
}

.auxo-sp-steps .sp-step.auxo-steps-item>.auxo-steps-item-container>.auxo-steps-item-content.auxo-steps-item-description {
  color: #898b8f
}

.auxo-sp-steps .sp-step.auxo-steps-item-wait .auxo-steps-item-icon {
  background-color: #f3f4f5
}

.auxo-sp-steps .sp-step.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-content>.auxo-steps-item-title {
  color: #898b8f
}

.auxo-sp-steps.auxo-steps-label-vertical .sp-step .auxo-steps-item-icon {
  margin-left: 42px
}

.auxo-sp-steps .sp-step.sp-icon.auxo-steps-item .auxo-steps-item-icon {
  border: none
}

.auxo-sp-steps .sp-step.sp-icon.auxo-steps-item-finish .auxo-steps-item-icon>.auxo-steps-icon {
  border-radius: 4px
}

.auxo-sp-steps .sp-step.sp-icon.auxo-steps-item-process .auxo-steps-item-icon>.auxo-steps-icon {
  background-color: #ebf3ff;
  border-radius: 4px
}

.auxo-sp-steps .sp-step.sp-icon.auxo-steps-item-wait .auxo-steps-item-icon {
  border-radius: 4px
}

.auxo-sp-steps .sp-step.sp-icon .auxo-steps-item-icon>.auxo-steps-icon {
  font-size: 14px;
  height: 20px;
  width: 20px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item {
  min-height: 108px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-container .auxo-steps-item-title {
  line-height: 20px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-container .auxo-steps-item-icon {
  margin-right: 8px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-container .auxo-steps-item-tail {
  left: 10px;
  padding: 28px 0 8px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item .auxo-steps-item-container .auxo-steps-item-tail:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0v72' stroke='rgba(25, 102, 255, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-y;
  width: 2px
}

.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item.auxo-steps-item-process>.auxo-steps-item-container>.auxo-steps-item-tail:after,
.auxo-sp-steps.auxo-steps-vertical>.auxo-steps-item.auxo-steps-item-wait>.auxo-steps-item-container>.auxo-steps-item-tail:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='2' height='72' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0v72' stroke='rgba(220, 222, 225, 0.9990000000000001)' stroke-dasharray='2 2'/%3E%3C/svg%3E") repeat-y;
  width: 2px
}

.auxo-switch {
  font-feature-settings: "tnum";
  background-color: #bcbdc0;
  border: 0;
  border-radius: 100px;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 28px;
  line-height: 1.5715;
  line-height: 28px;
  list-style: none;
  margin: 0;
  min-width: 48px;
  padding: 0;
  position: relative;
  transition: all .2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle
}

.auxo-switch:focus {
  box-shadow: 0 0 0 2px hsla(225, 3%, 75%, .1);
  outline: 0
}

.auxo-switch-checked:focus {
  box-shadow: 0 0 0 2px rgba(25, 102, 255, .2)
}

.auxo-switch:focus:hover {
  box-shadow: none
}

.auxo-switch-checked {
  background-color: #1966ff
}

.auxo-switch-disabled,
.auxo-switch-loading {
  cursor: not-allowed;
  opacity: .4
}

.auxo-switch-disabled *,
.auxo-switch-loading * {
  box-shadow: none;
  cursor: not-allowed
}

.auxo-switch-inner {
  color: #fff;
  display: block;
  font-size: 12px;
  margin: 0 8px 0 29px;
  transition: margin .2s
}

.auxo-switch-checked .auxo-switch-inner {
  margin: 0 29px 0 8px
}

.auxo-switch-handle {
  height: 22px;
  left: 3px;
  top: 3px;
  width: 22px
}

.auxo-switch-handle,
.auxo-switch-handle:before {
  position: absolute;
  transition: all .2s ease-in-out
}

.auxo-switch-handle:before {
  background-color: #fff;
  border-radius: 11px;
  bottom: 0;
  box-shadow: 0 2px 4px 0 transparent;
  content: "";
  left: 0;
  right: 0;
  top: 0
}

.auxo-switch-checked .auxo-switch-handle {
  left: calc(100% - 25px)
}

.auxo-switch:not(.auxo-switch-disabled):active .auxo-switch-handle:before {
  left: 0;
  right: -30%
}

.auxo-switch:not(.auxo-switch-disabled):active.auxo-switch-checked .auxo-switch-handle:before {
  left: -30%;
  right: 0
}

.auxo-switch-loading-icon {
  color: rgba(0, 0, 0, .65);
  position: relative;
  top: 4px;
  vertical-align: top
}

.auxo-switch-checked .auxo-switch-loading-icon {
  color: #1966ff
}

.auxo-switch-small {
  height: 18px;
  line-height: 18px;
  min-width: 30px
}

.auxo-switch-small .auxo-switch-inner {
  font-size: 12px;
  margin: 0 4px 0 18px
}

.auxo-switch-small .auxo-switch-handle {
  height: 14px;
  width: 14px
}

.auxo-switch-small .auxo-switch-loading-icon {
  font-size: 10px;
  top: 2px
}

.auxo-switch-small.auxo-switch-checked .auxo-switch-inner {
  margin: 0 18px 0 4px
}

.auxo-switch-small.auxo-switch-checked .auxo-switch-handle {
  left: calc(100% - 17px)
}

.auxo-switch-rtl {
  direction: rtl
}

.auxo-switch-rtl .auxo-switch-inner {
  margin: 0 29px 0 8px
}

.auxo-switch-rtl .auxo-switch-handle {
  left: auto;
  right: 3px
}

.auxo-switch-rtl:not(.auxo-switch-rtl-disabled):active .auxo-switch-handle:before {
  left: -30%;
  right: 0
}

.auxo-switch-rtl:not(.auxo-switch-rtl-disabled):active.auxo-switch-checked .auxo-switch-handle:before {
  left: 0;
  right: -30%
}

.auxo-switch-rtl.auxo-switch-checked .auxo-switch-inner {
  margin: 0 8px 0 29px
}

.auxo-switch-rtl.auxo-switch-checked .auxo-switch-handle {
  right: calc(100% - 25px)
}

.auxo-switch-rtl.auxo-switch-small.auxo-switch-checked .auxo-switch-handle {
  right: calc(100% - 17px)
}

.auxo-switch {
  box-shadow: none !important
}

.auxo-switch .auxo-click-animating-node {
  display: none
}

.auxo-switch .auxo-switch-loading-icon {
  vertical-align: top
}

.auxo-switch:not(.auxo-switch-checked) {
  background-color: rgba(0, 0, 0, .08)
}

.auxo-switch:not(.auxo-switch-checked).auxo-switch-disabled,
.auxo-switch:not(.auxo-switch-checked).auxo-switch-loading {
  background-color: rgba(0, 0, 0, .04);
  opacity: 1
}

.auxo-switch:not(.auxo-switch-checked).auxo-switch-disabled .auxo-switch-inner,
.auxo-switch:not(.auxo-switch-checked).auxo-switch-loading .auxo-switch-inner {
  color: #bcbdc0
}

.auxo-switch:not(.auxo-switch-checked) .auxo-switch-inner {
  color: #898b8f
}

.auxo-switch:not(.auxo-switch-checked) .auxo-switch-loading-icon {
  color: rgba(0, 0, 0, .25)
}

.auxo-switch:not(.auxo-switch-small) .auxo-switch-inner {
  font-size: 14px
}

.auxo-switch .auxo-switch-handle:before {
  box-shadow: 0 2px 8px 0 rgba(37, 41, 49, .1)
}

.auxo-switch.auxo-switch-disabled .auxo-switch-handle:before {
  box-shadow: none
}

.auxo-switch.auxo-switch-small.auxo-switch-checked .auxo-switch-handle {
  left: calc(100% - 16px)
}

.auxo-switch.auxo-switch-small .auxo-switch-handle {
  left: 2px;
  top: 2px
}

.auxo-switch-disabled,
.auxo-switch-loading {
  background-color: #1966ff
}

.auxo-switch-checked .auxo-switch-loading-icon,
.auxo-switch-disabled .auxo-switch-loading-icon,
.auxo-switch-loading .auxo-switch-loading-icon {
  color: #1966ff
}

.auxo-table.auxo-table-middle {
  font-size: 14px
}

.auxo-table.auxo-table-middle .auxo-table-footer,
.auxo-table.auxo-table-middle .auxo-table-tbody>tr>td,
.auxo-table.auxo-table-middle .auxo-table-thead>tr>th,
.auxo-table.auxo-table-middle .auxo-table-title,
.auxo-table.auxo-table-middle tfoot>tr>td,
.auxo-table.auxo-table-middle tfoot>tr>th {
  padding: 12px 8px
}

.auxo-table.auxo-table-middle .auxo-table-filter-trigger {
  margin-right: -4px
}

.auxo-table.auxo-table-middle .auxo-table-expanded-row-fixed {
  margin: -12px -8px
}

.auxo-table.auxo-table-middle .auxo-table-tbody .auxo-table-wrapper:only-child .auxo-table {
  margin: -12px -8px -12px 25px
}

.auxo-table.auxo-table-middle .auxo-table-selection-column {
  -webkit-padding-start: 2px;
  padding-inline-start: 2px
}

.auxo-table.auxo-table-small {
  font-size: 14px
}

.auxo-table.auxo-table-small .auxo-table-footer,
.auxo-table.auxo-table-small .auxo-table-tbody>tr>td,
.auxo-table.auxo-table-small .auxo-table-thead>tr>th,
.auxo-table.auxo-table-small .auxo-table-title,
.auxo-table.auxo-table-small tfoot>tr>td,
.auxo-table.auxo-table-small tfoot>tr>th {
  padding: 8px
}

.auxo-table.auxo-table-small .auxo-table-filter-trigger {
  margin-right: -4px
}

.auxo-table.auxo-table-small .auxo-table-expanded-row-fixed {
  margin: -8px
}

.auxo-table.auxo-table-small .auxo-table-tbody .auxo-table-wrapper:only-child .auxo-table {
  margin: -8px -8px -8px 25px
}

.auxo-table.auxo-table-small .auxo-table-selection-column {
  -webkit-padding-start: 2px;
  padding-inline-start: 2px
}

.auxo-table.auxo-table-bordered>.auxo-table-title {
  border: 1px solid #eeeff0;
  border-bottom: 0
}

.auxo-table.auxo-table-bordered>.auxo-table-container {
  border-left: 1px solid #eeeff0
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tbody>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tfoot>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tfoot>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>thead>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tbody>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tfoot>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tfoot>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>thead>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tbody>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tfoot>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tfoot>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>thead>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tbody>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tfoot>tr>td,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tfoot>tr>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>thead>tr>th {
  border-right: 1px solid #eeeff0
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>thead>tr:not(:last-child)>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>thead>tr:not(:last-child)>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>thead>tr:not(:last-child)>th,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>thead>tr:not(:last-child)>th {
  border-bottom: 1px solid #eeeff0
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>thead>tr>th:before,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>thead>tr>th:before,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>thead>tr>th:before,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>thead>tr>th:before {
  background-color: transparent !important
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tbody>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tfoot>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>thead>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tbody>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tfoot>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>thead>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tbody>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tfoot>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>thead>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tbody>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tfoot>tr>.auxo-table-cell-fix-right-first:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>thead>tr>.auxo-table-cell-fix-right-first:after {
  border-right: 1px solid #eeeff0
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tbody>tr>td>.auxo-table-expanded-row-fixed,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tbody>tr>td>.auxo-table-expanded-row-fixed,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tbody>tr>td>.auxo-table-expanded-row-fixed,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tbody>tr>td>.auxo-table-expanded-row-fixed {
  margin: -16px -17px
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-body>table>tbody>tr>td>.auxo-table-expanded-row-fixed:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table>tbody>tr>td>.auxo-table-expanded-row-fixed:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table>tbody>tr>td>.auxo-table-expanded-row-fixed:after,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-summary>table>tbody>tr>td>.auxo-table-expanded-row-fixed:after {
  border-right: 1px solid #eeeff0;
  bottom: 0;
  content: "";
  position: absolute;
  right: 1px;
  top: 0
}

.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-content>table,
.auxo-table.auxo-table-bordered>.auxo-table-container>.auxo-table-header>table {
  border-top: 1px solid #eeeff0
}

.auxo-table.auxo-table-bordered.auxo-table-scroll-horizontal>.auxo-table-container>.auxo-table-body>table>tbody>tr.auxo-table-expanded-row>td,
.auxo-table.auxo-table-bordered.auxo-table-scroll-horizontal>.auxo-table-container>.auxo-table-body>table>tbody>tr.auxo-table-placeholder>td {
  border-right: 0
}

.auxo-table.auxo-table-bordered.auxo-table-middle>.auxo-table-container>.auxo-table-body>table>tbody>tr>td>.auxo-table-expanded-row-fixed,
.auxo-table.auxo-table-bordered.auxo-table-middle>.auxo-table-container>.auxo-table-content>table>tbody>tr>td>.auxo-table-expanded-row-fixed {
  margin: -12px -9px
}

.auxo-table.auxo-table-bordered.auxo-table-small>.auxo-table-container>.auxo-table-body>table>tbody>tr>td>.auxo-table-expanded-row-fixed,
.auxo-table.auxo-table-bordered.auxo-table-small>.auxo-table-container>.auxo-table-content>table>tbody>tr>td>.auxo-table-expanded-row-fixed {
  margin: -8px -9px
}

.auxo-table.auxo-table-bordered>.auxo-table-footer {
  border: 1px solid #eeeff0;
  border-top: 0
}

.auxo-table-cell .auxo-table-container:first-child {
  border-top: 0
}

.auxo-table-cell-scrollbar:not([rowspan]) {
  box-shadow: 0 1px 0 1px #fff
}

.auxo-table-wrapper {
  clear: both;
  max-width: 100%
}

.auxo-table-wrapper:before {
  content: "";
  display: table
}

.auxo-table-wrapper:after {
  clear: both;
  content: "";
  display: table
}

.auxo-table {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-table table {
  border-collapse: separate;
  border-radius: 4px 4px 0 0;
  border-spacing: 0;
  text-align: left;
  width: 100%
}

.auxo-table tfoot>tr>td,
.auxo-table tfoot>tr>th,
.auxo-table-tbody>tr>td,
.auxo-table-thead>tr>th {
  overflow-wrap: break-word;
  padding: 16px;
  position: relative
}

.auxo-table-cell-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all
}

.auxo-table-cell-ellipsis.auxo-table-cell-fix-left-last,
.auxo-table-cell-ellipsis.auxo-table-cell-fix-right-first {
  overflow: visible
}

.auxo-table-cell-ellipsis.auxo-table-cell-fix-left-last .auxo-table-cell-content,
.auxo-table-cell-ellipsis.auxo-table-cell-fix-right-first .auxo-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis
}

.auxo-table-cell-ellipsis .auxo-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all
}

.auxo-table-title {
  padding: 16px
}

.auxo-table-footer {
  background: #f8f9fa;
  color: #252931;
  padding: 16px
}

.auxo-table-thead>tr>th {
  background: #fff;
  border-bottom: 1px solid #eeeff0;
  color: #565960;
  font-weight: 500;
  position: relative;
  text-align: left;
  transition: background .3s ease
}

.auxo-table-thead>tr>th[colspan]:not([colspan="1"]) {
  text-align: center
}

.auxo-table-thead>tr>th:not(:last-child):not(.auxo-table-selection-column):not(.auxo-table-row-expand-icon-cell):not([colspan]):before {
  background-color: rgba(0, 0, 0, .06);
  content: "";
  height: 1.6em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color .3s;
  width: 1px
}

.auxo-table-thead>tr:not(:last-child)>th[colspan] {
  border-bottom: 0
}

.auxo-table-tbody>tr>td {
  border-bottom: 1px solid #eeeff0;
  transition: background .3s
}

.auxo-table-tbody>tr>td>.auxo-table-expanded-row-fixed>.auxo-table-wrapper:only-child .auxo-table,
.auxo-table-tbody>tr>td>.auxo-table-wrapper:only-child .auxo-table {
  margin: -16px -16px -16px 33px
}

.auxo-table-tbody>tr>td>.auxo-table-expanded-row-fixed>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td,
.auxo-table-tbody>tr>td>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td {
  border-bottom: 0
}

.auxo-table-tbody>tr>td>.auxo-table-expanded-row-fixed>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td:first-child,
.auxo-table-tbody>tr>td>.auxo-table-expanded-row-fixed>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td:last-child,
.auxo-table-tbody>tr>td>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td:first-child,
.auxo-table-tbody>tr>td>.auxo-table-wrapper:only-child .auxo-table-tbody>tr:last-child>td:last-child {
  border-radius: 0
}

.auxo-table-tbody>tr.auxo-table-row:hover>td,
.auxo-table-tbody>tr>td.auxo-table-cell-row-hover {
  background: #f8f9fa
}

.auxo-table-tbody>tr.auxo-table-row-selected>td {
  background: #ebf3ff;
  border-color: rgba(0, 0, 0, .03)
}

.auxo-table-tbody>tr.auxo-table-row-selected:hover>td {
  background: #e1edff
}

.auxo-table-summary {
  background: #fff;
  position: relative;
  z-index: 2
}

div.auxo-table-summary {
  box-shadow: 0 -1px 0 #eeeff0
}

.auxo-table-summary>tr>td,
.auxo-table-summary>tr>th {
  border-bottom: 1px solid #eeeff0
}

.auxo-table-pagination.auxo-pagination {
  margin: 16px 0
}

.auxo-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px
}

.auxo-table-pagination>* {
  flex: none
}

.auxo-table-pagination-left {
  justify-content: flex-start
}

.auxo-table-pagination-center {
  justify-content: center
}

.auxo-table-pagination-right {
  justify-content: flex-end
}

.auxo-table-thead th.auxo-table-column-has-sorters {
  cursor: pointer;
  outline: none;
  transition: all .3s
}

.auxo-table-thead th.auxo-table-column-has-sorters:hover {
  background: #fff
}

.auxo-table-thead th.auxo-table-column-has-sorters:hover:before {
  background-color: transparent !important
}

.auxo-table-thead th.auxo-table-column-has-sorters:focus-visible {
  color: #1966ff
}

.auxo-table-thead th.auxo-table-column-has-sorters.auxo-table-cell-fix-left:hover,
.auxo-table-thead th.auxo-table-column-has-sorters.auxo-table-cell-fix-right:hover {
  background: #f5f5f5
}

.auxo-table-thead th.auxo-table-column-sort {
  background: #fff
}

.auxo-table-thead th.auxo-table-column-sort:before {
  background-color: transparent !important
}

td.auxo-table-column-sort {
  background: #fff
}

.auxo-table-column-title {
  flex: 1 1;
  position: relative;
  z-index: 1
}

.auxo-table-column-sorters {
  align-items: center;
  display: inline-flex;
  flex: auto;
  justify-content: space-between
}

.auxo-table-column-sorters:after {
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%
}

.auxo-table-column-sorter {
  color: #bfbfbf;
  font-size: 0;
  margin-left: 4px;
  transition: color .3s
}

.auxo-table-column-sorter-inner {
  align-items: center;
  display: inline-flex;
  flex-direction: column
}

.auxo-table-column-sorter-down,
.auxo-table-column-sorter-up {
  font-size: 11px
}

.auxo-table-column-sorter-down.active,
.auxo-table-column-sorter-up.active {
  color: #1966ff
}

.auxo-table-column-sorter-up+.auxo-table-column-sorter-down {
  margin-top: -.3em
}

.auxo-table-column-sorters:hover .auxo-table-column-sorter {
  color: #a6a6a6
}

.auxo-table-filter-column {
  display: inline-flex;
  justify-content: space-between
}

.auxo-table-filter-trigger {
  align-items: center;
  border-radius: 4px;
  color: #bfbfbf;
  cursor: pointer;
  display: flex;
  font-size: 12px;
  margin: -6px -8px -4px 4px;
  padding: 0;
  position: relative;
  transition: all .3s
}

.auxo-table-filter-trigger:hover {
  background: #f8f9fa;
  color: #898b8f
}

.auxo-table-filter-trigger.active {
  color: #1966ff
}

.auxo-table-filter-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 120px;
  padding: 0
}

.auxo-table-filter-dropdown .auxo-dropdown-menu {
  border: 0;
  box-shadow: none;
  max-height: 264px;
  overflow-x: hidden
}

.auxo-table-filter-dropdown .auxo-dropdown-menu:empty:after {
  color: #bcbdc0;
  content: "Not Found";
  display: block;
  font-size: 12px;
  padding: 8px 0;
  text-align: center
}

.auxo-table-filter-dropdown-tree {
  padding: 8px 8px 0
}

.auxo-table-filter-dropdown-tree .auxo-tree-treenode .auxo-tree-node-content-wrapper:hover {
  background-color: #f0f6ff
}

.auxo-table-filter-dropdown-tree .auxo-tree-treenode-checkbox-checked .auxo-tree-node-content-wrapper,
.auxo-table-filter-dropdown-tree .auxo-tree-treenode-checkbox-checked .auxo-tree-node-content-wrapper:hover {
  background-color: #ebf3ff
}

.auxo-table-filter-dropdown-search {
  border-bottom: 1px solid #eeeff0;
  padding: 8px
}

.auxo-table-filter-dropdown-search-input input {
  min-width: 140px
}

.auxo-table-filter-dropdown-search-input .anticon {
  color: #bcbdc0
}

.auxo-table-filter-dropdown-checkall {
  margin-bottom: 4px;
  margin-left: 4px;
  width: 100%
}

.auxo-table-filter-dropdown-submenu>ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto
}

.auxo-table-filter-dropdown .auxo-checkbox-wrapper+span,
.auxo-table-filter-dropdown-submenu .auxo-checkbox-wrapper+span {
  padding-left: 8px
}

.auxo-table-filter-dropdown-btns {
  background-color: inherit;
  border-top: 1px solid #eeeff0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding: 7px 8px 7px 12px
}

.auxo-table-selection-col {
  width: 60px
}

.auxo-table-bordered .auxo-table-selection-col {
  width: 78px
}

table tr td.auxo-table-selection-column,
table tr th.auxo-table-selection-column {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center
}

table tr td.auxo-table-selection-column .auxo-radio-wrapper,
table tr th.auxo-table-selection-column .auxo-radio-wrapper {
  margin-right: 0
}

table tr th.auxo-table-selection-column.auxo-table-cell-fix-left {
  z-index: 3
}

table tr th.auxo-table-selection-column:after {
  background-color: transparent !important
}

.auxo-table-selection {
  display: inline-flex;
  flex-direction: column;
  position: relative
}

.auxo-table-selection-extra {
  -webkit-margin-start: 100%;
  -webkit-padding-start: 4px;
  cursor: pointer;
  margin-inline-start: 100%;
  padding-inline-start: 4px;
  position: absolute;
  top: 0;
  transition: all .3s;
  z-index: 1
}

.auxo-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px
}

.auxo-table-selection-extra .anticon:hover {
  color: #a6a6a6
}

.auxo-table-expand-icon-col {
  width: 48px
}

.auxo-table-row-expand-icon-cell {
  text-align: center
}

.auxo-table-row-indent {
  float: left;
  height: 1px
}

.auxo-table-row-expand-icon {
  background: #fff;
  border: 1px solid #eeeff0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #1966ff;
  color: inherit;
  cursor: pointer;
  display: inline-flex;
  float: left;
  height: 17px;
  line-height: 17px;
  outline: none;
  padding: 0;
  position: relative;
  text-decoration: none;
  transform: scale(.94117647);
  transition: color .3s;
  transition: all .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 17px
}

.auxo-table-row-expand-icon:focus,
.auxo-table-row-expand-icon:hover {
  color: #4784ff
}

.auxo-table-row-expand-icon:active {
  color: #1556d9
}

.auxo-table-row-expand-icon:active,
.auxo-table-row-expand-icon:focus,
.auxo-table-row-expand-icon:hover {
  border-color: currentcolor
}

.auxo-table-row-expand-icon:after,
.auxo-table-row-expand-icon:before {
  background: currentcolor;
  content: "";
  position: absolute;
  transition: transform .3s ease-out
}

.auxo-table-row-expand-icon:before {
  height: 1px;
  left: 3px;
  right: 3px;
  top: 7px
}

.auxo-table-row-expand-icon:after {
  bottom: 3px;
  left: 7px;
  top: 3px;
  transform: rotate(90deg);
  width: 1px
}

.auxo-table-row-expand-icon-collapsed:before {
  transform: rotate(-180deg)
}

.auxo-table-row-expand-icon-collapsed:after {
  transform: rotate(0deg)
}

.auxo-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden
}

.auxo-table-row-expand-icon-spaced:after,
.auxo-table-row-expand-icon-spaced:before {
  content: none;
  display: none
}

.auxo-table-row-indent+.auxo-table-row-expand-icon {
  margin-right: 8px;
  margin-top: 2.5005px
}

tr.auxo-table-expanded-row:hover>td,
tr.auxo-table-expanded-row>td {
  background: #f8f9fa
}

tr.auxo-table-expanded-row .auxo-descriptions-view {
  display: flex
}

tr.auxo-table-expanded-row .auxo-descriptions-view table {
  flex: auto;
  width: auto
}

.auxo-table .auxo-table-expanded-row-fixed {
  margin: -16px;
  padding: 16px;
  position: relative
}

.auxo-table-tbody>tr.auxo-table-placeholder {
  text-align: center
}

.auxo-table-empty .auxo-table-tbody>tr.auxo-table-placeholder {
  color: #bcbdc0
}

.auxo-table-tbody>tr.auxo-table-placeholder:hover>td {
  background: #fff
}

.auxo-table-cell-fix-left,
.auxo-table-cell-fix-right {
  background: #fff;
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 2
}

.auxo-table-cell-fix-left-first:after,
.auxo-table-cell-fix-left-last:after {
  bottom: -1px;
  content: "";
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  transition: box-shadow .3s;
  width: 30px
}

.auxo-table-cell-fix-right-first:after,
.auxo-table-cell-fix-right-last:after {
  bottom: -1px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transform: translateX(-100%);
  transition: box-shadow .3s;
  width: 30px
}

.auxo-table .auxo-table-container:after,
.auxo-table .auxo-table-container:before {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: box-shadow .3s;
  width: 30px;
  z-index: 3
}

.auxo-table .auxo-table-container:before {
  left: 0
}

.auxo-table .auxo-table-container:after {
  right: 0
}

.auxo-table-ping-left:not(.auxo-table-has-fix-left) .auxo-table-container {
  position: relative
}

.auxo-table-ping-left .auxo-table-cell-fix-left-first:after,
.auxo-table-ping-left .auxo-table-cell-fix-left-last:after,
.auxo-table-ping-left:not(.auxo-table-has-fix-left) .auxo-table-container:before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .25)
}

.auxo-table-ping-left .auxo-table-cell-fix-left-last:before {
  background-color: transparent !important
}

.auxo-table-ping-right:not(.auxo-table-has-fix-right) .auxo-table-container {
  position: relative
}

.auxo-table-ping-right .auxo-table-cell-fix-right-first:after,
.auxo-table-ping-right .auxo-table-cell-fix-right-last:after,
.auxo-table-ping-right:not(.auxo-table-has-fix-right) .auxo-table-container:after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .25)
}

.auxo-table-sticky-holder,
.auxo-table-sticky-scroll {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 3
}

.auxo-table-sticky-scroll {
  align-items: center;
  border-top: 1px solid #eeeff0;
  bottom: 0;
  display: flex;
  opacity: .6
}

.auxo-table-sticky-scroll:hover {
  transform-origin: center bottom
}

.auxo-table-sticky-scroll-bar {
  background-color: rgba(0, 0, 0, .35);
  border-radius: 4px;
  height: 8px
}

.auxo-table-sticky-scroll-bar-active,
.auxo-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, .8)
}

@media (-ms-high-contrast:none) {

  .auxo-table-ping-left .auxo-table-cell-fix-left-last:after,
  .auxo-table-ping-right .auxo-table-cell-fix-right-first:after {
    box-shadow: none !important
  }
}

.auxo-table-title {
  border-radius: 4px 4px 0 0
}

.auxo-table-title+.auxo-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.auxo-table-title+.auxo-table-container table>thead>tr:first-child th:first-child,
.auxo-table-title+.auxo-table-container table>thead>tr:first-child th:last-child {
  border-radius: 0
}

.auxo-table-container {
  border-top-right-radius: 4px
}

.auxo-table-container,
.auxo-table-container table>thead>tr:first-child th:first-child {
  border-top-left-radius: 4px
}

.auxo-table-container table>thead>tr:first-child th:last-child {
  border-top-right-radius: 4px
}

.auxo-table-footer {
  border-radius: 0 0 4px 4px
}

.auxo-table-rtl,
.auxo-table-wrapper-rtl {
  direction: rtl
}

.auxo-table-wrapper-rtl .auxo-table table {
  text-align: right
}

.auxo-table-wrapper-rtl .auxo-table-thead>tr>th[colspan]:not([colspan="1"]) {
  text-align: center
}

.auxo-table-wrapper-rtl .auxo-table-thead>tr>th:not(:last-child):not(.auxo-table-selection-column):not(.auxo-table-row-expand-icon-cell):not([colspan]):before {
  left: 0;
  right: auto
}

.auxo-table-wrapper-rtl .auxo-table-thead>tr>th {
  text-align: right
}

.auxo-table-tbody>tr .auxo-table-wrapper:only-child .auxo-table.auxo-table-rtl {
  margin: -16px 33px -16px -16px
}

.auxo-table-wrapper.auxo-table-wrapper-rtl .auxo-table-pagination-left {
  justify-content: flex-end
}

.auxo-table-wrapper.auxo-table-wrapper-rtl .auxo-table-pagination-right {
  justify-content: flex-start
}

.auxo-table-wrapper-rtl .auxo-table-column-sorter {
  margin-left: 0;
  margin-right: 4px
}

.auxo-table-wrapper-rtl .auxo-table-filter-column-title {
  padding: 16px 16px 16px 2.3em
}

.auxo-table-rtl .auxo-table-thead tr th.auxo-table-column-has-sorters .auxo-table-filter-column-title {
  padding: 0 0 0 2.3em
}

.auxo-table-wrapper-rtl .auxo-table-filter-trigger {
  margin: -4px 4px -4px -8px
}

.auxo-dropdown-menu-submenu-rtl.auxo-table-filter-dropdown .auxo-checkbox-wrapper+span,
.auxo-dropdown-menu-submenu-rtl.auxo-table-filter-dropdown-submenu .auxo-checkbox-wrapper+span,
.auxo-dropdown-rtl .auxo-table-filter-dropdown .auxo-checkbox-wrapper+span,
.auxo-dropdown-rtl .auxo-table-filter-dropdown-submenu .auxo-checkbox-wrapper+span {
  padding-left: 0;
  padding-right: 8px
}

.auxo-table-wrapper-rtl .auxo-table-selection {
  text-align: center
}

.auxo-table-wrapper-rtl .auxo-table-row-expand-icon,
.auxo-table-wrapper-rtl .auxo-table-row-indent {
  float: right
}

.auxo-table-wrapper-rtl .auxo-table-row-indent+.auxo-table-row-expand-icon {
  margin-left: 8px;
  margin-right: 0
}

.auxo-table-wrapper-rtl .auxo-table-row-expand-icon:after {
  transform: rotate(-90deg)
}

.auxo-table-wrapper-rtl .auxo-table-row-expand-icon-collapsed:before {
  transform: rotate(180deg)
}

.auxo-table-wrapper-rtl .auxo-table-row-expand-icon-collapsed:after {
  transform: rotate(0deg)
}

.auxo-table-thead:not(.sp-null) tr th {
  color: #565960;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 12px
}

.auxo-table-thead:not(.sp-null) tr th .auxo-table-column-sorters span.sp-tooltip {
  border-bottom: 1px dashed #d9d9d9;
  display: inline-block;
  line-height: 20px
}

.auxo-table-thead:not(.sp-null) tr th.auxo-table-selection-column {
  padding: 16px 0 16px 16px
}

.auxo-table-thead:not(.sp-null) tr th .auxo-table-column-prompt {
  align-items: center;
  display: inline-flex;
  justify-content: space-between
}

.auxo-table-thead:not(.sp-null) tr th .auxo-table-column-prompt .auxo-table-th-tooltip {
  color: #898b8f;
  font-size: 14px;
  margin-left: 2px
}

.auxo-table-thead:not(.sp-null) tr .auxo-table-column-sorter-down.active,
.auxo-table-thead:not(.sp-null) tr .auxo-table-column-sorter-up.active {
  color: #1966ff
}

.auxo-table:not(.sp-null) .auxo-table-expand-icon-col,
.auxo-table:not(.sp-null) .auxo-table-selection-col {
  width: 32px
}

.auxo-table:not(.sp-null) .serial-number {
  padding: 16px 0 16px 16px
}

.auxo-table:not(.sp-null):not(.auxo-table-bordered) .auxo-table-tbody tr td[colspan],
.auxo-table:not(.sp-null):not(.auxo-table-bordered) .auxo-table-tbody tr td[rowspan] {
  border-left: 1px solid #eeeff0;
  border-right: 1px solid #eeeff0
}

.auxo-table:not(.sp-null):not(.auxo-table-bordered) .auxo-table-tbody tr td:first-child {
  border-left: none
}

.auxo-table:not(.sp-null):not(.auxo-table-bordered) .auxo-table-tbody tr td:last-child {
  border-right: none
}

.auxo-table:not(.sp-null) .auxo-table-row-expand-icon {
  transform-origin: left center
}

.auxo-table:not(.sp-null) .auxo-table-ping-left .auxo-table-cell-fix-left-first:after,
.auxo-table:not(.sp-null) .auxo-table-ping-left .auxo-table-cell-fix-left-last:after,
.auxo-table:not(.sp-null) .auxo-table-ping-left:not(.auxo-table-has-fix-left) .auxo-table-container:before {
  box-shadow: inset 10px 0 8px -8px rgba(18, 20, 26, .08)
}

.auxo-table:not(.sp-null) .auxo-table-ping-right .auxo-table-cell-fix-right-first:after,
.auxo-table:not(.sp-null) .auxo-table-ping-right .auxo-table-cell-fix-right-last:after,
.auxo-table:not(.sp-null) .auxo-table-ping-right:not(.auxo-table-has-fix-right) .auxo-table-container:after {
  box-shadow: inset -10px 0 8px -8px rgba(18, 20, 26, .08)
}

.auxo-table:not(.sp-null) .auxo-btn-link,
.auxo-table:not(.sp-null) .auxo-btn-text {
  font-size: 12px
}

.auxo-table-tbody:not(.sp-null) tr.row-vertical-top {
  vertical-align: top
}

.auxo-table-tbody:not(.sp-null) tr.auxo-table-row-selected td {
  background-color: #f2f6fc
}

.auxo-table-tbody:not(.sp-null) tr td:not(.auxo-descriptions-item) {
  word-wrap: break-word;
  color: #252931;
  font-size: 12px;
  line-height: 16px;
  padding: 14px 12px
}

.auxo-table-tbody:not(.sp-null) tr td.editable-cell {
  padding: 10px 16px
}

.auxo-table-tbody:not(.sp-null) tr td.auxo-table-row-expand-icon-cell,
.auxo-table-tbody:not(.sp-null) tr td.auxo-table-selection-column {
  padding: 16px 0 16px 16px
}

.auxo-table-tbody:not(.sp-null) tr td.auxo-table-row-expand-icon-cell .auxo-table-row-expand-icon {
  border-color: #d9d9d9;
  color: #d9d9d9
}

.auxo-table-tbody:not(.sp-null) tr:hover:not(.auxo-table-expanded-row):not(.auxo-table-placeholder)>td,
.auxo-table-tbody:not(.sp-null) tr:hover:not(.auxo-table-row-selected):not(.auxo-table-placeholder)>td {
  background-color: #f8f9fa
}

.auxo-table-tbody:not(.sp-null) tr.auxo-table-expanded-row:not(.auxo-table-expanded-row-level-0).expandable-sub-table:hover>td,
.auxo-table-tbody:not(.sp-null) tr.auxo-table-expanded-row:not(.auxo-table-expanded-row-level-0).expandable-sub-table>td {
  background-color: #fff
}

.auxo-table-empty:not(.sp-null):not(.auxo-table-bordered) .auxo-table-tbody tr td {
  border-bottom: none
}

.auxo-table-wrapper:not(.sp-null).custom-style-gray .auxo-table-thead tr th {
  background-color: #f8f9fa;
  color: #252931;
  font-weight: 500
}

.auxo-table-wrapper:not(.sp-null).custom-style-gray.auxo-pair-head-table .auxo-table-thead tr th {
  background-color: #f3f4f5;
  color: #252931;
  font-weight: 500
}

.auxo-table-pagination:not(.sp-null) {
  align-items: center
}

.auxo-table-pagination:not(.sp-null).auxo-pagination {
  margin: 12px 0 24px
}

.auxo-table-thead:not(.sp-null)>tr>th:not(:last-child):not(.auxo-table-selection-column):not(.auxo-table-row-expand-icon-cell):not([colspan]):before {
  content: none
}

.auxo-table:not(.auxo-table-bordered) {
  border: 1px solid #eeeff0
}

.auxo-table:not(.auxo-table-bordered) .auxo-table-tbody:not(.sp-null) tr:last-child td {
  border-bottom-color: transparent
}

.auxo-table:not(.auxo-table-bordered) .auxo-table-tbody:not(.sp-null) tr:last-child td:first-child {
  border-bottom-left-radius: 4px
}

.auxo-table:not(.auxo-table-bordered) .auxo-table-tbody:not(.sp-null) tr:last-child td:last-child {
  border-bottom-right-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table {
  border: 1px solid transparent
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0>td {
  background-color: #fff !important;
  border: none !important;
  padding-top: 24px !important
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0>td:before {
  background-color: #f8f9fa !important;
  content: "";
  display: block;
  height: calc(100% - 8px);
  left: 0;
  position: absolute;
  top: 8px;
  width: 100%
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0 .auxo-table-selection-column {
  z-index: 3
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0 .auxo-pair-head-td {
  left: 0 !important;
  position: relative !important
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0 .auxo-pair-head-td:after {
  display: none
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0 .auxo-pair-head-td .auxo-pair-head-wrapper {
  left: 16px;
  position: -webkit-sticky;
  position: sticky
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-row-level-0 .auxo-pair-head-td:not(.auxo-pair-head-first) .auxo-pair-head-wrapper {
  left: 48px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-pair-footer-td {
  border-left: none !important
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-pair-footer-td:after {
  display: none
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-pair-footer-td .auxo-pair-footer-wrapper {
  left: 16px;
  position: -webkit-sticky;
  position: sticky
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-pair-footer-td:not(.auxo-pair-head-first) .auxo-pair-footer-wrapper {
  left: 48px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr:not(.auxo-table-row-level-0).auxo-table-row-selected td {
  background-color: #fff
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead {
  border-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead tr th:first-child {
  border-left: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead tr th:last-child {
  border-right: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead tr:first-child th {
  border-top: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead tr:last-child th:first-child {
  border-bottom-left-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-thead tr:last-child th:last-child {
  border-bottom-right-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr:last-child td {
  border-bottom: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr.auxo-table-row-level-0 td:first-child:before {
  border-left: 1px solid #eeeff0;
  border-top: 1px solid #eeeff0;
  border-top-left-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr.auxo-table-row-level-0 td:last-child:before {
  border-right: 1px solid #eeeff0;
  border-top: 1px solid #eeeff0;
  border-top-right-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr:not(.auxo-table-row-level-0) td:first-child {
  border-left: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr:not(.auxo-table-row-level-0) td:last-child {
  border-right: 1px solid #eeeff0
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr.auxo-pair-group-row-last td:first-child {
  border-bottom-left-radius: 4px
}

.auxo-table-wrapper.auxo-pair-head-table:not(.sp-null) .auxo-table-tbody tr.auxo-pair-group-row-last td:last-child {
  border-bottom-right-radius: 4px
}

.auxo-table-tbody>tr>td .auxo-table-wrapper .auxo-table {
  border: none
}

.auxo-table-tbody>tr>td .auxo-table-wrapper .auxo-table:not(.sp-null-1) {
  margin: -14px -16px -14px 16px
}

.auxo-table-tbody>tr>td .auxo-table-wrapper .auxo-table:not(.sp-null-1) .auxo-table-tbody>tr>td {
  border-bottom: none
}

.auxo-table-tbody>tr>td .auxo-table-wrapper .auxo-table .auxo-table-tbody>tr>td {
  background-color: #f8f9fa
}

.auxo-dropdown-trigger>.anticon.anticon-down {
  font-size: 12px;
  vertical-align: -1px
}

.auxo-table-selection-extra {
  -webkit-padding-start: 2px;
  padding-inline-start: 2px
}

.auxo-table-row-expand-icon:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3) {
  background-color: transparent;
  border: none;
  font-size: 16px
}

.auxo-table-row-expand-icon:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3):after,
.auxo-table-row-expand-icon:not(.sp-null):not(.sp-null-1):not(.sp-null-2):not(.sp-null-3):before {
  display: none
}

.auxo-table:not(.sp-null) .auxo-empty-center {
  display: flex;
  flex-direction: column;
  height: 372px;
  justify-content: center
}

.table-font-size-14 .auxo-table-tbody:not(.sp-null) tr td,
.table-font-size-14 .auxo-table-thead:not(.sp-null) tr th {
  font-size: 14px
}

.table-vertical-align-top .auxo-table-tbody:not(.sp-null) tr td,
.table-vertical-align-top .auxo-table-thead:not(.sp-null) tr th {
  vertical-align: top
}

.auxo-tabs-small>.auxo-tabs-nav .auxo-tabs-tab {
  font-size: 14px;
  padding: 8px 0
}

.auxo-tabs-card.auxo-tabs-small>.auxo-tabs-nav .auxo-tabs-tab {
  padding: 6px 16px
}

.auxo-tabs-card.auxo-tabs-large>.auxo-tabs-nav .auxo-tabs-tab {
  padding: 7px 16px 6px
}

.auxo-tabs-rtl {
  direction: rtl
}

.auxo-tabs-rtl .auxo-tabs-nav .auxo-tabs-tab {
  margin: 0 0 0 32px
}

.auxo-tabs-rtl .auxo-tabs-nav .auxo-tabs-tab:last-of-type {
  margin-left: 0
}

.auxo-tabs-rtl .auxo-tabs-nav .auxo-tabs-tab .anticon {
  margin-left: 12px;
  margin-right: 0
}

.auxo-tabs-rtl .auxo-tabs-nav .auxo-tabs-tab .auxo-tabs-tab-remove {
  margin-left: -4px;
  margin-right: 8px
}

.auxo-tabs-rtl .auxo-tabs-nav .auxo-tabs-tab .auxo-tabs-tab-remove .anticon {
  margin: 0
}

.auxo-tabs-rtl.auxo-tabs-left>.auxo-tabs-nav {
  order: 1
}

.auxo-tabs-rtl.auxo-tabs-left>.auxo-tabs-content-holder,
.auxo-tabs-rtl.auxo-tabs-right>.auxo-tabs-nav {
  order: 0
}

.auxo-tabs-rtl.auxo-tabs-right>.auxo-tabs-content-holder {
  order: 1
}

.auxo-tabs-rtl.auxo-tabs-card.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-rtl.auxo-tabs-card.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-rtl.auxo-tabs-card.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-rtl.auxo-tabs-card.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab {
  margin-left: 2px;
  margin-right: 0
}

.auxo-tabs-dropdown-rtl {
  direction: rtl
}

.auxo-tabs-dropdown-rtl .auxo-tabs-dropdown-menu-item {
  text-align: right
}

.auxo-tabs-bottom,
.auxo-tabs-top {
  flex-direction: column
}

.auxo-tabs-bottom.auxo-tabs-bottom-line>.auxo-tabs-nav:before,
.auxo-tabs-bottom.auxo-tabs-bottom-line>div>.auxo-tabs-nav:before,
.auxo-tabs-top.auxo-tabs-bottom-line>.auxo-tabs-nav:before,
.auxo-tabs-top.auxo-tabs-bottom-line>div>.auxo-tabs-nav:before {
  border-bottom: 1px solid #eeeff0;
  content: "";
  left: 0;
  position: absolute;
  right: 0
}

.auxo-tabs-bottom>.auxo-tabs-nav,
.auxo-tabs-bottom>div>.auxo-tabs-nav,
.auxo-tabs-top>.auxo-tabs-nav,
.auxo-tabs-top>div>.auxo-tabs-nav {
  margin: 0 0 16px
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  height: 2px
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar-animated {
  transition: width .3s, left .3s, right .3s
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before {
  bottom: 0;
  top: 0;
  width: 30px
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, .08);
  left: 0
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, .08);
  right: 0
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-left:before,
.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-right:after,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-left:before,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-right:after,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-left:before,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-right:after,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-left:before,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-right:after {
  opacity: 1
}

.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>.auxo-tabs-nav:before,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>div>.auxo-tabs-nav:before {
  bottom: 0
}

.auxo-tabs-bottom>.auxo-tabs-nav,
.auxo-tabs-bottom>div>.auxo-tabs-nav {
  margin-bottom: 0;
  margin-top: 16px;
  order: 1
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-bottom>.auxo-tabs-nav:before,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-bottom>div>.auxo-tabs-nav:before {
  top: 0
}

.auxo-tabs-bottom>.auxo-tabs-content-holder,
.auxo-tabs-bottom>div>.auxo-tabs-content-holder {
  order: 0
}

.auxo-tabs-left>.auxo-tabs-nav,
.auxo-tabs-left>div>.auxo-tabs-nav,
.auxo-tabs-right>.auxo-tabs-nav,
.auxo-tabs-right>div>.auxo-tabs-nav {
  flex-direction: column;
  min-width: 50px
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab {
  padding: 10px 24px;
  text-align: center
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab {
  margin: 0 0 4px
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap {
  flex-direction: column
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before {
  height: 30px;
  left: 0;
  right: 0
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before {
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, .08);
  top: 0
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, .08)
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-bottom:after,
.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-top:before,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-bottom:after,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-top:before,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-bottom:after,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-top:before,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-bottom:after,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-wrap.auxo-tabs-nav-wrap-ping-top:before {
  opacity: 1
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  width: 2px
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-ink-bar-animated,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-ink-bar-animated {
  transition: height .3s, top .3s
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-list,
.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-nav-operations,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-list,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-nav-operations,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-list,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-nav-operations,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-list,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  right: 0
}

.auxo-tabs-left>.auxo-tabs-content-holder,
.auxo-tabs-left>div>.auxo-tabs-content-holder {
  border-left: 1px solid #eeeff0;
  margin-left: -1px
}

.auxo-tabs-left>.auxo-tabs-content-holder>.auxo-tabs-content>.auxo-tabs-tabpane,
.auxo-tabs-left>div>.auxo-tabs-content-holder>.auxo-tabs-content>.auxo-tabs-tabpane {
  padding-left: 24px
}

.auxo-tabs-right>.auxo-tabs-nav,
.auxo-tabs-right>div>.auxo-tabs-nav {
  order: 1
}

.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  left: 0
}

.auxo-tabs-right>.auxo-tabs-content-holder,
.auxo-tabs-right>div>.auxo-tabs-content-holder {
  border-right: 1px solid #eeeff0;
  margin-right: -1px;
  order: 0
}

.auxo-tabs-right>.auxo-tabs-content-holder>.auxo-tabs-content>.auxo-tabs-tabpane,
.auxo-tabs-right>div>.auxo-tabs-content-holder>.auxo-tabs-content>.auxo-tabs-tabpane {
  padding-right: 24px
}

.auxo-tabs-dropdown {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.auxo-tabs-dropdown-hidden {
  display: none
}

.auxo-tabs-dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  list-style-type: none;
  margin: 0;
  max-height: 200px;
  outline: none;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 0;
  text-align: left
}

.auxo-tabs-dropdown-menu-item {
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
  min-width: 120px;
  overflow: hidden;
  padding: 6px 12px;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.auxo-tabs-dropdown-menu-item:hover {
  background: #f0f6ff
}

.auxo-tabs-dropdown-menu-item-disabled,
.auxo-tabs-dropdown-menu-item-disabled:hover {
  background: transparent;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-tabs-card>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-card>div>.auxo-tabs-nav .auxo-tabs-tab {
  background: #f8f9fa;
  border: 1px solid #eeeff0;
  margin: 0;
  padding: 8px 16px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-tabs-card>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs-card>div>.auxo-tabs-nav .auxo-tabs-tab-active {
  background: #fff;
  color: #1966ff
}

.auxo-tabs-card>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-card>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  visibility: hidden
}

.auxo-tabs-card.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab {
  margin-left: 2px
}

.auxo-tabs-card.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-tab {
  border-radius: 4px 4px 0 0
}

.auxo-tabs-card.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs-card.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-tab-active {
  border-bottom-color: #fff
}

.auxo-tabs-card.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-tab {
  border-radius: 0 0 4px 4px
}

.auxo-tabs-card.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs-card.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-tab-active {
  border-top-color: #fff
}

.auxo-tabs-card.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab+.auxo-tabs-tab {
  margin-top: 2px
}

.auxo-tabs-card.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab {
  border-radius: 4px 0 0 4px
}

.auxo-tabs-card.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs-card.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab-active {
  border-right-color: #fff
}

.auxo-tabs-card.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-card.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab {
  border-radius: 0 4px 4px 0
}

.auxo-tabs-card.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs-card.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab-active {
  border-left-color: #fff
}

.auxo-tabs {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0
}

.auxo-tabs>.auxo-tabs-nav,
.auxo-tabs>div>.auxo-tabs-nav {
  align-items: center;
  display: flex;
  flex: none;
  position: relative
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-wrap,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-wrap {
  align-self: stretch;
  display: inline-block;
  display: flex;
  flex: auto;
  overflow: hidden;
  position: relative;
  transform: translate(0);
  white-space: nowrap
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-wrap:before,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:after,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity .3s;
  z-index: 1
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-list,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-list {
  display: flex;
  position: relative;
  transition: transform .3s
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-operations,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-operations {
  align-self: stretch;
  display: flex
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-operations-hidden,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-operations-hidden {
  pointer-events: none;
  position: absolute;
  visibility: hidden
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-more,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-more {
  background: transparent;
  border: 0;
  padding: 8px 16px;
  position: relative
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-more:after,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-more:after {
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  right: 0;
  transform: translateY(100%)
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-add,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-add {
  background: #f8f9fa;
  border: 1px solid #eeeff0;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
  min-width: 40px;
  outline: none;
  padding: 0 8px;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-add:hover,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-add:hover {
  color: #4784ff
}

.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-add:active,
.auxo-tabs>.auxo-tabs-nav .auxo-tabs-nav-add:focus,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-add:active,
.auxo-tabs>div>.auxo-tabs-nav .auxo-tabs-nav-add:focus {
  color: #1556d9
}

.auxo-tabs-extra-content {
  flex: none
}

.auxo-tabs-centered>.auxo-tabs-nav .auxo-tabs-nav-wrap:not([class*=auxo-tabs-nav-wrap-ping]),
.auxo-tabs-centered>div>.auxo-tabs-nav .auxo-tabs-nav-wrap:not([class*=auxo-tabs-nav-wrap-ping]) {
  justify-content: center
}

.auxo-tabs-ink-bar {
  background: #1966ff;
  pointer-events: none;
  position: absolute
}

.auxo-tabs-tab {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  outline: none;
  padding: 16px 0 12px;
  position: relative
}

.auxo-tabs-tab-btn:active,
.auxo-tabs-tab-remove:active {
  color: #1556d9
}

.auxo-tabs-tab-btn,
.auxo-tabs-tab-remove {
  outline: none;
  transition: all .3s
}

.auxo-tabs-tab-remove {
  background: transparent;
  border: none;
  color: #898b8f;
  cursor: pointer;
  flex: none;
  font-size: 12px;
  margin-left: 8px;
  margin-right: -4px
}

.auxo-tabs-tab-remove:hover {
  color: #252931
}

.auxo-tabs-tab:hover {
  color: #4784ff
}

.auxo-tabs-tab.auxo-tabs-tab-active .auxo-tabs-tab-btn {
  color: #1966ff;
  text-shadow: 0 0 .25px currentColor
}

.auxo-tabs-tab.auxo-tabs-tab-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-tabs-tab.auxo-tabs-tab-disabled .auxo-tabs-tab-btn:active,
.auxo-tabs-tab.auxo-tabs-tab-disabled .auxo-tabs-tab-btn:focus,
.auxo-tabs-tab.auxo-tabs-tab-disabled .auxo-tabs-tab-remove:active,
.auxo-tabs-tab.auxo-tabs-tab-disabled .auxo-tabs-tab-remove:focus {
  color: #bcbdc0
}

.auxo-tabs-tab .auxo-tabs-tab-remove .anticon {
  margin: 0
}

.auxo-tabs-tab .anticon {
  margin-right: 12px
}

.auxo-tabs-tab+.auxo-tabs-tab {
  margin: 0 16px
}

.auxo-tabs-content {
  display: flex;
  width: 100%
}

.auxo-tabs-content-holder {
  flex: auto;
  min-height: 0;
  min-width: 0
}

.auxo-tabs-content-animated {
  transition: margin .3s
}

.auxo-tabs-tabpane {
  flex: none;
  outline: none;
  width: 100%
}

.auxo-tabs .auxo-badge {
  color: inherit
}

.auxo-tabs.auxo-tabs-title .auxo-tabs-tab-active .auxo-tabs-tab-btn {
  color: #252931
}

.auxo-tabs-bottom>.auxo-tabs-nav,
.auxo-tabs-bottom>div>.auxo-tabs-nav,
.auxo-tabs-top>.auxo-tabs-nav,
.auxo-tabs-top>div>.auxo-tabs-nav {
  margin: 0
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  border-radius: 1.5px;
  height: 3px
}

.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-tab {
  margin: 0 16px
}

.auxo-tabs-tab {
  line-height: 20px
}

.auxo-tabs-tab .sp-tabs-dropdown-arrow {
  color: #898b8f;
  margin-left: 4px
}

.auxo-tabs-nav-list .auxo-tabs-tab:first-child {
  margin-left: 0
}

.auxo-tabs-large>.auxo-tabs-nav .auxo-tabs-tab {
  font-size: 16px;
  line-height: 22px;
  padding: 16px 0
}

.auxo-tabs-small {
  color: #565960
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-bottom>.auxo-tabs-nav:before,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-bottom>div>.auxo-tabs-nav:before,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-top>.auxo-tabs-nav:before,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-top>div>.auxo-tabs-nav:before,
.auxo-tabs.sp-tabs-button.auxo-tabs-bottom>.auxo-tabs-nav:before,
.auxo-tabs.sp-tabs-button.auxo-tabs-bottom>div>.auxo-tabs-nav:before,
.auxo-tabs.sp-tabs-button.auxo-tabs-top>.auxo-tabs-nav:before,
.auxo-tabs.sp-tabs-button.auxo-tabs-top>div>.auxo-tabs-nav:before {
  border-bottom: none
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right).auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs.sp-tabs-button.auxo-tabs-bottom>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs.sp-tabs-button.auxo-tabs-bottom>div>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs.sp-tabs-button.auxo-tabs-top>.auxo-tabs-nav .auxo-tabs-ink-bar,
.auxo-tabs.sp-tabs-button.auxo-tabs-top>div>.auxo-tabs-nav .auxo-tabs-ink-bar {
  display: none
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right)>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs.sp-tabs-button>.auxo-tabs-nav .auxo-tabs-tab {
  background: #f8f9fa;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  margin: 0 6px;
  padding: 6px 12px
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right)>.auxo-tabs-nav .auxo-tabs-tab.sp-tabs-more-tab,
.auxo-tabs.sp-tabs-button>.auxo-tabs-nav .auxo-tabs-tab.sp-tabs-more-tab {
  padding: 0
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right)>.auxo-tabs-nav .auxo-tabs-tab.sp-tabs-more-tab .sp-tabs-more-tab-dropdown,
.auxo-tabs.sp-tabs-button>.auxo-tabs-nav .auxo-tabs-tab.sp-tabs-more-tab .sp-tabs-more-tab-dropdown {
  padding: 6px 12px
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right)>.auxo-tabs-nav .auxo-tabs-tab-active,
.auxo-tabs.sp-tabs-button>.auxo-tabs-nav .auxo-tabs-tab-active {
  background: #ebf3ff
}

.auxo-tabs-small:not(.auxo-tabs-left):not(.auxo-tabs-right)>.auxo-tabs-nav .auxo-tabs-tab:first-child,
.auxo-tabs.sp-tabs-button>.auxo-tabs-nav .auxo-tabs-tab:first-child {
  margin-left: 0
}

.auxo-tabs-left>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-left>div>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right>div>.auxo-tabs-nav .auxo-tabs-tab {
  margin-bottom: 4px
}

.auxo-tabs-left .auxo-tabs-ink-bar,
.auxo-tabs-right .auxo-tabs-ink-bar {
  display: none
}

.auxo-tabs-left .auxo-tabs-content-holder,
.auxo-tabs-right .auxo-tabs-content-holder {
  border-left: 0
}

.auxo-tabs-left .auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right .auxo-tabs-nav .auxo-tabs-tab {
  border-radius: 4px
}

.auxo-tabs-left .auxo-tabs-nav .auxo-tabs-tab.auxo-tabs-tab-active,
.auxo-tabs-right .auxo-tabs-nav .auxo-tabs-tab.auxo-tabs-tab-active {
  background: #ebf3ff
}

.auxo-tabs-left .auxo-tabs-nav .auxo-tabs-tab:last-child,
.auxo-tabs-right .auxo-tabs-nav .auxo-tabs-tab:last-child {
  margin-bottom: 0
}

.auxo-tabs-left.auxo-tabs-large .auxo-tabs-tab,
.auxo-tabs-right.auxo-tabs-large .auxo-tabs-tab {
  margin-bottom: 8px;
  padding: 10px 24px
}

.auxo-tabs-left.auxo-tabs-large .auxo-tabs-tab:first-child,
.auxo-tabs-right.auxo-tabs-large .auxo-tabs-tab:first-child {
  margin-left: 0
}

.auxo-tabs-left.auxo-tabs-large>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-left.auxo-tabs-large>div>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right.auxo-tabs-large>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right.auxo-tabs-large>div>.auxo-tabs-nav .auxo-tabs-tab {
  margin-bottom: 8px
}

.auxo-tabs-left.auxo-tabs-small>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-left.auxo-tabs-small>div>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right.auxo-tabs-small>.auxo-tabs-nav .auxo-tabs-tab,
.auxo-tabs-right.auxo-tabs-small>div>.auxo-tabs-nav .auxo-tabs-tab {
  padding: 10px 16px
}

.auxo-dropdown .sp-tabs-more-tab-dropdown .auxo-dropdown-menu {
  left: -12px;
  top: 12px
}

.auxo-dropdown .sp-tabs-more-tab-button-dropdown .auxo-dropdown-menu {
  left: -12px;
  top: 6px
}

.auxo-strengthen-tabs {
  --beauty-tabs-tab-width: 160px;
  --beauty-tabs-tab-height: 68px;
  --beauty-tabs-small-tab-hight: 54px;
  --beauty-tabs-active-tab-width: 400px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap {
  border-radius: inherit;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  display: flex;
  overflow: hidden
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane {
  align-items: center;
  cursor: pointer;
  display: flex;
  flex: 1 1;
  flex-basis: var(--beauty-tabs-tab-width, 160px);
  height: var(--beauty-tabs-tab-height, 64px);
  margin: 0 8px;
  padding: 0 24px;
  position: relative;
  transition: flex .3s, flex-basis .4s;
  z-index: 0
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-item-content {
  align-items: center;
  background-color: #f9fbfe;
  border-top: 1px solid #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 2
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-item-content-title {
  color: #898b8f;
  font-size: 18px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-item-content-description {
  color: #898b8f;
  font-size: 12px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute {
  border-bottom: var(--beauty-tabs-tab-height) solid #f9fbfe;
  border-left: calc(var(--beauty-tabs-tab-height)/7.7) solid transparent;
  border-right: calc(var(--beauty-tabs-tab-height)/7.7) solid transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tl,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tr {
  background-color: #f9fbfe;
  cursor: pointer;
  height: calc(var(--beauty-tabs-tab-height)/2 + 1px);
  position: absolute;
  top: 0;
  width: 24px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tl {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  border-top-left-radius: 8px;
  left: -12px;
  transform: skew(-12deg)
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tr {
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  border-top-right-radius: 8px;
  right: -12px;
  transform: skew(12deg)
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-bl,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-br {
  background-color: #f9fbfe;
  cursor: pointer;
  height: calc(var(--beauty-tabs-tab-height)/2 + 1px);
  position: absolute;
  top: calc(var(--beauty-tabs-tab-height)/2 - 1px);
  width: 24px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-bl {
  border-left: 1px solid #fff;
  left: -19px;
  transform: skew(-12deg)
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-br {
  border-right: 1px solid #fff;
  right: -19px;
  transform: skew(12deg)
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:first-child {
  margin-left: 0
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:first-child .auxo-strengthen-tabs-pane-substitute {
  border-left: 0;
  border-top-left-radius: 8px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:first-child .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-bl,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:first-child .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tl {
  display: none
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:last-child {
  margin-right: 0
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:last-child .auxo-strengthen-tabs-pane-substitute {
  border-right: 0;
  border-top-right-radius: 8px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:last-child .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-br,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:last-child .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tr {
  display: none
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:not(.auxo-strengthen-tabs-pane-active):not(.auxo-strengthen-tabs-pane-disabled):hover .auxo-strengthen-tabs-pane-item-content-title {
  color: #4784ff
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane:not(.auxo-strengthen-tabs-pane-active):not(.auxo-strengthen-tabs-pane-disabled):hover .auxo-strengthen-tabs-pane-item-content-description {
  color: #898b8f
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-item-content {
  background-color: #fff
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-item-content-title {
  color: #1966ff;
  font-weight: 500
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute {
  border-bottom: var(--beauty-tabs-tab-height) solid #fff
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-bl,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-br,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tl,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-tr {
  background-color: #fff
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active.auxo-strengthen-tabs-pane .auxo-strengthen-tabs-pane-substitute .auxo-strengthen-tabs-pane-substitute-br {
  border-bottom-right-radius: -4px
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active .auxo-strengthen-tabs-pane-border-bend-left-wrap {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 30px;
  left: -41px;
  position: absolute;
  transform: skew(-12deg);
  width: 30px;
  z-index: 1
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active .auxo-strengthen-tabs-pane-border-bend-left-wrap .auxo-strengthen-tabs-pane-border-bend-left-inner {
  background-color: #f9fbfe;
  border-bottom-right-radius: 8px;
  height: 100%;
  width: 100%
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active .auxo-strengthen-tabs-pane-border-bend-right-wrap {
  background-color: #fff;
  bottom: 0;
  display: block;
  height: 30px;
  position: absolute;
  right: -41px;
  transform: skew(12deg);
  width: 30px;
  z-index: 1
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-active .auxo-strengthen-tabs-pane-border-bend-right-wrap .auxo-strengthen-tabs-pane-border-bend-right-inner {
  background-color: #f9fbfe;
  border-bottom-left-radius: 8px;
  height: 100%;
  width: 100%
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-disabled {
  cursor: not-allowed
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-disabled .auxo-strengthen-tabs-pane-item-content-description,
.auxo-strengthen-tabs .auxo-strengthen-tabs-pane-wrap .auxo-strengthen-tabs-pane-disabled .auxo-strengthen-tabs-pane-item-content-title {
  color: #bcbdc0
}

.auxo-strengthen-tabs .auxo-strengthen-tabs-content {
  background-color: #fff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  font-size: inherit;
  overflow: hidden;
  padding: 16px 24px
}

.auxo-tabs.auxo-tabs-new-specification:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab {
  line-height: 24px;
  padding: 0 0 16px
}

.auxo-tabs.auxo-tabs-new-specification:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab .auxo-tabs-tab-btn {
  font-size: 16px
}

.auxo-tabs.auxo-tabs-new-specification:not(.auxo-tabs-card) .auxo-badge {
  color: inherit;
  font-size: inherit
}

.auxo-tabs.auxo-tabs-new-specification.auxo-tabs-large:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab {
  line-height: 28px
}

.auxo-tabs.auxo-tabs-new-specification.auxo-tabs-large:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab .auxo-tabs-tab-btn {
  font-size: 18px
}

.auxo-tabs.auxo-tabs-new-specification.auxo-tabs-enormous:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab {
  line-height: 32px;
  padding: 0 0 12px
}

.auxo-tabs.auxo-tabs-new-specification.auxo-tabs-enormous:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab .auxo-tabs-tab-btn {
  font-size: 20px
}

.auxo-tabs.auxo-tabs-new-specification.auxo-tabs-enormous:not(.auxo-tabs-card)>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab-active .auxo-tabs-tab-btn {
  color: #252931;
  font-weight: 500;
  text-shadow: none
}

.auxo-tabs.auxo-tabs-card>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-left: 0;
  margin-right: 8px;
  padding: 11px 24px;
  transition: none
}

.auxo-tabs.auxo-tabs-card>.auxo-tabs-nav>.auxo-tabs-nav-wrap>.auxo-tabs-nav-list>.auxo-tabs-tab-active {
  font-weight: 500
}

.auxo-sp-tag {
  align-items: center;
  background-color: #1966ff;
  border-radius: 2px;
  box-sizing: content-box;
  color: #fff;
  display: inline-flex;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 4px 0 0;
  padding: 0 4px;
  position: relative
}

.auxo-sp-tag.sp-tag-size-large {
  line-height: 20px
}

.auxo-sp-tag.sp-tag-size-small {
  line-height: 12px
}

.auxo-sp-tag.sp-tag-size-small .sp-tag-content {
  transform: scale(.83333);
  transform-origin: center center
}

.auxo-sp-tag.sp-tag-size-default {
  line-height: 16px
}

.auxo-sp-tag.sp-tag-border {
  color: #1966ff
}

.auxo-sp-tag.sp-tag-success {
  background-color: #3cc781
}

.auxo-sp-tag.sp-tag-success.sp-tag-border {
  color: #3cc781
}

.auxo-sp-tag.sp-tag-error {
  background-color: #ff3b52
}

.auxo-sp-tag.sp-tag-error.sp-tag-border {
  color: #ff3b52
}

.auxo-sp-tag.sp-tag-warn {
  background-color: #ff9226
}

.auxo-sp-tag.sp-tag-warn.sp-tag-border {
  color: #ff9226
}

.auxo-sp-tag.sp-tag-custom-border {
  line-height: 14px
}

.auxo-sp-tag.sp-tag-icon {
  padding: 0 4px 0 2px
}

.auxo-sp-tag.sp-tag-icon span[role=img] {
  font-size: 10px;
  margin-left: 1px;
  margin-right: 1px
}

.auxo-sp-tag .auxo-sp-icon:first-child {
  margin-right: 2px
}

.auxo-sp-tag .sp-tag-close {
  cursor: pointer;
  display: block;
  height: 12px;
  line-height: 1;
  margin-left: 2px
}

.auxo-sp-tag .sp-tag-content {
  display: inline-block
}

.auxo-sp-tag.sp-tag-bg:after,
.auxo-sp-tag.sp-tag-border:before {
  border-radius: 2px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%
}

.auxo-sp-tag.sp-tag-border:before {
  border: 1px solid;
  opacity: .1;
  z-index: 1
}

.auxo-sp-tag.sp-tag-bg:after {
  background-color: currentcolor;
  opacity: .04
}

.auxo-sp-tag.tag-data-entry {
  background-color: rgba(0, 0, 0, .04);
  border: 1px solid #eeeff0;
  color: #252931;
  margin: 2px 4px 2px 0
}

.auxo-sp-tag.tag-data-entry .sp-tag-content {
  margin-right: 4px
}

.auxo-sp-tag.tag-data-entry .auxo-sp-icon {
  color: #c4c4c4
}

.auxo-sp-tag.tag-data-entry-error {
  background-color: #fff5f5;
  border: 1px solid #ff3b52;
  color: #ff3b52;
  margin: 2px 4px 2px 0
}

.auxo-sp-tag.tag-data-entry-error .sp-tag-content {
  margin-right: 4px
}

.auxo-sp-tag.tag-data-entry-error .auxo-sp-icon {
  color: #ff3b52
}

.auxo-tag-status-wrap {
  color: #252931;
  line-height: 20px
}

.auxo-tag-status-wrap .auxo-tag-status-dots {
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  margin-bottom: 2px;
  margin-right: 8px;
  vertical-align: middle;
  width: 6px
}

.auxo-tag-status-wrap .auxo-tag-status-dots-success {
  background-color: #3cc781
}

.auxo-tag-status-wrap .auxo-tag-status-dots-error {
  background-color: #ff3b52
}

.auxo-tag-status-wrap .auxo-tag-status-dots-warn {
  background-color: #ff9226
}

.auxo-tag-status-wrap .auxo-tag-status-dots-default {
  background-color: #1966ff
}

.auxo-tag-status-wrap .auxo-tag-status-dots-cancel {
  background-color: rgba(0, 0, 0, .45)
}

.auxo-tag-list-wrap .rc-overflow {
  align-items: center;
  display: flex;
  line-height: 18px
}

.auxo-tag-list-wrap .auxo-tag-list-overflow-rest {
  border: 1px solid #eeeff0;
  border-radius: 2px;
  color: #565960;
  cursor: pointer;
  font-size: 12px;
  height: 18px;
  line-height: 16px;
  padding: 0 4px
}

.auxo-tag-list-overflow-rest-popover {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -4px
}

.auxo-tag-list-overflow-rest-popover-item {
  line-height: 12px;
  margin-bottom: 4px
}

.auxo-tooltip {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  max-width: 280px;
  padding: 0;
  position: absolute;
  visibility: visible;
  z-index: 1070
}

.auxo-tooltip-hidden {
  display: none
}

.auxo-tooltip-placement-top,
.auxo-tooltip-placement-topLeft,
.auxo-tooltip-placement-topRight {
  padding-bottom: 4px
}

.auxo-tooltip-placement-right,
.auxo-tooltip-placement-rightBottom,
.auxo-tooltip-placement-rightTop {
  padding-left: 4px
}

.auxo-tooltip-placement-bottom,
.auxo-tooltip-placement-bottomLeft,
.auxo-tooltip-placement-bottomRight {
  padding-top: 4px
}

.auxo-tooltip-placement-left,
.auxo-tooltip-placement-leftBottom,
.auxo-tooltip-placement-leftTop {
  padding-right: 4px
}

.auxo-tooltip-inner {
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, .85);
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  color: #fff;
  min-height: 32px;
  min-width: 30px;
  padding: 6px 8px;
  text-align: left;
  text-decoration: none
}

.auxo-tooltip-arrow {
  background: transparent;
  display: block;
  height: 13.07106781px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 13.07106781px
}

.auxo-tooltip-arrow-content {
  background-color: rgba(0, 0, 0, .85);
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  margin: auto;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow {
  bottom: -9.07106781px
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateY(-6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow {
  left: 13px
}

.auxo-tooltip-placement-topRight .auxo-tooltip-arrow {
  right: 13px
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow {
  left: -9.07106781px
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, .07);
  transform: translateX(6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow {
  top: 5px
}

.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow {
  bottom: 5px
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow {
  right: -9.07106781px
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, .07);
  transform: translateX(-6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%)
}

.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow {
  top: 5px
}

.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow {
  bottom: 5px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow {
  top: -9.07106781px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, .07);
  transform: translateY(6.53553391px) rotate(45deg)
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%)
}

.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow {
  left: 13px
}

.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow {
  right: 13px
}

.auxo-tooltip-pink .auxo-tooltip-arrow-content,
.auxo-tooltip-pink .auxo-tooltip-inner {
  background-color: pink
}

.auxo-tooltip-magenta .auxo-tooltip-arrow-content,
.auxo-tooltip-magenta .auxo-tooltip-inner {
  background-color: #f0f
}

.auxo-tooltip-red .auxo-tooltip-arrow-content,
.auxo-tooltip-red .auxo-tooltip-inner {
  background-color: red
}

.auxo-tooltip-orange .auxo-tooltip-arrow-content,
.auxo-tooltip-orange .auxo-tooltip-inner {
  background-color: orange
}

.auxo-tooltip-yellow .auxo-tooltip-arrow-content,
.auxo-tooltip-yellow .auxo-tooltip-inner {
  background-color: #ff0
}

.auxo-tooltip-gold .auxo-tooltip-arrow-content,
.auxo-tooltip-gold .auxo-tooltip-inner {
  background-color: gold
}

.auxo-tooltip-cyan .auxo-tooltip-arrow-content,
.auxo-tooltip-cyan .auxo-tooltip-inner {
  background-color: cyan
}

.auxo-tooltip-lime .auxo-tooltip-arrow-content,
.auxo-tooltip-lime .auxo-tooltip-inner {
  background-color: lime
}

.auxo-tooltip-green .auxo-tooltip-arrow-content,
.auxo-tooltip-green .auxo-tooltip-inner {
  background-color: green
}

.auxo-tooltip-blue .auxo-tooltip-arrow-content,
.auxo-tooltip-blue .auxo-tooltip-inner {
  background-color: blue
}

.auxo-tooltip-purple .auxo-tooltip-arrow-content,
.auxo-tooltip-purple .auxo-tooltip-inner {
  background-color: purple
}

.auxo-tooltip-rtl {
  direction: rtl
}

.auxo-tooltip-rtl .auxo-tooltip-inner {
  text-align: right
}

.auxo-tooltip:not(.sp-null) {
  font-size: 12px;
  line-height: 16px
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner {
  padding: 8px
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a {
  color: #4784ff
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a:hover {
  color: #669eff
}

.auxo-tooltip:not(.sp-null) .auxo-tooltip-inner a:active {
  color: #4784ff
}

.auxo-tooltip-placement-top .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-topRight .auxo-tooltip-arrow-content {
  border-radius: 0 0 1px 0
}

.auxo-tooltip-placement-right .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-rightTop .auxo-tooltip-arrow-content {
  border-radius: 0 0 0 1px
}

.auxo-tooltip-placement-bottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomLeft .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-bottomRight .auxo-tooltip-arrow-content {
  border-radius: 1px 0 0 0
}

.auxo-tooltip-placement-left .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftBottom .auxo-tooltip-arrow-content,
.auxo-tooltip-placement-leftTop .auxo-tooltip-arrow-content {
  border-radius: 0 1px 0 0
}

.auxo-upload-list .auxo-btn.auxo-upload-list-item-card-actions-btn.auxo-btn-sm {
  background: transparent;
  border: none;
  min-width: auto;
  width: 32px
}

.auxo-sp-upload-notice.sm-upload-notice {
  color: #bcbdc0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-top: 12px
}

.auxo-sp-upload-notice.sm-upload-notice p {
  margin: 0
}

.auxo-sp-upload-notice.sm-upload-notice p:not(:first-child) {
  margin-top: 4px
}

.auxo-sp-upload-list.sm-upload-list {
  margin-top: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item {
  color: #565960;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item:not(:first-child) {
  margin-top: 8px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions {
  right: 0;
  top: 0
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions-btn {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  width: 12px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-card-actions-btn-close {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgOC41YS41LjUgMCAwIDAgMSAwVjZhLjUuNSAwIDAgMC0xIDB2Mi41Wk04IDguNWEuNS41IDAgMCAwIDEgMFY2YS41LjUgMCAwIDAtMSAwdjIuNVoiIGZpbGw9IiM1NjU5NjAiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTUuMjI0LjU1MyA0LjUgMkgxYS41LjUgMCAwIDAgMCAxaC43OThsLjM4NiA4LjA5NUEyIDIgMCAwIDAgNC4xODIgMTNoNS42MzZhMiAyIDAgMCAwIDEuOTk4LTEuOTA1TDEyLjIwMiAzSDEzYS41LjUgMCAwIDAgMC0xSDkuNUw4Ljc3Ni41NTNBMSAxIDAgMCAwIDcuODgyIDBINi4xMThhMSAxIDAgMCAwLS44OTQuNTUzWk03Ljg4MiAxSDYuMTE4bC0uNSAxaDIuNzY0bC0uNS0xWm0zLjMyIDItLjM4NSA4LjA0OGExIDEgMCAwIDEtLjk5OS45NTJINC4xODJhMSAxIDAgMCAxLS45OTktLjk1MkwyLjc5OSAzSDExLjJaIiBmaWxsPSIjNTY1OTYwIi8+PC9zdmc+) 50% no-repeat;
  background-size: 12px 12px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info {
  align-items: center;
  border-radius: 2px;
  display: flex;
  position: relative
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info:hover {
  background-color: #ebf3ff
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-content {
  margin-right: 24px;
  word-break: break-all
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-content-text {
  display: flex;
  min-width: 0
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-content-text .sm-upload-list-item-content-suffix {
  flex-shrink: 0
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-oper {
  align-items: center;
  display: flex;
  height: 20px;
  margin-left: auto;
  margin-right: 6px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-oper .sm-upload-list-item-card-actions {
  height: 20px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-icon-paper-clip {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuNDczIDEuOTgyYTIuNzUgMi43NSAwIDAgMSA0LjIxNCAzLjUzNmwtNC42NiA1LjU1NGEuNS41IDAgMSAwIC43NjUuNjQybDQuNjYtNS41NTNBMy43NSAzLjc1IDAgMCAwIDYuNzA4IDEuMzRMMS4yNDQgNy44NWEyLjc1IDIuNzUgMCAwIDAgNC4yMTMgMy41MzVsNS4xNDItNi4xMjhhMS43NSAxLjc1IDAgMCAwLTIuNjgxLTIuMjVMNC44NjUgNi42NDdhLjUuNSAwIDEgMCAuNzY2LjY0M0w4LjY4NCAzLjY1YS43NS43NSAwIDAgMSAxLjE1Ljk2NEw0LjY5IDEwLjc0M2ExLjc1IDEuNzUgMCAxIDEtMi42ODEtMi4yNWw1LjQ2My02LjUxWiIgZmlsbD0iIzU2NTk2MCIvPjwvc3ZnPg==) no-repeat 50%;
  background-size: contain;
  display: inline-block;
  flex-shrink: 0;
  font-style: normal;
  height: 12px;
  margin: 2px;
  vertical-align: -4px;
  width: 12px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-name {
  margin-left: 4px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-done {
  color: #252931
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-done .sm-upload-list-item-name {
  cursor: pointer
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 20px;
  margin-top: 4px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg .sm-upload-list-item-errmsg-text {
  color: #ff3b52
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg .sm-upload-list-item-errmsg-action {
  color: #1966ff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  margin-left: 8px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-errmsg .auxo-upload {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.auxo-progress {
  display: block;
  margin: 4px 20px 0;
  width: auto
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.auxo-progress .auxo-progress-outer {
  display: block
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-progress.auxo-progress .auxo-progress-outer .auxo-progress-inner {
  background-color: #eeeff0;
  display: block
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-icon-paper-file {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAoCAYAAACfKfiZAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEnSURBVHgB7ZhBasJAFIb/CbPIsrvWXqLQHqC0xXPUI3gD4wnUI3iPhOhCwYWCF1BEQdxlmUXwORERQU2GSWYiMt9msniQL3lv/sVjEAThsEV7aorHF5TA3++3xxhry9TyIBx0Ti8vE4+IICPh0B4N6CGVaOUVOSjpt6tKONBPpoQJgUwJUwJ3JUwK3JTQIpAkCWQltAis15u8krMEhwYWyxU456jV3o5nhgSYHwwIFWJ6CK3AFblD6LquGKZXqLDd7hDHMQoJfH1+HCVUeBe3YDSeZNY8fgums3mhFhQWSHu4FMGiC3sNrUApQSQTOMoCMkEkEzj3eI4gkgkcZQEbRFbAClgBEwIRqiMSOyLqoSqI+iw9fT/sipXWP/Tuiy6J0g+v13+8A0R2fcJ8auveAAAAAElFTkSuQmCC) no-repeat 50%;
  background-size: contain;
  font-style: normal;
  height: 20px;
  width: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info {
  align-items: center;
  background: #fff;
  border: 1px solid #eeeff0;
  border-radius: 4px;
  display: flex;
  min-height: 54px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info:hover {
  border: 1px solid #4784ff
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-pre {
  align-items: center;
  background: #f3f4f5;
  border-radius: 2px;
  display: flex;
  flex-shrink: 0;
  height: 48px;
  justify-content: center;
  line-height: 48px;
  margin: 3px 4px 3px 3px;
  text-align: center;
  width: 48px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content {
  min-width: 0;
  position: relative
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-name-picture {
  display: flex;
  width: 100%
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-name-picture .sm-upload-list-item-name-suffix {
  flex-shrink: 0
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-errmsg {
  margin-left: 4px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-success-msg {
  color: #898b8f;
  font-size: 12px;
  line-height: 16px;
  margin-left: 4px;
  margin-top: 4px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-progress.auxo-progress {
  margin: 10px 30px 4px 4px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-content .sm-upload-list-item-progress-text {
  color: #898b8f;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: -15px;
  top: 23px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-oper {
  align-items: center;
  display: flex;
  height: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-oper .sm-upload-list-item-card-actions,
.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-type-picture .sm-upload-list-item-info .sm-upload-list-item-oper .sm-upload-list-item-card-actions-btn {
  height: 16px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-oper {
  color: #565960;
  font-size: 14px
}

.auxo-sp-upload-list.sm-upload-list .sm-upload-list-item-info .sm-upload-list-item-oper .sm-upload-list-item-card-actions {
  cursor: pointer;
  margin: 0 6px
}

.auxo-upload.auxo-upload-drag {
  background: #fff;
  border-color: #dcdee1;
  border-radius: 8px
}

.auxo-upload.auxo-upload-drag-hover {
  background: #f0f6ff;
  border-color: #4784ff
}

.auxo-upload.auxo-upload-drag .auxo-upload {
  padding: 54px 78px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-drag-icon {
  margin-bottom: 10px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-drag-icon .anticon {
  color: #898b8f;
  font-size: 32px
}

.auxo-upload.auxo-upload-drag p.auxo-upload-hint {
  color: #565960;
  font-size: 12px;
  line-height: 16px
}

.auxo-img-crop-container {
  height: 330px;
  position: relative;
  width: 592px
}

.auxo-img-crop-container .reactEasyCrop_Container {
  align-items: center;
  bottom: 0;
  cursor: move;
  display: flex;
  justify-content: center;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  touch-action: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-img-crop-container .reactEasyCrop_Image,
.auxo-img-crop-container .reactEasyCrop_Video {
  will-change: transform
}

.auxo-img-crop-container .reactEasyCrop_Contain {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-img-crop-container .reactEasyCrop_Cover_Horizontal {
  height: auto;
  width: 100%
}

.auxo-img-crop-container .reactEasyCrop_Cover_Vertical {
  height: 100%;
  width: auto
}

.auxo-img-crop-container .reactEasyCrop_CropArea {
  border: 1px solid #1966ff;
  box-shadow: 0 0 0 9999em;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .5);
  left: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%)
}

.auxo-img-crop-container .reactEasyCrop_CropAreaRound {
  border-radius: 50%
}

.auxo-img-crop-container .reactEasyCrop_CropAreaGrid:before {
  border: 1px solid hsla(0, 0%, 100%, .5);
  border-bottom: 0;
  border-top: 0;
  bottom: 0;
  box-sizing: border-box;
  content: " ";
  left: 33.33%;
  position: absolute;
  right: 33.33%;
  top: 0
}

.auxo-img-crop-container .reactEasyCrop_CropAreaGrid:after {
  border: 1px solid hsla(0, 0%, 100%, .5);
  border-left: 0;
  border-right: 0;
  bottom: 33.33%;
  box-sizing: border-box;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
  top: 33.33%
}

.auxo-img-crop-control {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
  width: 300px
}

.auxo-img-crop-control .auxo-img-crop-slider {
  margin-left: 8px;
  margin-right: 8px;
  width: 260px
}

.auxo-color-picker {
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(37, 41, 49, .08);
  width: 236px
}

.auxo-color-picker-header {
  box-shadow: inset 0 -1px 0 #edeef0;
  height: 41px
}

.auxo-color-picker-header-select {
  margin-left: 4px;
  margin-top: 4px;
  width: 100px
}

.auxo-color-picker-body {
  padding: 12px
}

.auxo-color-picker-popover .auxo-popover-inner .auxo-popover-inner-content {
  padding: 0
}

.auxo-color-picker-input {
  display: flex;
  height: 32px;
  width: 234px
}

.auxo-color-picker-input-color {
  background: #fff;
  border-bottom: 1px solid #dcdee1;
  border-bottom-left-radius: 4px;
  border-left: 1px solid #dcdee1;
  border-top: 1px solid #dcdee1;
  border-top-left-radius: 4px;
  display: flex;
  flex: 1 1;
  padding: 3px;
  width: 104px
}

.auxo-color-picker-input-color-block {
  border: 1px solid #dcdee1;
  border-radius: 3px;
  height: 24px;
  margin-right: 8px;
  width: 72px
}

.auxo-color-picker-input-text {
  border: 1px solid #dcdee1;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  color: #252931;
  flex: 1 1;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  width: 94px
}

.auxo-color-picker-input-reset {
  background: #f8f9fa;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  cursor: pointer;
  font-size: 18px;
  height: 32px;
  margin-left: 4px;
  padding-left: 6px;
  padding-top: 1px;
  width: 32px
}

.auxo-color-picker-gradient,
.auxo-color-picker-solid {
  background-color: #fff;
  min-width: 186px;
  z-index: 1
}

.auxo-color-picker-gradient-line,
.auxo-color-picker-solid-line {
  border: 1px dashed #dcdee1;
  margin-bottom: 10px
}

.auxo-color-picker-gradient .colorpicker-form,
.auxo-color-picker-solid .colorpicker-form {
  display: flex
}

.auxo-color-picker-gradient .colorpicker-form .colorpicker-hex,
.auxo-color-picker-solid .colorpicker-form .colorpicker-hex {
  padding-right: 16px
}

.auxo-color-picker-gradient .colorpicker-form .colorpicker-alpha,
.auxo-color-picker-solid .colorpicker-form .colorpicker-alpha {
  flex-basis: 82px
}

.auxo-color-picker-gradient .color-picker-panel-wrap-has-alpha,
.auxo-color-picker-solid .color-picker-panel-wrap-has-alpha {
  display: flex;
  height: 36px
}

.auxo-color-picker-gradient-static,
.auxo-color-picker-solid-static {
  left: 0;
  position: absolute;
  top: 5px
}

.auxo-color-picker-gradient-trigger,
.auxo-color-picker-solid-trigger {
  border: 1px solid #999;
  border-radius: 2px;
  box-shadow: inset 0 0 0 2px #fff;
  cursor: grab;
  display: inline-block;
  height: 20px;
  padding: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 20px
}

.auxo-color-picker-gradient-trigger-open,
.auxo-color-picker-solid-trigger-open {
  box-shadow: 0 0 3px #999
}

.color-picker-panel-params-has-alpha .color-picker-panel-params-lable-alpha,
.color-picker-panel-params-has-alpha .color-picker-panel-params-lable-number {
  width: 32px
}

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

.color-picker-wrap {
  display: inline-block
}

.color-picker-slide-up-appear,
.color-picker-slide-up-enter {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(.08, .82, .17, 1);
  display: block !important;
  opacity: 0;
  transform-origin: 0 0
}

.color-picker-slide-up-leave {
  animation-duration: .3s;
  animation-fill-mode: both;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(.6, .04, .98, .34);
  display: block !important;
  opacity: 1;
  transform-origin: 0 0
}

.color-picker-slide-up-appear.color-picker-slide-up-appear-active.color-picker-placement-bottomLeft,
.color-picker-slide-up-appear.color-picker-slide-up-appear-active.color-picker-placement-bottomRight,
.color-picker-slide-up-enter.color-picker-slide-up-enter-active.color-picker-placement-bottomLeft,
.color-picker-slide-up-enter.color-picker-slide-up-enter-active.color-picker-placement-bottomRight {
  animation-name: rcColorPickerSlideUpIn;
  animation-play-state: running
}

.color-picker-slide-up-appear.color-picker-slide-up-appear-active.color-picker-placement-topLeft,
.color-picker-slide-up-appear.color-picker-slide-up-appear-active.color-picker-placement-topRight,
.color-picker-slide-up-enter.color-picker-slide-up-enter-active.color-picker-placement-topLeft,
.color-picker-slide-up-enter.color-picker-slide-up-enter-active.color-picker-placement-topRight {
  animation-name: rcColorPickerSlideDownIn;
  animation-play-state: running
}

.color-picker-slide-up-leave.color-picker-slide-up-leave-active.color-picker-placement-bottomLeft,
.color-picker-slide-up-leave.color-picker-slide-up-leave-active.color-picker-placement-bottomRight {
  animation-name: rcColorPickerSlideUpOut;
  animation-play-state: running
}

.color-picker-slide-up-leave.color-picker-slide-up-leave-active.color-picker-placement-topLeft,
.color-picker-slide-up-leave.color-picker-slide-up-leave-active.color-picker-placement-topRight {
  animation-name: rcColorPickerSlideDownOut;
  animation-play-state: running
}

.auxo-color-picker-input-rgba {
  position: relative
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap {
  display: flex
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap .auxo-color-picker-input-rgba-absorption {
  background: #fff;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  font-size: 18px;
  height: 32px;
  margin-right: 4px;
  padding: 6px;
  width: 32px
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap .auxo-color-picker-input-rgba-hex {
  width: 109px
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap .auxo-color-picker-input-rgba-hex.noEyeDropper {
  width: 125px
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap .auxo-color-picker-input-rgba-alpha {
  width: 64px
}

.auxo-color-picker-input-rgba .auxo-color-picker-input-rgba-wrap .auxo-color-picker-input-rgba-alpha.noEyeDropper {
  width: 80px
}

.auxo-color-picker-color-panel {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  outline: none;
  padding-bottom: 20px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9
}

.auxo-color-picker-color-panel-ribbon {
  position: relative
}

.auxo-color-picker-color-panel-ribbon,
.auxo-color-picker-color-panel-ribbon-bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSJyZWQiLz48c3RvcCBvZmZzZXQ9IjEwJSIgc3RvcC1jb2xvcj0iI2Y5MCIvPjxzdG9wIG9mZnNldD0iMjAlIiBzdG9wLWNvbG9yPSIjY2RmZjAwIi8+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzNWZmMDAiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzBmNiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjMDBmZmZkIi8+PHN0b3Agb2Zmc2V0PSI2MCUiIHN0b3AtY29sb3I9IiMwNmYiLz48c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iIzMyMDBmZiIvPjxzdG9wIG9mZnNldD0iODAlIiBzdG9wLWNvbG9yPSIjY2QwMGZmIi8+PHN0b3Agb2Zmc2V0PSI5MCUiIHN0b3AtY29sb3I9IiNmMDkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9InJlZCIvPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggZmlsbD0idXJsKCNhKSIgZD0iTTAgMGgxdjFIMHoiLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(left, red, #f90 10%, #cdff00 20%, #35ff00 30%, #0f6 40%, #00fffd 50%, #06f 60%, #3200ff 70%, #cd00ff 80%, #f09 90%, red);
  background-image: -moz-linear-gradient(left, red 0, #f90 10%, #cdff00 20%, #35ff00 30%, #0f6 40%, #00fffd 50%, #06f 60%, #3200ff 70%, #cd00ff 80%, #f09 90%, red 100%);
  background-image: -o-linear-gradient(left, red 0, #f90 10%, #cdff00 20%, #35ff00 30%, #0f6 40%, #00fffd 50%, #06f 60%, #3200ff 70%, #cd00ff 80%, #f09 90%, red 100%);
  background-image: linear-gradient(90deg, red 0, #f90 10%, #cdff00 20%, #35ff00 30%, #0f6 40%, #00fffd 50%, #06f 60%, #3200ff 70%, #cd00ff 80%, #f09 90%, red);
  border-radius: 4px;
  height: 100%;
  width: 100%
}

.auxo-color-picker-color-panel-ribbon-bg {
  position: absolute
}

.auxo-color-picker-color-panel-ribbon-handler {
  cursor: grab;
  height: 100%;
  position: absolute;
  width: 100%
}

.auxo-color-picker-color-panel-ribbon span {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
  cursor: grab;
  display: block;
  height: 14px;
  margin-left: -7px;
  padding: 1px 0;
  position: absolute;
  top: -3px;
  width: 14px
}

.auxo-color-picker-color-panel-alpha {
  background: linear-gradient(90deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-repeat: repeat;
  background-size: 100%, 6px;
  border-radius: 4px;
  height: 100%;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%
}

.auxo-color-picker-color-panel-alpha-bg {
  border-radius: 4px;
  height: 100%;
  position: absolute;
  width: 100%
}

.auxo-color-picker-color-panel-alpha-handler {
  cursor: grab;
  height: 100%;
  position: absolute;
  width: 100%
}

.auxo-color-picker-color-panel-alpha span {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
  cursor: grab;
  height: 14px;
  margin-left: -7px;
  padding: 1px 0;
  position: absolute;
  top: -3px;
  width: 14px
}

.auxo-color-picker-color-panel-open {
  display: block
}

.auxo-color-picker-color-panel-close {
  display: none
}

.auxo-color-picker-color-panel-inner {
  position: relative
}

.auxo-color-picker-color-panel-preview {
  background-image: url(data:image/png;base64,R0lGODdhCgAKAPAAAOXl5f///ywAAAAACgAKAEACEIQdqXt9GxyETrI279OIgwIAOw==);
  border-radius: 2px;
  height: 30px;
  overflow: hidden;
  width: 30px
}

.auxo-color-picker-color-panel-preview input[type=color],
.auxo-color-picker-color-panel-preview span {
  border-radius: 2px;
  display: block;
  height: 100%;
  position: absolute;
  width: 30px
}

.auxo-color-picker-color-panel-preview span {
  box-shadow: inset 0 0 2px grey
}

.auxo-color-picker-color-panel-preview input[type=color] {
  opacity: 0
}

.auxo-color-picker-color-panel-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%
}

.auxo-color-picker-color-panel-wrap-preview {
  display: none;
  position: absolute;
  right: 8px
}

.auxo-color-picker-color-panel-wrap-ribbon {
  margin-bottom: 16px
}

.auxo-color-picker-color-panel-wrap-alpha,
.auxo-color-picker-color-panel-wrap-ribbon {
  height: 8px
}

.auxo-color-picker-color-panel-board {
  font-size: 0;
  margin-bottom: 14px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-color-picker-color-panel-board-hsv {
  border-radius: 6px;
  height: 120px;
  position: relative;
  width: 100%;
  z-index: 1
}

.auxo-color-picker-color-panel-board-value {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMCUiIHkyPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLW9wYWNpdHk9IjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoMXYxSDB6Ii8+PC9zdmc+);
  background-image: -webkit-linear-gradient(top, transparent, #000);
  background-image: -moz-linear-gradient(top, transparent 0, #000 100%);
  background-image: -o-linear-gradient(top, transparent 0, #000 100%);
  background-image: linear-gradient(180deg, transparent 0, #000);
  border-radius: 6px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2
}

.auxo-color-picker-color-panel-board-saturation {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iYSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxwYXRoIGZpbGw9InVybCgjYSkiIGQ9Ik0wIDBoMXYxSDB6Ii8+PC9zdmc+);
  background-image: -webkit-linear-gradient(left, #fff, transparent);
  background-image: -moz-linear-gradient(left, #fff 0, transparent 100%);
  background-image: -o-linear-gradient(left, #fff 0, transparent 100%);
  background-image: linear-gradient(90deg, #fff 0, transparent);
  border-radius: 6px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-color-picker-color-panel-board-handler {
  cursor: grab;
  cursor: -webkit-grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  z-index: 3
}

.auxo-color-picker-color-panel-board span {
  border: 2px solid #fff;
  border-radius: 10px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
  height: 14px;
  left: -999px;
  position: absolute;
  top: -999px;
  width: 14px;
  z-index: 2
}

.auxo-color-picker-color-panel-params {
  font-size: 12px
}

.auxo-color-picker-color-panel-params-input {
  overflow: hidden;
  padding: 2px 8px
}

.auxo-color-picker-color-panel-params-hex {
  width: 52px
}

.auxo-color-picker-color-panel-params-lable {
  height: 22px;
  line-height: 18px;
  padding: 2px 8px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-color-picker-color-panel-params-lable-hex {
  width: 52px
}

.auxo-color-picker-color-panel-params-lable-alpha,
.auxo-color-picker-color-panel-params-lable-number {
  margin-left: 5px;
  text-transform: uppercase;
  width: 44px
}

.auxo-color-picker-color-panel-params-lable-number:hover {
  background-color: #eee;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #ccc;
  cursor: grab
}

.auxo-color-picker-color-panel-params-lable label {
  float: left;
  text-align: center
}

.auxo-color-picker-color-panel-params-has-alpha input[type=number] {
  width: 32px
}

.auxo-color-picker-color-panel-params input {
  border: 1px solid #cacaca;
  border-radius: 2px;
  float: left;
  font-family: Helvetica Neue, Helvetica, sans-serif;
  margin: 0;
  padding: 1px;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text
}

.auxo-color-picker-preset {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -6px;
  margin-top: 12px;
  overflow: auto
}

.auxo-color-picker-preset-item {
  border: 1px solid #dcdee1;
  border-radius: 4px;
  cursor: pointer;
  height: 23px;
  margin-bottom: 7px;
  margin-right: 7px;
  outline: none;
  position: relative;
  width: 23px
}

.auxo-color-picker-preset-item-active {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-color-picker-gradient-panel {
  display: flex;
  flex-direction: column;
  z-index: 1
}

.auxo-color-picker-gradient-panel-result {
  border-radius: 6px;
  flex-grow: 1;
  font-size: 16px;
  height: 74px;
  position: relative;
  width: 100%
}

.auxo-color-picker-gradient-panel-result:hover .auxo-color-picker-gradient-panel-angle {
  opacity: 1
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode {
  border: 2px solid #fff;
  border-radius: .15em;
  cursor: pointer;
  height: 32px;
  left: 16px;
  opacity: .25;
  position: relative;
  top: 20px;
  transition: all .3s;
  width: 32px
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode:before {
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode:hover {
  opacity: 1
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode[data-mode=linear]:before {
  background: #fff;
  border-radius: 50em;
  height: 2px;
  transform: rotate(45deg);
  width: 70%
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode[data-mode=radial]:before {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100%;
  height: 50%;
  width: 50%
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode[data-mode=radial]+.auxo-color-picker-gradient-panel-angle,
.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-mode[data-mode=radial]:before+.auxo-color-picker-gradient-panel-angle {
  opacity: 0
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-angle {
  background: #fff;
  border-radius: 100%;
  bottom: 0;
  height: .35em;
  left: 0;
  margin: auto;
  opacity: .25;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: .35em
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-angle>div {
  background: #fff;
  border-radius: 1em;
  bottom: 0;
  height: 2px;
  left: 50%;
  margin: auto 0;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: left;
  width: 2em
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos {
  -ms-grid-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr;
  bottom: 0;
  display: grid;
  display: -ms-grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  height: 5em;
  left: 0;
  margin: auto;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 5em
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div {
  border: 2px solid transparent;
  height: 15px;
  margin: auto;
  position: relative;
  transition: all .3s;
  width: 15px
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div:not(.auxo-color-picker-gradient-panel-active) {
  cursor: pointer
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div:before {
  background: #fff;
  border-radius: 100%;
  bottom: 0;
  content: "";
  height: 5px;
  left: 0;
  margin: auto;
  opacity: .25;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 5px
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div:hover:before {
  opacity: 1
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div.auxo-color-picker-gradient-panel-active {
  border-color: #fff;
  border-radius: 100%
}

.auxo-color-picker-gradient-panel-result .auxo-color-picker-gradient-panel-pos>div.auxo-color-picker-gradient-panel-active:before {
  opacity: 1
}

.auxo-color-picker-gradient-panel-stops {
  margin-bottom: 14px;
  margin-top: 14px
}

.auxo-color-picker-gradient-panel-stops-preview {
  border-radius: 6px;
  cursor: pointer;
  height: 8px;
  overflow: hidden;
  position: relative;
  width: 100%
}

.auxo-color-picker-gradient-panel-stops-preview:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 8px;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.auxo-color-picker-gradient-panel-stops-marker {
  position: relative;
  z-index: 1
}

.auxo-color-picker-gradient-panel-stops-marker .auxo-color-picker-gradient-panel-marker {
  background: currentColor;
  border: 2px solid #fff;
  border-radius: 100%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .24);
  cursor: grab;
  height: 14px;
  margin: -11px 0 0 -7px;
  position: absolute;
  transition: opacity .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 14px
}

.auxo-color-picker-gradient-panel-stops-marker .auxo-color-picker-gradient-panel-marker:before {
  background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
  background-size: 4px;
  border-radius: 100%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1
}

.auxo-color-picker-gradient-panel-stops-marker .auxo-color-picker-gradient-panel-marker.hide {
  opacity: 0
}

.auxo-color-picker-gradient-panel-stops-marker .auxo-color-picker-gradient-panel-marker.active {
  border-width: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .6)
}

@keyframes rcColorPickerSlideUpIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }
}

@keyframes rcColorPickerSlideUpOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 0 0
  }

  to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 0 0
  }
}

@keyframes rcColorPickerSlideDownIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 100% 100%
  }

  to {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%
  }
}

@keyframes rcColorPickerSlideDownOut {
  0% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: 100% 100%
  }

  to {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: 100% 100%
  }
}

.auxo-label-wrapper {
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  color: #252931;
  display: inline-block;
  display: flex;
  font-size: 14px;
  line-height: 20px;
  line-height: auto;
  min-width: 0;
  padding: 0;
  position: relative;
  transition: all .3s;
  width: 100%
}

.auxo-label-wrapper::-moz-placeholder {
  opacity: 1
}

.auxo-label-wrapper:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-label-wrapper::placeholder {
  color: #bcbdc0
}

.auxo-label-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-label-wrapper:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-label-wrapper:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-label-wrapper:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-label-wrapper-focused,
.auxo-label-wrapper:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-label-wrapper-focused:not(.sp-null):not(.sp-null-1),
.auxo-label-wrapper-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-label-wrapper:focus:not(.sp-null):not(.sp-null-1),
.auxo-label-wrapper:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-label-wrapper-focused,
.auxo-input-rtl .auxo-label-wrapper:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-label-wrapper-disabled {
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-label-wrapper-disabled:hover {
  background-color: #fff;
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-label-wrapper[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-label-wrapper[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-label-wrapper-borderless,
.auxo-label-wrapper-borderless-disabled,
.auxo-label-wrapper-borderless-focused,
.auxo-label-wrapper-borderless:focus,
.auxo-label-wrapper-borderless:hover,
.auxo-label-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-label-wrapper {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-label-wrapper-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-label-wrapper-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-label-wrapper-rtl {
  direction: rtl
}

.auxo-label-wrapper-focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-label-wrapper-focus:not(.sp-null):not(.sp-null-1),
.auxo-label-wrapper-focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-label-wrapper-focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-label-wrapper-disabled {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-label-wrapper-disabled:hover {
  background-color: rgba(0, 0, 0, .04);
  cursor: not-allowed
}

.auxo-label-wrapper-small {
  font-size: 12px
}

.auxo-label-wrapper-label {
  align-self: center;
  color: #898b8f;
  flex-shrink: 0;
  padding-left: 11px
}

.auxo-label-wrapper-content {
  flex-grow: 1;
  overflow: hidden
}

.auxo-label-wrapper .auxo-input-number-handler-wrapper {
  width: 100%
}

.auxo-label-wrapper-component {
  max-width: 100% !important;
  width: 100% !important
}

.auxo-label-wrapper .auxo-cascader-picker-disabled,
.auxo-label-wrapper .auxo-cascader-picker-disabled:hover,
.auxo-label-wrapper .auxo-input-tag-disabled,
.auxo-label-wrapper .auxo-input[disabled]:hover {
  background: none
}

.auxo-label-wrapper .auxo-picker-borderless {
  border: none
}

.auxo-label-wrapper .auxo-input-number-handler-wrap-borderless .auxo-input-number {
  height: 30px
}

.auxo-label-wrapper .auxo-select-borderless:not(.auxo-select-multiple) .auxo-select-selector {
  border: none;
  height: 30px
}

.auxo-label-wrapper .auxo-select-borderless.auxo-select-multiple .auxo-select-selector {
  border: none
}

.auxo-label-wrapper .auxo-select-borderless.auxo-select-sm:not(.auxo-select-multiple) .auxo-select-selector {
  height: 26px
}

.auxo-label-wrapper .auxo-cascader-picker-borderless.auxo-cascader-picker-multiple:hover .auxo-cascader-multiple-wrapper {
  border: none
}

.auxo-label-wrapper .auxo-cascader-picker-borderless.auxo-cascader-picker-multiple .auxo-cascader-multiple-wrapper {
  border: none;
  min-height: 30px
}

.auxo-label-wrapper .auxo-cascader-picker-borderless.auxo-cascader-picker-multiple .auxo-cascader-input,
.auxo-label-wrapper .auxo-cascader-picker-borderless.auxo-cascader-picker-multiple .auxo-cascader-multiple-wrapper:hover {
  border: none
}

.auxo-label-wrapper .auxo-input-tag-borderless.auxo-input-tag-single {
  height: 30px
}

.auxo-label-wrapper .auxo-input-tag-borderless.auxo-input-tag-single.auxo-input-tag-sm {
  height: 26px
}

.auxo-form-item-has-error .auxo-label-wrapper {
  border-color: #ff3b52
}

.auxo-form-item-has-error .auxo-label-wrapper:hover {
  border-color: #ff8791
}

.auxo-form-item-has-error .auxo-label-wrapper-focus:not(.sp-null):not(.sp-null-1) {
  border-color: #f21331
}

.auxo-label-wrapper:not(.auxo-label-wrapper-small).auxo-label-wrapper-special .auxo-label-wrapper-label {
  align-self: normal;
  line-height: 30px
}

.auxo-label-wrapper-small.auxo-label-wrapper-special .auxo-label-wrapper-label {
  align-self: normal;
  line-height: 26px
}

.auxo-affix {
  position: fixed;
  z-index: 10
}

.auxo-anchor {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0 0 0 2px;
  position: relative
}

.auxo-anchor-wrapper {
  background-color: #fff;
  margin-left: -4px;
  overflow: auto;
  padding-left: 4px
}

.auxo-anchor-ink {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0
}

.auxo-anchor-ink:before {
  background-color: #eeeff0;
  content: " ";
  display: block;
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 2px
}

.auxo-anchor-ink-ball {
  background-color: #fff;
  border: 2px solid #1966ff;
  border-radius: 8px;
  display: none;
  height: 8px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  transition: top .3s ease-in-out;
  width: 8px
}

.auxo-anchor-ink-ball.visible {
  display: inline-block
}

.auxo-anchor.fixed .auxo-anchor-ink .auxo-anchor-ink-ball {
  display: none
}

.auxo-anchor-link {
  line-height: 1.143;
  padding: 7px 0 7px 16px
}

.auxo-anchor-link-title {
  color: #565960;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  transition: all .3s;
  white-space: nowrap
}

.auxo-anchor-link-title:only-child {
  margin-bottom: 0
}

.auxo-anchor-link-active>.auxo-anchor-link-title {
  color: #1966ff;
  font-weight: 500
}

.auxo-anchor-link .auxo-anchor-link {
  padding-bottom: 5px;
  padding-top: 5px
}

.auxo-anchor-rtl {
  direction: rtl
}

.auxo-anchor-rtl.auxo-anchor-wrapper {
  margin-left: 0;
  margin-right: -4px;
  padding-left: 0;
  padding-right: 4px
}

.auxo-anchor-rtl .auxo-anchor-ink {
  left: auto;
  right: 0
}

.auxo-anchor-rtl .auxo-anchor-ink-ball {
  left: 0;
  right: 50%;
  transform: translateX(50%)
}

.auxo-anchor-rtl .auxo-anchor-link {
  padding: 7px 16px 7px 0
}

.auxo-anchor .auxo-anchor-link {
  font-size: 14px;
  line-height: 20px;
  padding: 8px
}

.auxo-anchor .auxo-anchor-ink-ball {
  background-color: #1966ff;
  border: none;
  height: 5px;
  width: 5px
}

.auxo-anchor-elevator {
  display: flex;
  margin: 0;
  padding: 0
}

.auxo-anchor-elevator .auxo-anchor {
  border: 1px solid #eeeff0;
  border-radius: 4px;
  padding: 0
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link {
  font-size: 16px;
  line-height: 16px;
  padding: 12px 10px 0
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link:after {
  background-color: #eeeff0;
  content: "";
  display: block;
  height: 1px;
  margin: 12px 6px 0
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link:last-of-type:after {
  height: 0
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-title {
  color: #898b8f;
  display: inline-block;
  font-size: 12px;
  margin: 0;
  vertical-align: middle
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-title:hover {
  color: #4784ff
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-title-active {
  color: #1966ff
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-icon {
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
  width: 16px
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-icon-error {
  color: #ff3b52
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-icon-success {
  color: #3cc781
}

.auxo-anchor-elevator .auxo-anchor .auxo-anchor-link .auxo-anchor-link-icon-normal {
  color: #dcdee1
}

.auxo-select-auto-complete {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-select-auto-complete .auxo-select-clear {
  right: 13px
}

.auxo-avatar {
  font-feature-settings: "tnum";
  background: #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  color: #565960;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 32px;
  line-height: 1.5715;
  line-height: 32px;
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 32px
}

.auxo-avatar-image {
  background: transparent
}

.auxo-avatar .auxo-image-img {
  display: block
}

.auxo-avatar-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.auxo-avatar.auxo-avatar-icon {
  font-size: 18px
}

.auxo-avatar.auxo-avatar-icon>.anticon {
  margin: 0
}

.auxo-avatar-lg {
  border-radius: 50%;
  height: 40px;
  line-height: 40px;
  width: 40px
}

.auxo-avatar-lg-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.auxo-avatar-lg.auxo-avatar-icon {
  font-size: 24px
}

.auxo-avatar-lg.auxo-avatar-icon>.anticon {
  margin: 0
}

.auxo-avatar-sm {
  border-radius: 50%;
  height: 24px;
  line-height: 24px;
  width: 24px
}

.auxo-avatar-sm-string {
  left: 50%;
  position: absolute;
  transform-origin: 0 center
}

.auxo-avatar-sm.auxo-avatar-icon {
  font-size: 14px
}

.auxo-avatar-sm.auxo-avatar-icon>.anticon {
  margin: 0
}

.auxo-avatar-square {
  border-radius: 4px
}

.auxo-avatar>img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%
}

.auxo-avatar-group {
  display: inline-flex
}

.auxo-avatar-group .auxo-avatar {
  border: 1px solid #fff
}

.auxo-avatar-group .auxo-avatar:not(:first-child) {
  margin-left: -8px
}

.auxo-avatar-group-popover .auxo-avatar+.auxo-avatar {
  margin-left: 3px
}

.auxo-avatar-group-rtl .auxo-avatar:not(:first-child) {
  margin-left: 0;
  margin-right: -8px
}

.auxo-avatar-group-popover.auxo-popover-rtl .auxo-avatar+.auxo-avatar {
  margin-left: 0;
  margin-right: 3px
}

.auxo-back-top {
  font-feature-settings: "tnum";
  bottom: 50px;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 40px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: fixed;
  right: 100px;
  width: 40px;
  z-index: 10
}

.auxo-back-top:empty {
  display: none
}

.auxo-back-top-rtl {
  direction: rtl;
  left: 100px;
  right: auto
}

.auxo-back-top-content {
  background-color: #898b8f;
  border-radius: 20px;
  color: #fff;
  height: 40px;
  overflow: hidden;
  text-align: center;
  transition: all .3s;
  width: 40px
}

.auxo-back-top-content:hover {
  background-color: #565960;
  transition: all .3s
}

.auxo-back-top-icon {
  font-size: 24px;
  line-height: 40px
}

@media screen and (max-width:768px) {
  .auxo-back-top {
    right: 60px
  }
}

@media screen and (max-width:480px) {
  .auxo-back-top {
    right: 20px
  }
}

.auxo-badge {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-badge-count {
  background: #fff;
  border-radius: 7px;
  box-shadow: 0 0 0 1px #fff;
  color: black;
  font-size: 12px;
  font-weight: 400;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
  z-index: auto
}

.auxo-badge-count a,
.auxo-badge-count a:hover {
  color: #fff
}

.auxo-badge-count-sm {
  border-radius: 7px;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  min-width: 14px;
  padding: 0
}

.auxo-badge-multiple-words {
  padding: 0 8px
}

.auxo-badge-dot {
  background: #ff3b52;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
  height: 6px;
  min-width: 6px;
  width: 6px;
  z-index: auto
}

.auxo-badge .auxo-scroll-number-custom-component,
.auxo-badge-count,
.auxo-badge-dot {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0
}

.auxo-badge .auxo-scroll-number-custom-component.anticon-spin,
.auxo-badge-count.anticon-spin,
.auxo-badge-dot.anticon-spin {
  animation: antBadgeLoadingCircle 1s linear infinite
}

.auxo-badge-status {
  line-height: inherit;
  vertical-align: baseline
}

.auxo-badge-status-dot {
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 6px
}

.auxo-badge-status-success {
  background-color: #3cc781
}

.auxo-badge-status-processing {
  background-color: #1966ff;
  position: relative
}

.auxo-badge-status-processing:after {
  animation: antStatusProcessing 1.2s ease-in-out infinite;
  border: 1px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%
}

.auxo-badge-status-default {
  background-color: #eeeff0
}

.auxo-badge-status-error {
  background-color: #ff3b52
}

.auxo-badge-status-warning {
  background-color: #ff9226
}

.auxo-badge-status-pink {
  background: pink
}

.auxo-badge-status-magenta {
  background: #f0f
}

.auxo-badge-status-red {
  background: red
}

.auxo-badge-status-orange {
  background: orange
}

.auxo-badge-status-yellow {
  background: #ff0
}

.auxo-badge-status-gold {
  background: gold
}

.auxo-badge-status-cyan {
  background: cyan
}

.auxo-badge-status-lime {
  background: lime
}

.auxo-badge-status-green {
  background: green
}

.auxo-badge-status-blue {
  background: blue
}

.auxo-badge-status-purple {
  background: purple
}

.auxo-badge-status-text {
  color: #565960;
  font-size: 14px;
  margin-left: 8px
}

.auxo-badge-zoom-appear,
.auxo-badge-zoom-enter {
  animation: antZoomBadgeIn .3s cubic-bezier(.12, .4, .29, 1.46);
  animation-fill-mode: both
}

.auxo-badge-zoom-leave {
  animation: antZoomBadgeOut .3s cubic-bezier(.71, -.46, .88, .6);
  animation-fill-mode: both
}

.auxo-badge-not-a-wrapper .auxo-badge-zoom-appear,
.auxo-badge-not-a-wrapper .auxo-badge-zoom-enter {
  animation: antNoWrapperZoomBadgeIn .3s cubic-bezier(.12, .4, .29, 1.46)
}

.auxo-badge-not-a-wrapper .auxo-badge-zoom-leave {
  animation: antNoWrapperZoomBadgeOut .3s cubic-bezier(.71, -.46, .88, .6)
}

.auxo-badge-not-a-wrapper:not(.auxo-badge-status) {
  vertical-align: middle
}

.auxo-badge-not-a-wrapper .auxo-scroll-number-custom-component {
  transform: none
}

.auxo-badge-not-a-wrapper .auxo-scroll-number,
.auxo-badge-not-a-wrapper .auxo-scroll-number-custom-component {
  display: block;
  position: relative;
  top: auto;
  transform-origin: 50% 50%
}

@keyframes antStatusProcessing {
  0% {
    opacity: .5;
    transform: scale(.8)
  }

  to {
    opacity: 0;
    transform: scale(2.4)
  }
}

.auxo-scroll-number {
  overflow: hidden
}

.auxo-scroll-number-only {
  display: inline-block;
  position: relative;
  transition: all .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-scroll-number-only,
.auxo-scroll-number-only>p.auxo-scroll-number-only-unit {
  -webkit-backface-visibility: hidden;
  height: 14px;
  -webkit-transform-style: preserve-3d
}

.auxo-scroll-number-only>p.auxo-scroll-number-only-unit {
  margin: 0
}

.auxo-scroll-number-symbol {
  vertical-align: top
}

@keyframes antZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0) translate(50%, -50%)
  }

  to {
    transform: scale(1) translate(50%, -50%)
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%)
  }

  to {
    opacity: 0;
    transform: scale(0) translate(50%, -50%)
  }
}

@keyframes antNoWrapperZoomBadgeIn {
  0% {
    opacity: 0;
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

@keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1)
  }

  to {
    opacity: 0;
    transform: scale(0)
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%
  }

  to {
    transform: translate(50%, -50%) rotate(1turn);
    transform-origin: 50%
  }
}

.auxo-ribbon-wrapper {
  position: relative
}

.auxo-ribbon {
  font-feature-settings: "tnum";
  background-color: #1966ff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  color: #fff;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 22px;
  line-height: 1.5715;
  line-height: 22px;
  list-style: none;
  margin: 0;
  padding: 0 8px;
  position: absolute;
  top: 8px;
  white-space: nowrap
}

.auxo-ribbon-text {
  color: #fff
}

.auxo-ribbon-corner {
  border: 4px solid;
  color: currentColor;
  height: 8px;
  position: absolute;
  top: 100%;
  transform: scaleY(.75);
  transform-origin: top;
  width: 8px
}

.auxo-ribbon-corner:after {
  border: inherit;
  color: rgba(0, 0, 0, .25);
  content: "";
  height: inherit;
  left: -4px;
  position: absolute;
  top: -4px;
  width: inherit
}

.auxo-ribbon-color-pink {
  background: pink;
  color: pink
}

.auxo-ribbon-color-magenta {
  background: #f0f;
  color: #f0f
}

.auxo-ribbon-color-red {
  background: red;
  color: red
}

.auxo-ribbon-color-orange {
  background: orange;
  color: orange
}

.auxo-ribbon-color-yellow {
  background: #ff0;
  color: #ff0
}

.auxo-ribbon-color-gold {
  background: gold;
  color: gold
}

.auxo-ribbon-color-cyan {
  background: cyan;
  color: cyan
}

.auxo-ribbon-color-lime {
  background: lime;
  color: lime
}

.auxo-ribbon-color-green {
  background: green;
  color: green
}

.auxo-ribbon-color-blue {
  background: blue;
  color: blue
}

.auxo-ribbon-color-purple {
  background: purple;
  color: purple
}

.auxo-ribbon.auxo-ribbon-placement-end {
  border-bottom-right-radius: 0;
  right: -8px
}

.auxo-ribbon.auxo-ribbon-placement-end .auxo-ribbon-corner {
  border-color: currentColor transparent transparent currentColor;
  right: 0
}

.auxo-ribbon.auxo-ribbon-placement-start {
  border-bottom-left-radius: 0;
  left: -8px
}

.auxo-ribbon.auxo-ribbon-placement-start .auxo-ribbon-corner {
  border-color: currentColor currentColor transparent transparent;
  left: 0
}

.auxo-badge-rtl {
  direction: rtl
}

.auxo-badge-rtl .auxo-badge .auxo-scroll-number-custom-component,
.auxo-badge-rtl .auxo-badge-count,
.auxo-badge-rtl .auxo-badge-dot {
  direction: ltr;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
  transform-origin: 0 0
}

.auxo-badge-rtl.auxo-badge .auxo-scroll-number-custom-component {
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
  transform-origin: 0 0
}

.auxo-badge-rtl .auxo-badge-status-text {
  margin-left: 0;
  margin-right: 8px
}

.auxo-badge-rtl .auxo-badge-zoom-appear,
.auxo-badge-rtl .auxo-badge-zoom-enter {
  animation-name: antZoomBadgeInRtl
}

.auxo-badge-rtl .auxo-badge-zoom-leave {
  animation-name: antZoomBadgeOutRtl
}

.auxo-badge-not-a-wrapper .auxo-badge-count {
  transform: none
}

.auxo-ribbon-rtl {
  direction: rtl
}

.auxo-ribbon-rtl.auxo-ribbon-placement-end {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 4px;
  left: -8px;
  right: unset
}

.auxo-ribbon-rtl.auxo-ribbon-placement-end .auxo-ribbon-corner {
  border-color: currentColor currentColor transparent transparent;
  left: 0;
  right: unset
}

.auxo-ribbon-rtl.auxo-ribbon-placement-end .auxo-ribbon-corner:after {
  border-color: currentColor currentColor transparent transparent
}

.auxo-ribbon-rtl.auxo-ribbon-placement-start {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 0;
  left: unset;
  right: -8px
}

.auxo-ribbon-rtl.auxo-ribbon-placement-start .auxo-ribbon-corner {
  border-color: currentColor transparent transparent currentColor;
  left: unset;
  right: 0
}

.auxo-ribbon-rtl.auxo-ribbon-placement-start .auxo-ribbon-corner:after {
  border-color: currentColor transparent transparent currentColor
}

@keyframes antZoomBadgeInRtl {
  0% {
    opacity: 0;
    transform: scale(0) translate(-50%, -50%)
  }

  to {
    transform: scale(1) translate(-50%, -50%)
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%)
  }

  to {
    opacity: 0;
    transform: scale(0) translate(-50%, -50%)
  }
}

.auxo-badge-count:not(.sp-null) {
  padding: 0 4px
}

.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper) .auxo-badge-count,
.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper) .auxo-badge-dot {
  transform: translate(50%, -50%)
}

.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper).auxo-badge-outer .auxo-badge-count {
  transform: translate(100%, -50%)
}

.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper).auxo-badge-outer .auxo-badge-dot {
  transform: translate(100%)
}

.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper).auxo-badge-inner .auxo-badge-count,
.auxo-badge.auxo-badge-top-right:not(.auxo-badge-not-a-wrapper).auxo-badge-inner .auxo-badge-dot {
  right: 14.6%;
  top: 14.6%
}

.auxo-picker-calendar {
  font-feature-settings: "tnum";
  background: #fff;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0
}

.auxo-picker-calendar-header .auxo-picker-calendar-year-select {
  min-width: 80px
}

.auxo-picker-calendar-header .auxo-picker-calendar-month-select {
  margin-left: 8px;
  min-width: 70px
}

.auxo-picker-calendar-header .auxo-picker-calendar-mode-switch {
  margin-left: 8px
}

.auxo-picker-calendar .auxo-picker-panel {
  background: #fff;
  border: 0;
  border-radius: 0;
  border-top: 1px solid #eeeff0
}

.auxo-picker-calendar .auxo-picker-panel .auxo-picker-date-panel,
.auxo-picker-calendar .auxo-picker-panel .auxo-picker-month-panel {
  width: auto
}

.auxo-picker-calendar .auxo-picker-panel .auxo-picker-body {
  padding: 8px 0
}

.auxo-picker-calendar .auxo-picker-panel .auxo-picker-content {
  width: 100%
}

.auxo-picker-calendar-mini {
  border-radius: 4px
}

.auxo-picker-calendar-mini .auxo-picker-calendar-header {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-picker-calendar-mini .auxo-picker-panel {
  border-radius: 0 0 4px 4px
}

.auxo-picker-calendar-mini .auxo-picker-content {
  height: 256px
}

.auxo-picker-calendar-mini .auxo-picker-content th {
  height: auto;
  line-height: 18px;
  padding: 0
}

.auxo-picker-calendar-full .auxo-picker-panel {
  background: #fff;
  border: 0;
  display: block;
  text-align: right;
  width: 100%
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-body td,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-body th {
  padding: 0
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-body th {
  height: auto;
  line-height: 18px;
  padding: 0 12px 5px 0
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell:before {
  display: none
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell:hover .auxo-picker-calendar-date {
  background: #f0f6ff
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell .auxo-picker-calendar-date-today:before {
  display: none
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected .auxo-picker-calendar-date,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected .auxo-picker-calendar-date-today,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected:hover .auxo-picker-calendar-date,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected:hover .auxo-picker-calendar-date-today {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected .auxo-picker-calendar-date .auxo-picker-calendar-date-value,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected .auxo-picker-calendar-date-today .auxo-picker-calendar-date-value,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected:hover .auxo-picker-calendar-date .auxo-picker-calendar-date-value,
.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-cell-selected:hover .auxo-picker-calendar-date-today .auxo-picker-calendar-date-value {
  color: #1966ff
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date {
  border: 0;
  border-radius: 0;
  border-top: 2px solid #eeeff0;
  display: block;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  transition: background .3s;
  width: auto
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date-value {
  line-height: 24px;
  transition: color .3s
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date-content {
  color: #565960;
  height: 86px;
  line-height: 1.5715;
  overflow-y: auto;
  position: static;
  text-align: left;
  width: auto
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date-today {
  border-color: #1966ff
}

.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date-today .auxo-picker-calendar-date-value {
  color: #565960
}

@media only screen and (max-width:480px) {
  .auxo-picker-calendar-header {
    display: block
  }

  .auxo-picker-calendar-header .auxo-picker-calendar-year-select {
    width: 50%
  }

  .auxo-picker-calendar-header .auxo-picker-calendar-month-select {
    width: calc(50% - 8px)
  }

  .auxo-picker-calendar-header .auxo-picker-calendar-mode-switch {
    margin-left: 0;
    margin-top: 8px;
    width: 100%
  }

  .auxo-picker-calendar-header .auxo-picker-calendar-mode-switch>label {
    text-align: center;
    width: 50%
  }
}

.auxo-picker-calendar-rtl {
  direction: rtl
}

.auxo-picker-calendar-rtl .auxo-picker-calendar-header .auxo-picker-calendar-mode-switch,
.auxo-picker-calendar-rtl .auxo-picker-calendar-header .auxo-picker-calendar-month-select {
  margin-left: 0;
  margin-right: 8px
}

.auxo-picker-calendar-rtl.auxo-picker-calendar-full .auxo-picker-panel {
  text-align: left
}

.auxo-picker-calendar-rtl.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-body th {
  padding: 0 0 5px 12px
}

.auxo-picker-calendar-rtl.auxo-picker-calendar-full .auxo-picker-panel .auxo-picker-calendar-date-content {
  text-align: right
}

.auxo-card {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-card-rtl {
  direction: rtl
}

.auxo-card-hoverable {
  cursor: pointer;
  transition: box-shadow .3s, border-color .3s
}

.auxo-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09)
}

.auxo-card-bordered {
  border: 1px solid #eeeff0
}

.auxo-card-head {
  background: transparent;
  border-bottom: 1px solid #eeeff0;
  border-radius: 4px 4px 0 0;
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -1px;
  min-height: 48px;
  padding: 0 24px
}

.auxo-card-head:after,
.auxo-card-head:before {
  content: "";
  display: table
}

.auxo-card-head:after {
  clear: both
}

.auxo-card-head-wrapper {
  align-items: center;
  display: flex
}

.auxo-card-head-title {
  display: inline-block;
  flex: 1 1;
  overflow: hidden;
  padding: 16px 0;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-card-head-title>.auxo-typography,
.auxo-card-head-title>.auxo-typography-edit-content {
  left: 0;
  margin-bottom: 0;
  margin-top: 0
}

.auxo-card-head .auxo-tabs {
  clear: both;
  color: #565960;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0
}

.auxo-card-head .auxo-tabs-bar {
  border-bottom: 1px solid #eeeff0
}

.auxo-card-extra {
  color: #565960;
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-left: auto;
  padding: 16px 0
}

.auxo-card-rtl .auxo-card-extra {
  margin-left: 0;
  margin-right: auto
}

.auxo-card-body {
  padding: 24px
}

.auxo-card-body:after,
.auxo-card-body:before {
  content: "";
  display: table
}

.auxo-card-body:after {
  clear: both
}

.auxo-card-contain-grid:not(.auxo-card-loading) .auxo-card-body {
  margin: -1px 0 0 -1px;
  padding: 0
}

.auxo-card-grid {
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #eeeff0, 0 1px 0 0 #eeeff0, 1px 1px 0 0 #eeeff0, inset 1px 0 0 0 #eeeff0, inset 0 1px 0 0 #eeeff0;
  float: left;
  padding: 24px;
  transition: all .3s;
  width: 33.33%
}

.auxo-card-rtl .auxo-card-grid {
  float: right
}

.auxo-card-grid-hoverable:hover {
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, .16), 0 3px 6px 0 rgba(0, 0, 0, .12), 0 5px 12px 4px rgba(0, 0, 0, .09);
  position: relative;
  z-index: 1
}

.auxo-card-contain-tabs>.auxo-card-head .auxo-card-head-title {
  min-height: 32px;
  padding-bottom: 0
}

.auxo-card-contain-tabs>.auxo-card-head .auxo-card-extra {
  padding-bottom: 0
}

.auxo-card-bordered .auxo-card-cover {
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px
}

.auxo-card-cover>* {
  display: block;
  width: 100%
}

.auxo-card-cover img {
  border-radius: 4px 4px 0 0
}

.auxo-card-actions {
  background: #fff;
  border-top: 1px solid #eeeff0;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-card-actions:before {
  content: "";
  display: table
}

.auxo-card-actions:after {
  clear: both;
  content: "";
  display: table
}

.auxo-card-actions>li {
  color: #898b8f;
  float: left;
  margin: 12px 0;
  text-align: center
}

.auxo-card-rtl .auxo-card-actions>li {
  float: right
}

.auxo-card-actions>li>span {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 1.5715;
  min-width: 32px;
  position: relative
}

.auxo-card-actions>li>span:hover {
  color: #1966ff;
  transition: color .3s
}

.auxo-card-actions>li>span a:not(.auxo-btn),
.auxo-card-actions>li>span>.anticon {
  color: #898b8f;
  display: inline-block;
  line-height: 22px;
  transition: color .3s;
  width: 100%
}

.auxo-card-actions>li>span a:not(.auxo-btn):hover,
.auxo-card-actions>li>span>.anticon:hover {
  color: #1966ff
}

.auxo-card-actions>li>span>.anticon {
  font-size: 16px;
  line-height: 22px
}

.auxo-card-actions>li:not(:last-child) {
  border-right: 1px solid #eeeff0
}

.auxo-card-rtl .auxo-card-actions>li:not(:last-child) {
  border-left: 1px solid #eeeff0;
  border-right: none
}

.auxo-card-type-inner .auxo-card-head {
  background: #f8f9fa;
  padding: 0 24px
}

.auxo-card-type-inner .auxo-card-head-title {
  font-size: 14px;
  padding: 12px 0
}

.auxo-card-type-inner .auxo-card-body {
  padding: 16px 24px
}

.auxo-card-type-inner .auxo-card-extra {
  padding: 13.5px 0
}

.auxo-card-meta {
  margin: -4px 0
}

.auxo-card-meta:after,
.auxo-card-meta:before {
  content: "";
  display: table
}

.auxo-card-meta:after {
  clear: both
}

.auxo-card-meta-avatar {
  float: left;
  padding-right: 16px
}

.auxo-card-rtl .auxo-card-meta-avatar {
  float: right;
  padding-left: 16px;
  padding-right: 0
}

.auxo-card-meta-detail {
  overflow: hidden
}

.auxo-card-meta-detail>div:not(:last-child) {
  margin-bottom: 8px
}

.auxo-card-meta-title {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-card-meta-description {
  color: #898b8f
}

.auxo-card-loading {
  overflow: hidden
}

.auxo-card-loading .auxo-card-body {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-card-loading-content p {
  margin: 0
}

.auxo-card-loading-block {
  animation: card-loading 1.4s ease infinite;
  background: linear-gradient(90deg, rgba(207, 216, 220, .2), rgba(207, 216, 220, .4), rgba(207, 216, 220, .2));
  background-size: 600% 600%;
  border-radius: 4px;
  height: 14px;
  margin: 4px 0
}

@keyframes card-loading {

  0%,
  to {
    background-position: 0 50%
  }

  50% {
    background-position: 100% 50%
  }
}

.auxo-card-small>.auxo-card-head {
  font-size: 14px;
  min-height: 36px;
  padding: 0 12px
}

.auxo-card-small>.auxo-card-head>.auxo-card-head-wrapper>.auxo-card-head-title {
  padding: 8px 0
}

.auxo-card-small>.auxo-card-head>.auxo-card-head-wrapper>.auxo-card-extra {
  font-size: 14px;
  padding: 8px 0
}

.auxo-card-small>.auxo-card-body {
  padding: 12px
}

.auxo-carousel {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-carousel .auxo-carousel-next,
.auxo-carousel .auxo-carousel-prev {
  align-items: center;
  background-color: rgba(248, 249, 250, .2);
  border-radius: 4px;
  bottom: 0;
  color: #898b8f;
  cursor: pointer;
  display: none;
  height: 32px;
  justify-content: center;
  margin: auto;
  position: absolute;
  top: 0;
  width: 32px
}

.auxo-carousel .auxo-carousel-next:hover,
.auxo-carousel .auxo-carousel-prev:hover {
  background-color: hsla(210, 9%, 96%, .6);
  color: #252931
}

.auxo-carousel .auxo-carousel-next:not(.auxo-carousel-next-outside) {
  right: 12px
}

.auxo-carousel .auxo-carousel-prev:not(.auxo-carousel-prev-outside) {
  left: 12px
}

.auxo-carousel .auxo-carousel-next-outside,
.auxo-carousel .auxo-carousel-prev-outside {
  background-color: #f8f9fa;
  color: #252931;
  display: flex
}

.auxo-carousel .auxo-carousel-next-outside:hover,
.auxo-carousel .auxo-carousel-prev-outside:hover {
  background-color: #f3f4f5;
  color: #252931
}

.auxo-carousel .auxo-carousel-next-outside {
  right: -44px
}

.auxo-carousel .auxo-carousel-prev-outside {
  left: -44px
}

.auxo-carousel:hover .auxo-carousel-next,
.auxo-carousel:hover .auxo-carousel-prev {
  display: flex
}

.auxo-carousel .slick-slider {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y
}

.auxo-carousel .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.auxo-carousel .slick-list:focus {
  outline: none
}

.auxo-carousel .slick-list.dragging {
  cursor: pointer
}

.auxo-carousel .slick-list .slick-slide {
  pointer-events: none
}

.auxo-carousel .slick-list .slick-slide input.auxo-checkbox-input,
.auxo-carousel .slick-list .slick-slide input.auxo-radio-input {
  visibility: hidden
}

.auxo-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto
}

.auxo-carousel .slick-list .slick-slide.slick-active input.auxo-checkbox-input,
.auxo-carousel .slick-list .slick-slide.slick-active input.auxo-radio-input {
  visibility: visible
}

.auxo-carousel .slick-list .slick-slide>div>div {
  vertical-align: bottom
}

.auxo-carousel .slick-slider .slick-list,
.auxo-carousel .slick-slider .slick-track {
  touch-action: pan-y;
  transform: translateZ(0)
}

.auxo-carousel .slick-track {
  display: block;
  left: 0;
  position: relative;
  top: 0
}

.auxo-carousel .slick-track:after,
.auxo-carousel .slick-track:before {
  content: "";
  display: table
}

.auxo-carousel .slick-track:after {
  clear: both
}

.slick-loading .auxo-carousel .slick-track {
  visibility: hidden
}

.auxo-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px
}

.auxo-carousel .slick-slide img {
  display: block
}

.auxo-carousel .slick-slide.slick-loading img {
  display: none
}

.auxo-carousel .slick-slide.dragging img {
  pointer-events: none
}

.auxo-carousel .slick-initialized .slick-slide {
  display: block
}

.auxo-carousel .slick-loading .slick-slide {
  visibility: hidden
}

.auxo-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto
}

.auxo-carousel .slick-arrow.slick-hidden {
  display: none
}

.auxo-carousel .slick-next,
.auxo-carousel .slick-prev {
  background: transparent;
  border: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px
}

.auxo-carousel .slick-next:focus,
.auxo-carousel .slick-next:hover,
.auxo-carousel .slick-prev:focus,
.auxo-carousel .slick-prev:hover {
  background: transparent;
  color: transparent;
  outline: none
}

.auxo-carousel .slick-next:focus:before,
.auxo-carousel .slick-next:hover:before,
.auxo-carousel .slick-prev:focus:before,
.auxo-carousel .slick-prev:hover:before {
  opacity: 1
}

.auxo-carousel .slick-next.slick-disabled:before,
.auxo-carousel .slick-prev.slick-disabled:before {
  opacity: .25
}

.auxo-carousel .slick-prev {
  left: -25px
}

.auxo-carousel .slick-prev:before {
  content: "←"
}

.auxo-carousel .slick-next {
  right: -25px
}

.auxo-carousel .slick-next:before {
  content: "→"
}

.auxo-carousel .slick-dots {
  bottom: 0;
  display: flex !important;
  justify-content: center;
  left: 0;
  list-style: none;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
  position: absolute;
  right: 0;
  z-index: 15
}

.auxo-carousel .slick-dots-bottom {
  bottom: 20px
}

.auxo-carousel .slick-dots-top {
  bottom: auto;
  top: 12px
}

.auxo-carousel .slick-dots li {
  box-sizing: content-box;
  display: inline-block;
  flex: 0 1 auto;
  height: 4px;
  margin: 0 3px;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: -999px;
  transition: all .5s;
  vertical-align: top;
  width: 24px
}

.auxo-carousel .slick-dots li button {
  background: #fff;
  border: 0;
  border-radius: 2px;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 4px;
  opacity: .3;
  outline: none;
  padding: 0;
  transition: all .5s;
  width: 100%
}

.auxo-carousel .slick-dots li button:focus,
.auxo-carousel .slick-dots li button:hover {
  opacity: .75
}

.auxo-carousel .slick-dots li button:before {
  content: "";
  height: 28px;
  left: -2px;
  position: absolute;
  top: -12px;
  width: 28px
}

.auxo-carousel .slick-dots li.slick-active {
  width: 24px
}

.auxo-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1
}

.auxo-carousel .slick-dots li.slick-active:focus,
.auxo-carousel .slick-dots li.slick-active:hover {
  opacity: 1
}

.auxo-carousel-outside .slick-dots-bottom {
  bottom: -16px
}

.auxo-carousel-outside .slick-dots li button {
  background-color: rgba(0, 0, 0, .08);
  opacity: 1
}

.auxo-carousel-outside .slick-dots li.slick-active button {
  background: #1966ff
}

.auxo-carousel-vertical .slick-dots {
  bottom: auto;
  flex-direction: column;
  height: auto;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px
}

.auxo-carousel-vertical .slick-dots-left {
  left: 12px;
  right: auto
}

.auxo-carousel-vertical .slick-dots-right {
  left: auto;
  right: 12px
}

.auxo-carousel-vertical .slick-dots li {
  height: 24px;
  margin: 4px 2px;
  vertical-align: baseline;
  width: 4px
}

.auxo-carousel-vertical .slick-dots li button,
.auxo-carousel-vertical .slick-dots li.slick-active,
.auxo-carousel-vertical .slick-dots li.slick-active button {
  height: 24px;
  width: 4px
}

.auxo-carousel-rtl {
  direction: rtl
}

.auxo-carousel-rtl .auxo-carousel .slick-track {
  left: auto;
  right: 0
}

.auxo-carousel-rtl .auxo-carousel .slick-prev {
  left: auto;
  right: -25px
}

.auxo-carousel-rtl .auxo-carousel .slick-prev:before {
  content: "→"
}

.auxo-carousel-rtl .auxo-carousel .slick-next {
  left: -25px;
  right: auto
}

.auxo-carousel-rtl .auxo-carousel .slick-next:before {
  content: "←"
}

.auxo-carousel-rtl.auxo-carousel .slick-dots {
  flex-direction: row-reverse
}

.auxo-carousel-rtl.auxo-carousel-vertical .slick-dots {
  flex-direction: column
}

.auxo-collapse {
  font-feature-settings: "tnum";
  background-color: #f8f9fa;
  border: 1px solid #dcdee1;
  border-bottom: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-collapse>.auxo-collapse-item {
  border-bottom: 1px solid #dcdee1
}

.auxo-collapse>.auxo-collapse-item:last-child,
.auxo-collapse>.auxo-collapse-item:last-child>.auxo-collapse-header {
  border-radius: 0 0 4px 4px
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header {
  color: #252931;
  cursor: pointer;
  line-height: 1.5715;
  padding: 12px 16px 12px 40px;
  position: relative;
  transition: all .3s, visibility 0s
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header:before {
  content: "";
  display: table
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header:after {
  clear: both;
  content: "";
  display: table
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  left: 16px;
  line-height: 0;
  padding: 12px 0 0;
  position: absolute;
  text-align: center;
  text-rendering: optimizeLegibility;
  text-transform: none;
  top: 5.0005px;
  vertical-align: -.125em
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow>* {
  line-height: 1
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow svg {
  display: inline-block
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow:before {
  display: none
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow .auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow-icon {
  display: block
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow svg {
  transition: transform .24s
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-extra {
  float: right
}

.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header:focus {
  outline: none
}

.auxo-collapse>.auxo-collapse-item .auxo-collapse-header-collapsible-only {
  cursor: default
}

.auxo-collapse>.auxo-collapse-item .auxo-collapse-header-collapsible-only .auxo-collapse-header-text {
  cursor: pointer
}

.auxo-collapse>.auxo-collapse-item.auxo-collapse-no-arrow>.auxo-collapse-header {
  padding-left: 12px
}

.auxo-collapse-icon-position-right>.auxo-collapse-item>.auxo-collapse-header {
  padding: 12px 40px 12px 16px
}

.auxo-collapse-icon-position-right>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow {
  left: auto;
  right: 16px
}

.auxo-collapse-content {
  background-color: #fff;
  border-top: 1px solid #dcdee1;
  color: #565960
}

.auxo-collapse-content>.auxo-collapse-content-box {
  padding: 16px
}

.auxo-collapse-content-hidden {
  display: none
}

.auxo-collapse-item:last-child>.auxo-collapse-content {
  border-radius: 0 0 4px 4px
}

.auxo-collapse-borderless {
  background-color: #f8f9fa;
  border: 0
}

.auxo-collapse-borderless>.auxo-collapse-item {
  border-bottom: 1px solid #dcdee1
}

.auxo-collapse-borderless>.auxo-collapse-item:last-child,
.auxo-collapse-borderless>.auxo-collapse-item:last-child .auxo-collapse-header {
  border-radius: 0
}

.auxo-collapse-borderless>.auxo-collapse-item>.auxo-collapse-content {
  background-color: transparent;
  border-top: 0
}

.auxo-collapse-borderless>.auxo-collapse-item>.auxo-collapse-content>.auxo-collapse-content-box {
  padding-top: 4px
}

.auxo-collapse-ghost {
  background-color: transparent;
  border: 0
}

.auxo-collapse-ghost>.auxo-collapse-item {
  border-bottom: 0
}

.auxo-collapse-ghost>.auxo-collapse-item>.auxo-collapse-content {
  background-color: transparent;
  border-top: 0
}

.auxo-collapse-ghost>.auxo-collapse-item>.auxo-collapse-content>.auxo-collapse-content-box {
  padding-bottom: 12px;
  padding-top: 12px
}

.auxo-collapse .auxo-collapse-item-disabled>.auxo-collapse-header,
.auxo-collapse .auxo-collapse-item-disabled>.auxo-collapse-header>.arrow {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-collapse-rtl {
  direction: rtl
}

.auxo-collapse-rtl .auxo-collapse>.auxo-collapse-item>.auxo-collapse-header {
  padding: 12px 40px 12px 16px
}

.auxo-collapse-rtl.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-arrow svg {
  transform: rotate(180deg)
}

.auxo-collapse-rtl.auxo-collapse>.auxo-collapse-item>.auxo-collapse-header .auxo-collapse-extra {
  float: left
}

.auxo-collapse-rtl.auxo-collapse>.auxo-collapse-item.auxo-collapse-no-arrow>.auxo-collapse-header {
  padding-left: 0;
  padding-right: 12px
}

.auxo-comment {
  background-color: inherit;
  position: relative
}

.auxo-comment-inner {
  display: flex;
  padding: 16px 0
}

.auxo-comment-avatar {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 12px;
  position: relative
}

.auxo-comment-avatar img {
  border-radius: 50%;
  height: 32px;
  width: 32px
}

.auxo-comment-content {
  word-wrap: break-word;
  flex: 1 1 auto;
  font-size: 14px;
  min-width: 1px;
  position: relative
}

.auxo-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: flex-start;
  margin-bottom: 4px
}

.auxo-comment-content-author>a,
.auxo-comment-content-author>span {
  font-size: 12px;
  line-height: 18px;
  padding-right: 8px
}

.auxo-comment-content-author-name {
  color: #898b8f;
  font-size: 14px;
  transition: color .3s
}

.auxo-comment-content-author-name>*,
.auxo-comment-content-author-name>:hover {
  color: #898b8f
}

.auxo-comment-content-author-time {
  color: #ccc;
  cursor: auto;
  white-space: nowrap
}

.auxo-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap
}

.auxo-comment-actions {
  margin-bottom: inherit;
  margin-top: 12px;
  padding-left: 0
}

.auxo-comment-actions>li {
  color: #898b8f;
  display: inline-block
}

.auxo-comment-actions>li>span {
  color: #898b8f;
  cursor: pointer;
  font-size: 12px;
  margin-right: 10px;
  transition: color .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-comment-actions>li>span:hover {
  color: #595959
}

.auxo-comment-nested {
  margin-left: 44px
}

.auxo-comment-rtl {
  direction: rtl
}

.auxo-comment-rtl .auxo-comment-avatar {
  margin-left: 12px;
  margin-right: 0
}

.auxo-comment-rtl .auxo-comment-content-author>a,
.auxo-comment-rtl .auxo-comment-content-author>span {
  padding-left: 8px;
  padding-right: 0
}

.auxo-comment-rtl .auxo-comment-actions {
  padding-right: 0
}

.auxo-comment-rtl .auxo-comment-actions>li>span {
  margin-left: 10px;
  margin-right: 0
}

.auxo-comment-rtl .auxo-comment-nested {
  margin-left: 0;
  margin-right: 44px
}

.auxo-descriptions-header {
  align-items: center;
  display: flex;
  margin-bottom: 20px
}

.auxo-descriptions-title {
  color: #252931;
  flex: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5715;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-descriptions-extra {
  color: #565960;
  font-size: 14px;
  margin-left: auto
}

.auxo-descriptions-view {
  border-radius: 4px;
  overflow: hidden;
  width: 100%
}

.auxo-descriptions-view table {
  table-layout: fixed;
  width: 100%
}

.auxo-descriptions-row>td,
.auxo-descriptions-row>th {
  padding-bottom: 16px
}

.auxo-descriptions-row:last-child {
  border-bottom: none
}

.auxo-descriptions-item-label {
  color: #252931;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5715;
  text-align: start
}

.auxo-descriptions-item-label:after {
  content: ":";
  margin: 0 8px 0 2px;
  position: relative;
  top: -.5px
}

.auxo-descriptions-item-label.auxo-descriptions-item-no-colon:after {
  content: " "
}

.auxo-descriptions-item-no-label:after {
  content: "";
  margin: 0
}

.auxo-descriptions-item-content {
  color: #565960;
  display: table-cell;
  flex: 1 1;
  font-size: 14px;
  line-height: 1.5715;
  overflow-wrap: break-word;
  word-break: break-word
}

.auxo-descriptions-item {
  padding-bottom: 0;
  vertical-align: top
}

.auxo-descriptions-item-container {
  display: flex
}

.auxo-descriptions-item-container .auxo-descriptions-item-content,
.auxo-descriptions-item-container .auxo-descriptions-item-label {
  align-items: baseline;
  display: inline-flex
}

.auxo-descriptions-middle .auxo-descriptions-row>td,
.auxo-descriptions-middle .auxo-descriptions-row>th {
  padding-bottom: 12px
}

.auxo-descriptions-small .auxo-descriptions-row>td,
.auxo-descriptions-small .auxo-descriptions-row>th {
  padding-bottom: 8px
}

.auxo-descriptions-bordered .auxo-descriptions-view {
  border: 1px solid #eeeff0
}

.auxo-descriptions-bordered .auxo-descriptions-view>table {
  table-layout: auto
}

.auxo-descriptions-bordered .auxo-descriptions-item-content,
.auxo-descriptions-bordered .auxo-descriptions-item-label {
  border-right: 1px solid #eeeff0;
  padding: 16px 24px
}

.auxo-descriptions-bordered .auxo-descriptions-item-content:last-child,
.auxo-descriptions-bordered .auxo-descriptions-item-label:last-child {
  border-right: none
}

.auxo-descriptions-bordered .auxo-descriptions-item-label {
  background-color: #fafafa
}

.auxo-descriptions-bordered .auxo-descriptions-item-label:after {
  display: none
}

.auxo-descriptions-bordered .auxo-descriptions-row {
  border-bottom: 1px solid #eeeff0
}

.auxo-descriptions-bordered .auxo-descriptions-row:last-child {
  border-bottom: none
}

.auxo-descriptions-bordered.auxo-descriptions-middle .auxo-descriptions-item-content,
.auxo-descriptions-bordered.auxo-descriptions-middle .auxo-descriptions-item-label {
  padding: 12px 24px
}

.auxo-descriptions-bordered.auxo-descriptions-small .auxo-descriptions-item-content,
.auxo-descriptions-bordered.auxo-descriptions-small .auxo-descriptions-item-label {
  padding: 8px 16px
}

.auxo-descriptions-rtl {
  direction: rtl
}

.auxo-descriptions-rtl .auxo-descriptions-item-label:after {
  margin: 0 2px 0 8px
}

.auxo-descriptions-rtl.auxo-descriptions-bordered .auxo-descriptions-item-content,
.auxo-descriptions-rtl.auxo-descriptions-bordered .auxo-descriptions-item-label {
  border-left: 1px solid #eeeff0;
  border-right: none
}

.auxo-descriptions-rtl.auxo-descriptions-bordered .auxo-descriptions-item-content:last-child,
.auxo-descriptions-rtl.auxo-descriptions-bordered .auxo-descriptions-item-label:last-child {
  border-left: none
}

.auxo-descriptions-flow-wrap {
  padding: 0 24px
}

.auxo-descriptions-flow-title {
  color: #252931;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 24px
}

.auxo-descriptions-flow-body {
  display: flex
}

.auxo-descriptions-flow-body-col-content {
  flex-grow: 1;
  width: 100px
}

.auxo-descriptions-flow-body-item {
  display: flex;
  margin-bottom: 16px
}

.auxo-descriptions-flow-body-item-label {
  color: #565960;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 20px;
  margin-right: 16px
}

.auxo-descriptions-flow-body-item-label-two {
  width: 112px
}

.auxo-descriptions-flow-body-item-label-three {
  width: 56px
}

.auxo-descriptions-flow-body-item-value {
  color: #252931;
  flex-grow: 1;
  font-size: 14px;
  line-height: 20px;
  word-break: break-all
}

.auxo-descriptions-flow-body-col-one {
  padding-left: 24px
}

.auxo-divider {
  font-feature-settings: "tnum";
  border-top: 1px solid #dcdee1;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-divider-vertical {
  border-left: 1px solid #dcdee1;
  border-top: 0;
  display: inline-block;
  height: .9em;
  margin: 0 8px;
  position: relative;
  top: -.06em;
  vertical-align: middle
}

.auxo-divider-horizontal {
  clear: both;
  display: flex;
  margin: 24px 0;
  min-width: 100%;
  width: 100%
}

.auxo-divider-horizontal.auxo-divider-with-text {
  border-top: 0;
  border-top-color: #dcdee1;
  color: #252931;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  margin: 16px 0;
  text-align: center;
  white-space: nowrap
}

.auxo-divider-horizontal.auxo-divider-with-text:after,
.auxo-divider-horizontal.auxo-divider-with-text:before {
  border-bottom: 0;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  content: "";
  position: relative;
  top: 50%;
  transform: translateY(50%);
  width: 50%
}

.auxo-divider-horizontal.auxo-divider-with-text-left:before {
  top: 50%;
  width: 5%
}

.auxo-divider-horizontal.auxo-divider-with-text-left:after,
.auxo-divider-horizontal.auxo-divider-with-text-right:before {
  top: 50%;
  width: 95%
}

.auxo-divider-horizontal.auxo-divider-with-text-right:after {
  top: 50%;
  width: 5%
}

.auxo-divider-inner-text {
  display: inline-block;
  padding: 0 1em
}

.auxo-divider-dashed {
  background: none;
  border: dashed #dcdee1;
  border-width: 1px 0 0
}

.auxo-divider-horizontal.auxo-divider-with-text.auxo-divider-dashed {
  border-top: 0
}

.auxo-divider-horizontal.auxo-divider-with-text.auxo-divider-dashed:after,
.auxo-divider-horizontal.auxo-divider-with-text.auxo-divider-dashed:before {
  border-style: dashed none none
}

.auxo-divider-vertical.auxo-divider-dashed {
  border-width: 0 0 0 1px
}

.auxo-divider-plain.auxo-divider-with-text {
  color: #565960;
  font-size: 14px;
  font-weight: 400
}

.auxo-divider-rtl {
  direction: rtl
}

.auxo-divider-rtl.auxo-divider-horizontal.auxo-divider-with-text-left:before {
  width: 95%
}

.auxo-divider-rtl.auxo-divider-horizontal.auxo-divider-with-text-left:after,
.auxo-divider-rtl.auxo-divider-horizontal.auxo-divider-with-text-right:before {
  width: 5%
}

.auxo-divider-rtl.auxo-divider-horizontal.auxo-divider-with-text-right:after {
  width: 95%
}

.auxo-row {
  flex-flow: row wrap
}

.auxo-row,
.auxo-row:after,
.auxo-row:before {
  display: flex
}

.auxo-row-no-wrap {
  flex-wrap: nowrap
}

.auxo-row-start {
  justify-content: flex-start
}

.auxo-row-center {
  justify-content: center
}

.auxo-row-end {
  justify-content: flex-end
}

.auxo-row-space-between {
  justify-content: space-between
}

.auxo-row-space-around {
  justify-content: space-around
}

.auxo-row-top {
  align-items: flex-start
}

.auxo-row-middle {
  align-items: center
}

.auxo-row-bottom {
  align-items: flex-end
}

.auxo-col {
  max-width: 100%;
  min-height: 1px;
  position: relative
}

.auxo-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%
}

.auxo-col-push-24 {
  left: 100%
}

.auxo-col-pull-24 {
  right: 100%
}

.auxo-col-offset-24 {
  margin-left: 100%
}

.auxo-col-order-24 {
  order: 24
}

.auxo-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.auxo-col-push-23 {
  left: 95.83333333%
}

.auxo-col-pull-23 {
  right: 95.83333333%
}

.auxo-col-offset-23 {
  margin-left: 95.83333333%
}

.auxo-col-order-23 {
  order: 23
}

.auxo-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.auxo-col-push-22 {
  left: 91.66666667%
}

.auxo-col-pull-22 {
  right: 91.66666667%
}

.auxo-col-offset-22 {
  margin-left: 91.66666667%
}

.auxo-col-order-22 {
  order: 22
}

.auxo-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.auxo-col-push-21 {
  left: 87.5%
}

.auxo-col-pull-21 {
  right: 87.5%
}

.auxo-col-offset-21 {
  margin-left: 87.5%
}

.auxo-col-order-21 {
  order: 21
}

.auxo-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.auxo-col-push-20 {
  left: 83.33333333%
}

.auxo-col-pull-20 {
  right: 83.33333333%
}

.auxo-col-offset-20 {
  margin-left: 83.33333333%
}

.auxo-col-order-20 {
  order: 20
}

.auxo-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.auxo-col-push-19 {
  left: 79.16666667%
}

.auxo-col-pull-19 {
  right: 79.16666667%
}

.auxo-col-offset-19 {
  margin-left: 79.16666667%
}

.auxo-col-order-19 {
  order: 19
}

.auxo-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%
}

.auxo-col-push-18 {
  left: 75%
}

.auxo-col-pull-18 {
  right: 75%
}

.auxo-col-offset-18 {
  margin-left: 75%
}

.auxo-col-order-18 {
  order: 18
}

.auxo-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.auxo-col-push-17 {
  left: 70.83333333%
}

.auxo-col-pull-17 {
  right: 70.83333333%
}

.auxo-col-offset-17 {
  margin-left: 70.83333333%
}

.auxo-col-order-17 {
  order: 17
}

.auxo-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.auxo-col-push-16 {
  left: 66.66666667%
}

.auxo-col-pull-16 {
  right: 66.66666667%
}

.auxo-col-offset-16 {
  margin-left: 66.66666667%
}

.auxo-col-order-16 {
  order: 16
}

.auxo-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.auxo-col-push-15 {
  left: 62.5%
}

.auxo-col-pull-15 {
  right: 62.5%
}

.auxo-col-offset-15 {
  margin-left: 62.5%
}

.auxo-col-order-15 {
  order: 15
}

.auxo-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.auxo-col-push-14 {
  left: 58.33333333%
}

.auxo-col-pull-14 {
  right: 58.33333333%
}

.auxo-col-offset-14 {
  margin-left: 58.33333333%
}

.auxo-col-order-14 {
  order: 14
}

.auxo-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.auxo-col-push-13 {
  left: 54.16666667%
}

.auxo-col-pull-13 {
  right: 54.16666667%
}

.auxo-col-offset-13 {
  margin-left: 54.16666667%
}

.auxo-col-order-13 {
  order: 13
}

.auxo-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%
}

.auxo-col-push-12 {
  left: 50%
}

.auxo-col-pull-12 {
  right: 50%
}

.auxo-col-offset-12 {
  margin-left: 50%
}

.auxo-col-order-12 {
  order: 12
}

.auxo-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.auxo-col-push-11 {
  left: 45.83333333%
}

.auxo-col-pull-11 {
  right: 45.83333333%
}

.auxo-col-offset-11 {
  margin-left: 45.83333333%
}

.auxo-col-order-11 {
  order: 11
}

.auxo-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.auxo-col-push-10 {
  left: 41.66666667%
}

.auxo-col-pull-10 {
  right: 41.66666667%
}

.auxo-col-offset-10 {
  margin-left: 41.66666667%
}

.auxo-col-order-10 {
  order: 10
}

.auxo-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.auxo-col-push-9 {
  left: 37.5%
}

.auxo-col-pull-9 {
  right: 37.5%
}

.auxo-col-offset-9 {
  margin-left: 37.5%
}

.auxo-col-order-9 {
  order: 9
}

.auxo-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.auxo-col-push-8 {
  left: 33.33333333%
}

.auxo-col-pull-8 {
  right: 33.33333333%
}

.auxo-col-offset-8 {
  margin-left: 33.33333333%
}

.auxo-col-order-8 {
  order: 8
}

.auxo-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.auxo-col-push-7 {
  left: 29.16666667%
}

.auxo-col-pull-7 {
  right: 29.16666667%
}

.auxo-col-offset-7 {
  margin-left: 29.16666667%
}

.auxo-col-order-7 {
  order: 7
}

.auxo-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%
}

.auxo-col-push-6 {
  left: 25%
}

.auxo-col-pull-6 {
  right: 25%
}

.auxo-col-offset-6 {
  margin-left: 25%
}

.auxo-col-order-6 {
  order: 6
}

.auxo-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.auxo-col-push-5 {
  left: 20.83333333%
}

.auxo-col-pull-5 {
  right: 20.83333333%
}

.auxo-col-offset-5 {
  margin-left: 20.83333333%
}

.auxo-col-order-5 {
  order: 5
}

.auxo-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.auxo-col-push-4 {
  left: 16.66666667%
}

.auxo-col-pull-4 {
  right: 16.66666667%
}

.auxo-col-offset-4 {
  margin-left: 16.66666667%
}

.auxo-col-order-4 {
  order: 4
}

.auxo-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.auxo-col-push-3 {
  left: 12.5%
}

.auxo-col-pull-3 {
  right: 12.5%
}

.auxo-col-offset-3 {
  margin-left: 12.5%
}

.auxo-col-order-3 {
  order: 3
}

.auxo-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.auxo-col-push-2 {
  left: 8.33333333%
}

.auxo-col-pull-2 {
  right: 8.33333333%
}

.auxo-col-offset-2 {
  margin-left: 8.33333333%
}

.auxo-col-order-2 {
  order: 2
}

.auxo-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.auxo-col-push-1 {
  left: 4.16666667%
}

.auxo-col-pull-1 {
  right: 4.16666667%
}

.auxo-col-offset-1 {
  margin-left: 4.16666667%
}

.auxo-col-order-1 {
  order: 1
}

.auxo-col-0 {
  display: none
}

.auxo-col-offset-0 {
  margin-left: 0
}

.auxo-col-order-0 {
  order: 0
}

.auxo-col-offset-0.auxo-col-rtl {
  margin-right: 0
}

.auxo-col-push-1.auxo-col-rtl {
  left: auto;
  right: 4.16666667%
}

.auxo-col-pull-1.auxo-col-rtl {
  left: 4.16666667%;
  right: auto
}

.auxo-col-offset-1.auxo-col-rtl {
  margin-left: 0;
  margin-right: 4.16666667%
}

.auxo-col-push-2.auxo-col-rtl {
  left: auto;
  right: 8.33333333%
}

.auxo-col-pull-2.auxo-col-rtl {
  left: 8.33333333%;
  right: auto
}

.auxo-col-offset-2.auxo-col-rtl {
  margin-left: 0;
  margin-right: 8.33333333%
}

.auxo-col-push-3.auxo-col-rtl {
  left: auto;
  right: 12.5%
}

.auxo-col-pull-3.auxo-col-rtl {
  left: 12.5%;
  right: auto
}

.auxo-col-offset-3.auxo-col-rtl {
  margin-left: 0;
  margin-right: 12.5%
}

.auxo-col-push-4.auxo-col-rtl {
  left: auto;
  right: 16.66666667%
}

.auxo-col-pull-4.auxo-col-rtl {
  left: 16.66666667%;
  right: auto
}

.auxo-col-offset-4.auxo-col-rtl {
  margin-left: 0;
  margin-right: 16.66666667%
}

.auxo-col-push-5.auxo-col-rtl {
  left: auto;
  right: 20.83333333%
}

.auxo-col-pull-5.auxo-col-rtl {
  left: 20.83333333%;
  right: auto
}

.auxo-col-offset-5.auxo-col-rtl {
  margin-left: 0;
  margin-right: 20.83333333%
}

.auxo-col-push-6.auxo-col-rtl {
  left: auto;
  right: 25%
}

.auxo-col-pull-6.auxo-col-rtl {
  left: 25%;
  right: auto
}

.auxo-col-offset-6.auxo-col-rtl {
  margin-left: 0;
  margin-right: 25%
}

.auxo-col-push-7.auxo-col-rtl {
  left: auto;
  right: 29.16666667%
}

.auxo-col-pull-7.auxo-col-rtl {
  left: 29.16666667%;
  right: auto
}

.auxo-col-offset-7.auxo-col-rtl {
  margin-left: 0;
  margin-right: 29.16666667%
}

.auxo-col-push-8.auxo-col-rtl {
  left: auto;
  right: 33.33333333%
}

.auxo-col-pull-8.auxo-col-rtl {
  left: 33.33333333%;
  right: auto
}

.auxo-col-offset-8.auxo-col-rtl {
  margin-left: 0;
  margin-right: 33.33333333%
}

.auxo-col-push-9.auxo-col-rtl {
  left: auto;
  right: 37.5%
}

.auxo-col-pull-9.auxo-col-rtl {
  left: 37.5%;
  right: auto
}

.auxo-col-offset-9.auxo-col-rtl {
  margin-left: 0;
  margin-right: 37.5%
}

.auxo-col-push-10.auxo-col-rtl {
  left: auto;
  right: 41.66666667%
}

.auxo-col-pull-10.auxo-col-rtl {
  left: 41.66666667%;
  right: auto
}

.auxo-col-offset-10.auxo-col-rtl {
  margin-left: 0;
  margin-right: 41.66666667%
}

.auxo-col-push-11.auxo-col-rtl {
  left: auto;
  right: 45.83333333%
}

.auxo-col-pull-11.auxo-col-rtl {
  left: 45.83333333%;
  right: auto
}

.auxo-col-offset-11.auxo-col-rtl {
  margin-left: 0;
  margin-right: 45.83333333%
}

.auxo-col-push-12.auxo-col-rtl {
  left: auto;
  right: 50%
}

.auxo-col-pull-12.auxo-col-rtl {
  left: 50%;
  right: auto
}

.auxo-col-offset-12.auxo-col-rtl {
  margin-left: 0;
  margin-right: 50%
}

.auxo-col-push-13.auxo-col-rtl {
  left: auto;
  right: 54.16666667%
}

.auxo-col-pull-13.auxo-col-rtl {
  left: 54.16666667%;
  right: auto
}

.auxo-col-offset-13.auxo-col-rtl {
  margin-left: 0;
  margin-right: 54.16666667%
}

.auxo-col-push-14.auxo-col-rtl {
  left: auto;
  right: 58.33333333%
}

.auxo-col-pull-14.auxo-col-rtl {
  left: 58.33333333%;
  right: auto
}

.auxo-col-offset-14.auxo-col-rtl {
  margin-left: 0;
  margin-right: 58.33333333%
}

.auxo-col-push-15.auxo-col-rtl {
  left: auto;
  right: 62.5%
}

.auxo-col-pull-15.auxo-col-rtl {
  left: 62.5%;
  right: auto
}

.auxo-col-offset-15.auxo-col-rtl {
  margin-left: 0;
  margin-right: 62.5%
}

.auxo-col-push-16.auxo-col-rtl {
  left: auto;
  right: 66.66666667%
}

.auxo-col-pull-16.auxo-col-rtl {
  left: 66.66666667%;
  right: auto
}

.auxo-col-offset-16.auxo-col-rtl {
  margin-left: 0;
  margin-right: 66.66666667%
}

.auxo-col-push-17.auxo-col-rtl {
  left: auto;
  right: 70.83333333%
}

.auxo-col-pull-17.auxo-col-rtl {
  left: 70.83333333%;
  right: auto
}

.auxo-col-offset-17.auxo-col-rtl {
  margin-left: 0;
  margin-right: 70.83333333%
}

.auxo-col-push-18.auxo-col-rtl {
  left: auto;
  right: 75%
}

.auxo-col-pull-18.auxo-col-rtl {
  left: 75%;
  right: auto
}

.auxo-col-offset-18.auxo-col-rtl {
  margin-left: 0;
  margin-right: 75%
}

.auxo-col-push-19.auxo-col-rtl {
  left: auto;
  right: 79.16666667%
}

.auxo-col-pull-19.auxo-col-rtl {
  left: 79.16666667%;
  right: auto
}

.auxo-col-offset-19.auxo-col-rtl {
  margin-left: 0;
  margin-right: 79.16666667%
}

.auxo-col-push-20.auxo-col-rtl {
  left: auto;
  right: 83.33333333%
}

.auxo-col-pull-20.auxo-col-rtl {
  left: 83.33333333%;
  right: auto
}

.auxo-col-offset-20.auxo-col-rtl {
  margin-left: 0;
  margin-right: 83.33333333%
}

.auxo-col-push-21.auxo-col-rtl {
  left: auto;
  right: 87.5%
}

.auxo-col-pull-21.auxo-col-rtl {
  left: 87.5%;
  right: auto
}

.auxo-col-offset-21.auxo-col-rtl {
  margin-left: 0;
  margin-right: 87.5%
}

.auxo-col-push-22.auxo-col-rtl {
  left: auto;
  right: 91.66666667%
}

.auxo-col-pull-22.auxo-col-rtl {
  left: 91.66666667%;
  right: auto
}

.auxo-col-offset-22.auxo-col-rtl {
  margin-left: 0;
  margin-right: 91.66666667%
}

.auxo-col-push-23.auxo-col-rtl {
  left: auto;
  right: 95.83333333%
}

.auxo-col-pull-23.auxo-col-rtl {
  left: 95.83333333%;
  right: auto
}

.auxo-col-offset-23.auxo-col-rtl {
  margin-left: 0;
  margin-right: 95.83333333%
}

.auxo-col-push-24.auxo-col-rtl {
  left: auto;
  right: 100%
}

.auxo-col-pull-24.auxo-col-rtl {
  left: 100%;
  right: auto
}

.auxo-col-offset-24.auxo-col-rtl {
  margin-left: 0;
  margin-right: 100%
}

.auxo-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%
}

.auxo-col-xs-push-24 {
  left: 100%
}

.auxo-col-xs-pull-24 {
  right: 100%
}

.auxo-col-xs-offset-24 {
  margin-left: 100%
}

.auxo-col-xs-order-24 {
  order: 24
}

.auxo-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%
}

.auxo-col-xs-push-23 {
  left: 95.83333333%
}

.auxo-col-xs-pull-23 {
  right: 95.83333333%
}

.auxo-col-xs-offset-23 {
  margin-left: 95.83333333%
}

.auxo-col-xs-order-23 {
  order: 23
}

.auxo-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%
}

.auxo-col-xs-push-22 {
  left: 91.66666667%
}

.auxo-col-xs-pull-22 {
  right: 91.66666667%
}

.auxo-col-xs-offset-22 {
  margin-left: 91.66666667%
}

.auxo-col-xs-order-22 {
  order: 22
}

.auxo-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%
}

.auxo-col-xs-push-21 {
  left: 87.5%
}

.auxo-col-xs-pull-21 {
  right: 87.5%
}

.auxo-col-xs-offset-21 {
  margin-left: 87.5%
}

.auxo-col-xs-order-21 {
  order: 21
}

.auxo-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%
}

.auxo-col-xs-push-20 {
  left: 83.33333333%
}

.auxo-col-xs-pull-20 {
  right: 83.33333333%
}

.auxo-col-xs-offset-20 {
  margin-left: 83.33333333%
}

.auxo-col-xs-order-20 {
  order: 20
}

.auxo-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%
}

.auxo-col-xs-push-19 {
  left: 79.16666667%
}

.auxo-col-xs-pull-19 {
  right: 79.16666667%
}

.auxo-col-xs-offset-19 {
  margin-left: 79.16666667%
}

.auxo-col-xs-order-19 {
  order: 19
}

.auxo-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%
}

.auxo-col-xs-push-18 {
  left: 75%
}

.auxo-col-xs-pull-18 {
  right: 75%
}

.auxo-col-xs-offset-18 {
  margin-left: 75%
}

.auxo-col-xs-order-18 {
  order: 18
}

.auxo-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%
}

.auxo-col-xs-push-17 {
  left: 70.83333333%
}

.auxo-col-xs-pull-17 {
  right: 70.83333333%
}

.auxo-col-xs-offset-17 {
  margin-left: 70.83333333%
}

.auxo-col-xs-order-17 {
  order: 17
}

.auxo-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%
}

.auxo-col-xs-push-16 {
  left: 66.66666667%
}

.auxo-col-xs-pull-16 {
  right: 66.66666667%
}

.auxo-col-xs-offset-16 {
  margin-left: 66.66666667%
}

.auxo-col-xs-order-16 {
  order: 16
}

.auxo-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%
}

.auxo-col-xs-push-15 {
  left: 62.5%
}

.auxo-col-xs-pull-15 {
  right: 62.5%
}

.auxo-col-xs-offset-15 {
  margin-left: 62.5%
}

.auxo-col-xs-order-15 {
  order: 15
}

.auxo-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%
}

.auxo-col-xs-push-14 {
  left: 58.33333333%
}

.auxo-col-xs-pull-14 {
  right: 58.33333333%
}

.auxo-col-xs-offset-14 {
  margin-left: 58.33333333%
}

.auxo-col-xs-order-14 {
  order: 14
}

.auxo-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%
}

.auxo-col-xs-push-13 {
  left: 54.16666667%
}

.auxo-col-xs-pull-13 {
  right: 54.16666667%
}

.auxo-col-xs-offset-13 {
  margin-left: 54.16666667%
}

.auxo-col-xs-order-13 {
  order: 13
}

.auxo-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%
}

.auxo-col-xs-push-12 {
  left: 50%
}

.auxo-col-xs-pull-12 {
  right: 50%
}

.auxo-col-xs-offset-12 {
  margin-left: 50%
}

.auxo-col-xs-order-12 {
  order: 12
}

.auxo-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%
}

.auxo-col-xs-push-11 {
  left: 45.83333333%
}

.auxo-col-xs-pull-11 {
  right: 45.83333333%
}

.auxo-col-xs-offset-11 {
  margin-left: 45.83333333%
}

.auxo-col-xs-order-11 {
  order: 11
}

.auxo-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%
}

.auxo-col-xs-push-10 {
  left: 41.66666667%
}

.auxo-col-xs-pull-10 {
  right: 41.66666667%
}

.auxo-col-xs-offset-10 {
  margin-left: 41.66666667%
}

.auxo-col-xs-order-10 {
  order: 10
}

.auxo-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%
}

.auxo-col-xs-push-9 {
  left: 37.5%
}

.auxo-col-xs-pull-9 {
  right: 37.5%
}

.auxo-col-xs-offset-9 {
  margin-left: 37.5%
}

.auxo-col-xs-order-9 {
  order: 9
}

.auxo-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%
}

.auxo-col-xs-push-8 {
  left: 33.33333333%
}

.auxo-col-xs-pull-8 {
  right: 33.33333333%
}

.auxo-col-xs-offset-8 {
  margin-left: 33.33333333%
}

.auxo-col-xs-order-8 {
  order: 8
}

.auxo-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%
}

.auxo-col-xs-push-7 {
  left: 29.16666667%
}

.auxo-col-xs-pull-7 {
  right: 29.16666667%
}

.auxo-col-xs-offset-7 {
  margin-left: 29.16666667%
}

.auxo-col-xs-order-7 {
  order: 7
}

.auxo-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%
}

.auxo-col-xs-push-6 {
  left: 25%
}

.auxo-col-xs-pull-6 {
  right: 25%
}

.auxo-col-xs-offset-6 {
  margin-left: 25%
}

.auxo-col-xs-order-6 {
  order: 6
}

.auxo-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%
}

.auxo-col-xs-push-5 {
  left: 20.83333333%
}

.auxo-col-xs-pull-5 {
  right: 20.83333333%
}

.auxo-col-xs-offset-5 {
  margin-left: 20.83333333%
}

.auxo-col-xs-order-5 {
  order: 5
}

.auxo-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%
}

.auxo-col-xs-push-4 {
  left: 16.66666667%
}

.auxo-col-xs-pull-4 {
  right: 16.66666667%
}

.auxo-col-xs-offset-4 {
  margin-left: 16.66666667%
}

.auxo-col-xs-order-4 {
  order: 4
}

.auxo-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%
}

.auxo-col-xs-push-3 {
  left: 12.5%
}

.auxo-col-xs-pull-3 {
  right: 12.5%
}

.auxo-col-xs-offset-3 {
  margin-left: 12.5%
}

.auxo-col-xs-order-3 {
  order: 3
}

.auxo-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%
}

.auxo-col-xs-push-2 {
  left: 8.33333333%
}

.auxo-col-xs-pull-2 {
  right: 8.33333333%
}

.auxo-col-xs-offset-2 {
  margin-left: 8.33333333%
}

.auxo-col-xs-order-2 {
  order: 2
}

.auxo-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%
}

.auxo-col-xs-push-1 {
  left: 4.16666667%
}

.auxo-col-xs-pull-1 {
  right: 4.16666667%
}

.auxo-col-xs-offset-1 {
  margin-left: 4.16666667%
}

.auxo-col-xs-order-1 {
  order: 1
}

.auxo-col-xs-0 {
  display: none
}

.auxo-col-push-0 {
  left: auto
}

.auxo-col-pull-0 {
  right: auto
}

.auxo-col-xs-push-0 {
  left: auto
}

.auxo-col-xs-pull-0 {
  right: auto
}

.auxo-col-xs-offset-0 {
  margin-left: 0
}

.auxo-col-xs-order-0 {
  order: 0
}

.auxo-col-push-0.auxo-col-rtl {
  right: auto
}

.auxo-col-pull-0.auxo-col-rtl {
  left: auto
}

.auxo-col-xs-push-0.auxo-col-rtl {
  right: auto
}

.auxo-col-xs-pull-0.auxo-col-rtl {
  left: auto
}

.auxo-col-xs-offset-0.auxo-col-rtl {
  margin-right: 0
}

.auxo-col-xs-push-1.auxo-col-rtl {
  left: auto;
  right: 4.16666667%
}

.auxo-col-xs-pull-1.auxo-col-rtl {
  left: 4.16666667%;
  right: auto
}

.auxo-col-xs-offset-1.auxo-col-rtl {
  margin-left: 0;
  margin-right: 4.16666667%
}

.auxo-col-xs-push-2.auxo-col-rtl {
  left: auto;
  right: 8.33333333%
}

.auxo-col-xs-pull-2.auxo-col-rtl {
  left: 8.33333333%;
  right: auto
}

.auxo-col-xs-offset-2.auxo-col-rtl {
  margin-left: 0;
  margin-right: 8.33333333%
}

.auxo-col-xs-push-3.auxo-col-rtl {
  left: auto;
  right: 12.5%
}

.auxo-col-xs-pull-3.auxo-col-rtl {
  left: 12.5%;
  right: auto
}

.auxo-col-xs-offset-3.auxo-col-rtl {
  margin-left: 0;
  margin-right: 12.5%
}

.auxo-col-xs-push-4.auxo-col-rtl {
  left: auto;
  right: 16.66666667%
}

.auxo-col-xs-pull-4.auxo-col-rtl {
  left: 16.66666667%;
  right: auto
}

.auxo-col-xs-offset-4.auxo-col-rtl {
  margin-left: 0;
  margin-right: 16.66666667%
}

.auxo-col-xs-push-5.auxo-col-rtl {
  left: auto;
  right: 20.83333333%
}

.auxo-col-xs-pull-5.auxo-col-rtl {
  left: 20.83333333%;
  right: auto
}

.auxo-col-xs-offset-5.auxo-col-rtl {
  margin-left: 0;
  margin-right: 20.83333333%
}

.auxo-col-xs-push-6.auxo-col-rtl {
  left: auto;
  right: 25%
}

.auxo-col-xs-pull-6.auxo-col-rtl {
  left: 25%;
  right: auto
}

.auxo-col-xs-offset-6.auxo-col-rtl {
  margin-left: 0;
  margin-right: 25%
}

.auxo-col-xs-push-7.auxo-col-rtl {
  left: auto;
  right: 29.16666667%
}

.auxo-col-xs-pull-7.auxo-col-rtl {
  left: 29.16666667%;
  right: auto
}

.auxo-col-xs-offset-7.auxo-col-rtl {
  margin-left: 0;
  margin-right: 29.16666667%
}

.auxo-col-xs-push-8.auxo-col-rtl {
  left: auto;
  right: 33.33333333%
}

.auxo-col-xs-pull-8.auxo-col-rtl {
  left: 33.33333333%;
  right: auto
}

.auxo-col-xs-offset-8.auxo-col-rtl {
  margin-left: 0;
  margin-right: 33.33333333%
}

.auxo-col-xs-push-9.auxo-col-rtl {
  left: auto;
  right: 37.5%
}

.auxo-col-xs-pull-9.auxo-col-rtl {
  left: 37.5%;
  right: auto
}

.auxo-col-xs-offset-9.auxo-col-rtl {
  margin-left: 0;
  margin-right: 37.5%
}

.auxo-col-xs-push-10.auxo-col-rtl {
  left: auto;
  right: 41.66666667%
}

.auxo-col-xs-pull-10.auxo-col-rtl {
  left: 41.66666667%;
  right: auto
}

.auxo-col-xs-offset-10.auxo-col-rtl {
  margin-left: 0;
  margin-right: 41.66666667%
}

.auxo-col-xs-push-11.auxo-col-rtl {
  left: auto;
  right: 45.83333333%
}

.auxo-col-xs-pull-11.auxo-col-rtl {
  left: 45.83333333%;
  right: auto
}

.auxo-col-xs-offset-11.auxo-col-rtl {
  margin-left: 0;
  margin-right: 45.83333333%
}

.auxo-col-xs-push-12.auxo-col-rtl {
  left: auto;
  right: 50%
}

.auxo-col-xs-pull-12.auxo-col-rtl {
  left: 50%;
  right: auto
}

.auxo-col-xs-offset-12.auxo-col-rtl {
  margin-left: 0;
  margin-right: 50%
}

.auxo-col-xs-push-13.auxo-col-rtl {
  left: auto;
  right: 54.16666667%
}

.auxo-col-xs-pull-13.auxo-col-rtl {
  left: 54.16666667%;
  right: auto
}

.auxo-col-xs-offset-13.auxo-col-rtl {
  margin-left: 0;
  margin-right: 54.16666667%
}

.auxo-col-xs-push-14.auxo-col-rtl {
  left: auto;
  right: 58.33333333%
}

.auxo-col-xs-pull-14.auxo-col-rtl {
  left: 58.33333333%;
  right: auto
}

.auxo-col-xs-offset-14.auxo-col-rtl {
  margin-left: 0;
  margin-right: 58.33333333%
}

.auxo-col-xs-push-15.auxo-col-rtl {
  left: auto;
  right: 62.5%
}

.auxo-col-xs-pull-15.auxo-col-rtl {
  left: 62.5%;
  right: auto
}

.auxo-col-xs-offset-15.auxo-col-rtl {
  margin-left: 0;
  margin-right: 62.5%
}

.auxo-col-xs-push-16.auxo-col-rtl {
  left: auto;
  right: 66.66666667%
}

.auxo-col-xs-pull-16.auxo-col-rtl {
  left: 66.66666667%;
  right: auto
}

.auxo-col-xs-offset-16.auxo-col-rtl {
  margin-left: 0;
  margin-right: 66.66666667%
}

.auxo-col-xs-push-17.auxo-col-rtl {
  left: auto;
  right: 70.83333333%
}

.auxo-col-xs-pull-17.auxo-col-rtl {
  left: 70.83333333%;
  right: auto
}

.auxo-col-xs-offset-17.auxo-col-rtl {
  margin-left: 0;
  margin-right: 70.83333333%
}

.auxo-col-xs-push-18.auxo-col-rtl {
  left: auto;
  right: 75%
}

.auxo-col-xs-pull-18.auxo-col-rtl {
  left: 75%;
  right: auto
}

.auxo-col-xs-offset-18.auxo-col-rtl {
  margin-left: 0;
  margin-right: 75%
}

.auxo-col-xs-push-19.auxo-col-rtl {
  left: auto;
  right: 79.16666667%
}

.auxo-col-xs-pull-19.auxo-col-rtl {
  left: 79.16666667%;
  right: auto
}

.auxo-col-xs-offset-19.auxo-col-rtl {
  margin-left: 0;
  margin-right: 79.16666667%
}

.auxo-col-xs-push-20.auxo-col-rtl {
  left: auto;
  right: 83.33333333%
}

.auxo-col-xs-pull-20.auxo-col-rtl {
  left: 83.33333333%;
  right: auto
}

.auxo-col-xs-offset-20.auxo-col-rtl {
  margin-left: 0;
  margin-right: 83.33333333%
}

.auxo-col-xs-push-21.auxo-col-rtl {
  left: auto;
  right: 87.5%
}

.auxo-col-xs-pull-21.auxo-col-rtl {
  left: 87.5%;
  right: auto
}

.auxo-col-xs-offset-21.auxo-col-rtl {
  margin-left: 0;
  margin-right: 87.5%
}

.auxo-col-xs-push-22.auxo-col-rtl {
  left: auto;
  right: 91.66666667%
}

.auxo-col-xs-pull-22.auxo-col-rtl {
  left: 91.66666667%;
  right: auto
}

.auxo-col-xs-offset-22.auxo-col-rtl {
  margin-left: 0;
  margin-right: 91.66666667%
}

.auxo-col-xs-push-23.auxo-col-rtl {
  left: auto;
  right: 95.83333333%
}

.auxo-col-xs-pull-23.auxo-col-rtl {
  left: 95.83333333%;
  right: auto
}

.auxo-col-xs-offset-23.auxo-col-rtl {
  margin-left: 0;
  margin-right: 95.83333333%
}

.auxo-col-xs-push-24.auxo-col-rtl {
  left: auto;
  right: 100%
}

.auxo-col-xs-pull-24.auxo-col-rtl {
  left: 100%;
  right: auto
}

.auxo-col-xs-offset-24.auxo-col-rtl {
  margin-left: 0;
  margin-right: 100%
}

@media (min-width:576px) {
  .auxo-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-sm-push-24 {
    left: 100%
  }

  .auxo-col-sm-pull-24 {
    right: 100%
  }

  .auxo-col-sm-offset-24 {
    margin-left: 100%
  }

  .auxo-col-sm-order-24 {
    order: 24
  }

  .auxo-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .auxo-col-sm-push-23 {
    left: 95.83333333%
  }

  .auxo-col-sm-pull-23 {
    right: 95.83333333%
  }

  .auxo-col-sm-offset-23 {
    margin-left: 95.83333333%
  }

  .auxo-col-sm-order-23 {
    order: 23
  }

  .auxo-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .auxo-col-sm-push-22 {
    left: 91.66666667%
  }

  .auxo-col-sm-pull-22 {
    right: 91.66666667%
  }

  .auxo-col-sm-offset-22 {
    margin-left: 91.66666667%
  }

  .auxo-col-sm-order-22 {
    order: 22
  }

  .auxo-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .auxo-col-sm-push-21 {
    left: 87.5%
  }

  .auxo-col-sm-pull-21 {
    right: 87.5%
  }

  .auxo-col-sm-offset-21 {
    margin-left: 87.5%
  }

  .auxo-col-sm-order-21 {
    order: 21
  }

  .auxo-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .auxo-col-sm-push-20 {
    left: 83.33333333%
  }

  .auxo-col-sm-pull-20 {
    right: 83.33333333%
  }

  .auxo-col-sm-offset-20 {
    margin-left: 83.33333333%
  }

  .auxo-col-sm-order-20 {
    order: 20
  }

  .auxo-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .auxo-col-sm-push-19 {
    left: 79.16666667%
  }

  .auxo-col-sm-pull-19 {
    right: 79.16666667%
  }

  .auxo-col-sm-offset-19 {
    margin-left: 79.16666667%
  }

  .auxo-col-sm-order-19 {
    order: 19
  }

  .auxo-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .auxo-col-sm-push-18 {
    left: 75%
  }

  .auxo-col-sm-pull-18 {
    right: 75%
  }

  .auxo-col-sm-offset-18 {
    margin-left: 75%
  }

  .auxo-col-sm-order-18 {
    order: 18
  }

  .auxo-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .auxo-col-sm-push-17 {
    left: 70.83333333%
  }

  .auxo-col-sm-pull-17 {
    right: 70.83333333%
  }

  .auxo-col-sm-offset-17 {
    margin-left: 70.83333333%
  }

  .auxo-col-sm-order-17 {
    order: 17
  }

  .auxo-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .auxo-col-sm-push-16 {
    left: 66.66666667%
  }

  .auxo-col-sm-pull-16 {
    right: 66.66666667%
  }

  .auxo-col-sm-offset-16 {
    margin-left: 66.66666667%
  }

  .auxo-col-sm-order-16 {
    order: 16
  }

  .auxo-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .auxo-col-sm-push-15 {
    left: 62.5%
  }

  .auxo-col-sm-pull-15 {
    right: 62.5%
  }

  .auxo-col-sm-offset-15 {
    margin-left: 62.5%
  }

  .auxo-col-sm-order-15 {
    order: 15
  }

  .auxo-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .auxo-col-sm-push-14 {
    left: 58.33333333%
  }

  .auxo-col-sm-pull-14 {
    right: 58.33333333%
  }

  .auxo-col-sm-offset-14 {
    margin-left: 58.33333333%
  }

  .auxo-col-sm-order-14 {
    order: 14
  }

  .auxo-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .auxo-col-sm-push-13 {
    left: 54.16666667%
  }

  .auxo-col-sm-pull-13 {
    right: 54.16666667%
  }

  .auxo-col-sm-offset-13 {
    margin-left: 54.16666667%
  }

  .auxo-col-sm-order-13 {
    order: 13
  }

  .auxo-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .auxo-col-sm-push-12 {
    left: 50%
  }

  .auxo-col-sm-pull-12 {
    right: 50%
  }

  .auxo-col-sm-offset-12 {
    margin-left: 50%
  }

  .auxo-col-sm-order-12 {
    order: 12
  }

  .auxo-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .auxo-col-sm-push-11 {
    left: 45.83333333%
  }

  .auxo-col-sm-pull-11 {
    right: 45.83333333%
  }

  .auxo-col-sm-offset-11 {
    margin-left: 45.83333333%
  }

  .auxo-col-sm-order-11 {
    order: 11
  }

  .auxo-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .auxo-col-sm-push-10 {
    left: 41.66666667%
  }

  .auxo-col-sm-pull-10 {
    right: 41.66666667%
  }

  .auxo-col-sm-offset-10 {
    margin-left: 41.66666667%
  }

  .auxo-col-sm-order-10 {
    order: 10
  }

  .auxo-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .auxo-col-sm-push-9 {
    left: 37.5%
  }

  .auxo-col-sm-pull-9 {
    right: 37.5%
  }

  .auxo-col-sm-offset-9 {
    margin-left: 37.5%
  }

  .auxo-col-sm-order-9 {
    order: 9
  }

  .auxo-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .auxo-col-sm-push-8 {
    left: 33.33333333%
  }

  .auxo-col-sm-pull-8 {
    right: 33.33333333%
  }

  .auxo-col-sm-offset-8 {
    margin-left: 33.33333333%
  }

  .auxo-col-sm-order-8 {
    order: 8
  }

  .auxo-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .auxo-col-sm-push-7 {
    left: 29.16666667%
  }

  .auxo-col-sm-pull-7 {
    right: 29.16666667%
  }

  .auxo-col-sm-offset-7 {
    margin-left: 29.16666667%
  }

  .auxo-col-sm-order-7 {
    order: 7
  }

  .auxo-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .auxo-col-sm-push-6 {
    left: 25%
  }

  .auxo-col-sm-pull-6 {
    right: 25%
  }

  .auxo-col-sm-offset-6 {
    margin-left: 25%
  }

  .auxo-col-sm-order-6 {
    order: 6
  }

  .auxo-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .auxo-col-sm-push-5 {
    left: 20.83333333%
  }

  .auxo-col-sm-pull-5 {
    right: 20.83333333%
  }

  .auxo-col-sm-offset-5 {
    margin-left: 20.83333333%
  }

  .auxo-col-sm-order-5 {
    order: 5
  }

  .auxo-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .auxo-col-sm-push-4 {
    left: 16.66666667%
  }

  .auxo-col-sm-pull-4 {
    right: 16.66666667%
  }

  .auxo-col-sm-offset-4 {
    margin-left: 16.66666667%
  }

  .auxo-col-sm-order-4 {
    order: 4
  }

  .auxo-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .auxo-col-sm-push-3 {
    left: 12.5%
  }

  .auxo-col-sm-pull-3 {
    right: 12.5%
  }

  .auxo-col-sm-offset-3 {
    margin-left: 12.5%
  }

  .auxo-col-sm-order-3 {
    order: 3
  }

  .auxo-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .auxo-col-sm-push-2 {
    left: 8.33333333%
  }

  .auxo-col-sm-pull-2 {
    right: 8.33333333%
  }

  .auxo-col-sm-offset-2 {
    margin-left: 8.33333333%
  }

  .auxo-col-sm-order-2 {
    order: 2
  }

  .auxo-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .auxo-col-sm-push-1 {
    left: 4.16666667%
  }

  .auxo-col-sm-pull-1 {
    right: 4.16666667%
  }

  .auxo-col-sm-offset-1 {
    margin-left: 4.16666667%
  }

  .auxo-col-sm-order-1 {
    order: 1
  }

  .auxo-col-sm-0 {
    display: none
  }

  .auxo-col-push-0 {
    left: auto
  }

  .auxo-col-pull-0 {
    right: auto
  }

  .auxo-col-sm-push-0 {
    left: auto
  }

  .auxo-col-sm-pull-0 {
    right: auto
  }

  .auxo-col-sm-offset-0 {
    margin-left: 0
  }

  .auxo-col-sm-order-0 {
    order: 0
  }

  .auxo-col-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-sm-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-sm-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-sm-offset-0.auxo-col-rtl {
    margin-right: 0
  }

  .auxo-col-sm-push-1.auxo-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .auxo-col-sm-pull-1.auxo-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .auxo-col-sm-offset-1.auxo-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .auxo-col-sm-push-2.auxo-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .auxo-col-sm-pull-2.auxo-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .auxo-col-sm-offset-2.auxo-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .auxo-col-sm-push-3.auxo-col-rtl {
    left: auto;
    right: 12.5%
  }

  .auxo-col-sm-pull-3.auxo-col-rtl {
    left: 12.5%;
    right: auto
  }

  .auxo-col-sm-offset-3.auxo-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .auxo-col-sm-push-4.auxo-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .auxo-col-sm-pull-4.auxo-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .auxo-col-sm-offset-4.auxo-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .auxo-col-sm-push-5.auxo-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .auxo-col-sm-pull-5.auxo-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .auxo-col-sm-offset-5.auxo-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .auxo-col-sm-push-6.auxo-col-rtl {
    left: auto;
    right: 25%
  }

  .auxo-col-sm-pull-6.auxo-col-rtl {
    left: 25%;
    right: auto
  }

  .auxo-col-sm-offset-6.auxo-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .auxo-col-sm-push-7.auxo-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .auxo-col-sm-pull-7.auxo-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .auxo-col-sm-offset-7.auxo-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .auxo-col-sm-push-8.auxo-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .auxo-col-sm-pull-8.auxo-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .auxo-col-sm-offset-8.auxo-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .auxo-col-sm-push-9.auxo-col-rtl {
    left: auto;
    right: 37.5%
  }

  .auxo-col-sm-pull-9.auxo-col-rtl {
    left: 37.5%;
    right: auto
  }

  .auxo-col-sm-offset-9.auxo-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .auxo-col-sm-push-10.auxo-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .auxo-col-sm-pull-10.auxo-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .auxo-col-sm-offset-10.auxo-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .auxo-col-sm-push-11.auxo-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .auxo-col-sm-pull-11.auxo-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .auxo-col-sm-offset-11.auxo-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .auxo-col-sm-push-12.auxo-col-rtl {
    left: auto;
    right: 50%
  }

  .auxo-col-sm-pull-12.auxo-col-rtl {
    left: 50%;
    right: auto
  }

  .auxo-col-sm-offset-12.auxo-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .auxo-col-sm-push-13.auxo-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .auxo-col-sm-pull-13.auxo-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .auxo-col-sm-offset-13.auxo-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .auxo-col-sm-push-14.auxo-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .auxo-col-sm-pull-14.auxo-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .auxo-col-sm-offset-14.auxo-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .auxo-col-sm-push-15.auxo-col-rtl {
    left: auto;
    right: 62.5%
  }

  .auxo-col-sm-pull-15.auxo-col-rtl {
    left: 62.5%;
    right: auto
  }

  .auxo-col-sm-offset-15.auxo-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .auxo-col-sm-push-16.auxo-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .auxo-col-sm-pull-16.auxo-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .auxo-col-sm-offset-16.auxo-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .auxo-col-sm-push-17.auxo-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .auxo-col-sm-pull-17.auxo-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .auxo-col-sm-offset-17.auxo-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .auxo-col-sm-push-18.auxo-col-rtl {
    left: auto;
    right: 75%
  }

  .auxo-col-sm-pull-18.auxo-col-rtl {
    left: 75%;
    right: auto
  }

  .auxo-col-sm-offset-18.auxo-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .auxo-col-sm-push-19.auxo-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .auxo-col-sm-pull-19.auxo-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .auxo-col-sm-offset-19.auxo-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .auxo-col-sm-push-20.auxo-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .auxo-col-sm-pull-20.auxo-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .auxo-col-sm-offset-20.auxo-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .auxo-col-sm-push-21.auxo-col-rtl {
    left: auto;
    right: 87.5%
  }

  .auxo-col-sm-pull-21.auxo-col-rtl {
    left: 87.5%;
    right: auto
  }

  .auxo-col-sm-offset-21.auxo-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .auxo-col-sm-push-22.auxo-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .auxo-col-sm-pull-22.auxo-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .auxo-col-sm-offset-22.auxo-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .auxo-col-sm-push-23.auxo-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .auxo-col-sm-pull-23.auxo-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .auxo-col-sm-offset-23.auxo-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .auxo-col-sm-push-24.auxo-col-rtl {
    left: auto;
    right: 100%
  }

  .auxo-col-sm-pull-24.auxo-col-rtl {
    left: 100%;
    right: auto
  }

  .auxo-col-sm-offset-24.auxo-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:768px) {
  .auxo-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-md-push-24 {
    left: 100%
  }

  .auxo-col-md-pull-24 {
    right: 100%
  }

  .auxo-col-md-offset-24 {
    margin-left: 100%
  }

  .auxo-col-md-order-24 {
    order: 24
  }

  .auxo-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .auxo-col-md-push-23 {
    left: 95.83333333%
  }

  .auxo-col-md-pull-23 {
    right: 95.83333333%
  }

  .auxo-col-md-offset-23 {
    margin-left: 95.83333333%
  }

  .auxo-col-md-order-23 {
    order: 23
  }

  .auxo-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .auxo-col-md-push-22 {
    left: 91.66666667%
  }

  .auxo-col-md-pull-22 {
    right: 91.66666667%
  }

  .auxo-col-md-offset-22 {
    margin-left: 91.66666667%
  }

  .auxo-col-md-order-22 {
    order: 22
  }

  .auxo-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .auxo-col-md-push-21 {
    left: 87.5%
  }

  .auxo-col-md-pull-21 {
    right: 87.5%
  }

  .auxo-col-md-offset-21 {
    margin-left: 87.5%
  }

  .auxo-col-md-order-21 {
    order: 21
  }

  .auxo-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .auxo-col-md-push-20 {
    left: 83.33333333%
  }

  .auxo-col-md-pull-20 {
    right: 83.33333333%
  }

  .auxo-col-md-offset-20 {
    margin-left: 83.33333333%
  }

  .auxo-col-md-order-20 {
    order: 20
  }

  .auxo-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .auxo-col-md-push-19 {
    left: 79.16666667%
  }

  .auxo-col-md-pull-19 {
    right: 79.16666667%
  }

  .auxo-col-md-offset-19 {
    margin-left: 79.16666667%
  }

  .auxo-col-md-order-19 {
    order: 19
  }

  .auxo-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .auxo-col-md-push-18 {
    left: 75%
  }

  .auxo-col-md-pull-18 {
    right: 75%
  }

  .auxo-col-md-offset-18 {
    margin-left: 75%
  }

  .auxo-col-md-order-18 {
    order: 18
  }

  .auxo-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .auxo-col-md-push-17 {
    left: 70.83333333%
  }

  .auxo-col-md-pull-17 {
    right: 70.83333333%
  }

  .auxo-col-md-offset-17 {
    margin-left: 70.83333333%
  }

  .auxo-col-md-order-17 {
    order: 17
  }

  .auxo-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .auxo-col-md-push-16 {
    left: 66.66666667%
  }

  .auxo-col-md-pull-16 {
    right: 66.66666667%
  }

  .auxo-col-md-offset-16 {
    margin-left: 66.66666667%
  }

  .auxo-col-md-order-16 {
    order: 16
  }

  .auxo-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .auxo-col-md-push-15 {
    left: 62.5%
  }

  .auxo-col-md-pull-15 {
    right: 62.5%
  }

  .auxo-col-md-offset-15 {
    margin-left: 62.5%
  }

  .auxo-col-md-order-15 {
    order: 15
  }

  .auxo-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .auxo-col-md-push-14 {
    left: 58.33333333%
  }

  .auxo-col-md-pull-14 {
    right: 58.33333333%
  }

  .auxo-col-md-offset-14 {
    margin-left: 58.33333333%
  }

  .auxo-col-md-order-14 {
    order: 14
  }

  .auxo-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .auxo-col-md-push-13 {
    left: 54.16666667%
  }

  .auxo-col-md-pull-13 {
    right: 54.16666667%
  }

  .auxo-col-md-offset-13 {
    margin-left: 54.16666667%
  }

  .auxo-col-md-order-13 {
    order: 13
  }

  .auxo-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .auxo-col-md-push-12 {
    left: 50%
  }

  .auxo-col-md-pull-12 {
    right: 50%
  }

  .auxo-col-md-offset-12 {
    margin-left: 50%
  }

  .auxo-col-md-order-12 {
    order: 12
  }

  .auxo-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .auxo-col-md-push-11 {
    left: 45.83333333%
  }

  .auxo-col-md-pull-11 {
    right: 45.83333333%
  }

  .auxo-col-md-offset-11 {
    margin-left: 45.83333333%
  }

  .auxo-col-md-order-11 {
    order: 11
  }

  .auxo-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .auxo-col-md-push-10 {
    left: 41.66666667%
  }

  .auxo-col-md-pull-10 {
    right: 41.66666667%
  }

  .auxo-col-md-offset-10 {
    margin-left: 41.66666667%
  }

  .auxo-col-md-order-10 {
    order: 10
  }

  .auxo-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .auxo-col-md-push-9 {
    left: 37.5%
  }

  .auxo-col-md-pull-9 {
    right: 37.5%
  }

  .auxo-col-md-offset-9 {
    margin-left: 37.5%
  }

  .auxo-col-md-order-9 {
    order: 9
  }

  .auxo-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .auxo-col-md-push-8 {
    left: 33.33333333%
  }

  .auxo-col-md-pull-8 {
    right: 33.33333333%
  }

  .auxo-col-md-offset-8 {
    margin-left: 33.33333333%
  }

  .auxo-col-md-order-8 {
    order: 8
  }

  .auxo-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .auxo-col-md-push-7 {
    left: 29.16666667%
  }

  .auxo-col-md-pull-7 {
    right: 29.16666667%
  }

  .auxo-col-md-offset-7 {
    margin-left: 29.16666667%
  }

  .auxo-col-md-order-7 {
    order: 7
  }

  .auxo-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .auxo-col-md-push-6 {
    left: 25%
  }

  .auxo-col-md-pull-6 {
    right: 25%
  }

  .auxo-col-md-offset-6 {
    margin-left: 25%
  }

  .auxo-col-md-order-6 {
    order: 6
  }

  .auxo-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .auxo-col-md-push-5 {
    left: 20.83333333%
  }

  .auxo-col-md-pull-5 {
    right: 20.83333333%
  }

  .auxo-col-md-offset-5 {
    margin-left: 20.83333333%
  }

  .auxo-col-md-order-5 {
    order: 5
  }

  .auxo-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .auxo-col-md-push-4 {
    left: 16.66666667%
  }

  .auxo-col-md-pull-4 {
    right: 16.66666667%
  }

  .auxo-col-md-offset-4 {
    margin-left: 16.66666667%
  }

  .auxo-col-md-order-4 {
    order: 4
  }

  .auxo-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .auxo-col-md-push-3 {
    left: 12.5%
  }

  .auxo-col-md-pull-3 {
    right: 12.5%
  }

  .auxo-col-md-offset-3 {
    margin-left: 12.5%
  }

  .auxo-col-md-order-3 {
    order: 3
  }

  .auxo-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .auxo-col-md-push-2 {
    left: 8.33333333%
  }

  .auxo-col-md-pull-2 {
    right: 8.33333333%
  }

  .auxo-col-md-offset-2 {
    margin-left: 8.33333333%
  }

  .auxo-col-md-order-2 {
    order: 2
  }

  .auxo-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .auxo-col-md-push-1 {
    left: 4.16666667%
  }

  .auxo-col-md-pull-1 {
    right: 4.16666667%
  }

  .auxo-col-md-offset-1 {
    margin-left: 4.16666667%
  }

  .auxo-col-md-order-1 {
    order: 1
  }

  .auxo-col-md-0 {
    display: none
  }

  .auxo-col-push-0 {
    left: auto
  }

  .auxo-col-pull-0 {
    right: auto
  }

  .auxo-col-md-push-0 {
    left: auto
  }

  .auxo-col-md-pull-0 {
    right: auto
  }

  .auxo-col-md-offset-0 {
    margin-left: 0
  }

  .auxo-col-md-order-0 {
    order: 0
  }

  .auxo-col-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-md-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-md-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-md-offset-0.auxo-col-rtl {
    margin-right: 0
  }

  .auxo-col-md-push-1.auxo-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .auxo-col-md-pull-1.auxo-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .auxo-col-md-offset-1.auxo-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .auxo-col-md-push-2.auxo-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .auxo-col-md-pull-2.auxo-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .auxo-col-md-offset-2.auxo-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .auxo-col-md-push-3.auxo-col-rtl {
    left: auto;
    right: 12.5%
  }

  .auxo-col-md-pull-3.auxo-col-rtl {
    left: 12.5%;
    right: auto
  }

  .auxo-col-md-offset-3.auxo-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .auxo-col-md-push-4.auxo-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .auxo-col-md-pull-4.auxo-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .auxo-col-md-offset-4.auxo-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .auxo-col-md-push-5.auxo-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .auxo-col-md-pull-5.auxo-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .auxo-col-md-offset-5.auxo-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .auxo-col-md-push-6.auxo-col-rtl {
    left: auto;
    right: 25%
  }

  .auxo-col-md-pull-6.auxo-col-rtl {
    left: 25%;
    right: auto
  }

  .auxo-col-md-offset-6.auxo-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .auxo-col-md-push-7.auxo-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .auxo-col-md-pull-7.auxo-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .auxo-col-md-offset-7.auxo-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .auxo-col-md-push-8.auxo-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .auxo-col-md-pull-8.auxo-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .auxo-col-md-offset-8.auxo-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .auxo-col-md-push-9.auxo-col-rtl {
    left: auto;
    right: 37.5%
  }

  .auxo-col-md-pull-9.auxo-col-rtl {
    left: 37.5%;
    right: auto
  }

  .auxo-col-md-offset-9.auxo-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .auxo-col-md-push-10.auxo-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .auxo-col-md-pull-10.auxo-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .auxo-col-md-offset-10.auxo-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .auxo-col-md-push-11.auxo-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .auxo-col-md-pull-11.auxo-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .auxo-col-md-offset-11.auxo-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .auxo-col-md-push-12.auxo-col-rtl {
    left: auto;
    right: 50%
  }

  .auxo-col-md-pull-12.auxo-col-rtl {
    left: 50%;
    right: auto
  }

  .auxo-col-md-offset-12.auxo-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .auxo-col-md-push-13.auxo-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .auxo-col-md-pull-13.auxo-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .auxo-col-md-offset-13.auxo-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .auxo-col-md-push-14.auxo-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .auxo-col-md-pull-14.auxo-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .auxo-col-md-offset-14.auxo-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .auxo-col-md-push-15.auxo-col-rtl {
    left: auto;
    right: 62.5%
  }

  .auxo-col-md-pull-15.auxo-col-rtl {
    left: 62.5%;
    right: auto
  }

  .auxo-col-md-offset-15.auxo-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .auxo-col-md-push-16.auxo-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .auxo-col-md-pull-16.auxo-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .auxo-col-md-offset-16.auxo-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .auxo-col-md-push-17.auxo-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .auxo-col-md-pull-17.auxo-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .auxo-col-md-offset-17.auxo-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .auxo-col-md-push-18.auxo-col-rtl {
    left: auto;
    right: 75%
  }

  .auxo-col-md-pull-18.auxo-col-rtl {
    left: 75%;
    right: auto
  }

  .auxo-col-md-offset-18.auxo-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .auxo-col-md-push-19.auxo-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .auxo-col-md-pull-19.auxo-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .auxo-col-md-offset-19.auxo-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .auxo-col-md-push-20.auxo-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .auxo-col-md-pull-20.auxo-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .auxo-col-md-offset-20.auxo-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .auxo-col-md-push-21.auxo-col-rtl {
    left: auto;
    right: 87.5%
  }

  .auxo-col-md-pull-21.auxo-col-rtl {
    left: 87.5%;
    right: auto
  }

  .auxo-col-md-offset-21.auxo-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .auxo-col-md-push-22.auxo-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .auxo-col-md-pull-22.auxo-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .auxo-col-md-offset-22.auxo-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .auxo-col-md-push-23.auxo-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .auxo-col-md-pull-23.auxo-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .auxo-col-md-offset-23.auxo-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .auxo-col-md-push-24.auxo-col-rtl {
    left: auto;
    right: 100%
  }

  .auxo-col-md-pull-24.auxo-col-rtl {
    left: 100%;
    right: auto
  }

  .auxo-col-md-offset-24.auxo-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:992px) {
  .auxo-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-lg-push-24 {
    left: 100%
  }

  .auxo-col-lg-pull-24 {
    right: 100%
  }

  .auxo-col-lg-offset-24 {
    margin-left: 100%
  }

  .auxo-col-lg-order-24 {
    order: 24
  }

  .auxo-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .auxo-col-lg-push-23 {
    left: 95.83333333%
  }

  .auxo-col-lg-pull-23 {
    right: 95.83333333%
  }

  .auxo-col-lg-offset-23 {
    margin-left: 95.83333333%
  }

  .auxo-col-lg-order-23 {
    order: 23
  }

  .auxo-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .auxo-col-lg-push-22 {
    left: 91.66666667%
  }

  .auxo-col-lg-pull-22 {
    right: 91.66666667%
  }

  .auxo-col-lg-offset-22 {
    margin-left: 91.66666667%
  }

  .auxo-col-lg-order-22 {
    order: 22
  }

  .auxo-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .auxo-col-lg-push-21 {
    left: 87.5%
  }

  .auxo-col-lg-pull-21 {
    right: 87.5%
  }

  .auxo-col-lg-offset-21 {
    margin-left: 87.5%
  }

  .auxo-col-lg-order-21 {
    order: 21
  }

  .auxo-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .auxo-col-lg-push-20 {
    left: 83.33333333%
  }

  .auxo-col-lg-pull-20 {
    right: 83.33333333%
  }

  .auxo-col-lg-offset-20 {
    margin-left: 83.33333333%
  }

  .auxo-col-lg-order-20 {
    order: 20
  }

  .auxo-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .auxo-col-lg-push-19 {
    left: 79.16666667%
  }

  .auxo-col-lg-pull-19 {
    right: 79.16666667%
  }

  .auxo-col-lg-offset-19 {
    margin-left: 79.16666667%
  }

  .auxo-col-lg-order-19 {
    order: 19
  }

  .auxo-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .auxo-col-lg-push-18 {
    left: 75%
  }

  .auxo-col-lg-pull-18 {
    right: 75%
  }

  .auxo-col-lg-offset-18 {
    margin-left: 75%
  }

  .auxo-col-lg-order-18 {
    order: 18
  }

  .auxo-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .auxo-col-lg-push-17 {
    left: 70.83333333%
  }

  .auxo-col-lg-pull-17 {
    right: 70.83333333%
  }

  .auxo-col-lg-offset-17 {
    margin-left: 70.83333333%
  }

  .auxo-col-lg-order-17 {
    order: 17
  }

  .auxo-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .auxo-col-lg-push-16 {
    left: 66.66666667%
  }

  .auxo-col-lg-pull-16 {
    right: 66.66666667%
  }

  .auxo-col-lg-offset-16 {
    margin-left: 66.66666667%
  }

  .auxo-col-lg-order-16 {
    order: 16
  }

  .auxo-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .auxo-col-lg-push-15 {
    left: 62.5%
  }

  .auxo-col-lg-pull-15 {
    right: 62.5%
  }

  .auxo-col-lg-offset-15 {
    margin-left: 62.5%
  }

  .auxo-col-lg-order-15 {
    order: 15
  }

  .auxo-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .auxo-col-lg-push-14 {
    left: 58.33333333%
  }

  .auxo-col-lg-pull-14 {
    right: 58.33333333%
  }

  .auxo-col-lg-offset-14 {
    margin-left: 58.33333333%
  }

  .auxo-col-lg-order-14 {
    order: 14
  }

  .auxo-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .auxo-col-lg-push-13 {
    left: 54.16666667%
  }

  .auxo-col-lg-pull-13 {
    right: 54.16666667%
  }

  .auxo-col-lg-offset-13 {
    margin-left: 54.16666667%
  }

  .auxo-col-lg-order-13 {
    order: 13
  }

  .auxo-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .auxo-col-lg-push-12 {
    left: 50%
  }

  .auxo-col-lg-pull-12 {
    right: 50%
  }

  .auxo-col-lg-offset-12 {
    margin-left: 50%
  }

  .auxo-col-lg-order-12 {
    order: 12
  }

  .auxo-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .auxo-col-lg-push-11 {
    left: 45.83333333%
  }

  .auxo-col-lg-pull-11 {
    right: 45.83333333%
  }

  .auxo-col-lg-offset-11 {
    margin-left: 45.83333333%
  }

  .auxo-col-lg-order-11 {
    order: 11
  }

  .auxo-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .auxo-col-lg-push-10 {
    left: 41.66666667%
  }

  .auxo-col-lg-pull-10 {
    right: 41.66666667%
  }

  .auxo-col-lg-offset-10 {
    margin-left: 41.66666667%
  }

  .auxo-col-lg-order-10 {
    order: 10
  }

  .auxo-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .auxo-col-lg-push-9 {
    left: 37.5%
  }

  .auxo-col-lg-pull-9 {
    right: 37.5%
  }

  .auxo-col-lg-offset-9 {
    margin-left: 37.5%
  }

  .auxo-col-lg-order-9 {
    order: 9
  }

  .auxo-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .auxo-col-lg-push-8 {
    left: 33.33333333%
  }

  .auxo-col-lg-pull-8 {
    right: 33.33333333%
  }

  .auxo-col-lg-offset-8 {
    margin-left: 33.33333333%
  }

  .auxo-col-lg-order-8 {
    order: 8
  }

  .auxo-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .auxo-col-lg-push-7 {
    left: 29.16666667%
  }

  .auxo-col-lg-pull-7 {
    right: 29.16666667%
  }

  .auxo-col-lg-offset-7 {
    margin-left: 29.16666667%
  }

  .auxo-col-lg-order-7 {
    order: 7
  }

  .auxo-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .auxo-col-lg-push-6 {
    left: 25%
  }

  .auxo-col-lg-pull-6 {
    right: 25%
  }

  .auxo-col-lg-offset-6 {
    margin-left: 25%
  }

  .auxo-col-lg-order-6 {
    order: 6
  }

  .auxo-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .auxo-col-lg-push-5 {
    left: 20.83333333%
  }

  .auxo-col-lg-pull-5 {
    right: 20.83333333%
  }

  .auxo-col-lg-offset-5 {
    margin-left: 20.83333333%
  }

  .auxo-col-lg-order-5 {
    order: 5
  }

  .auxo-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .auxo-col-lg-push-4 {
    left: 16.66666667%
  }

  .auxo-col-lg-pull-4 {
    right: 16.66666667%
  }

  .auxo-col-lg-offset-4 {
    margin-left: 16.66666667%
  }

  .auxo-col-lg-order-4 {
    order: 4
  }

  .auxo-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .auxo-col-lg-push-3 {
    left: 12.5%
  }

  .auxo-col-lg-pull-3 {
    right: 12.5%
  }

  .auxo-col-lg-offset-3 {
    margin-left: 12.5%
  }

  .auxo-col-lg-order-3 {
    order: 3
  }

  .auxo-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .auxo-col-lg-push-2 {
    left: 8.33333333%
  }

  .auxo-col-lg-pull-2 {
    right: 8.33333333%
  }

  .auxo-col-lg-offset-2 {
    margin-left: 8.33333333%
  }

  .auxo-col-lg-order-2 {
    order: 2
  }

  .auxo-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .auxo-col-lg-push-1 {
    left: 4.16666667%
  }

  .auxo-col-lg-pull-1 {
    right: 4.16666667%
  }

  .auxo-col-lg-offset-1 {
    margin-left: 4.16666667%
  }

  .auxo-col-lg-order-1 {
    order: 1
  }

  .auxo-col-lg-0 {
    display: none
  }

  .auxo-col-push-0 {
    left: auto
  }

  .auxo-col-pull-0 {
    right: auto
  }

  .auxo-col-lg-push-0 {
    left: auto
  }

  .auxo-col-lg-pull-0 {
    right: auto
  }

  .auxo-col-lg-offset-0 {
    margin-left: 0
  }

  .auxo-col-lg-order-0 {
    order: 0
  }

  .auxo-col-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-lg-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-lg-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-lg-offset-0.auxo-col-rtl {
    margin-right: 0
  }

  .auxo-col-lg-push-1.auxo-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .auxo-col-lg-pull-1.auxo-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .auxo-col-lg-offset-1.auxo-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .auxo-col-lg-push-2.auxo-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .auxo-col-lg-pull-2.auxo-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .auxo-col-lg-offset-2.auxo-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .auxo-col-lg-push-3.auxo-col-rtl {
    left: auto;
    right: 12.5%
  }

  .auxo-col-lg-pull-3.auxo-col-rtl {
    left: 12.5%;
    right: auto
  }

  .auxo-col-lg-offset-3.auxo-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .auxo-col-lg-push-4.auxo-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .auxo-col-lg-pull-4.auxo-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .auxo-col-lg-offset-4.auxo-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .auxo-col-lg-push-5.auxo-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .auxo-col-lg-pull-5.auxo-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .auxo-col-lg-offset-5.auxo-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .auxo-col-lg-push-6.auxo-col-rtl {
    left: auto;
    right: 25%
  }

  .auxo-col-lg-pull-6.auxo-col-rtl {
    left: 25%;
    right: auto
  }

  .auxo-col-lg-offset-6.auxo-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .auxo-col-lg-push-7.auxo-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .auxo-col-lg-pull-7.auxo-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .auxo-col-lg-offset-7.auxo-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .auxo-col-lg-push-8.auxo-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .auxo-col-lg-pull-8.auxo-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .auxo-col-lg-offset-8.auxo-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .auxo-col-lg-push-9.auxo-col-rtl {
    left: auto;
    right: 37.5%
  }

  .auxo-col-lg-pull-9.auxo-col-rtl {
    left: 37.5%;
    right: auto
  }

  .auxo-col-lg-offset-9.auxo-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .auxo-col-lg-push-10.auxo-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .auxo-col-lg-pull-10.auxo-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .auxo-col-lg-offset-10.auxo-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .auxo-col-lg-push-11.auxo-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .auxo-col-lg-pull-11.auxo-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .auxo-col-lg-offset-11.auxo-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .auxo-col-lg-push-12.auxo-col-rtl {
    left: auto;
    right: 50%
  }

  .auxo-col-lg-pull-12.auxo-col-rtl {
    left: 50%;
    right: auto
  }

  .auxo-col-lg-offset-12.auxo-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .auxo-col-lg-push-13.auxo-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .auxo-col-lg-pull-13.auxo-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .auxo-col-lg-offset-13.auxo-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .auxo-col-lg-push-14.auxo-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .auxo-col-lg-pull-14.auxo-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .auxo-col-lg-offset-14.auxo-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .auxo-col-lg-push-15.auxo-col-rtl {
    left: auto;
    right: 62.5%
  }

  .auxo-col-lg-pull-15.auxo-col-rtl {
    left: 62.5%;
    right: auto
  }

  .auxo-col-lg-offset-15.auxo-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .auxo-col-lg-push-16.auxo-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .auxo-col-lg-pull-16.auxo-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .auxo-col-lg-offset-16.auxo-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .auxo-col-lg-push-17.auxo-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .auxo-col-lg-pull-17.auxo-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .auxo-col-lg-offset-17.auxo-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .auxo-col-lg-push-18.auxo-col-rtl {
    left: auto;
    right: 75%
  }

  .auxo-col-lg-pull-18.auxo-col-rtl {
    left: 75%;
    right: auto
  }

  .auxo-col-lg-offset-18.auxo-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .auxo-col-lg-push-19.auxo-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .auxo-col-lg-pull-19.auxo-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .auxo-col-lg-offset-19.auxo-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .auxo-col-lg-push-20.auxo-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .auxo-col-lg-pull-20.auxo-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .auxo-col-lg-offset-20.auxo-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .auxo-col-lg-push-21.auxo-col-rtl {
    left: auto;
    right: 87.5%
  }

  .auxo-col-lg-pull-21.auxo-col-rtl {
    left: 87.5%;
    right: auto
  }

  .auxo-col-lg-offset-21.auxo-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .auxo-col-lg-push-22.auxo-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .auxo-col-lg-pull-22.auxo-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .auxo-col-lg-offset-22.auxo-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .auxo-col-lg-push-23.auxo-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .auxo-col-lg-pull-23.auxo-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .auxo-col-lg-offset-23.auxo-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .auxo-col-lg-push-24.auxo-col-rtl {
    left: auto;
    right: 100%
  }

  .auxo-col-lg-pull-24.auxo-col-rtl {
    left: 100%;
    right: auto
  }

  .auxo-col-lg-offset-24.auxo-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:1200px) {
  .auxo-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-xl-push-24 {
    left: 100%
  }

  .auxo-col-xl-pull-24 {
    right: 100%
  }

  .auxo-col-xl-offset-24 {
    margin-left: 100%
  }

  .auxo-col-xl-order-24 {
    order: 24
  }

  .auxo-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .auxo-col-xl-push-23 {
    left: 95.83333333%
  }

  .auxo-col-xl-pull-23 {
    right: 95.83333333%
  }

  .auxo-col-xl-offset-23 {
    margin-left: 95.83333333%
  }

  .auxo-col-xl-order-23 {
    order: 23
  }

  .auxo-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .auxo-col-xl-push-22 {
    left: 91.66666667%
  }

  .auxo-col-xl-pull-22 {
    right: 91.66666667%
  }

  .auxo-col-xl-offset-22 {
    margin-left: 91.66666667%
  }

  .auxo-col-xl-order-22 {
    order: 22
  }

  .auxo-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .auxo-col-xl-push-21 {
    left: 87.5%
  }

  .auxo-col-xl-pull-21 {
    right: 87.5%
  }

  .auxo-col-xl-offset-21 {
    margin-left: 87.5%
  }

  .auxo-col-xl-order-21 {
    order: 21
  }

  .auxo-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .auxo-col-xl-push-20 {
    left: 83.33333333%
  }

  .auxo-col-xl-pull-20 {
    right: 83.33333333%
  }

  .auxo-col-xl-offset-20 {
    margin-left: 83.33333333%
  }

  .auxo-col-xl-order-20 {
    order: 20
  }

  .auxo-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .auxo-col-xl-push-19 {
    left: 79.16666667%
  }

  .auxo-col-xl-pull-19 {
    right: 79.16666667%
  }

  .auxo-col-xl-offset-19 {
    margin-left: 79.16666667%
  }

  .auxo-col-xl-order-19 {
    order: 19
  }

  .auxo-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .auxo-col-xl-push-18 {
    left: 75%
  }

  .auxo-col-xl-pull-18 {
    right: 75%
  }

  .auxo-col-xl-offset-18 {
    margin-left: 75%
  }

  .auxo-col-xl-order-18 {
    order: 18
  }

  .auxo-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .auxo-col-xl-push-17 {
    left: 70.83333333%
  }

  .auxo-col-xl-pull-17 {
    right: 70.83333333%
  }

  .auxo-col-xl-offset-17 {
    margin-left: 70.83333333%
  }

  .auxo-col-xl-order-17 {
    order: 17
  }

  .auxo-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .auxo-col-xl-push-16 {
    left: 66.66666667%
  }

  .auxo-col-xl-pull-16 {
    right: 66.66666667%
  }

  .auxo-col-xl-offset-16 {
    margin-left: 66.66666667%
  }

  .auxo-col-xl-order-16 {
    order: 16
  }

  .auxo-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .auxo-col-xl-push-15 {
    left: 62.5%
  }

  .auxo-col-xl-pull-15 {
    right: 62.5%
  }

  .auxo-col-xl-offset-15 {
    margin-left: 62.5%
  }

  .auxo-col-xl-order-15 {
    order: 15
  }

  .auxo-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .auxo-col-xl-push-14 {
    left: 58.33333333%
  }

  .auxo-col-xl-pull-14 {
    right: 58.33333333%
  }

  .auxo-col-xl-offset-14 {
    margin-left: 58.33333333%
  }

  .auxo-col-xl-order-14 {
    order: 14
  }

  .auxo-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .auxo-col-xl-push-13 {
    left: 54.16666667%
  }

  .auxo-col-xl-pull-13 {
    right: 54.16666667%
  }

  .auxo-col-xl-offset-13 {
    margin-left: 54.16666667%
  }

  .auxo-col-xl-order-13 {
    order: 13
  }

  .auxo-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .auxo-col-xl-push-12 {
    left: 50%
  }

  .auxo-col-xl-pull-12 {
    right: 50%
  }

  .auxo-col-xl-offset-12 {
    margin-left: 50%
  }

  .auxo-col-xl-order-12 {
    order: 12
  }

  .auxo-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .auxo-col-xl-push-11 {
    left: 45.83333333%
  }

  .auxo-col-xl-pull-11 {
    right: 45.83333333%
  }

  .auxo-col-xl-offset-11 {
    margin-left: 45.83333333%
  }

  .auxo-col-xl-order-11 {
    order: 11
  }

  .auxo-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .auxo-col-xl-push-10 {
    left: 41.66666667%
  }

  .auxo-col-xl-pull-10 {
    right: 41.66666667%
  }

  .auxo-col-xl-offset-10 {
    margin-left: 41.66666667%
  }

  .auxo-col-xl-order-10 {
    order: 10
  }

  .auxo-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .auxo-col-xl-push-9 {
    left: 37.5%
  }

  .auxo-col-xl-pull-9 {
    right: 37.5%
  }

  .auxo-col-xl-offset-9 {
    margin-left: 37.5%
  }

  .auxo-col-xl-order-9 {
    order: 9
  }

  .auxo-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .auxo-col-xl-push-8 {
    left: 33.33333333%
  }

  .auxo-col-xl-pull-8 {
    right: 33.33333333%
  }

  .auxo-col-xl-offset-8 {
    margin-left: 33.33333333%
  }

  .auxo-col-xl-order-8 {
    order: 8
  }

  .auxo-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .auxo-col-xl-push-7 {
    left: 29.16666667%
  }

  .auxo-col-xl-pull-7 {
    right: 29.16666667%
  }

  .auxo-col-xl-offset-7 {
    margin-left: 29.16666667%
  }

  .auxo-col-xl-order-7 {
    order: 7
  }

  .auxo-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .auxo-col-xl-push-6 {
    left: 25%
  }

  .auxo-col-xl-pull-6 {
    right: 25%
  }

  .auxo-col-xl-offset-6 {
    margin-left: 25%
  }

  .auxo-col-xl-order-6 {
    order: 6
  }

  .auxo-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .auxo-col-xl-push-5 {
    left: 20.83333333%
  }

  .auxo-col-xl-pull-5 {
    right: 20.83333333%
  }

  .auxo-col-xl-offset-5 {
    margin-left: 20.83333333%
  }

  .auxo-col-xl-order-5 {
    order: 5
  }

  .auxo-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .auxo-col-xl-push-4 {
    left: 16.66666667%
  }

  .auxo-col-xl-pull-4 {
    right: 16.66666667%
  }

  .auxo-col-xl-offset-4 {
    margin-left: 16.66666667%
  }

  .auxo-col-xl-order-4 {
    order: 4
  }

  .auxo-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .auxo-col-xl-push-3 {
    left: 12.5%
  }

  .auxo-col-xl-pull-3 {
    right: 12.5%
  }

  .auxo-col-xl-offset-3 {
    margin-left: 12.5%
  }

  .auxo-col-xl-order-3 {
    order: 3
  }

  .auxo-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .auxo-col-xl-push-2 {
    left: 8.33333333%
  }

  .auxo-col-xl-pull-2 {
    right: 8.33333333%
  }

  .auxo-col-xl-offset-2 {
    margin-left: 8.33333333%
  }

  .auxo-col-xl-order-2 {
    order: 2
  }

  .auxo-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .auxo-col-xl-push-1 {
    left: 4.16666667%
  }

  .auxo-col-xl-pull-1 {
    right: 4.16666667%
  }

  .auxo-col-xl-offset-1 {
    margin-left: 4.16666667%
  }

  .auxo-col-xl-order-1 {
    order: 1
  }

  .auxo-col-xl-0 {
    display: none
  }

  .auxo-col-push-0 {
    left: auto
  }

  .auxo-col-pull-0 {
    right: auto
  }

  .auxo-col-xl-push-0 {
    left: auto
  }

  .auxo-col-xl-pull-0 {
    right: auto
  }

  .auxo-col-xl-offset-0 {
    margin-left: 0
  }

  .auxo-col-xl-order-0 {
    order: 0
  }

  .auxo-col-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-xl-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-xl-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-xl-offset-0.auxo-col-rtl {
    margin-right: 0
  }

  .auxo-col-xl-push-1.auxo-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .auxo-col-xl-pull-1.auxo-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .auxo-col-xl-offset-1.auxo-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .auxo-col-xl-push-2.auxo-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .auxo-col-xl-pull-2.auxo-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .auxo-col-xl-offset-2.auxo-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .auxo-col-xl-push-3.auxo-col-rtl {
    left: auto;
    right: 12.5%
  }

  .auxo-col-xl-pull-3.auxo-col-rtl {
    left: 12.5%;
    right: auto
  }

  .auxo-col-xl-offset-3.auxo-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .auxo-col-xl-push-4.auxo-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .auxo-col-xl-pull-4.auxo-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .auxo-col-xl-offset-4.auxo-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .auxo-col-xl-push-5.auxo-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .auxo-col-xl-pull-5.auxo-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .auxo-col-xl-offset-5.auxo-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .auxo-col-xl-push-6.auxo-col-rtl {
    left: auto;
    right: 25%
  }

  .auxo-col-xl-pull-6.auxo-col-rtl {
    left: 25%;
    right: auto
  }

  .auxo-col-xl-offset-6.auxo-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .auxo-col-xl-push-7.auxo-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .auxo-col-xl-pull-7.auxo-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .auxo-col-xl-offset-7.auxo-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .auxo-col-xl-push-8.auxo-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .auxo-col-xl-pull-8.auxo-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .auxo-col-xl-offset-8.auxo-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .auxo-col-xl-push-9.auxo-col-rtl {
    left: auto;
    right: 37.5%
  }

  .auxo-col-xl-pull-9.auxo-col-rtl {
    left: 37.5%;
    right: auto
  }

  .auxo-col-xl-offset-9.auxo-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .auxo-col-xl-push-10.auxo-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .auxo-col-xl-pull-10.auxo-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .auxo-col-xl-offset-10.auxo-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .auxo-col-xl-push-11.auxo-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .auxo-col-xl-pull-11.auxo-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .auxo-col-xl-offset-11.auxo-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .auxo-col-xl-push-12.auxo-col-rtl {
    left: auto;
    right: 50%
  }

  .auxo-col-xl-pull-12.auxo-col-rtl {
    left: 50%;
    right: auto
  }

  .auxo-col-xl-offset-12.auxo-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .auxo-col-xl-push-13.auxo-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .auxo-col-xl-pull-13.auxo-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .auxo-col-xl-offset-13.auxo-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .auxo-col-xl-push-14.auxo-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .auxo-col-xl-pull-14.auxo-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .auxo-col-xl-offset-14.auxo-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .auxo-col-xl-push-15.auxo-col-rtl {
    left: auto;
    right: 62.5%
  }

  .auxo-col-xl-pull-15.auxo-col-rtl {
    left: 62.5%;
    right: auto
  }

  .auxo-col-xl-offset-15.auxo-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .auxo-col-xl-push-16.auxo-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .auxo-col-xl-pull-16.auxo-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .auxo-col-xl-offset-16.auxo-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .auxo-col-xl-push-17.auxo-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .auxo-col-xl-pull-17.auxo-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .auxo-col-xl-offset-17.auxo-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .auxo-col-xl-push-18.auxo-col-rtl {
    left: auto;
    right: 75%
  }

  .auxo-col-xl-pull-18.auxo-col-rtl {
    left: 75%;
    right: auto
  }

  .auxo-col-xl-offset-18.auxo-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .auxo-col-xl-push-19.auxo-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .auxo-col-xl-pull-19.auxo-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .auxo-col-xl-offset-19.auxo-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .auxo-col-xl-push-20.auxo-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .auxo-col-xl-pull-20.auxo-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .auxo-col-xl-offset-20.auxo-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .auxo-col-xl-push-21.auxo-col-rtl {
    left: auto;
    right: 87.5%
  }

  .auxo-col-xl-pull-21.auxo-col-rtl {
    left: 87.5%;
    right: auto
  }

  .auxo-col-xl-offset-21.auxo-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .auxo-col-xl-push-22.auxo-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .auxo-col-xl-pull-22.auxo-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .auxo-col-xl-offset-22.auxo-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .auxo-col-xl-push-23.auxo-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .auxo-col-xl-pull-23.auxo-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .auxo-col-xl-offset-23.auxo-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .auxo-col-xl-push-24.auxo-col-rtl {
    left: auto;
    right: 100%
  }

  .auxo-col-xl-pull-24.auxo-col-rtl {
    left: 100%;
    right: auto
  }

  .auxo-col-xl-offset-24.auxo-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

@media (min-width:1600px) {
  .auxo-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%
  }

  .auxo-col-xxl-push-24 {
    left: 100%
  }

  .auxo-col-xxl-pull-24 {
    right: 100%
  }

  .auxo-col-xxl-offset-24 {
    margin-left: 100%
  }

  .auxo-col-xxl-order-24 {
    order: 24
  }

  .auxo-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%
  }

  .auxo-col-xxl-push-23 {
    left: 95.83333333%
  }

  .auxo-col-xxl-pull-23 {
    right: 95.83333333%
  }

  .auxo-col-xxl-offset-23 {
    margin-left: 95.83333333%
  }

  .auxo-col-xxl-order-23 {
    order: 23
  }

  .auxo-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%
  }

  .auxo-col-xxl-push-22 {
    left: 91.66666667%
  }

  .auxo-col-xxl-pull-22 {
    right: 91.66666667%
  }

  .auxo-col-xxl-offset-22 {
    margin-left: 91.66666667%
  }

  .auxo-col-xxl-order-22 {
    order: 22
  }

  .auxo-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%
  }

  .auxo-col-xxl-push-21 {
    left: 87.5%
  }

  .auxo-col-xxl-pull-21 {
    right: 87.5%
  }

  .auxo-col-xxl-offset-21 {
    margin-left: 87.5%
  }

  .auxo-col-xxl-order-21 {
    order: 21
  }

  .auxo-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%
  }

  .auxo-col-xxl-push-20 {
    left: 83.33333333%
  }

  .auxo-col-xxl-pull-20 {
    right: 83.33333333%
  }

  .auxo-col-xxl-offset-20 {
    margin-left: 83.33333333%
  }

  .auxo-col-xxl-order-20 {
    order: 20
  }

  .auxo-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%
  }

  .auxo-col-xxl-push-19 {
    left: 79.16666667%
  }

  .auxo-col-xxl-pull-19 {
    right: 79.16666667%
  }

  .auxo-col-xxl-offset-19 {
    margin-left: 79.16666667%
  }

  .auxo-col-xxl-order-19 {
    order: 19
  }

  .auxo-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%
  }

  .auxo-col-xxl-push-18 {
    left: 75%
  }

  .auxo-col-xxl-pull-18 {
    right: 75%
  }

  .auxo-col-xxl-offset-18 {
    margin-left: 75%
  }

  .auxo-col-xxl-order-18 {
    order: 18
  }

  .auxo-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%
  }

  .auxo-col-xxl-push-17 {
    left: 70.83333333%
  }

  .auxo-col-xxl-pull-17 {
    right: 70.83333333%
  }

  .auxo-col-xxl-offset-17 {
    margin-left: 70.83333333%
  }

  .auxo-col-xxl-order-17 {
    order: 17
  }

  .auxo-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%
  }

  .auxo-col-xxl-push-16 {
    left: 66.66666667%
  }

  .auxo-col-xxl-pull-16 {
    right: 66.66666667%
  }

  .auxo-col-xxl-offset-16 {
    margin-left: 66.66666667%
  }

  .auxo-col-xxl-order-16 {
    order: 16
  }

  .auxo-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%
  }

  .auxo-col-xxl-push-15 {
    left: 62.5%
  }

  .auxo-col-xxl-pull-15 {
    right: 62.5%
  }

  .auxo-col-xxl-offset-15 {
    margin-left: 62.5%
  }

  .auxo-col-xxl-order-15 {
    order: 15
  }

  .auxo-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%
  }

  .auxo-col-xxl-push-14 {
    left: 58.33333333%
  }

  .auxo-col-xxl-pull-14 {
    right: 58.33333333%
  }

  .auxo-col-xxl-offset-14 {
    margin-left: 58.33333333%
  }

  .auxo-col-xxl-order-14 {
    order: 14
  }

  .auxo-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%
  }

  .auxo-col-xxl-push-13 {
    left: 54.16666667%
  }

  .auxo-col-xxl-pull-13 {
    right: 54.16666667%
  }

  .auxo-col-xxl-offset-13 {
    margin-left: 54.16666667%
  }

  .auxo-col-xxl-order-13 {
    order: 13
  }

  .auxo-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%
  }

  .auxo-col-xxl-push-12 {
    left: 50%
  }

  .auxo-col-xxl-pull-12 {
    right: 50%
  }

  .auxo-col-xxl-offset-12 {
    margin-left: 50%
  }

  .auxo-col-xxl-order-12 {
    order: 12
  }

  .auxo-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%
  }

  .auxo-col-xxl-push-11 {
    left: 45.83333333%
  }

  .auxo-col-xxl-pull-11 {
    right: 45.83333333%
  }

  .auxo-col-xxl-offset-11 {
    margin-left: 45.83333333%
  }

  .auxo-col-xxl-order-11 {
    order: 11
  }

  .auxo-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%
  }

  .auxo-col-xxl-push-10 {
    left: 41.66666667%
  }

  .auxo-col-xxl-pull-10 {
    right: 41.66666667%
  }

  .auxo-col-xxl-offset-10 {
    margin-left: 41.66666667%
  }

  .auxo-col-xxl-order-10 {
    order: 10
  }

  .auxo-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%
  }

  .auxo-col-xxl-push-9 {
    left: 37.5%
  }

  .auxo-col-xxl-pull-9 {
    right: 37.5%
  }

  .auxo-col-xxl-offset-9 {
    margin-left: 37.5%
  }

  .auxo-col-xxl-order-9 {
    order: 9
  }

  .auxo-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%
  }

  .auxo-col-xxl-push-8 {
    left: 33.33333333%
  }

  .auxo-col-xxl-pull-8 {
    right: 33.33333333%
  }

  .auxo-col-xxl-offset-8 {
    margin-left: 33.33333333%
  }

  .auxo-col-xxl-order-8 {
    order: 8
  }

  .auxo-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%
  }

  .auxo-col-xxl-push-7 {
    left: 29.16666667%
  }

  .auxo-col-xxl-pull-7 {
    right: 29.16666667%
  }

  .auxo-col-xxl-offset-7 {
    margin-left: 29.16666667%
  }

  .auxo-col-xxl-order-7 {
    order: 7
  }

  .auxo-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%
  }

  .auxo-col-xxl-push-6 {
    left: 25%
  }

  .auxo-col-xxl-pull-6 {
    right: 25%
  }

  .auxo-col-xxl-offset-6 {
    margin-left: 25%
  }

  .auxo-col-xxl-order-6 {
    order: 6
  }

  .auxo-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%
  }

  .auxo-col-xxl-push-5 {
    left: 20.83333333%
  }

  .auxo-col-xxl-pull-5 {
    right: 20.83333333%
  }

  .auxo-col-xxl-offset-5 {
    margin-left: 20.83333333%
  }

  .auxo-col-xxl-order-5 {
    order: 5
  }

  .auxo-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%
  }

  .auxo-col-xxl-push-4 {
    left: 16.66666667%
  }

  .auxo-col-xxl-pull-4 {
    right: 16.66666667%
  }

  .auxo-col-xxl-offset-4 {
    margin-left: 16.66666667%
  }

  .auxo-col-xxl-order-4 {
    order: 4
  }

  .auxo-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%
  }

  .auxo-col-xxl-push-3 {
    left: 12.5%
  }

  .auxo-col-xxl-pull-3 {
    right: 12.5%
  }

  .auxo-col-xxl-offset-3 {
    margin-left: 12.5%
  }

  .auxo-col-xxl-order-3 {
    order: 3
  }

  .auxo-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%
  }

  .auxo-col-xxl-push-2 {
    left: 8.33333333%
  }

  .auxo-col-xxl-pull-2 {
    right: 8.33333333%
  }

  .auxo-col-xxl-offset-2 {
    margin-left: 8.33333333%
  }

  .auxo-col-xxl-order-2 {
    order: 2
  }

  .auxo-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%
  }

  .auxo-col-xxl-push-1 {
    left: 4.16666667%
  }

  .auxo-col-xxl-pull-1 {
    right: 4.16666667%
  }

  .auxo-col-xxl-offset-1 {
    margin-left: 4.16666667%
  }

  .auxo-col-xxl-order-1 {
    order: 1
  }

  .auxo-col-xxl-0 {
    display: none
  }

  .auxo-col-push-0 {
    left: auto
  }

  .auxo-col-pull-0 {
    right: auto
  }

  .auxo-col-xxl-push-0 {
    left: auto
  }

  .auxo-col-xxl-pull-0 {
    right: auto
  }

  .auxo-col-xxl-offset-0 {
    margin-left: 0
  }

  .auxo-col-xxl-order-0 {
    order: 0
  }

  .auxo-col-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-xxl-push-0.auxo-col-rtl {
    right: auto
  }

  .auxo-col-xxl-pull-0.auxo-col-rtl {
    left: auto
  }

  .auxo-col-xxl-offset-0.auxo-col-rtl {
    margin-right: 0
  }

  .auxo-col-xxl-push-1.auxo-col-rtl {
    left: auto;
    right: 4.16666667%
  }

  .auxo-col-xxl-pull-1.auxo-col-rtl {
    left: 4.16666667%;
    right: auto
  }

  .auxo-col-xxl-offset-1.auxo-col-rtl {
    margin-left: 0;
    margin-right: 4.16666667%
  }

  .auxo-col-xxl-push-2.auxo-col-rtl {
    left: auto;
    right: 8.33333333%
  }

  .auxo-col-xxl-pull-2.auxo-col-rtl {
    left: 8.33333333%;
    right: auto
  }

  .auxo-col-xxl-offset-2.auxo-col-rtl {
    margin-left: 0;
    margin-right: 8.33333333%
  }

  .auxo-col-xxl-push-3.auxo-col-rtl {
    left: auto;
    right: 12.5%
  }

  .auxo-col-xxl-pull-3.auxo-col-rtl {
    left: 12.5%;
    right: auto
  }

  .auxo-col-xxl-offset-3.auxo-col-rtl {
    margin-left: 0;
    margin-right: 12.5%
  }

  .auxo-col-xxl-push-4.auxo-col-rtl {
    left: auto;
    right: 16.66666667%
  }

  .auxo-col-xxl-pull-4.auxo-col-rtl {
    left: 16.66666667%;
    right: auto
  }

  .auxo-col-xxl-offset-4.auxo-col-rtl {
    margin-left: 0;
    margin-right: 16.66666667%
  }

  .auxo-col-xxl-push-5.auxo-col-rtl {
    left: auto;
    right: 20.83333333%
  }

  .auxo-col-xxl-pull-5.auxo-col-rtl {
    left: 20.83333333%;
    right: auto
  }

  .auxo-col-xxl-offset-5.auxo-col-rtl {
    margin-left: 0;
    margin-right: 20.83333333%
  }

  .auxo-col-xxl-push-6.auxo-col-rtl {
    left: auto;
    right: 25%
  }

  .auxo-col-xxl-pull-6.auxo-col-rtl {
    left: 25%;
    right: auto
  }

  .auxo-col-xxl-offset-6.auxo-col-rtl {
    margin-left: 0;
    margin-right: 25%
  }

  .auxo-col-xxl-push-7.auxo-col-rtl {
    left: auto;
    right: 29.16666667%
  }

  .auxo-col-xxl-pull-7.auxo-col-rtl {
    left: 29.16666667%;
    right: auto
  }

  .auxo-col-xxl-offset-7.auxo-col-rtl {
    margin-left: 0;
    margin-right: 29.16666667%
  }

  .auxo-col-xxl-push-8.auxo-col-rtl {
    left: auto;
    right: 33.33333333%
  }

  .auxo-col-xxl-pull-8.auxo-col-rtl {
    left: 33.33333333%;
    right: auto
  }

  .auxo-col-xxl-offset-8.auxo-col-rtl {
    margin-left: 0;
    margin-right: 33.33333333%
  }

  .auxo-col-xxl-push-9.auxo-col-rtl {
    left: auto;
    right: 37.5%
  }

  .auxo-col-xxl-pull-9.auxo-col-rtl {
    left: 37.5%;
    right: auto
  }

  .auxo-col-xxl-offset-9.auxo-col-rtl {
    margin-left: 0;
    margin-right: 37.5%
  }

  .auxo-col-xxl-push-10.auxo-col-rtl {
    left: auto;
    right: 41.66666667%
  }

  .auxo-col-xxl-pull-10.auxo-col-rtl {
    left: 41.66666667%;
    right: auto
  }

  .auxo-col-xxl-offset-10.auxo-col-rtl {
    margin-left: 0;
    margin-right: 41.66666667%
  }

  .auxo-col-xxl-push-11.auxo-col-rtl {
    left: auto;
    right: 45.83333333%
  }

  .auxo-col-xxl-pull-11.auxo-col-rtl {
    left: 45.83333333%;
    right: auto
  }

  .auxo-col-xxl-offset-11.auxo-col-rtl {
    margin-left: 0;
    margin-right: 45.83333333%
  }

  .auxo-col-xxl-push-12.auxo-col-rtl {
    left: auto;
    right: 50%
  }

  .auxo-col-xxl-pull-12.auxo-col-rtl {
    left: 50%;
    right: auto
  }

  .auxo-col-xxl-offset-12.auxo-col-rtl {
    margin-left: 0;
    margin-right: 50%
  }

  .auxo-col-xxl-push-13.auxo-col-rtl {
    left: auto;
    right: 54.16666667%
  }

  .auxo-col-xxl-pull-13.auxo-col-rtl {
    left: 54.16666667%;
    right: auto
  }

  .auxo-col-xxl-offset-13.auxo-col-rtl {
    margin-left: 0;
    margin-right: 54.16666667%
  }

  .auxo-col-xxl-push-14.auxo-col-rtl {
    left: auto;
    right: 58.33333333%
  }

  .auxo-col-xxl-pull-14.auxo-col-rtl {
    left: 58.33333333%;
    right: auto
  }

  .auxo-col-xxl-offset-14.auxo-col-rtl {
    margin-left: 0;
    margin-right: 58.33333333%
  }

  .auxo-col-xxl-push-15.auxo-col-rtl {
    left: auto;
    right: 62.5%
  }

  .auxo-col-xxl-pull-15.auxo-col-rtl {
    left: 62.5%;
    right: auto
  }

  .auxo-col-xxl-offset-15.auxo-col-rtl {
    margin-left: 0;
    margin-right: 62.5%
  }

  .auxo-col-xxl-push-16.auxo-col-rtl {
    left: auto;
    right: 66.66666667%
  }

  .auxo-col-xxl-pull-16.auxo-col-rtl {
    left: 66.66666667%;
    right: auto
  }

  .auxo-col-xxl-offset-16.auxo-col-rtl {
    margin-left: 0;
    margin-right: 66.66666667%
  }

  .auxo-col-xxl-push-17.auxo-col-rtl {
    left: auto;
    right: 70.83333333%
  }

  .auxo-col-xxl-pull-17.auxo-col-rtl {
    left: 70.83333333%;
    right: auto
  }

  .auxo-col-xxl-offset-17.auxo-col-rtl {
    margin-left: 0;
    margin-right: 70.83333333%
  }

  .auxo-col-xxl-push-18.auxo-col-rtl {
    left: auto;
    right: 75%
  }

  .auxo-col-xxl-pull-18.auxo-col-rtl {
    left: 75%;
    right: auto
  }

  .auxo-col-xxl-offset-18.auxo-col-rtl {
    margin-left: 0;
    margin-right: 75%
  }

  .auxo-col-xxl-push-19.auxo-col-rtl {
    left: auto;
    right: 79.16666667%
  }

  .auxo-col-xxl-pull-19.auxo-col-rtl {
    left: 79.16666667%;
    right: auto
  }

  .auxo-col-xxl-offset-19.auxo-col-rtl {
    margin-left: 0;
    margin-right: 79.16666667%
  }

  .auxo-col-xxl-push-20.auxo-col-rtl {
    left: auto;
    right: 83.33333333%
  }

  .auxo-col-xxl-pull-20.auxo-col-rtl {
    left: 83.33333333%;
    right: auto
  }

  .auxo-col-xxl-offset-20.auxo-col-rtl {
    margin-left: 0;
    margin-right: 83.33333333%
  }

  .auxo-col-xxl-push-21.auxo-col-rtl {
    left: auto;
    right: 87.5%
  }

  .auxo-col-xxl-pull-21.auxo-col-rtl {
    left: 87.5%;
    right: auto
  }

  .auxo-col-xxl-offset-21.auxo-col-rtl {
    margin-left: 0;
    margin-right: 87.5%
  }

  .auxo-col-xxl-push-22.auxo-col-rtl {
    left: auto;
    right: 91.66666667%
  }

  .auxo-col-xxl-pull-22.auxo-col-rtl {
    left: 91.66666667%;
    right: auto
  }

  .auxo-col-xxl-offset-22.auxo-col-rtl {
    margin-left: 0;
    margin-right: 91.66666667%
  }

  .auxo-col-xxl-push-23.auxo-col-rtl {
    left: auto;
    right: 95.83333333%
  }

  .auxo-col-xxl-pull-23.auxo-col-rtl {
    left: 95.83333333%;
    right: auto
  }

  .auxo-col-xxl-offset-23.auxo-col-rtl {
    margin-left: 0;
    margin-right: 95.83333333%
  }

  .auxo-col-xxl-push-24.auxo-col-rtl {
    left: auto;
    right: 100%
  }

  .auxo-col-xxl-pull-24.auxo-col-rtl {
    left: 100%;
    right: auto
  }

  .auxo-col-xxl-offset-24.auxo-col-rtl {
    margin-left: 0;
    margin-right: 100%
  }
}

.auxo-row-rtl {
  direction: rtl
}

.auxo-layout {
  background: #f0f2f5;
  display: flex;
  flex: auto;
  flex-direction: column;
  min-height: 0
}

.auxo-layout,
.auxo-layout * {
  box-sizing: border-box
}

.auxo-layout.auxo-layout-has-sider {
  flex-direction: row
}

.auxo-layout.auxo-layout-has-sider>.auxo-layout,
.auxo-layout.auxo-layout-has-sider>.auxo-layout-content {
  width: 0
}

.auxo-layout-footer,
.auxo-layout-header {
  flex: 0 0 auto
}

.auxo-layout-header {
  background: #001529;
  color: #565960;
  height: 64px;
  line-height: 64px;
  padding: 0 50px
}

.auxo-layout-footer {
  background: #f0f2f5;
  color: #565960;
  font-size: 14px;
  padding: 24px 50px
}

.auxo-layout-content {
  flex: auto;
  min-height: 0
}

.auxo-layout-sider {
  background: #001529;
  min-width: 0;
  position: relative;
  transition: all .2s
}

.auxo-layout-sider-children {
  height: 100%;
  margin-top: -.1px;
  padding-top: .1px
}

.auxo-layout-sider-has-trigger {
  padding-bottom: 48px
}

.auxo-layout-sider-right {
  order: 1
}

.auxo-layout-sider-trigger {
  background: #002140;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  position: fixed;
  text-align: center;
  transition: all .2s;
  z-index: 1
}

.auxo-layout-sider-zero-width>* {
  overflow: hidden
}

.auxo-layout-sider-zero-width-trigger {
  background: #001529;
  border-radius: 0 4px 4px 0;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  height: 42px;
  line-height: 42px;
  position: absolute;
  right: -36px;
  text-align: center;
  top: 64px;
  transition: background .3s ease;
  width: 36px;
  z-index: 1
}

.auxo-layout-sider-zero-width-trigger:after {
  background: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s
}

.auxo-layout-sider-zero-width-trigger:hover:after {
  background: hsla(0, 0%, 100%, .1)
}

.auxo-layout-sider-zero-width-trigger-right {
  border-radius: 4px 0 0 4px;
  left: -36px
}

.auxo-layout-sider-light {
  background: #fff
}

.auxo-layout-sider-light .auxo-layout-sider-trigger,
.auxo-layout-sider-light .auxo-layout-sider-zero-width-trigger {
  background: #fff;
  color: #565960
}

.auxo-layout-rtl {
  direction: rtl
}

.auxo-list {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-list * {
  outline: none
}

.auxo-list-pagination {
  margin-top: 24px;
  text-align: right
}

.auxo-list-pagination .auxo-pagination-options {
  text-align: left
}

.auxo-list-more {
  margin-top: 12px;
  text-align: center
}

.auxo-list-more button {
  padding-left: 32px;
  padding-right: 32px
}

.auxo-list-spin {
  min-height: 40px;
  text-align: center
}

.auxo-list-empty-text {
  color: #bcbdc0;
  font-size: 14px;
  padding: 16px;
  text-align: center
}

.auxo-list-items {
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-list-item {
  align-items: center;
  color: #565960;
  display: flex;
  justify-content: space-between;
  padding: 12px 0
}

.auxo-list-item-meta {
  align-items: flex-start;
  display: flex;
  flex: 1 1;
  max-width: 100%
}

.auxo-list-item-meta-avatar {
  margin-right: 16px
}

.auxo-list-item-meta-content {
  color: #565960;
  flex: 1 0;
  width: 0
}

.auxo-list-item-meta-title {
  color: #565960;
  font-size: 14px;
  line-height: 1.5715;
  margin-bottom: 4px
}

.auxo-list-item-meta-title>a {
  color: #565960;
  transition: all .3s
}

.auxo-list-item-meta-title>a:hover {
  color: #1966ff
}

.auxo-list-item-meta-description {
  color: #898b8f;
  font-size: 14px;
  line-height: 1.5715
}

.auxo-list-item-action {
  flex: 0 0 auto;
  font-size: 0;
  list-style: none;
  margin-left: 48px;
  padding: 0
}

.auxo-list-item-action>li {
  color: #898b8f;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5715;
  padding: 0 8px;
  position: relative;
  text-align: center
}

.auxo-list-item-action>li:first-child {
  padding-left: 0
}

.auxo-list-item-action-split {
  background-color: #eeeff0;
  height: 14px;
  margin-top: -7px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px
}

.auxo-list-footer,
.auxo-list-header {
  background: transparent
}

.auxo-list-footer,
.auxo-list-header {
  padding-bottom: 12px;
  padding-top: 12px
}

.auxo-list-empty {
  color: #898b8f;
  font-size: 12px;
  padding: 16px 0;
  text-align: center
}

.auxo-list-split .auxo-list-item {
  border-bottom: 1px solid #eeeff0
}

.auxo-list-split .auxo-list-item:last-child {
  border-bottom: none
}

.auxo-list-split .auxo-list-header {
  border-bottom: 1px solid #eeeff0
}

.auxo-list-split.auxo-list-empty .auxo-list-footer {
  border-top: 1px solid #eeeff0
}

.auxo-list-loading .auxo-list-spin-nested-loading {
  min-height: 32px
}

.auxo-list-split.auxo-list-something-after-last-item .auxo-spin-container>.auxo-list-items>.auxo-list-item:last-child {
  border-bottom: 1px solid #eeeff0
}

.auxo-list-lg .auxo-list-item {
  padding: 16px 24px
}

.auxo-list-sm .auxo-list-item {
  padding: 8px 16px
}

.auxo-list-vertical .auxo-list-item {
  align-items: normal
}

.auxo-list-vertical .auxo-list-item-main {
  display: block;
  flex: 1 1
}

.auxo-list-vertical .auxo-list-item-extra {
  margin-left: 40px
}

.auxo-list-vertical .auxo-list-item-meta {
  margin-bottom: 16px
}

.auxo-list-vertical .auxo-list-item-meta-title {
  color: #252931;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 12px
}

.auxo-list-vertical .auxo-list-item-action {
  margin-left: auto;
  margin-top: 16px
}

.auxo-list-vertical .auxo-list-item-action>li {
  padding: 0 16px
}

.auxo-list-vertical .auxo-list-item-action>li:first-child {
  padding-left: 0
}

.auxo-list-grid .auxo-col>.auxo-list-item {
  border-bottom: none;
  display: block;
  margin-bottom: 16px;
  max-width: 100%;
  padding-bottom: 0;
  padding-top: 0
}

.auxo-list-item-no-flex {
  display: block
}

.auxo-list:not(.auxo-list-vertical) .auxo-list-item-no-flex .auxo-list-item-action {
  float: right
}

.auxo-list-bordered {
  border: 1px solid #dcdee1;
  border-radius: 4px
}

.auxo-list-bordered .auxo-list-footer,
.auxo-list-bordered .auxo-list-header,
.auxo-list-bordered .auxo-list-item {
  padding-left: 24px;
  padding-right: 24px
}

.auxo-list-bordered .auxo-list-pagination {
  margin: 16px 24px
}

.auxo-list-bordered.auxo-list-sm .auxo-list-footer,
.auxo-list-bordered.auxo-list-sm .auxo-list-header,
.auxo-list-bordered.auxo-list-sm .auxo-list-item {
  padding: 8px 16px
}

.auxo-list-bordered.auxo-list-lg .auxo-list-footer,
.auxo-list-bordered.auxo-list-lg .auxo-list-header,
.auxo-list-bordered.auxo-list-lg .auxo-list-item {
  padding: 16px 24px
}

@media screen and (max-width:768px) {

  .auxo-list-item-action,
  .auxo-list-vertical .auxo-list-item-extra {
    margin-left: 24px
  }
}

@media screen and (max-width:576px) {
  .auxo-list-item {
    flex-wrap: wrap
  }

  .auxo-list-item-action {
    margin-left: 12px
  }

  .auxo-list-vertical .auxo-list-item {
    flex-wrap: wrap-reverse
  }

  .auxo-list-vertical .auxo-list-item-main {
    min-width: 220px
  }

  .auxo-list-vertical .auxo-list-item-extra {
    margin: auto auto 16px
  }
}

.auxo-list-rtl {
  direction: rtl;
  text-align: right
}

.auxo-list-rtl .ReactVirtualized__List .auxo-list-item {
  direction: rtl
}

.auxo-list-rtl .auxo-list-pagination {
  text-align: left
}

.auxo-list-rtl .auxo-list-item-meta-avatar {
  margin-left: 16px;
  margin-right: 0
}

.auxo-list-rtl .auxo-list-item-action {
  margin-left: 0;
  margin-right: 48px
}

.auxo-list.auxo-list-rtl .auxo-list-item-action>li:first-child {
  padding-left: 16px;
  padding-right: 0
}

.auxo-list-rtl .auxo-list-item-action-split {
  left: 0;
  right: auto
}

.auxo-list-rtl.auxo-list-vertical .auxo-list-item-extra {
  margin-left: 0;
  margin-right: 40px
}

.auxo-list-rtl.auxo-list-vertical .auxo-list-item-action {
  margin-right: auto
}

.auxo-list-rtl .auxo-list-vertical .auxo-list-item-action>li:first-child {
  padding-left: 16px;
  padding-right: 0
}

.auxo-list-rtl .auxo-list:not(.auxo-list-vertical) .auxo-list-item-no-flex .auxo-list-item-action {
  float: left
}

@media screen and (max-width:768px) {

  .auxo-list-rtl .auxo-list-item-action,
  .auxo-list-rtl .auxo-list-vertical .auxo-list-item-extra {
    margin-left: 0;
    margin-right: 24px
  }
}

@media screen and (max-width:576px) {
  .auxo-list-rtl .auxo-list-item-action {
    margin-left: 0;
    margin-right: 22px
  }

  .auxo-list-rtl.auxo-list-vertical .auxo-list-item-extra {
    margin: auto auto 16px
  }
}

.auxo-mentions-affix-wrapper {
  position: relative
}

.auxo-mentions-affix-wrapper .auxo-mentions-feedback-icon {
  align-items: center;
  bottom: 0;
  display: inline-flex;
  margin: auto;
  position: absolute;
  right: 11px;
  top: 0;
  z-index: 1
}

.auxo-mentions-affix-wrapper-status-error .auxo-mentions-feedback-icon {
  color: #ff3b52
}

.auxo-mentions-affix-wrapper-has-warning .auxo-mentions-feedback-icon {
  color: #ff9226
}

.auxo-mentions.auxo-mentions-status-error {
  background: #fff;
  border-color: #ff3b52
}

.auxo-mentions.auxo-mentions-status-warning {
  background: #fff;
  border-color: #ff9226
}

.auxo-mentions {
  font-feature-settings: "tnum";
  background-color: #fff;
  background-image: none;
  border: 1px solid #dcdee1;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  color: #252931;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  height: auto;
  line-height: 20px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  transition: all .3s;
  vertical-align: bottom;
  white-space: pre-wrap;
  width: 100%
}

.auxo-mentions::-moz-placeholder {
  opacity: 1
}

.auxo-mentions:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-mentions::placeholder {
  color: #bcbdc0
}

.auxo-mentions:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-mentions:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-mentions:hover {
  background-color: #fff;
  border-color: #1966ff;
  border-right-width: 1px !important
}

.auxo-input-rtl .auxo-mentions:hover {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-mentions-focused,
.auxo-mentions:focus {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-mentions-focused:not(.sp-null):not(.sp-null-1),
.auxo-mentions-focused:not(.sp-null):not(.sp-null-1):hover,
.auxo-mentions:focus:not(.sp-null):not(.sp-null-1),
.auxo-mentions:focus:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-mentions-focused,
.auxo-input-rtl .auxo-mentions:focus {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-mentions-disabled {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-mentions-disabled:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-mentions[disabled] {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  color: #565960;
  cursor: not-allowed;
  opacity: 1
}

.auxo-mentions[disabled]:hover {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1;
  border-right-width: 1px !important
}

.auxo-mentions-borderless,
.auxo-mentions-borderless-disabled,
.auxo-mentions-borderless-focused,
.auxo-mentions-borderless:focus,
.auxo-mentions-borderless:hover,
.auxo-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none
}

textarea.auxo-mentions {
  height: auto;
  line-height: 1.5715;
  max-width: 100%;
  min-height: 32px;
  transition: all .3s, height 0s;
  vertical-align: bottom
}

.auxo-mentions-lg {
  font-size: 16px;
  padding: 7px 11px
}

.auxo-mentions-sm {
  font-size: 12px;
  padding: 3px 11px
}

.auxo-mentions-disabled>textarea {
  background-color: transparent !important
}

.auxo-mentions-focused {
  border-color: #1966ff;
  border-right-width: 1px !important;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, .04);
  outline: 0
}

.auxo-mentions-focused:not(.sp-null):not(.sp-null-1),
.auxo-mentions-focused:not(.sp-null):not(.sp-null-1):hover {
  background-color: #fff;
  border-color: #1966ff
}

.auxo-input-rtl .auxo-mentions-focused {
  border-left-width: 1px !important;
  border-right-width: 0
}

.auxo-mentions-measure,
.auxo-mentions>textarea {
  word-wrap: break-word;
  background-color: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin: 0;
  min-height: 30px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 5px 11px;
  -o-tab-size: inherit;
  tab-size: inherit;
  text-align: inherit;
  vertical-align: top;
  white-space: inherit;
  word-break: inherit
}

.auxo-mentions>textarea {
  border: none;
  outline: none;
  resize: none;
  width: 100%
}

.auxo-mentions>textarea::-moz-placeholder {
  opacity: 1
}

.auxo-mentions>textarea:-ms-input-placeholder {
  color: #bcbdc0
}

.auxo-mentions>textarea::placeholder {
  color: #bcbdc0
}

.auxo-mentions>textarea:-ms-input-placeholder {
  text-overflow: ellipsis
}

.auxo-mentions>textarea:placeholder-shown {
  text-overflow: ellipsis
}

.auxo-mentions-measure {
  bottom: 0;
  color: transparent;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1
}

.auxo-mentions-measure>span {
  display: inline-block;
  min-height: 1em
}

.auxo-mentions-dropdown {
  font-feature-settings: "tnum";
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  font-variant: normal;
  left: -9999px;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: -9999px;
  z-index: 1050
}

.auxo-mentions-dropdown-hidden {
  display: none
}

.auxo-mentions-dropdown-menu {
  list-style: none;
  margin-bottom: 0;
  max-height: 250px;
  outline: none;
  overflow: auto;
  padding-left: 0
}

.auxo-mentions-dropdown-menu-item {
  color: #565960;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 1.5715;
  min-width: 100px;
  overflow: hidden;
  padding: 5px 12px;
  position: relative;
  text-overflow: ellipsis;
  transition: background .3s ease;
  white-space: nowrap
}

.auxo-mentions-dropdown-menu-item:hover {
  background-color: #f0f6ff
}

.auxo-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0
}

.auxo-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px
}

.auxo-mentions-dropdown-menu-item-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-mentions-dropdown-menu-item-disabled:hover {
  background-color: #fff;
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-mentions-dropdown-menu-item-selected {
  background-color: #f8f9fa;
  color: #565960;
  font-weight: 500
}

.auxo-mentions-dropdown-menu-item-active {
  background-color: #f0f6ff
}

.auxo-form-item-has-error:not(.sp-null) .auxo-mentions {
  background-color: #fff5f5
}

.auxo-form-item-has-error:not(.sp-null) .auxo-mentions.auxo-mentions-focused:not(.sp-null),
.auxo-form-item-has-error:not(.sp-null) .auxo-mentions:hover {
  background-color: #fff;
  border-color: #ff3b52
}

.auxo-mentions-rtl {
  direction: rtl
}

.auxo-menu-item-danger.auxo-menu-item,
.auxo-menu-item-danger.auxo-menu-item-active,
.auxo-menu-item-danger.auxo-menu-item:hover {
  color: #ff3b52
}

.auxo-menu-item-danger.auxo-menu-item:active {
  background: #ffe5e6
}

.auxo-menu-item-danger.auxo-menu-item-selected,
.auxo-menu-item-danger.auxo-menu-item-selected>a,
.auxo-menu-item-danger.auxo-menu-item-selected>a:hover {
  color: #ff3b52
}

.auxo-menu:not(.auxo-menu-horizontal) .auxo-menu-item-danger.auxo-menu-item-selected {
  background-color: #ffe5e6
}

.auxo-menu-inline .auxo-menu-item-danger.auxo-menu-item:after {
  border-right-color: #ff3b52
}

.auxo-menu-dark .auxo-menu-item-danger.auxo-menu-item,
.auxo-menu-dark .auxo-menu-item-danger.auxo-menu-item:hover,
.auxo-menu-dark .auxo-menu-item-danger.auxo-menu-item>a {
  color: #ff3b52
}

.auxo-menu-dark.auxo-menu-dark:not(.auxo-menu-horizontal) .auxo-menu-item-danger.auxo-menu-item-selected {
  background-color: #ff3b52;
  color: #fff
}

.auxo-menu {
  font-feature-settings: "tnum";
  background: #fff;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 0;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: left;
  transition: background .3s, width .3s cubic-bezier(.2, 0, 0, 1) 0s
}

.auxo-menu:after,
.auxo-menu:before {
  content: "";
  display: table
}

.auxo-menu:after {
  clear: both
}

.auxo-menu ol,
.auxo-menu ul {
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-menu-overflow {
  display: flex
}

.auxo-menu-overflow-item {
  flex: none
}

.auxo-menu-hidden,
.auxo-menu-submenu-hidden {
  display: none
}

.auxo-menu-item-group-title {
  color: #898b8f;
  font-size: 14px;
  height: 1.5715;
  line-height: 1.5715;
  padding: 8px 16px;
  transition: all .3s
}

.auxo-menu-horizontal .auxo-menu-submenu {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-submenu,
.auxo-menu-submenu-inline {
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1), background .3s cubic-bezier(.645, .045, .355, 1), padding .15s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-submenu-selected {
  color: #1966ff
}

.auxo-menu-item:active,
.auxo-menu-submenu-title:active {
  background: #ebf3ff
}

.auxo-menu-submenu .auxo-menu-sub {
  cursor: auto;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), padding .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-title-content {
  transition: color .3s
}

.auxo-menu-item a {
  color: #565960
}

.auxo-menu-item a:hover {
  color: #1966ff
}

.auxo-menu-item a:before {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-menu-item>.auxo-badge a {
  color: #565960
}

.auxo-menu-item>.auxo-badge a:hover {
  color: #1966ff
}

.auxo-menu-item-divider {
  border: solid #eeeff0;
  border-width: 1px 0 0;
  line-height: 0;
  overflow: hidden
}

.auxo-menu-item-divider-dashed {
  border-style: dashed
}

.auxo-menu-horizontal .auxo-menu-item,
.auxo-menu-horizontal .auxo-menu-submenu {
  margin-top: -1px
}

.auxo-menu-horizontal>.auxo-menu-item-active,
.auxo-menu-horizontal>.auxo-menu-item:hover,
.auxo-menu-horizontal>.auxo-menu-submenu .auxo-menu-submenu-title:hover {
  background-color: transparent
}

.auxo-menu-item-selected,
.auxo-menu-item-selected a,
.auxo-menu-item-selected a:hover {
  color: #1966ff
}

.auxo-menu:not(.auxo-menu-horizontal) .auxo-menu-item-selected {
  background-color: #ebf3ff
}

.auxo-menu-inline,
.auxo-menu-vertical,
.auxo-menu-vertical-left {
  border-right: 1px solid #eeeff0
}

.auxo-menu-vertical-right {
  border-left: 1px solid #eeeff0
}

.auxo-menu-vertical-left.auxo-menu-sub,
.auxo-menu-vertical-right.auxo-menu-sub,
.auxo-menu-vertical.auxo-menu-sub {
  border-right: 0;
  max-height: calc(100vh - 100px);
  min-width: 160px;
  overflow: hidden;
  padding: 0
}

.auxo-menu-vertical-left.auxo-menu-sub:not([class*=-active]),
.auxo-menu-vertical-right.auxo-menu-sub:not([class*=-active]),
.auxo-menu-vertical.auxo-menu-sub:not([class*=-active]) {
  overflow-x: hidden;
  overflow-y: auto
}

.auxo-menu-vertical-left.auxo-menu-sub .auxo-menu-item,
.auxo-menu-vertical-right.auxo-menu-sub .auxo-menu-item,
.auxo-menu-vertical.auxo-menu-sub .auxo-menu-item {
  border-right: 0;
  left: 0;
  margin-left: 0
}

.auxo-menu-vertical-left.auxo-menu-sub .auxo-menu-item:after,
.auxo-menu-vertical-right.auxo-menu-sub .auxo-menu-item:after,
.auxo-menu-vertical.auxo-menu-sub .auxo-menu-item:after {
  border-right: 0
}

.auxo-menu-vertical-left.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-vertical-left.auxo-menu-sub>.auxo-menu-submenu,
.auxo-menu-vertical-right.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-vertical-right.auxo-menu-sub>.auxo-menu-submenu,
.auxo-menu-vertical.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-vertical.auxo-menu-sub>.auxo-menu-submenu {
  transform-origin: 0 0
}

.auxo-menu-horizontal.auxo-menu-sub {
  min-width: 114px
}

.auxo-menu-horizontal .auxo-menu-item,
.auxo-menu-horizontal .auxo-menu-submenu-title {
  transition: border-color .3s, background .3s
}

.auxo-menu-item,
.auxo-menu-submenu-title {
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0 20px;
  position: relative;
  transition: border-color .3s, background .3s, padding .3s cubic-bezier(.645, .045, .355, 1);
  white-space: nowrap
}

.auxo-menu-item .anticon,
.auxo-menu-item .auxo-menu-item-icon,
.auxo-menu-submenu-title .anticon,
.auxo-menu-submenu-title .auxo-menu-item-icon {
  font-size: 14px;
  min-width: 14px;
  transition: font-size .15s cubic-bezier(.215, .61, .355, 1), margin .3s cubic-bezier(.645, .045, .355, 1), color .3s
}

.auxo-menu-item .anticon+span,
.auxo-menu-item .auxo-menu-item-icon+span,
.auxo-menu-submenu-title .anticon+span,
.auxo-menu-submenu-title .auxo-menu-item-icon+span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity .3s cubic-bezier(.645, .045, .355, 1), margin .3s, color .3s
}

.auxo-menu-item .auxo-menu-item-icon.svg,
.auxo-menu-submenu-title .auxo-menu-item-icon.svg {
  vertical-align: -.125em
}

.auxo-menu-item.auxo-menu-item-only-child>.anticon,
.auxo-menu-item.auxo-menu-item-only-child>.auxo-menu-item-icon,
.auxo-menu-submenu-title.auxo-menu-item-only-child>.anticon,
.auxo-menu-submenu-title.auxo-menu-item-only-child>.auxo-menu-item-icon {
  margin-right: 0
}

.auxo-menu-item:focus-visible,
.auxo-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #1556d9
}

.auxo-menu>.auxo-menu-item-divider {
  margin: 1px 0;
  padding: 0
}

.auxo-menu-submenu-popup {
  background: transparent;
  border-radius: 4px;
  box-shadow: none;
  position: absolute;
  transform-origin: 0 0;
  z-index: 1050
}

.auxo-menu-submenu-popup:before {
  bottom: 0;
  content: " ";
  height: 100%;
  left: 0;
  opacity: .0001;
  position: absolute;
  right: 0;
  top: -7px;
  width: 100%;
  z-index: -1
}

.auxo-menu-submenu-placement-rightTop:before {
  left: -7px;
  top: 0
}

.auxo-menu-submenu>.auxo-menu {
  background-color: #fff;
  border-radius: 4px
}

.auxo-menu-submenu>.auxo-menu-submenu-title:after {
  transition: transform .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-submenu-popup>.auxo-menu {
  background-color: #fff
}

.auxo-menu-submenu-arrow,
.auxo-menu-submenu-expand-icon {
  color: #565960;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform .3s cubic-bezier(.645, .045, .355, 1);
  width: 10px
}

.auxo-menu-submenu-arrow:after,
.auxo-menu-submenu-arrow:before {
  background-color: currentcolor;
  border-radius: 2px;
  content: "";
  height: 1.5px;
  position: absolute;
  transition: background .3s cubic-bezier(.645, .045, .355, 1), transform .3s cubic-bezier(.645, .045, .355, 1), top .3s cubic-bezier(.645, .045, .355, 1), color .3s cubic-bezier(.645, .045, .355, 1);
  width: 6px
}

.auxo-menu-submenu-arrow:before {
  transform: rotate(45deg) translateY(-2.5px)
}

.auxo-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateY(2.5px)
}

.auxo-menu-submenu:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-submenu:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-expand-icon {
  color: #1966ff
}

.auxo-menu-inline-collapsed .auxo-menu-submenu-arrow:before,
.auxo-menu-submenu-inline .auxo-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateX(2.5px)
}

.auxo-menu-inline-collapsed .auxo-menu-submenu-arrow:after,
.auxo-menu-submenu-inline .auxo-menu-submenu-arrow:after {
  transform: rotate(45deg) translateX(-2.5px)
}

.auxo-menu-submenu-horizontal .auxo-menu-submenu-arrow {
  display: none
}

.auxo-menu-submenu-open.auxo-menu-submenu-inline>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow {
  transform: translateY(-2px)
}

.auxo-menu-submenu-open.auxo-menu-submenu-inline>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after {
  transform: rotate(-45deg) translateX(-2.5px)
}

.auxo-menu-submenu-open.auxo-menu-submenu-inline>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before {
  transform: rotate(45deg) translateX(2.5px)
}

.auxo-menu-vertical .auxo-menu-submenu-selected,
.auxo-menu-vertical-left .auxo-menu-submenu-selected,
.auxo-menu-vertical-right .auxo-menu-submenu-selected {
  color: #1966ff
}

.auxo-menu-horizontal {
  border: 0;
  border-bottom: 1px solid #eeeff0;
  box-shadow: none;
  line-height: 46px
}

.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-item,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-submenu {
  margin-bottom: 0;
  margin-top: -1px
}

.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-item-active,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-item-open,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-item-selected,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-item:hover,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-submenu-active,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-submenu-open,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-submenu-selected,
.auxo-menu-horizontal:not(.auxo-menu-dark)>.auxo-menu-submenu:hover {
  color: #1966ff
}

.auxo-menu-horizontal>.auxo-menu-item,
.auxo-menu-horizontal>.auxo-menu-submenu {
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: bottom
}

.auxo-menu-horizontal>.auxo-menu-item:after,
.auxo-menu-horizontal>.auxo-menu-submenu:after {
  border-bottom: 2px solid transparent;
  bottom: 0;
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  transition: border-color .3s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-horizontal>.auxo-menu-submenu>.auxo-menu-submenu-title {
  padding: 0
}

.auxo-menu-horizontal>.auxo-menu-item a {
  color: #565960
}

.auxo-menu-horizontal>.auxo-menu-item a:hover {
  color: #1966ff
}

.auxo-menu-horizontal>.auxo-menu-item a:before {
  bottom: -2px
}

.auxo-menu-horizontal>.auxo-menu-item-selected a {
  color: #1966ff
}

.auxo-menu-horizontal:after {
  clear: both;
  content: "\20";
  display: block;
  height: 0
}

.auxo-menu-inline .auxo-menu-item,
.auxo-menu-vertical .auxo-menu-item,
.auxo-menu-vertical-left .auxo-menu-item,
.auxo-menu-vertical-right .auxo-menu-item {
  position: relative
}

.auxo-menu-inline .auxo-menu-item:after,
.auxo-menu-vertical .auxo-menu-item:after,
.auxo-menu-vertical-left .auxo-menu-item:after,
.auxo-menu-vertical-right .auxo-menu-item:after {
  border-right: 3px solid #1966ff;
  bottom: 0;
  content: "";
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(.0001);
  transition: transform .15s cubic-bezier(.215, .61, .355, 1), opacity .15s cubic-bezier(.215, .61, .355, 1)
}

.auxo-menu-inline .auxo-menu-item,
.auxo-menu-inline .auxo-menu-submenu-title,
.auxo-menu-vertical .auxo-menu-item,
.auxo-menu-vertical .auxo-menu-submenu-title,
.auxo-menu-vertical-left .auxo-menu-item,
.auxo-menu-vertical-left .auxo-menu-submenu-title,
.auxo-menu-vertical-right .auxo-menu-item,
.auxo-menu-vertical-right .auxo-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 4px;
  margin-top: 4px;
  overflow: hidden;
  padding: 0 16px;
  text-overflow: ellipsis
}

.auxo-menu-inline .auxo-menu-submenu,
.auxo-menu-vertical .auxo-menu-submenu,
.auxo-menu-vertical-left .auxo-menu-submenu,
.auxo-menu-vertical-right .auxo-menu-submenu {
  padding-bottom: .02px
}

.auxo-menu-inline .auxo-menu-item:not(:last-child),
.auxo-menu-vertical .auxo-menu-item:not(:last-child),
.auxo-menu-vertical-left .auxo-menu-item:not(:last-child),
.auxo-menu-vertical-right .auxo-menu-item:not(:last-child) {
  margin-bottom: 8px
}

.auxo-menu-inline>.auxo-menu-item,
.auxo-menu-inline>.auxo-menu-submenu>.auxo-menu-submenu-title,
.auxo-menu-vertical-left>.auxo-menu-item,
.auxo-menu-vertical-left>.auxo-menu-submenu>.auxo-menu-submenu-title,
.auxo-menu-vertical-right>.auxo-menu-item,
.auxo-menu-vertical-right>.auxo-menu-submenu>.auxo-menu-submenu-title,
.auxo-menu-vertical>.auxo-menu-item,
.auxo-menu-vertical>.auxo-menu-submenu>.auxo-menu-submenu-title {
  height: 40px;
  line-height: 40px
}

.auxo-menu-vertical .auxo-menu-item-group-list .auxo-menu-submenu-title,
.auxo-menu-vertical .auxo-menu-submenu-title {
  padding-right: 34px
}

.auxo-menu-inline {
  width: 100%
}

.auxo-menu-inline .auxo-menu-item-selected:after,
.auxo-menu-inline .auxo-menu-selected:after {
  opacity: 1;
  transform: scaleY(1);
  transition: transform .15s cubic-bezier(.645, .045, .355, 1), opacity .15s cubic-bezier(.645, .045, .355, 1)
}

.auxo-menu-inline .auxo-menu-item,
.auxo-menu-inline .auxo-menu-submenu-title {
  width: calc(100% + 1px)
}

.auxo-menu-inline .auxo-menu-item-group-list .auxo-menu-submenu-title,
.auxo-menu-inline .auxo-menu-submenu-title {
  padding-right: 34px
}

.auxo-menu-inline.auxo-menu-root .auxo-menu-item,
.auxo-menu-inline.auxo-menu-root .auxo-menu-submenu-title {
  align-items: center;
  display: flex;
  transition: border-color .3s, background .3s, padding .1s cubic-bezier(.215, .61, .355, 1)
}

.auxo-menu-inline.auxo-menu-root .auxo-menu-item>.auxo-menu-title-content,
.auxo-menu-inline.auxo-menu-root .auxo-menu-submenu-title>.auxo-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis
}

.auxo-menu-inline.auxo-menu-root .auxo-menu-item>*,
.auxo-menu-inline.auxo-menu-root .auxo-menu-submenu-title>* {
  flex: none
}

.auxo-menu.auxo-menu-inline-collapsed {
  width: 80px
}

.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 8px);
  text-overflow: clip
}

.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item .auxo-menu-submenu-arrow,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item .auxo-menu-submenu-arrow,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-submenu-arrow {
  opacity: 0
}

.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item .anticon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item .auxo-menu-item-icon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item .anticon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item .auxo-menu-item-icon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title .anticon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-item-icon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title .anticon,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-item-icon {
  font-size: 16px;
  line-height: 40px;
  margin: 0
}

.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item .anticon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item .auxo-menu-item-icon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item .anticon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-item .auxo-menu-item-icon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title .anticon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-item-group>.auxo-menu-item-group-list>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-item-icon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title .anticon+span,
.auxo-menu.auxo-menu-inline-collapsed>.auxo-menu-submenu>.auxo-menu-submenu-title .auxo-menu-item-icon+span {
  display: inline-block;
  opacity: 0
}

.auxo-menu.auxo-menu-inline-collapsed .anticon,
.auxo-menu.auxo-menu-inline-collapsed .auxo-menu-item-icon {
  display: inline-block
}

.auxo-menu.auxo-menu-inline-collapsed-tooltip {
  pointer-events: none
}

.auxo-menu.auxo-menu-inline-collapsed-tooltip .anticon,
.auxo-menu.auxo-menu-inline-collapsed-tooltip .auxo-menu-item-icon {
  display: none
}

.auxo-menu.auxo-menu-inline-collapsed-tooltip a {
  color: hsla(0, 0%, 100%, .85)
}

.auxo-menu.auxo-menu-inline-collapsed .auxo-menu-item-group-title {
  overflow: hidden;
  padding-left: 4px;
  padding-right: 4px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-menu-item-group-list {
  margin: 0;
  padding: 0
}

.auxo-menu-item-group-list .auxo-menu-item,
.auxo-menu-item-group-list .auxo-menu-submenu-title {
  padding: 0 16px 0 28px
}

.auxo-menu-root.auxo-menu-inline,
.auxo-menu-root.auxo-menu-vertical,
.auxo-menu-root.auxo-menu-vertical-left,
.auxo-menu-root.auxo-menu-vertical-right {
  box-shadow: none
}

.auxo-menu-root.auxo-menu-inline-collapsed .auxo-menu-item>.auxo-menu-inline-collapsed-noicon,
.auxo-menu-root.auxo-menu-inline-collapsed .auxo-menu-submenu .auxo-menu-submenu-title>.auxo-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center
}

.auxo-menu-sub.auxo-menu-inline {
  background: #f8f9fa;
  border-radius: 0;
  box-shadow: none;
  padding: 0
}

.auxo-menu-sub.auxo-menu-inline>.auxo-menu-item,
.auxo-menu-sub.auxo-menu-inline>.auxo-menu-submenu>.auxo-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc
}

.auxo-menu-sub.auxo-menu-inline .auxo-menu-item-group-title {
  padding-left: 32px
}

.auxo-menu-item-disabled,
.auxo-menu-submenu-disabled {
  background: none;
  color: #bcbdc0 !important;
  cursor: not-allowed
}

.auxo-menu-item-disabled:after,
.auxo-menu-submenu-disabled:after {
  border-color: transparent !important
}

.auxo-menu-item-disabled a,
.auxo-menu-submenu-disabled a {
  color: #bcbdc0 !important;
  pointer-events: none
}

.auxo-menu-item-disabled>.auxo-menu-submenu-title,
.auxo-menu-submenu-disabled>.auxo-menu-submenu-title {
  color: #bcbdc0 !important;
  cursor: not-allowed
}

.auxo-menu-item-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-item-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-submenu-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-submenu-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before {
  background: #bcbdc0 !important
}

.auxo-layout-header .auxo-menu {
  line-height: inherit
}

.auxo-menu-inline-collapsed-tooltip a,
.auxo-menu-inline-collapsed-tooltip a:hover {
  color: #fff
}

.auxo-menu.auxo-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #1556d9
}

.auxo-menu-dark .auxo-menu-item:focus-visible,
.auxo-menu-dark .auxo-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #1556d9
}

.auxo-menu-dark .auxo-menu-sub,
.auxo-menu.auxo-menu-dark,
.auxo-menu.auxo-menu-dark .auxo-menu-sub {
  background: #001529;
  color: hsla(0, 0%, 100%, .65)
}

.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu.auxo-menu-dark .auxo-menu-submenu-title .auxo-menu-submenu-arrow {
  opacity: .45;
  transition: all .3s
}

.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow:before,
.auxo-menu.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow:after,
.auxo-menu.auxo-menu-dark .auxo-menu-sub .auxo-menu-submenu-title .auxo-menu-submenu-arrow:before,
.auxo-menu.auxo-menu-dark .auxo-menu-submenu-title .auxo-menu-submenu-arrow:after,
.auxo-menu.auxo-menu-dark .auxo-menu-submenu-title .auxo-menu-submenu-arrow:before {
  background: #fff
}

.auxo-menu-dark.auxo-menu-submenu-popup {
  background: transparent
}

.auxo-menu-dark .auxo-menu-inline.auxo-menu-sub {
  background: #000c17
}

.auxo-menu-dark.auxo-menu-horizontal {
  border-bottom: 0
}

.auxo-menu-dark.auxo-menu-horizontal>.auxo-menu-item,
.auxo-menu-dark.auxo-menu-horizontal>.auxo-menu-submenu {
  border-color: #001529;
  border-bottom: 0;
  margin-top: 0;
  padding: 0 20px;
  top: 0
}

.auxo-menu-dark.auxo-menu-horizontal>.auxo-menu-item:hover {
  background-color: #1966ff
}

.auxo-menu-dark.auxo-menu-horizontal>.auxo-menu-item>a:before {
  bottom: 0
}

.auxo-menu-dark .auxo-menu-item,
.auxo-menu-dark .auxo-menu-item-group-title,
.auxo-menu-dark .auxo-menu-item>a,
.auxo-menu-dark .auxo-menu-item>span>a {
  color: hsla(0, 0%, 100%, .65)
}

.auxo-menu-dark.auxo-menu-inline,
.auxo-menu-dark.auxo-menu-vertical,
.auxo-menu-dark.auxo-menu-vertical-left,
.auxo-menu-dark.auxo-menu-vertical-right {
  border-right: 0
}

.auxo-menu-dark.auxo-menu-inline .auxo-menu-item,
.auxo-menu-dark.auxo-menu-vertical .auxo-menu-item,
.auxo-menu-dark.auxo-menu-vertical-left .auxo-menu-item,
.auxo-menu-dark.auxo-menu-vertical-right .auxo-menu-item {
  border-right: 0;
  left: 0;
  margin-left: 0
}

.auxo-menu-dark.auxo-menu-inline .auxo-menu-item:after,
.auxo-menu-dark.auxo-menu-vertical .auxo-menu-item:after,
.auxo-menu-dark.auxo-menu-vertical-left .auxo-menu-item:after,
.auxo-menu-dark.auxo-menu-vertical-right .auxo-menu-item:after {
  border-right: 0
}

.auxo-menu-dark.auxo-menu-inline .auxo-menu-item,
.auxo-menu-dark.auxo-menu-inline .auxo-menu-submenu-title {
  width: 100%
}

.auxo-menu-dark .auxo-menu-item-active,
.auxo-menu-dark .auxo-menu-item:hover,
.auxo-menu-dark .auxo-menu-submenu-active,
.auxo-menu-dark .auxo-menu-submenu-open,
.auxo-menu-dark .auxo-menu-submenu-selected,
.auxo-menu-dark .auxo-menu-submenu-title:hover {
  background-color: transparent;
  color: #fff
}

.auxo-menu-dark .auxo-menu-item-active>a,
.auxo-menu-dark .auxo-menu-item-active>span>a,
.auxo-menu-dark .auxo-menu-item:hover>a,
.auxo-menu-dark .auxo-menu-item:hover>span>a,
.auxo-menu-dark .auxo-menu-submenu-active>a,
.auxo-menu-dark .auxo-menu-submenu-active>span>a,
.auxo-menu-dark .auxo-menu-submenu-open>a,
.auxo-menu-dark .auxo-menu-submenu-open>span>a,
.auxo-menu-dark .auxo-menu-submenu-selected>a,
.auxo-menu-dark .auxo-menu-submenu-selected>span>a,
.auxo-menu-dark .auxo-menu-submenu-title:hover>a,
.auxo-menu-dark .auxo-menu-submenu-title:hover>span>a {
  color: #fff
}

.auxo-menu-dark .auxo-menu-item-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-dark .auxo-menu-item:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-dark .auxo-menu-submenu-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-dark .auxo-menu-submenu-open>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-dark .auxo-menu-submenu-selected>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow,
.auxo-menu-dark .auxo-menu-submenu-title:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow {
  opacity: 1
}

.auxo-menu-dark .auxo-menu-item-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-item-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-item:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-item:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-submenu-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-submenu-active>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-submenu-open>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-submenu-open>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-submenu-selected>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-submenu-selected>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-submenu-title:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-submenu-title:hover>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before {
  background: #fff
}

.auxo-menu-dark .auxo-menu-item:hover {
  background-color: transparent
}

.auxo-menu-dark.auxo-menu-dark:not(.auxo-menu-horizontal) .auxo-menu-item-selected {
  background-color: #1966ff
}

.auxo-menu-dark .auxo-menu-item-selected {
  border-right: 0;
  color: #fff
}

.auxo-menu-dark .auxo-menu-item-selected:after {
  border-right: 0
}

.auxo-menu-dark .auxo-menu-item-selected .anticon,
.auxo-menu-dark .auxo-menu-item-selected .anticon+span,
.auxo-menu-dark .auxo-menu-item-selected .auxo-menu-item-icon,
.auxo-menu-dark .auxo-menu-item-selected .auxo-menu-item-icon+span,
.auxo-menu-dark .auxo-menu-item-selected>a,
.auxo-menu-dark .auxo-menu-item-selected>a:hover,
.auxo-menu-dark .auxo-menu-item-selected>span>a,
.auxo-menu-dark .auxo-menu-item-selected>span>a:hover {
  color: #fff
}

.auxo-menu-submenu-popup.auxo-menu-dark .auxo-menu-item-selected,
.auxo-menu.auxo-menu-dark .auxo-menu-item-selected {
  background-color: #1966ff
}

.auxo-menu-dark .auxo-menu-item-disabled,
.auxo-menu-dark .auxo-menu-item-disabled>a,
.auxo-menu-dark .auxo-menu-item-disabled>span>a,
.auxo-menu-dark .auxo-menu-submenu-disabled,
.auxo-menu-dark .auxo-menu-submenu-disabled>a,
.auxo-menu-dark .auxo-menu-submenu-disabled>span>a {
  color: hsla(0, 0%, 100%, .25) !important;
  opacity: .8
}

.auxo-menu-dark .auxo-menu-item-disabled>.auxo-menu-submenu-title,
.auxo-menu-dark .auxo-menu-submenu-disabled>.auxo-menu-submenu-title {
  color: hsla(0, 0%, 100%, .25) !important
}

.auxo-menu-dark .auxo-menu-item-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-item-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before,
.auxo-menu-dark .auxo-menu-submenu-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:after,
.auxo-menu-dark .auxo-menu-submenu-disabled>.auxo-menu-submenu-title>.auxo-menu-submenu-arrow:before {
  background: hsla(0, 0%, 100%, .25) !important
}

.auxo-menu.auxo-menu-rtl {
  direction: rtl;
  text-align: right
}

.auxo-menu-rtl .auxo-menu-item-group-title {
  text-align: right
}

.auxo-menu-rtl.auxo-menu-inline,
.auxo-menu-rtl.auxo-menu-vertical {
  border-left: 1px solid #eeeff0;
  border-right: none
}

.auxo-menu-rtl.auxo-menu-dark.auxo-menu-inline,
.auxo-menu-rtl.auxo-menu-dark.auxo-menu-vertical {
  border-left: none
}

.auxo-menu-rtl.auxo-menu-vertical-left.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical-left.auxo-menu-sub>.auxo-menu-submenu,
.auxo-menu-rtl.auxo-menu-vertical-right.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical-right.auxo-menu-sub>.auxo-menu-submenu,
.auxo-menu-rtl.auxo-menu-vertical.auxo-menu-sub>.auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical.auxo-menu-sub>.auxo-menu-submenu {
  transform-origin: top right
}

.auxo-menu-rtl .auxo-menu-item .anticon,
.auxo-menu-rtl .auxo-menu-item .auxo-menu-item-icon,
.auxo-menu-rtl .auxo-menu-submenu-title .anticon,
.auxo-menu-rtl .auxo-menu-submenu-title .auxo-menu-item-icon {
  margin-left: 10px;
  margin-right: auto
}

.auxo-menu-rtl .auxo-menu-item.auxo-menu-item-only-child>.anticon,
.auxo-menu-rtl .auxo-menu-item.auxo-menu-item-only-child>.auxo-menu-item-icon,
.auxo-menu-rtl .auxo-menu-submenu-title.auxo-menu-item-only-child>.anticon,
.auxo-menu-rtl .auxo-menu-submenu-title.auxo-menu-item-only-child>.auxo-menu-item-icon {
  margin-left: 0
}

.auxo-menu-submenu-rtl.auxo-menu-submenu-popup {
  transform-origin: 100% 0
}

.auxo-menu-rtl .auxo-menu-submenu-inline>.auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu-rtl .auxo-menu-submenu-vertical-left>.auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu-rtl .auxo-menu-submenu-vertical-right>.auxo-menu-submenu-title .auxo-menu-submenu-arrow,
.auxo-menu-rtl .auxo-menu-submenu-vertical>.auxo-menu-submenu-title .auxo-menu-submenu-arrow {
  left: 16px;
  right: auto
}

.auxo-menu-rtl .auxo-menu-submenu-vertical-left>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:before,
.auxo-menu-rtl .auxo-menu-submenu-vertical-right>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:before,
.auxo-menu-rtl .auxo-menu-submenu-vertical>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:before {
  transform: rotate(-45deg) translateY(-2px)
}

.auxo-menu-rtl .auxo-menu-submenu-vertical-left>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:after,
.auxo-menu-rtl .auxo-menu-submenu-vertical-right>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:after,
.auxo-menu-rtl .auxo-menu-submenu-vertical>.auxo-menu-submenu-title .auxo-menu-submenu-arrow:after {
  transform: rotate(45deg) translateY(2px)
}

.auxo-menu-rtl.auxo-menu-inline .auxo-menu-item:after,
.auxo-menu-rtl.auxo-menu-vertical .auxo-menu-item:after,
.auxo-menu-rtl.auxo-menu-vertical-left .auxo-menu-item:after,
.auxo-menu-rtl.auxo-menu-vertical-right .auxo-menu-item:after {
  left: 0;
  right: auto
}

.auxo-menu-rtl.auxo-menu-inline .auxo-menu-item,
.auxo-menu-rtl.auxo-menu-inline .auxo-menu-submenu-title,
.auxo-menu-rtl.auxo-menu-vertical .auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical .auxo-menu-submenu-title,
.auxo-menu-rtl.auxo-menu-vertical-left .auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical-left .auxo-menu-submenu-title,
.auxo-menu-rtl.auxo-menu-vertical-right .auxo-menu-item,
.auxo-menu-rtl.auxo-menu-vertical-right .auxo-menu-submenu-title {
  text-align: right
}

.auxo-menu-rtl.auxo-menu-inline .auxo-menu-submenu-title {
  padding-left: 34px;
  padding-right: 0
}

.auxo-menu-rtl.auxo-menu-vertical .auxo-menu-submenu-title {
  padding-left: 34px;
  padding-right: 16px
}

.auxo-menu-rtl.auxo-menu-inline-collapsed.auxo-menu-vertical .auxo-menu-submenu-title {
  padding: 0 calc(50% - 8px)
}

.auxo-menu-rtl .auxo-menu-item-group-list .auxo-menu-item,
.auxo-menu-rtl .auxo-menu-item-group-list .auxo-menu-submenu-title {
  padding: 0 28px 0 16px
}

.auxo-menu-sub.auxo-menu-inline {
  border: 0
}

.auxo-menu-rtl.auxo-menu-sub.auxo-menu-inline .auxo-menu-item-group-title {
  padding-left: 0;
  padding-right: 32px
}

.auxo-menu-submenu-title>.anticon-ellipsis {
  margin-right: 0
}

.auxo-notification {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0 24px 0 0;
  padding: 0;
  position: fixed;
  z-index: 1010
}

.auxo-notification-bottomLeft,
.auxo-notification-topLeft {
  margin-left: 24px;
  margin-right: 0
}

.auxo-notification-bottomLeft .auxo-notification-fade-appear.auxo-notification-fade-appear-active,
.auxo-notification-bottomLeft .auxo-notification-fade-enter.auxo-notification-fade-enter-active,
.auxo-notification-topLeft .auxo-notification-fade-appear.auxo-notification-fade-appear-active,
.auxo-notification-topLeft .auxo-notification-fade-enter.auxo-notification-fade-enter-active {
  animation-name: NotificationLeftFadeIn
}

.auxo-notification-close-icon {
  cursor: pointer;
  font-size: 14px
}

.auxo-notification-hook-holder,
.auxo-notification-notice {
  word-wrap: break-word;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 16px 0 rgba(37, 41, 49, .12);
  margin-bottom: 16px;
  margin-left: auto;
  max-width: calc(100vw - 48px);
  overflow: hidden;
  position: relative;
  width: 384px
}

.auxo-notification-bottomLeft .auxo-notification-hook-holder,
.auxo-notification-bottomLeft .auxo-notification-notice,
.auxo-notification-topLeft .auxo-notification-hook-holder,
.auxo-notification-topLeft .auxo-notification-notice {
  margin-left: 0;
  margin-right: auto
}

.auxo-notification-hook-holder>.auxo-notification-notice {
  box-shadow: none;
  margin-bottom: 0
}

.auxo-notification-notice {
  line-height: 1.5715;
  padding: 16px 24px
}

.auxo-notification-notice-message {
  color: #252931;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px
}

.auxo-notification-notice-message-single-line-auto-margin {
  background-color: transparent;
  display: block;
  max-width: 4px;
  pointer-events: none;
  width: calc(264px - 100%)
}

.auxo-notification-notice-message-single-line-auto-margin:before {
  content: "";
  display: block
}

.auxo-notification-notice-description {
  font-size: 14px
}

.auxo-notification-notice-closable .auxo-notification-notice-message {
  padding-right: 24px
}

.auxo-notification-notice-with-icon .auxo-notification-notice-message {
  font-size: 16px;
  margin-bottom: 4px;
  margin-left: 48px
}

.auxo-notification-notice-with-icon .auxo-notification-notice-description {
  font-size: 14px;
  margin-left: 48px
}

.auxo-notification-notice-icon {
  font-size: 24px;
  line-height: 24px;
  margin-left: 4px;
  position: absolute
}

.anticon.auxo-notification-notice-icon-success {
  color: #3cc781
}

.anticon.auxo-notification-notice-icon-info {
  color: #1966ff
}

.anticon.auxo-notification-notice-icon-warning {
  color: #ff9226
}

.anticon.auxo-notification-notice-icon-error {
  color: #ff3b52
}

.auxo-notification-notice-close {
  color: #898b8f;
  outline: none;
  position: absolute;
  right: 22px;
  top: 16px
}

.auxo-notification-notice-close:hover {
  color: #525356
}

.auxo-notification-notice-btn {
  float: right;
  margin-top: 16px
}

.auxo-notification .notification-fade-effect {
  animation-duration: .24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.auxo-notification-fade-appear,
.auxo-notification-fade-enter {
  animation-play-state: paused;
  opacity: 0
}

.auxo-notification-fade-appear,
.auxo-notification-fade-enter,
.auxo-notification-fade-leave {
  animation-duration: .24s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(.645, .045, .355, 1)
}

.auxo-notification-fade-leave {
  animation-duration: .2s;
  animation-play-state: paused
}

.auxo-notification-fade-appear.auxo-notification-fade-appear-active,
.auxo-notification-fade-enter.auxo-notification-fade-enter-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running
}

.auxo-notification-fade-leave.auxo-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running
}

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0
  }

  to {
    left: 0;
    opacity: 1
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    opacity: 0;
    right: 384px
  }

  to {
    opacity: 1;
    right: 0
  }
}

@keyframes NotificationFadeOut {
  0% {
    margin-bottom: 16px;
    max-height: 150px;
    opacity: 1
  }

  to {
    margin-bottom: 0;
    max-height: 0;
    opacity: 0;
    padding-bottom: 0;
    padding-top: 0
  }
}

.auxo-notification-rtl {
  direction: rtl
}

.auxo-notification-rtl .auxo-notification-notice-closable .auxo-notification-notice-message {
  padding-left: 24px;
  padding-right: 0
}

.auxo-notification-rtl .auxo-notification-notice-with-icon .auxo-notification-notice-description,
.auxo-notification-rtl .auxo-notification-notice-with-icon .auxo-notification-notice-message {
  margin-left: 0;
  margin-right: 48px
}

.auxo-notification-rtl .auxo-notification-notice-icon {
  margin-left: 0;
  margin-right: 4px
}

.auxo-notification-rtl .auxo-notification-notice-close {
  left: 22px;
  right: auto
}

.auxo-notification-rtl .auxo-notification-notice-btn {
  float: left
}

.auxo-page-header {
  font-feature-settings: "tnum";
  background-color: #fff;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 24px;
  position: relative
}

.auxo-page-header-ghost {
  background-color: inherit
}

.auxo-page-header.has-breadcrumb {
  padding-top: 0
}

.auxo-page-header.has-footer {
  padding-bottom: 0
}

.auxo-page-header-back {
  font-size: 16px;
  line-height: 1;
  margin-right: 16px
}

.auxo-page-header-back-button {
  color: #1966ff;
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.auxo-page-header-back-button:focus,
.auxo-page-header-back-button:hover {
  color: #4784ff
}

.auxo-page-header-back-button:active {
  color: #1556d9
}

.auxo-page-header .auxo-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle
}

.auxo-breadcrumb+.auxo-page-header-heading {
  margin-top: 8px
}

.auxo-page-header-heading {
  display: flex;
  justify-content: space-between
}

.auxo-page-header-heading-left {
  align-items: center;
  display: flex;
  margin: 4px 0;
  overflow: hidden
}

.auxo-page-header-heading-title {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 0;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-page-header-heading .auxo-avatar {
  margin-right: 12px
}

.auxo-page-header-heading-sub-title {
  color: #898b8f;
  font-size: 12px;
  line-height: 1.5715;
  margin-right: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap
}

.auxo-page-header-heading-extra>* {
  margin-left: 12px;
  white-space: unset
}

.auxo-page-header-heading-extra>:first-child {
  margin-left: 0
}

.auxo-page-header-content {
  padding-top: 0
}

.auxo-page-header-footer {
  margin-top: 16px
}

.auxo-page-header-footer .auxo-tabs>.auxo-tabs-nav {
  margin: 0
}

.auxo-page-header-footer .auxo-tabs>.auxo-tabs-nav:before {
  border: none
}

.auxo-page-header-footer .auxo-tabs .auxo-tabs-tab {
  font-size: 16px;
  padding-bottom: 8px;
  padding-top: 8px
}

.auxo-page-header-compact .auxo-page-header-heading {
  flex-wrap: wrap
}

.auxo-page-header-rtl {
  direction: rtl
}

.auxo-page-header-rtl .auxo-page-header-back {
  float: right;
  margin-left: 16px;
  margin-right: 0
}

.auxo-page-header-rtl .auxo-page-header-heading .auxo-avatar,
.auxo-page-header-rtl .auxo-page-header-heading-title {
  margin-left: 12px;
  margin-right: 0
}

.auxo-page-header-rtl .auxo-page-header-heading-sub-title {
  float: right;
  margin-left: 12px;
  margin-right: 0
}

.auxo-page-header-rtl .auxo-page-header-heading-tags {
  float: right
}

.auxo-page-header-rtl .auxo-page-header-heading-extra {
  float: left
}

.auxo-page-header-rtl .auxo-page-header-heading-extra>* {
  margin-left: 0;
  margin-right: 12px
}

.auxo-page-header-rtl .auxo-page-header-heading-extra>:first-child {
  margin-right: 0
}

.auxo-page-header-rtl .auxo-page-header-footer .auxo-tabs-bar .auxo-tabs-nav {
  float: right
}

.auxo-page-header:not(.sp-null) .auxo-page-header-heading {
  line-height: 32px
}

.auxo-page-header:not(.sp-null) .auxo-page-header-heading .auxo-page-header-heading-left {
  margin: 0
}

.auxo-page-header:not(.sp-null) .auxo-page-header-heading .auxo-page-header-heading-title {
  margin-right: 8px
}

.auxo-page-header:not(.sp-null) .auxo-page-header-heading .auxo-page-header-heading-extra {
  margin: 0
}

.auxo-page-header:not(.sp-null).has-footer {
  padding-top: 16px
}

.auxo-page-header:not(.sp-null).has-footer .auxo-tabs .auxo-tabs-tab {
  padding-bottom: 16px;
  padding-top: 0
}

.auxo-page-header:not(.sp-null).has-footer :first-child.auxo-page-header-footer {
  margin-top: 0
}

.auxo-page-header:not(.sp-null).has-footer :first-child.auxo-page-header-footer .auxo-tabs-large>.auxo-tabs-nav .auxo-tabs-tab:first-child {
  margin-left: 0
}

.auxo-page-header.auxo-page-header-strengthen {
  background: #8cb8ff4d;
  border-radius: 4px;
  height: 280px;
  min-width: 976px;
  padding-bottom: 24px;
  padding-left: 40px;
  padding-top: 40px
}

.auxo-page-header.auxo-page-header-strengthen .auxo-page-header-heading-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px
}

.auxo-page-header.auxo-page-header-strengthen .auxo-page-header-heading-extra {
  height: 100%;
  left: calc(54% + 40px);
  position: absolute;
  top: 0;
  width: 398px
}

.auxo-page-header.auxo-page-header-strengthen .auxo-page-header-strengthen-img {
  bottom: 0;
  height: 240px;
  position: absolute;
  width: 398px
}

.auxo-page-header.auxo-page-header-strengthen .auxo-page-header-strengthen-operate {
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  right: 40px;
  top: 24px
}

.auxo-progress {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-progress-line {
  font-size: 14px;
  position: relative;
  width: 100%
}

.auxo-progress-steps {
  display: inline-block
}

.auxo-progress-steps-outer {
  align-items: center;
  display: flex;
  flex-direction: row
}

.auxo-progress-steps-item {
  background: #f3f3f3;
  flex-shrink: 0;
  margin-right: 2px;
  min-width: 2px;
  transition: all .3s
}

.auxo-progress-steps-item-active {
  background: #1966ff
}

.auxo-progress-small.auxo-progress-line,
.auxo-progress-small.auxo-progress-line .auxo-progress-text .anticon {
  font-size: 12px
}

.auxo-progress-outer {
  display: inline-block;
  margin-right: 0;
  padding-right: 0;
  width: 100%
}

.auxo-progress-show-info .auxo-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px)
}

.auxo-progress-inner {
  background-color: rgba(0, 0, 0, .04);
  border-radius: 100px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  width: 100%
}

.auxo-progress-circle-trail {
  stroke: rgba(0, 0, 0, .04)
}

.auxo-progress-circle-path {
  animation: auxo-progress-appear .3s
}

.auxo-progress-inner:not(.auxo-progress-circle-gradient) .auxo-progress-circle-path {
  stroke: #1966ff
}

.auxo-progress-bg,
.auxo-progress-success-bg {
  background-color: #1966ff;
  border-radius: 100px;
  position: relative;
  transition: all .4s cubic-bezier(.08, .82, .17, 1) 0s
}

.auxo-progress-success-bg {
  background-color: #3cc781;
  left: 0;
  position: absolute;
  top: 0
}

.auxo-progress-text {
  color: #565960;
  display: inline-block;
  font-size: 1em;
  line-height: 1;
  margin-left: 8px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  width: 2em;
  word-break: normal
}

.auxo-progress-text .anticon {
  font-size: 14px
}

.auxo-progress-status-active .auxo-progress-bg:before {
  animation: auxo-progress-active 2.4s cubic-bezier(.23, 1, .32, 1) infinite;
  background: #fff;
  border-radius: 10px;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0
}

.auxo-progress-status-exception .auxo-progress-bg {
  background-color: #ff3b52
}

.auxo-progress-status-exception .auxo-progress-text {
  color: #ff3b52
}

.auxo-progress-status-exception .auxo-progress-inner:not(.auxo-progress-circle-gradient) .auxo-progress-circle-path {
  stroke: #ff3b52
}

.auxo-progress-status-success .auxo-progress-bg {
  background-color: #3cc781
}

.auxo-progress-status-success .auxo-progress-text {
  color: #3cc781
}

.auxo-progress-status-success .auxo-progress-inner:not(.auxo-progress-circle-gradient) .auxo-progress-circle-path {
  stroke: #3cc781
}

.auxo-progress-circle .auxo-progress-inner {
  background-color: transparent;
  line-height: 1;
  position: relative
}

.auxo-progress-circle .auxo-progress-text {
  color: #565960;
  font-size: 1em;
  left: 50%;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: normal;
  width: 100%
}

.auxo-progress-circle .auxo-progress-text .anticon {
  font-size: 1.16666667em
}

.auxo-progress-circle.auxo-progress-status-exception .auxo-progress-text {
  color: #ff3b52
}

.auxo-progress-circle.auxo-progress-status-success .auxo-progress-text {
  color: #3cc781
}

@keyframes auxo-progress-active {
  0% {
    opacity: .1;
    width: 0
  }

  20% {
    opacity: .5;
    width: 0
  }

  to {
    opacity: 0;
    width: 100%
  }
}

.auxo-progress-rtl {
  direction: rtl
}

.auxo-progress-rtl.auxo-progress-show-info .auxo-progress-outer {
  margin-left: calc(-2em - 8px);
  margin-right: 0;
  padding-left: calc(2em + 8px);
  padding-right: 0
}

.auxo-progress-rtl .auxo-progress-success-bg {
  left: auto;
  right: 0
}

.auxo-progress-rtl.auxo-progress-line .auxo-progress-text,
.auxo-progress-rtl.auxo-progress-steps .auxo-progress-text {
  margin-left: 0;
  margin-right: 8px;
  text-align: right
}

.auxo-progress.auxo-progress-line {
  line-height: 12px
}

.auxo-progress.auxo-progress-line .auxo-progress-dot {
  background-color: #fff;
  border: 4px solid #1966ff;
  border-radius: 50%;
  bottom: 0;
  height: 14px;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 14px
}

.auxo-progress.auxo-progress-line .auxo-progress-error-text {
  color: #ff3b52;
  font-size: 12px;
  line-height: 16px
}

.auxo-progress-small.auxo-progress-line .auxo-progress-dot {
  border-width: 2px;
  height: 8px;
  width: 8px
}

.auxo-progress.auxo-progress-status-success .auxo-progress-dot {
  border-color: #3cc781
}

.auxo-progress.auxo-progress-status-exception .auxo-progress-dot {
  border-color: #ff3b52
}

.auxo-progress-circle:not(.sp-null) .auxo-progress-text {
  font-size: .9em
}

.auxo-progress-circle:not(.sp-null) .auxo-progress-text .anticon,
.auxo-progress-text:not(.sp-null) .anticon {
  font-size: 16px
}

.auxo-progress-show-dot .auxo-progress-inner {
  overflow: visible
}

.auxo-rate {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  color: #ffd30d;
  display: inline-block;
  font-size: 14px;
  font-size: 20px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0
}

.auxo-rate-disabled .auxo-rate-star {
  cursor: default
}

.auxo-rate-disabled .auxo-rate-star:hover {
  transform: scale(1)
}

.auxo-rate-star {
  color: inherit;
  cursor: pointer;
  display: inline-block;
  position: relative
}

.auxo-rate-star:not(:last-child) {
  margin-right: 8px
}

.auxo-rate-star>div {
  transition: all .3s
}

.auxo-rate-star>div:focus-visible,
.auxo-rate-star>div:hover {
  transform: scale(1.1)
}

.auxo-rate-star>div:focus:not(:focus-visible) {
  outline: 0
}

.auxo-rate-star-first,
.auxo-rate-star-second {
  color: #eeeff0;
  transition: all .3s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-rate-star-first .anticon,
.auxo-rate-star-second .anticon {
  vertical-align: middle
}

.auxo-rate-star-first {
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50%
}

.auxo-rate-star-half .auxo-rate-star-first,
.auxo-rate-star-half .auxo-rate-star-second {
  opacity: 1
}

.auxo-rate-star-full .auxo-rate-star-second,
.auxo-rate-star-half .auxo-rate-star-first {
  color: inherit
}

.auxo-rate-text {
  display: inline-block;
  font-size: 14px;
  margin: 0 8px
}

.auxo-rate-rtl {
  direction: rtl
}

.auxo-rate-rtl .auxo-rate-star:not(:last-child) {
  margin-left: 8px;
  margin-right: 0
}

.auxo-rate-rtl .auxo-rate-star-first {
  left: auto;
  right: 0
}

.auxo-result {
  padding: 48px 32px
}

.auxo-result-success .auxo-result-icon>.anticon {
  color: #3cc781
}

.auxo-result-error .auxo-result-icon>.anticon {
  color: #ff3b52
}

.auxo-result-info .auxo-result-icon>.anticon {
  color: #1966ff
}

.auxo-result-warning .auxo-result-icon>.anticon {
  color: #ff9226
}

.auxo-result-image {
  height: 295px;
  margin: auto;
  width: 250px
}

.auxo-result-icon {
  margin-bottom: 24px;
  text-align: center
}

.auxo-result-icon>.anticon {
  font-size: 72px
}

.auxo-result-title {
  color: #252931;
  font-size: 24px;
  line-height: 1.8;
  text-align: center
}

.auxo-result-subtitle {
  color: #898b8f;
  font-size: 14px;
  line-height: 1.6;
  text-align: center
}

.auxo-result-extra {
  margin: 24px 0 0;
  text-align: center
}

.auxo-result-extra>* {
  margin-right: 8px
}

.auxo-result-extra>:last-child {
  margin-right: 0
}

.auxo-result-content {
  background-color: #f8f9fa;
  margin-top: 24px;
  padding: 24px 40px
}

.auxo-result-rtl {
  direction: rtl
}

.auxo-result-rtl .auxo-result-extra>* {
  margin-left: 8px;
  margin-right: 0
}

.auxo-result-rtl .auxo-result-extra>:last-child {
  margin-left: 0
}

.auxo-skeleton {
  display: table;
  width: 100%
}

.auxo-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top
}

.auxo-skeleton-header .auxo-skeleton-avatar {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 32px
}

.auxo-skeleton-header .auxo-skeleton-avatar.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-header .auxo-skeleton-avatar-lg {
  height: 40px;
  line-height: 40px;
  width: 40px
}

.auxo-skeleton-header .auxo-skeleton-avatar-lg.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-header .auxo-skeleton-avatar-sm {
  height: 24px;
  line-height: 24px;
  width: 24px
}

.auxo-skeleton-header .auxo-skeleton-avatar-sm.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-content {
  display: table-cell;
  vertical-align: top;
  width: 100%
}

.auxo-skeleton-content .auxo-skeleton-title {
  background: #f2f2f2;
  border-radius: 4px;
  height: 16px;
  margin-top: 16px;
  width: 100%
}

.auxo-skeleton-content .auxo-skeleton-title+.auxo-skeleton-paragraph {
  margin-top: 24px
}

.auxo-skeleton-content .auxo-skeleton-paragraph {
  padding: 0
}

.auxo-skeleton-content .auxo-skeleton-paragraph>li {
  background: #f2f2f2;
  border-radius: 4px;
  height: 16px;
  list-style: none;
  width: 100%
}

.auxo-skeleton-content .auxo-skeleton-paragraph>li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%
}

.auxo-skeleton-content .auxo-skeleton-paragraph>li+li {
  margin-top: 16px
}

.auxo-skeleton-with-avatar .auxo-skeleton-content .auxo-skeleton-title {
  margin-top: 12px
}

.auxo-skeleton-with-avatar .auxo-skeleton-content .auxo-skeleton-title+.auxo-skeleton-paragraph {
  margin-top: 28px
}

.auxo-skeleton-round .auxo-skeleton-content .auxo-skeleton-paragraph>li,
.auxo-skeleton-round .auxo-skeleton-content .auxo-skeleton-title {
  border-radius: 100px
}

.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-avatar,
.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-button,
.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-content .auxo-skeleton-paragraph>li,
.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-content .auxo-skeleton-title,
.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-image,
.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-input {
  animation: auxo-skeleton-loading 1.4s ease infinite;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%
}

.auxo-skeleton-element {
  display: inline-block;
  width: auto
}

.auxo-skeleton-element .auxo-skeleton-button {
  background: #f2f2f2;
  border-radius: 4px;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 64px
}

.auxo-skeleton-element .auxo-skeleton-button.auxo-skeleton-button-circle {
  border-radius: 50%;
  width: 32px
}

.auxo-skeleton-element .auxo-skeleton-button.auxo-skeleton-button-round {
  border-radius: 32px
}

.auxo-skeleton-element .auxo-skeleton-button-lg {
  height: 40px;
  line-height: 40px;
  width: 80px
}

.auxo-skeleton-element .auxo-skeleton-button-lg.auxo-skeleton-button-circle {
  border-radius: 50%;
  width: 40px
}

.auxo-skeleton-element .auxo-skeleton-button-lg.auxo-skeleton-button-round {
  border-radius: 40px
}

.auxo-skeleton-element .auxo-skeleton-button-sm {
  height: 28px;
  line-height: 28px;
  width: 56px
}

.auxo-skeleton-element .auxo-skeleton-button-sm.auxo-skeleton-button-circle {
  border-radius: 50%;
  width: 28px
}

.auxo-skeleton-element .auxo-skeleton-button-sm.auxo-skeleton-button-round {
  border-radius: 28px
}

.auxo-skeleton-element .auxo-skeleton-avatar {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 32px
}

.auxo-skeleton-element .auxo-skeleton-avatar.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-element .auxo-skeleton-avatar-lg {
  height: 40px;
  line-height: 40px;
  width: 40px
}

.auxo-skeleton-element .auxo-skeleton-avatar-lg.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-element .auxo-skeleton-avatar-sm {
  height: 24px;
  line-height: 24px;
  width: 24px
}

.auxo-skeleton-element .auxo-skeleton-avatar-sm.auxo-skeleton-avatar-circle {
  border-radius: 50%
}

.auxo-skeleton-element .auxo-skeleton-input {
  background: #f2f2f2;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
  width: 100%
}

.auxo-skeleton-element .auxo-skeleton-input-lg {
  height: 40px;
  line-height: 40px;
  width: 100%
}

.auxo-skeleton-element .auxo-skeleton-input-sm {
  height: 28px;
  line-height: 28px;
  width: 100%
}

.auxo-skeleton-element .auxo-skeleton-image {
  align-items: center;
  background: #f2f2f2;
  display: flex;
  height: 96px;
  justify-content: center;
  line-height: 96px;
  vertical-align: top;
  width: 96px
}

.auxo-skeleton-element .auxo-skeleton-image.auxo-skeleton-image-circle {
  border-radius: 50%
}

.auxo-skeleton-element .auxo-skeleton-image-path {
  fill: #bfbfbf
}

.auxo-skeleton-element .auxo-skeleton-image-svg {
  height: 48px;
  line-height: 48px;
  max-height: 192px;
  max-width: 192px;
  width: 48px
}

.auxo-skeleton-element .auxo-skeleton-image-svg.auxo-skeleton-image-circle {
  border-radius: 50%
}

@keyframes auxo-skeleton-loading {
  0% {
    background-position: 100% 50%
  }

  to {
    background-position: 0 50%
  }
}

.auxo-skeleton-rtl {
  direction: rtl
}

.auxo-skeleton-rtl .auxo-skeleton-header {
  padding-left: 16px;
  padding-right: 0
}

.auxo-skeleton-rtl.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-avatar,
.auxo-skeleton-rtl.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-content .auxo-skeleton-paragraph>li,
.auxo-skeleton-rtl.auxo-skeleton.auxo-skeleton-active .auxo-skeleton-content .auxo-skeleton-title {
  animation-name: auxo-skeleton-loading-rtl
}

@keyframes auxo-skeleton-loading-rtl {
  0% {
    background-position: 0 50%
  }

  to {
    background-position: 100% 50%
  }
}

.auxo-slider {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  height: 12px;
  line-height: 1.5715;
  list-style: none;
  margin: 10px 6px;
  padding: 4px 0;
  position: relative;
  touch-action: none
}

.auxo-slider-vertical {
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
  width: 12px
}

.auxo-slider-vertical .auxo-slider-rail {
  height: 100%;
  width: 4px
}

.auxo-slider-vertical .auxo-slider-track {
  width: 4px
}

.auxo-slider-vertical .auxo-slider-handle {
  margin-left: -5px;
  margin-top: -6px
}

.auxo-slider-vertical .auxo-slider-mark {
  height: 100%;
  left: 12px;
  top: 0;
  width: 18px
}

.auxo-slider-vertical .auxo-slider-mark-text {
  left: 4px;
  white-space: nowrap
}

.auxo-slider-vertical .auxo-slider-step {
  height: 100%;
  width: 4px
}

.auxo-slider-vertical .auxo-slider-dot {
  left: 2px;
  margin-bottom: -4px;
  top: auto
}

.auxo-slider-tooltip .auxo-tooltip-inner {
  min-width: unset
}

.auxo-slider-rtl.auxo-slider-vertical .auxo-slider-handle {
  margin-left: 0;
  margin-right: -5px
}

.auxo-slider-rtl.auxo-slider-vertical .auxo-slider-mark {
  left: auto;
  right: 12px
}

.auxo-slider-rtl.auxo-slider-vertical .auxo-slider-mark-text {
  left: auto;
  right: 4px
}

.auxo-slider-rtl.auxo-slider-vertical .auxo-slider-dot {
  left: auto;
  right: 2px
}

.auxo-slider-with-marks {
  margin-bottom: 28px
}

.auxo-slider-rail {
  background-color: rgba(0, 0, 0, .04);
  width: 100%
}

.auxo-slider-rail,
.auxo-slider-track {
  border-radius: 4px;
  height: 4px;
  position: absolute;
  transition: background-color .3s
}

.auxo-slider-track {
  background-color: #8cb8ff
}

.auxo-slider-handle {
  background-color: #fff;
  border: 2px solid #8cb8ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  height: 14px;
  margin-top: -5px;
  position: absolute;
  transition: border-color .3s, box-shadow .6s, transform .3s cubic-bezier(.18, .89, .32, 1.28);
  width: 14px
}

.auxo-slider-handle-dragging.auxo-slider-handle-dragging.auxo-slider-handle-dragging,
.auxo-slider-handle:focus {
  border-color: #4785ff;
  box-shadow: 0 0 0 5px rgba(25, 102, 255, .12)
}

.auxo-slider-handle:focus {
  outline: none
}

.auxo-slider-handle.auxo-tooltip-open {
  border-color: #1966ff
}

.auxo-slider:hover .auxo-slider-rail {
  background-color: #e1e1e1
}

.auxo-slider:hover .auxo-slider-track {
  background-color: #4784ff
}

.auxo-slider:hover .auxo-slider-handle:not(.auxo-tooltip-open) {
  border-color: #4784ff
}

.auxo-slider-mark {
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 100%
}

.auxo-slider-mark-text {
  color: #898b8f;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  word-break: keep-all
}

.auxo-slider-mark-text-active {
  color: #565960
}

.auxo-slider-step {
  background: transparent;
  height: 4px;
  position: absolute;
  width: 100%
}

.auxo-slider-dot {
  background-color: #fff;
  border: 2px solid #eeeff0;
  border-radius: 50%;
  cursor: pointer;
  height: 8px;
  margin-left: -4px;
  position: absolute;
  top: -2px;
  width: 8px
}

.auxo-slider-dot:first-child,
.auxo-slider-dot:last-child {
  margin-left: -4px
}

.auxo-slider-dot-active {
  border-color: #8cb3ff
}

.auxo-slider-disabled {
  cursor: not-allowed
}

.auxo-slider-disabled .auxo-slider-track {
  background-color: #bcbdc0 !important
}

.auxo-slider-disabled .auxo-slider-dot,
.auxo-slider-disabled .auxo-slider-handle {
  background-color: #fff;
  border-color: #bcbdc0 !important;
  box-shadow: none;
  cursor: not-allowed
}

.auxo-slider-disabled .auxo-slider-dot,
.auxo-slider-disabled .auxo-slider-mark-text {
  cursor: not-allowed !important
}

.auxo-slider-rtl {
  direction: rtl
}

.auxo-slider-rtl .auxo-slider-mark {
  left: auto;
  right: 0
}

.auxo-slider-rtl .auxo-slider-dot,
.auxo-slider-rtl .auxo-slider-dot:first-child,
.auxo-slider-rtl .auxo-slider-dot:last-child {
  margin-left: 0;
  margin-right: -4px
}

.auxo-space {
  display: inline-flex
}

.auxo-space-vertical {
  flex-direction: column
}

.auxo-space-align-center {
  align-items: center
}

.auxo-space-align-start {
  align-items: flex-start
}

.auxo-space-align-end {
  align-items: flex-end
}

.auxo-space-align-baseline {
  align-items: baseline
}

.auxo-space-item:empty {
  display: none
}

.auxo-space-rtl {
  direction: rtl
}

.auxo-spin {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  color: #1966ff;
  display: none;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  transition: transform .3s cubic-bezier(.78, .14, .15, .86);
  vertical-align: middle
}

.auxo-spin-spinning {
  display: inline-block;
  opacity: 1;
  position: static
}

.auxo-spin-nested-loading {
  position: relative
}

.auxo-spin-nested-loading>div>.auxo-spin {
  display: block;
  height: 100%;
  left: 0;
  max-height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 4
}

.auxo-spin-nested-loading>div>.auxo-spin .auxo-spin-dot {
  left: 50%;
  margin: -12px;
  position: absolute;
  top: 50%
}

.auxo-spin-nested-loading>div>.auxo-spin .auxo-spin-text {
  padding-top: 7px;
  position: absolute;
  text-shadow: 0 1px 2px #fff;
  top: 50%;
  width: 100%
}

.auxo-spin-nested-loading>div>.auxo-spin.auxo-spin-show-text .auxo-spin-dot {
  margin-top: -22px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm .auxo-spin-dot {
  margin: -8px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm .auxo-spin-text {
  padding-top: 3px
}

.auxo-spin-nested-loading>div>.auxo-spin-sm.auxo-spin-show-text .auxo-spin-dot {
  margin-top: -18px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg .auxo-spin-dot {
  margin: -16px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg .auxo-spin-text {
  padding-top: 11px
}

.auxo-spin-nested-loading>div>.auxo-spin-lg.auxo-spin-show-text .auxo-spin-dot {
  margin-top: -26px
}

.auxo-spin-container {
  position: relative;
  transition: opacity .3s
}

.auxo-spin-container:after {
  background: #fff;
  bottom: 0;
  content: "";
  display: none\9;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
  width: 100%;
  z-index: 10
}

.auxo-spin-blur {
  clear: both;
  opacity: .5;
  overflow: hidden;
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-spin-blur:after {
  opacity: .4;
  pointer-events: auto
}

.auxo-spin-tip {
  color: #898b8f
}

.auxo-spin-dot {
  display: inline-block;
  font-size: 24px;
  height: 1em;
  position: relative;
  width: 1em
}

.auxo-spin-dot-item {
  animation: antSpinMove 1s linear infinite alternate;
  background-color: #1966ff;
  border-radius: 100%;
  display: block;
  height: 9px;
  opacity: .3;
  position: absolute;
  transform: scale(.75);
  transform-origin: 50% 50%;
  width: 9px
}

.auxo-spin-dot-item:first-child {
  left: 0;
  top: 0
}

.auxo-spin-dot-item:nth-child(2) {
  animation-delay: .4s;
  right: 0;
  top: 0
}

.auxo-spin-dot-item:nth-child(3) {
  animation-delay: .8s;
  bottom: 0;
  right: 0
}

.auxo-spin-dot-item:nth-child(4) {
  animation-delay: 1.2s;
  bottom: 0;
  left: 0
}

.auxo-spin-dot-spin {
  animation: antRotate 1.2s linear infinite;
  transform: rotate(45deg)
}

.auxo-spin-sm .auxo-spin-dot {
  font-size: 16px
}

.auxo-spin-sm .auxo-spin-dot i {
  height: 6px;
  width: 6px
}

.auxo-spin-lg .auxo-spin-dot {
  font-size: 32px
}

.auxo-spin-lg .auxo-spin-dot i {
  height: 14px;
  width: 14px
}

.auxo-spin.auxo-spin-show-text .auxo-spin-text {
  display: block
}

@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
  .auxo-spin-blur {
    background: #fff;
    opacity: .5
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1
  }
}

@keyframes antRotate {
  to {
    transform: rotate(405deg)
  }
}

.auxo-spin-rtl {
  direction: rtl
}

.auxo-spin-rtl .auxo-spin-dot-spin {
  animation-name: antRotateRtl;
  transform: rotate(-45deg)
}

@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg)
  }
}

.auxo-statistic {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-statistic-title {
  color: #898b8f;
  font-size: 14px;
  margin-bottom: 4px
}

.auxo-statistic-content {
  color: #252931;
  font-family: PingFang SC, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
  font-size: 24px
}

.auxo-statistic-content-value {
  direction: ltr;
  display: inline-block
}

.auxo-statistic-content-prefix,
.auxo-statistic-content-suffix {
  display: inline-block
}

.auxo-statistic-content-prefix {
  margin-right: 4px
}

.auxo-statistic-content-suffix {
  margin-left: 4px
}

.auxo-statistic-rtl {
  direction: rtl
}

.auxo-statistic-rtl .auxo-statistic-content-prefix {
  margin-left: 4px;
  margin-right: 0
}

.auxo-statistic-rtl .auxo-statistic-content-suffix {
  margin-left: 0;
  margin-right: 4px
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel {
  padding: 4px 0;
  position: relative
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel:before {
  border: 1px solid #eeeff0;
  border-bottom: 0;
  border-top: 0;
  content: "";
  height: 4px;
  left: 80px;
  position: absolute;
  top: 0;
  width: 81px
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel:after {
  border: 1px solid #eeeff0;
  border-bottom: 0;
  border-top: 0;
  bottom: 0;
  content: "";
  height: 4px;
  left: 80px;
  position: absolute;
  width: 81px
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel .auxo-picker-content:before {
  border: 1px solid #eeeff0;
  border-bottom: 0;
  border-top: 0;
  content: "";
  height: 4px;
  position: absolute;
  right: 79px;
  top: 0;
  width: 81px
}

.auxo-picker-dropdown .auxo-picker-panel>.auxo-picker-time-panel .auxo-picker-content:after {
  border: 1px solid #eeeff0;
  border-bottom: 0;
  border-top: 0;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  right: 79px;
  width: 81px
}

.auxo-picker-time-panel .auxo-picker-time-panel-column {
  width: 80px
}

.auxo-picker-time-panel .auxo-picker-time-panel-column>li:not(.auxo-picker-time-panel-cell-selected).auxo-picker-time-panel-cell .auxo-picker-time-panel-cell-inner:hover {
  background: rgba(0, 0, 0, .04)
}

.auxo-picker-time-panel .auxo-picker-time-panel-column>li.auxo-picker-time-panel-cell-selected .auxo-picker-time-panel-cell-inner {
  background: #ebf3ff;
  color: #252931
}

.auxo-picker.sp-picker-range .auxo-picker-active-bar {
  display: none
}

.auxo-picker .auxo-time-picker-separator-inner {
  background: #bcbdc0;
  display: inline-block;
  height: 1px;
  vertical-align: middle;
  width: 8px
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column {
  max-height: 250px;
  overflow: hidden;
  padding: 4px 0
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column:hover {
  overflow-y: auto
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column-cell {
  color: #252931;
  font-size: 14px;
  line-height: 20px;
  min-width: 48px;
  padding: 6px 12px
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column-cell:hover {
  background-color: rgba(0, 0, 0, .04);
  cursor: pointer;
  font-weight: 500
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column-cell-active {
  background-color: #ebf3ff;
  cursor: pointer;
  font-weight: 500
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column-cell-disable {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-picker-piecewise-dropdownPanel .auxo-picker-piecewise-dropdown-wrap .auxo-picker-piecewise-dropdown-column-cell-disable:hover {
  color: #bcbdc0;
  cursor: not-allowed;
  font-weight: 400
}

.auxo-timeline {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-timeline-item {
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding-bottom: 20px;
  position: relative
}

.auxo-timeline-item-tail {
  border-left: 1px solid #eeeff0;
  height: calc(100% - 10px);
  left: 4px;
  position: absolute;
  top: 10px
}

.auxo-timeline-item-pending .auxo-timeline-item-head {
  background-color: transparent;
  font-size: 12px
}

.auxo-timeline-item-pending .auxo-timeline-item-tail {
  display: none
}

.auxo-timeline-item-head {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
  height: 10px;
  position: absolute;
  width: 10px
}

.auxo-timeline-item-head-blue {
  border-color: #1966ff;
  color: #1966ff
}

.auxo-timeline-item-head-red {
  border-color: #ff3b52;
  color: #ff3b52
}

.auxo-timeline-item-head-green {
  border-color: #3cc781;
  color: #3cc781
}

.auxo-timeline-item-head-gray {
  border-color: #bcbdc0;
  color: #bcbdc0
}

.auxo-timeline-item-head-custom {
  border: 0;
  border-radius: 0;
  left: 5px;
  line-height: 1;
  margin-top: 0;
  padding: 3px 1px;
  position: absolute;
  text-align: center;
  top: 5.5px;
  transform: translate(-50%, -50%)
}

.auxo-timeline-item-content {
  margin: 0 0 0 26px;
  position: relative;
  top: -7.001px;
  word-break: break-word
}

.auxo-timeline-item-last>.auxo-timeline-item-tail {
  display: none
}

.auxo-timeline-item-last>.auxo-timeline-item-content {
  min-height: 48px
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-tail,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-tail,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-tail {
  left: 50%
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head {
  margin-left: -4px
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head-custom {
  margin-left: 1px
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-left .auxo-timeline-item-content {
  left: calc(50% - 4px);
  text-align: left;
  width: calc(50% - 14px)
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-right .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-right .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-content {
  margin: 0;
  text-align: right;
  width: calc(50% - 12px)
}

.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-head,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-head-custom,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-tail {
  left: calc(100% - 5px)
}

.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-content {
  width: calc(100% - 18px)
}

.auxo-timeline.auxo-timeline-pending .auxo-timeline-item-last .auxo-timeline-item-tail {
  border-left: 2px dotted #eeeff0;
  display: block;
  height: calc(100% - 14px)
}

.auxo-timeline.auxo-timeline-reverse .auxo-timeline-item-last .auxo-timeline-item-tail {
  display: none
}

.auxo-timeline.auxo-timeline-reverse .auxo-timeline-item-pending .auxo-timeline-item-tail {
  border-left: 2px dotted #eeeff0;
  display: block;
  height: calc(100% - 15px);
  top: 15px
}

.auxo-timeline.auxo-timeline-reverse .auxo-timeline-item-pending .auxo-timeline-item-content {
  min-height: 48px
}

.auxo-timeline.auxo-timeline-label .auxo-timeline-item-label {
  width: calc(50% - 12px)
}

.auxo-timeline.auxo-timeline-label .auxo-timeline-item-right .auxo-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px)
}

.auxo-timeline-rtl {
  direction: rtl
}

.auxo-timeline-rtl .auxo-timeline-item-tail {
  border-left: none;
  border-right: 1px solid #eeeff0;
  left: auto;
  right: 4px
}

.auxo-timeline-rtl .auxo-timeline-item-head-custom {
  left: auto;
  right: 5px;
  transform: translate(50%, -50%)
}

.auxo-timeline-rtl .auxo-timeline-item-content {
  margin: 0 18px 0 0
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-tail,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-tail,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-tail {
  left: auto;
  right: 50%
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head {
  margin-left: 0;
  margin-right: -4px
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-head-custom {
  margin-left: 0;
  margin-right: 1px
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-left .auxo-timeline-item-content {
  left: auto;
  right: calc(50% - 4px);
  text-align: right
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-right .auxo-timeline-item-content,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-right .auxo-timeline-item-content,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-content {
  text-align: left
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-head,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-head-custom,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-tail {
  left: auto;
  right: 0
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-right .auxo-timeline-item-right .auxo-timeline-item-content {
  margin-right: 18px;
  text-align: right;
  width: 100%
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-pending .auxo-timeline-item-last .auxo-timeline-item-tail,
.auxo-timeline-rtl.auxo-timeline.auxo-timeline-reverse .auxo-timeline-item-pending .auxo-timeline-item-tail {
  border-left: none;
  border-right: 2px dotted #eeeff0
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-label {
  text-align: left
}

.auxo-timeline-rtl.auxo-timeline.auxo-timeline-label .auxo-timeline-item-right .auxo-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right
}

.auxo-timeline {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px
}

.auxo-timeline-item {
  color: #898b8f;
  padding-bottom: 16px
}

.auxo-timeline-item-label {
  top: -5px !important
}

.auxo-timeline-item-head {
  border-radius: 50%;
  height: 13px;
  width: 13px
}

.auxo-timeline-item-head-blue {
  background-color: #1966ff;
  border-color: #ebf3ff;
  border-width: 3px
}

.auxo-timeline-item-head-gray {
  background-color: #dcdee1;
  border-color: #fff;
  border-width: 3px
}

.auxo-timeline-item-head-red {
  background-color: #ff3b52;
  border-color: #ffe5e6;
  border-width: 3px
}

.auxo-timeline-item-head-green {
  background-color: #3cc781;
  border-color: #e3faec;
  border-width: 3px
}

.auxo-timeline-item-head-custom {
  height: auto;
  left: 6px;
  width: auto
}

.auxo-timeline-item-head-custom.auxo-timeline-item-head-blue,
.auxo-timeline-item-head-custom.auxo-timeline-item-head-gray {
  background-color: transparent
}

.auxo-timeline-item-content {
  margin: 0 0 0 20px;
  top: -5px
}

.auxo-timeline-item-tail {
  border-left: 1px dashed #eeeff0;
  left: 5.5px
}

.auxo-timeline.auxo-timeline-alternate .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-label .auxo-timeline-item-left .auxo-timeline-item-content,
.auxo-timeline.auxo-timeline-right .auxo-timeline-item-left .auxo-timeline-item-content {
  left: calc(50% - 5.5px)
}

.auxo-timeline.auxo-timeline-label .auxo-timeline-item-label {
  margin-right: 8px;
  position: absolute;
  right: calc(50% + 5.5px);
  text-align: right;
  top: -7.001px
}

.auxo-timeline.auxo-timeline-label .auxo-timeline-item-right .auxo-timeline-item-label {
  left: calc(50% + 5.5px);
  margin-left: 8px;
  text-align: left
}

.auxo-timeline-label:not(.sp-null) .auxo-timeline-item-head {
  margin-left: -6px
}

.auxo-timeline-label:not(.sp-null) .auxo-timeline-item-head.auxo-timeline-item-head-custom {
  margin-left: 1px
}

.auxo-transfer-customize-list .auxo-transfer-list {
  flex: 1 1 50%;
  height: auto;
  min-height: 200px;
  width: auto
}

.auxo-transfer-customize-list .auxo-table-wrapper .auxo-table-small {
  border: 0;
  border-radius: 0
}

.auxo-transfer-customize-list .auxo-table-wrapper .auxo-table-small>.auxo-table-content>.auxo-table-body>table>.auxo-table-thead>tr>th {
  background: #fff
}

.auxo-transfer-customize-list .auxo-table-wrapper .auxo-table-small>.auxo-table-content .auxo-table-row:last-child td {
  border-bottom: 1px solid #eeeff0
}

.auxo-transfer-customize-list .auxo-table-wrapper .auxo-table-small .auxo-table-body {
  margin: 0
}

.auxo-transfer-customize-list .auxo-table-wrapper .auxo-table-pagination.auxo-pagination {
  margin: 16px 0 4px
}

.auxo-transfer-customize-list .auxo-input[disabled] {
  background-color: transparent
}

.auxo-transfer {
  font-feature-settings: "tnum";
  align-items: stretch;
  box-sizing: border-box;
  color: #565960;
  display: flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative
}

.auxo-transfer-disabled .auxo-transfer-list {
  background: rgba(0, 0, 0, .04)
}

.auxo-transfer-list {
  border: 1px solid #dcdee1;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  height: 200px;
  width: 180px
}

.auxo-transfer-list-with-pagination {
  height: auto;
  width: 250px
}

.auxo-transfer-list-search {
  padding-left: 8px;
  padding-right: 24px
}

.auxo-transfer-list-search-action {
  bottom: 12px;
  color: #bcbdc0;
  line-height: 32px;
  position: absolute;
  right: 12px;
  text-align: center;
  top: 12px;
  width: 28px
}

.auxo-transfer-list-search-action .anticon {
  color: #bcbdc0;
  transition: all .3s
}

.auxo-transfer-list-search-action .anticon:hover {
  color: #898b8f
}

span.auxo-transfer-list-search-action {
  pointer-events: none
}

.auxo-transfer-list-header {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #eeeff0;
  border-radius: 4px 4px 0 0;
  color: #565960;
  display: flex;
  flex: none;
  height: 40px;
  padding: 8px 12px 9px
}

.auxo-transfer-list-header>:not(:last-child) {
  margin-right: 4px
}

.auxo-transfer-list-header>* {
  flex: none
}

.auxo-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-transfer-list-header-dropdown {
  cursor: pointer;
  font-size: 10px;
  transform: translateY(10%)
}

.auxo-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed
}

.auxo-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  font-size: 14px;
  overflow: hidden
}

.auxo-transfer-list-body-search-wrapper {
  flex: none;
  padding: 12px;
  position: relative
}

.auxo-transfer-list-content {
  flex: auto;
  list-style: none;
  margin: 0;
  overflow: auto;
  padding: 0
}

.auxo-transfer-list-content-item {
  align-items: center;
  display: flex;
  line-height: 20px;
  min-height: 32px;
  padding: 6px 12px;
  transition: all .3s
}

.auxo-transfer-list-content-item>:not(:last-child) {
  margin-right: 8px
}

.auxo-transfer-list-content-item>* {
  flex: none
}

.auxo-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.auxo-transfer-list-content-item-remove {
  color: #1966ff;
  color: #dcdee1;
  cursor: pointer;
  outline: none;
  position: relative;
  text-decoration: none;
  transition: color .3s
}

.auxo-transfer-list-content-item-remove:focus,
.auxo-transfer-list-content-item-remove:hover {
  color: #4784ff
}

.auxo-transfer-list-content-item-remove:active {
  color: #1556d9
}

.auxo-transfer-list-content-item-remove:after {
  bottom: -6px;
  content: "";
  left: -50%;
  position: absolute;
  right: -50%;
  top: -6px
}

.auxo-transfer-list-content-item-remove:hover {
  color: #4784ff
}

.auxo-transfer-list-content-item:not(.auxo-transfer-list-content-item-disabled):hover {
  background-color: #f0f6ff;
  cursor: pointer
}

.auxo-transfer-list-content-item:not(.auxo-transfer-list-content-item-disabled).auxo-transfer-list-content-item-checked:hover {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-transfer-list-content-show-remove .auxo-transfer-list-content-item:not(.auxo-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default
}

.auxo-transfer-list-content-item-checked {
  background-color: rgba(0, 0, 0, .04)
}

.auxo-transfer-list-content-item-disabled {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-transfer-list-pagination {
  border-top: 1px solid #eeeff0;
  padding: 8px 0;
  text-align: right
}

.auxo-transfer-list-body-not-found {
  color: #bcbdc0;
  flex: none;
  margin: auto 0;
  text-align: center;
  width: 100%
}

.auxo-transfer-list-footer {
  border-top: 1px solid #eeeff0
}

.auxo-transfer-operation {
  align-self: center;
  display: flex;
  flex: none;
  flex-direction: column;
  margin: 0 8px;
  vertical-align: middle
}

.auxo-transfer-operation .auxo-btn {
  display: block
}

.auxo-transfer-operation .auxo-btn:first-child {
  margin-bottom: 4px
}

.auxo-transfer-operation .auxo-btn .anticon {
  font-size: 12px
}

.auxo-transfer .auxo-empty-image {
  max-height: -2px
}

.auxo-transfer-rtl {
  direction: rtl
}

.auxo-transfer-rtl .auxo-transfer-list-search {
  padding-left: 24px;
  padding-right: 8px
}

.auxo-transfer-rtl .auxo-transfer-list-search-action {
  left: 12px;
  right: auto
}

.auxo-transfer-rtl .auxo-transfer-list-header>:not(:last-child) {
  margin-left: 4px;
  margin-right: 0
}

.auxo-transfer-rtl .auxo-transfer-list-header {
  left: auto;
  right: 0
}

.auxo-transfer-rtl .auxo-transfer-list-header-title {
  text-align: left
}

.auxo-transfer-rtl .auxo-transfer-list-content-item>:not(:last-child) {
  margin-left: 8px;
  margin-right: 0
}

.auxo-transfer-rtl .auxo-transfer-list-pagination {
  text-align: left
}

.auxo-transfer-rtl .auxo-transfer-list-footer {
  left: auto;
  right: 0
}

.auxo-transfer-list-body .anticon {
  font-size: 16px;
  vertical-align: sub
}

.auxo-tree-treenode-leaf-last .auxo-tree-switcher-leaf-line:before {
  bottom: auto !important;
  height: 14px !important;
  top: auto !important
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode {
  position: relative
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode:before {
  bottom: 4px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .3s
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode:hover:before {
  background: #f0f6ff
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode>* {
  z-index: 1
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode .auxo-tree-switcher {
  transition: color .3s
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode .auxo-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode .auxo-tree-node-content-wrapper:hover {
  background: transparent
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode .auxo-tree-node-content-wrapper.auxo-tree-node-selected {
  background: transparent;
  color: #fff
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode-selected:before,
.auxo-tree.auxo-tree-directory .auxo-tree-treenode-selected:hover:before {
  background: #1966ff
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode-selected .auxo-tree-switcher {
  color: #fff
}

.auxo-tree.auxo-tree-directory .auxo-tree-treenode-selected .auxo-tree-node-content-wrapper {
  background: transparent;
  color: #fff
}

.auxo-tree-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: .2em;
  white-space: nowrap
}

.auxo-tree-checkbox-input:focus+.auxo-tree-checkbox-inner,
.auxo-tree-checkbox-wrapper:hover .auxo-tree-checkbox-inner,
.auxo-tree-checkbox:hover .auxo-tree-checkbox-inner {
  border-color: #1966ff
}

.auxo-tree-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.auxo-tree-checkbox-wrapper:hover .auxo-tree-checkbox:after,
.auxo-tree-checkbox:hover:after {
  visibility: visible
}

.auxo-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-collapse: separate;
  border-radius: 4px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.auxo-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.auxo-tree-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-tree-checkbox-checked .auxo-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.auxo-tree-checkbox-checked .auxo-tree-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.auxo-tree-checkbox-disabled {
  cursor: not-allowed
}

.auxo-tree-checkbox-disabled.auxo-tree-checkbox-checked:not(.sp-null) .auxo-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #bcbdc0
}

.auxo-tree-checkbox-disabled .auxo-tree-checkbox-input {
  cursor: not-allowed
}

.auxo-tree-checkbox-disabled .auxo-tree-checkbox-inner {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1 !important
}

.auxo-tree-checkbox-disabled .auxo-tree-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: rgba(0, 0, 0, .04)
}

.auxo-tree-checkbox-disabled+span {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-tree-checkbox-disabled:hover:after,
.auxo-tree-checkbox-wrapper:hover .auxo-tree-checkbox-disabled:after {
  visibility: hidden
}

.auxo-tree-checkbox-wrapper {
  font-feature-settings: "tnum";
  align-items: baseline;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-tree-checkbox-wrapper:after {
  content: "\a0";
  display: inline-block;
  overflow: hidden;
  width: 0
}

.auxo-tree-checkbox-wrapper.auxo-tree-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.auxo-tree-checkbox-wrapper+.auxo-tree-checkbox-wrapper {
  margin-left: 8px
}

.auxo-tree-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-tree-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-tree-checkbox-group-item {
  margin-right: 8px
}

.auxo-tree-checkbox-group-item:last-child {
  margin-right: 0
}

.auxo-tree-checkbox-group-item+.auxo-tree-checkbox-group-item {
  margin-left: 0
}

.auxo-tree-checkbox-indeterminate .auxo-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdee1
}

.auxo-tree-checkbox-indeterminate .auxo-tree-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.auxo-tree-checkbox-indeterminate.auxo-tree-checkbox-disabled .auxo-tree-checkbox-inner:after {
  background-color: #bcbdc0;
  border-color: #bcbdc0
}

.auxo-tree-checkbox-rtl {
  direction: rtl
}

.auxo-tree-checkbox-group-rtl .auxo-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.auxo-tree-checkbox-group-rtl .auxo-tree-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.auxo-tree-checkbox-group-rtl .auxo-tree-checkbox-group-item+.auxo-tree-checkbox-group-item {
  margin-left: 8px
}

.auxo-tree {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: background-color .3s
}

.auxo-tree-focused:not(:hover):not(.auxo-tree-active-focused) {
  background: #ebf3ff
}

.auxo-tree-list-holder-inner {
  align-items: flex-start
}

.auxo-tree.auxo-tree-block-node .auxo-tree-list-holder-inner {
  align-items: stretch
}

.auxo-tree.auxo-tree-block-node .auxo-tree-list-holder-inner .auxo-tree-node-content-wrapper {
  flex: auto
}

.auxo-tree .auxo-tree-treenode {
  align-items: flex-start;
  display: flex;
  outline: none;
  padding: 0 0 4px
}

.auxo-tree .auxo-tree-treenode-disabled .auxo-tree-node-content-wrapper {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-tree .auxo-tree-treenode-disabled .auxo-tree-node-content-wrapper:hover {
  background: transparent
}

.auxo-tree .auxo-tree-treenode-active .auxo-tree-node-content-wrapper {
  background: #f0f6ff
}

.auxo-tree .auxo-tree-treenode:not(.auxo-tree .auxo-tree-treenode-disabled).filter-node .auxo-tree-title {
  color: inherit;
  font-weight: 500
}

.auxo-tree-indent {
  align-self: stretch;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.auxo-tree-indent-unit {
  display: inline-block;
  width: 24px
}

.auxo-tree-switcher {
  align-self: stretch;
  cursor: pointer;
  flex: none;
  line-height: 24px;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px
}

.auxo-tree-switcher .auxo-select-tree-switcher-icon,
.auxo-tree-switcher .auxo-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline
}

.auxo-tree-switcher .auxo-select-tree-switcher-icon svg,
.auxo-tree-switcher .auxo-tree-switcher-icon svg {
  transition: transform .3s
}

.auxo-tree-switcher-noop {
  cursor: default
}

.auxo-tree-switcher_close .auxo-tree-switcher-icon svg {
  transform: rotate(-90deg)
}

.auxo-tree-switcher-loading-icon {
  color: #1966ff
}

.auxo-tree-switcher-leaf-line {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}

.auxo-tree-switcher-leaf-line:before {
  border-left: 1px solid #eeeff0;
  bottom: -4px;
  content: " ";
  margin-left: -1px;
  position: absolute;
  top: 0
}

.auxo-tree-switcher-leaf-line:after {
  border-bottom: 1px solid #eeeff0;
  content: " ";
  height: 14px;
  margin-left: -1px;
  position: absolute;
  width: 10px
}

.auxo-tree-checkbox {
  margin: 4px 8px 0 0;
  top: auto
}

.auxo-tree .auxo-tree-node-content-wrapper {
  background: transparent;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0 4px;
  position: relative;
  transition: all .3s, border 0s, line-height 0s, box-shadow 0s;
  z-index: auto
}

.auxo-tree .auxo-tree-node-content-wrapper:hover {
  background-color: #f0f6ff
}

.auxo-tree .auxo-tree-node-content-wrapper.auxo-tree-node-selected {
  background-color: #ebf3ff
}

.auxo-tree .auxo-tree-node-content-wrapper .auxo-tree-iconEle {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px
}

.auxo-tree .auxo-tree-node-content-wrapper .auxo-tree-iconEle:empty {
  display: none
}

.auxo-tree-unselectable .auxo-tree-node-content-wrapper:hover {
  background-color: transparent
}

.auxo-tree-node-content-wrapper[draggable=true] {
  line-height: 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-tree-node-content-wrapper[draggable=true] .auxo-tree-drop-indicator {
  background-color: #1966ff;
  border-radius: 1px;
  height: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1
}

.auxo-tree-node-content-wrapper[draggable=true] .auxo-tree-drop-indicator:after {
  background-color: transparent;
  border: 2px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -6px;
  position: absolute;
  top: -3px;
  width: 8px
}

.auxo-tree .auxo-tree-treenode.drop-container>[draggable] {
  box-shadow: 0 0 0 2px #1966ff
}

.auxo-tree-show-line .auxo-tree-indent-unit {
  height: 100%;
  position: relative
}

.auxo-tree-show-line .auxo-tree-indent-unit:before {
  border-right: 1px solid #dcdee1;
  bottom: -4px;
  content: "";
  position: absolute;
  right: 12px;
  top: 0
}

.auxo-tree-show-line .auxo-tree-indent-unit-end:before {
  display: none
}

.auxo-tree-show-line .auxo-tree-switcher {
  background: #fff
}

.auxo-tree-show-line .auxo-tree-switcher-line-icon {
  vertical-align: -.225em
}

.auxo-tree-rtl {
  direction: rtl
}

.auxo-tree-rtl .auxo-tree-node-content-wrapper[draggable=true] .auxo-tree-drop-indicator:after {
  left: unset;
  right: -6px
}

.auxo-tree .auxo-tree-treenode-rtl {
  direction: rtl
}

.auxo-tree-rtl .auxo-tree-switcher_close .auxo-tree-switcher-icon svg {
  transform: rotate(90deg)
}

.auxo-tree-rtl.auxo-tree-show-line .auxo-tree-indent-unit:before {
  border-left: 1px solid #dcdee1;
  border-right: none;
  left: -13px;
  right: auto
}

.auxo-tree-rtl.auxo-tree-checkbox,
.auxo-tree-select-dropdown-rtl .auxo-select-tree-checkbox {
  margin: 4px 0 0 8px
}

.auxo-tree .auxo-tree-treenode {
  position: relative
}

.auxo-tree .auxo-tree-treenode:hover:before {
  background-color: #f3f4f5
}

.auxo-tree .auxo-tree-treenode:before {
  bottom: 4px;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: background-color .3s
}

.auxo-tree .auxo-tree-treenode-selected:before {
  background-color: #f3f4f5
}

.auxo-tree .auxo-tree-treenode .auxo-tree-iconEle {
  height: 36px;
  line-height: 36px
}

.auxo-tree .auxo-tree-treenode .auxo-tree-node-content-wrapper {
  background: transparent;
  line-height: 36px
}

.auxo-tree .auxo-tree-treenode .auxo-tree-node-content-wrapper:hover {
  background: transparent
}

.auxo-tree .auxo-tree-treenode .auxo-tree-switcher {
  line-height: 36px
}

.auxo-tree .auxo-tree-treenode .auxo-tree-checkbox {
  margin: 10px 8px
}

.auxo-tree.auxo-tree-show-line .auxo-tree-switcher {
  background-color: transparent
}

.auxo-select-tree-checkbox {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: 1;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  position: relative;
  top: .2em;
  white-space: nowrap
}

.auxo-select-tree-checkbox-input:focus+.auxo-select-tree-checkbox-inner,
.auxo-select-tree-checkbox-wrapper:hover .auxo-select-tree-checkbox-inner,
.auxo-select-tree-checkbox:hover .auxo-select-tree-checkbox-inner {
  border-color: #1966ff
}

.auxo-select-tree-checkbox-checked:after {
  animation: antCheckboxEffect .36s ease-in-out;
  animation-fill-mode: backwards;
  border: 1px solid #1966ff;
  border-radius: 4px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%
}

.auxo-select-tree-checkbox-wrapper:hover .auxo-select-tree-checkbox:after,
.auxo-select-tree-checkbox:hover:after {
  visibility: visible
}

.auxo-select-tree-checkbox-inner {
  background-color: #fff;
  border: 1px solid #dcdee1;
  border-collapse: separate;
  border-radius: 4px;
  direction: ltr;
  display: block;
  height: 16px;
  left: 0;
  position: relative;
  top: 0;
  transition: all .3s;
  width: 16px
}

.auxo-select-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  height: 9.14285714px;
  left: 22%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  transition: all .1s cubic-bezier(.71, -.46, .88, .6), opacity .1s;
  width: 5.71428571px
}

.auxo-select-tree-checkbox-input {
  bottom: 0;
  cursor: pointer;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1
}

.auxo-select-tree-checkbox-checked .auxo-select-tree-checkbox-inner:after {
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: table;
  opacity: 1;
  position: absolute;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  transition: all .2s cubic-bezier(.12, .4, .29, 1.46) .1s
}

.auxo-select-tree-checkbox-checked .auxo-select-tree-checkbox-inner {
  background-color: #1966ff;
  border-color: #1966ff
}

.auxo-select-tree-checkbox-disabled {
  cursor: not-allowed
}

.auxo-select-tree-checkbox-disabled.auxo-select-tree-checkbox-checked:not(.sp-null) .auxo-select-tree-checkbox-inner:after {
  animation-name: none;
  border-color: #bcbdc0
}

.auxo-select-tree-checkbox-disabled .auxo-select-tree-checkbox-input {
  cursor: not-allowed
}

.auxo-select-tree-checkbox-disabled .auxo-select-tree-checkbox-inner {
  background-color: rgba(0, 0, 0, .04);
  border-color: #dcdee1 !important
}

.auxo-select-tree-checkbox-disabled .auxo-select-tree-checkbox-inner:after {
  animation-name: none;
  border-collapse: separate;
  border-color: rgba(0, 0, 0, .04)
}

.auxo-select-tree-checkbox-disabled+span {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-select-tree-checkbox-disabled:hover:after,
.auxo-select-tree-checkbox-wrapper:hover .auxo-select-tree-checkbox-disabled:after {
  visibility: hidden
}

.auxo-select-tree-checkbox-wrapper {
  font-feature-settings: "tnum";
  align-items: baseline;
  box-sizing: border-box;
  color: #565960;
  cursor: pointer;
  display: inline-flex;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  line-height: unset;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-select-tree-checkbox-wrapper:after {
  content: "\a0";
  display: inline-block;
  overflow: hidden;
  width: 0
}

.auxo-select-tree-checkbox-wrapper.auxo-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed
}

.auxo-select-tree-checkbox-wrapper+.auxo-select-tree-checkbox-wrapper {
  margin-left: 8px
}

.auxo-select-tree-checkbox+span {
  padding-left: 8px;
  padding-right: 8px
}

.auxo-select-tree-checkbox-group {
  font-feature-settings: "tnum";
  box-sizing: border-box;
  color: #565960;
  display: inline-block;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0
}

.auxo-select-tree-checkbox-group-item {
  margin-right: 8px
}

.auxo-select-tree-checkbox-group-item:last-child {
  margin-right: 0
}

.auxo-select-tree-checkbox-group-item+.auxo-select-tree-checkbox-group-item {
  margin-left: 0
}

.auxo-select-tree-checkbox-indeterminate .auxo-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #dcdee1
}

.auxo-select-tree-checkbox-indeterminate .auxo-select-tree-checkbox-inner:after {
  background-color: #1966ff;
  border: 0;
  content: " ";
  height: 8px;
  left: 50%;
  opacity: 1;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 8px
}

.auxo-select-tree-checkbox-indeterminate.auxo-select-tree-checkbox-disabled .auxo-select-tree-checkbox-inner:after {
  background-color: #bcbdc0;
  border-color: #bcbdc0
}

.auxo-select-tree-checkbox-rtl {
  direction: rtl
}

.auxo-select-tree-checkbox-group-rtl .auxo-select-tree-checkbox-group-item {
  margin-left: 8px;
  margin-right: 0
}

.auxo-select-tree-checkbox-group-rtl .auxo-select-tree-checkbox-group-item:last-child {
  margin-left: 0 !important
}

.auxo-select-tree-checkbox-group-rtl .auxo-select-tree-checkbox-group-item+.auxo-select-tree-checkbox-group-item {
  margin-left: 8px
}

.auxo-tree-select-dropdown {
  padding: 8px 4px 0
}

.auxo-tree-select-dropdown-rtl {
  direction: rtl
}

.auxo-tree-select-dropdown .auxo-select-tree {
  border-radius: 0
}

.auxo-tree-select-dropdown .auxo-select-tree-list-holder-inner {
  align-items: stretch
}

.auxo-tree-select-dropdown .auxo-select-tree-list-holder-inner .auxo-select-tree-treenode {
  padding-bottom: 8px
}

.auxo-tree-select-dropdown .auxo-select-tree-list-holder-inner .auxo-select-tree-treenode .auxo-select-tree-node-content-wrapper {
  flex: auto
}

.auxo-select-tree {
  font-feature-settings: "tnum";
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #565960;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  margin: 0;
  padding: 0;
  transition: background-color .3s
}

.auxo-select-tree-focused:not(:hover):not(.auxo-select-tree-active-focused) {
  background: #ebf3ff
}

.auxo-select-tree-list-holder-inner {
  align-items: flex-start
}

.auxo-select-tree.auxo-select-tree-block-node .auxo-select-tree-list-holder-inner {
  align-items: stretch
}

.auxo-select-tree.auxo-select-tree-block-node .auxo-select-tree-list-holder-inner .auxo-select-tree-node-content-wrapper {
  flex: auto
}

.auxo-select-tree .auxo-select-tree-treenode {
  align-items: flex-start;
  display: flex;
  outline: none;
  padding: 0 0 4px
}

.auxo-select-tree .auxo-select-tree-treenode-disabled .auxo-select-tree-node-content-wrapper {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-select-tree .auxo-select-tree-treenode-disabled .auxo-select-tree-node-content-wrapper:hover {
  background: transparent
}

.auxo-select-tree .auxo-select-tree-treenode-active .auxo-select-tree-node-content-wrapper {
  background: #f0f6ff
}

.auxo-select-tree .auxo-select-tree-treenode:not(.auxo-select-tree .auxo-select-tree-treenode-disabled).filter-node .auxo-select-tree-title {
  color: inherit;
  font-weight: 500
}

.auxo-select-tree-indent {
  align-self: stretch;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap
}

.auxo-select-tree-indent-unit {
  display: inline-block;
  width: 24px
}

.auxo-select-tree-switcher {
  align-self: stretch;
  cursor: pointer;
  flex: none;
  line-height: 24px;
  margin: 0;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 24px
}

.auxo-select-tree-switcher .auxo-select-tree-switcher-icon,
.auxo-select-tree-switcher .auxo-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline
}

.auxo-select-tree-switcher .auxo-select-tree-switcher-icon svg,
.auxo-select-tree-switcher .auxo-tree-switcher-icon svg {
  transition: transform .3s
}

.auxo-select-tree-switcher-noop {
  cursor: default
}

.auxo-select-tree-switcher_close .auxo-select-tree-switcher-icon svg {
  transform: rotate(-90deg)
}

.auxo-select-tree-switcher-loading-icon {
  color: #1966ff
}

.auxo-select-tree-switcher-leaf-line {
  display: inline-block;
  height: 100%;
  position: relative;
  width: 100%;
  z-index: 1
}

.auxo-select-tree-switcher-leaf-line:before {
  border-left: 1px solid #eeeff0;
  bottom: -4px;
  content: " ";
  margin-left: -1px;
  position: absolute;
  top: 0
}

.auxo-select-tree-switcher-leaf-line:after {
  border-bottom: 1px solid #eeeff0;
  content: " ";
  height: 14px;
  margin-left: -1px;
  position: absolute;
  width: 10px
}

.auxo-select-tree-checkbox {
  margin: 4px 8px 0 0;
  top: auto
}

.auxo-select-tree .auxo-select-tree-node-content-wrapper {
  background: transparent;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  line-height: 24px;
  margin: 0;
  min-height: 24px;
  padding: 0 4px;
  position: relative;
  transition: all .3s, border 0s, line-height 0s, box-shadow 0s;
  z-index: auto
}

.auxo-select-tree .auxo-select-tree-node-content-wrapper:hover {
  background-color: #f0f6ff
}

.auxo-select-tree .auxo-select-tree-node-content-wrapper.auxo-select-tree-node-selected {
  background-color: #ebf3ff
}

.auxo-select-tree .auxo-select-tree-node-content-wrapper .auxo-select-tree-iconEle {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  width: 24px
}

.auxo-select-tree .auxo-select-tree-node-content-wrapper .auxo-select-tree-iconEle:empty {
  display: none
}

.auxo-select-tree-unselectable .auxo-select-tree-node-content-wrapper:hover {
  background-color: transparent
}

.auxo-select-tree-node-content-wrapper[draggable=true] {
  line-height: 24px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-select-tree-node-content-wrapper[draggable=true] .auxo-tree-drop-indicator {
  background-color: #1966ff;
  border-radius: 1px;
  height: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1
}

.auxo-select-tree-node-content-wrapper[draggable=true] .auxo-tree-drop-indicator:after {
  background-color: transparent;
  border: 2px solid #1966ff;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: -6px;
  position: absolute;
  top: -3px;
  width: 8px
}

.auxo-select-tree .auxo-select-tree-treenode.drop-container>[draggable] {
  box-shadow: 0 0 0 2px #1966ff
}

.auxo-select-tree-show-line .auxo-select-tree-indent-unit {
  height: 100%;
  position: relative
}

.auxo-select-tree-show-line .auxo-select-tree-indent-unit:before {
  border-right: 1px solid #dcdee1;
  bottom: -4px;
  content: "";
  position: absolute;
  right: 12px;
  top: 0
}

.auxo-select-tree-show-line .auxo-select-tree-indent-unit-end:before {
  display: none
}

.auxo-select-tree-show-line .auxo-select-tree-switcher {
  background: #fff
}

.auxo-select-tree-show-line .auxo-select-tree-switcher-line-icon {
  vertical-align: -.225em
}

.auxo-tree-select-dropdown-rtl .auxo-select-tree .auxo-select-tree-switcher_close .auxo-select-tree-switcher-icon svg {
  transform: rotate(90deg)
}

.auxo-tree-select-dropdown-rtl .auxo-select-tree .auxo-select-tree-switcher-loading-icon {
  transform: scaleY(-1)
}

.auxo-typography {
  color: #565960;
  overflow-wrap: break-word
}

.auxo-typography.auxo-typography-secondary {
  color: #898b8f
}

.auxo-typography.auxo-typography-success {
  color: #3cc781
}

.auxo-typography.auxo-typography-warning {
  color: #ff9226
}

.auxo-typography.auxo-typography-danger {
  color: #ff3b52
}

a.auxo-typography.auxo-typography-danger:active,
a.auxo-typography.auxo-typography-danger:focus,
a.auxo-typography.auxo-typography-danger:hover {
  color: #ff6370
}

.auxo-typography.auxo-typography-disabled {
  color: #bcbdc0;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.auxo-typography p,
div.auxo-typography {
  margin-bottom: 1em
}

.auxo-typography h1,
h1.auxo-typography {
  color: #252931;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.23;
  margin-bottom: .5em
}

.auxo-typography h2,
h2.auxo-typography {
  color: #252931;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .5em
}

.auxo-typography h3,
h3.auxo-typography {
  color: #252931;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: .5em
}

.auxo-typography h4,
h4.auxo-typography {
  color: #252931;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: .5em
}

.auxo-typography h5,
h5.auxo-typography {
  color: #252931;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: .5em
}

.auxo-typography div+h1,
.auxo-typography div+h2,
.auxo-typography div+h3,
.auxo-typography div+h4,
.auxo-typography div+h5,
.auxo-typography h1+h1,
.auxo-typography h1+h2,
.auxo-typography h1+h3,
.auxo-typography h1+h4,
.auxo-typography h1+h5,
.auxo-typography h2+h1,
.auxo-typography h2+h2,
.auxo-typography h2+h3,
.auxo-typography h2+h4,
.auxo-typography h2+h5,
.auxo-typography h3+h1,
.auxo-typography h3+h2,
.auxo-typography h3+h3,
.auxo-typography h3+h4,
.auxo-typography h3+h5,
.auxo-typography h4+h1,
.auxo-typography h4+h2,
.auxo-typography h4+h3,
.auxo-typography h4+h4,
.auxo-typography h4+h5,
.auxo-typography h5+h1,
.auxo-typography h5+h2,
.auxo-typography h5+h3,
.auxo-typography h5+h4,
.auxo-typography h5+h5,
.auxo-typography li+h1,
.auxo-typography li+h2,
.auxo-typography li+h3,
.auxo-typography li+h4,
.auxo-typography li+h5,
.auxo-typography p+h1,
.auxo-typography p+h2,
.auxo-typography p+h3,
.auxo-typography p+h4,
.auxo-typography p+h5,
.auxo-typography ul+h1,
.auxo-typography ul+h2,
.auxo-typography ul+h3,
.auxo-typography ul+h4,
.auxo-typography ul+h5,
.auxo-typography+h1.auxo-typography,
.auxo-typography+h2.auxo-typography,
.auxo-typography+h3.auxo-typography,
.auxo-typography+h4.auxo-typography,
.auxo-typography+h5.auxo-typography {
  margin-top: 1.2em
}

a.auxo-typography-ellipsis,
span.auxo-typography-ellipsis {
  display: inline-block
}

.auxo-typography a,
a.auxo-typography {
  color: #1966ff;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.auxo-typography a:focus,
.auxo-typography a:hover,
a.auxo-typography:focus,
a.auxo-typography:hover {
  color: #4784ff
}

.auxo-typography a:active,
a.auxo-typography:active {
  color: #1556d9
}

.auxo-typography a:active,
.auxo-typography a:hover,
a.auxo-typography:active,
a.auxo-typography:hover {
  text-decoration: none
}

.auxo-typography a.auxo-typography-disabled,
.auxo-typography a[disabled],
a.auxo-typography.auxo-typography-disabled,
a.auxo-typography[disabled] {
  color: #bcbdc0;
  cursor: not-allowed
}

.auxo-typography a.auxo-typography-disabled:active,
.auxo-typography a.auxo-typography-disabled:hover,
.auxo-typography a[disabled]:active,
.auxo-typography a[disabled]:hover,
a.auxo-typography.auxo-typography-disabled:active,
a.auxo-typography.auxo-typography-disabled:hover,
a.auxo-typography[disabled]:active,
a.auxo-typography[disabled]:hover {
  color: #bcbdc0
}

.auxo-typography a.auxo-typography-disabled:active,
.auxo-typography a[disabled]:active,
a.auxo-typography.auxo-typography-disabled:active,
a.auxo-typography[disabled]:active {
  pointer-events: none
}

.auxo-typography code {
  background: hsla(0, 0%, 59%, .1);
  border: 1px solid hsla(0, 0%, 39%, .2);
  border-radius: 3px;
  font-size: 85%;
  margin: 0 .2em;
  padding: .2em .4em .1em
}

.auxo-typography kbd {
  background: hsla(0, 0%, 59%, .06);
  border: solid hsla(0, 0%, 39%, .2);
  border-radius: 3px;
  border-width: 1px 1px 2px;
  font-size: 90%;
  margin: 0 .2em;
  padding: .15em .4em .1em
}

.auxo-typography mark {
  padding: 0
}

.auxo-typography ins,
.auxo-typography u {
  -webkit-text-decoration-skip: ink;
  text-decoration: underline;
  text-decoration-skip-ink: auto
}

.auxo-typography del,
.auxo-typography s {
  text-decoration: line-through
}

.auxo-typography strong {
  font-weight: 600
}

.auxo-typography-copy,
.auxo-typography-edit,
.auxo-typography-expand {
  color: #1966ff;
  cursor: pointer;
  margin-left: 4px;
  outline: none;
  text-decoration: none;
  transition: color .3s
}

.auxo-typography-copy:focus,
.auxo-typography-copy:hover,
.auxo-typography-edit:focus,
.auxo-typography-edit:hover,
.auxo-typography-expand:focus,
.auxo-typography-expand:hover {
  color: #4784ff
}

.auxo-typography-copy:active,
.auxo-typography-edit:active,
.auxo-typography-expand:active {
  color: #1556d9
}

.auxo-typography-copy-success,
.auxo-typography-copy-success:focus,
.auxo-typography-copy-success:hover {
  color: #3cc781
}

.auxo-typography-edit-content {
  position: relative
}

div.auxo-typography-edit-content {
  left: -12px;
  margin-bottom: calc(1em - 6px);
  margin-top: -6px
}

.auxo-typography-edit-content-confirm {
  bottom: 8px;
  color: #898b8f;
  pointer-events: none;
  position: absolute;
  right: 10px
}

.auxo-typography-edit-content textarea {
  -moz-transition: none
}

.auxo-typography ol,
.auxo-typography ul {
  margin: 0 0 1em;
  padding: 0
}

.auxo-typography ol li,
.auxo-typography ul li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px
}

.auxo-typography ul {
  list-style-type: circle
}

.auxo-typography ul ul {
  list-style-type: disc
}

.auxo-typography ol {
  list-style-type: decimal
}

.auxo-typography blockquote,
.auxo-typography pre {
  margin: 1em 0
}

.auxo-typography pre {
  word-wrap: break-word;
  background: hsla(0, 0%, 59%, .1);
  border: 1px solid hsla(0, 0%, 39%, .2);
  border-radius: 3px;
  padding: .4em .6em;
  white-space: pre-wrap
}

.auxo-typography pre code {
  background: transparent;
  border: 0;
  display: inline;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  padding: 0
}

.auxo-typography blockquote {
  border-left: 4px solid hsla(0, 0%, 39%, .2);
  opacity: .85;
  padding: 0 0 0 .6em
}

.auxo-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

a.auxo-typography-ellipsis-single-line,
span.auxo-typography-ellipsis-single-line {
  vertical-align: bottom
}

.auxo-typography-ellipsis-multiple-line {
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden
}

.auxo-typography-rtl {
  direction: rtl
}

.auxo-typography-rtl .auxo-typography-copy,
.auxo-typography-rtl .auxo-typography-edit,
.auxo-typography-rtl .auxo-typography-expand {
  margin-left: 0;
  margin-right: 4px
}

.auxo-typography-rtl .auxo-typography-expand {
  float: left
}

div.auxo-typography-edit-content.auxo-typography-rtl {
  left: auto;
  right: -12px
}

.auxo-typography-rtl .auxo-typography-edit-content-confirm {
  left: 10px;
  right: auto
}

.auxo-typography-rtl.auxo-typography ol li,
.auxo-typography-rtl.auxo-typography ul li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0
}

/*# sourceMappingURL=156.769fcd01.css.map*/