/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
body .kc-progress {
  background: #f5f5f5;
  height: 5px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
}
body .kc-progress-loading {
  transform-origin: 0 0;
  height: 5px;
  background: #0F7DFF;
  animation: loading 2.4s linear infinite;
  border-radius: 8px;
}
@keyframes loading {
  0% {
    transform: translateX(0) scaleX(0);
  }
  50% {
    transform: translateX(25%) scaleX(0.75);
  }
  75% {
    transform: translateX(100%) scaleX(0);
  }
  to {
    transform: translateX(0) scaleX(0);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-upload {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type="file"] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-select-picture-card {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  width: 104px;
  height: 104px;
  border-radius: 2px;
  background-color: #F6F8F9;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.3s ease;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 8px;
  display: table;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  width: 100%;
  height: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 8px;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #0F7DFF;
}
.ant-upload.ant-upload-drag {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  transition: border-color 0.3s;
  cursor: pointer;
  border-radius: 2px;
  text-align: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 16px 0;
  background: #F6F8F9;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border: 2px dashed #3898ff;
}
.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: #3898ff;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  font-size: 48px;
  color: #3898ff;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  font-size: 16px;
  margin: 0 0 4px;
  color: #333;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag .anticon-plus {
  font-size: 30px;
  transition: all 0.3s;
  color: rgba(0, 0, 0, 0.25);
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.ant-upload-list:before,
.ant-upload-list:after {
  content: "";
  display: table;
}
.ant-upload-list:after {
  clear: both;
}
.ant-upload-list-item {
  margin-top: 8px;
  font-size: 14px;
  position: relative;
  height: 22px;
}
.ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 22px;
  width: 100%;
  display: inline-block;
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 5px;
}
.ant-upload-list-item .anticon-cross {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
  transition: all 0.3s;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}
:root .ant-upload-list-item .anticon-cross {
  font-size: 12px;
}
.ant-upload-list-item .anticon-cross:hover {
  color: #333;
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: rgba(0, 0, 0, 0.03);
}
.ant-upload-list-item:hover .anticon-cross {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #FF5F73;
}
.ant-upload-list-item-error .anticon-cross {
  opacity: 1;
  color: #FF5F73 !important;
}
.ant-upload-list-item-progress {
  line-height: 0;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: -12px;
  padding-left: 26px;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  padding: 8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  height: 66px;
  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: #FF5F73;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 8px;
  left: 8px;
  text-align: center;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -18px;
  margin-left: -18px;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  width: 48px;
  height: 48px;
  display: block;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail.anticon:before,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail.anticon:before {
  line-height: 48px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 0 0 8px;
  line-height: 44px;
  transition: all 0.3s;
  padding-left: 48px;
  padding-right: 8px;
  max-width: 100%;
  display: inline-block;
  box-sizing: border-box;
}
.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 {
  padding-left: 56px;
  margin-top: 0;
  bottom: 14px;
  width: calc(100% - 24px);
}
.ant-upload-list-picture .anticon-cross,
.ant-upload-list-picture-card .anticon-cross {
  position: absolute;
  right: 8px;
  top: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card.ant-upload-list:after {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:before {
  content: ' ';
  position: absolute;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info:before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
  width: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 4px;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 100%;
  height: 100%;
  position: static;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
  text-align: center;
  line-height: 1.42857143;
  display: none;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #F6F8F9;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info:before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-left: 0;
  bottom: 32px;
}
.ant-upload-list .ant-upload-success-icon {
  color: #01AA78;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.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 {
  from {
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
body .kc-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .kc-list .ant-list-item {
  position: relative;
  padding: 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .kc-list-dot .ant-list-item {
  padding: 4px 16px;
}
body .kc-list-dot .ant-list-item:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 8px;
  width: 8px;
  border-radius: 100%;
  border: 1px solid #0F7DFF;
}
body .kc-list.ant-list-bordered .ant-list-item {
  padding: 4px 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
body .kc-collapse.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: none;
}
body .kc-collapse .ant-collapse-item > .ant-collapse-header {
  padding: 6px 16px 6px 32px;
  line-height: 1.42857143;
  background: #f6f8f9;
  font-weight: 500;
  color: #333;
}
body .kc-collapse .ant-collapse-item > .ant-collapse-header:hover {
  background: rgba(15, 125, 255, 0.08);
}
body .kc-collapse .ant-collapse-item > .ant-collapse-header .arrow {
  line-height: 32px;
}
body .kc-collapse .ant-collapse-item > .ant-collapse-header .arrow:before {
  content: "\E604";
  transform: scale(0.68333333);
}
body .kc-collapse .ant-collapse-content > .ant-collapse-content-box {
  padding: 8px 16px;
  padding-left: 32px;
}
body .kc-collapse .kc-collapse-tip {
  padding-left: 32px;
  font-size: 12px;
  margin: 4px 0;
  color: #9b9b9b;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-steps {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
  width: 100%;
  display: flex;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1;
  overflow: hidden;
}
.ant-steps-item:last-child {
  flex: none;
}
.ant-steps-item:last-child .ant-steps-item-tail,
.ant-steps-item:last-child .ant-steps-item-title:after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  border: 1px solid rgba(0, 0, 0, 0.25);
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 32px;
  font-size: 16px;
  margin-right: 8px;
  transition: background-color 0.3s, border-color 0.3s;
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
}
.ant-steps-item-icon > .ant-steps-icon {
  line-height: 1;
  top: -1px;
  color: #0F7DFF;
  position: relative;
}
.ant-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 12px;
  padding: 0 10px;
}
.ant-steps-item-tail:after {
  content: '';
  display: inline-block;
  background: rgba(0, 0, 0, 0.08);
  height: 1px;
  border-radius: 1px;
  width: 100%;
  transition: background 0.3s;
}
.ant-steps-item-title {
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding-right: 16px;
  position: relative;
  line-height: 32px;
}
.ant-steps-item-title:after {
  content: '';
  height: 1px;
  width: 9999px;
  background: rgba(0, 0, 0, 0.08);
  display: block;
  position: absolute;
  top: 16px;
  left: 100%;
}
.ant-steps-item-description {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait .ant-steps-item-icon {
  border-color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item-wait > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item-process .ant-steps-item-icon {
  border-color: #0F7DFF;
  background-color: #fff;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0F7DFF;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0F7DFF;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title {
  color: #333;
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item-process > .ant-steps-item-content > .ant-steps-item-description {
  color: #333;
}
.ant-steps-item-process > .ant-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #0F7DFF;
}
.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 {
  border-color: #0F7DFF;
  background-color: #fff;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #0F7DFF;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0F7DFF;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title {
  color: #333;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: #0F7DFF;
}
.ant-steps-item-finish > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-tail:after {
  background-color: #0F7DFF;
}
.ant-steps-item-error .ant-steps-item-icon {
  border-color: #FF5F73;
  background-color: #fff;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #FF5F73;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #FF5F73;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title {
  color: #FF5F73;
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-title:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item-error > .ant-steps-item-content > .ant-steps-item-description {
  color: #FF5F73;
}
.ant-steps-item-error > .ant-steps-item-tail:after {
  background-color: rgba(0, 0, 0, 0.08);
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title:after {
  background: #FF5F73;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 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;
}
.ant-steps-item-custom .ant-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 32px;
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0F7DFF;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
  font-size: 12px;
}
.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 {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
  padding: 0 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  border-radius: 0;
  border: 0;
  background: none;
}
.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: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  min-height: 48px;
  overflow: hidden;
  display: block;
}
.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-tail {
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 1px;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-tail:after {
  height: 100%;
  width: 1px;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-tail {
  position: absolute;
  left: 12px;
  top: 0;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    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 {
    min-height: 48px;
    overflow: hidden;
    display: block;
  }
  .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-tail {
    position: absolute;
    left: 16px;
    top: 0;
    height: 100%;
    width: 1px;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .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-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-content > .ant-steps-item-title:after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-tail {
    position: absolute;
    left: 12px;
    top: 0;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  padding: 0 24px;
  margin-left: 48px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 8px;
  width: 104px;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title:after {
  display: none;
}
.ant-steps-dot .ant-steps-item-title {
  line-height: 1.42857143;
}
.ant-steps-dot .ant-steps-item-tail {
  width: 100%;
  top: 2px;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail:after {
  height: 3px;
  width: calc(100% - 20px);
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon {
  padding-right: 0;
  width: 8px;
  height: 8px;
  line-height: 8px;
  border: 0;
  margin-left: 67px;
  background: transparent;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  position: relative;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot:after {
  content: "";
  background: rgba(0, 0, 0, 0.001);
  width: 60px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: -26px;
}
.ant-steps-dot .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-left: 0;
  margin-top: 8px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-tail {
  margin: 0;
  left: -9px;
  top: 2px;
  padding: 22px 0 4px;
}
.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;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-alert {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 8px 15px 8px 37px;
  border-radius: 2px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert-icon {
  top: 12px;
  left: 16px;
  position: absolute;
}
.ant-alert-description {
  font-size: 14px;
  line-height: 22px;
  display: none;
}
.ant-alert-success {
  border: 1px solid #66d1a6;
  background-color: #d3ebe0;
}
.ant-alert-success .ant-alert-icon {
  color: #01AA78;
}
.ant-alert-info {
  border: 1px solid #8acaff;
  background-color: #e6f5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #0F7DFF;
}
.ant-alert-warning {
  border: 1px solid #ffe3a3;
  background-color: #fffbf0;
}
.ant-alert-warning .ant-alert-icon {
  color: #FDA829;
}
.ant-alert-error {
  border: 1px solid #ffd9d9;
  background-color: #fff0f0;
}
.ant-alert-error .ant-alert-icon {
  color: #FF5F73;
}
.ant-alert-close-icon {
  font-size: 12px;
  position: absolute;
  right: 16px;
  top: 8px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-cross {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-cross:hover {
  color: #404040;
}
.ant-alert-close-text {
  position: absolute;
  right: 16px;
}
.ant-alert-with-description {
  padding: 15px 15px 15px 64px;
  position: relative;
  border-radius: 2px;
  color: #333;
  line-height: 1.42857143;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  font-size: 14px;
}
.ant-alert-with-description .ant-alert-message {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 4px;
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transform-origin: 50% 0;
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    opacity: 1;
    transform-origin: 0% 0%;
    transform: scaleY(1);
  }
  100% {
    opacity: 0;
    transform-origin: 0% 0%;
    transform: scaleY(0);
  }
}
body .ant-alert {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  padding: 8px 16px 8px 37px;
  border-radius: 2px;
}
body .ant-alert.ant-alert-no-icon {
  padding: 8px 16px;
}
body .ant-alert-icon {
  top: 14px;
  left: 16px;
  position: absolute;
}
body .ant-alert-message,
body .ant-alert-description {
  line-height: 1.8em;
}
body .ant-alert-description {
  font-size: 14px;
  display: none;
}
body .ant-alert-with-description .ant-alert-message {
  font-size: 14px;
  display: inline-block;
  font-weight: bold;
  padding-right: 8px;
  margin-bottom: 0;
}
body .ant-alert-with-description .ant-alert-description {
  display: inline;
}
body .ant-alert-close-icon {
  font-size: 14px;
  position: absolute;
  right: 16px;
  top: 10px;
  line-height: 22px;
  overflow: hidden;
  cursor: pointer;
}
body .ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
body .ant-alert-close-icon .anticon-close:hover {
  color: #404040;
}
body .ant-alert-close-text {
  position: absolute;
  right: 16px;
}
body .ant-alert-with-description {
  padding: 8px 16px 8px 64px;
  position: relative;
  border-radius: 2px;
  color: #333;
  line-height: 1.42857143;
}
body .ant-alert-with-description.ant-alert-no-icon {
  padding: 8px 16px;
}
body .ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 11px;
  left: 24px;
  font-size: 24px;
}
body .ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  cursor: pointer;
  font-size: 14px;
}
body .ant-alert.ant-alert-close {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transform-origin: 50% 0;
}
body .ant-alert-banner {
  padding: 0 16px 0 37px;
  line-height: 32px;
  text-align: center;
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  color: #333;
  border-bottom: 1px solid #ffe087;
  background-color: #fff7d3;
}
body .ant-alert-banner.ant-alertbody .ant-alert-banner.ant-alert-no-icon {
  padding: 0 16px;
}
body .ant-alert-banner .ant-alert-icon {
  top: 10px;
}
body .ant-alert-banner .ant-alert-close-icon {
  top: 6px;
}
body .ant-alert-banner.ant-alert-with-description.ant-alert-no-icon {
  padding: 0 16px;
}
body .ant-alert-banner.ant-alert-with-description .ant-alert-icon {
  top: 10px;
}
body .ant-alert-warning {
  padding: 10px 12px 10px 38px;
  background-color: rgba(245, 166, 35, 0.08);
  border-radius: 5px;
  border: transparent;
  color: #333;
}
body .ant-alert-warning .ant-alert-icon {
  top: 14px;
  color: #FDA829;
}
body .ant-alert-warning .ant-alert-message {
  color: #333;
  line-height: 1;
}
body .ant-alert-warning .ant-alert-description {
  color: #333;
}
body .ant-alert-warning.ant-alert-banner {
  border: 0;
  border-bottom: 1px solid #ffe087;
  background-color: #fff7d3;
  color: #333;
}
body .ant-alert-warning.ant-alert-banner .ant-alert-message {
  color: #333;
}
body .ant-alert-warning.ant-alert-banner .ant-alert-description {
  color: #333;
}
body .ant-alert-success {
  border: 1px solid #a4e0ce;
  background-color: #d9f2eb;
  color: #01553c;
}
body .ant-alert-success .ant-alert-icon {
  color: #01AA78;
}
body .ant-alert-success .ant-alert-message {
  color: #01553c;
}
body .ant-alert-success .ant-alert-description {
  color: #01553c;
}
body .ant-alert-success.ant-alert-banner {
  border: 0;
  border-bottom: 1px solid #a4e0ce;
  color: #333;
}
body .ant-alert-success.ant-alert-banner .ant-alert-message {
  color: #333;
}
body .ant-alert-success.ant-alert-banner .ant-alert-description {
  color: #333;
}
body .ant-alert-info {
  border: 1px solid #a9d0ff;
  background-color: #dbecff;
  color: #083f80;
}
body .ant-alert-info .ant-alert-icon {
  color: #0F7DFF;
}
body .ant-alert-info .ant-alert-message {
  color: #083f80;
}
body .ant-alert-info .ant-alert-description {
  color: #083f80;
}
body .ant-alert-info.ant-alert-banner {
  border: 0;
  border-bottom: 1px solid #a9d0ff;
  color: #333;
}
body .ant-alert-info.ant-alert-banner .ant-alert-message {
  color: #333;
}
body .ant-alert-info.ant-alert-banner .ant-alert-description {
  color: #333;
}
body .ant-alert-error {
  border: 1px solid #ffc5cd;
  background-color: #ffe7ea;
  color: #80303a;
}
body .ant-alert-error .ant-alert-icon {
  color: #FF5F73;
}
body .ant-alert-error .ant-alert-message {
  color: #80303a;
}
body .ant-alert-error .ant-alert-description {
  color: #80303a;
}
body .ant-alert-error.ant-alert-banner {
  border: 0;
  border-bottom: 1px solid #ffc5cd;
  color: #333;
}
body .ant-alert-error.ant-alert-banner .ant-alert-message {
  color: #333;
}
body .ant-alert-error.ant-alert-banner .ant-alert-description {
  color: #333;
}
body .ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
body .alert-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-carousel {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.ant-carousel .slick-track:before,
.ant-carousel .slick-track:after {
  content: "";
  display: table;
}
.ant-carousel .slick-track:after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .ant-carousel .slick-slide {
  float: right;
}
.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;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: 0;
  outline: none;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.ant-carousel .slick-prev:hover:before,
.ant-carousel .slick-next:hover:before,
.ant-carousel .slick-prev:focus:before,
.ant-carousel .slick-next:focus:before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled:before,
.ant-carousel .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev:before {
  content: "\2190";
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next:before {
  content: "\2192";
}
.ant-carousel .slick-dots {
  position: absolute;
  bottom: 12px;
  list-style: none;
  display: block;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 3px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin: 0 2px;
  padding: 0;
}
.ant-carousel .slick-dots li button {
  border: 0;
  cursor: pointer;
  background: #fff;
  opacity: 0.3;
  display: block;
  width: 16px;
  height: 3px;
  border-radius: 1px;
  outline: none;
  font-size: 0;
  color: transparent;
  transition: all 0.5s;
  padding: 0;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
  width: 24px;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  width: 3px;
  bottom: auto;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: auto;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-input-number {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-variant: tabular-nums;
  box-sizing: border-box;
  list-style: none;
  position: relative;
  padding: 4px 16px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  margin: 0;
  padding: 0;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  width: 90px;
}
.ant-input-number::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-input-number::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-input-number:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-input-number-lg {
  padding: 6px 16px;
  height: 40px;
  font-size: 16px;
}
.ant-input-number-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-input-number-handler {
  text-align: center;
  line-height: 0;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  transition: all 0.1s linear;
  display: block;
  width: 100%;
  font-weight: bold;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #3898ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 12px;
  user-select: none;
  position: absolute;
  width: 12px;
  height: 12px;
  transition: all 0.1s linear;
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  transform: scale(0.58333333) rotate(0deg);
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-number-handler-up-inner:before,
.ant-input-number-handler-down-inner:before {
  display: block;
  font-family: "anticon" !important;
}
:root .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-input-number-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-disabled:hover {
  border-color: #0d0c0c;
  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 {
  width: 100%;
  text-align: left;
  outline: 0;
  -moz-appearance: textfield;
  height: 30px;
  transition: all 0.3s linear;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  padding: 0 11px;
}
.ant-input-number-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.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 {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  width: 22px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  border-radius: 0 2px 2px 0;
  transition: opacity 0.24s linear 0.1s;
}
.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 {
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-up-inner:before {
  text-align: center;
  content: "\E61E";
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  top: -1px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
}
.ant-input-number-handler-down-inner:before {
  text-align: center;
  content: "\E61D";
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
body .ant-input-number {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
body .ant-input-number:hover {
  border-color: rgba(0, 0, 0, 0.15);
}
body .ant-input-number:focus {
  border-color: #0F7DFF !important;
  box-shadow: 0 2px 4px rgba(15, 125, 255, 0.08);
}
body .ant-input-number-disabled:hover {
  border-color: rgba(0, 0, 0, 0.15);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-time-picker-panel {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  z-index: 1050;
  position: absolute;
}
.ant-time-picker-panel-inner {
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  overflow: hidden;
  left: -2px;
}
.ant-time-picker-panel-input {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 154px;
  cursor: auto;
  outline: 0;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-time-picker-panel-input-wrap {
  box-sizing: border-box;
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-time-picker-panel-input-invalid {
  border-color: red;
}
.ant-time-picker-panel-clear-btn {
  position: absolute;
  right: 8px;
  cursor: pointer;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-time-picker-panel-clear-btn:after {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  transition: color 0.3s ease;
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
}
.ant-time-picker-panel-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  float: left;
  font-size: 14px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  width: 56px;
  overflow: hidden;
  position: relative;
  max-height: 192px;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0 160px;
  width: 100%;
}
.ant-time-picker-panel-select li {
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  padding: 0 0 0 12px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s;
}
.ant-time-picker-panel-select li:hover {
  background: rgba(0, 0, 0, 0.03);
}
li.ant-time-picker-panel-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox:before,
.ant-time-picker-panel-combobox:after {
  content: "";
  display: table;
}
.ant-time-picker-panel-combobox:after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
  width: 128px;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 16px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-time-picker-input:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input-disabled:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-time-picker-input-lg {
  padding: 6px 16px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-input[disabled] {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-time-picker-input[disabled]:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon {
  position: absolute;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 14px;
  height: 14px;
  line-height: 14px;
  right: 11px;
  color: rgba(0, 0, 0, 0.25);
  top: 50%;
  margin-top: -7px;
}
.ant-time-picker-icon:after {
  content: "\E641";
  font-family: "anticon";
  color: rgba(0, 0, 0, 0.25);
  display: block;
  line-height: 1;
}
.ant-time-picker-large .ant-time-picker-input {
  padding: 6px 16px;
  height: 40px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  padding: 1px 7px;
  height: 24px;
}
.ant-time-picker-small .ant-time-picker-icon {
  right: 7px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper:before,
.ant-table-wrapper:after {
  content: "";
  display: table;
}
.ant-table-wrapper:after {
  clear: both;
}
.ant-table {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  clear: both;
}
.ant-table-body {
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow: auto !important;
}
.ant-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  border-radius: 2px 2px 0 0;
}
.ant-table-thead > tr > th {
  background: #fff;
  transition: background 0.3s ease;
  text-align: left;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-thead > tr > th[colspan] {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: relative;
  margin-left: 8px;
  font-size: 14px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  width: 14px;
  font-weight: normal;
  vertical-align: text-bottom;
}
.ant-table-thead > tr > th .anticon-filter:hover,
.ant-table-thead > tr > th .ant-table-filter-icon:hover {
  color: #333;
}
.ant-table-thead > tr > th .ant-table-column-sorter + .anticon-filter {
  margin-left: 4px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon-filter {
  color: #0F7DFF;
}
.ant-table-thead > tr > th.ant-table-column-has-filters {
  overflow: hidden;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 2px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 2px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s;
}
.ant-table-thead > tr.ant-table-row-hover > td,
.ant-table-tbody > tr.ant-table-row-hover > td,
.ant-table-thead > tr:hover > td,
.ant-table-tbody > tr:hover > td {
  background: #f6f8f9;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  padding: 14px 16px;
  background: #fff;
  border-radius: 0 0 2px 2px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-footer:before {
  content: '';
  height: 1px;
  background: #fff;
  position: absolute;
  top: -1px;
  width: 100%;
  left: 0;
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-title {
  padding: 14px 0;
  position: relative;
  top: 1px;
  border-radius: 2px 2px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 16px;
  padding-right: 16px;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #fff;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 14px 16px;
  word-break: break-word;
  -ms-word-break: break-all;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom {
  padding-left: 16px;
  padding-right: 0;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
  min-width: 62px;
  width: 62px;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  text-align: center;
  min-width: 50px;
  width: 50px;
}
.ant-table-header {
  background: #fff;
  overflow: hidden;
}
.ant-table-header table {
  border-radius: 2px 2px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  height: 20px;
  line-height: 20px;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  position: absolute;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-column-sorter {
  position: relative;
  margin-left: 8px;
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-column-sorter-up,
.ant-table-column-sorter-down {
  display: block;
  width: 14px;
  height: 6px;
  line-height: 6px;
  cursor: pointer;
  position: relative;
}
.ant-table-column-sorter-up:hover .anticon,
.ant-table-column-sorter-down:hover .anticon {
  color: #61b3ff;
}
.ant-table-column-sorter-up.on .anticon-caret-up,
.ant-table-column-sorter-down.on .anticon-caret-up,
.ant-table-column-sorter-up.on .anticon-caret-down,
.ant-table-column-sorter-down.on .anticon-caret-down {
  color: #0F7DFF;
}
.ant-table-column-sorter-up:after,
.ant-table-column-sorter-down:after {
  position: absolute;
  content: '';
  height: 30px;
  width: 14px;
  left: 0;
}
.ant-table-column-sorter-up:after {
  bottom: 0;
}
.ant-table-column-sorter-down:after {
  top: 0;
}
.ant-table-column-sorter .anticon-caret-up,
.ant-table-column-sorter .anticon-caret-down {
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  line-height: 4px;
  height: 4px;
  transition: all 0.3s;
  position: relative;
  display: block;
}
:root .ant-table-column-sorter .anticon-caret-up,
:root .ant-table-column-sorter .anticon-caret-down {
  font-size: 12px;
}
.ant-table-column-sorter-down {
  margin-top: 1.5px;
}
.ant-table-column-sorter .anticon-caret-up {
  margin-top: 0.5px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-placeholder {
  border: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-placeholder {
  position: relative;
  padding: 14px 16px;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  text-align: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  z-index: 1;
}
.ant-table-placeholder .anticon {
  margin-right: 4px;
}
.ant-table-pagination.ant-pagination {
  margin: 16px 0;
  float: right;
}
.ant-table-filter-dropdown {
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  box-shadow: none;
  border-radius: 2px 2px 0 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title:after {
  color: #0F7DFF;
  font-weight: bold;
  text-shadow: 0 0 2px #b3dfff;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  overflow: hidden;
  padding: 7px 8px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-filter-dropdown-link {
  color: #0F7DFF;
}
.ant-table-filter-dropdown-link:hover {
  color: #3898ff;
}
.ant-table-filter-dropdown-link:active {
  color: #025cd9;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-selection-down {
  cursor: pointer;
  padding: 0;
  display: inline-block;
  line-height: 1;
}
.ant-table-selection-down:hover .anticon-down {
  color: #666;
}
.ant-table-row-expand-icon {
  cursor: pointer;
  display: inline-block;
  width: 17px;
  height: 17px;
  text-align: center;
  line-height: 14px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  user-select: none;
  background: #fff;
}
.ant-table-row-expanded:after {
  content: '-';
}
.ant-table-row-collapsed:after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced:after {
  content: '.';
}
.ant-table-row[class*="ant-table-row-level-0"] .ant-table-selection-column > span {
  display: inline-block;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  width: auto;
  min-width: 100%;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  overflow: scroll;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  border-radius: 0;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 2px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 2px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  box-shadow: none;
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-footer {
  padding: 10.5px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 10.5px 8px;
}
.ant-table-small {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-footer {
  padding: 7px 8px;
}
.ant-table-small > .ant-table-title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  top: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
  padding: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 7px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background: #fff;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-small.ant-table-bordered .ant-table-footer:before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-left: 0;
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
body .kc-table-stripe .ant-table-tbody > tr > td {
  border-bottom: transparent;
}
body .kc-table-stripe .ant-table-tbody > tr:nth-child(even),
body .kc-table-stripe .ant-table-tbody > tr:nth-child(even):hover > td {
  background: #f6f8f9;
}
body .kc-table-stripe .ant-table-tbody > tr:hover > td {
  background: inherit;
}
body .ant-table .kc-table-th-sort {
  cursor: pointer;
  display: flex;
  align-items: center;
}
body .ant-table .kc-table-th-sort + .ant-table-column-sorter {
  display: none;
}
body .ant-table .kc-table-th-sort .kc-sort {
  position: relative;
}
body .ant-table .kc-table-th-sort .kc-sort.ascend:after,
body .ant-table .kc-table-th-sort .kc-sort.descend:after {
  height: 14px;
  font-family: KuCoin;
  content: "\E934";
  margin-left: 4px;
  color: #9b9b9b;
  vertical-align: middle;
  font-weight: bolder;
  position: absolute;
  top: -7px;
}
body .ant-table .kc-table-th-sort .kc-sort.descend:after {
  transform: rotate(180deg);
  top: 0;
}
body .ant-table-thead > tr > th {
  border-bottom: 2px solid #edf1f3;
}
body .ant-table-thead > tr,
body .ant-table-tbody > tr {
  transition: all 0s, height 0s;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  background: #F6F8F9;
  margin-right: 2px;
  padding: 0 16px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  line-height: 38px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  background: #fff;
  border-color: rgba(0, 0, 0, 0.08);
  color: #0F7DFF;
  padding-bottom: 1px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
  font-size: 12px;
  margin-left: 3px;
  margin-right: -5px;
  overflow: hidden;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  height: 14px;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab .anticon-close:hover {
  color: #333;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane {
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 12px;
  color: #333;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #0F7DFF;
  border-color: #0F7DFF;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-nav-container {
  height: auto;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card > .ant-tabs-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  border-right: 0;
  border-radius: 2px 0 0 2px;
  margin-right: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab {
  border-left: 0;
  border-radius: 0 2px 2px 0;
  margin-left: 1px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right > .ant-tabs-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-top: 0;
  border-radius: 0 0 2px 2px;
}
.ant-tabs.ant-tabs-card.ant-tabs-bottom > .ant-tabs-bar .ant-tabs-tab-active {
  color: #0F7DFF;
  padding-bottom: 0;
  padding-top: 1px;
}
body .ant-tabs {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
body .ant-tabs:before,
body .ant-tabs:after {
  content: "";
  display: table;
}
body .ant-tabs:after {
  clear: both;
}
body .ant-tabs-ink-bar {
  z-index: 1;
  position: absolute;
  left: 0;
  bottom: 1px;
  box-sizing: border-box;
  height: 2px;
  background-color: #0F7DFF;
  transform-origin: 0 0;
}
body .ant-tabs-bar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 0 16px 0;
  outline: none;
  transition: padding 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ant-tabs-nav-container {
  overflow: hidden;
  font-size: 14px;
  line-height: 1.42857143;
  box-sizing: border-box;
  position: relative;
  white-space: nowrap;
  margin-bottom: -1px;
  transition: padding 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
body .ant-tabs-nav-container:before,
body .ant-tabs-nav-container:after {
  content: "";
  display: table;
}
body .ant-tabs-nav-container:after {
  clear: both;
}
body .ant-tabs-nav-container-scrolling {
  padding-left: 32px;
  padding-right: 32px;
}
body .ant-tabs-bottom .ant-tabs-bar {
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
body .ant-tabs-bottom .ant-tabs-ink-bar {
  bottom: auto;
  top: 1px;
}
body .ant-tabs-bottom .ant-tabs-nav-container {
  margin-bottom: 0;
  margin-top: -1px;
}
body .ant-tabs-tab-prev,
body .ant-tabs-tab-next {
  user-select: none;
  z-index: 2;
  width: 0;
  height: 100%;
  cursor: pointer;
  border: 0;
  background-color: transparent;
  position: absolute;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  transition: width 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s cubic-bezier(0.645, 0.045, 0.355, 1), color 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  pointer-events: none;
}
body .ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
body .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  opacity: 1;
  width: 32px;
  height: 100%;
  pointer-events: auto;
}
body .ant-tabs-tab-prev:hover,
body .ant-tabs-tab-next:hover {
  color: #333;
}
body .ant-tabs-tab-prev-icon,
body .ant-tabs-tab-next-icon {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  line-height: inherit;
  vertical-align: baseline;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  text-transform: none;
}
body .ant-tabs-tab-prev-icon-target,
body .ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  transform: scale(0.83333333) rotate(0deg);
}
:root body .ant-tabs-tab-prev-icon-target,
:root body .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
body .ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
body .ant-tabs-tab-btn-disabled,
body .ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
body .ant-tabs-tab-next {
  right: 2px;
}
body .ant-tabs-tab-prev {
  left: 0;
}
:root body .ant-tabs-tab-prev {
  filter: none;
}
body .ant-tabs-nav-wrap {
  overflow: hidden;
  margin-bottom: -1px;
}
body .ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
body .ant-tabs-nav {
  box-sizing: border-box;
  padding-left: 0;
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  margin: 0;
  list-style: none;
  display: inline-block;
}
body .ant-tabs-nav:before,
body .ant-tabs-nav:after {
  display: table;
  content: " ";
}
body .ant-tabs-nav:after {
  clear: both;
}
body .ant-tabs-nav .ant-tabs-tab-disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
}
body .ant-tabs-nav .ant-tabs-tab {
  display: inline-block;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  box-sizing: border-box;
  position: relative;
  font-size: 14px;
  transition: color 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
body .ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
body .ant-tabs-nav .ant-tabs-tab:hover {
  color: #3898ff;
}
body .ant-tabs-nav .ant-tabs-tab:active {
  color: #025cd9;
}
body .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
body .ant-tabs-nav .ant-tabs-tab-active {
  color: #0F7DFF;
  font-weight: 500;
}
body .ant-tabs-large > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 16px;
}
body .ant-tabs-large > .ant-tabs-bar .ant-tabs-tab {
  padding: 16px;
  font-size: 16px;
}
body .ant-tabs-small > .ant-tabs-bar .ant-tabs-nav-container {
  font-size: 14px;
}
body .ant-tabs-small > .ant-tabs-bar .ant-tabs-tab {
  padding: 8px 16px;
  font-size: 12px;
}
body .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content {
  width: 100%;
}
body .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  transition: opacity 0s;
  opacity: 1;
}
body .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  opacity: 0;
  height: 0;
  padding: 0 !important;
  pointer-events: none;
}
body .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
body .ant-tabs:not(.ant-tabs-vertical) > .ant-tabs-content-animated {
  display: flex;
  flex-direction: row;
  will-change: margin-left;
  transition: all 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ant-tabs-vertical > .ant-tabs-bar {
  border-bottom: 0;
  height: 100%;
}
body .ant-tabs-vertical > .ant-tabs-bar-tab-prev,
body .ant-tabs-vertical > .ant-tabs-bar-tab-next {
  width: 32px;
  height: 0;
  transition: height 0s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0s cubic-bezier(0.645, 0.045, 0.355, 1), color 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ant-tabs-vertical > .ant-tabs-bar-tab-prev.ant-tabs-tab-arrow-show,
body .ant-tabs-vertical > .ant-tabs-bar-tab-next.ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab {
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
  display: block;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-extra-content {
  text-align: center;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-scroll {
  width: auto;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container,
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  height: 100%;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-nav {
  width: 100%;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-ink-bar {
  width: 2px;
  left: auto;
  height: auto;
  top: 0;
  display: none !important;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-next {
  width: 100%;
  bottom: 0;
  height: 32px;
}
body .ant-tabs-vertical > .ant-tabs-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
body .ant-tabs-vertical > .ant-tabs-content {
  overflow: hidden;
  width: auto;
  margin-top: 0 !important;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar {
  float: left;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  margin-right: -1px;
  margin-bottom: 0;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-tab {
  text-align: right;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-bar .ant-tabs-ink-bar {
  right: 1px;
}
body .ant-tabs-vertical.ant-tabs-left > .ant-tabs-content {
  padding-left: 24px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
body .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar {
  float: right;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  margin-left: -1px;
  margin-bottom: 0;
}
body .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
body .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
body .ant-tabs-vertical.ant-tabs-right > .ant-tabs-bar .ant-tabs-ink-bar {
  left: 1px;
}
body .ant-tabs-vertical.ant-tabs-right > .ant-tabs-content {
  padding-right: 24px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
body .ant-tabs-bottom > .ant-tabs-bar {
  margin-bottom: 0;
  margin-top: 16px;
}
body .ant-tabs-top .ant-tabs-ink-bar-animated,
body .ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1), width 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .ant-tabs-left .ant-tabs-ink-bar-animated,
body .ant-tabs-right .ant-tabs-ink-bar-animated {
  transition: transform 0s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body .no-flex > .ant-tabs-content-animated,
body .ant-tabs-no-animation > .ant-tabs-content-animated,
body .ant-tabs-vertical > .ant-tabs-content-animated {
  transform: none !important;
  margin-left: 0 !important;
}
body .no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
body .ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive,
body .ant-tabs-vertical > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  display: none;
}
body .kc-tabs:not(.ant-tabs-vertical):not(.ant-tabs-card):not(.ant-tabs-oval) .ant-tabs-bar {
  border: none;
}
body .kc-tabs:not(.ant-tabs-vertical):not(.ant-tabs-card):not(.ant-tabs-oval) .ant-tabs-nav > div:first-of-type div.ant-tabs-tab {
  padding-left: 0;
  padding-right: 0;
  margin: 0 33px 0 0;
  font-weight: 400;
}
body .kc-tabs:not(.ant-tabs-vertical):not(.ant-tabs-card):not(.ant-tabs-oval) .ant-tabs-nav > div:first-of-type div.ant-tabs-tab:after {
  content: ' ';
  height: 18px;
  margin: 0 16px 0 16px;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 14px;
}
body .kc-tabs:not(.ant-tabs-vertical):not(.ant-tabs-card):not(.ant-tabs-oval) .ant-tabs-nav > div:first-of-type div.ant-tabs-tab:last-of-type:after {
  background: transparent;
}
body .kc-tabs:not(.ant-tabs-vertical):not(.ant-tabs-card):not(.ant-tabs-oval) .ant-tabs-nav > div .ant-tabs-active {
  font-weight: 400;
}
body .kc-tabs.ant-tabs-oval .ant-tabs-bar {
  border: none;
}
body .kc-tabs.ant-tabs-oval .ant-tabs-ink-bar {
  display: none !important;
}
body .kc-tabs.ant-tabs-oval .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 17px;
  margin: 0;
  font-weight: 500;
}
body .kc-tabs.ant-tabs-oval .ant-tabs-nav .ant-tabs-tab-active {
  color: #0F7DFF;
  background: #E9F4FF;
  border-radius: 30px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-pagination {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.ant-pagination-total-text {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 30px;
  margin-right: 8px;
}
.ant-pagination-item {
  cursor: pointer;
  border-radius: 2px;
  user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  text-align: center;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  margin-right: 8px;
  font-family: Arial;
  outline: 0;
}
.ant-pagination-item a {
  text-decoration: none;
  color: #333;
  transition: none;
  margin: 0 6px;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  transition: all 0.3s;
  border-color: #0F7DFF;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #0F7DFF;
}
.ant-pagination-item-active {
  border-color: #0F7DFF;
  font-weight: 500;
}
.ant-pagination-item-active a {
  color: #0F7DFF;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #3898ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #3898ff;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev:after,
.ant-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-prev:hover:after,
.ant-pagination-jump-next:hover:after {
  color: #0F7DFF;
  display: inline-block;
  font-size: 12px;
  font-size: 8px \9;
  transform: scale(0.66666667) rotate(0deg);
  letter-spacing: -1px;
  font-family: "anticon";
}
:root .ant-pagination-jump-prev:focus:after,
:root .ant-pagination-jump-next:focus:after,
:root .ant-pagination-jump-prev:hover:after,
:root .ant-pagination-jump-next:hover:after {
  font-size: 12px;
}
.ant-pagination-jump-prev:focus:after,
.ant-pagination-jump-prev:hover:after {
  content: "\E620\E620";
}
.ant-pagination-jump-next:focus:after,
.ant-pagination-jump-next:hover:after {
  content: "\E61F\E61F";
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  font-family: Arial;
  cursor: pointer;
  color: #333;
  border-radius: 2px;
  list-style: none;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  transition: all 0.3s;
  display: inline-block;
  vertical-align: middle;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: #333;
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #3898ff;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  display: block;
  transition: all 0.3s;
}
.ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-next .ant-pagination-item-link:after {
  font-size: 12px;
  display: block;
  height: 30px;
  font-family: "anticon";
  text-align: center;
  font-weight: 500;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #0F7DFF;
  color: #0F7DFF;
}
.ant-pagination-prev .ant-pagination-item-link:after {
  content: "\E620";
  display: block;
}
.ant-pagination-next .ant-pagination-item-link:after {
  content: "\E61F";
  display: block;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  line-height: 32px;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  padding: 4px 16px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
  margin: 0 8px;
  width: 50px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-pagination-options-quick-jumper input-lg {
  padding: 6px 16px;
  height: 40px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  border: 0;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  margin-right: 8px;
  height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
  padding: 0 6px;
  height: 100%;
  text-align: center;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #0F7DFF;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  margin: 0;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  border-color: transparent;
  background: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link:after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link:after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  line-height: 24px;
  margin-right: 0;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 1px 7px;
  height: 24px;
  width: 44px;
}
@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;
  }
}
body .ant-pagination-item {
  cursor: pointer;
  border-radius: 0;
  user-select: none;
  min-width: 42px;
  margin-right: -1px;
  position: relative;
}
body .ant-pagination-item:focus,
body .ant-pagination-item:hover {
  border-color: rgba(0, 0, 0, 0.172);
}
body .ant-pagination-item:focus > a,
body .ant-pagination-item:hover > a {
  color: #333;
}
body .ant-pagination-item-active {
  z-index: 1;
}
body .ant-pagination-item-active:focus,
body .ant-pagination-item-active:hover {
  border-color: #0e73eb;
}
body .ant-pagination-item-active:focus a,
body .ant-pagination-item-active:hover a {
  color: #0e73eb;
}
body .ant-pagination-jump-prev,
body .ant-pagination-jump-next {
  margin-left: 8px;
}
body .ant-pagination-prev .ant-pagination-item-link,
body .ant-pagination-next .ant-pagination-item-link {
  border-radius: 2px;
}
body .ant-pagination-prev a,
body .ant-pagination-next a {
  padding: 0 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  display: block;
  transition: all 0s;
  height: 32px;
}
body .ant-pagination-prev:focus a,
body .ant-pagination-next:focus a,
body .ant-pagination-prev:hover a,
body .ant-pagination-next:hover a {
  border-color: #0F7DFF;
  color: #0F7DFF;
}
body .ant-pagination-prev.ant-pagination-disabled:focus a,
body .ant-pagination-next.ant-pagination-disabled:focus a,
body .ant-pagination-prev.ant-pagination-disabled:hover a,
body .ant-pagination-next.ant-pagination-disabled:hover a {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
body .ant-pagination-options .ant-select-selection {
  border-radius: 2px;
}
body .ant-pagination-options .ant-select-dropdown .ant-select-dropdown-menu li.ant-select-dropdown-menu-item {
  margin-left: 0 !important;
}
body .ant-pagination li:nth-of-type(2).ant-pagination-item {
  border-radius: 2px 0 0 2px;
}
body .ant-pagination li:nth-last-of-type(2).ant-pagination-item {
  border-radius: 0 2px 2px 0;
}
body .ant-pagination li:nth-last-of-type(1) {
  margin-left: 8px;
}
body .ant-pagination.pg-show-total li:nth-of-type(3).ant-pagination-item {
  border-radius: 2px 0 0 2px;
}
body .ant-pagination.pg-show-total li:nth-last-of-type(1) {
  margin-left: 8px;
}
body .ant-pagination.pg-tail li:nth-last-of-type(3).ant-pagination-item {
  border-radius: 0 2px 2px 0;
}
body .ant-pagination.pg-tail li:nth-last-of-type(2) {
  margin-left: 8px;
}
body .ant-pagination.pg-simple li.ant-pagination-item,
body .ant-pagination.pg-small li.ant-pagination-item {
  border-radius: 2px !important;
}


/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
body .kc-tag {
  position: relative;
  padding: 0 8px;
  line-height: 22px;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  align-self: center;
  border: 1px solid transparent;
  cursor: default;
  -webkit-font-smoothing: antialiased;
}
body .kc-tag:hover {
  opacity: 1;
}
body .kc-tag:hover .anticon-cross {
  display: flex;
}
body .kc-tag.kc-tag-dot {
  min-width: 12px;
  height: 12px;
  line-height: 12px;
  padding: 0;
}
body .kc-tag.kc-tag-msg {
  min-width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  background-color: #FF5F73;
  border-color: #FF5F73;
  padding: 0 4px;
}
body .kc-tag.kc-tag-shining {
  min-width: 8px;
  height: 8px;
  line-height: 8px;
  color: #fff;
  background-color: #FF5F73;
  border-color: #FF5F73;
  padding: 0;
}
body .kc-tag.kc-tag-shining:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  border-radius: 100%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FF5F73;
  animation: 2s ease-out shining infinite;
}
body .kc-tag-default {
  color: #9b9b9b;
  background-color: #fff;
  border-color: #9b9b9b;
}
body .kc-tag-primary {
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0F7DFF;
}
body .kc-tag-success {
  color: #fff;
  background-color: #01AA78;
  border-color: #01AA78;
}
body .kc-tag-warning {
  color: #fff;
  background-color: #FDA829;
  border-color: #FDA829;
}
body .kc-tag-danger {
  color: #fff;
  background-color: #FF5F73;
  border-color: #FF5F73;
}
body .kc-tag-dark {
  color: #fff;
  background-color: #333;
  border-color: #333;
}
body .kc-tag-grey {
  color: #fff;
  background-color: #ccc;
  border-color: #ccc;
}
body .kc-tag .anticon-close {
  margin: 0;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid #e8e8e8;
  background: hsla(0, 0%, 100%, 0.7);
  border-radius: 40px;
  cursor: pointer;
  transform: scale(1);
}
body .kc-tag .anticon-close:after {
  text-align: center;
}
@keyframes shining {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  to {
    transform: scale(3);
    opacity: 0;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-calendar-picker-container {
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  position: absolute;
  z-index: 1050;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  outline: none;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #0F7DFF;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  width: 14px;
  height: 14px;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  line-height: 14px;
  font-size: 12px;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  opacity: 0;
  z-index: 1;
  color: rgba(0, 0, 0, 0.25);
  background: #fff;
  pointer-events: none;
  cursor: pointer;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-picker-icon:after {
  content: "\E6BB";
  font-family: "anticon";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.42857143;
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: #333;
  background: #fff;
}
.ant-calendar-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-header a:hover {
  color: #3898ff;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
}
.ant-calendar-header .ant-calendar-prev-century-btn:after,
.ant-calendar-header .ant-calendar-prev-decade-btn:after,
.ant-calendar-header .ant-calendar-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
}
.ant-calendar-header .ant-calendar-next-century-btn:after,
.ant-calendar-header .ant-calendar-next-decade-btn:after,
.ant-calendar-header .ant-calendar-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
}
.ant-calendar-header .ant-calendar-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
}
.ant-calendar-header .ant-calendar-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  border: 0;
  text-align: center;
}
.ant-calendar-calendar-table {
  border-spacing: 0;
  margin-bottom: 0;
}
.ant-calendar-column-header {
  line-height: 18px;
  width: 33px;
  padding: 6px 0;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  padding: 3px 0;
  height: 30px;
}
.ant-calendar-date {
  display: block;
  margin: 0 auto;
  color: #333;
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
}
.ant-calendar-date:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #3898ff;
}
.ant-calendar-today .ant-calendar-date {
  border-color: #0F7DFF;
  font-weight: bold;
  color: #0F7DFF;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #cfe5ff;
}
.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  background: #0F7DFF;
  color: #fff;
  border: 1px solid transparent;
}
.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #0F7DFF;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
  border-radius: 0;
  width: auto;
  border: 1px solid transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  margin-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date:before {
  content: " ";
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid #bcbcbc;
  border-radius: 2px;
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  line-height: 38px;
  padding: 0 12px;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  text-align: center;
  display: block;
}
.ant-calendar-footer-extra + .ant-calendar-footer-btn {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0 -12px;
  padding: 0 12px;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  text-align: center;
  margin: 0 0 0 8px;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  display: none;
  position: absolute;
  right: 5px;
  text-indent: -76px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  top: 7px;
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn:after {
  font-family: 'anticon';
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\E62E";
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 1;
  width: 20px;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover:after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  height: 32px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0F7DFF;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  height: 24px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  transition: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 2px;
  height: 40px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  height: 24px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #3898ff;
  border-color: #3898ff;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #025cd9;
  border-color: #025cd9;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child:after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-calendar-range-picker-input {
  background-color: transparent;
  border: 0;
  height: 99%;
  outline: 0;
  width: 44%;
  text-align: center;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.45);
  width: 10px;
  display: inline-block;
  height: 100%;
  vertical-align: top;
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.ant-calendar-range-part {
  width: 50%;
  position: relative;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  width: 20px;
  margin-left: -132px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -118px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  margin-left: -12px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  padding: 4px 16px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  transition: all 0.3s;
  height: 24px;
  border: 0;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #9b9b9b;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #9b9b9b;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #3898ff;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  background-color: #f5f5f5;
  opacity: 1;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #0d0c0c;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
  min-height: 32px;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  padding: 6px 16px;
  height: 40px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  padding: 1px 7px;
  height: 24px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  border-radius: 0;
  position: relative;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell:before {
  content: '';
  display: block;
  background: #e6f5ff;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  right: 0;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  height: 207px;
  width: 100%;
  top: 68px;
  z-index: 2;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  padding-top: 40px;
  height: 100%;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  margin: 8px 12px;
  height: 22px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  width: 100%;
  top: 40px;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  z-index: 1050;
  position: absolute;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  display: inline-block;
  position: relative;
  outline: none;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  line-height: 1.5;
  overflow: hidden;
  width: 100%;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  float: left;
  font-size: 14px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 226px;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  border-left: 0;
  margin-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  list-style: none;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 206px;
}
.ant-calendar-time-picker-select li {
  padding-left: 32px;
  list-style: none;
  box-sizing: content-box;
  margin: 0;
  width: 100%;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
  user-select: none;
  transition: background 0.3s ease;
}
.ant-calendar-time-picker-select li:last-child:after {
  content: '';
  height: 202px;
  display: block;
}
.ant-calendar-time-picker-select li:hover {
  background: rgba(0, 0, 0, 0.03);
}
li.ant-calendar-time-picker-select-option-selected {
  background: #f5f5f5;
  font-weight: bold;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 2px;
  background: #fff;
  outline: none;
}
.ant-calendar-month-panel > div {
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-month-panel-header a:hover {
  color: #3898ff;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-month-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-month-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  cursor: not-allowed;
  color: #bcbcbc;
  background: #f5f5f5;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 1px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  border-radius: 2px;
  background: #fff;
  outline: none;
}
.ant-calendar-year-panel > div {
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-year-panel-header a:hover {
  color: #3898ff;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-year-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-year-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 2px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  user-select: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.ant-calendar-decade-panel-header a:hover {
  color: #3898ff;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  padding: 0 2px;
  font-weight: 500;
  display: inline-block;
  color: #333;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", sans-serif;
  padding: 0 5px;
  font-size: 16px;
  display: inline-block;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:after {
  content: '\AB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:after {
  content: '\BB';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:after {
  content: '\2039';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:after {
  content: '\203A';
}
.ant-calendar-decade-panel-body {
  height: calc(100% - 40px);
}
.ant-calendar-decade-panel-table {
  table-layout: fixed;
  width: 100%;
  height: 100%;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  text-align: center;
  white-space: nowrap;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  margin: 0 auto;
  color: #333;
  background: transparent;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0 6px;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #0F7DFF;
  color: #fff;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  user-select: none;
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  transition: all 0.3s;
  cursor: pointer;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #e6f5ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  background: #b3dfff;
  font-weight: bold;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  background: transparent;
  color: #333;
}
body .ant-calendar-picker-clear:before {
  position: absolute;
  top: 2px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-radio-group {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-right: 8px;
  cursor: pointer;
}
.ant-radio {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  white-space: nowrap;
  outline: none;
  display: inline-block;
  position: relative;
  line-height: 1;
  vertical-align: sub;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #0F7DFF;
}
.ant-radio-checked:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #0F7DFF;
  content: '';
  animation: antRadioEffect 0.36s ease-in-out;
  animation-fill-mode: both;
  visibility: hidden;
}
.ant-radio:hover:after,
.ant-radio-wrapper:hover .ant-radio:after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 100px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0s;
}
.ant-radio-inner:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 6px;
  display: table;
  border-top: 0;
  border-left: 0;
  content: ' ';
  background-color: #0F7DFF;
  opacity: 0;
  transform: scale(0);
  transition: all 0s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-input {
  position: absolute;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #0F7DFF;
}
.ant-radio-checked .ant-radio-inner:after {
  transform: scale(0.875);
  opacity: 1;
  transition: all 0s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background-color: #f5f5f5;
}
.ant-radio-disabled .ant-radio-inner:after {
  background-color: #ccc;
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-radio-button-wrapper {
  margin: 0;
  height: 32px;
  line-height: 30px;
  color: #333;
  display: inline-block;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 0;
  border-top-width: 1.02px;
  background: #fff;
  padding: 0 15px;
  position: relative;
}
.ant-radio-button-wrapper a {
  color: #333;
}
.ant-radio-button-wrapper > .ant-radio-button {
  margin-left: 0;
  display: block;
  width: 0;
  height: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  line-height: 22px;
  padding: 0 7px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  content: "";
  display: block;
  top: 0;
  left: -1px;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
}
.ant-radio-button-wrapper:first-child {
  border-radius: 2px 0 0 2px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.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,
.ant-radio-button-wrapper-focused {
  color: #0F7DFF;
  position: relative;
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type="checkbox"],
.ant-radio-button-wrapper input[type="radio"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.ant-radio-button-wrapper-checked {
  background: #fff;
  border-color: #0F7DFF;
  color: #0F7DFF;
  box-shadow: -1px 0 0 0 #0F7DFF;
  z-index: 1;
}
.ant-radio-button-wrapper-checked::before {
  background-color: #0F7DFF !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:first-child {
  border-color: #0F7DFF;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:hover {
  border-color: #3898ff;
  box-shadow: -1px 0 0 0 #3898ff;
  color: #3898ff;
}
.ant-radio-button-wrapper-checked:active {
  border-color: #025cd9;
  box-shadow: -1px 0 0 0 #025cd9;
  color: #025cd9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  background: #0F7DFF;
  border-color: #0F7DFF;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  border-color: #3898ff;
  background: #3898ff;
  color: #fff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  border-color: #025cd9;
  background: #025cd9;
  color: #fff;
}
.ant-radio-button-wrapper-disabled {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  cursor: not-allowed;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance:meterbar) and (background-blend-mode:difference,normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
body .ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
body .ant-radio:hover .ant-radio-inner,
body .ant-radio-focused .ant-radio-inner {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
body .ant-radio-checked:after {
  background: transparent;
  border-color: transparent;
  content: '';
  animation: antRadioEffect 0s ease-in-out;
}
body .ant-radio-inner {
  width: 14px;
  height: 14px;
  border-color: rgba(0, 0, 0, 0.2);
  background-color: #fff;
  transition: all 0s;
}
body .ant-radio-inner:after {
  position: absolute;
  width: 6px;
  height: 6px;
  left: 3px;
  top: 3px;
  border-radius: 6px;
  content: ' ';
  background-color: #fff;
  transition: all 0s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
body .ant-radio-checked .ant-radio-inner {
  background-color: #0F7DFF;
}
body .ant-radio-checked .ant-radio-inner:after {
  transform: scale(0.7);
  opacity: 1;
  transition: all 0s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
body .ant-radio-disabled .ant-radio-inner {
  border-color: rgba(0, 0, 0, 0.2) !important;
  background-color: #f5f5f5;
}
body .ant-radio-disabled .ant-radio-inner:after {
  background-color: #fff;
}
body .ant-radio-disabled.ant-radio-checked .ant-radio-inner {
  background-color: rgba(0, 0, 0, 0.2);
}
body .ant-radio-disabled.ant-radio-checked .ant-radio-inner:after {
  transform: scale(0.7);
  opacity: 1;
  transition: all 0s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
body .ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
body .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
body .kc-radio-group .kc-radio-btn {
  padding: 0;
  transition: all 0s;
}
body .kc-radio-group .kc-radio-btn span:last-of-type {
  display: inline-block;
  padding: 0 16px;
}
body .kc-radio-group .kc-radio-btn-disabled canvas {
  display: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-switch {
  font-family: URWDIN-Medium, URWDIN-Regular, 'Ubuntu', Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, '\5FAE\8F6F\96C5\9ED1', Arial, sans-serif;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.42857143;
  color: #333;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 28px;
  min-width: 44px;
  line-height: 26px;
  vertical-align: middle;
  border-radius: 100px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.36s;
  user-select: none;
}
.ant-switch-inner {
  color: #fff;
  font-size: 12px;
  margin-left: 24px;
  margin-right: 6px;
  display: block;
}
.ant-switch:before,
.ant-switch:after {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 1px;
  top: 1px;
  border-radius: 18px;
  background-color: #fff;
  content: " ";
  cursor: pointer;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-switch:after {
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:active:before,
.ant-switch:active:after {
  width: 24px;
}
.ant-switch:before {
  content: "\E64D";
  font-family: anticon;
  animation: loadingCircle 1s infinite linear;
  text-align: center;
  background: transparent;
  z-index: 1;
  display: none;
  font-size: 12px;
}
.ant-switch-loading:before {
  display: inline-block;
  color: #333;
}
.ant-switch-checked.ant-switch-loading:before {
  color: #0F7DFF;
}
.ant-switch:focus {
  box-shadow: 0 0 0 2px rgba(15, 125, 255, 0.2);
  outline: 0;
}
.ant-switch:focus:hover {
  box-shadow: none;
}
.ant-switch-small {
  height: 24px;
  min-width: 28px;
  line-height: 22px;
}
.ant-switch-small .ant-switch-inner {
  margin-left: 18px;
  margin-right: 3px;
  font-size: 12px;
}
.ant-switch-small:before,
.ant-switch-small:after {
  width: 20px;
  height: 20px;
}
.ant-switch-small:active:before,
.ant-switch-small:active:after {
  width: 16px;
}
.ant-switch-small.ant-switch-checked:before {
  left: 100%;
  margin-left: -21px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 3px;
  margin-right: 18px;
}
.ant-switch-small.ant-switch-loading:before {
  animation: AntSwitchSmallLoadingCircle 1s infinite linear;
  font-weight: bold;
}
.ant-switch-checked {
  background-color: #0F7DFF;
}
.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
.ant-switch-checked:before {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-checked:after {
  left: 100%;
  transform: translateX(-100%);
  margin-left: -1px;
}
.ant-switch-loading,
.ant-switch-disabled {
  pointer-events: none;
  opacity: 0.4;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform-origin: 50% 50%;
    transform: rotate(0deg) scale(0.66667);
  }
  100% {
    transform-origin: 50% 50%;
    transform: rotate(360deg) scale(0.66667);
  }
}
body .ant-switch {
  min-width: 47.6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: all 0.2s ease-out;
}
body .ant-switch:after {
  transition: all 0.2s ease-out;
}
body .ant-switch:active {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
body .ant-switch:active:before,
body .ant-switch:active:after {
  width: 32px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2), 0 2px 6px rgba(0, 0, 0, 0.3);
}
body .ant-switch-inner {
  margin-left: 28px;
  margin-right: 8px;
  color: #9B9B9B;
}
body .ant-switch-small {
  min-width: 40.8px;
}
body .ant-switch-small .ant-switch-inner {
  margin-left: 24px;
  margin-right: 6px;
}
body .ant-switch-small:active:before,
body .ant-switch-small:active:after {
  width: 26px;
}
body .ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-left: 6px;
  margin-right: 24px;
}
body .ant-switch-checked {
  background-color: #0F7DFF;
}
body .ant-switch-checked:before {
  margin-left: -24px;
}
body .ant-switch-checked .ant-switch-inner {
  margin-left: 8px;
  margin-right: 28px;
  color: #fff;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-btn {
  line-height: 1.42857143;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 2px;
  height: 32px;
  user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.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 {
  outline: 0;
  transition: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 2px;
  height: 40px;
}
.ant-btn-sm {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 2px;
  height: 24px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus {
  color: #3898ff;
  background-color: #fff;
  border-color: #3898ff;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child:after,
.ant-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active,
.ant-btn.active {
  color: #025cd9;
  background-color: #fff;
  border-color: #025cd9;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child:after,
.ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn.disabled > a:only-child:after,
.ant-btn[disabled] > a:only-child:after,
.ant-btn.disabled:hover > a:only-child:after,
.ant-btn[disabled]:hover > a:only-child:after,
.ant-btn.disabled:focus > a:only-child:after,
.ant-btn[disabled]:focus > a:only-child:after,
.ant-btn.disabled:active > a:only-child:after,
.ant-btn[disabled]:active > a:only-child:after,
.ant-btn.disabled.active > a:only-child:after,
.ant-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  background: #fff;
  text-decoration: none;
}
.ant-btn > i,
.ant-btn > span {
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0F7DFF;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #3898ff;
  border-color: #3898ff;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child:after,
.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #025cd9;
  border-color: #025cd9;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child:after,
.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-primary[disabled] > a:only-child:after,
.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-primary[disabled]:hover > a:only-child:after,
.ant-btn-primary.disabled:focus > a:only-child:after,
.ant-btn-primary[disabled]:focus > a:only-child:after,
.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #3898ff;
  border-left-color: #3898ff;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #3898ff;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #3898ff;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-ghost {
  color: #333;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #3898ff;
  background-color: transparent;
  border-color: #3898ff;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child:after,
.ant-btn-ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #025cd9;
  background-color: transparent;
  border-color: #025cd9;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child:after,
.ant-btn-ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost.disabled > a:only-child:after,
.ant-btn-ghost[disabled] > a:only-child:after,
.ant-btn-ghost.disabled:hover > a:only-child:after,
.ant-btn-ghost[disabled]:hover > a:only-child:after,
.ant-btn-ghost.disabled:focus > a:only-child:after,
.ant-btn-ghost[disabled]:focus > a:only-child:after,
.ant-btn-ghost.disabled:active > a:only-child:after,
.ant-btn-ghost[disabled]:active > a:only-child:after,
.ant-btn-ghost.disabled.active > a:only-child:after,
.ant-btn-ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #3898ff;
  background-color: #fff;
  border-color: #3898ff;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child:after,
.ant-btn-dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #025cd9;
  background-color: #fff;
  border-color: #025cd9;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child:after,
.ant-btn-dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed.disabled > a:only-child:after,
.ant-btn-dashed[disabled] > a:only-child:after,
.ant-btn-dashed.disabled:hover > a:only-child:after,
.ant-btn-dashed[disabled]:hover > a:only-child:after,
.ant-btn-dashed.disabled:focus > a:only-child:after,
.ant-btn-dashed[disabled]:focus > a:only-child:after,
.ant-btn-dashed.disabled:active > a:only-child:after,
.ant-btn-dashed[disabled]:active > a:only-child:after,
.ant-btn-dashed.disabled.active > a:only-child:after,
.ant-btn-dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger {
  color: #FF5F73;
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover {
  color: #fff;
  background-color: #ff8791;
  border-color: #ff8791;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus {
  color: #ff8791;
  background-color: #fff;
  border-color: #ff8791;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9455b;
  border-color: #d9455b;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child:after,
.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-danger[disabled] > a:only-child:after,
.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-danger[disabled]:hover > a:only-child:after,
.ant-btn-danger.disabled:focus > a:only-child:after,
.ant-btn-danger[disabled]:focus > a:only-child:after,
.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  width: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 50%;
  height: 32px;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  width: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  width: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 50%;
  height: 24px;
}
.ant-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  transition: opacity 0.2s;
  pointer-events: none;
  display: none;
}
.ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn.ant-btn-loading:before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: inline-block;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
  line-height: 30px;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  height: 40px;
  line-height: 38px;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  height: 24px;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  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 {
  border-radius: 2px;
}
.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 {
  border-radius: 2px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-top-right-radius: 2px;
}
.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:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ant-btn:focus > span,
.ant-btn:active > 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 {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #3898ff;
  background-color: transparent;
  border-color: #3898ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #025cd9;
  background-color: transparent;
  border-color: #025cd9;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > 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]:hover > 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]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > 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]:hover > 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]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #1e85ff;
  background-color: transparent;
  border-color: #1e85ff;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled] {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
  opacity: 0.6;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
  color: #1e85ff;
  background-color: transparent;
  border-color: #1e85ff;
}
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff8791;
  background-color: transparent;
  border-color: #ff8791;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9455b;
  background-color: transparent;
  border-color: #d9455b;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > 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]:hover > 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]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > 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]:hover > 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]:focus > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.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,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff6e80;
  background-color: transparent;
  border-color: #ff6e80;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled] {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
  opacity: 0.6;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
  color: #ff6e80;
  background-color: transparent;
  border-color: #ff6e80;
}
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ant-btn-two-chinese-chars:first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > * {
  letter-spacing: 0.34em;
  margin-right: -0.34em;
}
.ant-btn-block {
  width: 100%;
}
a.ant-btn {
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
body [ant-click-animating-without-extra-node]:after,
body .ant-click-animating-node {
  opacity: 0;
  display: none !important;
}
body .ant-btn {
  border-radius: 2px;
  transition: all 0s;
  background-clip: padding-box;
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn > a:only-child {
  color: currentColor;
}
body .ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn > a:only-child {
  color: currentColor;
}
body .ant-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn:focus,
body .ant-btn:active,
body .ant-btn.active {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.172);
}
body .ant-btn:focus > a:only-child,
body .ant-btn:active > a:only-child,
body .ant-btn.active > a:only-child {
  color: currentColor;
}
body .ant-btn:focus > a:only-child:after,
body .ant-btn:active > a:only-child:after,
body .ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn:focus > a:only-child,
body .ant-btn:active > a:only-child,
body .ant-btn.active > a:only-child {
  color: currentColor;
}
body .ant-btn:focus > a:only-child:after,
body .ant-btn:active > a:only-child:after,
body .ant-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn:hover {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.172);
}
body .ant-btn:hover > a:only-child {
  color: currentColor;
}
body .ant-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn:hover > a:only-child {
  color: currentColor;
}
body .ant-btn:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn.disabled,
body .ant-btn[disabled] {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}
body .ant-btn.disabled > a:only-child,
body .ant-btn[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn.disabled > a:only-child:after,
body .ant-btn[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn.disabled > a:only-child,
body .ant-btn[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn.disabled > a:only-child:after,
body .ant-btn[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn.disabled:hover,
body .ant-btn[disabled]:hover {
  color: #333;
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.172);
}
body .ant-btn.disabled:hover > a:only-child,
body .ant-btn[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn.disabled:hover > a:only-child:after,
body .ant-btn[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn.disabled:hover > a:only-child,
body .ant-btn[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn.disabled:hover > a:only-child:after,
body .ant-btn[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary {
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0e73eb;
  box-shadow: 0 2px 8px 0 rgba(15, 125, 255, 0.16);
}
body .ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary:focus,
body .ant-btn-primary:active,
body .ant-btn-primary.active {
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0e73eb;
}
body .ant-btn-primary:focus > a:only-child,
body .ant-btn-primary:active > a:only-child,
body .ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-primary:focus > a:only-child:after,
body .ant-btn-primary:active > a:only-child:after,
body .ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary:focus > a:only-child,
body .ant-btn-primary:active > a:only-child,
body .ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-primary:focus > a:only-child:after,
body .ant-btn-primary:active > a:only-child:after,
body .ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary:hover {
  color: #fff;
  background-color: #1e85ff;
  border-color: #0e73eb;
}
body .ant-btn-primary:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-primary:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-primary:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary.disabled,
body .ant-btn-primary[disabled] {
  color: #fff;
  background-color: #0F7DFF;
  border-color: #0e73eb;
  opacity: 0.6;
}
body .ant-btn-primary.disabled > a:only-child,
body .ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary.disabled > a:only-child,
body .ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary.disabled:hover,
body .ant-btn-primary[disabled]:hover {
  color: #fff;
  background-color: #1e85ff;
  border-color: #0e73eb;
}
body .ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success {
  color: #fff;
  background-color: #01AA78;
  border-color: #019c6e;
  box-shadow: 0 2px 8px 0 rgba(1, 170, 120, 0.16);
}
body .ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success:focus,
body .ant-btn-success:active,
body .ant-btn-success.active {
  color: #fff;
  background-color: #01AA78;
  border-color: #019c6e;
}
body .ant-btn-success:focus > a:only-child,
body .ant-btn-success:active > a:only-child,
body .ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-success:focus > a:only-child:after,
body .ant-btn-success:active > a:only-child:after,
body .ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success:focus > a:only-child,
body .ant-btn-success:active > a:only-child,
body .ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-success:focus > a:only-child:after,
body .ant-btn-success:active > a:only-child:after,
body .ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success:hover {
  color: #fff;
  background-color: #01b983;
  border-color: #019c6e;
}
body .ant-btn-success:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-success:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-success:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success.disabled,
body .ant-btn-success[disabled] {
  color: #fff;
  background-color: #01AA78;
  border-color: #019c6e;
  opacity: 0.6;
}
body .ant-btn-success.disabled > a:only-child,
body .ant-btn-success[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-success.disabled > a:only-child:after,
body .ant-btn-success[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success.disabled > a:only-child,
body .ant-btn-success[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-success.disabled > a:only-child:after,
body .ant-btn-success[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success.disabled:hover,
body .ant-btn-success[disabled]:hover {
  color: #fff;
  background-color: #01b983;
  border-color: #019c6e;
}
body .ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-success[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-success[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-success[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-success[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning {
  color: #fff;
  background-color: #FDA829;
  border-color: #e99b26;
  box-shadow: 0 2px 8px 0 rgba(253, 168, 41, 0.16);
}
body .ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning:focus,
body .ant-btn-warning:active,
body .ant-btn-warning.active {
  color: #fff;
  background-color: #FDA829;
  border-color: #e99b26;
}
body .ant-btn-warning:focus > a:only-child,
body .ant-btn-warning:active > a:only-child,
body .ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-warning:focus > a:only-child:after,
body .ant-btn-warning:active > a:only-child:after,
body .ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning:focus > a:only-child,
body .ant-btn-warning:active > a:only-child,
body .ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-warning:focus > a:only-child:after,
body .ant-btn-warning:active > a:only-child:after,
body .ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning:hover {
  color: #fff;
  background-color: #fdae38;
  border-color: #e99b26;
}
body .ant-btn-warning:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-warning:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-warning:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning.disabled,
body .ant-btn-warning[disabled] {
  color: #fff;
  background-color: #FDA829;
  border-color: #e99b26;
  opacity: 0.6;
}
body .ant-btn-warning.disabled > a:only-child,
body .ant-btn-warning[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-warning[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning.disabled > a:only-child,
body .ant-btn-warning[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-warning[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning.disabled:hover,
body .ant-btn-warning[disabled]:hover {
  color: #fff;
  background-color: #fdae38;
  border-color: #e99b26;
}
body .ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-warning[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-warning[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-warning[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-warning[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger {
  color: #fff;
  background-color: #FF5F73;
  border-color: #eb576a;
  box-shadow: 0 2px 8px 0 rgba(255, 95, 115, 0.16);
}
body .ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger:focus,
body .ant-btn-danger:active,
body .ant-btn-danger.active {
  color: #fff;
  background-color: #FF5F73;
  border-color: #eb576a;
}
body .ant-btn-danger:focus > a:only-child,
body .ant-btn-danger:active > a:only-child,
body .ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-danger:focus > a:only-child:after,
body .ant-btn-danger:active > a:only-child:after,
body .ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger:focus > a:only-child,
body .ant-btn-danger:active > a:only-child,
body .ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-danger:focus > a:only-child:after,
body .ant-btn-danger:active > a:only-child:after,
body .ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger:hover {
  color: #fff;
  background-color: #ff6e80;
  border-color: #eb576a;
}
body .ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-danger:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger.disabled,
body .ant-btn-danger[disabled] {
  color: #fff;
  background-color: #FF5F73;
  border-color: #eb576a;
  opacity: 0.6;
}
body .ant-btn-danger.disabled > a:only-child,
body .ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger.disabled > a:only-child,
body .ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger.disabled:hover,
body .ant-btn-danger[disabled]:hover {
  color: #fff;
  background-color: #ff6e80;
  border-color: #eb576a;
}
body .ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey {
  color: #fff;
  background-color: #ccc;
  border-color: #bcbcbc;
  box-shadow: 0 2px 8px 0 rgba(204, 204, 204, 0.16);
}
body .ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey:focus,
body .ant-btn-grey:active,
body .ant-btn-grey.active {
  color: #fff;
  background-color: #ccc;
  border-color: #bcbcbc;
}
body .ant-btn-grey:focus > a:only-child,
body .ant-btn-grey:active > a:only-child,
body .ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-grey:focus > a:only-child:after,
body .ant-btn-grey:active > a:only-child:after,
body .ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey:focus > a:only-child,
body .ant-btn-grey:active > a:only-child,
body .ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-grey:focus > a:only-child:after,
body .ant-btn-grey:active > a:only-child:after,
body .ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey:hover {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bcbcbc;
}
body .ant-btn-grey:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-grey:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-grey:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey.disabled,
body .ant-btn-grey[disabled] {
  color: #fff;
  background-color: #ccc;
  border-color: #bcbcbc;
  opacity: 0.6;
}
body .ant-btn-grey.disabled > a:only-child,
body .ant-btn-grey[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-grey[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey.disabled > a:only-child,
body .ant-btn-grey[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-grey[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey.disabled:hover,
body .ant-btn-grey[disabled]:hover {
  color: #fff;
  background-color: #d4d4d4;
  border-color: #bcbcbc;
}
body .ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-grey[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-grey[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-grey[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-grey[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:hover,
body .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #3898ff;
  background-color: transparent;
  border-color: #3898ff;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:active,
body .ant-btn-background-ghost.ant-btn-primary.active {
  color: #025cd9;
  background-color: transparent;
  border-color: #025cd9;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled,
body .ant-btn-background-ghost.ant-btn-primary[disabled],
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
body .ant-btn-background-ghost.ant-btn-primary.disabled:focus,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
body .ant-btn-background-ghost.ant-btn-primary.disabled:active,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:active,
body .ant-btn-background-ghost.ant-btn-primary.disabled.active,
body .ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:active,
body .ant-btn-background-ghost.ant-btn-primary.active {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:hover,
body .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #1e85ff;
  background-color: transparent;
  border-color: #1e85ff;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled,
body .ant-btn-background-ghost.ant-btn-primary[disabled] {
  color: #0F7DFF;
  background-color: transparent;
  border-color: #0F7DFF;
  opacity: 0.6;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover {
  color: #1e85ff;
  background-color: transparent;
  border-color: #1e85ff;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success {
  color: #01AA78;
  background-color: transparent;
  border-color: #01AA78;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:hover,
body .ant-btn-background-ghost.ant-btn-success:focus {
  color: #1fb885;
  background-color: transparent;
  border-color: #1fb885;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:active,
body .ant-btn-background-ghost.ant-btn-success.active {
  color: #008561;
  background-color: transparent;
  border-color: #008561;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled,
body .ant-btn-background-ghost.ant-btn-success[disabled],
body .ant-btn-background-ghost.ant-btn-success.disabled:hover,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover,
body .ant-btn-background-ghost.ant-btn-success.disabled:focus,
body .ant-btn-background-ghost.ant-btn-success[disabled]:focus,
body .ant-btn-background-ghost.ant-btn-success.disabled:active,
body .ant-btn-background-ghost.ant-btn-success[disabled]:active,
body .ant-btn-background-ghost.ant-btn-success.disabled.active,
body .ant-btn-background-ghost.ant-btn-success[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:active,
body .ant-btn-background-ghost.ant-btn-success.active {
  color: #01AA78;
  background-color: transparent;
  border-color: #01AA78;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:hover,
body .ant-btn-background-ghost.ant-btn-success:focus {
  color: #01b983;
  background-color: transparent;
  border-color: #01b983;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled,
body .ant-btn-background-ghost.ant-btn-success[disabled] {
  color: #01AA78;
  background-color: transparent;
  border-color: #01AA78;
  opacity: 0.6;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled:hover,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover {
  color: #01b983;
  background-color: transparent;
  border-color: #01b983;
}
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-success.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-success[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning {
  color: #FDA829;
  background-color: transparent;
  border-color: #FDA829;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:hover,
body .ant-btn-background-ghost.ant-btn-warning:focus {
  color: #ffbf52;
  background-color: transparent;
  border-color: #ffbf52;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:active,
body .ant-btn-background-ghost.ant-btn-warning.active {
  color: #d68418;
  background-color: transparent;
  border-color: #d68418;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled,
body .ant-btn-background-ghost.ant-btn-warning[disabled],
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover,
body .ant-btn-background-ghost.ant-btn-warning.disabled:focus,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:focus,
body .ant-btn-background-ghost.ant-btn-warning.disabled:active,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:active,
body .ant-btn-background-ghost.ant-btn-warning.disabled.active,
body .ant-btn-background-ghost.ant-btn-warning[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:active,
body .ant-btn-background-ghost.ant-btn-warning.active {
  color: #FDA829;
  background-color: transparent;
  border-color: #FDA829;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:hover,
body .ant-btn-background-ghost.ant-btn-warning:focus {
  color: #fdae38;
  background-color: transparent;
  border-color: #fdae38;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled,
body .ant-btn-background-ghost.ant-btn-warning[disabled] {
  color: #FDA829;
  background-color: transparent;
  border-color: #FDA829;
  opacity: 0.6;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover {
  color: #fdae38;
  background-color: transparent;
  border-color: #fdae38;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-warning.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-warning[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:hover,
body .ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff8791;
  background-color: transparent;
  border-color: #ff8791;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:active,
body .ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9455b;
  background-color: transparent;
  border-color: #d9455b;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled,
body .ant-btn-background-ghost.ant-btn-danger[disabled],
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
body .ant-btn-background-ghost.ant-btn-danger.disabled:focus,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
body .ant-btn-background-ghost.ant-btn-danger.disabled:active,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:active,
body .ant-btn-background-ghost.ant-btn-danger.disabled.active,
body .ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:active,
body .ant-btn-background-ghost.ant-btn-danger.active {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:hover,
body .ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff6e80;
  background-color: transparent;
  border-color: #ff6e80;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled,
body .ant-btn-background-ghost.ant-btn-danger[disabled] {
  color: #FF5F73;
  background-color: transparent;
  border-color: #FF5F73;
  opacity: 0.6;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover {
  color: #ff6e80;
  background-color: transparent;
  border-color: #ff6e80;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey {
  color: #ccc;
  background-color: transparent;
  border-color: #ccc;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:hover,
body .ant-btn-background-ghost.ant-btn-grey:focus {
  color: #d9cccc;
  background-color: transparent;
  border-color: #d9cccc;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:active,
body .ant-btn-background-ghost.ant-btn-grey.active {
  color: #a69c9c;
  background-color: transparent;
  border-color: #a69c9c;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled,
body .ant-btn-background-ghost.ant-btn-grey[disabled],
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover,
body .ant-btn-background-ghost.ant-btn-grey.disabled:focus,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:focus,
body .ant-btn-background-ghost.ant-btn-grey.disabled:active,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:active,
body .ant-btn-background-ghost.ant-btn-grey.disabled.active,
body .ant-btn-background-ghost.ant-btn-grey[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: rgba(0, 0, 0, 0.1);
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:focus > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.disabled.active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled].active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:focus > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.disabled.active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:active,
body .ant-btn-background-ghost.ant-btn-grey.active {
  color: #ccc;
  background-color: transparent;
  border-color: #ccc;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:active > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:hover,
body .ant-btn-background-ghost.ant-btn-grey:focus {
  color: #d4d4d4;
  background-color: transparent;
  border-color: #d4d4d4;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled,
body .ant-btn-background-ghost.ant-btn-grey[disabled] {
  color: #ccc;
  background-color: transparent;
  border-color: #ccc;
  opacity: 0.6;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled] > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover {
  color: #d4d4d4;
  background-color: transparent;
  border-color: #d4d4d4;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child {
  color: currentColor;
}
body .ant-btn-background-ghost.ant-btn-grey.disabled:hover > a:only-child:after,
body .ant-btn-background-ghost.ant-btn-grey[disabled]:hover > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
body .ant-btn-circle,
body .ant-btn-circle-outline {
  border-radius: 50%;
}
body .ant-btn-circle canvas,
body .ant-btn-circle-outline canvas {
  border-radius: 50%;
}
body .ant-btn .icon-after {
  margin-left: 5px;
  line-height: 10px;
}
body .ant-btn .icon-before {
  margin-right: 5px;
  line-height: 10px;
}
body .ant-btn:hover .move-left {
  transform: translateX(-4px);
}
body .ant-btn:hover .move-right {
  transform: translateX(4px);
}
body .ant-btn .move-left {
  display: inline-block;
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
}
body .ant-btn .move-right {
  transform: translateX(0);
  transition: transform 0.3s ease-in-out;
  display: inline-block;
}
body a.ant-btn {
  color: #0F7DFF;
  border: none;
  display: inline-flex;
  align-items: center;
  background: transparent;
}
body a.ant-btn:hover {
  color: #0e73eb;
  background: transparent;
}
body a.ant-btn svg {
  width: 20px;
  height: 20px;
}
body a.ant-btn span {
  line-height: 32px;
  display: inline-block;
}
body .kc-button.ant-btn-sm,
body .kc-a.ant-btn-sm {
  font-size: 12px;
}
body .ant-popover-inner {
  border-radius: 3px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 16px 40px 0 rgba(0, 0, 0, 0.08), 0 8px 24px 0 rgba(0, 0, 0, 0.04);
}
body .ant-popover-arrow {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top: none;
  border-left: none;
  box-shadow: none;
}

