/* 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-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-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-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-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;
}

/* 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-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 */
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;
  }
}

