/* 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 */
.ui-btn {
  line-height: 1.6;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 15px;
  border-radius: 4px;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #525866;
  background-color: #fff;
  border-color: #c2c5cc;
}
.ui-btn > .icon {
  line-height: 1;
}
.ui-btn,
.ui-btn:active,
.ui-btn:focus {
  outline: 0;
}
.ui-btn:not([disabled]):hover {
  text-decoration: none;
}
.ui-btn:not([disabled]):active {
  outline: 0;
  -webkit-transition: none;
  transition: none;
}
.ui-btn.disabled,
.ui-btn[disabled] {
  cursor: not-allowed;
}
.ui-btn.disabled > *,
.ui-btn[disabled] > * {
  pointer-events: none;
}
.ui-btn_lg {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
}
.ui-btn_sm {
  padding: 0 7px;
  font-size: 15px;
  border-radius: 4px;
  height: 40px;
}
.ui-btn > a:only-child {
  color: currentColor;
}
.ui-btn > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn:hover,
.ui-btn:focus {
  color: #008a1a;
  background-color: #fff;
  border-color: #008a1a;
}
.ui-btn:hover > a:only-child,
.ui-btn:focus > a:only-child {
  color: currentColor;
}
.ui-btn:hover > a:only-child:after,
.ui-btn:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn:active,
.ui-btn.active {
  color: #008a1a;
  background-color: #fff;
  border-color: #008a1a;
}
.ui-btn:active > a:only-child,
.ui-btn.active > a:only-child {
  color: currentColor;
}
.ui-btn:active > a:only-child:after,
.ui-btn.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn.disabled,
.ui-btn[disabled],
.ui-btn.disabled:hover,
.ui-btn[disabled]:hover,
.ui-btn.disabled:focus,
.ui-btn[disabled]:focus,
.ui-btn.disabled:active,
.ui-btn[disabled]:active,
.ui-btn.disabled.active,
.ui-btn[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn.disabled > a:only-child,
.ui-btn[disabled] > a:only-child,
.ui-btn.disabled:hover > a:only-child,
.ui-btn[disabled]:hover > a:only-child,
.ui-btn.disabled:focus > a:only-child,
.ui-btn[disabled]:focus > a:only-child,
.ui-btn.disabled:active > a:only-child,
.ui-btn[disabled]:active > a:only-child,
.ui-btn.disabled.active > a:only-child,
.ui-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn.disabled > a:only-child:after,
.ui-btn[disabled] > a:only-child:after,
.ui-btn.disabled:hover > a:only-child:after,
.ui-btn[disabled]:hover > a:only-child:after,
.ui-btn.disabled:focus > a:only-child:after,
.ui-btn[disabled]:focus > a:only-child:after,
.ui-btn.disabled:active > a:only-child:after,
.ui-btn[disabled]:active > a:only-child:after,
.ui-btn.disabled.active > a:only-child:after,
.ui-btn[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn:hover,
.ui-btn:focus,
.ui-btn:active,
.ui-btn.active {
  background: #fff;
}
.ui-btn > i,
.ui-btn > span {
  pointer-events: none;
}
.ui-btn_primary {
  color: #fff;
  background-color: #00ad21;
  border-color: #00ad21;
}
.ui-btn_primary > a:only-child {
  color: currentColor;
}
.ui-btn_primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_primary:hover,
.ui-btn_primary:focus {
  color: #fff;
  background-color: #00871d;
  border-color: #00871d;
}
.ui-btn_primary:hover > a:only-child,
.ui-btn_primary:focus > a:only-child {
  color: currentColor;
}
.ui-btn_primary:hover > a:only-child:after,
.ui-btn_primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_primary:active,
.ui-btn_primary.active {
  color: #fff;
  background-color: #00871d;
  border-color: #00871d;
}
.ui-btn_primary:active > a:only-child,
.ui-btn_primary.active > a:only-child {
  color: currentColor;
}
.ui-btn_primary:active > a:only-child:after,
.ui-btn_primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_primary.disabled,
.ui-btn_primary[disabled],
.ui-btn_primary.disabled:hover,
.ui-btn_primary[disabled]:hover,
.ui-btn_primary.disabled:focus,
.ui-btn_primary[disabled]:focus,
.ui-btn_primary.disabled:active,
.ui-btn_primary[disabled]:active,
.ui-btn_primary.disabled.active,
.ui-btn_primary[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_primary.disabled > a:only-child,
.ui-btn_primary[disabled] > a:only-child,
.ui-btn_primary.disabled:hover > a:only-child,
.ui-btn_primary[disabled]:hover > a:only-child,
.ui-btn_primary.disabled:focus > a:only-child,
.ui-btn_primary[disabled]:focus > a:only-child,
.ui-btn_primary.disabled:active > a:only-child,
.ui-btn_primary[disabled]:active > a:only-child,
.ui-btn_primary.disabled.active > a:only-child,
.ui-btn_primary[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_primary.disabled > a:only-child:after,
.ui-btn_primary[disabled] > a:only-child:after,
.ui-btn_primary.disabled:hover > a:only-child:after,
.ui-btn_primary[disabled]:hover > a:only-child:after,
.ui-btn_primary.disabled:focus > a:only-child:after,
.ui-btn_primary[disabled]:focus > a:only-child:after,
.ui-btn_primary.disabled:active > a:only-child:after,
.ui-btn_primary[disabled]:active > a:only-child:after,
.ui-btn_primary.disabled.active > a:only-child:after,
.ui-btn_primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn-group .ui-btn_primary:not(:first-child):not(:last-child) {
  border-right-color: #008a1a;
  border-left-color: #008a1a;
}
.ui-btn-group .ui-btn_primary:not(:first-child):not(:last-child):disabled {
  border-color: #c2c5cc;
}
.ui-btn-group .ui-btn_primary:first-child:not(:last-child) {
  border-right-color: #008a1a;
}
.ui-btn-group .ui-btn_primary:first-child:not(:last-child)[disabled] {
  border-right-color: #c2c5cc;
}
.ui-btn-group .ui-btn_primary:last-child:not(:first-child),
.ui-btn-group .ui-btn_primary + .ui-btn_primary {
  border-left-color: #008a1a;
}
.ui-btn-group .ui-btn_primary:last-child:not(:first-child)[disabled],
.ui-btn-group .ui-btn_primary + .ui-btn_primary[disabled] {
  border-left-color: #c2c5cc;
}
.ui-btn_ghost {
  color: #525866;
  background-color: transparent;
  border-color: #c2c5cc;
}
.ui-btn_ghost > a:only-child {
  color: currentColor;
}
.ui-btn_ghost > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_ghost:hover,
.ui-btn_ghost:focus {
  color: #008a1a;
  background-color: transparent;
  border-color: #008a1a;
}
.ui-btn_ghost:hover > a:only-child,
.ui-btn_ghost:focus > a:only-child {
  color: currentColor;
}
.ui-btn_ghost:hover > a:only-child:after,
.ui-btn_ghost:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_ghost:active,
.ui-btn_ghost.active {
  color: #008a1a;
  background-color: transparent;
  border-color: #008a1a;
}
.ui-btn_ghost:active > a:only-child,
.ui-btn_ghost.active > a:only-child {
  color: currentColor;
}
.ui-btn_ghost:active > a:only-child:after,
.ui-btn_ghost.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_ghost.disabled,
.ui-btn_ghost[disabled],
.ui-btn_ghost.disabled:hover,
.ui-btn_ghost[disabled]:hover,
.ui-btn_ghost.disabled:focus,
.ui-btn_ghost[disabled]:focus,
.ui-btn_ghost.disabled:active,
.ui-btn_ghost[disabled]:active,
.ui-btn_ghost.disabled.active,
.ui-btn_ghost[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_ghost.disabled > a:only-child,
.ui-btn_ghost[disabled] > a:only-child,
.ui-btn_ghost.disabled:hover > a:only-child,
.ui-btn_ghost[disabled]:hover > a:only-child,
.ui-btn_ghost.disabled:focus > a:only-child,
.ui-btn_ghost[disabled]:focus > a:only-child,
.ui-btn_ghost.disabled:active > a:only-child,
.ui-btn_ghost[disabled]:active > a:only-child,
.ui-btn_ghost.disabled.active > a:only-child,
.ui-btn_ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_ghost.disabled > a:only-child:after,
.ui-btn_ghost[disabled] > a:only-child:after,
.ui-btn_ghost.disabled:hover > a:only-child:after,
.ui-btn_ghost[disabled]:hover > a:only-child:after,
.ui-btn_ghost.disabled:focus > a:only-child:after,
.ui-btn_ghost[disabled]:focus > a:only-child:after,
.ui-btn_ghost.disabled:active > a:only-child:after,
.ui-btn_ghost[disabled]:active > a:only-child:after,
.ui-btn_ghost.disabled.active > a:only-child:after,
.ui-btn_ghost[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_dashed {
  color: #525866;
  background-color: #fff;
  border-color: #c2c5cc;
  border-style: dashed;
}
.ui-btn_dashed > a:only-child {
  color: currentColor;
}
.ui-btn_dashed > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_dashed:hover,
.ui-btn_dashed:focus {
  color: #008a1a;
  background-color: #fff;
  border-color: #008a1a;
}
.ui-btn_dashed:hover > a:only-child,
.ui-btn_dashed:focus > a:only-child {
  color: currentColor;
}
.ui-btn_dashed:hover > a:only-child:after,
.ui-btn_dashed:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_dashed:active,
.ui-btn_dashed.active {
  color: #008a1a;
  background-color: #fff;
  border-color: #008a1a;
}
.ui-btn_dashed:active > a:only-child,
.ui-btn_dashed.active > a:only-child {
  color: currentColor;
}
.ui-btn_dashed:active > a:only-child:after,
.ui-btn_dashed.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_dashed.disabled,
.ui-btn_dashed[disabled],
.ui-btn_dashed.disabled:hover,
.ui-btn_dashed[disabled]:hover,
.ui-btn_dashed.disabled:focus,
.ui-btn_dashed[disabled]:focus,
.ui-btn_dashed.disabled:active,
.ui-btn_dashed[disabled]:active,
.ui-btn_dashed.disabled.active,
.ui-btn_dashed[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_dashed.disabled > a:only-child,
.ui-btn_dashed[disabled] > a:only-child,
.ui-btn_dashed.disabled:hover > a:only-child,
.ui-btn_dashed[disabled]:hover > a:only-child,
.ui-btn_dashed.disabled:focus > a:only-child,
.ui-btn_dashed[disabled]:focus > a:only-child,
.ui-btn_dashed.disabled:active > a:only-child,
.ui-btn_dashed[disabled]:active > a:only-child,
.ui-btn_dashed.disabled.active > a:only-child,
.ui-btn_dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_dashed.disabled > a:only-child:after,
.ui-btn_dashed[disabled] > a:only-child:after,
.ui-btn_dashed.disabled:hover > a:only-child:after,
.ui-btn_dashed[disabled]:hover > a:only-child:after,
.ui-btn_dashed.disabled:focus > a:only-child:after,
.ui-btn_dashed[disabled]:focus > a:only-child:after,
.ui-btn_dashed.disabled:active > a:only-child:after,
.ui-btn_dashed[disabled]:active > a:only-child:after,
.ui-btn_dashed.disabled.active > a:only-child:after,
.ui-btn_dashed[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_danger {
  color: #d94141;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_danger > a:only-child {
  color: currentColor;
}
.ui-btn_danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_danger:hover,
.ui-btn_danger:focus {
  color: #fff;
  background-color: #e66e6a;
  border-color: #e66e6a;
}
.ui-btn_danger:hover > a:only-child,
.ui-btn_danger:focus > a:only-child {
  color: currentColor;
}
.ui-btn_danger:hover > a:only-child:after,
.ui-btn_danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_danger:active,
.ui-btn_danger.active {
  color: #fff;
  background-color: #b32d31;
  border-color: #b32d31;
}
.ui-btn_danger:active > a:only-child,
.ui-btn_danger.active > a:only-child {
  color: currentColor;
}
.ui-btn_danger:active > a:only-child:after,
.ui-btn_danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_danger.disabled,
.ui-btn_danger[disabled],
.ui-btn_danger.disabled:hover,
.ui-btn_danger[disabled]:hover,
.ui-btn_danger.disabled:focus,
.ui-btn_danger[disabled]:focus,
.ui-btn_danger.disabled:active,
.ui-btn_danger[disabled]:active,
.ui-btn_danger.disabled.active,
.ui-btn_danger[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_danger.disabled > a:only-child,
.ui-btn_danger[disabled] > a:only-child,
.ui-btn_danger.disabled:hover > a:only-child,
.ui-btn_danger[disabled]:hover > a:only-child,
.ui-btn_danger.disabled:focus > a:only-child,
.ui-btn_danger[disabled]:focus > a:only-child,
.ui-btn_danger.disabled:active > a:only-child,
.ui-btn_danger[disabled]:active > a:only-child,
.ui-btn_danger.disabled.active > a:only-child,
.ui-btn_danger[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_danger.disabled > a:only-child:after,
.ui-btn_danger[disabled] > a:only-child:after,
.ui-btn_danger.disabled:hover > a:only-child:after,
.ui-btn_danger[disabled]:hover > a:only-child:after,
.ui-btn_danger.disabled:focus > a:only-child:after,
.ui-btn_danger[disabled]:focus > a:only-child:after,
.ui-btn_danger.disabled:active > a:only-child:after,
.ui-btn_danger[disabled]:active > a:only-child:after,
.ui-btn_danger.disabled.active > a:only-child:after,
.ui-btn_danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_circle,
.ui-btn_circle-outline {
  width: 40px;
  padding: 0;
  font-size: 17px;
  border-radius: 50%;
  height: 40px;
}
.ui-btn_circle.ui-btn_lg,
.ui-btn_circle-outline.ui-btn_lg {
  width: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  height: 40px;
}
.ui-btn_circle.ui-btn_sm,
.ui-btn_circle-outline.ui-btn_sm {
  width: 40px;
  padding: 0;
  font-size: 15px;
  border-radius: 50%;
  height: 40px;
}
.ui-btn:before {
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  background: #fff;
  opacity: 0.35;
  content: '';
  border-radius: inherit;
  z-index: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  pointer-events: none;
  display: none;
}
.ui-btn .icon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ui-btn.ui-btn_loading:before {
  display: block;
}
.ui-btn.ui-btn_loading:not(.ui-btn_circle):not(.ui-btn_circle-outline):not(.ui-btn_icon-only) {
  padding-left: 29px;
  pointer-events: none;
  position: relative;
}
.ui-btn.ui-btn_loading:not(.ui-btn_circle):not(.ui-btn_circle-outline):not(.ui-btn_icon-only) .icon {
  margin-left: -14px;
}
.ui-btn_sm.ui-btn_loading:not(.ui-btn_circle):not(.ui-btn_circle-outline):not(.ui-btn_icon-only) {
  padding-left: 24px;
}
.ui-btn_sm.ui-btn_loading:not(.ui-btn_circle):not(.ui-btn_circle-outline):not(.ui-btn_icon-only) .icon {
  margin-left: -17px;
}
.ui-btn-group {
  position: relative;
  display: inline-block;
}
.ui-btn-group > .ui-btn {
  position: relative;
}
.ui-btn-group > .ui-btn:hover,
.ui-btn-group > .ui-btn:focus,
.ui-btn-group > .ui-btn:active,
.ui-btn-group > .ui-btn.active {
  z-index: 2;
}
.ui-btn-group > .ui-btn:disabled {
  z-index: 0;
}
.ui-btn-group_lg > .ui-btn {
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
  height: 40px;
}
.ui-btn-group_sm > .ui-btn {
  padding: 0 7px;
  font-size: 15px;
  border-radius: 4px;
  height: 40px;
}
.ui-btn-group_sm > .ui-btn > .icon {
  font-size: 15px;
}
.ui-btn-group .ui-btn + .ui-btn,
.ui-btn + .ui-btn-group,
.ui-btn-group span + .ui-btn,
.ui-btn-group .ui-btn + span,
.ui-btn-group + .ui-btn,
.ui-btn-group + .ui-btn-group {
  margin-left: -1px;
}
.ui-btn-group .ui-btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ui-btn-group > .ui-btn:first-child,
.ui-btn-group > span:first-child > .ui-btn {
  margin-left: 0;
}
.ui-btn-group > .ui-btn:first-child:not(:last-child),
.ui-btn-group > span:first-child:not(:last-child) > .ui-btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ui-btn-group > .ui-btn:last-child:not(:first-child),
.ui-btn-group > span:last-child:not(:first-child) > .ui-btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ui-btn-group > .ui-btn-group {
  float: left;
}
.ui-btn-group > .ui-btn-group:not(:first-child):not(:last-child) > .ui-btn {
  border-radius: 0;
}
.ui-btn-group > .ui-btn-group:first-child:not(:last-child) > .ui-btn:last-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 8px;
}
.ui-btn-group > .ui-btn-group:last-child:not(:first-child) > .ui-btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding-left: 8px;
}
.ui-btn:not(.ui-btn_circle):not(.ui-btn_circle-outline).ui-btn_icon-only {
  padding-left: 8px;
  padding-right: 8px;
}
.ui-btn:focus > span,
.ui-btn:active > span {
  position: relative;
}
.ui-btn > .icon + span,
.ui-btn > span + .icon {
  margin-left: 8px;
}
.ui-btn_clicked:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: inherit;
  border: 0 solid #00ad21;
  opacity: 0.4;
  -webkit-animation: buttonEffect .4s;
          animation: buttonEffect .4s;
  display: block;
}
.ui-btn_danger.ui-btn_clicked:after {
  border-color: #d94141;
}
.ui-btn_background-ghost {
  background: transparent !important;
  border-color: #fff;
  color: #fff;
}
.ui-btn_background-ghost.ui-btn_primary {
  color: #00ad21;
  background-color: transparent;
  border-color: #00ad21;
}
.ui-btn_background-ghost.ui-btn_primary > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_primary > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_primary:hover,
.ui-btn_background-ghost.ui-btn_primary:focus {
  color: #1eba35;
  background-color: transparent;
  border-color: #1eba35;
}
.ui-btn_background-ghost.ui-btn_primary:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_primary:focus > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_primary:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_primary:active,
.ui-btn_background-ghost.ui-btn_primary.active {
  color: #00871d;
  background-color: transparent;
  border-color: #00871d;
}
.ui-btn_background-ghost.ui-btn_primary:active > a:only-child,
.ui-btn_background-ghost.ui-btn_primary.active > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_primary:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_primary.disabled,
.ui-btn_background-ghost.ui-btn_primary[disabled],
.ui-btn_background-ghost.ui-btn_primary.disabled:hover,
.ui-btn_background-ghost.ui-btn_primary[disabled]:hover,
.ui-btn_background-ghost.ui-btn_primary.disabled:focus,
.ui-btn_background-ghost.ui-btn_primary[disabled]:focus,
.ui-btn_background-ghost.ui-btn_primary.disabled:active,
.ui-btn_background-ghost.ui-btn_primary[disabled]:active,
.ui-btn_background-ghost.ui-btn_primary.disabled.active,
.ui-btn_background-ghost.ui-btn_primary[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_background-ghost.ui-btn_primary.disabled > a:only-child,
.ui-btn_background-ghost.ui-btn_primary[disabled] > a:only-child,
.ui-btn_background-ghost.ui-btn_primary.disabled:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_primary[disabled]:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_primary.disabled:focus > a:only-child,
.ui-btn_background-ghost.ui-btn_primary[disabled]:focus > a:only-child,
.ui-btn_background-ghost.ui-btn_primary.disabled:active > a:only-child,
.ui-btn_background-ghost.ui-btn_primary[disabled]:active > a:only-child,
.ui-btn_background-ghost.ui-btn_primary.disabled.active > a:only-child,
.ui-btn_background-ghost.ui-btn_primary[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_primary.disabled > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary[disabled] > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary.disabled:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary[disabled]:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary.disabled:focus > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary[disabled]:focus > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary.disabled:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary[disabled]:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary.disabled.active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_primary[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_danger {
  color: #d94141;
  background-color: transparent;
  border-color: #d94141;
}
.ui-btn_background-ghost.ui-btn_danger > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_danger > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_danger:hover,
.ui-btn_background-ghost.ui-btn_danger:focus {
  color: #e66e6a;
  background-color: transparent;
  border-color: #e66e6a;
}
.ui-btn_background-ghost.ui-btn_danger:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_danger:focus > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_danger:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger:focus > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_danger:active,
.ui-btn_background-ghost.ui-btn_danger.active {
  color: #b32d31;
  background-color: transparent;
  border-color: #b32d31;
}
.ui-btn_background-ghost.ui-btn_danger:active > a:only-child,
.ui-btn_background-ghost.ui-btn_danger.active > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_danger:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger.active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_background-ghost.ui-btn_danger.disabled,
.ui-btn_background-ghost.ui-btn_danger[disabled],
.ui-btn_background-ghost.ui-btn_danger.disabled:hover,
.ui-btn_background-ghost.ui-btn_danger[disabled]:hover,
.ui-btn_background-ghost.ui-btn_danger.disabled:focus,
.ui-btn_background-ghost.ui-btn_danger[disabled]:focus,
.ui-btn_background-ghost.ui-btn_danger.disabled:active,
.ui-btn_background-ghost.ui-btn_danger[disabled]:active,
.ui-btn_background-ghost.ui-btn_danger.disabled.active,
.ui-btn_background-ghost.ui-btn_danger[disabled].active {
  color: #a1a7b3;
  background-color: #edeff2;
  border-color: #c2c5cc;
}
.ui-btn_background-ghost.ui-btn_danger.disabled > a:only-child,
.ui-btn_background-ghost.ui-btn_danger[disabled] > a:only-child,
.ui-btn_background-ghost.ui-btn_danger.disabled:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_danger[disabled]:hover > a:only-child,
.ui-btn_background-ghost.ui-btn_danger.disabled:focus > a:only-child,
.ui-btn_background-ghost.ui-btn_danger[disabled]:focus > a:only-child,
.ui-btn_background-ghost.ui-btn_danger.disabled:active > a:only-child,
.ui-btn_background-ghost.ui-btn_danger[disabled]:active > a:only-child,
.ui-btn_background-ghost.ui-btn_danger.disabled.active > a:only-child,
.ui-btn_background-ghost.ui-btn_danger[disabled].active > a:only-child {
  color: currentColor;
}
.ui-btn_background-ghost.ui-btn_danger.disabled > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger[disabled] > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger.disabled:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger[disabled]:hover > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger.disabled:focus > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger[disabled]:focus > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger.disabled:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger[disabled]:active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger.disabled.active > a:only-child:after,
.ui-btn_background-ghost.ui-btn_danger[disabled].active > a:only-child:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent;
}
.ui-btn_two-chinese-chars:first-letter {
  letter-spacing: .34em;
}
.ui-btn_two-chinese-chars > * {
  letter-spacing: .34em;
  margin-right: -0.34em;
}
@-webkit-keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
@keyframes buttonEffect {
  to {
    opacity: 0;
    top: -6px;
    left: -6px;
    bottom: -6px;
    right: -6px;
    border-width: 6px;
  }
}
a.ui-btn {
  line-height: 38px;
}
a.ui-btn_lg {
  line-height: 38px;
}
a.ui-btn_sm {
  line-height: 38px;
}
