.amis-scope .lion-popover {
  padding-top: 0;
}

.amis-scope .lion-popover .ant-popover-inner-content {
  padding: 0;
}

.amis-scope .lion-popover-0 {
  padding-top: 0 !important;
}

.amis-scope .lion-popover-0 .ant-popover-inner-content {
  padding: 0;
}

.amis-scope .lion-popover-1 {
  padding-top: 0 !important;
}

.amis-scope .lion-popover-1 .ant-popover-inner-content {
  padding: 0;
}

.amis-scope .lion-popover-2 {
  padding-top: 0 !important;
}

.amis-scope .lion-popover-2 .ant-popover-inner-content {
  padding: 0;
}

.amis-scope .list-active {
  color: #3582fb;
  font-weight: 700;
}

/*# sourceMappingURL=MainExport.css.map */

.amis-scope .lion-wrapper-export .ant-modal-content {
  width: 0px;
  display: none;
  margin: 0 auto;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 28px;
  height: 28px;
  line-height: 40px;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 20px;
  height: 40px;
  min-height: 40px;
  max-height: 40px;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-header .ant-modal-title {
  font-weight: 700;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-body {
  padding: 20px;
  color: #606266;
  font-size: 14px;
  word-break: break-all;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-body .ant-select {
  width: 105px;
  margin-left: 8px;
  margin-right: 0px;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-body .ant-select .ant-select-selector {
  font-size: 12px;
  width: 100%;
  border: 0;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-body .ant-select .ant-select-selector .ant-select-selection-search {
  width: 100%;
  left: 0;
}

.amis-scope .lion-wrapper-export .ant-modal-content .ant-modal-body .ant-select .ant-select-selector .ant-select-selection-search input {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6 !important;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  line-height: 40px;
  outline: none;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  width: 100%;
  opacity: 1 !important;
}

/*# sourceMappingURL=index.css.map */

@charset "UTF-8";

.amis-scope .pdfViewerWrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

.amis-scope .pdfViewerWrapper .pdfDocumentContent {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}

.amis-scope .pdfViewerWrapper .pdfDocumentContent::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

.amis-scope .pdfViewerWrapper .pdfDocumentContent::-webkit-scrollbar-thumb {
  background-color: #D2D6DE;
  background-clip: content-box;
  border-width: 3px;
  border-style: solid;
  border-color: #F0F2F5;
  border-radius: 1px;
}

.amis-scope .pdfViewerWrapper .pdfDocumentContent::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  display: unset;
  background-color: #F0F2F5;
}

@media screen and (max-width: 768px) {
  .amis-scope .pdfViewerWrapper .pdfDocumentContent {
    display: block;
    width: 100%;
    overflow: auto;
  }
}

.amis-scope .pdfLoadingWrapper {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .pdfDocumentContent {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
}

.amis-scope .pdfUtils {
  position: absolute;
  right: 10px;
  bottom: 30px;
  height: 210px;
  width: 46px;
  border-radius: 5px;
  color: #FFFFFF;
  background-color: rgba(54, 54, 54, 0.8);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  padding: 10px 0;
}

.amis-scope .pdfUtils .pageInput {
  width: 100%;
  height: 30px;
  border: none;
  box-shadow: none;
  background-color: transparent;
}

.amis-scope .pdfUtils .pageInput input {
  color: #FFFFFF;
  text-align: center;
}

.amis-scope .pdfUtils .pageInput .ant-input-number-handler-wrap {
  display: none;
}

.amis-scope .pdfUtils .pageInput .ant-input-number-input-wrap {
  background-color: transparent;
}

.amis-scope .pdfUtils .iconWrapper {
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #FFFFFF;
}

.amis-scope .pdfUtils .iconWrapper:hover {
  color: #2A87EB;
}

.amis-scope .pdfUtils .iconWrapper_disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.amis-scope .pdfUtils .iconWrapper_disabled:hover {
  color: #FFFFFF;
}

.amis-scope .pdfErrorTip {
  display: flex;
  align-items: center;
  color: #ccc;
  text-align: center;
}

.amis-scope .pdfErrorTip .downloadText {
  cursor: pointer;
  margin-top: 16px;
  color: #2A87EB;
  font-size: 14px;
}

/* Copyright 2014 Mozilla Foundation
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

.amis-scope .annotationLayer section {
  position: absolute;
}

.amis-scope .annotationLayer .linkAnnotation > a,
.amis-scope .annotationLayer .buttonWidgetAnnotation.pushButton > a {
  position: absolute;
  font-size: 1em;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .annotationLayer .linkAnnotation > a:hover,
.amis-scope .annotationLayer .buttonWidgetAnnotation.pushButton > a:hover {
  opacity: 0.2;
  background: #ff0;
  box-shadow: 0px 2px 10px #ff0;
}

.amis-scope .annotationLayer .textAnnotation img {
  position: absolute;
  cursor: pointer;
}

.amis-scope .annotationLayer .textWidgetAnnotation input,
.amis-scope .annotationLayer .textWidgetAnnotation textarea,
.amis-scope .annotationLayer .choiceWidgetAnnotation select,
.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input,
.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input {
  background-color: rgba(0, 54, 255, 0.13);
  border: 1px solid transparent;
  box-sizing: border-box;
  font-size: 9px;
  height: 100%;
  margin: 0;
  padding: 0 3px;
  vertical-align: top;
  width: 100%;
}

.amis-scope .annotationLayer .choiceWidgetAnnotation select option {
  padding: 0;
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input {
  border-radius: 50%;
}

.amis-scope .annotationLayer .textWidgetAnnotation textarea {
  font: message-box;
  font-size: 9px;
  resize: none;
}

.amis-scope .annotationLayer .textWidgetAnnotation input[disabled],
.amis-scope .annotationLayer .textWidgetAnnotation textarea[disabled],
.amis-scope .annotationLayer .choiceWidgetAnnotation select[disabled],
.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],
.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input[disabled] {
  background: none;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.amis-scope .annotationLayer .textWidgetAnnotation input:hover,
.amis-scope .annotationLayer .textWidgetAnnotation textarea:hover,
.amis-scope .annotationLayer .choiceWidgetAnnotation select:hover,
.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:hover,
.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input:hover {
  border: 1px solid #000;
}

.amis-scope .annotationLayer .textWidgetAnnotation input:focus,
.amis-scope .annotationLayer .textWidgetAnnotation textarea:focus,
.amis-scope .annotationLayer .choiceWidgetAnnotation select:focus {
  background: none;
  border: 1px solid transparent;
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,
.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  background-color: #000;
  content: '';
  display: block;
  position: absolute;
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,
.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  height: 80%;
  left: 45%;
  width: 1px;
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before {
  transform: rotate(45deg);
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after {
  transform: rotate(-45deg);
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before {
  border-radius: 50%;
  height: 50%;
  left: 30%;
  top: 20%;
  width: 50%;
}

.amis-scope .annotationLayer .textWidgetAnnotation input.comb {
  font-family: monospace;
  padding-left: 2px;
  padding-right: 0;
}

.amis-scope .annotationLayer .textWidgetAnnotation input.comb:focus {
  /*
   * Letter spacing is placed on the right side of each character. Hence, the
   * letter spacing of the last character may be placed outside the visible
   * area, causing horizontal scrolling. We avoid this by extending the width
   * when the element has focus and revert this when it loses focus.
   */
  width: 115%;
}

.amis-scope .annotationLayer .buttonWidgetAnnotation.checkBox input,
.amis-scope .annotationLayer .buttonWidgetAnnotation.radioButton input {
  appearance: none;
  padding: 0;
}

.amis-scope .annotationLayer .popupWrapper {
  position: absolute;
  width: 20em;
}

.amis-scope .annotationLayer .popup {
  position: absolute;
  z-index: 200;
  max-width: 20em;
  background-color: #FFFF99;
  box-shadow: 0px 2px 5px #888;
  border-radius: 2px;
  padding: 6px;
  margin-left: 5px;
  cursor: pointer;
  font: message-box;
  font-size: 9px;
  word-wrap: break-word;
}

.amis-scope .annotationLayer .popup > * {
  font-size: 9px;
}

.amis-scope .annotationLayer .popup h1 {
  display: inline-block;
}

.amis-scope .annotationLayer .popup span {
  display: inline-block;
  margin-left: 5px;
}

.amis-scope .annotationLayer .popup p {
  border-top: 1px solid #333;
  margin-top: 2px;
  padding-top: 2px;
}

.amis-scope .annotationLayer .highlightAnnotation,
.amis-scope .annotationLayer .underlineAnnotation,
.amis-scope .annotationLayer .squigglyAnnotation,
.amis-scope .annotationLayer .strikeoutAnnotation,
.amis-scope .annotationLayer .freeTextAnnotation,
.amis-scope .annotationLayer .lineAnnotation svg line,
.amis-scope .annotationLayer .squareAnnotation svg rect,
.amis-scope .annotationLayer .circleAnnotation svg ellipse,
.amis-scope .annotationLayer .polylineAnnotation svg polyline,
.amis-scope .annotationLayer .polygonAnnotation svg polygon,
.amis-scope .annotationLayer .caretAnnotation,
.amis-scope .annotationLayer .inkAnnotation svg polyline,
.amis-scope .annotationLayer .stampAnnotation,
.amis-scope .annotationLayer .fileAttachmentAnnotation {
  cursor: pointer;
}

.amis-scope .react-picture-viewer {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .react-picture-viewer img {
  cursor: move;
  position: absolute;
}

.amis-scope .pc-contacts {
  display: flex;
  flex-direction: column;
}

.amis-scope .pc-contacts-search {
  border-radius: 4px;
}

.amis-scope .pc-contacts-tree-wrapper {
  margin-top: 10px;
  flex: 1;
}

.amis-scope .pc-contacts-tree-wrapper .list-item-selected {
  background-color: #BAE7FF;
  cursor: pointer;
}

.amis-scope .pc-contacts-tree-wrapper .ant-tree-treenode {
  padding: 4px 0;
}

.amis-scope .pc-contacts-tree-wrapper .ant-tree-treenode .ant-tree-checkbox {
  margin: 4px 8px 0 8px;
}

.amis-scope .pc-contacts-tree-wrapper .ant-checkbox + span {
  font-size: 15px;
}

.amis-scope .demo_badge_cells {
  padding-top: 10px;
}

.amis-scope .demo_badge_cells .cell_active {
  display: flex;
  background-color: aliceblue;
  margin-bottom: 10px;
  padding: 10px 16px;
}

.amis-scope .demo_badge_cells .cell_active .cell__hd {
  width: 70px;
  height: 70px;
  font-size: 60px;
  line-height: 70px;
  margin-right: 10px;
}

.amis-scope .demo_badge_cells .cell_active .cell__bd {
  padding-top: 15px;
  font-size: 16px;
}

.amis-scope .demo_badge_cells .cell_access {
  background-color: aliceblue;
}

.amis-scope .demo_badge_cells .cell_access .access_cell {
  position: relative;
  align-items: center;
  line-height: 1.41176471;
  font-size: 14px;
  padding-left: 5px;
}

.amis-scope .demo_badge_cells .cell_access .access_cell .cell__bd {
  border-bottom: 1px solid #f5f3f3;
  padding: 16px;
}

.amis-scope .demo_badge_cells .cell_access .access_cell .cell__bd .demo_title {
  width: 80px;
  display: inline-block;
}

.amis-scope .tree-unselectable {
  font-size: 16px;
  padding: 8px 16px;
  display: flex;
  position: relative;
  background-color: #fff;
}

.amis-scope .tree-unselectable::after {
  border-bottom: 1px solid #f5f3f3;
  content: "";
  width: 100%;
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.amis-scope .tree-unselectable .checkbox {
  margin-right: 10px;
  font-size: 22px;
  align-items: center;
}

.amis-scope .tree-unselectable .checkbox .ant-checkbox,
.amis-scope .tree-unselectable .checkbox .ant-checkbox-checked {
  border-radius: 50%;
  overflow: hidden;
  top: 0;
}

.amis-scope .tree-unselectable .checkbox .ant-checkbox .ant-checkbox-input,
.amis-scope .tree-unselectable .checkbox .ant-checkbox-checked .ant-checkbox-input {
  display: none;
}

.amis-scope .tree-unselectable .checkbox .ant-checkbox .ant-checkbox-inner,
.amis-scope .tree-unselectable .checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.amis-scope .tree-unselectable .checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) scale(1) translate(-40%, -60%);
}

.amis-scope .tree-unselectable .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
}

.amis-scope .tree-unselectable .tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  height: 35px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 35px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
  display: flex;
  flex: 1;
}

.amis-scope .tree-unselectable .tree-node-content-wrapper .tree-iconEle {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  vertical-align: top;
  background-color: #cce5ff;
  border-radius: 5px;
  font-size: 25px;
}

.amis-scope .tree-unselectable .tree-node-content-wrapper .tree-title {
  flex: 1;
  margin-left: 8px;
  padding-left: 2px;
  position: relative;
}

.amis-scope .tree-unselectable .tree-node-content-wrapper .right-text {
  font-size: 12px;
}

.amis-scope .tree-unselectable .tree-node-content-wrapper .right-text svg g path {
  fill: #cccccc;
}

.amis-scope .contacts-container {
  background-color: #f6f6f6;
}

.amis-scope .contacts-container > .tree-unselectable {
  font-size: 16px;
  padding: 8px 15px;
  display: flex;
  margin-top: 5px;
}

.amis-scope .tree-drawer {
  position: absolute;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header {
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  min-height: 38px;
  padding: 0px;
  color: #000;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  width: 36px;
  color: #333;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text .leftarrow {
  font-size: 18px;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-title {
  padding-right: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body {
  padding: 0;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.amis-scope .tree-drawer .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-body .empty {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}

.amis-scope .tree-drawer.search {
  position: fixed;
}

.amis-scope .contacts-container {
  height: 100%;
  position: relative;
  background-color: #f6f6f6;
}

.amis-scope .contacts-container a {
  flex: 1;
  color: #000;
}

.amis-scope .contacts-container .tree-total {
  height: 30px;
  text-align: center;
  line-height: 30px;
  background-color: #fff;
}

.amis-scope .contacts-container .contacts-nav {
  height: 38px;
  line-height: 38px;
  color: #000;
  background-color: #fff;
  display: flex;
  align-items: center;
}

.amis-scope .contacts-container .contacts-nav .contacts-title {
  flex: 1;
  display: flex;
}

.amis-scope .contacts-container .contacts-nav .left-text {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  line-height: 15px;
}

.amis-scope .contacts-container .contacts-nav .title {
  font-size: 16px;
  line-height: 38px;
  flex: 1;
  font-weight: 500;
  padding: 0 12px;
  text-align: center;
  margin-right: 36px;
}

.amis-scope .contacts-container .adm-nav-bar-left {
  font-size: 16px;
  font-weight: 700;
}

.amis-scope .contacts-container .adm-nav-bar-left .adm-nav-bar-back-arrow {
  font-size: 20px;
}

.amis-scope .contacts-container .adm-nav-bar-left .title {
  position: relative;
  left: 94%;
  height: inherit;
  font-weight: 500;
}

.amis-scope .contacts-container .adm-nav-bar-left .title .adm-nav-bar-back {
  height: inherit;
  width: 36px;
  text-align: center;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  padding: 0;
  margin-left: -12px;
}

.amis-scope .contacts-container .adm-nav-bar-left .title .adm-nav-bar-back .adm-nav-bar-back-arrow {
  width: 36px;
  font-size: 21px;
}

.amis-scope .contacts-container .contacts-search {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 5px 15px;
  background-color: #fff;
}

.amis-scope .contacts-container .contacts-search .adm-search-bar-input-box {
  background-color: #fff;
}

.amis-scope .contacts-container .contacts-tree {
  padding: 5px 15px;
  font-size: 16px;
}

.amis-scope .contacts-container .contacts-tree .ant-tree-treenode {
  align-items: center;
  height: 40px;
}

.amis-scope .contacts-container .contacts-tree .ant-tree-treenode .ant-tree-switcher {
  align-self: unset;
}

.amis-scope .contacts-container .contacts-tree .ant-tree-treenode .ant-tree-title {
  margin-left: 8px;
}

.amis-scope .contacts-container .contacts-personnel {
  position: fixed;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: 1001;
  height: 40px;
  background-color: #f1eded;
  display: flex;
  line-height: 40px;
}

.amis-scope .contacts-container .contacts-personnel .contacts-select {
  font-size: 30px;
  flex: 1;
  overflow: auto;
  display: flex;
  margin: 0 10px 0 10px;
}

.amis-scope .contacts-container .contacts-personnel .contacts-select .personnel {
  margin: 0px 2px;
}

.amis-scope .contacts-container .contacts-personnel .contacts-select::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.amis-scope .contacts-container .contacts-personnel .contacts-button {
  margin-right: 10px;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input {
  background-color: transparent;
  color: #000;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input {
  color: #000;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input::-webkit-input-placeholder {
  color: #333;
  font-size: 15px;
  opacity: 0.8;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input:-moz-placeholder {
  color: #333;
  font-size: 15px;
  opacity: 0.8;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input::-moz-placeholder {
  color: #333;
  font-size: 15px;
  opacity: 0.8;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input:-ms-input-placeholder {
  color: #fff;
  font-size: 15px;
  opacity: 0.8;
}

.amis-scope .contacts-container .tree-drawer .ant-drawer-header-title .contacts-title-input .ant-input-suffix .ant-input-clear-icon {
  font-size: 16px;
  color: #f5f5f5;
}

.amis-scope .lion-copy-item {
  padding-top: 5px !important;
}

.amis-scope .lion-copy-item .ant-popover-inner-content {
  padding: 0 !important;
}

.amis-scope .lion-copy-item .ant-popover-inner-content .ant-menu .ant-menu-item {
  height: 30px;
  line-height: 30px;
  margin: 4px 0 8px 0px;
}

.amis-scope .technological {
  background-color: #fff;
}

.amis-scope .technological .process_group {
  position: relative;
}

.amis-scope .technological .process_group .process_title {
  height: 32px;
  border-radius: 20px;
  background-color: #F8F8F8;
  z-index: 1;
  margin-left: -16px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  padding-right: 10px;
}

.amis-scope .technological .process_group .process_title .process_icon {
  position: absolute;
  left: 16px;
}

.amis-scope .technological .process_group .process_doing {
  background-color: #E3F1FF;
}

.amis-scope .technological .process_group .process_waiting .process_icon > svg > g > path {
  fill: #BBBDBF;
}

.amis-scope .technological .process_group .process:nth-last-child(1) .titlecontent_line {
  height: calc(100% + 38px);
}

.amis-scope .technological .titlecontent_line {
  position: absolute;
  top: 20px;
  left: 5px;
  height: 100%;
  border-left: 2px solid #1890FF;
}

.amis-scope .technological .process_group:nth-last-child(1) .process:nth-last-child(1) .titlecontent_line {
  height: 100%;
}

.amis-scope .technological .before_doing {
  border-left: 2px dashed #ccc;
}

.amis-scope .technological .title {
  margin-bottom: 10px;
  padding: 12px 16px;
}

.amis-scope .technological .title .titlecontent {
  margin-bottom: 12px;
}

.amis-scope .technological .title .titlecontent .name_const {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.amis-scope .technological .title .titlecontent .flow_path {
  line-height: 28px;
  display: flex;
  position: relative;
  padding-bottom: 10px;
}

.amis-scope .technological .title .titlecontent .flow_path .outlined {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #1890FF;
  border-radius: 50%;
  margin-right: 15px;
}

.amis-scope .technological .title .titlecontent .flow_path .outlined_doing {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #BBBDBF;
  border-radius: 50%;
  margin-right: 15px;
}

.amis-scope .technological .title .titlecontent .flow_path .flow_path_text {
  height: 28px;
  display: inline-block;
  margin-right: 5px;
  font-size: 14px;
  color: #31373D;
}

.amis-scope .technological .title .titlecontent .flow_path .statusiocn {
  height: 25px;
  font-size: 32px;
}

.amis-scope .technological .title .titlecontent .flow_path .statusiocn svg {
  top: -2px;
}

.amis-scope .technological .title .titlecontent .flow_path .statusiocn svg.process {
  top: -9px;
}

.amis-scope .technological .title .titlecontent .flow_Mobile {
  align-items: center;
}

.amis-scope .technological .title .titlecontent .flow_Mobile .statusiocn {
  font-size: 12px;
  height: 18px;
  padding: 0px 4px;
  border-radius: 3px;
  color: #fff;
  line-height: 18px;
}

.amis-scope .technological .title .titlecontent .flow_Mobile .statusiocn_pass {
  background-color: #13B478;
}

.amis-scope .technological .title .titlecontent .flow_Mobile .statusiocn_revert {
  background-color: #FDA71E;
}

.amis-scope .technological .title .titlecontent .flow_Mobile .statusiocn_doing {
  background-color: #287EF0;
}

.amis-scope .technological .title .titlecontent .flow_Mobile .statusiocn_refuse {
  background-color: #FF3A3A;
}

.amis-scope .technological .process {
  padding-top: 10px;
  position: relative;
}

.amis-scope .technological .process .approver {
  margin-bottom: 5px;
  display: flex;
}

.amis-scope .technological .process .approver .decision {
  position: relative;
  margin-right: 3px;
  width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: -4px;
  height: 25px;
  z-index: 1;
}

.amis-scope .technological .process .approver .decision .outer-layer {
  background-color: #fff;
  padding: 2px 0;
}

.amis-scope .technological .process .approver .decision .outer-layer .decision_icon {
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.amis-scope .technological .process .approver .decision .outer-layer .submit {
  background-color: #15B37B;
}

.amis-scope .technological .process .approver .decision .outer-layer .pass {
  background-color: #15B37B;
}

.amis-scope .technological .process .approver .decision .outer-layer .waiting {
  background-color: #ccc;
}

.amis-scope .technological .process .approver .decision .outer-layer .revert {
  background-color: #FDA71E;
}

.amis-scope .technological .process .approver .decision .outer-layer .ondo {
  background-color: #1890FF;
}

.amis-scope .technological .process .approver .decision .outer-layer .refuse {
  background-color: #F5222D;
}

.amis-scope .technological .process .approver .decision .outer-layer .doing {
  background-color: #1890FF;
}

.amis-scope .technological .process .approver .approver_usercontent {
  flex: 1;
  max-width: calc(100% - 25px);
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user {
  display: flex;
  justify-content: space-between;
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_name {
  color: #000;
  font-size: 13px;
  vertical-align: top;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_name {
    font-size: 12px;
  }
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_personnel {
  line-height: 24px;
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_personnel .approver_img {
  width: 24px;
  height: 24px;
  display: inline-block;
  font-size: 24px;
  margin-right: 5px;
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_personnel .approver_img svg {
  top: 0;
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_status {
  font-size: 12px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .technological .process .approver .approver_usercontent .approver_user .approver_status .approver_time {
  line-height: normal;
  margin-right: 10px;
}

.amis-scope .technological .process .approver .approver_usercontent .put-on-display {
  padding-right: 50px;
}

.amis-scope .technological .process .approver .approver_usercontent .put-on-display .approver_content {
  padding: 8px 12px;
  vertical-align: top;
  font-size: 12px;
  border-radius: 5px;
  margin: 5px 0 5px;
  color: rgba(0, 0, 0, 0.45);
  background: #F0F2F5;
}

.amis-scope .technological .process .approver .approver_usercontent .put-on-display .data_img {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .technological .process .approver .approver_usercontent .put-on-display .data_img .pieceimg {
  margin-right: 5px;
  margin-bottom: 5px;
}

.amis-scope .technological .process .approver .approver_usercontent .put-on-display .data_img .pieceimg .pieceimg_img .pieceimg_img_data {
  width: 4.875rem;
  height: 4.875rem;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls {
  padding: 6px 12px 6px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #F0F2F5;
  margin-bottom: 5px;
  cursor: pointer;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_size {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-between;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_size .item-select-tag-size {
  font-size: 12px;
  display: inline-block;
  width: 60px;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_size .item-select-tag-btn {
  color: #1890FF;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_text {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 10px;
  overflow: hidden;
  max-width: 300px;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_text .textfile_icon {
  margin-right: 10px;
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls .textfile_text .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .technological .process .approver .approver_usercontent .textfile_xls:nth-last-child(1) {
  margin-bottom: 0px;
}

.amis-scope .technological .process .approver:nth-last-child(1) {
  border-bottom: none;
  margin-bottom: 0px;
}

.amis-scope .approver_decision {
  width: 40px;
  height: 25px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #ccc;
  line-height: 25px;
  border: 1px solid;
}

.amis-scope .approver_opinion1 {
  border-color: #30bf78;
  color: #30bf78;
}

.amis-scope .approver_opinion2 {
  border-color: #797979;
  color: #797979;
}

.amis-scope .approver_opinion3 {
  border-color: #f08bb4;
  color: #f08bb4;
}

.amis-scope .approver_opinion4 {
  border-color: #d17100;
  color: #d17100;
}

.amis-scope .approver_opinion5 {
  border-color: #ff3a3a;
  color: #ff3a3a;
}

.amis-scope .approver_opinion6 {
  border-color: #1890ff;
  color: #1890ff;
}

.amis-scope .approver_opinion7 {
  border-color: rgba(0, 0, 0, 0.25);
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .approver_opinion8 {
  border-color: #797979;
  color: #797979;
}

.amis-scope .approver_opinion9 {
  border-color: #ff3a3a;
  color: #ff3a3a;
  border-radius: 0%;
  height: auto;
}

.amis-scope .detailed_information .renderform {
  overflow: hidden;
  margin-bottom: 5px;
  background-color: #fff;
  position: relative;
}

.amis-scope .detailed_information .renderform .process_content_icon {
  position: absolute;
  top: 0px;
  right: 30px;
  z-index: 1;
  font-size: 81px;
}

.amis-scope .detailed_information .renderform .renderform_form {
  padding-top: 0px;
}

.amis-scope .detailed_information .detailed_title {
  padding: 6px 0 6px 12px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.amis-scope .detailed_information .detailed_title .detailed_title_left {
  display: flex;
  line-height: 42px;
  max-width: calc(100% - 48px);
}

.amis-scope .detailed_information .detailed_title .detailed_title_left .detailed_title_img_text {
  display: flex;
  flex: 1;
  max-width: calc(100% - 32px);
}

.amis-scope .detailed_information .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_img {
  display: inline-block;
  width: 32px;
  font-size: 32px;
  margin-right: 10px;
  height: 32px;
}

.amis-scope .detailed_information .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  flex: 1;
  margin-right: 10px;
  height: 42px;
}

.amis-scope .detailed_information .detailed_title .detailed_title_left .process_content_icon {
  height: 32px;
  font-size: 32px;
}

.amis-scope .detailed_information .detailed_title .detailed_title_left .process_content_icon svg.process {
  top: 0;
}

.amis-scope .detailed_information .detailed_title .detailed_title_right {
  width: 48px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.amis-scope .detailed_information .detailed_title .detailed_title_right .right-icon {
  display: inline-block;
  width: 21.12px;
  height: 21.12px;
  border-radius: 50%;
  background-color: #cde1fd;
}

.amis-scope .detailed_information .characteristic {
  padding: 10px 12px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  background-color: #fff;
  line-height: 17px;
  margin-bottom: 10px;
}

.amis-scope .detailed_information .detailed_border {
  margin-bottom: 1px;
}

@charset "UTF-8";

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header {
  height: 38px;
  line-height: 38px;
  min-height: 38px;
  padding: 0px;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title {
  height: 100%;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  width: 36px;
  margin-right: 0px;
  height: 100%;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text svg {
  top: 0;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  color: #000;
  text-align: center;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-extra {
  line-height: 10px;
  height: 22px;
  padding: 0 6px;
  font-weight: 600;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-extra .right-text {
  display: inline-block;
  width: 24px;
  font-size: 24px;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-body {
  padding: 0;
  background-color: #f7f7f7;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  height: 0;
}

.amis-scope .process_drawer .handling_opinions .countersigner_form {
  margin-bottom: 10px;
}

.amis-scope .process_drawer .handling_opinions .countersigner_form .ant-form-item-control-input {
  background-color: #f7f7f7;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList {
  display: flex;
  justify-content: center;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .ant-dropdown-trigger {
  background-color: #f7f7f7;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flowButtonList_batton {
  max-width: 200px;
  border-radius: 4px;
  margin: 0 3px;
  background-color: #f7f7f7;
  color: #000;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_agree {
  color: #287ef0;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_refuse {
  color: #e72a3b;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_revert {
  color: #fda71e;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_revert svg > g > path {
  fill: #fda71e;
}

.amis-scope .process_drawer .handling_opinions .download-derail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.amis-scope .process_drawer .handling_opinions .download-derail .download {
  font-size: 22px;
}

.amis-scope .process_drawer .handling_opinions .textfile {
  margin-bottom: 10px;
  max-height: 100px;
  height: 0;
  overflow: auto;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls {
  display: flex;
  justify-content: space-between;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .textfile_text {
  font-size: 13px;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .textfile_text .textfile_icon {
  font-size: 20px;
  margin-right: 10px;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .download-file {
  font-size: 20px;
}

.amis-scope .process_drawer .handling_opinions .textfileOpens {
  height: 100px;
}

.amis-scope .process_drawer .handling_opinions .flowdrag {
  width: 100%;
  height: 10px;
  cursor: s-resize;
}

.amis-scope .process_drawer > .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 33px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-close .ant-modal-close-x:hover {
  background-color: #e3636e;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-header {
  border-bottom-color: transparent;
  height: 16px;
  padding: 0;
  cursor: move;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-header .ant-modal-title,
.amis-scope .process_drawer > .ant-modal-content .ant-modal-header #process_drawer_title {
  height: 100%;
}

.amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
  min-height: 300px;
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding: 0px 75px 0px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
    max-height: 340px !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
    max-height: 450px !important;
  }
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-footer {
  padding: 10px 75px 0px;
}

.amis-scope .infinteSroll {
  text-align: center;
  font-size: 13px;
  color: var(--text--muted-color);
  padding: 8px;
}

.amis-scope .infinteSroll-loading {
  margin-left: 8px;
}

.amis-scope .lion-table-cell-btn {
  padding-top: 0;
  z-index: 1010;
}

.amis-scope .lion-table-cell-btn .ant-popover-inner-content {
  padding: 0 !important;
}

.amis-scope .lion-table-cell-btn .ant-popover-inner-content .lion-td-btn {
  width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 15px 3px;
  /* border-color: transparent;
  color: #3582fb;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  padding: 9px 15px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0; */
}

/* .lion-table-cell-btn .ant-popover-inner-content .lion-td-btn:hover{
  background-color: #f0f2f5 !important;
  border-color: #fff !important;
  color: #000 !important;
}
.lion-table-cell-btn .ant-popover-inner-content .is-disabled:hover{
  background-color: #fff !important;
  border-color: #fff !important;
  color: #000 !important;
} */

/* .lion-table-cell-btn .ant-popover-inner-content .lion-td-btn:hover {
  border-color: transparent !important;
  color: #3582fb !important;
  background: transparent !important;
} */

/*# sourceMappingURL=index.css.map */

.amis-scope .select-user-container {
  display: flex;
}

.amis-scope .select-user-container .select-user-item {
  width: 50%;
  height: 620px;
}

.amis-scope .select-user-container .select-user-item-left {
  padding: 24px 12px 24px 24px;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #F7F8FA;
}

.amis-scope .select-user-container .select-user-item-left .item-left-search {
  border-radius: 4px;
}

.amis-scope .select-user-container .select-user-item-left .item-left-tree-wrapper {
  margin-top: 10px;
  flex: 1;
}

.amis-scope .select-user-container .select-user-item-left .item-left-tree-wrapper .ant-tree-treenode {
  padding: 4px 0;
}

.amis-scope .select-user-container .select-user-item-left .item-left-tree-wrapper .ant-tree-treenode .ant-tree-checkbox {
  margin: 4px 8px 0 8px;
}

.amis-scope .select-user-container .select-user-item-left .item-left-tree-wrapper .ant-checkbox + span {
  font-size: 15px;
}

.amis-scope .select-user-container .select-user-item-right {
  padding: 12px 12px;
  font-size: 16px;
  display: flex;
  flex-direction: column;
}

.amis-scope .select-user-container .select-user-item-right .right-header {
  padding: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}

.amis-scope .select-user-container .select-user-item-right .right-content {
  overflow-y: auto;
  flex: 1;
}

.amis-scope .select-user-container .select-user-item-right .right-content .right-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  padding: 4px 8px;
}

.amis-scope .select-user-container .select-user-item-right .right-button {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.amis-scope .select-user-container .select-user-item-right .right-button .ant-btn {
  margin-left: 12px;
  border-radius: 4px;
}

.amis-scope .before-and-after-selection {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}

.amis-scope .before-and-after-selection .signing-prompt {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .before-and-after-selection .countersigner_form {
  margin-bottom: 0;
}

.amis-scope .before-and-after-selection .countersigner_form .countersigner_form_btn .form_btn {
  margin-right: 5px;
}

.amis-scope .before-and-after-selection .countersigner_form .countersigner_form_btn .form_btn:nth-last-child(1) {
  margin-right: 0px;
}

.amis-scope .sign-off-method {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 10px;
}

.amis-scope .sign-off-method .countersigner_form {
  margin-bottom: 0;
}

.amis-scope .sign-off-method .countersigner_form .countersigner_form_btn .form_btn {
  margin-right: 5px;
}

.amis-scope .sign-off-method .countersigner_form .countersigner_form_btn .form_btn:nth-last-child(1) {
  margin-right: 0px;
}

.amis-scope .signed-by {
  margin-bottom: 10px;
}

.amis-scope .signed-by .item-title {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .signed-by > .item-select {
  display: flex;
  padding: 5px 0;
  flex-wrap: wrap;
}

.amis-scope .signed-by > .item-select .item-bat {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.06);
  cursor: pointer;
}

.amis-scope .signed-by > .item-select .item-bat:hover span {
  color: #1890ff;
}

.amis-scope .endorsement-review_Mobile .signed-by {
  background-color: #fff;
  padding: 5px 12px;
  margin: 10px 0;
}

.amis-scope .endorsement-review_Mobile .signed-by .item-title {
  margin-bottom: 8px;
  display: inline-block;
}

.amis-scope .endorsement-review_Mobile .before-and-after-selection .signing_method {
  padding: 5px 12px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .endorsement-review_Mobile .before-and-after-selection .signing-prompt {
  padding: 5px 12px;
}

.amis-scope .endorsement-review_Mobile .sign-off-method {
  flex-direction: row;
  background-color: #fff;
  padding: 5px 12px;
  align-items: center;
}

.amis-scope .endorsement-review_Mobile .endorsement-approval {
  background-color: #fff;
  padding: 5px 12px;
  margin-bottom: 10px;
  align-items: center;
}

.amis-scope .endorsement-review_Mobile .endorsement_button {
  padding: 10px 20px;
}

.amis-scope .endorsement-review_Mobile .endorsement_button .Button_Mobile {
  border-radius: 4px;
}

.amis-scope .process_drawer_amis > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text {
  font-size: 14px;
}

.amis-scope .item-select-list-item-content {
  margin-bottom: 5px;
  overflow: auto;
}

.amis-scope .item-select-list-item-content .item-select-tag {
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 4px 6px;
  background-color: #F2F2F2;
  border-color: transparent;
}

.amis-scope .item-select-list-item-content .item-select-tag .item-select-tag-img {
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-right: 5px;
}

.amis-scope .item-select-list-item-content .item-select-tag .item-select-tag-img svg {
  top: 0;
}

.amis-scope .item-select-list-item-content .item-select-tag .item-select-tag-text {
  max-width: 60px;
  margin-right: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .item-select-list-item-content .item-select-tag .item-select-tag-btn {
  transform: rotate(45deg);
  font-size: 22px;
  color: #ccc;
  cursor: pointer;
}

.amis-scope .item-select-list-item-content .item-select-tag:hover {
  background-color: #1890ff;
}

.amis-scope .item-select-list-item-content .item-select-tag:hover .item-select-tag-text,
.amis-scope .item-select-list-item-content .item-select-tag:hover .item-select-tag-btn {
  color: #fff;
}

.amis-scope .item-select-list-item-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.amis-scope .item-select-list-item-content::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.amis-scope .item-select-list-item-content .toggle-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all ease-in 0.2s;
  overflow-y: auto;
  font-size: 14px;
  color: #000;
}

.amis-scope .item-select-list-item-content .toggle-contact .ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.amis-scope .item-select-list-item-content .toggle-contact::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.amis-scope .item-select-list-item-content .toggle-contact::-webkit-scrollbar-thumb {
  background-color: #fff;
}

.fallback_constent .fallback_select h4 {
  margin-bottom: 5px;
}

.fallback_constent .fallback_select > .ant-form-item {
  min-width: 100px;
  width: 200px;
  margin-bottom: 10px;
}

.fallback_constent .endorsement-approval .countersigner_form {
  margin-bottom: 0px;
}

.fallback_constent .endorsement-approval .countersigner_form .ant-input {
  margin-bottom: 10px;
}

.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}

.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend {
  margin-bottom: 10px;
}

.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend_value {
  display: flex;
  flex-wrap: wrap;
}

.fallback_constent .endorsement-approval .countersigner_form .endorsement-approval_text .recommend_value .Tag_value {
  background: #F2F2F2;
  font-size: 13px;
  color: #31373D;
  padding: 4px 10px;
  margin-right: 5px;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 10px;
}

.fallback_constent .fallback_upload {
  display: flex;
  margin-bottom: 10px;
}

.fallback_constent .fallback_upload .upload_content .upload_content_btn {
  border-radius: 5px;
}

.fallback_constent .fallback_upload .text svg g path {
  fill: rgba(0, 0, 0, 0.45);
}

.fallback_constent .fallback_upload .text svg g polygon {
  fill: rgba(0, 0, 0, 0.45);
}

.fallback_constent .fallback_checkbox .ant-form-item {
  margin-bottom: 10px;
}

.fallback_constent .uploadimg {
  display: flex;
  flex-wrap: wrap;
  background-color: #FAFAFA;
  margin-bottom: 10px;
}

.fallback_constent .uploadimg .pieceimg {
  width: 6.875rem;
  height: 6.875rem;
  margin: 10px 8px;
  position: relative;
  cursor: pointer;
}

.fallback_constent .uploadimg .pieceimg .cxd-Image-thumb img {
  width: 100%;
  height: 100%;
}

.fallback_constent .uploadimg .pieceimg .pieceimg_shadow {
  display: none;
}

.fallback_constent .uploadimg .pieceimg:hover .pieceimg_shadow {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: space-around;
  align-items: center;
  top: 0;
  left: 0;
  background-color: #aaa;
  opacity: 0.7;
}

.fallback_constent .uploadimg .pieceimg .pieceimg_img {
  padding: 0;
}

.fallback_constent .uploadimg .pieceimg .remove {
  position: absolute;
  width: 17px;
  height: 17px;
  top: -6px;
  right: -9px;
  z-index: 1;
  font-size: 18px;
}

.fallback_constent .uploadimg .pieceimg .remove .remove_blank svg {
  top: 0;
  color: #ffffff;
  background: #BBBDBF;
  border-radius: 50%;
}

.fallback_constent .uploadtext {
  margin-bottom: 10px;
}

.fallback_constent .uploadtext .textfile_xls {
  padding: 3px 12px 3px 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: #FAFAFA;
  margin-bottom: 5px;
  cursor: pointer;
}

.fallback_constent .uploadtext .textfile_xls .textfile_size {
  display: flex;
  align-items: center;
  width: 80px;
  justify-content: space-between;
}

.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-size {
  font-size: 12px;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  text-align: right;
  color: rgba(0, 0, 0, 0.45);
}

.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-btn {
  display: none;
  font-size: 15px;
  cursor: pointer;
}

.fallback_constent .uploadtext .textfile_xls .textfile_size .item-select-tag-btn svg {
  color: #ffffff;
  background: #BBBDBF;
  border-radius: 50%;
}

.fallback_constent .uploadtext .textfile_xls .textfile_text {
  display: flex;
  align-items: center;
  flex: 1;
  padding-right: 10px;
  overflow: hidden;
}

.fallback_constent .uploadtext .textfile_xls .textfile_text .textfile_icon {
  font-size: 20px;
  margin-right: 10px;
}

.fallback_constent .uploadtext .textfile_xls .textfile_text .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 13px;
}

.fallback_constent .uploadtext .textfile_xls:hover {
  background-color: #ebeaea;
}

.fallback_constent .uploadtext .textfile_xls:hover .textfile_size .item-select-tag-btn {
  display: inline-block;
}

.fallback_constent_Mobile {
  width: 100%;
  padding: 10px 0;
  line-height: 1.5715;
}

.fallback_constent_Mobile .fallback_select {
  display: flex;
  background-color: #fff;
  padding: 5px 12px;
  margin-bottom: 5px;
}

.fallback_constent_Mobile .fallback_select label {
  line-height: 1.5715;
  display: flex;
  align-items: center;
}

.fallback_constent_Mobile .fallback_select .fallback_select_text {
  flex: 1;
}

.fallback_constent_Mobile .fallback_select .fallback_select_text .ant-select-arrow {
  transform: rotate(-90deg);
}

.fallback_constent_Mobile .endorsement_button {
  padding: 10px 10px;
}

.fallback_constent_Mobile .endorsement_button .Button_Mobile {
  border-radius: 4px;
}

.fallback_constent_Mobile .endorsement-approval .endorsement-approval_text {
  padding-left: 10px;
}

.fallback_constent_Mobile .endorsement-approval .endorsement-approval_text .recommend_value .Tag_value {
  background: #eaebed;
}

.fallback_constent_Mobile .fallback_upload,
.fallback_constent_Mobile .fallback_checkbox {
  padding-left: 10px;
}

@charset "UTF-8";

.amis-scope .process_tabs {
  width: 100%;
  margin-bottom: 1px;
  background-color: #fff;
  display: flex;
}

.amis-scope .process_tabs .checkbox {
  margin: 0 10px;
  font-size: 22px;
  align-items: center;
  width: 22px;
}

.amis-scope .process_tabs .checkbox .ant-checkbox,
.amis-scope .process_tabs .checkbox .ant-checkbox-checked {
  border-radius: 50%;
  overflow: hidden;
}

.amis-scope .process_tabs .checkbox .ant-checkbox .ant-checkbox-input,
.amis-scope .process_tabs .checkbox .ant-checkbox-checked .ant-checkbox-input {
  display: none;
}

.amis-scope .process_tabs .checkbox .ant-checkbox .ant-checkbox-inner,
.amis-scope .process_tabs .checkbox .ant-checkbox-checked .ant-checkbox-inner {
  border-radius: 50%;
  width: 22px;
  height: 22px;
}

.amis-scope .process_tabs .checkbox .ant-checkbox-checked .ant-checkbox-inner::after {
  transform: rotate(45deg) scale(1) translate(-50%, -60%);
  width: 6.714286px;
  height: 12.142857px;
}

.amis-scope .process_tabs .checkbox .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
}

.amis-scope .process_tabs .process_content {
  flex: 1;
  overflow: hidden;
  height: 125px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.amis-scope .process_tabs .process_content .process_content_introduce {
  padding: 10px 10px 5px;
  display: flex;
  justify-content: space-between;
}

.amis-scope .process_tabs .process_content .process_content_introduce .process_content_title {
  flex: 1;
}

.amis-scope .process_tabs .process_content .process_content_introduce .process_content_title .process_content_name {
  max-width: 170px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 3px;
  font-size: 15px;
}

.amis-scope .process_tabs .process_content .process_content_introduce .process_content_title .process_content_icon {
  font-size: 28px;
  padding: 0;
  display: inline-block;
  height: 28px;
  overflow: hidden;
  vertical-align: top;
}

.amis-scope .process_tabs .process_content .process_content_introduce .process_content_title .process_content_icon svg {
  top: -7px;
}

.amis-scope .process_tabs .process_content .process_content_introduce .taskEndTime {
  word-wrap: normal;
  font-size: 12px;
  line-height: 29px;
  color: #aaa;
}

.amis-scope .process_tabs .process_content .process_content_report_forms {
  padding-left: 10px;
  font-size: 13px;
  position: relative;
  flex: 1;
}

.amis-scope .process_tabs .process_content .process_content_report_forms .process_content_report_forms_icon {
  position: absolute;
  width: 70px;
  height: 70px;
  bottom: 15px;
  right: 0px;
  font-size: 70px;
}

.amis-scope .process_tabs .process_content .process_content_report_forms .process_content_report_forms_icon .process_content_icon svg {
  top: -4px;
}

.amis-scope .process_tabs .process_content .process_content_report_forms .process_content_report_forms_icon .process_content_refuse svg path {
  fill: rgba(231, 42, 59, 0.85);
}

.amis-scope .process_tabs .process_content .process_content_report_forms .process_content_report_forms_icon .process_content_pass svg path {
  fill: rgba(19, 180, 120, 0.85);
}

.amis-scope .process_tabs .process_content .process_content_report_forms > .text {
  padding-bottom: 6px;
  display: flex;
}

.amis-scope .process_tabs .process_content .process_content_report_forms > .text > .text_title {
  white-space: nowrap;
}

.amis-scope .process_tabs .process_content .process_content_report_forms > .text > .textvalue {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  width: calc(100% - 55px);
}

.amis-scope .process_tabs .process_content .process_content_operation {
  padding: 5px 10px 10px;
}

.amis-scope .process_tabs .process_content .process_content_operation::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.amis-scope .process_tabs .process_content .process_content_operation .process_content_button {
  float: right;
}

.amis-scope .process_pc {
  max-width: 500px;
  margin: 0 auto 5px;
  border: 1px solid #eee;
}

.amis-scope .process_pc .process_content .process_content_introduce {
  padding: 5px 10px;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title {
  display: flex;
  align-items: center;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_icon {
  font-size: 12px;
  height: 18px;
  padding: 0px 4px;
  border-radius: 3px;
  color: #fff;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_pass {
  background-color: #13B478;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_revert {
  background-color: #FDA71E;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_doing {
  background-color: #287EF0;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_refuse {
  background-color: #FF3A3A;
}

.amis-scope .process_pc .process_content .process_content_introduce .process_content_title .process_content_return {
  background-color: #FDA71E;
}

.amis-scope .process_pc .process_content .process_content_report_forms {
  padding-left: 10px;
  font-size: 13px;
  position: relative;
  flex: 1;
}

.amis-scope .process_pc .process_content .process_content_report_forms > .text {
  padding-bottom: 6px;
  display: flex;
}

.amis-scope .process_pc .process_content .process_content_report_forms > .text > .text_title {
  white-space: nowrap;
}

.amis-scope .process_pc .process_content .process_content_report_forms > .text > .textvalue {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 10px;
  width: calc(100% - 55px);
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header {
  height: 38px;
  line-height: 38px;
  min-height: 38px;
  padding: 0px;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title {
  height: 100%;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  width: 36px;
  margin-right: 0px;
  height: 100%;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-close .left-text svg {
  top: 0;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  color: #000;
  text-align: center;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-extra {
  line-height: 10px;
  height: 22px;
  padding: 0 6px;
  font-weight: 600;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-header .ant-drawer-extra .right-text {
  display: inline-block;
  width: 24px;
  font-size: 24px;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-body {
  padding: 0;
  background-color: #f7f7f7;
}

.amis-scope .process_drawer > .ant-drawer-content-wrapper > .ant-drawer-content > .ant-drawer-wrapper-body > .ant-drawer-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0;
  height: 0;
}

.amis-scope .process_drawer .handling_opinions .countersigner_form {
  margin-bottom: 10px;
}

.amis-scope .process_drawer .handling_opinions .countersigner_form .ant-form-item-control-input {
  background-color: #f7f7f7;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList {
  display: flex;
  justify-content: center;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .ant-dropdown-trigger {
  background-color: #f7f7f7;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flowButtonList_batton {
  max-width: 200px;
  border-radius: 4px;
  margin: 0 3px;
  background-color: #f7f7f7;
  color: #000;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_agree {
  color: #287ef0;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_refuse {
  color: #e72a3b;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_revert {
  color: #fda71e;
}

.amis-scope .process_drawer .handling_opinions .flowButtonList .flow_revert svg > g > path {
  fill: #fda71e;
}

.amis-scope .process_drawer .handling_opinions .download-derail {
  display: flex;
  justify-content: space-around;
  align-items: center;
  cursor: pointer;
}

.amis-scope .process_drawer .handling_opinions .download-derail .download {
  font-size: 22px;
}

.amis-scope .process_drawer .handling_opinions .textfile {
  margin-bottom: 10px;
  max-height: 100px;
  height: 0;
  overflow: auto;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls {
  display: flex;
  justify-content: space-between;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .textfile_text {
  font-size: 13px;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .textfile_text .textfile_icon {
  font-size: 20px;
  margin-right: 10px;
}

.amis-scope .process_drawer .handling_opinions .textfile .textfile_xls .download-file {
  font-size: 20px;
}

.amis-scope .process_drawer .handling_opinions .textfileOpens {
  height: 100px;
}

.amis-scope .process_drawer .handling_opinions .flowdrag {
  width: 100%;
  height: 10px;
  cursor: s-resize;
}

.amis-scope .process_drawer > .ant-modal-content {
  border-radius: 8px;
  overflow: hidden;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 33px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-close .ant-modal-close-x:hover {
  background-color: #e3636e;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-header {
  border-bottom-color: transparent;
  height: 16px;
  padding: 0;
  cursor: move;
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-header .ant-modal-title,
.amis-scope .process_drawer > .ant-modal-content .ant-modal-header #process_drawer_title {
  height: 100%;
}

.amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
  min-height: 300px;
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding: 0px 75px 0px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
    max-height: 340px !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .process_drawer > .ant-modal-content > .ant-modal-body {
    max-height: 450px !important;
  }
}

.amis-scope .process_drawer > .ant-modal-content .ant-modal-footer {
  padding: 10px 75px 0px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header {
  height: auto;
  min-height: auto;
  align-items: unset;
  padding-top: 12px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title {
  overflow: hidden;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-close {
  width: 0;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title {
  text-align: left;
  overflow: hidden;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title {
  display: flex;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left {
  display: flex;
  line-height: 42px;
  max-width: calc(100% - 48px);
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left .detailed_title_img_text {
  display: flex;
  flex: 1;
  max-width: calc(100% - 42px);
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_img {
  display: inline-block;
  width: 32px;
  font-size: 32px;
  margin-right: 10px;
  height: 32px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left .detailed_title_img_text .detailed_title_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  font-size: 16px;
  flex: 1;
  margin-right: 10px;
  height: 42px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left .process_content_icon {
  height: 32px;
  font-size: 32px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_left .process_content_icon svg.process {
  top: 0;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_right {
  width: 48px;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_title .detailed_title_right .right-icon {
  display: inline-block;
  width: 21.12px;
  height: 21.12px;
  border-radius: 50%;
  background-color: #cde1fd;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left {
  align-items: center;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_icon {
  font-size: 12px;
  height: 18px;
  padding: 0px 4px;
  border-radius: 3px;
  color: #fff;
  line-height: 18px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_pass {
  background-color: #13B478;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_revert {
  background-color: #FDA71E;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_doing {
  background-color: #287EF0;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_refuse {
  background-color: #FF3A3A;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .detailed_Mobile .detailed_title_left .process_content_return {
  background-color: #FDA71E;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-header-title .ant-drawer-title .characteristic {
  padding: 10px 12px 10px 0px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 17px;
}

.amis-scope .pc_title .ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-wrapper-body .ant-drawer-header .ant-drawer-extra {
  height: 42px;
  line-height: 42px;
}

.amis-scope .process_modal > .ant-modal-content {
  border-radius: 5px;
  overflow: hidden;
}

.amis-scope .process_modal > .ant-modal-content .ant-modal-close .ant-modal-close-x {
  width: 48px;
  height: 48px;
  line-height: 48px;
}

.amis-scope .process_modal > .ant-modal-content .ant-modal-header {
  border-bottom: transparent;
  padding: 13px 24px;
}

.amis-scope .process_modal > .ant-modal-content .ant-modal-body {
  padding: 10px 18px 0px;
}

.amis-scope .process_modal > .ant-modal-content .ant-modal-footer .ant-btn {
  border-radius: 5px;
}

.amis-scope .flow_refuse > .ant-modal-content .ant-modal-footer .ant-btn-primary {
  background: #F5222D;
  border-color: #F5222D;
}

.amis-scope .flow_return > .ant-modal-content .ant-modal-footer .ant-btn-primary {
  background: #FDA71E;
  border-color: #FDA71E;
}

.amis-scope .ant-modal.process_drawer {
  position: fixed;
  left: calc(50% - 340px);
  width: 680px;
  transition: none;
}

.amis-scope .dropDown {
  text-align: center;
  transition: all 0.3s ease 1s;
  height: 0;
  overflow: hidden;
}

.amis-scope .dressing_by_screening {
  margin: 0 auto 1px;
  border-top: 1px solid #f7f7f7;
  background-color: #fff;
  display: flex;
  padding: 5px 0;
  font-size: 12px;
  position: sticky;
  top: 0;
  left: 0;
  height: 30px;
  z-index: 2;
  max-width: 500px;
}

.amis-scope .dressing_by_screening .dressing_type {
  flex: 1;
}

.amis-scope .dressing_by_screening .dressing_type .dressing_type_icon {
  display: flex;
  justify-content: space-around;
}

.amis-scope .dressing_by_screening .dressing_type .dressing_type_icon > div {
  cursor: pointer;
}

.amis-scope .dressing_by_screening .dressing_type .dressing_icon {
  margin-left: 5px;
  font-size: 9px;
}

.amis-scope .dressing_by_screening .dressing_batch {
  text-align: center;
  cursor: pointer;
  padding-right: 10px;
}

.amis-scope .dressing_by_screening .dressing_batch .dressing_icon {
  margin-right: 5px;
}

.amis-scope .dressing_by_screening .dressing_batch .icon-handle {
  font-size: 10px;
}

.amis-scope .dressing_by_screening .dressing_batch .icon-handle g path {
  fill: rgba(0, 0, 0, 0.85);
}

.amis-scope .dressing_by_screening .dressing_highlight {
  color: #1890ff;
}

.amis-scope .dressing_by_screening .dressing_highlight .icon-handle g path {
  fill: #1890ff;
}

.amis-scope .dressing_by_screening::after {
  content: "";
  position: absolute;
  border-bottom: 3px solid #f7f7f7;
  top: -3px;
  left: 0;
  right: 0;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin.spinning_loading {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .affirm {
  position: sticky;
  bottom: -1px;
  left: 0px;
  right: 0px;
  background-color: #fff;
}

.amis-scope .affirm .affirm-dev {
  text-align: center;
  color: #287ef0;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  max-width: 500px;
  margin: 0 auto;
}

.amis-scope .affirm .affirm-dev .batch_unchecked {
  opacity: 0.5;
}

.amis-scope .affirm .affirm-dev .batch_highlight {
  cursor: pointer;
}

.amis-scope .Empty {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  flex-direction: column;
}

@charset "UTF-8";

.amis-scope .space-content-item_amis_staging {
  padding-top: 12px;
  margin: 0px auto;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle {
  width: 300px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 8px;
  box-shadow: 5px 10px 20px #e5e4e4;
  cursor: pointer;
  transition: transform 0.6s;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color:hover {
  transform: scale(1.05);
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color .mobile-card-handle_text {
  width: 80px;
  height: 64px;
  line-height: 30px;
  font-size: 14px;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color .mobile-card-handle_text .text_number {
  font-size: 26px;
  color: #0076F6;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color .mobile-card-handle_icon {
  width: 42px;
  height: 42px;
  font-size: 42px;
}

.amis-scope .space-content-item_amis_staging .mobile-card-handle .mobile-card-handle-color .mobile-card-handle_icon svg {
  top: -5px;
}

.amis-scope .space-content-item—modile_Dialog {
  width: auto;
  padding: 12px 12px 0;
}

.amis-scope .space-content-item—modile_Dialog .mobile-card-handle {
  width: 50%;
  padding: 0 5px;
}

.amis-scope .space-content-item—modile_Dialog .mobile-card-handle .mobile-card-handle-color {
  box-shadow: none;
  transition: none;
}

.amis-scope .space-content-item—modile_Dialog .mobile-card-handle:nth-child(1) {
  padding-left: 0;
}

.amis-scope .space-content-item—modile_Dialog .mobile-card-handle:nth-child(3n) {
  padding-left: 0;
}

.amis-scope .space-content-item—modile_Dialog .mobile-card-handle:nth-child(2n) {
  padding-right: 0;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis {
  margin-bottom: 10px;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-title_amis {
  padding: 6px 12px 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 5px;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 6px;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .mobile-card-item_amis {
  width: 25%;
  padding: 0 6px;
  margin-bottom: 10px;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.6s;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 0px;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis {
  display: flex;
  align-items: center;
  background-color: #f2b23e;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis svg,
.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis .anticon {
  margin: auto;
  width: 25px;
  height: 25px;
  color: #fff;
}

.amis-scope .space-content-item_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-name_amis {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.amis-scope .space-content-item-modile_amis {
  max-width: 1200px;
  margin: 0 auto;
  min-width: 600px;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis {
  padding: 0;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis .mobile-card-content_amis {
  padding: 0;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis .mobile-card-content_amis .mobile-card-item_amis {
  max-width: 200px;
  padding-right: 12px;
  margin-top: 10px;
  padding-left: 0;
  width: 200px;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis {
  flex-direction: row;
  border-radius: 3px;
  padding: 5px 5px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  box-shadow: 5px 10px 20px #e5e4e4;
  width: auto;
  margin-right: 5px;
  height: 60px;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-name_amis {
  max-width: 150px;
  width: 150px;
  margin: 0;
}

.amis-scope .space-content-item-modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis:hover {
  transform: scale(1.1);
}

.amis-scope .space-content-item-Modile_amis {
  padding: 0 12px;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis {
  margin-bottom: 10px;
  background-color: #fff;
  border-radius: 5px;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-title_amis {
  padding: 6px 12px 0;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 500;
  height: 32px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 5px;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .mobile-card-item_amis {
  width: 25%;
  margin-bottom: 10px;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.6s;
  background-color: #fff;
  cursor: pointer;
  border-radius: 8px;
  padding: 10px 0px;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis {
  display: flex;
  align-items: center;
  background-color: #f2b23e;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  text-align: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis svg,
.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-icon_amis .anticon {
  margin: auto;
  width: 25px;
  height: 25px;
  color: #fff;
}

.amis-scope .space-content-item-Modile_amis .mobile-card-container_amis .mobile-card-content_amis .card-item_amis .card-item-name_amis {
  font-size: 13px;
  letter-spacing: 0.5px;
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

@font-face {
  font-family: "iconfont";
  /* Project id 2770824 */
  src: url('./renderers/Lion/font/iconfont.woff2?t=1633941408238') format('woff2'),
       url('./renderers/Lion/font/iconfont.woff?t=1633941408238') format('woff'),
       url('./renderers/Lion/font/iconfont.ttf?t=1633941408238') format('truetype');
}

.amis-scope .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope .icon-cuowu:before {
  content: "\e67a";
}

.amis-scope .icon-cuowu1:before {
  content: "\e64f";
}

.amis-scope .icon-zhengque:before {
  content: "\e650";
}

.amis-scope .icon-zhengque1:before {
  content: "\e612";
}

.amis-scope .icon-success:before {
  content: "\e677";
}

.fastlion-modal .ant-modal-wrap {
  z-index: inherit !important;
}

.fastlion-upload .ant-upload-picture-card-wrapper .ant-upload-list .ant-upload-list-picture-card-container .ant-upload-list-item {
  padding: 2px !important;
}

/*# sourceMappingURL=LionFormImg.css.map */

.amis-scope .antd-Form-value .fastlion-upload .ant-upload-picture-card-wrapper .ant-upload-list-picture-card .ant-upload-list-picture-card-container .ant-upload-span img {
  object-fit: cover !important;
}

.fastlion-modal .ant-modal-wrap {
  z-index: inherit !important;
}

.amis-scope .ant-image-preview-root {
  position: fixed;
  z-index: 1010;
}

.amis-scope .lion-show-img {
  display: flex;
}

.amis-scope .lion-show-img > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin: 0 8px 8px 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.amis-scope .lion-show-img .ant-image-mask-info {
  font-size: 12px;
}

/*# sourceMappingURL=LionShowImg.css.map */

.amis-scope .Popover-view {
  display: flex;
  cursor: pointer;
  align-items: center;
}

.amis-scope .Popover-view .Popover-upload {
  display: inline-block;
  text-align: left;
  color: #3582fb;
  border: 0;
}

.amis-scope .Popover-view .Popover-footer-title {
  width: 278px;
  background: #fff;
  color: #333;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title {
  background: #303133;
  display: flex;
  height: auto;
  align-items: center;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title .Popover-main {
  display: flex;
  align-items: center;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-enclosure {
  color: #999;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content {
  display: flex;
  align-items: center;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content .Popover-main-content-file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-header-title .Popover-main .Popover-main-content .Popover-main-content-icon {
  margin-left: 10px;
  font-weight: 400;
  font-size: 12px;
  color: #999;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content {
  line-height: 26px;
  width: 278px;
  padding: 5px 16px;
  display: flex;
  align-items: center;
  font-size: 14px;
  justify-content: space-between;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content:hover {
  background-color: #f2f7ff !important;
  color: #1f6eef !important;
  cursor: pointer;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content:hover .ant-btn {
  background: #f2f7ff !important;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content > .ant-btn {
  background: white !important;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content .Popover-footer-title-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .Popover-view .Popover-footer-title .Popover-footer-title-content .Popover-footer-title-item .Popover-footer-title-item-title {
  width: 160px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*# sourceMappingURL=index.css.map */

@charset "UTF-8";

.amis-scope .page-file .ant-modal-close .ant-modal-close-x {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 16px 0 0 0;
}

.amis-scope .page-file .ant-modal-close .ant-modal-close-x > span {
  margin: auto;
}

.amis-scope .page-file .ant-modal-footer {
  padding: 2.5px 4px;
}

.amis-scope .view {
  /* background: #444; */
  display: flex;
  justify-content: center;
  height: 300px;
  /* padding: 50px 0; */
  overflow: auto;
  /* width: 200px; */
  width: 100vw;
  margin: auto;
}

.amis-scope .view::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 3px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 3px !important;
  /* border-radius   : 10px; */
}

.amis-scope .view::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  background-color: gray;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .view::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #ededed;
  border-radius: 10px;
}

.amis-scope .view .pageContainer {
  /* box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px 0px; */
  width: 100vw;
  max-width: 100%;
}

.amis-scope .pageTool {
  display: flex;
  width: 100%;
  /* position: absolute; */
  bottom: 20px;
  /* background: #424242;
  color: white; */
  padding: 8px 15px;
  border-radius: 15px;
}

.amis-scope .pageTool .toolBtn {
  width: 16vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .pageTool .toolBtn button {
  border: 0px !important;
}

.amis-scope .pageTool i {
  padding: 5px;
  margin: 0 5px;
}

.amis-scope .pageTool i:hover {
  background: #333;
}

.amis-scope .pageTool input {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
  height: 24px;
}

.amis-scope .pageTool input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.amis-scope .pageTool input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.amis-scope .pageTool input[type=number] {
  -moz-appearance: textfield;
}

/*# sourceMappingURL=index.css.map */

@media screen and (max-width: 767px) {
  .amis-scope .lion-cell-import {
    width: calc(100vw - 16px) !important;
  }

  .amis-scope .lion-cell-import .ant-modal-content {
    width: calc(100vw - 16px) !important;
  }
}

.amis-scope {
  overflow: hidden;
}

.amis-scope #root {
  overflow: auto;
}

.amis-scope .lion-export-popover {
  min-width: 80px;
  transform-origin: center top;
  z-index: 10039;
  border: 0;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 0 0 5px 0;
}

.amis-scope .lion-export-popover .lion-export-popover-container {
  overflow: hidden;
  position: relative;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide {
  margin-bottom: 0px;
  overflow: hidden;
  height: 100%;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul {
  list-style: none;
  padding: 6px 0;
  margin: 0;
  box-sizing: border-box;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul .list-active {
  color: #3582fb;
  font-weight: 700;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul div {
  font-size: 12px;
  padding: 0 !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #606266;
  height: 34px;
  box-sizing: border-box;
  cursor: pointer;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul div div.lion-td-btn {
  width: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul div:active {
  color: #3582fb;
  font-weight: 700;
}

.amis-scope .sc-dkPtRN.lion-export-popover {
  margin: -5px 0 5px;
  min-width: 300px;
}

.amis-scope .sc-dkPtRN.lion-export-popover .lion-export-popover-container .lion-export-popover-hide {
  margin-right: 0;
}

.amis-scope .sc-dkPtRN.lion-export-popover .lion-export-popover-container .lion-export-popover-hide ul div {
  padding-left: 11px !important;
}

.amis-scope .lion-table-cell-btn-hide .ant-popover-content .ant-popover-arrow .ant-popover-arrow-content {
  background-color: #333;
}

.amis-scope .lion-table-cell-btn-hide .ant-popover-content .ant-popover-inner .ant-popover-inner-content .lion-table-cell-btn-hide--text {
  background: #333;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  padding: 8px 10px 10px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
}

@charset "UTF-8";

.amis-scope .lion-table-common-thead {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 0;
  color: #606266;
  font-weight: 600;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr {
  height: 40px;
  background-color: #fff !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-thead thead.lion-table-header-thead tr {
    height: 25px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-thead thead.lion-table-header-thead tr {
    height: 30px;
  }
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr th.thead-th--column {
  white-space: pre-line;
  word-break: break-all;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  padding: 3px 0 !important;
  text-align: left;
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
  background-color: inherit;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-thead thead.lion-table-header-thead tr th.thead-th--column {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-thead thead.lion-table-header-thead tr th.thead-th--column {
    padding: 0 !important;
  }
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr th.thead-th--column .thead-th--cell {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  word-break: break-all;
  padding-left: 5px;
  padding-right: 5px;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr th.thead-th--column:last-child {
  border-right: 0;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr .checkbox {
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr .lion-table-cell-btn .ant-popover-inner-content {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 6px 8px;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead tr .lion-table-cell-btn .ant-popover-inner-content > button :hover {
  background: #ebf3ff !important;
  color: #5b9bfc !important;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead .lion-cell--fix--left {
  position: sticky;
  left: 0;
  z-index: 2;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead .lion-cell--fix--right {
  position: sticky;
  right: 0;
  z-index: 2;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead .lion-cell--fix--right .lion-cell--fix--right--cell {
  display: inline-block;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead .fix-left-shadow {
  box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-common-thead thead.lion-table-header-thead .fix-right-shadow {
  box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-primary-group {
  display: inline-block;
  overflow: hidden;
  margin-right: 15px;
  padding-left: 10px !important;
  font-size: 12px;
}

.amis-scope .lion-table-primary-group .surface-group-container {
  display: flex;
  height: 100%;
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item {
  width: 100%;
  display: flex;
  align-items: center;
  height: 20px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-primary-group .surface-group-container .surface-group-item {
    height: 12px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-primary-group .surface-group-container .surface-group-item {
    height: 14px;
  }
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .surface-group-item--label--btn {
  color: #999;
  height: 20px;
  line-height: 1.5;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .surface-group-item--label--btn {
    height: 12px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .surface-group-item--label--btn {
    height: 14px;
  }
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .surface-group-item--label {
  color: #999;
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .antd-TplField,
.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .cxd-TplField {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .antd-Container .antd-Container-body .antd-DateField {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .lion-table-primary-group .surface-group-container .surface-group-item .cxd-Container .cxd-Container-body .cxd-DateField {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .lion-table-Interrogator {
  margin-bottom: 0.6rem !important;
  padding-left: 0.6rem !important;
  margin-top: 0.6rem !important;
}

.amis-scope .lion-table-Interrogator .filter-group {
  width: 100%;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 10px;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter .antd-Form-item {
  display: flex;
  margin: 0;
  align-items: center;
  margin-right: 5px;
  margin-bottom: calc(var(--Form-item-gap) / 2);
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter .antd-Form-item label {
  margin-right: 5px;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter .cxd-Form-item {
  margin: 0;
  display: flex;
  margin-right: 5px;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter .cxd-Form-item label {
  margin-right: 5px;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .lion-filter > button {
  margin-left: 8px;
}

.amis-scope .lion-table-Interrogator .filter-group .filter-container .filterItem .filterItem-btns .filterItem-btn {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  border-radius: 4px;
  margin: 10px 0;
  height: 32px;
  padding: 0;
  border-radius: 3px;
}

@charset "UTF-8";

.amis-scope .lion-table--section {
  padding: 0 0.6rem;
}

.amis-scope .lion-table--section .section-count {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.25rem;
}

.amis-scope .lion-table--section .section-list {
  display: inline-block;
  max-width: calc(100% - 105px);
  overflow: auto hidden;
  white-space: nowrap;
}

.amis-scope .lion-table--section .section-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px !important;
  /* border-radius   : 10px; */
}

.amis-scope .lion-table--section .section-list::-webkit-scrollbar-corner {
  background-color: #f6f6f6;
}

.amis-scope .lion-table--section .section-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .lion-table--section .section-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: transparent;
  border-radius: 2px;
}

.amis-scope .lion-table--section .section-list .section-item {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: 1.125rem;
  display: inline-block;
  font-size: 0.75rem;
  color: #1890ff;
  background: #e4f2ff;
  border: 0.0625rem solid #b1daff;
  border-radius: 2px;
  margin-right: 0.25rem;
  margin-top: 0.25rem;
}

.amis-scope .lion-table--section .section-list .section-item span.section-item--remove {
  cursor: pointer;
  border-right: 0.0625rem solid #b1daff;
  padding: 1px 5px;
}

.amis-scope .lion-table--section .section-list .section-item span.section-item--value {
  padding: 0 0.25rem;
}

.amis-scope .lion-table--section .section-list .section-item :hover {
  background: #cbe6ff;
}

.amis-scope .lion-table--section .section-clear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  color: #1890ff;
  text-decoration: none;
  background: transparent;
  vertical-align: top;
}

.amis-scope .section-item--popover {
  font-size: 12px;
}

.amis-scope .section-item--popover .ant-tooltip-inner {
  padding: 0;
  text-align: center;
  min-height: 20px;
  min-width: 32px;
}

.amis-scope .lion-table-empty {
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40px;
  padding-top: 10px;
  height: unset !important;
  min-height: 40px;
  text-align: center;
  overflow: hidden;
  pointer-events: none;
}

.amis-scope .lion-table-empty .lion-table-empty-body {
  display: block;
  pointer-events: none;
}

.amis-scope .lion-table-empty .lion-table-empty-body .lion-table-empty-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .lion-table-empty .lion-table-empty-body .lion-table-empty-container > div {
  padding: 10px;
  text-align: center;
}

.amis-scope .lion-table-empty .lion-table-empty-body .lion-table-empty-container > div > span {
  color: #a5afb5;
  font-size: 14px;
  top: -10px;
  position: relative;
}

.amis-scope .lion-table-empty .lion-table-empty-body .empty-placeholder {
  color: #888;
  font-size: 13px;
}

.amis-scope .lion-table-cell-btn-hide .ant-popover-content .ant-popover-arrow .ant-popover-arrow-content {
  background-color: #333;
}

.amis-scope .lion-table-cell-btn-hide .ant-popover-content .ant-popover-inner .ant-popover-inner-content .lion-table-cell-btn-hide--text {
  background: #333;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
  border: none;
  color: #fff;
  padding: 8px 10px 10px;
  line-height: 18px;
  font-weight: 400;
  font-size: 12px;
  border-radius: 4px;
  white-space: nowrap;
}

.amis-scope .lion-table-header-toolbar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  min-width: inherit;
}

.amis-scope .lion-table-header-toolbar::after {
  display: none;
}

.amis-scope .lion-table-header-toolbar::before {
  display: none;
}

.amis-scope .lion-table-header-toolbar .lion-nav-operate-group {
  padding: 5px 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.amis-scope .lion-table-header-toolbar .lion-nav-operate-group .blukAction {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  padding: 9px 15px;
  font-size: 12px;
  border-radius: 3px;
  color: #fff;
  background-color: #3582fb;
  border-color: #3582fb;
  margin-right: 5px;
}

.amis-scope .lion-table-header-toolbar .lion-nav-operate-group .blukAction:first-child {
  margin-left: 4px;
}

.amis-scope .lion-table-header-toolbar .lion-nav-operate-group .is-disabled {
  color: #c0c4cc;
  cursor: not-allowed;
  background-image: none;
  background-color: #fff;
  border-color: #ebeef5;
}

.amis-scope .lion-table-header-toolbar .lion-nav-tool-group {
  display: flex;
  align-items: center;
}

.amis-scope .lion-table-header-toolbar .lion-nav-tool-group .toolBar {
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  background: #fff;
  border: 1px solid #dcdfe6;
  border-color: #dcdfe6;
  color: #606266;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: none;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  font-size: 13px;
  border-radius: 4px;
  margin: 10px 0;
  height: 32px;
  padding: 0;
  border-radius: 3px;
}

@charset "UTF-8";

.amis-scope .lion-table-Overall-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.amis-scope .lion-table-Overall-area .lion-table-Content {
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
  position: relative;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-loading {
  position: absolute;
  z-index: 8;
  background-color: rgba(255, 255, 255, 0.9);
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.3s;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-loading .lion-table-loading-wrapper {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container {
  height: 100%;
  background-color: #fff;
  max-height: 100vh;
  overflow: hidden;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination {
  background-color: inherit;
  padding: 6px 16px;
  text-align: right;
  min-width: inherit;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper {
  white-space: nowrap;
  padding: 0px 5px;
  color: #303133;
  font-weight: 700;
  height: 34px;
  position: relative;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-total-text {
  margin-right: 10px;
  font-weight: 400;
  color: #606266;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-total-text {
    height: 1.2rem;
    line-height: 1.2rem;
    margin-top: 10px;
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-total-text {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-prev {
  margin: 0 5px;
  min-width: 30px;
  border-radius: 2px;
  padding: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-prev {
    min-width: 25px;
    height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-prev {
    min-width: 25px;
    height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-prev .ant-pagination-item-link {
  background-color: #f4f4f5;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-item-active {
  background-color: #3582fb;
  color: #fff;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-item-active a {
  color: #fff;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-item {
  margin: 0 3px;
  border-radius: 2px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-item {
    min-width: 25px;
    height: 1.2rem;
    line-height: 1.1rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-item {
    min-width: 25px;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-next {
  margin: 0 3px;
  min-width: 30px;
  border-radius: 2px;
  padding: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-next {
    min-width: 25px;
    height: 1.2rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-next {
    min-width: 25px;
    height: 1.5rem;
    line-height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-next .ant-pagination-item-link {
  background-color: #f4f4f5;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer {
  display: inline-block;
  font-size: 14px;
  margin: 0 3px;
  min-width: 35.5px;
  height: 28px;
  line-height: 28px;
  vertical-align: top;
  box-sizing: border-box;
  margin: 0 10px 0 0;
  font-weight: 400;
  color: #606266;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer {
    height: 1.2rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector {
  height: 28px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector {
    height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector {
    height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-search {
  line-height: 25px;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-item {
  line-height: 25px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-item,
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-item {
    line-height: 1.2rem;
  }

  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector input.ant-select-selection-search-input {
    height: 1.2rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-item,
  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector .ant-select-selection-item {
    line-height: 1.5rem;
  }

  .amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-size-changer .ant-select-selector input.ant-select-selection-search-input {
    height: 1.5rem;
    line-height: 1.5rem;
  }
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 8px;
  font-weight: 400;
  color: #606266;
  height: 28px;
  line-height: 28px;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-quick-jumper input {
  height: 28px;
  padding: 0 3px;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-pagination-options-quick-jumper input:focus {
  border-color: #3582fb;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-talbe-container-pagination .lion-talbe-container-pagination-wrapper .ant-pagination-options .ant-select-item-option-content {
  text-align: center;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper {
  border-top: 1px solid #f0f0f0;
  border-right: 0;
  border-bottom: 0;
  font-size: 14px;
  position: relative;
  min-width: 700px;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-header {
  border-right: 1px solid #f0f0f0;
  overflow: hidden;
  overflow-y: scroll;
  min-width: inherit;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-header::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 7px !important;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-header::-webkit-scrollbar-corner {
  background-color: #f6f6f6;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-header::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-header::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  background: transparent;
  border-radius: 2px;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body {
  min-width: inherit;
  overflow: auto scroll;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 7px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 7px !important;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body::-webkit-scrollbar-corner {
  background-color: #f6f6f6;
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f6f6f6;
  border-radius: 2px;
}

.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body {
  height: calc(100% - 46px) !important;
}

.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper {
  height: 100% !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body {
    height: calc(100% - 25px) !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-body-wrapper .lion-table-body {
    height: calc(100% - 30px) !important;
  }
}

.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left,
.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right {
  height: calc(100% - 46px) !important;
}

.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
.amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
.amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
  height: calc(100% - 47px) !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
    height: calc(100% - 32px) !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
  .amis-scope .cxd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body,
  .amis-scope .antd-Modal-body .lion-table-Overall-area .lion-table-Content .lion-table-container .lion-table-container-body .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
    height: calc(100% - 37px) !important;
  }
}

@charset "UTF-8";

.amis-scope .lion-table-common-tbody {
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  border: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .lion-cell--fix--left {
  position: sticky;
  left: 0;
  z-index: 2;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .lion-cell--fix--right {
  position: sticky;
  right: 0;
  z-index: 2;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .lion-cell--fix--right .lion-cell--fix--right--cell {
  display: inline-block;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .fix-left-shadow {
  box-shadow: 4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .fix-right-shadow {
  box-shadow: -4px 3px 4px 0 rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr .checkbox {
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr th.thead-th--column {
  white-space: pre-line;
  word-break: break-all;
  padding-left: 5px;
  padding-right: 5px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr th.fix--hidden {
  visibility: hidden;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr td.fix--hidden {
  visibility: hidden;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr .lion-table-cell-btn .ant-popover-inner-content {
  display: flex;
  flex-direction: column;
  border-radius: 4px;
  padding: 6px 8px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr .lion-table-cell-btn .ant-popover-inner-content > button :hover {
  background: #ebf3ff !important;
  color: #5b9bfc !important;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide {
  font-size: 12px;
  background-color: #eef1f6;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide {
  padding: 3px 0 !important;
  background-color: #eef1f6;
  text-align: left;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
  border-bottom: 1px solid #e5e8f1;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide {
    padding: 0 !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide {
    padding: 0 !important;
  }
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell {
  line-height: 16px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container {
  text-align: center;
  padding: 4px 0px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--operation {
  vertical-align: unset;
  font-size: 12px;
  color: #3582fb;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--action {
  background: none;
  border: none;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .td--column--hide--cell .td--column--hide--cell--container .hide--cell--action:hover {
  background: none;
  border: none;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide:last-child {
  border-right: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide .tbody-td--column--cell {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  word-break: break-all;
  padding-left: 10px;
  padding-right: 10px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.lion-tr--column--hide td.tbody-td--column--hide span:hover {
  color: #5d9bfc !important;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody .tbody-tr--column--gray {
  background-color: #f6f6f6 !important;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tr--hover {
  background-color: #f5f7fa !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common {
    height: 30px !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common {
    height: 35px !important;
  }
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--checkbox {
  text-align: center !important;
  width: 50px;
  line-height: 1;
  left: 0;
  background-color: #f6f6f6;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--mainarea {
  height: 50px;
  line-height: 1;
  background-color: inherit;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--mainarea {
    height: 30px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--surface--mainarea {
    height: 35px;
  }
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column {
  font-size: 13px;
  box-sizing: border-box;
  color: #333;
  padding: 3px 0 !important;
  text-align: left;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  background-image: linear-gradient(#e8eaec, #e8eaec);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: 100% 100%;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column:last-child {
  border-right: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--surface--hide {
  display: inline-block;
  overflow: hidden;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 12px;
  height: 100%;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--cell {
  box-sizing: border-box;
  display: block;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  word-break: break-all;
  padding-left: 5px;
  padding-right: 5px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--cell .subordinate--item {
  width: 20px;
  display: inline-block;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .tbody-td--column--cell .tbody-td--column--cell--container .tbody-td--column--cell--item {
  display: flex;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .cell-action {
  margin-right: 5px;
  border-color: transparent;
  color: #3582fb;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  padding: 9px 15px;
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column .cell-action-btn {
  margin-right: 5px;
  border-color: transparent;
  color: #3582fb;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  padding: 0px;
  padding-left: 0;
  padding-right: 0;
  height: 20px;
  line-height: 1.5;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--hide--checkbox {
  left: 0;
  text-align: center;
  width: 50px;
  background: #eef1f6;
  height: 45px;
  padding: 0px !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--hide--checkbox {
    height: 30px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--column--hide--checkbox {
    height: 35px;
  }
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common .tbody-td--cell--container {
  font-size: 12px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common .tbody-td--cell--container .lion-td--cell--container--label {
  color: #999;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation {
  background-color: inherit;
  line-height: 1;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list .antd-Button {
  margin-right: 5px;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common td.tbody-td--opreation .tbody-td--opreation--list .lion-cell-btn--ellipsis {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  height: auto;
  letter-spacing: 2px;
  font-weight: 800;
  transform: rotate(90deg);
  color: #1890ff;
  border: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common:last-child td.tbody-td--cell--container--label {
  border-bottom: 0;
}

.amis-scope .lion-table-common-tbody tbody.lion-table-body-tbody tr.tbody-tr--column--common .checkbox {
  text-align: center !important;
}

@charset "UTF-8";

.amis-scope .lion-table-container-fixed-wrapper .lion-talbe--fix--right--shadow {
  box-shadow: -4px 0 6px -2px rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-container-fixed-wrapper .lion-talbe--fix--left--shadow {
  box-shadow: 4px 0 6px -2px rgba(0, 0, 0, 0.12);
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left {
  width: 50px;
  background: #fff;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
  overflow: hidden;
  transition: box-shadow 0.3s;
  border-top: 1px solid #f0f0f0;
  /* box-shadow: 4px 0 6px -2px rgb(0 0 0 / 12%); */
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-header {
  border-right: 1px solid #f0f0f0;
  overflow: hidden;
  min-width: inherit;
  position: absolute;
  border-radius: 4px 0 0 0;
  background-color: #f8f8f9;
  top: 0px;
  left: 0px;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body {
  min-width: inherit;
  overflow: hidden;
  top: 40px;
  left: 0px;
  position: absolute;
  border-radius: 4px 0 0 0;
  background-color: #fff;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body {
    top: 25px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body {
    top: 30px;
  }
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px !important;
  /* border-radius   : 10px; */
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body ::-webkit-scrollbar-corner {
  background-color: #f6f6f6;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 0px;
  background-color: #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .lion-table-container-fixed-body ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f6f6f6;
  border-radius: 0px;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--left .fix--hidden {
  visibility: hidden;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right {
  width: 200px;
  background: #fff;
  /* box-shadow: -4px 0 6px -2px rgb(0 0 0 / 12%); */
  right: 5px;
  position: absolute;
  top: 0px;
  z-index: 5;
  overflow: hidden;
  transition: box-shadow 0.3s;
  border-top: 1px solid #f0f0f0;
  /* border-left:1px solid #f0f0f0; */
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-header {
  min-width: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0px;
  right: 0px;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
  min-width: inherit;
  overflow: hidden;
  right: 0px;
  top: 40px;
  position: absolute;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
    top: 25px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body {
    top: 30px;
  }
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 0px !important;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 0px !important;
  /* border-radius   : 10px; */
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body ::-webkit-scrollbar-corner {
  background-color: #f6f6f6;
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body ::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  background-color: #cdcdcd;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
}

.amis-scope .lion-table-container-fixed-wrapper .lion-table-container-fixed-wrapper--right .lion-table-container-fixed-body ::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #f6f6f6;
  border-radius: 2px;
}

/*!
 * 
 * antd v4.20.2
 * 
 * Copyright 2015-present, Alipay, Inc.
 * All rights reserved.
 *       
 */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope [class^=ant-]::-ms-clear,
.amis-scope [class*= ant-]::-ms-clear,
.amis-scope [class^=ant-] input::-ms-clear,
.amis-scope [class*= ant-] input::-ms-clear,
.amis-scope [class^=ant-] input::-ms-reveal,
.amis-scope [class*= ant-] input::-ms-reveal {
  display: none;
}

/* stylelint-disable property-no-vendor-prefix, at-rule-no-vendor-prefix */

.amis-scope,
.amis-scope {
  width: 100%;
  height: 100%;
}

.amis-scope input::-ms-clear,
.amis-scope input::-ms-reveal {
  display: none;
}

.amis-scope *,
.amis-scope *::before,
.amis-scope *::after {
  box-sizing: border-box;
}

.amis-scope {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

.amis-scope {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-variant: tabular-nums;
  line-height: 1.5715;
  background-color: #fff;
  font-feature-settings: 'tnum';
}

.amis-scope [tabindex='-1']:focus {
  outline: none !important;
}

.amis-scope hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}

.amis-scope p {
  margin-top: 0;
  margin-bottom: 1em;
}

.amis-scope abbr[title],
.amis-scope abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

.amis-scope address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}

.amis-scope input[type='text'],
.amis-scope input[type='password'],
.amis-scope input[type='number'],
.amis-scope textarea {
  -webkit-appearance: none;
}

.amis-scope ol,
.amis-scope ul,
.amis-scope dl {
  margin-top: 0;
  margin-bottom: 1em;
}

.amis-scope ol ol,
.amis-scope ul ul,
.amis-scope ol ul,
.amis-scope ul ol {
  margin-bottom: 0;
}

.amis-scope dt {
  font-weight: 500;
}

.amis-scope dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}

.amis-scope blockquote {
  margin: 0 0 1em;
}

.amis-scope dfn {
  font-style: italic;
}

.amis-scope b,
.amis-scope strong {
  font-weight: bolder;
}

.amis-scope small {
  font-size: 80%;
}

.amis-scope sub,
.amis-scope sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

.amis-scope sub {
  bottom: -0.25em;
}

.amis-scope sup {
  top: -0.5em;
}

.amis-scope a {
  color: #1890ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}

.amis-scope a:hover {
  color: #40a9ff;
}

.amis-scope a:active {
  color: #096dd9;
}

.amis-scope a:active,
.amis-scope a:hover {
  text-decoration: none;
  outline: 0;
}

.amis-scope a:focus {
  text-decoration: none;
  outline: 0;
}

.amis-scope a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope pre,
.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}

.amis-scope pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}

.amis-scope figure {
  margin: 0 0 1em;
}

.amis-scope img {
  vertical-align: middle;
  border-style: none;
}

.amis-scope a,
.amis-scope area,
.amis-scope button,
.amis-scope [role='button'],
.amis-scope input:not([type='range']),
.amis-scope label,
.amis-scope select,
.amis-scope summary,
.amis-scope textarea {
  touch-action: manipulation;
}

.amis-scope table {
  border-collapse: collapse;
}

.amis-scope caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}

.amis-scope input,
.amis-scope button,
.amis-scope select,
.amis-scope optgroup,
.amis-scope textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.amis-scope button,
.amis-scope input {
  overflow: visible;
}

.amis-scope button,
.amis-scope select {
  text-transform: none;
}

.amis-scope button,
.amis-scope [type="button"],
.amis-scope [type="reset"],
.amis-scope [type="submit"] {
  -webkit-appearance: button;
}

.amis-scope button::-moz-focus-inner,
.amis-scope [type='button']::-moz-focus-inner,
.amis-scope [type='reset']::-moz-focus-inner,
.amis-scope [type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.amis-scope input[type='radio'],
.amis-scope input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}

.amis-scope input[type='date'],
.amis-scope input[type='time'],
.amis-scope input[type='datetime-local'],
.amis-scope input[type='month'] {
  -webkit-appearance: listbox;
}

.amis-scope textarea {
  overflow: auto;
  resize: vertical;
}

.amis-scope fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.amis-scope legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}

.amis-scope progress {
  vertical-align: baseline;
}

.amis-scope [type='number']::-webkit-inner-spin-button,
.amis-scope [type='number']::-webkit-outer-spin-button {
  height: auto;
}

.amis-scope [type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

.amis-scope [type='search']::-webkit-search-cancel-button,
.amis-scope [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

.amis-scope output {
  display: inline-block;
}

.amis-scope summary {
  display: list-item;
}

.amis-scope template {
  display: none;
}

.amis-scope [hidden] {
  display: none !important;
}

.amis-scope mark {
  padding: 0.2em;
  background-color: #feffe6;
}

::-moz-selection {
  color: #fff;
  background: #1890ff;
}

::selection {
  color: #fff;
  background: #1890ff;
}

.amis-scope .clearfix::before {
  display: table;
  content: '';
}

.amis-scope .clearfix::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope .anticon > * {
  line-height: 1;
}

.amis-scope .anticon svg {
  display: inline-block;
}

.amis-scope .anticon::before {
  display: none;
}

.amis-scope .anticon .anticon-icon {
  display: block;
}

.amis-scope .anticon > .anticon {
  line-height: 0;
  vertical-align: 0;
}

.amis-scope .anticon[tabindex] {
  cursor: pointer;
}

.amis-scope .anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.amis-scope .anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.amis-scope .ant-fade-enter,
.amis-scope .ant-fade-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-fade-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-fade-enter.ant-fade-enter-active,
.amis-scope .ant-fade-appear.ant-fade-appear-active {
  -webkit-animation-name: antFadeIn;
  animation-name: antFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-fade-leave.ant-fade-leave-active {
  -webkit-animation-name: antFadeOut;
  animation-name: antFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-fade-enter,
.amis-scope .ant-fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.amis-scope .ant-fade-leave {
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes antFadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.amis-scope .ant-move-up-enter,
.amis-scope .ant-move-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-up-enter.ant-move-up-enter-active,
.amis-scope .ant-move-up-appear.ant-move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
  animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
  animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-move-up-enter,
.amis-scope .ant-move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.amis-scope .ant-move-down-enter,
.amis-scope .ant-move-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-down-enter.ant-move-down-enter-active,
.amis-scope .ant-move-down-appear.ant-move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
  animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-move-down-leave.ant-move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
  animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-move-down-enter,
.amis-scope .ant-move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.amis-scope .ant-move-left-enter,
.amis-scope .ant-move-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-left-enter.ant-move-left-enter-active,
.amis-scope .ant-move-left-appear.ant-move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
  animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-move-left-leave.ant-move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
  animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-move-left-enter,
.amis-scope .ant-move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

.amis-scope .ant-move-right-enter,
.amis-scope .ant-move-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-move-right-enter.ant-move-right-enter-active,
.amis-scope .ant-move-right-appear.ant-move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
  animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-move-right-leave.ant-move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
  animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-move-right-enter,
.amis-scope .ant-move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}

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

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

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

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

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

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

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

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

@-webkit-keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

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

@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }

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

@-webkit-keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@-webkit-keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

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

@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }

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

@-webkit-keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }

  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

@-webkit-keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}

.amis-scope [ant-click-animating='true'],
.amis-scope [ant-click-animating-without-extra-node='true'] {
  position: relative;
}

.amis-scope {
  --antd-wave-shadow-color: #1890ff;
  --scroll-bar: 0;
}

.amis-scope [ant-click-animating-without-extra-node='true']::after,
.amis-scope .ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  box-shadow: 0 0 0 0 #1890ff;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

@-webkit-keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #1890ff;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}

@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}

.amis-scope .ant-slide-up-enter,
.amis-scope .ant-slide-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-up-enter.ant-slide-up-enter-active,
.amis-scope .ant-slide-up-appear.ant-slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-slide-up-leave.ant-slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-slide-up-enter,
.amis-scope .ant-slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.amis-scope .ant-slide-down-enter,
.amis-scope .ant-slide-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-down-enter.ant-slide-down-enter-active,
.amis-scope .ant-slide-down-appear.ant-slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-slide-down-leave.ant-slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-slide-down-enter,
.amis-scope .ant-slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.amis-scope .ant-slide-left-enter,
.amis-scope .ant-slide-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-left-enter.ant-slide-left-enter-active,
.amis-scope .ant-slide-left-appear.ant-slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
  animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-slide-left-leave.ant-slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
  animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-slide-left-enter,
.amis-scope .ant-slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

.amis-scope .ant-slide-right-enter,
.amis-scope .ant-slide-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-slide-right-enter.ant-slide-right-enter-active,
.amis-scope .ant-slide-right-appear.ant-slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
  animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-slide-right-leave.ant-slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
  animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-slide-right-enter,
.amis-scope .ant-slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@-webkit-keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

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

@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

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

@-webkit-keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

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

  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}

@-webkit-keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

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

@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }

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

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

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

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

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

@-webkit-keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }

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

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

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

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

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

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

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

.amis-scope .ant-zoom-enter,
.amis-scope .ant-zoom-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-enter.ant-zoom-enter-active,
.amis-scope .ant-zoom-appear.ant-zoom-appear-active {
  -webkit-animation-name: antZoomIn;
  animation-name: antZoomIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-leave.ant-zoom-leave-active {
  -webkit-animation-name: antZoomOut;
  animation-name: antZoomOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-enter,
.amis-scope .ant-zoom-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-enter-prepare,
.amis-scope .ant-zoom-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-big-enter,
.amis-scope .ant-zoom-big-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-big-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-big-enter.ant-zoom-big-enter-active,
.amis-scope .ant-zoom-big-appear.ant-zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-big-leave.ant-zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-big-enter,
.amis-scope .ant-zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-big-enter-prepare,
.amis-scope .ant-zoom-big-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-big-fast-enter,
.amis-scope .ant-zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-big-fast-enter.ant-zoom-big-fast-enter-active,
.amis-scope .ant-zoom-big-fast-appear.ant-zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
  animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-big-fast-leave.ant-zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
  animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-big-fast-enter,
.amis-scope .ant-zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-big-fast-enter-prepare,
.amis-scope .ant-zoom-big-fast-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-up-enter,
.amis-scope .ant-zoom-up-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-up-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-up-enter.ant-zoom-up-enter-active,
.amis-scope .ant-zoom-up-appear.ant-zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
  animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-up-leave.ant-zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
  animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-up-enter,
.amis-scope .ant-zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-up-enter-prepare,
.amis-scope .ant-zoom-up-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-down-enter,
.amis-scope .ant-zoom-down-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-down-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-down-enter.ant-zoom-down-enter-active,
.amis-scope .ant-zoom-down-appear.ant-zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
  animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-down-leave.ant-zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
  animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-down-enter,
.amis-scope .ant-zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-down-enter-prepare,
.amis-scope .ant-zoom-down-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-left-enter,
.amis-scope .ant-zoom-left-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-left-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-left-enter.ant-zoom-left-enter-active,
.amis-scope .ant-zoom-left-appear.ant-zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
  animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-left-leave.ant-zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
  animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-left-enter,
.amis-scope .ant-zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-left-enter-prepare,
.amis-scope .ant-zoom-left-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-zoom-right-enter,
.amis-scope .ant-zoom-right-appear {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-right-leave {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-zoom-right-enter.ant-zoom-right-enter-active,
.amis-scope .ant-zoom-right-appear.ant-zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
  animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-zoom-right-leave.ant-zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
  animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  pointer-events: none;
}

.amis-scope .ant-zoom-right-enter,
.amis-scope .ant-zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}

.amis-scope .ant-zoom-right-enter-prepare,
.amis-scope .ant-zoom-right-appear-prepare {
  transform: none;
}

.amis-scope .ant-zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

@-webkit-keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}

@-webkit-keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

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

@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }

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

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

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

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

@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }

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

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

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

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

@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }

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

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

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}

@-webkit-keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

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

@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }

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

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

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}

.amis-scope .ant-motion-collapse-legacy {
  overflow: hidden;
}

.amis-scope .ant-motion-collapse-legacy-active {
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.amis-scope .ant-motion-collapse {
  overflow: hidden;
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-affix {
  position: fixed;
  z-index: 10;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-alert {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  word-wrap: break-word;
  border-radius: 2px;
}

.amis-scope .ant-alert-content {
  flex: 1;
  min-width: 0;
}

.amis-scope .ant-alert-icon {
  margin-right: 8px;
}

.amis-scope .ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}

.amis-scope .ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}

.amis-scope .ant-alert-success .ant-alert-icon {
  color: #52c41a;
}

.amis-scope .ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}

.amis-scope .ant-alert-info .ant-alert-icon {
  color: #1890ff;
}

.amis-scope .ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}

.amis-scope .ant-alert-warning .ant-alert-icon {
  color: #faad14;
}

.amis-scope .ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}

.amis-scope .ant-alert-error .ant-alert-icon {
  color: #ff4d4f;
}

.amis-scope .ant-alert-error .ant-alert-description > pre {
  margin: 0;
  padding: 0;
}

.amis-scope .ant-alert-action {
  margin-left: 8px;
}

.amis-scope .ant-alert-close-icon {
  margin-left: 8px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 12px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.amis-scope .ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}

.amis-scope .ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.amis-scope .ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}

.amis-scope .ant-alert-with-description {
  align-items: flex-start;
  padding: 15px 15px 15px 24px;
}

.amis-scope .ant-alert-with-description.ant-alert-no-icon {
  padding: 15px 15px;
}

.amis-scope .ant-alert-with-description .ant-alert-icon {
  margin-right: 15px;
  font-size: 24px;
}

.amis-scope .ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.amis-scope .ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-alert-with-description .ant-alert-description {
  display: block;
}

.amis-scope .ant-alert.ant-alert-motion-leave {
  overflow: hidden;
  opacity: 1;
  transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-alert.ant-alert-motion-leave-active {
  max-height: 0;
  margin-bottom: 0 !important;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}

.amis-scope .ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.amis-scope .ant-alert.ant-alert-rtl {
  direction: rtl;
}

.amis-scope .ant-alert-rtl .ant-alert-icon {
  margin-right: auto;
  margin-left: 8px;
}

.amis-scope .ant-alert-rtl .ant-alert-action {
  margin-right: 8px;
  margin-left: auto;
}

.amis-scope .ant-alert-rtl .ant-alert-close-icon {
  margin-right: 8px;
  margin-left: auto;
}

.amis-scope .ant-alert-rtl.ant-alert-with-description {
  padding-right: 24px;
  padding-left: 15px;
}

.amis-scope .ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
  margin-right: auto;
  margin-left: 15px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}

.amis-scope .ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: transparent;
}

.amis-scope .ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

.amis-scope .ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #f0f0f0;
  content: ' ';
}

.amis-scope .ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  transform: translateX(-50%);
  transition: top 0.3s ease-in-out;
}

.amis-scope .ant-anchor-ink-ball.visible {
  display: inline-block;
}

.amis-scope .ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}

.amis-scope .ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}

.amis-scope .ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.amis-scope .ant-anchor-link-title:only-child {
  margin-bottom: 0;
}

.amis-scope .ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}

.amis-scope .ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.amis-scope .ant-anchor-rtl {
  direction: rtl;
}

.amis-scope .ant-anchor-rtl.ant-anchor-wrapper {
  margin-right: -4px;
  margin-left: 0;
  padding-right: 4px;
  padding-left: 0;
}

.amis-scope .ant-anchor-rtl .ant-anchor-ink {
  right: 0;
  left: auto;
}

.amis-scope .ant-anchor-rtl .ant-anchor-ink-ball {
  right: 50%;
  left: 0;
  transform: translateX(50%);
}

.amis-scope .ant-anchor-rtl .ant-anchor-link {
  padding: 7px 16px 7px 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}

.amis-scope .ant-select-auto-complete .ant-select-clear {
  right: 13px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-select-single .ant-select-selector {
  display: flex;
}

.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-search {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  left: 11px;
}

.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-search-input {
  width: 100%;
}

.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-item,
.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  padding: 0;
  line-height: 30px;
  transition: all 0.3s;
}

@supports (-moz-appearance: meterbar) {
  .amis-scope .ant-select-single .ant-select-selector .ant-select-selection-item,
  .amis-scope .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
    line-height: 30px;
  }
}

.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-item {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  transition: none;
  pointer-events: none;
}

.amis-scope .ant-select-single .ant-select-selector::after,
.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-item::after,
.amis-scope .ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.amis-scope .ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 25px;
}

.amis-scope .ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.amis-scope .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 18px;
}

.amis-scope .ant-select-single.ant-select-open .ant-select-selection-item {
  color: #bfbfbf;
}

.amis-scope .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  width: 100%;
  height: 32px;
  padding: 0 11px;
}

.amis-scope .ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  height: 30px;
}

.amis-scope .ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
  line-height: 30px;
}

.amis-scope .ant-select-single.ant-select-customize-input .ant-select-selector::after {
  display: none;
}

.amis-scope .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
  position: static;
  width: 100%;
}

.amis-scope .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
  position: absolute;
  right: 0;
  left: 0;
  padding: 0 11px;
}

.amis-scope .ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
  display: none;
}

.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  height: 40px;
}

.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 38px;
}

.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 38px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  height: 24px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
  line-height: 22px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
  height: 22px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
  right: 7px;
  left: 7px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 7px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 28px;
}

.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.amis-scope .ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 21px;
}

.amis-scope .ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
  padding: 0 11px;
}

/**
 * Do not merge `height` & `line-height` under style with `selection` & `search`,
 * since chrome may update to redesign with its align logic.
 */

.amis-scope .ant-select-selection-overflow {
  position: relative;
  display: flex;
  flex: auto;
  flex-wrap: wrap;
  max-width: 100%;
}

.amis-scope .ant-select-selection-overflow-item {
  flex: none;
  align-self: center;
  max-width: 100%;
}

.amis-scope .ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1px 4px;
}

.amis-scope .ant-select-show-search.ant-select-multiple .ant-select-selector {
  cursor: text;
}

.amis-scope .ant-select-disabled.ant-select-multiple .ant-select-selector {
  background: #f5f5f5;
  cursor: not-allowed;
}

.amis-scope .ant-select-multiple .ant-select-selector::after {
  display: inline-block;
  width: 0;
  margin: 2px 0;
  line-height: 24px;
  content: '\a0';
}

.amis-scope .ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.amis-scope .ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 24px;
}

.amis-scope .ant-select-multiple .ant-select-selection-item {
  position: relative;
  display: flex;
  flex: none;
  box-sizing: border-box;
  max-width: 100%;
  height: 24px;
  margin-top: 2px;
  margin-bottom: 2px;
  line-height: 22px;
  background: #f5f5f5;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  cursor: default;
  transition: font-size 0.3s, line-height 0.3s, height 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
  -webkit-padding-start: 8px;
  padding-inline-start: 8px;
  -webkit-padding-end: 4px;
  padding-inline-end: 4px;
}

.amis-scope .ant-select-disabled.ant-select-multiple .ant-select-selection-item {
  color: #bfbfbf;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-content {
  display: inline-block;
  margin-right: 4px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  font-size: 10px;
  line-height: inherit;
  cursor: pointer;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove > * {
  line-height: 1;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove svg {
  display: inline-block;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove::before {
  display: none;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
  display: block;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove > .anticon {
  vertical-align: middle;
}

.amis-scope .ant-select-multiple .ant-select-selection-item-remove:hover {
  color: rgba(0, 0, 0, 0.75);
}

.amis-scope .ant-select-multiple .ant-select-selection-overflow-item + .ant-select-selection-overflow-item .ant-select-selection-search {
  -webkit-margin-start: 0;
  margin-inline-start: 0;
}

.amis-scope .ant-select-multiple .ant-select-selection-search {
  position: relative;
  max-width: 100%;
  -webkit-margin-start: 7px;
  margin-inline-start: 7px;
}

.amis-scope .ant-select-multiple .ant-select-selection-search-input,
.amis-scope .ant-select-multiple .ant-select-selection-search-mirror {
  height: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 24px;
  transition: all 0.3s;
}

.amis-scope .ant-select-multiple .ant-select-selection-search-input {
  width: 100%;
  min-width: 4.1px;
}

.amis-scope .ant-select-multiple .ant-select-selection-search-mirror {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  white-space: pre;
  visibility: hidden;
}

.amis-scope .ant-select-multiple .ant-select-selection-placeholder {
  position: absolute;
  top: 50%;
  right: 11px;
  left: 11px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selector::after {
  line-height: 32px;
}

.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 30px;
}

.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selection-search {
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
  height: 32px;
  line-height: 30px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selector::after {
  line-height: 16px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: 16px;
  line-height: 14px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  height: 16px;
  line-height: 16px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
  height: 16px;
  line-height: 14px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  left: 7px;
}

.amis-scope .ant-select-multiple.ant-select-sm .ant-select-selection-search {
  -webkit-margin-start: 3px;
  margin-inline-start: 3px;
}

.amis-scope .ant-select-multiple.ant-select-lg .ant-select-selection-item {
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-select-disabled .ant-select-selection-item-remove {
  display: none;
}

.amis-scope .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #ff4d4f !important;
}

.amis-scope .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.amis-scope .ant-select-status-error.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input) .ant-select-selector {
  background-color: #fff;
  border-color: #faad14 !important;
}

.amis-scope .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-open .ant-select-selector,
.amis-scope .ant-select-status-warning.ant-select:not(.ant-select-disabled):not(.ant-select-customize-input).ant-select-focused .ant-select-selector {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-select-status-error.ant-select-has-feedback .ant-select-clear,
.amis-scope .ant-select-status-warning.ant-select-has-feedback .ant-select-clear,
.amis-scope .ant-select-status-success.ant-select-has-feedback .ant-select-clear,
.amis-scope .ant-select-status-validating.ant-select-has-feedback .ant-select-clear {
  right: 32px;
}

.amis-scope .ant-select-status-error.ant-select-has-feedback .ant-select-selection-selected-value,
.amis-scope .ant-select-status-warning.ant-select-has-feedback .ant-select-selection-selected-value,
.amis-scope .ant-select-status-success.ant-select-has-feedback .ant-select-selection-selected-value,
.amis-scope .ant-select-status-validating.ant-select-has-feedback .ant-select-selection-selected-value {
  padding-right: 42px;
}

/* Reset search input style */

.amis-scope .ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.amis-scope .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: pointer;
}

.amis-scope .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  cursor: text;
}

.amis-scope .ant-select-show-search.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: auto;
}

.amis-scope .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}

.amis-scope .ant-select-multiple.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  background: #f5f5f5;
}

.amis-scope .ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector input {
  cursor: not-allowed;
}

.amis-scope .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.amis-scope .ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input::-webkit-search-cancel-button {
  display: none;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
}

.amis-scope .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-select-selection-item {
  flex: 1;
  overflow: hidden;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media all and (-ms-high-contrast: none) {
  .amis-scope .ant-select-selection-item *::-ms-backdrop,
  .amis-scope .ant-select-selection-item {
    flex: auto;
  }
}

.amis-scope .ant-select-selection-placeholder {
  flex: 1;
  overflow: hidden;
  color: #bfbfbf;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  .amis-scope .ant-select-selection-placeholder *::-ms-backdrop,
  .amis-scope .ant-select-selection-placeholder {
    flex: auto;
  }
}

.amis-scope .ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  display: flex;
  align-items: center;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}

.amis-scope .ant-select-arrow > * {
  line-height: 1;
}

.amis-scope .ant-select-arrow svg {
  display: inline-block;
}

.amis-scope .ant-select-arrow::before {
  display: none;
}

.amis-scope .ant-select-arrow .ant-select-arrow-icon {
  display: block;
}

.amis-scope .ant-select-arrow .anticon {
  vertical-align: top;
  transition: transform 0.3s;
}

.amis-scope .ant-select-arrow .anticon > svg {
  vertical-align: top;
}

.amis-scope .ant-select-arrow .anticon:not(.ant-select-suffix) {
  pointer-events: auto;
}

.amis-scope .ant-select-disabled .ant-select-arrow {
  cursor: not-allowed;
}

.amis-scope .ant-select-arrow > *:not(:last-child) {
  -webkit-margin-end: 8px;
  margin-inline-end: 8px;
}

.amis-scope .ant-select-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}

.amis-scope .ant-select-clear::before {
  display: block;
}

.amis-scope .ant-select-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-select:hover .ant-select-clear {
  opacity: 1;
}

.amis-scope .ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  padding: 4px 0;
  overflow: hidden;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.amis-scope .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.amis-scope .ant-select-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.amis-scope .ant-select-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.amis-scope .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.amis-scope .ant-select-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.amis-scope .ant-select-dropdown-hidden {
  display: none;
}

.amis-scope .ant-select-dropdown-empty {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-select-item-empty {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-select-item {
  position: relative;
  display: block;
  min-height: 32px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.amis-scope .ant-select-item-group {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: default;
}

.amis-scope .ant-select-item-option {
  display: flex;
}

.amis-scope .ant-select-item-option-content {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-select-item-option-state {
  flex: none;
}

.amis-scope .ant-select-item-option-active:not(.ant-select-item-option-disabled) {
  background-color: #f5f5f5;
}

.amis-scope .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #e6f7ff;
}

.amis-scope .ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
  color: #1890ff;
}

.amis-scope .ant-select-item-option-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-select-item-option-disabled.ant-select-item-option-selected {
  background-color: #f5f5f5;
}

.amis-scope .ant-select-item-option-grouped {
  padding-left: 24px;
}

.amis-scope .ant-select-lg {
  font-size: 16px;
}

.amis-scope .ant-select-borderless .ant-select-selector {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.amis-scope .ant-select.ant-select-in-form-item {
  width: 100%;
}

.amis-scope .ant-select-rtl {
  direction: rtl;
}

.amis-scope .ant-select-rtl .ant-select-arrow {
  right: initial;
  left: 11px;
}

.amis-scope .ant-select-rtl .ant-select-clear {
  right: initial;
  left: 11px;
}

.amis-scope .ant-select-dropdown-rtl {
  direction: rtl;
}

.amis-scope .ant-select-dropdown-rtl .ant-select-item-option-grouped {
  padding-right: 24px;
  padding-left: 12px;
}

.amis-scope .ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
.amis-scope .ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
  padding-right: 4px;
  padding-left: 24px;
}

.amis-scope .ant-select-rtl.ant-select-multiple .ant-select-selection-item {
  text-align: right;
}

.amis-scope .ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
  margin-right: 0;
  margin-left: 4px;
  text-align: right;
}

.amis-scope .ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
  right: 0;
  left: auto;
}

.amis-scope .ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
  right: 11px;
  left: auto;
}

.amis-scope .ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
  right: 7px;
}

.amis-scope .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
.amis-scope .ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
  right: 0;
  left: 9px;
  text-align: right;
}

.amis-scope .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
  right: 11px;
  left: 25px;
}

.amis-scope .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
.amis-scope .ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 18px;
}

.amis-scope .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
  right: 6px;
}

.amis-scope .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
.amis-scope .ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
  padding-right: 0;
  padding-left: 21px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}

.amis-scope .ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}

.amis-scope .ant-empty-image img {
  height: 100%;
}

.amis-scope .ant-empty-image svg {
  height: 100%;
  margin: auto;
}

.amis-scope .ant-empty-footer {
  margin-top: 16px;
}

.amis-scope .ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-empty-normal .ant-empty-image {
  height: 40px;
}

.amis-scope .ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-empty-small .ant-empty-image {
  height: 35px;
}

.amis-scope .ant-empty-img-default-ellipse {
  fill: #f5f5f5;
  fill-opacity: 0.8;
}

.amis-scope .ant-empty-img-default-path-1 {
  fill: #aeb8c2;
}

.amis-scope .ant-empty-img-default-path-2 {
  fill: url('#linearGradient-1');
}

.amis-scope .ant-empty-img-default-path-3 {
  fill: #f5f5f7;
}

.amis-scope .ant-empty-img-default-path-4 {
  fill: #dce0e6;
}

.amis-scope .ant-empty-img-default-path-5 {
  fill: #dce0e6;
}

.amis-scope .ant-empty-img-default-g {
  fill: #fff;
}

.amis-scope .ant-empty-img-simple-ellipse {
  fill: #f5f5f5;
}

.amis-scope .ant-empty-img-simple-g {
  stroke: #d9d9d9;
}

.amis-scope .ant-empty-img-simple-path {
  fill: #fafafa;
}

.amis-scope .ant-empty-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}

.amis-scope .ant-avatar-image {
  background: transparent;
}

.amis-scope .ant-avatar .ant-image-img {
  display: block;
}

.amis-scope .ant-avatar-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.amis-scope .ant-avatar.ant-avatar-icon {
  font-size: 18px;
}

.amis-scope .ant-avatar.ant-avatar-icon > .anticon {
  margin: 0;
}

.amis-scope .ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}

.amis-scope .ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.amis-scope .ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}

.amis-scope .ant-avatar-lg.ant-avatar-icon > .anticon {
  margin: 0;
}

.amis-scope .ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}

.amis-scope .ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.amis-scope .ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}

.amis-scope .ant-avatar-sm.ant-avatar-icon > .anticon {
  margin: 0;
}

.amis-scope .ant-avatar-square {
  border-radius: 2px;
}

.amis-scope .ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.amis-scope .ant-avatar-group {
  display: inline-flex;
}

.amis-scope .ant-avatar-group .ant-avatar {
  border: 1px solid #fff;
}

.amis-scope .ant-avatar-group .ant-avatar:not(:first-child) {
  margin-left: -8px;
}

.amis-scope .ant-avatar-group-popover .ant-avatar + .ant-avatar {
  margin-left: 3px;
}

.amis-scope .ant-avatar-group-rtl .ant-avatar:not(:first-child) {
  margin-right: -8px;
  margin-left: 0;
}

.amis-scope .ant-avatar-group-popover.ant-popover-rtl .ant-avatar + .ant-avatar {
  margin-right: 3px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.amis-scope .ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}

.amis-scope .ant-popover-hidden {
  display: none;
}

.amis-scope .ant-popover-placement-top,
.amis-scope .ant-popover-placement-topLeft,
.amis-scope .ant-popover-placement-topRight {
  padding-bottom: 15.3137085px;
}

.amis-scope .ant-popover-placement-right,
.amis-scope .ant-popover-placement-rightTop,
.amis-scope .ant-popover-placement-rightBottom {
  padding-left: 15.3137085px;
}

.amis-scope .ant-popover-placement-bottom,
.amis-scope .ant-popover-placement-bottomLeft,
.amis-scope .ant-popover-placement-bottomRight {
  padding-top: 15.3137085px;
}

.amis-scope .ant-popover-placement-left,
.amis-scope .ant-popover-placement-leftTop,
.amis-scope .ant-popover-placement-leftBottom {
  padding-right: 15.3137085px;
}

.amis-scope .ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amis-scope .ant-popover {
    /* IE10+ */
  }

  .amis-scope .ant-popover-inner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  }
}

.amis-scope .ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.amis-scope .ant-popover-message > .anticon {
  position: absolute;
  top: 8.0005px;
  color: #faad14;
  font-size: 14px;
}

.amis-scope .ant-popover-message-title {
  padding-left: 22px;
}

.amis-scope .ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}

.amis-scope .ant-popover-buttons button {
  margin-left: 8px;
}

.amis-scope .ant-popover-arrow {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.amis-scope .ant-popover-arrow-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: #fff;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}

.amis-scope .ant-popover-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}

.amis-scope .ant-popover-placement-top .ant-popover-arrow,
.amis-scope .ant-popover-placement-topLeft .ant-popover-arrow,
.amis-scope .ant-popover-placement-topRight .ant-popover-arrow {
  bottom: -0.6862915px;
}

.amis-scope .ant-popover-placement-top .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-topLeft .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-topRight .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-8px) rotate(45deg);
}

.amis-scope .ant-popover-placement-top .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .ant-popover-placement-topLeft .ant-popover-arrow {
  left: 16px;
}

.amis-scope .ant-popover-placement-topRight .ant-popover-arrow {
  right: 16px;
}

.amis-scope .ant-popover-placement-right .ant-popover-arrow,
.amis-scope .ant-popover-placement-rightTop .ant-popover-arrow,
.amis-scope .ant-popover-placement-rightBottom .ant-popover-arrow {
  left: -0.6862915px;
}

.amis-scope .ant-popover-placement-right .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-rightTop .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-rightBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(8px) rotate(135deg);
}

.amis-scope .ant-popover-placement-right .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .ant-popover-placement-rightTop .ant-popover-arrow {
  top: 12px;
}

.amis-scope .ant-popover-placement-rightBottom .ant-popover-arrow {
  bottom: 12px;
}

.amis-scope .ant-popover-placement-bottom .ant-popover-arrow,
.amis-scope .ant-popover-placement-bottomLeft .ant-popover-arrow,
.amis-scope .ant-popover-placement-bottomRight .ant-popover-arrow {
  top: -0.6862915px;
}

.amis-scope .ant-popover-placement-bottom .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-bottomLeft .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-bottomRight .ant-popover-arrow-content {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.06);
  transform: translateY(8px) rotate(-135deg);
}

.amis-scope .ant-popover-placement-bottom .ant-popover-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .ant-popover-placement-bottomLeft .ant-popover-arrow {
  left: 16px;
}

.amis-scope .ant-popover-placement-bottomRight .ant-popover-arrow {
  right: 16px;
}

.amis-scope .ant-popover-placement-left .ant-popover-arrow,
.amis-scope .ant-popover-placement-leftTop .ant-popover-arrow,
.amis-scope .ant-popover-placement-leftBottom .ant-popover-arrow {
  right: -0.6862915px;
}

.amis-scope .ant-popover-placement-left .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-leftTop .ant-popover-arrow-content,
.amis-scope .ant-popover-placement-leftBottom .ant-popover-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-8px) rotate(-45deg);
}

.amis-scope .ant-popover-placement-left .ant-popover-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .ant-popover-placement-leftTop .ant-popover-arrow {
  top: 12px;
}

.amis-scope .ant-popover-placement-leftBottom .ant-popover-arrow {
  bottom: 12px;
}

.amis-scope .ant-popover-pink .ant-popover-inner {
  background-color: #eb2f96;
}

.amis-scope .ant-popover-pink .ant-popover-arrow-content {
  background-color: #eb2f96;
}

.amis-scope .ant-popover-magenta .ant-popover-inner {
  background-color: #eb2f96;
}

.amis-scope .ant-popover-magenta .ant-popover-arrow-content {
  background-color: #eb2f96;
}

.amis-scope .ant-popover-red .ant-popover-inner {
  background-color: #f5222d;
}

.amis-scope .ant-popover-red .ant-popover-arrow-content {
  background-color: #f5222d;
}

.amis-scope .ant-popover-volcano .ant-popover-inner {
  background-color: #fa541c;
}

.amis-scope .ant-popover-volcano .ant-popover-arrow-content {
  background-color: #fa541c;
}

.amis-scope .ant-popover-orange .ant-popover-inner {
  background-color: #fa8c16;
}

.amis-scope .ant-popover-orange .ant-popover-arrow-content {
  background-color: #fa8c16;
}

.amis-scope .ant-popover-yellow .ant-popover-inner {
  background-color: #fadb14;
}

.amis-scope .ant-popover-yellow .ant-popover-arrow-content {
  background-color: #fadb14;
}

.amis-scope .ant-popover-gold .ant-popover-inner {
  background-color: #faad14;
}

.amis-scope .ant-popover-gold .ant-popover-arrow-content {
  background-color: #faad14;
}

.amis-scope .ant-popover-cyan .ant-popover-inner {
  background-color: #13c2c2;
}

.amis-scope .ant-popover-cyan .ant-popover-arrow-content {
  background-color: #13c2c2;
}

.amis-scope .ant-popover-lime .ant-popover-inner {
  background-color: #a0d911;
}

.amis-scope .ant-popover-lime .ant-popover-arrow-content {
  background-color: #a0d911;
}

.amis-scope .ant-popover-green .ant-popover-inner {
  background-color: #52c41a;
}

.amis-scope .ant-popover-green .ant-popover-arrow-content {
  background-color: #52c41a;
}

.amis-scope .ant-popover-blue .ant-popover-inner {
  background-color: #1890ff;
}

.amis-scope .ant-popover-blue .ant-popover-arrow-content {
  background-color: #1890ff;
}

.amis-scope .ant-popover-geekblue .ant-popover-inner {
  background-color: #2f54eb;
}

.amis-scope .ant-popover-geekblue .ant-popover-arrow-content {
  background-color: #2f54eb;
}

.amis-scope .ant-popover-purple .ant-popover-inner {
  background-color: #722ed1;
}

.amis-scope .ant-popover-purple .ant-popover-arrow-content {
  background-color: #722ed1;
}

.amis-scope .ant-popover-rtl {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-popover-rtl .ant-popover-message-title {
  padding-right: 22px;
  padding-left: 16px;
}

.amis-scope .ant-popover-rtl .ant-popover-buttons {
  text-align: left;
}

.amis-scope .ant-popover-rtl .ant-popover-buttons button {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.amis-scope .ant-back-top:empty {
  display: none;
}

.amis-scope .ant-back-top-rtl {
  right: auto;
  left: 100px;
  direction: rtl;
}

.amis-scope .ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  transition: all 0.3s;
}

.amis-scope .ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}

.amis-scope .ant-back-top-icon {
  font-size: 24px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .amis-scope .ant-back-top {
    right: 60px;
  }

  .amis-scope .ant-back-top-rtl {
    right: auto;
    left: 60px;
  }
}

@media screen and (max-width: 480px) {
  .amis-scope .ant-back-top {
    right: 20px;
  }

  .amis-scope .ant-back-top-rtl {
    right: auto;
    left: 20px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-badge {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  line-height: 1;
}

.amis-scope .ant-badge-count {
  z-index: auto;
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #ff4d4f;
  border-radius: 10px;
  box-shadow: 0 0 0 1px #fff;
}

.amis-scope .ant-badge-count a,
.amis-scope .ant-badge-count a:hover {
  color: #fff;
}

.amis-scope .ant-badge-count-sm {
  min-width: 14px;
  height: 14px;
  padding: 0;
  font-size: 12px;
  line-height: 14px;
  border-radius: 7px;
}

.amis-scope .ant-badge-multiple-words {
  padding: 0 8px;
}

.amis-scope .ant-badge-dot {
  z-index: auto;
  width: 6px;
  min-width: 6px;
  height: 6px;
  background: #ff4d4f;
  border-radius: 100%;
  box-shadow: 0 0 0 1px #fff;
}

.amis-scope .ant-badge-dot.ant-scroll-number {
  transition: background 1.5s;
}

.amis-scope .ant-badge-count,
.amis-scope .ant-badge-dot,
.amis-scope .ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0%;
}

.amis-scope .ant-badge-count.anticon-spin,
.amis-scope .ant-badge-dot.anticon-spin,
.amis-scope .ant-badge .ant-scroll-number-custom-component.anticon-spin {
  -webkit-animation: antBadgeLoadingCircle 1s infinite linear;
  animation: antBadgeLoadingCircle 1s infinite linear;
}

.amis-scope .ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}

.amis-scope .ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}

.amis-scope .ant-badge-status-success {
  background-color: #52c41a;
}

.amis-scope .ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}

.amis-scope .ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
  animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}

.amis-scope .ant-badge-status-default {
  background-color: #d9d9d9;
}

.amis-scope .ant-badge-status-error {
  background-color: #ff4d4f;
}

.amis-scope .ant-badge-status-warning {
  background-color: #faad14;
}

.amis-scope .ant-badge-status-pink {
  background: #eb2f96;
}

.amis-scope .ant-badge-status-magenta {
  background: #eb2f96;
}

.amis-scope .ant-badge-status-red {
  background: #f5222d;
}

.amis-scope .ant-badge-status-volcano {
  background: #fa541c;
}

.amis-scope .ant-badge-status-orange {
  background: #fa8c16;
}

.amis-scope .ant-badge-status-yellow {
  background: #fadb14;
}

.amis-scope .ant-badge-status-gold {
  background: #faad14;
}

.amis-scope .ant-badge-status-cyan {
  background: #13c2c2;
}

.amis-scope .ant-badge-status-lime {
  background: #a0d911;
}

.amis-scope .ant-badge-status-green {
  background: #52c41a;
}

.amis-scope .ant-badge-status-blue {
  background: #1890ff;
}

.amis-scope .ant-badge-status-geekblue {
  background: #2f54eb;
}

.amis-scope .ant-badge-status-purple {
  background: #722ed1;
}

.amis-scope .ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.amis-scope .ant-badge-zoom-appear,
.amis-scope .ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.amis-scope .ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.amis-scope .ant-badge-not-a-wrapper .ant-badge-zoom-appear,
.amis-scope .ant-badge-not-a-wrapper .ant-badge-zoom-enter {
  -webkit-animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
}

.amis-scope .ant-badge-not-a-wrapper .ant-badge-zoom-leave {
  -webkit-animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
}

.amis-scope .ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}

.amis-scope .ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.amis-scope .ant-badge-not-a-wrapper .ant-badge-count {
  transform: none;
}

.amis-scope .ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
.amis-scope .ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
  transform-origin: 50% 50%;
}

@-webkit-keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }

  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}

.amis-scope .ant-scroll-number {
  overflow: hidden;
  direction: ltr;
}

.amis-scope .ant-scroll-number-only {
  position: relative;
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}

.amis-scope .ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
  /* stylelint-disable property-no-vendor-prefix */
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  /* stylelint-enable property-no-vendor-prefix */
}

.amis-scope .ant-scroll-number-symbol {
  vertical-align: top;
}

@-webkit-keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(50%, -50%);
  }
}

@-webkit-keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }

  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}

@-webkit-keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
  }
}

@keyframes antNoWrapperZoomBadgeIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes antNoWrapperZoomBadgeOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

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

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@-webkit-keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }

  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}

@keyframes antBadgeLoadingCircle {
  0% {
    transform-origin: 50%;
  }

  100% {
    transform: translate(50%, -50%) rotate(360deg);
    transform-origin: 50%;
  }
}

.amis-scope .ant-ribbon-wrapper {
  position: relative;
}

.amis-scope .ant-ribbon {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 8px;
  height: 22px;
  padding: 0 8px;
  color: #fff;
  line-height: 22px;
  white-space: nowrap;
  background-color: #1890ff;
  border-radius: 2px;
}

.amis-scope .ant-ribbon-text {
  color: #fff;
}

.amis-scope .ant-ribbon-corner {
  position: absolute;
  top: 100%;
  width: 8px;
  height: 8px;
  color: currentcolor;
  border: 4px solid;
  transform: scaleY(0.75);
  transform-origin: top;
}

.amis-scope .ant-ribbon-corner::after {
  position: absolute;
  top: -4px;
  left: -4px;
  width: inherit;
  height: inherit;
  color: rgba(0, 0, 0, 0.25);
  border: inherit;
  content: '';
}

.amis-scope .ant-ribbon-color-pink {
  color: #eb2f96;
  background: #eb2f96;
}

.amis-scope .ant-ribbon-color-magenta {
  color: #eb2f96;
  background: #eb2f96;
}

.amis-scope .ant-ribbon-color-red {
  color: #f5222d;
  background: #f5222d;
}

.amis-scope .ant-ribbon-color-volcano {
  color: #fa541c;
  background: #fa541c;
}

.amis-scope .ant-ribbon-color-orange {
  color: #fa8c16;
  background: #fa8c16;
}

.amis-scope .ant-ribbon-color-yellow {
  color: #fadb14;
  background: #fadb14;
}

.amis-scope .ant-ribbon-color-gold {
  color: #faad14;
  background: #faad14;
}

.amis-scope .ant-ribbon-color-cyan {
  color: #13c2c2;
  background: #13c2c2;
}

.amis-scope .ant-ribbon-color-lime {
  color: #a0d911;
  background: #a0d911;
}

.amis-scope .ant-ribbon-color-green {
  color: #52c41a;
  background: #52c41a;
}

.amis-scope .ant-ribbon-color-blue {
  color: #1890ff;
  background: #1890ff;
}

.amis-scope .ant-ribbon-color-geekblue {
  color: #2f54eb;
  background: #2f54eb;
}

.amis-scope .ant-ribbon-color-purple {
  color: #722ed1;
  background: #722ed1;
}

.amis-scope .ant-ribbon.ant-ribbon-placement-end {
  right: -8px;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
  right: 0;
  border-color: currentcolor transparent transparent currentcolor;
}

.amis-scope .ant-ribbon.ant-ribbon-placement-start {
  left: -8px;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}

.amis-scope .ant-badge-rtl {
  direction: rtl;
}

.amis-scope .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
.amis-scope .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
.amis-scope .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  direction: ltr;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.amis-scope .ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
  right: auto;
  left: 0;
  transform: translate(-50%, -50%);
  transform-origin: 0% 0%;
}

.amis-scope .ant-badge-rtl .ant-badge-status-text {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
.amis-scope .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
  -webkit-animation-name: antZoomBadgeInRtl;
  animation-name: antZoomBadgeInRtl;
}

.amis-scope .ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
  -webkit-animation-name: antZoomBadgeOutRtl;
  animation-name: antZoomBadgeOutRtl;
}

.amis-scope .ant-ribbon-rtl {
  direction: rtl;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-end {
  right: unset;
  left: -8px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
  right: unset;
  left: 0;
  border-color: currentcolor currentcolor transparent transparent;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
  border-color: currentcolor currentcolor transparent transparent;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-start {
  right: -8px;
  left: unset;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
  right: 0;
  left: unset;
  border-color: currentcolor transparent transparent currentcolor;
}

.amis-scope .ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
  border-color: currentcolor transparent transparent currentcolor;
}

@-webkit-keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@keyframes antZoomBadgeInRtl {
  0% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }

  100% {
    transform: scale(1) translate(-50%, -50%);
  }
}

@-webkit-keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    transform: scale(0) translate(-50%, -50%);
    opacity: 0;
  }
}

@keyframes antZoomBadgeOutRtl {
  0% {
    transform: scale(1) translate(-50%, -50%);
  }

  100% {
    transform: scale(0) translate(-50%, -50%);
    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 */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-breadcrumb {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-breadcrumb .anticon {
  font-size: 14px;
}

.amis-scope .ant-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}

.amis-scope .ant-breadcrumb a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-breadcrumb li:last-child {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-breadcrumb li:last-child a {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope li:last-child .ant-breadcrumb-separator {
  display: none;
}

.amis-scope .ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-breadcrumb-link > .anticon + span,
.amis-scope .ant-breadcrumb-link > .anticon + a {
  margin-left: 4px;
}

.amis-scope .ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}

.amis-scope .ant-breadcrumb-rtl {
  direction: rtl;
}

.amis-scope .ant-breadcrumb-rtl::before {
  display: table;
  content: '';
}

.amis-scope .ant-breadcrumb-rtl::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-breadcrumb-rtl > span {
  float: right;
}

.amis-scope .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
.amis-scope .ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-menu-item-danger.ant-menu-item {
  color: #ff4d4f;
}

.amis-scope .ant-menu-item-danger.ant-menu-item:hover,
.amis-scope .ant-menu-item-danger.ant-menu-item-active {
  color: #ff4d4f;
}

.amis-scope .ant-menu-item-danger.ant-menu-item:active {
  background: #fff1f0;
}

.amis-scope .ant-menu-item-danger.ant-menu-item-selected {
  color: #ff4d4f;
}

.amis-scope .ant-menu-item-danger.ant-menu-item-selected > a,
.amis-scope .ant-menu-item-danger.ant-menu-item-selected > a:hover {
  color: #ff4d4f;
}

.amis-scope .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  background-color: #fff1f0;
}

.amis-scope .ant-menu-inline .ant-menu-item-danger.ant-menu-item::after {
  border-right-color: #ff4d4f;
}

.amis-scope .ant-menu-dark .ant-menu-item-danger.ant-menu-item,
.amis-scope .ant-menu-dark .ant-menu-item-danger.ant-menu-item:hover,
.amis-scope .ant-menu-dark .ant-menu-item-danger.ant-menu-item > a {
  color: #ff4d4f;
}

.amis-scope .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-danger.ant-menu-item-selected {
  color: #fff;
  background-color: #ff4d4f;
}

.amis-scope .ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 0;
  text-align: left;
  list-style: none;
  background: #fff;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}

.amis-scope .ant-menu::before {
  display: table;
  content: '';
}

.amis-scope .ant-menu::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}

.amis-scope .ant-menu ul,
.amis-scope .ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-menu-overflow {
  display: flex;
}

.amis-scope .ant-menu-overflow-item {
  flex: none;
}

.amis-scope .ant-menu-hidden,
.amis-scope .ant-menu-submenu-hidden {
  display: none;
}

.amis-scope .ant-menu-item-group-title {
  height: 1.5715;
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: all 0.3s;
}

.amis-scope .ant-menu-horizontal .ant-menu-submenu {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-submenu,
.amis-scope .ant-menu-submenu-inline {
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-submenu-selected {
  color: #1890ff;
}

.amis-scope .ant-menu-item:active,
.amis-scope .ant-menu-submenu-title:active {
  background: #e6f7ff;
}

.amis-scope .ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-title-content {
  transition: color 0.3s;
}

.amis-scope .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-menu-item a:hover {
  color: #1890ff;
}

.amis-scope .ant-menu-item a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}

.amis-scope .ant-menu-item > .ant-badge a {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-menu-item > .ant-badge a:hover {
  color: #1890ff;
}

.amis-scope .ant-menu-item-divider {
  overflow: hidden;
  line-height: 0;
  border-color: #f0f0f0;
  border-style: solid;
  border-width: 1px 0 0;
}

.amis-scope .ant-menu-item-divider-dashed {
  border-style: dashed;
}

.amis-scope .ant-menu-horizontal .ant-menu-item,
.amis-scope .ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item:hover,
.amis-scope .ant-menu-horizontal > .ant-menu-item-active,
.amis-scope .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}

.amis-scope .ant-menu-item-selected {
  color: #1890ff;
}

.amis-scope .ant-menu-item-selected a,
.amis-scope .ant-menu-item-selected a:hover {
  color: #1890ff;
}

.amis-scope .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #e6f7ff;
}

.amis-scope .ant-menu-inline,
.amis-scope .ant-menu-vertical,
.amis-scope .ant-menu-vertical-left {
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-menu-vertical-right {
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-menu-vertical.ant-menu-sub,
.amis-scope .ant-menu-vertical-left.ant-menu-sub,
.amis-scope .ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  max-height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
  border-right: 0;
}

.amis-scope .ant-menu-vertical.ant-menu-sub:not([class*='-active']),
.amis-scope .ant-menu-vertical-left.ant-menu-sub:not([class*='-active']),
.amis-scope .ant-menu-vertical-right.ant-menu-sub:not([class*='-active']) {
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .ant-menu-vertical.ant-menu-sub .ant-menu-item,
.amis-scope .ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.amis-scope .ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.amis-scope .ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.amis-scope .ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.amis-scope .ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}

.amis-scope .ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.amis-scope .ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.amis-scope .ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: 0 0;
}

.amis-scope .ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}

.amis-scope .ant-menu-horizontal .ant-menu-item,
.amis-scope .ant-menu-horizontal .ant-menu-submenu-title {
  transition: border-color 0.3s, background 0.3s;
}

.amis-scope .ant-menu-item,
.amis-scope .ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  transition: border-color 0.3s, background 0.3s, padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-item .ant-menu-item-icon,
.amis-scope .ant-menu-submenu-title .ant-menu-item-icon,
.amis-scope .ant-menu-item .anticon,
.amis-scope .ant-menu-submenu-title .anticon {
  min-width: 14px;
  font-size: 14px;
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s;
}

.amis-scope .ant-menu-item .ant-menu-item-icon + span,
.amis-scope .ant-menu-submenu-title .ant-menu-item-icon + span,
.amis-scope .ant-menu-item .anticon + span,
.amis-scope .ant-menu-submenu-title .anticon + span {
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), margin 0.3s, color 0.3s;
}

.amis-scope .ant-menu-item .ant-menu-item-icon.svg,
.amis-scope .ant-menu-submenu-title .ant-menu-item-icon.svg {
  vertical-align: -0.125em;
}

.amis-scope .ant-menu-item.ant-menu-item-only-child > .anticon,
.amis-scope .ant-menu-submenu-title.ant-menu-item-only-child > .anticon,
.amis-scope .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.amis-scope .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon {
  margin-right: 0;
}

.amis-scope .ant-menu-item:focus-visible,
.amis-scope .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #bae7ff;
}

.amis-scope .ant-menu > .ant-menu-item-divider {
  margin: 1px 0;
  padding: 0;
}

.amis-scope .ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  border-radius: 2px;
  box-shadow: none;
  transform-origin: 0 0;
}

.amis-scope .ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0.0001;
  content: ' ';
}

.amis-scope .ant-menu-submenu-placement-rightTop::before {
  top: 0;
  left: -7px;
}

.amis-scope .ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 2px;
}

.amis-scope .ant-menu-submenu > .ant-menu-submenu-title::after {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-submenu-popup > .ant-menu {
  background-color: #fff;
}

.amis-scope .ant-menu-submenu-expand-icon,
.amis-scope .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  color: rgba(0, 0, 0, 0.85);
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background-color: currentcolor;
  border-radius: 2px;
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}

.amis-scope .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateY(-2.5px);
}

.amis-scope .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateY(2.5px);
}

.amis-scope .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
.amis-scope .ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  color: #1890ff;
}

.amis-scope .ant-menu-inline-collapsed .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-submenu-inline .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2.5px);
}

.amis-scope .ant-menu-inline-collapsed .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-submenu-inline .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2.5px);
}

.amis-scope .ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
  display: none;
}

.amis-scope .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}

.amis-scope .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2.5px);
}

.amis-scope .ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  transform: rotate(45deg) translateX(2.5px);
}

.amis-scope .ant-menu-vertical .ant-menu-submenu-selected,
.amis-scope .ant-menu-vertical-left .ant-menu-submenu-selected,
.amis-scope .ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #1890ff;
}

.amis-scope .ant-menu-horizontal {
  line-height: 46px;
  border: 0;
  border-bottom: 1px solid #f0f0f0;
  box-shadow: none;
}

.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 20px;
}

.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
  color: #1890ff;
}

.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
.amis-scope .ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
  border-bottom: 2px solid #1890ff;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item,
.amis-scope .ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item::after,
.amis-scope .ant-menu-horizontal > .ant-menu-submenu::after {
  position: absolute;
  right: 20px;
  bottom: 0;
  left: 20px;
  border-bottom: 2px solid transparent;
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}

.amis-scope .ant-menu-horizontal > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item a {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-menu-horizontal > .ant-menu-item a:hover {
  color: #1890ff;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item a::before {
  bottom: -2px;
}

.amis-scope .ant-menu-horizontal > .ant-menu-item-selected a {
  color: #1890ff;
}

.amis-scope .ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}

.amis-scope .ant-menu-vertical .ant-menu-item,
.amis-scope .ant-menu-vertical-left .ant-menu-item,
.amis-scope .ant-menu-vertical-right .ant-menu-item,
.amis-scope .ant-menu-inline .ant-menu-item {
  position: relative;
}

.amis-scope .ant-menu-vertical .ant-menu-item::after,
.amis-scope .ant-menu-vertical-left .ant-menu-item::after,
.amis-scope .ant-menu-vertical-right .ant-menu-item::after,
.amis-scope .ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #1890ff;
  transform: scaleY(0.0001);
  opacity: 0;
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}

.amis-scope .ant-menu-vertical .ant-menu-item,
.amis-scope .ant-menu-vertical-left .ant-menu-item,
.amis-scope .ant-menu-vertical-right .ant-menu-item,
.amis-scope .ant-menu-inline .ant-menu-item,
.amis-scope .ant-menu-vertical .ant-menu-submenu-title,
.amis-scope .ant-menu-vertical-left .ant-menu-submenu-title,
.amis-scope .ant-menu-vertical-right .ant-menu-submenu-title,
.amis-scope .ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  line-height: 40px;
  text-overflow: ellipsis;
}

.amis-scope .ant-menu-vertical .ant-menu-submenu,
.amis-scope .ant-menu-vertical-left .ant-menu-submenu,
.amis-scope .ant-menu-vertical-right .ant-menu-submenu,
.amis-scope .ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}

.amis-scope .ant-menu-vertical .ant-menu-item:not(:last-child),
.amis-scope .ant-menu-vertical-left .ant-menu-item:not(:last-child),
.amis-scope .ant-menu-vertical-right .ant-menu-item:not(:last-child),
.amis-scope .ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}

.amis-scope .ant-menu-vertical > .ant-menu-item,
.amis-scope .ant-menu-vertical-left > .ant-menu-item,
.amis-scope .ant-menu-vertical-right > .ant-menu-item,
.amis-scope .ant-menu-inline > .ant-menu-item,
.amis-scope .ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.amis-scope .ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.amis-scope .ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.amis-scope .ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.amis-scope .ant-menu-vertical .ant-menu-item-group-list .ant-menu-submenu-title,
.amis-scope .ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 34px;
}

.amis-scope .ant-menu-inline {
  width: 100%;
}

.amis-scope .ant-menu-inline .ant-menu-selected::after,
.amis-scope .ant-menu-inline .ant-menu-item-selected::after {
  transform: scaleY(1);
  opacity: 1;
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-menu-inline .ant-menu-item,
.amis-scope .ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}

.amis-scope .ant-menu-inline .ant-menu-item-group-list .ant-menu-submenu-title,
.amis-scope .ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}

.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-item,
.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-submenu-title {
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background 0.3s, padding 0.1s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-item > .ant-menu-title-content,
.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > .ant-menu-title-content {
  flex: auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-item > *,
.amis-scope .ant-menu-inline.ant-menu-root .ant-menu-submenu-title > * {
  flex: none;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed {
  width: 80px;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 calc(50% - 16px / 2);
  text-overflow: clip;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-item-icon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-item-icon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-item-icon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.amis-scope .ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  opacity: 0;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed .anticon {
  display: inline-block;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed-tooltip .ant-menu-item-icon,
.amis-scope .ant-menu.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}

.amis-scope .ant-menu.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}

.amis-scope .ant-menu.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}

.amis-scope .ant-menu-item-group-list .ant-menu-item,
.amis-scope .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}

.amis-scope .ant-menu-root.ant-menu-vertical,
.amis-scope .ant-menu-root.ant-menu-vertical-left,
.amis-scope .ant-menu-root.ant-menu-vertical-right,
.amis-scope .ant-menu-root.ant-menu-inline {
  box-shadow: none;
}

.amis-scope .ant-menu-root.ant-menu-inline-collapsed .ant-menu-item > .ant-menu-inline-collapsed-noicon,
.amis-scope .ant-menu-root.ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title > .ant-menu-inline-collapsed-noicon {
  font-size: 16px;
  text-align: center;
}

.amis-scope .ant-menu-sub.ant-menu-inline {
  padding: 0;
  background: #fafafa;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.amis-scope .ant-menu-sub.ant-menu-inline > .ant-menu-item,
.amis-scope .ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}

.amis-scope .ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}

.amis-scope .ant-menu-item-disabled,
.amis-scope .ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  cursor: not-allowed;
}

.amis-scope .ant-menu-item-disabled::after,
.amis-scope .ant-menu-submenu-disabled::after {
  border-color: transparent !important;
}

.amis-scope .ant-menu-item-disabled a,
.amis-scope .ant-menu-submenu-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}

.amis-scope .ant-menu-item-disabled > .ant-menu-submenu-title,
.amis-scope .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}

.amis-scope .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}

.amis-scope .ant-layout-header .ant-menu {
  line-height: inherit;
}

.amis-scope .ant-menu-inline-collapsed-tooltip a,
.amis-scope .ant-menu-inline-collapsed-tooltip a:hover {
  color: #fff;
}

.amis-scope .ant-menu-light .ant-menu-item:hover,
.amis-scope .ant-menu-light .ant-menu-item-active,
.amis-scope .ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.amis-scope .ant-menu-light .ant-menu-submenu-active,
.amis-scope .ant-menu-light .ant-menu-submenu-title:hover {
  color: #1890ff;
}

.amis-scope .ant-menu.ant-menu-root:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}

.amis-scope .ant-menu-dark .ant-menu-item:focus-visible,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:focus-visible {
  box-shadow: 0 0 0 2px #096dd9;
}

.amis-scope .ant-menu.ant-menu-dark,
.amis-scope .ant-menu-dark .ant-menu-sub,
.amis-scope .ant-menu.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}

.amis-scope .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  transition: all 0.3s;
}

.amis-scope .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}

.amis-scope .ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}

.amis-scope .ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
}

.amis-scope .ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}

.amis-scope .ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.amis-scope .ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  padding: 0 20px;
  border-color: #001529;
  border-bottom: 0;
}

.amis-scope .ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
  background-color: #1890ff;
}

.amis-scope .ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}

.amis-scope .ant-menu-dark .ant-menu-item,
.amis-scope .ant-menu-dark .ant-menu-item-group-title,
.amis-scope .ant-menu-dark .ant-menu-item > a,
.amis-scope .ant-menu-dark .ant-menu-item > span > a {
  color: rgba(255, 255, 255, 0.65);
}

.amis-scope .ant-menu-dark.ant-menu-inline,
.amis-scope .ant-menu-dark.ant-menu-vertical,
.amis-scope .ant-menu-dark.ant-menu-vertical-left,
.amis-scope .ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}

.amis-scope .ant-menu-dark.ant-menu-inline .ant-menu-item,
.amis-scope .ant-menu-dark.ant-menu-vertical .ant-menu-item,
.amis-scope .ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.amis-scope .ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}

.amis-scope .ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.amis-scope .ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.amis-scope .ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.amis-scope .ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}

.amis-scope .ant-menu-dark.ant-menu-inline .ant-menu-item,
.amis-scope .ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}

.amis-scope .ant-menu-dark .ant-menu-item:hover,
.amis-scope .ant-menu-dark .ant-menu-item-active,
.amis-scope .ant-menu-dark .ant-menu-submenu-active,
.amis-scope .ant-menu-dark .ant-menu-submenu-open,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}

.amis-scope .ant-menu-dark .ant-menu-item:hover > a,
.amis-scope .ant-menu-dark .ant-menu-item-active > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-active > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-open > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover > a,
.amis-scope .ant-menu-dark .ant-menu-item:hover > span > a,
.amis-scope .ant-menu-dark .ant-menu-item-active > span > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-active > span > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-open > span > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected > span > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover > span > a {
  color: #fff;
}

.amis-scope .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
  opacity: 1;
}

.amis-scope .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before {
  background: #fff;
}

.amis-scope .ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}

.amis-scope .ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #1890ff;
}

.amis-scope .ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}

.amis-scope .ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}

.amis-scope .ant-menu-dark .ant-menu-item-selected > a,
.amis-scope .ant-menu-dark .ant-menu-item-selected > span > a,
.amis-scope .ant-menu-dark .ant-menu-item-selected > a:hover,
.amis-scope .ant-menu-dark .ant-menu-item-selected > span > a:hover {
  color: #fff;
}

.amis-scope .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon,
.amis-scope .ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}

.amis-scope .ant-menu-dark .ant-menu-item-selected .ant-menu-item-icon + span,
.amis-scope .ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}

.amis-scope .ant-menu.ant-menu-dark .ant-menu-item-selected,
.amis-scope .ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #1890ff;
}

.amis-scope .ant-menu-dark .ant-menu-item-disabled,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled,
.amis-scope .ant-menu-dark .ant-menu-item-disabled > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled > a,
.amis-scope .ant-menu-dark .ant-menu-item-disabled > span > a,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled > span > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}

.amis-scope .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}

.amis-scope .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}

.amis-scope .ant-menu.ant-menu-rtl {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-menu-rtl .ant-menu-item-group-title {
  text-align: right;
}

.amis-scope .ant-menu-rtl.ant-menu-inline,
.amis-scope .ant-menu-rtl.ant-menu-vertical {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-menu-rtl.ant-menu-dark.ant-menu-inline,
.amis-scope .ant-menu-rtl.ant-menu-dark.ant-menu-vertical {
  border-left: none;
}

.amis-scope .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.amis-scope .ant-menu-rtl.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.amis-scope .ant-menu-rtl.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  transform-origin: top right;
}

.amis-scope .ant-menu-rtl .ant-menu-item .ant-menu-item-icon,
.amis-scope .ant-menu-rtl .ant-menu-submenu-title .ant-menu-item-icon,
.amis-scope .ant-menu-rtl .ant-menu-item .anticon,
.amis-scope .ant-menu-rtl .ant-menu-submenu-title .anticon {
  margin-right: auto;
  margin-left: 10px;
}

.amis-scope .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .ant-menu-item-icon,
.amis-scope .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .ant-menu-item-icon,
.amis-scope .ant-menu-rtl .ant-menu-item.ant-menu-item-only-child > .anticon,
.amis-scope .ant-menu-rtl .ant-menu-submenu-title.ant-menu-item-only-child > .anticon {
  margin-left: 0;
}

.amis-scope .ant-menu-submenu-rtl.ant-menu-submenu-popup {
  transform-origin: 100% 0;
}

.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.amis-scope .ant-menu-rtl .ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  right: auto;
  left: 16px;
}

.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateY(-2px);
}

.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.amis-scope .ant-menu-rtl .ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateY(2px);
}

.amis-scope .ant-menu-rtl.ant-menu-vertical .ant-menu-item::after,
.amis-scope .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item::after,
.amis-scope .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item::after,
.amis-scope .ant-menu-rtl.ant-menu-inline .ant-menu-item::after {
  right: auto;
  left: 0;
}

.amis-scope .ant-menu-rtl.ant-menu-vertical .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical-left .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical-right .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-inline .ant-menu-item,
.amis-scope .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title,
.amis-scope .ant-menu-rtl.ant-menu-vertical-left .ant-menu-submenu-title,
.amis-scope .ant-menu-rtl.ant-menu-vertical-right .ant-menu-submenu-title,
.amis-scope .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  text-align: right;
}

.amis-scope .ant-menu-rtl.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 0;
  padding-left: 34px;
}

.amis-scope .ant-menu-rtl.ant-menu-vertical .ant-menu-submenu-title {
  padding-right: 16px;
  padding-left: 34px;
}

.amis-scope .ant-menu-rtl.ant-menu-inline-collapsed.ant-menu-vertical .ant-menu-submenu-title {
  padding: 0 calc(50% - 16px / 2);
}

.amis-scope .ant-menu-rtl .ant-menu-item-group-list .ant-menu-item,
.amis-scope .ant-menu-rtl .ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 28px 0 16px;
}

.amis-scope .ant-menu-sub.ant-menu-inline {
  border: 0;
}

.amis-scope .ant-menu-rtl.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-right: 32px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1070;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  width: intrinsic;
  max-width: 250px;
  visibility: visible;
}

.amis-scope .ant-tooltip-hidden {
  display: none;
}

.amis-scope .ant-tooltip-placement-top,
.amis-scope .ant-tooltip-placement-topLeft,
.amis-scope .ant-tooltip-placement-topRight {
  padding-bottom: 14.3137085px;
}

.amis-scope .ant-tooltip-placement-right,
.amis-scope .ant-tooltip-placement-rightTop,
.amis-scope .ant-tooltip-placement-rightBottom {
  padding-left: 14.3137085px;
}

.amis-scope .ant-tooltip-placement-bottom,
.amis-scope .ant-tooltip-placement-bottomLeft,
.amis-scope .ant-tooltip-placement-bottomRight {
  padding-top: 14.3137085px;
}

.amis-scope .ant-tooltip-placement-left,
.amis-scope .ant-tooltip-placement-leftTop,
.amis-scope .ant-tooltip-placement-leftBottom {
  padding-right: 14.3137085px;
}

.amis-scope .ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}

.amis-scope .ant-tooltip-arrow-content {
  --antd-arrow-background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  margin: auto;
  background-color: transparent;
  content: '';
  pointer-events: auto;
  border-radius: 0 0 2px;
  pointer-events: none;
}

.amis-scope .ant-tooltip-arrow-content::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, var(--antd-arrow-background-color) 50%, var(--antd-arrow-background-color) 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}

.amis-scope .ant-tooltip-placement-top .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -7.4462915px;
}

.amis-scope .ant-tooltip-placement-top .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-11px) rotate(45deg);
}

.amis-scope .ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}

.amis-scope .ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}

.amis-scope .ant-tooltip-placement-right .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -7.5862915px;
}

.amis-scope .ant-tooltip-placement-right .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(11px) rotate(135deg);
}

.amis-scope .ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}

.amis-scope .ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.amis-scope .ant-tooltip-placement-left .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -7.6062915px;
}

.amis-scope .ant-tooltip-placement-left .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-11px) rotate(315deg);
}

.amis-scope .ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}

.amis-scope .ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}

.amis-scope .ant-tooltip-placement-bottom .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.amis-scope .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -7.5862915px;
}

.amis-scope .ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
.amis-scope .ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(11px) rotate(225deg);
}

.amis-scope .ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}

.amis-scope .ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}

.amis-scope .ant-tooltip-pink .ant-tooltip-inner {
  background-color: #eb2f96;
}

.amis-scope .ant-tooltip-pink .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}

.amis-scope .ant-tooltip-magenta .ant-tooltip-inner {
  background-color: #eb2f96;
}

.amis-scope .ant-tooltip-magenta .ant-tooltip-arrow-content::before {
  background: #eb2f96;
}

.amis-scope .ant-tooltip-red .ant-tooltip-inner {
  background-color: #f5222d;
}

.amis-scope .ant-tooltip-red .ant-tooltip-arrow-content::before {
  background: #f5222d;
}

.amis-scope .ant-tooltip-volcano .ant-tooltip-inner {
  background-color: #fa541c;
}

.amis-scope .ant-tooltip-volcano .ant-tooltip-arrow-content::before {
  background: #fa541c;
}

.amis-scope .ant-tooltip-orange .ant-tooltip-inner {
  background-color: #fa8c16;
}

.amis-scope .ant-tooltip-orange .ant-tooltip-arrow-content::before {
  background: #fa8c16;
}

.amis-scope .ant-tooltip-yellow .ant-tooltip-inner {
  background-color: #fadb14;
}

.amis-scope .ant-tooltip-yellow .ant-tooltip-arrow-content::before {
  background: #fadb14;
}

.amis-scope .ant-tooltip-gold .ant-tooltip-inner {
  background-color: #faad14;
}

.amis-scope .ant-tooltip-gold .ant-tooltip-arrow-content::before {
  background: #faad14;
}

.amis-scope .ant-tooltip-cyan .ant-tooltip-inner {
  background-color: #13c2c2;
}

.amis-scope .ant-tooltip-cyan .ant-tooltip-arrow-content::before {
  background: #13c2c2;
}

.amis-scope .ant-tooltip-lime .ant-tooltip-inner {
  background-color: #a0d911;
}

.amis-scope .ant-tooltip-lime .ant-tooltip-arrow-content::before {
  background: #a0d911;
}

.amis-scope .ant-tooltip-green .ant-tooltip-inner {
  background-color: #52c41a;
}

.amis-scope .ant-tooltip-green .ant-tooltip-arrow-content::before {
  background: #52c41a;
}

.amis-scope .ant-tooltip-blue .ant-tooltip-inner {
  background-color: #1890ff;
}

.amis-scope .ant-tooltip-blue .ant-tooltip-arrow-content::before {
  background: #1890ff;
}

.amis-scope .ant-tooltip-geekblue .ant-tooltip-inner {
  background-color: #2f54eb;
}

.amis-scope .ant-tooltip-geekblue .ant-tooltip-arrow-content::before {
  background: #2f54eb;
}

.amis-scope .ant-tooltip-purple .ant-tooltip-inner {
  background-color: #722ed1;
}

.amis-scope .ant-tooltip-purple .ant-tooltip-arrow-content::before {
  background: #722ed1;
}

.amis-scope .ant-tooltip-rtl {
  direction: rtl;
}

.amis-scope .ant-tooltip-rtl .ant-tooltip-inner {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-dropdown-menu-item.ant-dropdown-menu-item-danger {
  color: #ff4d4f;
}

.amis-scope .ant-dropdown-menu-item.ant-dropdown-menu-item-danger:hover {
  color: #fff;
  background-color: #ff4d4f;
}

.amis-scope .ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}

.amis-scope .ant-dropdown::before {
  position: absolute;
  top: -4px;
  right: 0;
  bottom: -4px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}

.amis-scope .ant-dropdown-wrap {
  position: relative;
}

.amis-scope .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 10px;
}

.amis-scope .ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}

.amis-scope .ant-dropdown-wrap-open .anticon-down::before {
  transform: rotate(180deg);
}

.amis-scope .ant-dropdown-hidden,
.amis-scope .ant-dropdown-menu-hidden,
.amis-scope .ant-dropdown-menu-submenu-hidden {
  display: none;
}

.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-topLeft,
.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-top,
.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-topRight {
  padding-bottom: 15.3137085px;
}

.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-bottomLeft,
.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-bottom,
.amis-scope .ant-dropdown-show-arrow.ant-dropdown-placement-bottomRight {
  padding-top: 15.3137085px;
}

.amis-scope .ant-dropdown-arrow {
  position: absolute;
  z-index: 1;
  display: block;
  width: 11.3137085px;
  height: 11.3137085px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  border-radius: 0 0 2px;
  pointer-events: none;
}

.amis-scope .ant-dropdown-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}

.amis-scope .ant-dropdown-placement-top > .ant-dropdown-arrow,
.amis-scope .ant-dropdown-placement-topLeft > .ant-dropdown-arrow,
.amis-scope .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  bottom: 10px;
  box-shadow: 3px 3px 7px -3px rgba(0, 0, 0, 0.1);
  transform: rotate(45deg);
}

.amis-scope .ant-dropdown-placement-top > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

.amis-scope .ant-dropdown-placement-topLeft > .ant-dropdown-arrow {
  left: 16px;
}

.amis-scope .ant-dropdown-placement-topRight > .ant-dropdown-arrow {
  right: 16px;
}

.amis-scope .ant-dropdown-placement-bottom > .ant-dropdown-arrow,
.amis-scope .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow,
.amis-scope .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  top: 9.41421356px;
  box-shadow: 2px 2px 5px -2px rgba(0, 0, 0, 0.1);
  transform: rotate(-135deg) translateY(-0.5px);
}

.amis-scope .ant-dropdown-placement-bottom > .ant-dropdown-arrow {
  left: 50%;
  transform: translateX(-50%) rotate(-135deg) translateY(-0.5px);
}

.amis-scope .ant-dropdown-placement-bottomLeft > .ant-dropdown-arrow {
  left: 16px;
}

.amis-scope .ant-dropdown-placement-bottomRight > .ant-dropdown-arrow {
  right: 16px;
}

.amis-scope .ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}

.amis-scope .ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  background: transparent;
  box-shadow: none;
  transform-origin: 0 0;
}

.amis-scope .ant-dropdown-menu-submenu-popup ul,
.amis-scope .ant-dropdown-menu-submenu-popup li {
  list-style: none;
}

.amis-scope .ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
}

.amis-scope .ant-dropdown-menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.amis-scope .ant-dropdown-menu-item-icon {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}

.amis-scope .ant-dropdown-menu-title-content {
  flex: auto;
}

.amis-scope .ant-dropdown-menu-title-content > a {
  color: inherit;
  transition: all 0.3s;
}

.amis-scope .ant-dropdown-menu-title-content > a:hover {
  color: inherit;
}

.amis-scope .ant-dropdown-menu-title-content > a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.amis-scope .ant-dropdown-menu-item,
.amis-scope .ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-dropdown-menu-item-selected,
.amis-scope .ant-dropdown-menu-submenu-title-selected {
  color: #1890ff;
  background-color: #e6f7ff;
}

.amis-scope .ant-dropdown-menu-item:hover,
.amis-scope .ant-dropdown-menu-submenu-title:hover,
.amis-scope .ant-dropdown-menu-item.ant-dropdown-menu-item-active,
.amis-scope .ant-dropdown-menu-item.ant-dropdown-menu-submenu-title-active,
.amis-scope .ant-dropdown-menu-submenu-title.ant-dropdown-menu-item-active,
.amis-scope .ant-dropdown-menu-submenu-title.ant-dropdown-menu-submenu-title-active {
  background-color: #f5f5f5;
}

.amis-scope .ant-dropdown-menu-item-disabled,
.amis-scope .ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-dropdown-menu-item-disabled:hover,
.amis-scope .ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.amis-scope .ant-dropdown-menu-item-disabled a,
.amis-scope .ant-dropdown-menu-submenu-title-disabled a {
  pointer-events: none;
}

.amis-scope .ant-dropdown-menu-item-divider,
.amis-scope .ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #f0f0f0;
}

.amis-scope .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.amis-scope .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  position: absolute;
  right: 8px;
}

.amis-scope .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.amis-scope .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-right: 0 !important;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  font-style: normal;
}

.amis-scope .ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-dropdown-menu-submenu-title {
  padding-right: 24px;
}

.amis-scope .ant-dropdown-menu-submenu-vertical {
  position: relative;
}

.amis-scope .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  transform-origin: 0 0;
}

.amis-scope .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.amis-scope .ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.amis-scope .ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #1890ff;
}

.amis-scope .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.amis-scope .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.amis-scope .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottom,
.amis-scope .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottom,
.amis-scope .ant-dropdown.ant-slide-down-enter.ant-slide-down-enter-active.ant-dropdown-placement-bottomRight,
.amis-scope .ant-dropdown.ant-slide-down-appear.ant-slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.amis-scope .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topLeft,
.amis-scope .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topLeft,
.amis-scope .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-top,
.amis-scope .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-top,
.amis-scope .ant-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-dropdown-placement-topRight,
.amis-scope .ant-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.amis-scope .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.amis-scope .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottom,
.amis-scope .ant-dropdown.ant-slide-down-leave.ant-slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.amis-scope .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topLeft,
.amis-scope .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-top,
.amis-scope .ant-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.amis-scope .ant-dropdown-trigger > .anticon.anticon-down,
.amis-scope .ant-dropdown-link > .anticon.anticon-down,
.amis-scope .ant-dropdown-button > .anticon.anticon-down {
  font-size: 10px;
  vertical-align: baseline;
}

.amis-scope .ant-dropdown-button {
  white-space: nowrap;
}

.amis-scope .ant-dropdown-button.ant-btn-group > .ant-btn-loading,
.amis-scope .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn {
  cursor: default;
  pointer-events: none;
}

.amis-scope .ant-dropdown-button.ant-btn-group > .ant-btn-loading + .ant-btn::before {
  display: block;
}

.amis-scope .ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child):not(.ant-btn-icon-only) {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-dropdown-menu-dark,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}

.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > a,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a {
  color: rgba(255, 255, 255, 0.65);
}

.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}

.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item > .anticon + span > a:hover {
  color: #fff;
  background: transparent;
}

.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.amis-scope .ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #1890ff;
}

.amis-scope .ant-dropdown-rtl {
  direction: rtl;
}

.amis-scope .ant-dropdown-rtl.ant-dropdown::before {
  right: -7px;
  left: 0;
}

.amis-scope .ant-dropdown-menu.ant-dropdown-menu-rtl {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item-group-title,
.amis-scope .ant-dropdown-menu-submenu-rtl .ant-dropdown-menu-item-group-title {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-dropdown-menu-submenu-popup.ant-dropdown-menu-submenu-rtl {
  transform-origin: 100% 0;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup ul,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-popup li {
  text-align: right;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  text-align: right;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item > .anticon:first-child,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > .anticon:first-child,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item > span > .anticon:first-child,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon {
  right: auto;
  left: 8px;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-item .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon,
.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-expand-icon .ant-dropdown-menu-submenu-arrow-icon {
  margin-left: 0 !important;
  transform: scaleX(-1);
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-title {
  padding-right: 12px;
  padding-left: 24px;
}

.amis-scope .ant-dropdown-rtl .ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  right: 100%;
  left: 0;
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-btn {
  line-height: 1.5715;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 4px 15px;
  font-size: 14px;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
}

.amis-scope .ant-btn > .anticon {
  line-height: 1;
}

.amis-scope .ant-btn,
.amis-scope .ant-btn:active,
.amis-scope .ant-btn:focus {
  outline: 0;
}

.amis-scope .ant-btn:not([disabled]):hover {
  text-decoration: none;
}

.amis-scope .ant-btn:not([disabled]):active {
  outline: 0;
  box-shadow: none;
}

.amis-scope .ant-btn[disabled] {
  cursor: not-allowed;
}

.amis-scope .ant-btn[disabled] > * {
  pointer-events: none;
}

.amis-scope .ant-btn-lg {
  height: 40px;
  padding: 6.4px 15px;
  font-size: 16px;
  border-radius: 2px;
}

.amis-scope .ant-btn-sm {
  height: 24px;
  padding: 0px 7px;
  font-size: 14px;
  border-radius: 2px;
}

.amis-scope .ant-btn > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn:hover,
.amis-scope .ant-btn:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}

.amis-scope .ant-btn:hover > a:only-child,
.amis-scope .ant-btn:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn:hover > a:only-child::after,
.amis-scope .ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}

.amis-scope .ant-btn:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn[disabled],
.amis-scope .ant-btn[disabled]:hover,
.amis-scope .ant-btn[disabled]:focus,
.amis-scope .ant-btn[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn[disabled] > a:only-child,
.amis-scope .ant-btn[disabled]:hover > a:only-child,
.amis-scope .ant-btn[disabled]:focus > a:only-child,
.amis-scope .ant-btn[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn[disabled] > a:only-child::after,
.amis-scope .ant-btn[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn:hover,
.amis-scope .ant-btn:focus,
.amis-scope .ant-btn:active {
  text-decoration: none;
  background: #fff;
}

.amis-scope .ant-btn > span {
  display: inline-block;
}

.amis-scope .ant-btn-primary {
  color: #fff;
  border-color: #1890ff;
  background: #1890ff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.amis-scope .ant-btn-primary > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-primary:hover,
.amis-scope .ant-btn-primary:focus {
  color: #fff;
  border-color: #40a9ff;
  background: #40a9ff;
}

.amis-scope .ant-btn-primary:hover > a:only-child,
.amis-scope .ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-primary:hover > a:only-child::after,
.amis-scope .ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-primary:active {
  color: #fff;
  border-color: #096dd9;
  background: #096dd9;
}

.amis-scope .ant-btn-primary:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-primary[disabled],
.amis-scope .ant-btn-primary[disabled]:hover,
.amis-scope .ant-btn-primary[disabled]:focus,
.amis-scope .ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-primary[disabled] > a:only-child,
.amis-scope .ant-btn-primary[disabled]:hover > a:only-child,
.amis-scope .ant-btn-primary[disabled]:focus > a:only-child,
.amis-scope .ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-primary[disabled] > a:only-child::after,
.amis-scope .ant-btn-primary[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-primary[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #40a9ff;
  border-left-color: #40a9ff;
}

.amis-scope .ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}

.amis-scope .ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #40a9ff;
}

.amis-scope .ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}

.amis-scope .ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.amis-scope .ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #40a9ff;
}

.amis-scope .ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.amis-scope .ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}

.amis-scope .ant-btn-ghost {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: transparent;
}

.amis-scope .ant-btn-ghost > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-ghost:hover,
.amis-scope .ant-btn-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}

.amis-scope .ant-btn-ghost:hover > a:only-child,
.amis-scope .ant-btn-ghost:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-ghost:hover > a:only-child::after,
.amis-scope .ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}

.amis-scope .ant-btn-ghost:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-ghost:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-ghost[disabled],
.amis-scope .ant-btn-ghost[disabled]:hover,
.amis-scope .ant-btn-ghost[disabled]:focus,
.amis-scope .ant-btn-ghost[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-ghost[disabled] > a:only-child,
.amis-scope .ant-btn-ghost[disabled]:hover > a:only-child,
.amis-scope .ant-btn-ghost[disabled]:focus > a:only-child,
.amis-scope .ant-btn-ghost[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-ghost[disabled] > a:only-child::after,
.amis-scope .ant-btn-ghost[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-ghost[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-ghost[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dashed {
  color: rgba(0, 0, 0, 0.85);
  border-color: #d9d9d9;
  background: #fff;
  border-style: dashed;
}

.amis-scope .ant-btn-dashed > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dashed:hover,
.amis-scope .ant-btn-dashed:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: #fff;
}

.amis-scope .ant-btn-dashed:hover > a:only-child,
.amis-scope .ant-btn-dashed:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dashed:hover > a:only-child::after,
.amis-scope .ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dashed:active {
  color: #096dd9;
  border-color: #096dd9;
  background: #fff;
}

.amis-scope .ant-btn-dashed:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dashed:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dashed[disabled],
.amis-scope .ant-btn-dashed[disabled]:hover,
.amis-scope .ant-btn-dashed[disabled]:focus,
.amis-scope .ant-btn-dashed[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dashed[disabled] > a:only-child,
.amis-scope .ant-btn-dashed[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dashed[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dashed[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dashed[disabled] > a:only-child::after,
.amis-scope .ant-btn-dashed[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dashed[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dashed[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-danger {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.amis-scope .ant-btn-danger > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-danger:hover,
.amis-scope .ant-btn-danger:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}

.amis-scope .ant-btn-danger:hover > a:only-child,
.amis-scope .ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-danger:hover > a:only-child::after,
.amis-scope .ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-danger:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}

.amis-scope .ant-btn-danger:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-danger[disabled],
.amis-scope .ant-btn-danger[disabled]:hover,
.amis-scope .ant-btn-danger[disabled]:focus,
.amis-scope .ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-danger[disabled] > a:only-child,
.amis-scope .ant-btn-danger[disabled]:hover > a:only-child,
.amis-scope .ant-btn-danger[disabled]:focus > a:only-child,
.amis-scope .ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-danger[disabled] > a:only-child::after,
.amis-scope .ant-btn-danger[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-danger[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-link {
  color: #1890ff;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.amis-scope .ant-btn-link > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-link:hover,
.amis-scope .ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}

.amis-scope .ant-btn-link:hover > a:only-child,
.amis-scope .ant-btn-link:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-link:hover > a:only-child::after,
.amis-scope .ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}

.amis-scope .ant-btn-link:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-link[disabled],
.amis-scope .ant-btn-link[disabled]:hover,
.amis-scope .ant-btn-link[disabled]:focus,
.amis-scope .ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-link[disabled] > a:only-child,
.amis-scope .ant-btn-link[disabled]:hover > a:only-child,
.amis-scope .ant-btn-link[disabled]:focus > a:only-child,
.amis-scope .ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-link[disabled] > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-link:hover {
  background: transparent;
}

.amis-scope .ant-btn-link:hover,
.amis-scope .ant-btn-link:focus,
.amis-scope .ant-btn-link:active {
  border-color: transparent;
}

.amis-scope .ant-btn-link[disabled],
.amis-scope .ant-btn-link[disabled]:hover,
.amis-scope .ant-btn-link[disabled]:focus,
.amis-scope .ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-link[disabled] > a:only-child,
.amis-scope .ant-btn-link[disabled]:hover > a:only-child,
.amis-scope .ant-btn-link[disabled]:focus > a:only-child,
.amis-scope .ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-link[disabled] > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-text {
  color: rgba(0, 0, 0, 0.85);
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.amis-scope .ant-btn-text > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-text:hover,
.amis-scope .ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}

.amis-scope .ant-btn-text:hover > a:only-child,
.amis-scope .ant-btn-text:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-text:hover > a:only-child::after,
.amis-scope .ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}

.amis-scope .ant-btn-text:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-text[disabled],
.amis-scope .ant-btn-text[disabled]:hover,
.amis-scope .ant-btn-text[disabled]:focus,
.amis-scope .ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-text[disabled] > a:only-child,
.amis-scope .ant-btn-text[disabled]:hover > a:only-child,
.amis-scope .ant-btn-text[disabled]:focus > a:only-child,
.amis-scope .ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-text[disabled] > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-text:hover,
.amis-scope .ant-btn-text:focus {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.018);
  border-color: transparent;
}

.amis-scope .ant-btn-text:active {
  color: rgba(0, 0, 0, 0.85);
  background: rgba(0, 0, 0, 0.028);
  border-color: transparent;
}

.amis-scope .ant-btn-text[disabled],
.amis-scope .ant-btn-text[disabled]:hover,
.amis-scope .ant-btn-text[disabled]:focus,
.amis-scope .ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-text[disabled] > a:only-child,
.amis-scope .ant-btn-text[disabled]:hover > a:only-child,
.amis-scope .ant-btn-text[disabled]:focus > a:only-child,
.amis-scope .ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-text[disabled] > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  background: #fff;
}

.amis-scope .ant-btn-dangerous > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous:hover,
.amis-scope .ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
  background: #fff;
}

.amis-scope .ant-btn-dangerous:hover > a:only-child,
.amis-scope .ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
  background: #fff;
}

.amis-scope .ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous[disabled],
.amis-scope .ant-btn-dangerous[disabled]:hover,
.amis-scope .ant-btn-dangerous[disabled]:focus,
.amis-scope .ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-primary {
  color: #fff;
  border-color: #ff4d4f;
  background: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}

.amis-scope .ant-btn-dangerous.ant-btn-primary > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:hover,
.amis-scope .ant-btn-dangerous.ant-btn-primary:focus {
  color: #fff;
  border-color: #ff7875;
  background: #ff7875;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:active {
  color: #fff;
  border-color: #d9363e;
  background: #d9363e;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled],
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:hover,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:focus,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled],
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled],
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text {
  color: #ff4d4f;
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-text > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus {
  color: #40a9ff;
  border-color: #40a9ff;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active {
  color: #096dd9;
  border-color: #096dd9;
  background: transparent;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled],
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus {
  color: #ff7875;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.018);
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active {
  color: #d9363e;
  border-color: transparent;
  background: rgba(0, 0, 0, 0.028);
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled],
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  background: transparent;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-dangerous.ant-btn-text[disabled] > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-dangerous.ant-btn-text[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 2.4px 0;
  font-size: 16px;
  border-radius: 2px;
  vertical-align: -3px;
}

.amis-scope .ant-btn-icon-only > * {
  font-size: 16px;
}

.amis-scope .ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 4.9px 0;
  font-size: 18px;
  border-radius: 2px;
}

.amis-scope .ant-btn-icon-only.ant-btn-lg > * {
  font-size: 18px;
}

.amis-scope .ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0px 0;
  font-size: 14px;
  border-radius: 2px;
}

.amis-scope .ant-btn-icon-only.ant-btn-sm > * {
  font-size: 14px;
}

.amis-scope .ant-btn-icon-only > .anticon {
  display: flex;
  justify-content: center;
}

.amis-scope a.ant-btn-icon-only {
  vertical-align: -1px;
}

.amis-scope a.ant-btn-icon-only > .anticon {
  display: inline;
}

.amis-scope .ant-btn-round {
  height: 32px;
  padding: 4px 16px;
  font-size: 14px;
  border-radius: 32px;
}

.amis-scope .ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 6.4px 20px;
  font-size: 16px;
  border-radius: 40px;
}

.amis-scope .ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0px 12px;
  font-size: 14px;
  border-radius: 24px;
}

.amis-scope .ant-btn-round.ant-btn-icon-only {
  width: auto;
}

.amis-scope .ant-btn-circle {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}

.amis-scope .ant-btn-circle.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}

.amis-scope .ant-btn-circle.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}

.amis-scope .ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-btn .anticon {
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-btn .anticon.anticon-plus > svg,
.amis-scope .ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizespeed;
}

.amis-scope .ant-btn.ant-btn-loading {
  position: relative;
  cursor: default;
}

.amis-scope .ant-btn.ant-btn-loading::before {
  display: block;
}

.amis-scope .ant-btn > .ant-btn-loading-icon {
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 8px;
  -webkit-animation: none;
  animation: none;
}

.amis-scope .ant-btn > .ant-btn-loading-icon .anticon svg {
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

.amis-scope .ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
}

.amis-scope .ant-btn-group {
  position: relative;
  display: inline-flex;
}

.amis-scope .ant-btn-group > .ant-btn,
.amis-scope .ant-btn-group > span > .ant-btn {
  position: relative;
}

.amis-scope .ant-btn-group > .ant-btn:hover,
.amis-scope .ant-btn-group > span > .ant-btn:hover,
.amis-scope .ant-btn-group > .ant-btn:focus,
.amis-scope .ant-btn-group > span > .ant-btn:focus,
.amis-scope .ant-btn-group > .ant-btn:active,
.amis-scope .ant-btn-group > span > .ant-btn:active {
  z-index: 2;
}

.amis-scope .ant-btn-group > .ant-btn[disabled],
.amis-scope .ant-btn-group > span > .ant-btn[disabled] {
  z-index: 0;
}

.amis-scope .ant-btn-group .ant-btn-icon-only {
  font-size: 14px;
}

.amis-scope .ant-btn-group .ant-btn + .ant-btn,
.amis-scope .ant-btn + .ant-btn-group,
.amis-scope .ant-btn-group span + .ant-btn,
.amis-scope .ant-btn-group .ant-btn + span,
.amis-scope .ant-btn-group > span + span,
.amis-scope .ant-btn-group + .ant-btn,
.amis-scope .ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}

.amis-scope .ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}

.amis-scope .ant-btn-group .ant-btn {
  border-radius: 0;
}

.amis-scope .ant-btn-group > .ant-btn:first-child,
.amis-scope .ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}

.amis-scope .ant-btn-group > .ant-btn:only-child {
  border-radius: 2px;
}

.amis-scope .ant-btn-group > span:only-child > .ant-btn {
  border-radius: 2px;
}

.amis-scope .ant-btn-group > .ant-btn:first-child:not(:last-child),
.amis-scope .ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-btn-group > .ant-btn:last-child:not(:first-child),
.amis-scope .ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.amis-scope .ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 2px;
}

.amis-scope .ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 2px;
}

.amis-scope .ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.amis-scope .ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.amis-scope .ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.amis-scope .ant-btn-group > .ant-btn-group {
  float: left;
}

.amis-scope .ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}

.amis-scope .ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-btn-rtl.ant-btn-group .ant-btn + .ant-btn,
.amis-scope .ant-btn-rtl.ant-btn + .ant-btn-group,
.amis-scope .ant-btn-rtl.ant-btn-group span + .ant-btn,
.amis-scope .ant-btn-rtl.ant-btn-group .ant-btn + span,
.amis-scope .ant-btn-rtl.ant-btn-group > span + span,
.amis-scope .ant-btn-rtl.ant-btn-group + .ant-btn,
.amis-scope .ant-btn-rtl.ant-btn-group + .ant-btn-group,
.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn + .ant-btn,
.amis-scope .ant-btn-group-rtl.ant-btn + .ant-btn-group,
.amis-scope .ant-btn-group-rtl.ant-btn-group span + .ant-btn,
.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn + span,
.amis-scope .ant-btn-group-rtl.ant-btn-group > span + span,
.amis-scope .ant-btn-group-rtl.ant-btn-group + .ant-btn,
.amis-scope .ant-btn-group-rtl.ant-btn-group + .ant-btn-group {
  margin-right: -1px;
  margin-left: auto;
}

.amis-scope .ant-btn-group.ant-btn-group-rtl {
  direction: rtl;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group > .ant-btn:first-child:not(:last-child),
.amis-scope .ant-btn-group-rtl.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group > .ant-btn:last-child:not(:first-child),
.amis-scope .ant-btn-group-rtl.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.amis-scope .ant-btn-group-rtl.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.amis-scope .ant-btn-group-rtl.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-btn:focus > span,
.amis-scope .ant-btn:active > span {
  position: relative;
}

.amis-scope .ant-btn > .anticon + span,
.amis-scope .ant-btn > span + .anticon {
  margin-left: 8px;
}

.amis-scope .ant-btn.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}

.amis-scope .ant-btn.ant-btn-background-ghost,
.amis-scope .ant-btn.ant-btn-background-ghost:hover,
.amis-scope .ant-btn.ant-btn-background-ghost:active,
.amis-scope .ant-btn.ant-btn-background-ghost:focus {
  background: transparent;
}

.amis-scope .ant-btn.ant-btn-background-ghost:hover,
.amis-scope .ant-btn.ant-btn-background-ghost:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}

.amis-scope .ant-btn.ant-btn-background-ghost:active {
  color: #096dd9;
  border-color: #096dd9;
}

.amis-scope .ant-btn.ant-btn-background-ghost[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: #d9d9d9;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary {
  color: #1890ff;
  border-color: #1890ff;
  text-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-primary:focus {
  color: #40a9ff;
  border-color: #40a9ff;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:active {
  color: #096dd9;
  border-color: #096dd9;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled],
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  border-color: #ff7875;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:active {
  color: #d9363e;
  border-color: #d9363e;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled],
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous {
  color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:focus {
  color: #ff7875;
  border-color: #ff7875;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:active {
  color: #d9363e;
  border-color: #d9363e;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled],
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled] > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link {
  color: #ff4d4f;
  border-color: transparent;
  text-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus {
  color: #ff7875;
  border-color: transparent;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active {
  color: #d9363e;
  border-color: transparent;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled],
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  background: #f5f5f5;
  text-shadow: none;
  box-shadow: none;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child {
  color: currentcolor;
}

.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled] > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:hover > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:focus > a:only-child::after,
.amis-scope .ant-btn-background-ghost.ant-btn-dangerous.ant-btn-link[disabled]:active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}

.amis-scope .ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}

.amis-scope .ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}

.amis-scope .ant-btn.ant-btn-block {
  width: 100%;
}

.amis-scope .ant-btn:empty {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.amis-scope a.ant-btn {
  padding-top: 0.01px !important;
  line-height: 30px;
}

.amis-scope a.ant-btn-lg {
  line-height: 38px;
}

.amis-scope a.ant-btn-sm {
  line-height: 22px;
}

.amis-scope .ant-btn-rtl {
  direction: rtl;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}

.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.amis-scope .ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-right-color: #d9d9d9;
  border-left-color: #40a9ff;
}

.amis-scope .ant-btn-rtl.ant-btn > .ant-btn-loading-icon .anticon {
  padding-right: 0;
  padding-left: 8px;
}

.amis-scope .ant-btn > .ant-btn-loading-icon:only-child .anticon {
  padding-right: 0;
  padding-left: 0;
}

.amis-scope .ant-btn-rtl.ant-btn > .anticon + span,
.amis-scope .ant-btn-rtl.ant-btn > span + .anticon {
  margin-right: 8px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-picker-calendar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
}

.amis-scope .ant-picker-calendar-header {
  display: flex;
  justify-content: flex-end;
  padding: 12px 0;
}

.amis-scope .ant-picker-calendar-header .ant-picker-calendar-year-select {
  min-width: 80px;
}

.amis-scope .ant-picker-calendar-header .ant-picker-calendar-month-select {
  min-width: 70px;
  margin-left: 8px;
}

.amis-scope .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-left: 8px;
}

.amis-scope .ant-picker-calendar .ant-picker-panel {
  background: #fff;
  border: 0;
  border-top: 1px solid #f0f0f0;
  border-radius: 0;
}

.amis-scope .ant-picker-calendar .ant-picker-panel .ant-picker-month-panel,
.amis-scope .ant-picker-calendar .ant-picker-panel .ant-picker-date-panel {
  width: auto;
}

.amis-scope .ant-picker-calendar .ant-picker-panel .ant-picker-body {
  padding: 8px 0;
}

.amis-scope .ant-picker-calendar .ant-picker-panel .ant-picker-content {
  width: 100%;
}

.amis-scope .ant-picker-calendar-mini {
  border-radius: 2px;
}

.amis-scope .ant-picker-calendar-mini .ant-picker-calendar-header {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-picker-calendar-mini .ant-picker-panel {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-picker-calendar-mini .ant-picker-content {
  height: 256px;
}

.amis-scope .ant-picker-calendar-mini .ant-picker-content th {
  height: auto;
  padding: 0;
  line-height: 18px;
}

.amis-scope .ant-picker-calendar-mini .ant-picker-cell::before {
  pointer-events: none;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel {
  display: block;
  width: 100%;
  text-align: right;
  background: #fff;
  border: 0;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-body th,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-body td {
  padding: 0;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  height: auto;
  padding: 0 12px 5px 0;
  line-height: 18px;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell::before {
  display: none;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell:hover .ant-picker-calendar-date {
  background: #f5f5f5;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell .ant-picker-calendar-date-today::before {
  display: none;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today {
  background: #e6f7ff;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date .ant-picker-calendar-date-value,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date .ant-picker-calendar-date-value,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date-today .ant-picker-calendar-date-value,
.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected:hover .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: #1890ff;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date {
  display: block;
  width: auto;
  height: auto;
  margin: 0 4px;
  padding: 4px 8px 0;
  border: 0;
  border-top: 2px solid #f0f0f0;
  border-radius: 0;
  transition: background 0.3s;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-value {
  line-height: 24px;
  transition: color 0.3s;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  position: static;
  width: auto;
  height: 86px;
  overflow-y: auto;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  text-align: left;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
  border-color: #1890ff;
}

.amis-scope .ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today .ant-picker-calendar-date-value {
  color: rgba(0, 0, 0, 0.85);
}

@media only screen and (max-width: 480px) {
  .amis-scope .ant-picker-calendar-header {
    display: block;
  }

  .amis-scope .ant-picker-calendar-header .ant-picker-calendar-year-select {
    width: 50%;
  }

  .amis-scope .ant-picker-calendar-header .ant-picker-calendar-month-select {
    width: calc(50% - 8px);
  }

  .amis-scope .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }

  .amis-scope .ant-picker-calendar-header .ant-picker-calendar-mode-switch > label {
    width: 50%;
    text-align: center;
  }
}

.amis-scope .ant-picker-calendar-rtl {
  direction: rtl;
}

.amis-scope .ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-month-select {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-picker-calendar-rtl .ant-picker-calendar-header .ant-picker-calendar-mode-switch {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel {
  text-align: left;
}

.amis-scope .ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-body th {
  padding: 0 0 5px 12px;
}

.amis-scope .ant-picker-calendar-rtl.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-content {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  font-size: 0;
}

.amis-scope .ant-radio-group .ant-badge-count {
  z-index: 1;
}

.amis-scope .ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
  border-left: none;
}

.amis-scope .ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-flex;
  align-items: baseline;
  margin-right: 8px;
  cursor: pointer;
}

.amis-scope .ant-radio-wrapper-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-radio-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.amis-scope .ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  display: inline-block;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-radio-wrapper:hover .ant-radio,
.amis-scope .ant-radio:hover .ant-radio-inner,
.amis-scope .ant-radio-input:focus + .ant-radio-inner {
  border-color: #1890ff;
}

.amis-scope .ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px #e6f7ff;
}

.amis-scope .ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
  animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  content: '';
}

.amis-scope .ant-radio:hover::after,
.amis-scope .ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}

.amis-scope .ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 50%;
  transition: all 0.3s;
}

.amis-scope .ant-radio-inner::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #1890ff;
  border-top: 0;
  border-left: 0;
  border-radius: 16px;
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}

.amis-scope .ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}

.amis-scope .ant-radio-checked .ant-radio-inner {
  border-color: #1890ff;
}

.amis-scope .ant-radio-checked .ant-radio-inner::after {
  transform: scale(0.5);
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-radio-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}

.amis-scope .ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}

.amis-scope .ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}

.amis-scope .ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left-width: 0;
  cursor: pointer;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}

.amis-scope .ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-radio-button-wrapper > .ant-radio-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.amis-scope .ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}

.amis-scope .ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}

.amis-scope .ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  transition: background-color 0.3s;
  content: '';
}

.amis-scope .ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-radio-button-wrapper:last-child {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-radio-button-wrapper:first-child:last-child {
  border-radius: 2px;
}

.amis-scope .ant-radio-button-wrapper:hover {
  position: relative;
  color: #1890ff;
}

.amis-scope .ant-radio-button-wrapper:focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}

.amis-scope .ant-radio-button-wrapper .ant-radio-inner,
.amis-scope .ant-radio-button-wrapper input[type='checkbox'],
.amis-scope .ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #1890ff;
  background: #fff;
  border-color: #1890ff;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #1890ff;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #1890ff;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #40a9ff;
  border-color: #40a9ff;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #40a9ff;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #096dd9;
  border-color: #096dd9;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #096dd9;
}

.amis-scope .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}

.amis-scope .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #40a9ff;
  border-color: #40a9ff;
}

.amis-scope .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #096dd9;
  border-color: #096dd9;
}

.amis-scope .ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  box-shadow: 0 0 0 3px #e6f7ff;
}

.amis-scope .ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-radio-button-wrapper-disabled:first-child,
.amis-scope .ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}

.amis-scope .ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}

.amis-scope .ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: rgba(0, 0, 0, 0.25);
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  box-shadow: none;
}

@-webkit-keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.amis-scope .ant-radio-group.ant-radio-group-rtl {
  direction: rtl;
}

.amis-scope .ant-radio-wrapper.ant-radio-wrapper-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
}

.amis-scope .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
  border-right-width: 0;
  border-left-width: 1px;
}

.amis-scope .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
  right: -1px;
  left: 0;
}

.amis-scope .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
  border-right: 1px solid #d9d9d9;
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
  border-right-color: #40a9ff;
}

.amis-scope .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
  border-right-color: #d9d9d9;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-picker-status-error.ant-picker,
.amis-scope .ant-picker-status-error.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #ff4d4f;
}

.amis-scope .ant-picker-status-error.ant-picker-focused,
.amis-scope .ant-picker-status-error.ant-picker:focus {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-picker-status-warning.ant-picker,
.amis-scope .ant-picker-status-warning.ant-picker:not([disabled]):hover {
  background-color: #fff;
  border-color: #faad14;
}

.amis-scope .ant-picker-status-warning.ant-picker-focused,
.amis-scope .ant-picker-status-warning.ant-picker:focus {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  padding: 4px 11px 4px;
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: border 0.3s, box-shadow 0.3s;
}

.amis-scope .ant-picker:hover,
.amis-scope .ant-picker-focused {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-picker-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-picker.ant-picker-disabled {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-picker.ant-picker-disabled .ant-picker-suffix {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-picker.ant-picker-borderless {
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.amis-scope .ant-picker-input {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.amis-scope .ant-picker-input > input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  flex: auto;
  min-width: 1px;
  height: auto;
  padding: 0;
  background: transparent;
  border: 0;
}

.amis-scope .ant-picker-input > input::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-picker-input > input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-picker-input > input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-picker-input > input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-picker-input > input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-picker-input > input:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-picker-input > input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-picker-input > input:focus,
.amis-scope .ant-picker-input > input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-picker-input > input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-picker-input > input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-picker-input > input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-picker-input > input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-picker-input > input-borderless,
.amis-scope .ant-picker-input > input-borderless:hover,
.amis-scope .ant-picker-input > input-borderless:focus,
.amis-scope .ant-picker-input > input-borderless-focused,
.amis-scope .ant-picker-input > input-borderless-disabled,
.amis-scope .ant-picker-input > input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-picker-input > input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-picker-input > input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-picker-input > input-sm {
  padding: 0px 7px;
}

.amis-scope .ant-picker-input > input:focus {
  box-shadow: none;
}

.amis-scope .ant-picker-input > input[disabled] {
  background: transparent;
}

.amis-scope .ant-picker-input:hover .ant-picker-clear {
  opacity: 1;
}

.amis-scope .ant-picker-input-placeholder > input {
  color: #bfbfbf;
}

.amis-scope .ant-picker-large {
  padding: 6.5px 11px 6.5px;
}

.amis-scope .ant-picker-large .ant-picker-input > input {
  font-size: 16px;
}

.amis-scope .ant-picker-small {
  padding: 0px 7px 0px;
}

.amis-scope .ant-picker-suffix {
  display: flex;
  flex: none;
  align-self: center;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  pointer-events: none;
}

.amis-scope .ant-picker-suffix > * {
  vertical-align: top;
}

.amis-scope .ant-picker-suffix > *:not(:last-child) {
  margin-right: 8px;
}

.amis-scope .ant-picker-clear {
  position: absolute;
  top: 50%;
  right: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
  background: #fff;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s, color 0.3s;
}

.amis-scope .ant-picker-clear > * {
  vertical-align: top;
}

.amis-scope .ant-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-picker-separator {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
  vertical-align: top;
  cursor: default;
}

.amis-scope .ant-picker-focused .ant-picker-separator {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
  cursor: not-allowed;
}

.amis-scope .ant-picker-range {
  position: relative;
  display: inline-flex;
}

.amis-scope .ant-picker-range .ant-picker-clear {
  right: 11px;
}

.amis-scope .ant-picker-range:hover .ant-picker-clear {
  opacity: 1;
}

.amis-scope .ant-picker-range .ant-picker-active-bar {
  bottom: -1px;
  height: 2px;
  margin-left: 11px;
  background: #1890ff;
  opacity: 0;
  transition: all 0.3s ease-out;
  pointer-events: none;
}

.amis-scope .ant-picker-range.ant-picker-focused .ant-picker-active-bar {
  opacity: 1;
}

.amis-scope .ant-picker-range-separator {
  align-items: center;
  padding: 0 8px;
  line-height: 1;
}

.amis-scope .ant-picker-range.ant-picker-small .ant-picker-clear {
  right: 7px;
}

.amis-scope .ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-left: 7px;
}

.amis-scope .ant-picker-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
}

.amis-scope .ant-picker-dropdown-hidden {
  display: none;
}

.amis-scope .ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
  top: 2.58561808px;
  display: block;
  transform: rotate(-135deg) translateY(1px);
}

.amis-scope .ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
  bottom: 2.58561808px;
  display: block;
  transform: rotate(45deg);
}

.amis-scope .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-topRight,
.amis-scope .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
  animation-name: antSlideDownIn;
}

.amis-scope .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-enter.ant-slide-up-enter-active.ant-picker-dropdown-placement-bottomRight,
.amis-scope .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-appear.ant-slide-up-appear-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
  animation-name: antSlideUpIn;
}

.amis-scope .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
  animation-name: antSlideDownOut;
}

.amis-scope .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomLeft,
.amis-scope .ant-picker-dropdown.ant-slide-up-leave.ant-slide-up-leave-active.ant-picker-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
  animation-name: antSlideUpOut;
}

.amis-scope .ant-picker-dropdown-range {
  padding: 7.54247233px 0;
}

.amis-scope .ant-picker-dropdown-range-hidden {
  display: none;
}

.amis-scope .ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
  padding-top: 4px;
}

.amis-scope .ant-picker-ranges {
  margin-bottom: 0;
  padding: 4px 12px;
  overflow: hidden;
  line-height: 34px;
  text-align: left;
  list-style: none;
}

.amis-scope .ant-picker-ranges > li {
  display: inline-block;
}

.amis-scope .ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
  cursor: pointer;
}

.amis-scope .ant-picker-ranges .ant-picker-ok {
  float: right;
  margin-left: 8px;
}

.amis-scope .ant-picker-range-wrapper {
  display: flex;
}

.amis-scope .ant-picker-range-arrow {
  position: absolute;
  z-index: 1;
  display: none;
  width: 11.3137085px;
  height: 11.3137085px;
  margin-left: 16.5px;
  background: linear-gradient(135deg, transparent 40%, #fff 40%);
  box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease-out;
  border-radius: 0 0 2px;
  pointer-events: none;
}

.amis-scope .ant-picker-range-arrow::before {
  position: absolute;
  top: -11.3137085px;
  left: -11.3137085px;
  width: 33.9411255px;
  height: 33.9411255px;
  background: linear-gradient(to left, #fff 50%, #fff 50%) no-repeat -10px -10px;
  content: '';
  -webkit-clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
  clip-path: path('M 9.849242404917499 24.091883092036785 A 5 5 0 0 1 13.384776310850237 22.627416997969522 L 20.627416997969522 22.627416997969522 A 2 2 0 0 0 22.627416997969522 20.627416997969522 L 22.627416997969522 13.384776310850237 A 5 5 0 0 1 24.091883092036785 9.849242404917499 Z');
}

.amis-scope .ant-picker-panel-container {
  overflow: hidden;
  vertical-align: top;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  transition: margin 0.3s;
}

.amis-scope .ant-picker-panel-container .ant-picker-panels {
  display: inline-flex;
  flex-wrap: nowrap;
  direction: ltr;
}

.amis-scope .ant-picker-panel-container .ant-picker-panel {
  vertical-align: top;
  background: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
}

.amis-scope .ant-picker-panel-container .ant-picker-panel .ant-picker-content,
.amis-scope .ant-picker-panel-container .ant-picker-panel table {
  text-align: center;
}

.amis-scope .ant-picker-panel-container .ant-picker-panel-focused {
  border-color: #f0f0f0;
}

.amis-scope .ant-picker-panel {
  display: inline-flex;
  flex-direction: column;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
}

.amis-scope .ant-picker-panel-focused {
  border-color: #1890ff;
}

.amis-scope .ant-picker-decade-panel,
.amis-scope .ant-picker-year-panel,
.amis-scope .ant-picker-quarter-panel,
.amis-scope .ant-picker-month-panel,
.amis-scope .ant-picker-week-panel,
.amis-scope .ant-picker-date-panel,
.amis-scope .ant-picker-time-panel {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.amis-scope .ant-picker-header {
  display: flex;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-picker-header > * {
  flex: none;
}

.amis-scope .ant-picker-header button {
  padding: 0;
  color: rgba(0, 0, 0, 0.25);
  line-height: 40px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.amis-scope .ant-picker-header > button {
  min-width: 1.6em;
  font-size: 14px;
}

.amis-scope .ant-picker-header > button:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-picker-header-view {
  flex: auto;
  font-weight: 500;
  line-height: 40px;
}

.amis-scope .ant-picker-header-view button {
  color: inherit;
  font-weight: inherit;
}

.amis-scope .ant-picker-header-view button:not(:first-child) {
  margin-left: 8px;
}

.amis-scope .ant-picker-header-view button:hover {
  color: #1890ff;
}

.amis-scope .ant-picker-prev-icon,
.amis-scope .ant-picker-next-icon,
.amis-scope .ant-picker-super-prev-icon,
.amis-scope .ant-picker-super-next-icon {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
}

.amis-scope .ant-picker-prev-icon::before,
.amis-scope .ant-picker-next-icon::before,
.amis-scope .ant-picker-super-prev-icon::before,
.amis-scope .ant-picker-super-next-icon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}

.amis-scope .ant-picker-super-prev-icon::after,
.amis-scope .ant-picker-super-next-icon::after {
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0 solid currentcolor;
  border-width: 1.5px 0 0 1.5px;
  content: '';
}

.amis-scope .ant-picker-prev-icon,
.amis-scope .ant-picker-super-prev-icon {
  transform: rotate(-45deg);
}

.amis-scope .ant-picker-next-icon,
.amis-scope .ant-picker-super-next-icon {
  transform: rotate(135deg);
}

.amis-scope .ant-picker-content {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.amis-scope .ant-picker-content th,
.amis-scope .ant-picker-content td {
  position: relative;
  min-width: 24px;
  font-weight: 400;
}

.amis-scope .ant-picker-content th {
  height: 30px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 30px;
}

.amis-scope .ant-picker-cell {
  padding: 3px 0;
  color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.amis-scope .ant-picker-cell-in-view {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-picker-cell::before {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  height: 24px;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}

.amis-scope .ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.amis-scope .ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.amis-scope .ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
  background: #f5f5f5;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 1px solid #1890ff;
  border-radius: 2px;
  content: '';
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-in-range {
  position: relative;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-in-range::before {
  background: #e6f7ff;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
  color: #fff;
  background: #1890ff;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
  background: #e6f7ff;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  left: 50%;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 50%;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-end-near-hover::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-start.ant-picker-cell-range-end.ant-picker-cell-range-start-near-hover::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
  position: absolute;
  top: 50%;
  z-index: 0;
  height: 24px;
  border-top: 1px dashed #7ec1ff;
  border-bottom: 1px dashed #7ec1ff;
  transform: translateY(-50%);
  transition: all 0.3s;
  content: '';
}

.amis-scope .ant-picker-cell-range-hover-start::after,
.amis-scope .ant-picker-cell-range-hover-end::after,
.amis-scope .ant-picker-cell-range-hover::after {
  right: 0;
  left: 2px;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.amis-scope .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.amis-scope .ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
  background: #cbe6ff;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.amis-scope .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #cbe6ff;
  transition: all 0.3s;
  content: '';
}

.amis-scope .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.amis-scope .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.amis-scope .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 50%;
}

.amis-scope .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  left: 50%;
}

.amis-scope tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
.amis-scope tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  left: 6px;
  border-left: 1px dashed #7ec1ff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
.amis-scope tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.amis-scope .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 6px;
  border-right: 1px dashed #7ec1ff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.amis-scope .ant-picker-cell-disabled {
  color: rgba(0, 0, 0, 0.25);
  pointer-events: none;
}

.amis-scope .ant-picker-cell-disabled .ant-picker-cell-inner {
  background: transparent;
}

.amis-scope .ant-picker-cell-disabled::before {
  background: rgba(0, 0, 0, 0.04);
}

.amis-scope .ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-picker-decade-panel .ant-picker-content,
.amis-scope .ant-picker-year-panel .ant-picker-content,
.amis-scope .ant-picker-quarter-panel .ant-picker-content,
.amis-scope .ant-picker-month-panel .ant-picker-content {
  height: 264px;
}

.amis-scope .ant-picker-decade-panel .ant-picker-cell-inner,
.amis-scope .ant-picker-year-panel .ant-picker-cell-inner,
.amis-scope .ant-picker-quarter-panel .ant-picker-cell-inner,
.amis-scope .ant-picker-month-panel .ant-picker-cell-inner {
  padding: 0 8px;
}

.amis-scope .ant-picker-quarter-panel .ant-picker-content {
  height: 56px;
}

.amis-scope .ant-picker-footer {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
  line-height: 38px;
  text-align: center;
  border-bottom: 1px solid transparent;
}

.amis-scope .ant-picker-panel .ant-picker-footer {
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-picker-footer-extra {
  padding: 0 12px;
  line-height: 38px;
  text-align: left;
}

.amis-scope .ant-picker-footer-extra:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-picker-now {
  text-align: left;
}

.amis-scope .ant-picker-today-btn {
  color: #1890ff;
}

.amis-scope .ant-picker-today-btn:hover {
  color: #40a9ff;
}

.amis-scope .ant-picker-today-btn:active {
  color: #096dd9;
}

.amis-scope .ant-picker-today-btn.ant-picker-today-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-picker-decade-panel .ant-picker-cell-inner {
  padding: 0 4px;
}

.amis-scope .ant-picker-decade-panel .ant-picker-cell::before {
  display: none;
}

.amis-scope .ant-picker-year-panel .ant-picker-body,
.amis-scope .ant-picker-quarter-panel .ant-picker-body,
.amis-scope .ant-picker-month-panel .ant-picker-body {
  padding: 0 8px;
}

.amis-scope .ant-picker-year-panel .ant-picker-cell-inner,
.amis-scope .ant-picker-quarter-panel .ant-picker-cell-inner,
.amis-scope .ant-picker-month-panel .ant-picker-cell-inner {
  width: 60px;
}

.amis-scope .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.amis-scope .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.amis-scope .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.amis-scope .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.amis-scope .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  right: 14px;
  border-right: 1px dashed #7ec1ff;
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
  left: 14px;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-picker-week-panel .ant-picker-body {
  padding: 8px 12px;
}

.amis-scope .ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.amis-scope .ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.amis-scope .ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
  background: transparent !important;
}

.amis-scope .ant-picker-week-panel-row td {
  transition: background 0.3s;
}

.amis-scope .ant-picker-week-panel-row:hover td {
  background: #f5f5f5;
}

.amis-scope .ant-picker-week-panel-row-selected td,
.amis-scope .ant-picker-week-panel-row-selected:hover td {
  background: #1890ff;
}

.amis-scope .ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.amis-scope .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
  color: rgba(255, 255, 255, 0.5);
}

.amis-scope .ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.amis-scope .ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
  border-color: #fff;
}

.amis-scope .ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.amis-scope .ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
  color: #fff;
}

.amis-scope .ant-picker-date-panel .ant-picker-body {
  padding: 8px 12px;
}

.amis-scope .ant-picker-date-panel .ant-picker-content {
  width: 252px;
}

.amis-scope .ant-picker-date-panel .ant-picker-content th {
  width: 36px;
}

.amis-scope .ant-picker-datetime-panel {
  display: flex;
}

.amis-scope .ant-picker-datetime-panel .ant-picker-time-panel {
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-picker-datetime-panel .ant-picker-date-panel,
.amis-scope .ant-picker-datetime-panel .ant-picker-time-panel {
  transition: opacity 0.3s;
}

.amis-scope .ant-picker-datetime-panel-active .ant-picker-date-panel,
.amis-scope .ant-picker-datetime-panel-active .ant-picker-time-panel {
  opacity: 0.3;
}

.amis-scope .ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.amis-scope .ant-picker-datetime-panel-active .ant-picker-time-panel-active {
  opacity: 1;
}

.amis-scope .ant-picker-time-panel {
  width: auto;
  min-width: auto;
}

.amis-scope .ant-picker-time-panel .ant-picker-content {
  display: flex;
  flex: auto;
  height: 224px;
}

.amis-scope .ant-picker-time-panel-column {
  flex: 1 0 auto;
  width: 56px;
  margin: 0;
  padding: 0;
  overflow-y: hidden;
  text-align: left;
  list-style: none;
  transition: background 0.3s;
}

.amis-scope .ant-picker-time-panel-column::after {
  display: block;
  height: 196px;
  content: '';
}

.amis-scope .ant-picker-datetime-panel .ant-picker-time-panel-column::after {
  height: 198px;
}

.amis-scope .ant-picker-time-panel-column:not(:first-child) {
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-picker-time-panel-column-active {
  background: rgba(230, 247, 255, 0.2);
}

.amis-scope .ant-picker-time-panel-column:hover {
  overflow-y: auto;
}

.amis-scope .ant-picker-time-panel-column > li {
  margin: 0;
  padding: 0;
}

.amis-scope .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0;
  padding: 0 0 0 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 28px;
  border-radius: 0;
  cursor: pointer;
  transition: background 0.3s;
}

.amis-scope .ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
  background: #f5f5f5;
}

.amis-scope .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
  background: #e6f7ff;
}

.amis-scope .ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}

/* stylelint-disable selector-type-no-unknown,selector-no-vendor-prefix */

.amis-scope _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
.amis-scope _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
  padding: 21px 0;
}

.amis-scope .ant-picker-rtl {
  direction: rtl;
}

.amis-scope .ant-picker-rtl .ant-picker-suffix {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-picker-rtl .ant-picker-clear {
  right: auto;
  left: 0;
}

.amis-scope .ant-picker-rtl .ant-picker-separator {
  transform: rotate(180deg);
}

.amis-scope .ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-picker-rtl.ant-picker-range .ant-picker-clear {
  right: auto;
  left: 11px;
}

.amis-scope .ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
  margin-right: 11px;
  margin-left: 0;
}

.amis-scope .ant-picker-rtl.ant-picker-range.ant-picker-small .ant-picker-active-bar {
  margin-right: 7px;
}

.amis-scope .ant-picker-dropdown-rtl .ant-picker-ranges {
  text-align: right;
}

.amis-scope .ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-picker-panel-rtl {
  direction: rtl;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-prev-icon,
.amis-scope .ant-picker-panel-rtl .ant-picker-super-prev-icon {
  transform: rotate(135deg);
}

.amis-scope .ant-picker-panel-rtl .ant-picker-next-icon,
.amis-scope .ant-picker-panel-rtl .ant-picker-super-next-icon {
  transform: rotate(-45deg);
}

.amis-scope .ant-picker-cell .ant-picker-cell-inner {
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  transition: background 0.3s, border 0.3s;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
  right: 50%;
  left: 0;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
  right: 0;
  left: 50%;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
  right: 50%;
  left: 50%;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
  right: 0;
  left: -6px;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
  right: -6px;
  left: 0;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
  right: 0;
  left: 50%;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
  right: 50%;
  left: 0;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
  right: 6px;
  left: 0;
  border-right: 1px dashed #7ec1ff;
  border-left: none;
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
  right: 0;
  left: 6px;
  border-right: none;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
.amis-scope .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
.amis-scope .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
  right: 6px;
  left: 6px;
  border-right: 1px dashed #7ec1ff;
  border-left: 1px dashed #7ec1ff;
  border-radius: 2px;
}

.amis-scope .ant-picker-dropdown-rtl .ant-picker-footer-extra {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-picker-panel-rtl .ant-picker-time-panel {
  direction: ltr;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.3s;
}

.amis-scope .ant-tag,
.amis-scope .ant-tag a,
.amis-scope .ant-tag a:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}

.amis-scope .ant-tag-close-icon {
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-tag-close-icon:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-tag-has-color {
  border-color: transparent;
}

.amis-scope .ant-tag-has-color,
.amis-scope .ant-tag-has-color a,
.amis-scope .ant-tag-has-color a:hover,
.amis-scope .ant-tag-has-color .anticon-close,
.amis-scope .ant-tag-has-color .anticon-close:hover {
  color: #fff;
}

.amis-scope .ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
  cursor: pointer;
}

.amis-scope .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #1890ff;
}

.amis-scope .ant-tag-checkable:active,
.amis-scope .ant-tag-checkable-checked {
  color: #fff;
}

.amis-scope .ant-tag-checkable-checked {
  background-color: #1890ff;
}

.amis-scope .ant-tag-checkable:active {
  background-color: #096dd9;
}

.amis-scope .ant-tag-hidden {
  display: none;
}

.amis-scope .ant-tag-pink {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.amis-scope .ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.amis-scope .ant-tag-magenta {
  color: #c41d7f;
  background: #fff0f6;
  border-color: #ffadd2;
}

.amis-scope .ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}

.amis-scope .ant-tag-red {
  color: #cf1322;
  background: #fff1f0;
  border-color: #ffa39e;
}

.amis-scope .ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}

.amis-scope .ant-tag-volcano {
  color: #d4380d;
  background: #fff2e8;
  border-color: #ffbb96;
}

.amis-scope .ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}

.amis-scope .ant-tag-orange {
  color: #d46b08;
  background: #fff7e6;
  border-color: #ffd591;
}

.amis-scope .ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}

.amis-scope .ant-tag-yellow {
  color: #d4b106;
  background: #feffe6;
  border-color: #fffb8f;
}

.amis-scope .ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}

.amis-scope .ant-tag-gold {
  color: #d48806;
  background: #fffbe6;
  border-color: #ffe58f;
}

.amis-scope .ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}

.amis-scope .ant-tag-cyan {
  color: #08979c;
  background: #e6fffb;
  border-color: #87e8de;
}

.amis-scope .ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}

.amis-scope .ant-tag-lime {
  color: #7cb305;
  background: #fcffe6;
  border-color: #eaff8f;
}

.amis-scope .ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}

.amis-scope .ant-tag-green {
  color: #389e0d;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.amis-scope .ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}

.amis-scope .ant-tag-blue {
  color: #096dd9;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.amis-scope .ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-tag-geekblue {
  color: #1d39c4;
  background: #f0f5ff;
  border-color: #adc6ff;
}

.amis-scope .ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}

.amis-scope .ant-tag-purple {
  color: #531dab;
  background: #f9f0ff;
  border-color: #d3adf7;
}

.amis-scope .ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}

.amis-scope .ant-tag-success {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}

.amis-scope .ant-tag-processing {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}

.amis-scope .ant-tag-error {
  color: #ff4d4f;
  background: #fff2f0;
  border-color: #ffccc7;
}

.amis-scope .ant-tag-warning {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}

.amis-scope .ant-tag > .anticon + span,
.amis-scope .ant-tag > span + .anticon {
  margin-left: 7px;
}

.amis-scope .ant-tag.ant-tag-rtl {
  margin-right: 0;
  margin-left: 8px;
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-tag-rtl .ant-tag-close-icon {
  margin-right: 3px;
  margin-left: 0;
}

.amis-scope .ant-tag-rtl.ant-tag > .anticon + span,
.amis-scope .ant-tag-rtl.ant-tag > span + .anticon {
  margin-right: 7px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-card {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
}

.amis-scope .ant-card-rtl {
  direction: rtl;
}

.amis-scope .ant-card-hoverable {
  cursor: pointer;
  transition: box-shadow 0.3s, border-color 0.3s;
}

.amis-scope .ant-card-hoverable:hover {
  border-color: transparent;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.amis-scope .ant-card-bordered {
  border: 1px solid #f0f0f0;
}

.amis-scope .ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-card-head::before {
  display: table;
  content: '';
}

.amis-scope .ant-card-head::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-card-head-wrapper {
  display: flex;
  align-items: center;
}

.amis-scope .ant-card-head-title {
  display: inline-block;
  flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-card-head-title > .ant-typography,
.amis-scope .ant-card-head-title > .ant-typography-edit-content {
  left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .ant-card-head .ant-tabs-top {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.amis-scope .ant-card-head .ant-tabs-top-bar {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.amis-scope .ant-card-rtl .ant-card-extra {
  margin-right: auto;
  margin-left: 0;
}

.amis-scope .ant-card-body {
  padding: 24px;
}

.amis-scope .ant-card-body::before {
  display: table;
  content: '';
}

.amis-scope .ant-card-body::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}

.amis-scope .ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
  transition: all 0.3s;
}

.amis-scope .ant-card-rtl .ant-card-grid {
  float: right;
}

.amis-scope .ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
}

.amis-scope .ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}

.amis-scope .ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}

.amis-scope .ant-card-bordered .ant-card-cover {
  margin-top: -1px;
  margin-right: -1px;
  margin-left: -1px;
}

.amis-scope .ant-card-cover > * {
  display: block;
  width: 100%;
}

.amis-scope .ant-card-cover img {
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-card-actions::before {
  display: table;
  content: '';
}

.amis-scope .ant-card-actions::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.amis-scope .ant-card-rtl .ant-card-actions > li {
  float: right;
}

.amis-scope .ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 1.5715;
  cursor: pointer;
}

.amis-scope .ant-card-actions > li > span:hover {
  color: #1890ff;
  transition: color 0.3s;
}

.amis-scope .ant-card-actions > li > span a:not(.ant-btn),
.amis-scope .ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  transition: color 0.3s;
}

.amis-scope .ant-card-actions > li > span a:not(.ant-btn):hover,
.amis-scope .ant-card-actions > li > span > .anticon:hover {
  color: #1890ff;
}

.amis-scope .ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}

.amis-scope .ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-card-rtl .ant-card-actions > li:not(:last-child) {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}

.amis-scope .ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}

.amis-scope .ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}

.amis-scope .ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}

.amis-scope .ant-card-meta {
  margin: -4px 0;
}

.amis-scope .ant-card-meta::before {
  display: table;
  content: '';
}

.amis-scope .ant-card-meta::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}

.amis-scope .ant-card-rtl .ant-card-meta-avatar {
  float: right;
  padding-right: 0;
  padding-left: 16px;
}

.amis-scope .ant-card-meta-detail {
  overflow: hidden;
}

.amis-scope .ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}

.amis-scope .ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-card-loading {
  overflow: hidden;
}

.amis-scope .ant-card-loading .ant-card-body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-card-loading-content p {
  margin: 0;
}

.amis-scope .ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
  animation: card-loading 1.4s ease infinite;
}

@-webkit-keyframes card-loading {
  0%, 100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

@keyframes card-loading {
  0%, 100% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.amis-scope .ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}

.amis-scope .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}

.amis-scope .ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}

.amis-scope .ant-card-small > .ant-card-body {
  padding: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 0;
  font-size: 14px;
}

.amis-scope .ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 16px 0;
  font-size: 16px;
}

.amis-scope .ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 16px;
}

.amis-scope .ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
  padding: 7px 16px 6px;
}

.amis-scope .ant-tabs-rtl {
  direction: rtl;
}

.amis-scope .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
  margin: 0 0 0 32px;
}

.amis-scope .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
  margin-left: 0;
}

.amis-scope .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
  margin-right: 8px;
  margin-left: -4px;
}

.amis-scope .ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}

.amis-scope .ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
  order: 1;
}

.amis-scope .ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
  order: 0;
}

.amis-scope .ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
  order: 0;
}

.amis-scope .ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
  order: 1;
}

.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-right: 2px;
  margin-left: 0;
}

.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-add,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-add,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-add,
.amis-scope .ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-add {
  margin-right: 2px;
  margin-left: 0;
}

.amis-scope .ant-tabs-dropdown-rtl {
  direction: rtl;
}

.amis-scope .ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
  text-align: right;
}

.amis-scope .ant-tabs-top,
.amis-scope .ant-tabs-bottom {
  flex-direction: column;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav {
  margin: 0 0 16px 0;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav::before,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav::before,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav::before,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: '';
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  height: 2px;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: width 0.3s, left 0.3s, right 0.3s;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  top: 0;
  bottom: 0;
  width: 30px;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  left: 0;
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
  opacity: 1;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
  opacity: 1;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav::before,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav::before {
  bottom: 0;
}

.amis-scope .ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
  bottom: 0;
}

.amis-scope .ant-tabs-bottom > .ant-tabs-nav,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav {
  order: 1;
  margin-top: 16px;
  margin-bottom: 0;
}

.amis-scope .ant-tabs-bottom > .ant-tabs-nav::before,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav::before {
  top: 0;
}

.amis-scope .ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
  top: 0;
}

.amis-scope .ant-tabs-bottom > .ant-tabs-content-holder,
.amis-scope .ant-tabs-bottom > div > .ant-tabs-content-holder {
  order: 0;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav,
.amis-scope .ant-tabs-right > .ant-tabs-nav,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav {
  flex-direction: column;
  min-width: 50px;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  padding: 8px 24px;
  text-align: center;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 16px 0 0 0;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  flex-direction: column;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  right: 0;
  left: 0;
  height: 30px;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
  top: 0;
  box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  bottom: 0;
  box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
  opacity: 1;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
  opacity: 1;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  width: 2px;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
  transition: height 0.3s, top 0.3s;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
  flex: 1 0 auto;
  flex-direction: column;
}

.amis-scope .ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
  right: 0;
}

.amis-scope .ant-tabs-left > .ant-tabs-content-holder,
.amis-scope .ant-tabs-left > div > .ant-tabs-content-holder {
  margin-left: -1px;
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.amis-scope .ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 24px;
}

.amis-scope .ant-tabs-right > .ant-tabs-nav,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav {
  order: 1;
}

.amis-scope .ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
  left: 0;
}

.amis-scope .ant-tabs-right > .ant-tabs-content-holder,
.amis-scope .ant-tabs-right > div > .ant-tabs-content-holder {
  order: 0;
  margin-right: -1px;
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.amis-scope .ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-right: 24px;
}

.amis-scope .ant-tabs-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}

.amis-scope .ant-tabs-dropdown-hidden {
  display: none;
}

.amis-scope .ant-tabs-dropdown-menu {
  max-height: 200px;
  margin: 0;
  padding: 4px 0;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-tabs-dropdown-menu-item {
  display: flex;
  align-items: center;
  min-width: 120px;
  margin: 0;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-tabs-dropdown-menu-item > span {
  flex: 1;
  white-space: nowrap;
}

.amis-scope .ant-tabs-dropdown-menu-item-remove {
  flex: none;
  margin-left: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.amis-scope .ant-tabs-dropdown-menu-item-remove:hover {
  color: #40a9ff;
}

.amis-scope .ant-tabs-dropdown-menu-item:hover {
  background: #f5f5f5;
}

.amis-scope .ant-tabs-dropdown-menu-item-disabled,
.amis-scope .ant-tabs-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  cursor: not-allowed;
}

.amis-scope .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
  margin: 0;
  padding: 8px 16px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.amis-scope .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
  color: #1890ff;
  background: #fff;
}

.amis-scope .ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.amis-scope .ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
  visibility: hidden;
}

.amis-scope .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 2px;
}

.amis-scope .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.amis-scope .ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-bottom-color: #fff;
}

.amis-scope .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.amis-scope .ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-top-color: #fff;
}

.amis-scope .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-top: 2px;
}

.amis-scope .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.amis-scope .ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-right-color: #fff;
}

.amis-scope .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.amis-scope .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.amis-scope .ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
  border-left-color: #fff;
}

.amis-scope .ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
}

.amis-scope .ant-tabs > .ant-tabs-nav,
.amis-scope .ant-tabs > div > .ant-tabs-nav {
  position: relative;
  display: flex;
  flex: none;
  align-items: center;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
  position: relative;
  display: inline-block;
  display: flex;
  flex: auto;
  align-self: stretch;
  overflow: hidden;
  white-space: nowrap;
  transform: translate(0);
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
  position: absolute;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
  position: relative;
  display: flex;
  transition: transform 0.3s;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
  display: flex;
  align-self: stretch;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
  position: relative;
  padding: 8px 16px;
  background: transparent;
  border: 0;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
  transform: translateY(100%);
  content: '';
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
  min-width: 40px;
  margin-left: 2px;
  padding: 0 8px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
  color: #40a9ff;
}

.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.amis-scope .ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.amis-scope .ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
  color: #096dd9;
}

.amis-scope .ant-tabs-extra-content {
  flex: none;
}

.amis-scope .ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.amis-scope .ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
  justify-content: center;
}

.amis-scope .ant-tabs-ink-bar {
  position: absolute;
  background: #1890ff;
  pointer-events: none;
}

.amis-scope .ant-tabs-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 12px 0;
  font-size: 14px;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-tabs-tab-btn:focus,
.amis-scope .ant-tabs-tab-remove:focus,
.amis-scope .ant-tabs-tab-btn:active,
.amis-scope .ant-tabs-tab-remove:active {
  color: #096dd9;
}

.amis-scope .ant-tabs-tab-btn {
  outline: none;
  transition: all 0.3s;
}

.amis-scope .ant-tabs-tab-remove {
  flex: none;
  margin-right: -4px;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-tabs-tab-remove:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-tabs-tab:hover {
  color: #40a9ff;
}

.amis-scope .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #1890ff;
  text-shadow: 0 0 0.25px currentcolor;
}

.amis-scope .ant-tabs-tab.ant-tabs-tab-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.amis-scope .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.amis-scope .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.amis-scope .ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-tabs-tab .ant-tabs-tab-remove .anticon {
  margin: 0;
}

.amis-scope .ant-tabs-tab .anticon {
  margin-right: 12px;
}

.amis-scope .ant-tabs-tab + .ant-tabs-tab {
  margin: 0 0 0 32px;
}

.amis-scope .ant-tabs-content {
  display: flex;
  width: 100%;
}

.amis-scope .ant-tabs-content-holder {
  flex: auto;
  min-width: 0;
  min-height: 0;
}

.amis-scope .ant-tabs-content-animated {
  transition: margin 0.3s;
}

.amis-scope .ant-tabs-tabpane {
  flex: none;
  width: 100%;
  outline: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-row {
  display: flex;
  flex-flow: row wrap;
}

.amis-scope .ant-row::before,
.amis-scope .ant-row::after {
  display: flex;
}

.amis-scope .ant-row-no-wrap {
  flex-wrap: nowrap;
}

.amis-scope .ant-row-start {
  justify-content: flex-start;
}

.amis-scope .ant-row-center {
  justify-content: center;
}

.amis-scope .ant-row-end {
  justify-content: flex-end;
}

.amis-scope .ant-row-space-between {
  justify-content: space-between;
}

.amis-scope .ant-row-space-around {
  justify-content: space-around;
}

.amis-scope .ant-row-space-evenly {
  justify-content: space-evenly;
}

.amis-scope .ant-row-top {
  align-items: flex-start;
}

.amis-scope .ant-row-middle {
  align-items: center;
}

.amis-scope .ant-row-bottom {
  align-items: flex-end;
}

.amis-scope .ant-col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
}

.amis-scope .ant-col-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.amis-scope .ant-col-push-24 {
  left: 100%;
}

.amis-scope .ant-col-pull-24 {
  right: 100%;
}

.amis-scope .ant-col-offset-24 {
  margin-left: 100%;
}

.amis-scope .ant-col-order-24 {
  order: 24;
}

.amis-scope .ant-col-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

.amis-scope .ant-col-push-23 {
  left: 95.83333333%;
}

.amis-scope .ant-col-pull-23 {
  right: 95.83333333%;
}

.amis-scope .ant-col-offset-23 {
  margin-left: 95.83333333%;
}

.amis-scope .ant-col-order-23 {
  order: 23;
}

.amis-scope .ant-col-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.amis-scope .ant-col-push-22 {
  left: 91.66666667%;
}

.amis-scope .ant-col-pull-22 {
  right: 91.66666667%;
}

.amis-scope .ant-col-offset-22 {
  margin-left: 91.66666667%;
}

.amis-scope .ant-col-order-22 {
  order: 22;
}

.amis-scope .ant-col-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.amis-scope .ant-col-push-21 {
  left: 87.5%;
}

.amis-scope .ant-col-pull-21 {
  right: 87.5%;
}

.amis-scope .ant-col-offset-21 {
  margin-left: 87.5%;
}

.amis-scope .ant-col-order-21 {
  order: 21;
}

.amis-scope .ant-col-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.amis-scope .ant-col-push-20 {
  left: 83.33333333%;
}

.amis-scope .ant-col-pull-20 {
  right: 83.33333333%;
}

.amis-scope .ant-col-offset-20 {
  margin-left: 83.33333333%;
}

.amis-scope .ant-col-order-20 {
  order: 20;
}

.amis-scope .ant-col-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

.amis-scope .ant-col-push-19 {
  left: 79.16666667%;
}

.amis-scope .ant-col-pull-19 {
  right: 79.16666667%;
}

.amis-scope .ant-col-offset-19 {
  margin-left: 79.16666667%;
}

.amis-scope .ant-col-order-19 {
  order: 19;
}

.amis-scope .ant-col-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}

.amis-scope .ant-col-push-18 {
  left: 75%;
}

.amis-scope .ant-col-pull-18 {
  right: 75%;
}

.amis-scope .ant-col-offset-18 {
  margin-left: 75%;
}

.amis-scope .ant-col-order-18 {
  order: 18;
}

.amis-scope .ant-col-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

.amis-scope .ant-col-push-17 {
  left: 70.83333333%;
}

.amis-scope .ant-col-pull-17 {
  right: 70.83333333%;
}

.amis-scope .ant-col-offset-17 {
  margin-left: 70.83333333%;
}

.amis-scope .ant-col-order-17 {
  order: 17;
}

.amis-scope .ant-col-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.amis-scope .ant-col-push-16 {
  left: 66.66666667%;
}

.amis-scope .ant-col-pull-16 {
  right: 66.66666667%;
}

.amis-scope .ant-col-offset-16 {
  margin-left: 66.66666667%;
}

.amis-scope .ant-col-order-16 {
  order: 16;
}

.amis-scope .ant-col-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.amis-scope .ant-col-push-15 {
  left: 62.5%;
}

.amis-scope .ant-col-pull-15 {
  right: 62.5%;
}

.amis-scope .ant-col-offset-15 {
  margin-left: 62.5%;
}

.amis-scope .ant-col-order-15 {
  order: 15;
}

.amis-scope .ant-col-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.amis-scope .ant-col-push-14 {
  left: 58.33333333%;
}

.amis-scope .ant-col-pull-14 {
  right: 58.33333333%;
}

.amis-scope .ant-col-offset-14 {
  margin-left: 58.33333333%;
}

.amis-scope .ant-col-order-14 {
  order: 14;
}

.amis-scope .ant-col-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

.amis-scope .ant-col-push-13 {
  left: 54.16666667%;
}

.amis-scope .ant-col-pull-13 {
  right: 54.16666667%;
}

.amis-scope .ant-col-offset-13 {
  margin-left: 54.16666667%;
}

.amis-scope .ant-col-order-13 {
  order: 13;
}

.amis-scope .ant-col-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.amis-scope .ant-col-push-12 {
  left: 50%;
}

.amis-scope .ant-col-pull-12 {
  right: 50%;
}

.amis-scope .ant-col-offset-12 {
  margin-left: 50%;
}

.amis-scope .ant-col-order-12 {
  order: 12;
}

.amis-scope .ant-col-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}

.amis-scope .ant-col-push-11 {
  left: 45.83333333%;
}

.amis-scope .ant-col-pull-11 {
  right: 45.83333333%;
}

.amis-scope .ant-col-offset-11 {
  margin-left: 45.83333333%;
}

.amis-scope .ant-col-order-11 {
  order: 11;
}

.amis-scope .ant-col-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.amis-scope .ant-col-push-10 {
  left: 41.66666667%;
}

.amis-scope .ant-col-pull-10 {
  right: 41.66666667%;
}

.amis-scope .ant-col-offset-10 {
  margin-left: 41.66666667%;
}

.amis-scope .ant-col-order-10 {
  order: 10;
}

.amis-scope .ant-col-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.amis-scope .ant-col-push-9 {
  left: 37.5%;
}

.amis-scope .ant-col-pull-9 {
  right: 37.5%;
}

.amis-scope .ant-col-offset-9 {
  margin-left: 37.5%;
}

.amis-scope .ant-col-order-9 {
  order: 9;
}

.amis-scope .ant-col-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.amis-scope .ant-col-push-8 {
  left: 33.33333333%;
}

.amis-scope .ant-col-pull-8 {
  right: 33.33333333%;
}

.amis-scope .ant-col-offset-8 {
  margin-left: 33.33333333%;
}

.amis-scope .ant-col-order-8 {
  order: 8;
}

.amis-scope .ant-col-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}

.amis-scope .ant-col-push-7 {
  left: 29.16666667%;
}

.amis-scope .ant-col-pull-7 {
  right: 29.16666667%;
}

.amis-scope .ant-col-offset-7 {
  margin-left: 29.16666667%;
}

.amis-scope .ant-col-order-7 {
  order: 7;
}

.amis-scope .ant-col-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}

.amis-scope .ant-col-push-6 {
  left: 25%;
}

.amis-scope .ant-col-pull-6 {
  right: 25%;
}

.amis-scope .ant-col-offset-6 {
  margin-left: 25%;
}

.amis-scope .ant-col-order-6 {
  order: 6;
}

.amis-scope .ant-col-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}

.amis-scope .ant-col-push-5 {
  left: 20.83333333%;
}

.amis-scope .ant-col-pull-5 {
  right: 20.83333333%;
}

.amis-scope .ant-col-offset-5 {
  margin-left: 20.83333333%;
}

.amis-scope .ant-col-order-5 {
  order: 5;
}

.amis-scope .ant-col-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.amis-scope .ant-col-push-4 {
  left: 16.66666667%;
}

.amis-scope .ant-col-pull-4 {
  right: 16.66666667%;
}

.amis-scope .ant-col-offset-4 {
  margin-left: 16.66666667%;
}

.amis-scope .ant-col-order-4 {
  order: 4;
}

.amis-scope .ant-col-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.amis-scope .ant-col-push-3 {
  left: 12.5%;
}

.amis-scope .ant-col-pull-3 {
  right: 12.5%;
}

.amis-scope .ant-col-offset-3 {
  margin-left: 12.5%;
}

.amis-scope .ant-col-order-3 {
  order: 3;
}

.amis-scope .ant-col-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.amis-scope .ant-col-push-2 {
  left: 8.33333333%;
}

.amis-scope .ant-col-pull-2 {
  right: 8.33333333%;
}

.amis-scope .ant-col-offset-2 {
  margin-left: 8.33333333%;
}

.amis-scope .ant-col-order-2 {
  order: 2;
}

.amis-scope .ant-col-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.amis-scope .ant-col-push-1 {
  left: 4.16666667%;
}

.amis-scope .ant-col-pull-1 {
  right: 4.16666667%;
}

.amis-scope .ant-col-offset-1 {
  margin-left: 4.16666667%;
}

.amis-scope .ant-col-order-1 {
  order: 1;
}

.amis-scope .ant-col-0 {
  display: none;
}

.amis-scope .ant-col-push-0 {
  left: auto;
}

.amis-scope .ant-col-pull-0 {
  right: auto;
}

.amis-scope .ant-col-push-0 {
  left: auto;
}

.amis-scope .ant-col-pull-0 {
  right: auto;
}

.amis-scope .ant-col-offset-0 {
  margin-left: 0;
}

.amis-scope .ant-col-order-0 {
  order: 0;
}

.amis-scope .ant-col-push-0.ant-col-rtl {
  right: auto;
}

.amis-scope .ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.amis-scope .ant-col-push-0.ant-col-rtl {
  right: auto;
}

.amis-scope .ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.amis-scope .ant-col-offset-0.ant-col-rtl {
  margin-right: 0;
}

.amis-scope .ant-col-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}

.amis-scope .ant-col-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}

.amis-scope .ant-col-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}

.amis-scope .ant-col-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}

.amis-scope .ant-col-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}

.amis-scope .ant-col-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}

.amis-scope .ant-col-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}

.amis-scope .ant-col-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}

.amis-scope .ant-col-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}

.amis-scope .ant-col-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}

.amis-scope .ant-col-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}

.amis-scope .ant-col-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}

.amis-scope .ant-col-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}

.amis-scope .ant-col-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}

.amis-scope .ant-col-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}

.amis-scope .ant-col-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}

.amis-scope .ant-col-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}

.amis-scope .ant-col-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}

.amis-scope .ant-col-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}

.amis-scope .ant-col-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}

.amis-scope .ant-col-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}

.amis-scope .ant-col-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}

.amis-scope .ant-col-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}

.amis-scope .ant-col-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}

.amis-scope .ant-col-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}

.amis-scope .ant-col-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}

.amis-scope .ant-col-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}

.amis-scope .ant-col-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}

.amis-scope .ant-col-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}

.amis-scope .ant-col-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}

.amis-scope .ant-col-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}

.amis-scope .ant-col-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}

.amis-scope .ant-col-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}

.amis-scope .ant-col-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}

.amis-scope .ant-col-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}

.amis-scope .ant-col-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}

.amis-scope .ant-col-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}

.amis-scope .ant-col-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}

.amis-scope .ant-col-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}

.amis-scope .ant-col-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}

.amis-scope .ant-col-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}

.amis-scope .ant-col-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}

.amis-scope .ant-col-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}

.amis-scope .ant-col-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}

.amis-scope .ant-col-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}

.amis-scope .ant-col-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}

.amis-scope .ant-col-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}

.amis-scope .ant-col-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}

.amis-scope .ant-col-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}

.amis-scope .ant-col-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}

.amis-scope .ant-col-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}

.amis-scope .ant-col-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}

.amis-scope .ant-col-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}

.amis-scope .ant-col-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}

.amis-scope .ant-col-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}

.amis-scope .ant-col-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-24 {
  display: block;
  flex: 0 0 100%;
  max-width: 100%;
}

.amis-scope .ant-col-xs-push-24 {
  left: 100%;
}

.amis-scope .ant-col-xs-pull-24 {
  right: 100%;
}

.amis-scope .ant-col-xs-offset-24 {
  margin-left: 100%;
}

.amis-scope .ant-col-xs-order-24 {
  order: 24;
}

.amis-scope .ant-col-xs-23 {
  display: block;
  flex: 0 0 95.83333333%;
  max-width: 95.83333333%;
}

.amis-scope .ant-col-xs-push-23 {
  left: 95.83333333%;
}

.amis-scope .ant-col-xs-pull-23 {
  right: 95.83333333%;
}

.amis-scope .ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.amis-scope .ant-col-xs-order-23 {
  order: 23;
}

.amis-scope .ant-col-xs-22 {
  display: block;
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.amis-scope .ant-col-xs-push-22 {
  left: 91.66666667%;
}

.amis-scope .ant-col-xs-pull-22 {
  right: 91.66666667%;
}

.amis-scope .ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.amis-scope .ant-col-xs-order-22 {
  order: 22;
}

.amis-scope .ant-col-xs-21 {
  display: block;
  flex: 0 0 87.5%;
  max-width: 87.5%;
}

.amis-scope .ant-col-xs-push-21 {
  left: 87.5%;
}

.amis-scope .ant-col-xs-pull-21 {
  right: 87.5%;
}

.amis-scope .ant-col-xs-offset-21 {
  margin-left: 87.5%;
}

.amis-scope .ant-col-xs-order-21 {
  order: 21;
}

.amis-scope .ant-col-xs-20 {
  display: block;
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.amis-scope .ant-col-xs-push-20 {
  left: 83.33333333%;
}

.amis-scope .ant-col-xs-pull-20 {
  right: 83.33333333%;
}

.amis-scope .ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.amis-scope .ant-col-xs-order-20 {
  order: 20;
}

.amis-scope .ant-col-xs-19 {
  display: block;
  flex: 0 0 79.16666667%;
  max-width: 79.16666667%;
}

.amis-scope .ant-col-xs-push-19 {
  left: 79.16666667%;
}

.amis-scope .ant-col-xs-pull-19 {
  right: 79.16666667%;
}

.amis-scope .ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.amis-scope .ant-col-xs-order-19 {
  order: 19;
}

.amis-scope .ant-col-xs-18 {
  display: block;
  flex: 0 0 75%;
  max-width: 75%;
}

.amis-scope .ant-col-xs-push-18 {
  left: 75%;
}

.amis-scope .ant-col-xs-pull-18 {
  right: 75%;
}

.amis-scope .ant-col-xs-offset-18 {
  margin-left: 75%;
}

.amis-scope .ant-col-xs-order-18 {
  order: 18;
}

.amis-scope .ant-col-xs-17 {
  display: block;
  flex: 0 0 70.83333333%;
  max-width: 70.83333333%;
}

.amis-scope .ant-col-xs-push-17 {
  left: 70.83333333%;
}

.amis-scope .ant-col-xs-pull-17 {
  right: 70.83333333%;
}

.amis-scope .ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.amis-scope .ant-col-xs-order-17 {
  order: 17;
}

.amis-scope .ant-col-xs-16 {
  display: block;
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.amis-scope .ant-col-xs-push-16 {
  left: 66.66666667%;
}

.amis-scope .ant-col-xs-pull-16 {
  right: 66.66666667%;
}

.amis-scope .ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.amis-scope .ant-col-xs-order-16 {
  order: 16;
}

.amis-scope .ant-col-xs-15 {
  display: block;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}

.amis-scope .ant-col-xs-push-15 {
  left: 62.5%;
}

.amis-scope .ant-col-xs-pull-15 {
  right: 62.5%;
}

.amis-scope .ant-col-xs-offset-15 {
  margin-left: 62.5%;
}

.amis-scope .ant-col-xs-order-15 {
  order: 15;
}

.amis-scope .ant-col-xs-14 {
  display: block;
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.amis-scope .ant-col-xs-push-14 {
  left: 58.33333333%;
}

.amis-scope .ant-col-xs-pull-14 {
  right: 58.33333333%;
}

.amis-scope .ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.amis-scope .ant-col-xs-order-14 {
  order: 14;
}

.amis-scope .ant-col-xs-13 {
  display: block;
  flex: 0 0 54.16666667%;
  max-width: 54.16666667%;
}

.amis-scope .ant-col-xs-push-13 {
  left: 54.16666667%;
}

.amis-scope .ant-col-xs-pull-13 {
  right: 54.16666667%;
}

.amis-scope .ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.amis-scope .ant-col-xs-order-13 {
  order: 13;
}

.amis-scope .ant-col-xs-12 {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
}

.amis-scope .ant-col-xs-push-12 {
  left: 50%;
}

.amis-scope .ant-col-xs-pull-12 {
  right: 50%;
}

.amis-scope .ant-col-xs-offset-12 {
  margin-left: 50%;
}

.amis-scope .ant-col-xs-order-12 {
  order: 12;
}

.amis-scope .ant-col-xs-11 {
  display: block;
  flex: 0 0 45.83333333%;
  max-width: 45.83333333%;
}

.amis-scope .ant-col-xs-push-11 {
  left: 45.83333333%;
}

.amis-scope .ant-col-xs-pull-11 {
  right: 45.83333333%;
}

.amis-scope .ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.amis-scope .ant-col-xs-order-11 {
  order: 11;
}

.amis-scope .ant-col-xs-10 {
  display: block;
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.amis-scope .ant-col-xs-push-10 {
  left: 41.66666667%;
}

.amis-scope .ant-col-xs-pull-10 {
  right: 41.66666667%;
}

.amis-scope .ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.amis-scope .ant-col-xs-order-10 {
  order: 10;
}

.amis-scope .ant-col-xs-9 {
  display: block;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}

.amis-scope .ant-col-xs-push-9 {
  left: 37.5%;
}

.amis-scope .ant-col-xs-pull-9 {
  right: 37.5%;
}

.amis-scope .ant-col-xs-offset-9 {
  margin-left: 37.5%;
}

.amis-scope .ant-col-xs-order-9 {
  order: 9;
}

.amis-scope .ant-col-xs-8 {
  display: block;
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.amis-scope .ant-col-xs-push-8 {
  left: 33.33333333%;
}

.amis-scope .ant-col-xs-pull-8 {
  right: 33.33333333%;
}

.amis-scope .ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.amis-scope .ant-col-xs-order-8 {
  order: 8;
}

.amis-scope .ant-col-xs-7 {
  display: block;
  flex: 0 0 29.16666667%;
  max-width: 29.16666667%;
}

.amis-scope .ant-col-xs-push-7 {
  left: 29.16666667%;
}

.amis-scope .ant-col-xs-pull-7 {
  right: 29.16666667%;
}

.amis-scope .ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.amis-scope .ant-col-xs-order-7 {
  order: 7;
}

.amis-scope .ant-col-xs-6 {
  display: block;
  flex: 0 0 25%;
  max-width: 25%;
}

.amis-scope .ant-col-xs-push-6 {
  left: 25%;
}

.amis-scope .ant-col-xs-pull-6 {
  right: 25%;
}

.amis-scope .ant-col-xs-offset-6 {
  margin-left: 25%;
}

.amis-scope .ant-col-xs-order-6 {
  order: 6;
}

.amis-scope .ant-col-xs-5 {
  display: block;
  flex: 0 0 20.83333333%;
  max-width: 20.83333333%;
}

.amis-scope .ant-col-xs-push-5 {
  left: 20.83333333%;
}

.amis-scope .ant-col-xs-pull-5 {
  right: 20.83333333%;
}

.amis-scope .ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.amis-scope .ant-col-xs-order-5 {
  order: 5;
}

.amis-scope .ant-col-xs-4 {
  display: block;
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.amis-scope .ant-col-xs-push-4 {
  left: 16.66666667%;
}

.amis-scope .ant-col-xs-pull-4 {
  right: 16.66666667%;
}

.amis-scope .ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.amis-scope .ant-col-xs-order-4 {
  order: 4;
}

.amis-scope .ant-col-xs-3 {
  display: block;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.amis-scope .ant-col-xs-push-3 {
  left: 12.5%;
}

.amis-scope .ant-col-xs-pull-3 {
  right: 12.5%;
}

.amis-scope .ant-col-xs-offset-3 {
  margin-left: 12.5%;
}

.amis-scope .ant-col-xs-order-3 {
  order: 3;
}

.amis-scope .ant-col-xs-2 {
  display: block;
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.amis-scope .ant-col-xs-push-2 {
  left: 8.33333333%;
}

.amis-scope .ant-col-xs-pull-2 {
  right: 8.33333333%;
}

.amis-scope .ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.amis-scope .ant-col-xs-order-2 {
  order: 2;
}

.amis-scope .ant-col-xs-1 {
  display: block;
  flex: 0 0 4.16666667%;
  max-width: 4.16666667%;
}

.amis-scope .ant-col-xs-push-1 {
  left: 4.16666667%;
}

.amis-scope .ant-col-xs-pull-1 {
  right: 4.16666667%;
}

.amis-scope .ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.amis-scope .ant-col-xs-order-1 {
  order: 1;
}

.amis-scope .ant-col-xs-0 {
  display: none;
}

.amis-scope .ant-col-push-0 {
  left: auto;
}

.amis-scope .ant-col-pull-0 {
  right: auto;
}

.amis-scope .ant-col-xs-push-0 {
  left: auto;
}

.amis-scope .ant-col-xs-pull-0 {
  right: auto;
}

.amis-scope .ant-col-xs-offset-0 {
  margin-left: 0;
}

.amis-scope .ant-col-xs-order-0 {
  order: 0;
}

.amis-scope .ant-col-push-0.ant-col-rtl {
  right: auto;
}

.amis-scope .ant-col-pull-0.ant-col-rtl {
  left: auto;
}

.amis-scope .ant-col-xs-push-0.ant-col-rtl {
  right: auto;
}

.amis-scope .ant-col-xs-pull-0.ant-col-rtl {
  left: auto;
}

.amis-scope .ant-col-xs-offset-0.ant-col-rtl {
  margin-right: 0;
}

.amis-scope .ant-col-xs-push-1.ant-col-rtl {
  right: 4.16666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-1.ant-col-rtl {
  right: auto;
  left: 4.16666667%;
}

.amis-scope .ant-col-xs-offset-1.ant-col-rtl {
  margin-right: 4.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-2.ant-col-rtl {
  right: 8.33333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-2.ant-col-rtl {
  right: auto;
  left: 8.33333333%;
}

.amis-scope .ant-col-xs-offset-2.ant-col-rtl {
  margin-right: 8.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-3.ant-col-rtl {
  right: 12.5%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-3.ant-col-rtl {
  right: auto;
  left: 12.5%;
}

.amis-scope .ant-col-xs-offset-3.ant-col-rtl {
  margin-right: 12.5%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-4.ant-col-rtl {
  right: 16.66666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-4.ant-col-rtl {
  right: auto;
  left: 16.66666667%;
}

.amis-scope .ant-col-xs-offset-4.ant-col-rtl {
  margin-right: 16.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-5.ant-col-rtl {
  right: 20.83333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-5.ant-col-rtl {
  right: auto;
  left: 20.83333333%;
}

.amis-scope .ant-col-xs-offset-5.ant-col-rtl {
  margin-right: 20.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-6.ant-col-rtl {
  right: 25%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-6.ant-col-rtl {
  right: auto;
  left: 25%;
}

.amis-scope .ant-col-xs-offset-6.ant-col-rtl {
  margin-right: 25%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-7.ant-col-rtl {
  right: 29.16666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-7.ant-col-rtl {
  right: auto;
  left: 29.16666667%;
}

.amis-scope .ant-col-xs-offset-7.ant-col-rtl {
  margin-right: 29.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-8.ant-col-rtl {
  right: 33.33333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-8.ant-col-rtl {
  right: auto;
  left: 33.33333333%;
}

.amis-scope .ant-col-xs-offset-8.ant-col-rtl {
  margin-right: 33.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-9.ant-col-rtl {
  right: 37.5%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-9.ant-col-rtl {
  right: auto;
  left: 37.5%;
}

.amis-scope .ant-col-xs-offset-9.ant-col-rtl {
  margin-right: 37.5%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-10.ant-col-rtl {
  right: 41.66666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-10.ant-col-rtl {
  right: auto;
  left: 41.66666667%;
}

.amis-scope .ant-col-xs-offset-10.ant-col-rtl {
  margin-right: 41.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-11.ant-col-rtl {
  right: 45.83333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-11.ant-col-rtl {
  right: auto;
  left: 45.83333333%;
}

.amis-scope .ant-col-xs-offset-11.ant-col-rtl {
  margin-right: 45.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-12.ant-col-rtl {
  right: 50%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-12.ant-col-rtl {
  right: auto;
  left: 50%;
}

.amis-scope .ant-col-xs-offset-12.ant-col-rtl {
  margin-right: 50%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-13.ant-col-rtl {
  right: 54.16666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-13.ant-col-rtl {
  right: auto;
  left: 54.16666667%;
}

.amis-scope .ant-col-xs-offset-13.ant-col-rtl {
  margin-right: 54.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-14.ant-col-rtl {
  right: 58.33333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-14.ant-col-rtl {
  right: auto;
  left: 58.33333333%;
}

.amis-scope .ant-col-xs-offset-14.ant-col-rtl {
  margin-right: 58.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-15.ant-col-rtl {
  right: 62.5%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-15.ant-col-rtl {
  right: auto;
  left: 62.5%;
}

.amis-scope .ant-col-xs-offset-15.ant-col-rtl {
  margin-right: 62.5%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-16.ant-col-rtl {
  right: 66.66666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-16.ant-col-rtl {
  right: auto;
  left: 66.66666667%;
}

.amis-scope .ant-col-xs-offset-16.ant-col-rtl {
  margin-right: 66.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-17.ant-col-rtl {
  right: 70.83333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-17.ant-col-rtl {
  right: auto;
  left: 70.83333333%;
}

.amis-scope .ant-col-xs-offset-17.ant-col-rtl {
  margin-right: 70.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-18.ant-col-rtl {
  right: 75%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-18.ant-col-rtl {
  right: auto;
  left: 75%;
}

.amis-scope .ant-col-xs-offset-18.ant-col-rtl {
  margin-right: 75%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-19.ant-col-rtl {
  right: 79.16666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-19.ant-col-rtl {
  right: auto;
  left: 79.16666667%;
}

.amis-scope .ant-col-xs-offset-19.ant-col-rtl {
  margin-right: 79.16666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-20.ant-col-rtl {
  right: 83.33333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-20.ant-col-rtl {
  right: auto;
  left: 83.33333333%;
}

.amis-scope .ant-col-xs-offset-20.ant-col-rtl {
  margin-right: 83.33333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-21.ant-col-rtl {
  right: 87.5%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-21.ant-col-rtl {
  right: auto;
  left: 87.5%;
}

.amis-scope .ant-col-xs-offset-21.ant-col-rtl {
  margin-right: 87.5%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-22.ant-col-rtl {
  right: 91.66666667%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-22.ant-col-rtl {
  right: auto;
  left: 91.66666667%;
}

.amis-scope .ant-col-xs-offset-22.ant-col-rtl {
  margin-right: 91.66666667%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-23.ant-col-rtl {
  right: 95.83333333%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-23.ant-col-rtl {
  right: auto;
  left: 95.83333333%;
}

.amis-scope .ant-col-xs-offset-23.ant-col-rtl {
  margin-right: 95.83333333%;
  margin-left: 0;
}

.amis-scope .ant-col-xs-push-24.ant-col-rtl {
  right: 100%;
  left: auto;
}

.amis-scope .ant-col-xs-pull-24.ant-col-rtl {
  right: auto;
  left: 100%;
}

.amis-scope .ant-col-xs-offset-24.ant-col-rtl {
  margin-right: 100%;
  margin-left: 0;
}

@media (min-width: 576px) {
  .amis-scope .ant-col-sm-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .amis-scope .ant-col-sm-push-24 {
    left: 100%;
  }

  .amis-scope .ant-col-sm-pull-24 {
    right: 100%;
  }

  .amis-scope .ant-col-sm-offset-24 {
    margin-left: 100%;
  }

  .amis-scope .ant-col-sm-order-24 {
    order: 24;
  }

  .amis-scope .ant-col-sm-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .amis-scope .ant-col-sm-push-23 {
    left: 95.83333333%;
  }

  .amis-scope .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }

  .amis-scope .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }

  .amis-scope .ant-col-sm-order-23 {
    order: 23;
  }

  .amis-scope .ant-col-sm-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .amis-scope .ant-col-sm-push-22 {
    left: 91.66666667%;
  }

  .amis-scope .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }

  .amis-scope .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }

  .amis-scope .ant-col-sm-order-22 {
    order: 22;
  }

  .amis-scope .ant-col-sm-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .amis-scope .ant-col-sm-push-21 {
    left: 87.5%;
  }

  .amis-scope .ant-col-sm-pull-21 {
    right: 87.5%;
  }

  .amis-scope .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }

  .amis-scope .ant-col-sm-order-21 {
    order: 21;
  }

  .amis-scope .ant-col-sm-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .amis-scope .ant-col-sm-push-20 {
    left: 83.33333333%;
  }

  .amis-scope .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }

  .amis-scope .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }

  .amis-scope .ant-col-sm-order-20 {
    order: 20;
  }

  .amis-scope .ant-col-sm-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .amis-scope .ant-col-sm-push-19 {
    left: 79.16666667%;
  }

  .amis-scope .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }

  .amis-scope .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }

  .amis-scope .ant-col-sm-order-19 {
    order: 19;
  }

  .amis-scope .ant-col-sm-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .amis-scope .ant-col-sm-push-18 {
    left: 75%;
  }

  .amis-scope .ant-col-sm-pull-18 {
    right: 75%;
  }

  .amis-scope .ant-col-sm-offset-18 {
    margin-left: 75%;
  }

  .amis-scope .ant-col-sm-order-18 {
    order: 18;
  }

  .amis-scope .ant-col-sm-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .amis-scope .ant-col-sm-push-17 {
    left: 70.83333333%;
  }

  .amis-scope .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }

  .amis-scope .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }

  .amis-scope .ant-col-sm-order-17 {
    order: 17;
  }

  .amis-scope .ant-col-sm-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .amis-scope .ant-col-sm-push-16 {
    left: 66.66666667%;
  }

  .amis-scope .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }

  .amis-scope .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }

  .amis-scope .ant-col-sm-order-16 {
    order: 16;
  }

  .amis-scope .ant-col-sm-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .amis-scope .ant-col-sm-push-15 {
    left: 62.5%;
  }

  .amis-scope .ant-col-sm-pull-15 {
    right: 62.5%;
  }

  .amis-scope .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }

  .amis-scope .ant-col-sm-order-15 {
    order: 15;
  }

  .amis-scope .ant-col-sm-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .amis-scope .ant-col-sm-push-14 {
    left: 58.33333333%;
  }

  .amis-scope .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }

  .amis-scope .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }

  .amis-scope .ant-col-sm-order-14 {
    order: 14;
  }

  .amis-scope .ant-col-sm-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .amis-scope .ant-col-sm-push-13 {
    left: 54.16666667%;
  }

  .amis-scope .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }

  .amis-scope .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }

  .amis-scope .ant-col-sm-order-13 {
    order: 13;
  }

  .amis-scope .ant-col-sm-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amis-scope .ant-col-sm-push-12 {
    left: 50%;
  }

  .amis-scope .ant-col-sm-pull-12 {
    right: 50%;
  }

  .amis-scope .ant-col-sm-offset-12 {
    margin-left: 50%;
  }

  .amis-scope .ant-col-sm-order-12 {
    order: 12;
  }

  .amis-scope .ant-col-sm-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .amis-scope .ant-col-sm-push-11 {
    left: 45.83333333%;
  }

  .amis-scope .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }

  .amis-scope .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }

  .amis-scope .ant-col-sm-order-11 {
    order: 11;
  }

  .amis-scope .ant-col-sm-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .amis-scope .ant-col-sm-push-10 {
    left: 41.66666667%;
  }

  .amis-scope .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }

  .amis-scope .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }

  .amis-scope .ant-col-sm-order-10 {
    order: 10;
  }

  .amis-scope .ant-col-sm-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .amis-scope .ant-col-sm-push-9 {
    left: 37.5%;
  }

  .amis-scope .ant-col-sm-pull-9 {
    right: 37.5%;
  }

  .amis-scope .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }

  .amis-scope .ant-col-sm-order-9 {
    order: 9;
  }

  .amis-scope .ant-col-sm-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .amis-scope .ant-col-sm-push-8 {
    left: 33.33333333%;
  }

  .amis-scope .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }

  .amis-scope .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }

  .amis-scope .ant-col-sm-order-8 {
    order: 8;
  }

  .amis-scope .ant-col-sm-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .amis-scope .ant-col-sm-push-7 {
    left: 29.16666667%;
  }

  .amis-scope .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }

  .amis-scope .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }

  .amis-scope .ant-col-sm-order-7 {
    order: 7;
  }

  .amis-scope .ant-col-sm-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .amis-scope .ant-col-sm-push-6 {
    left: 25%;
  }

  .amis-scope .ant-col-sm-pull-6 {
    right: 25%;
  }

  .amis-scope .ant-col-sm-offset-6 {
    margin-left: 25%;
  }

  .amis-scope .ant-col-sm-order-6 {
    order: 6;
  }

  .amis-scope .ant-col-sm-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .amis-scope .ant-col-sm-push-5 {
    left: 20.83333333%;
  }

  .amis-scope .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }

  .amis-scope .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }

  .amis-scope .ant-col-sm-order-5 {
    order: 5;
  }

  .amis-scope .ant-col-sm-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .amis-scope .ant-col-sm-push-4 {
    left: 16.66666667%;
  }

  .amis-scope .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }

  .amis-scope .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }

  .amis-scope .ant-col-sm-order-4 {
    order: 4;
  }

  .amis-scope .ant-col-sm-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .amis-scope .ant-col-sm-push-3 {
    left: 12.5%;
  }

  .amis-scope .ant-col-sm-pull-3 {
    right: 12.5%;
  }

  .amis-scope .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }

  .amis-scope .ant-col-sm-order-3 {
    order: 3;
  }

  .amis-scope .ant-col-sm-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .amis-scope .ant-col-sm-push-2 {
    left: 8.33333333%;
  }

  .amis-scope .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }

  .amis-scope .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }

  .amis-scope .ant-col-sm-order-2 {
    order: 2;
  }

  .amis-scope .ant-col-sm-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .amis-scope .ant-col-sm-push-1 {
    left: 4.16666667%;
  }

  .amis-scope .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }

  .amis-scope .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }

  .amis-scope .ant-col-sm-order-1 {
    order: 1;
  }

  .amis-scope .ant-col-sm-0 {
    display: none;
  }

  .amis-scope .ant-col-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-sm-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-sm-offset-0 {
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-order-0 {
    order: 0;
  }

  .amis-scope .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-sm-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-sm-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-sm-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .amis-scope .ant-col-sm-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .amis-scope .ant-col-sm-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .amis-scope .ant-col-sm-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .amis-scope .ant-col-sm-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .amis-scope .ant-col-sm-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .amis-scope .ant-col-sm-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .amis-scope .ant-col-sm-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .amis-scope .ant-col-sm-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .amis-scope .ant-col-sm-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .amis-scope .ant-col-sm-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .amis-scope .ant-col-sm-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .amis-scope .ant-col-sm-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .amis-scope .ant-col-sm-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .amis-scope .ant-col-sm-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .amis-scope .ant-col-sm-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .amis-scope .ant-col-sm-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .amis-scope .ant-col-sm-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .amis-scope .ant-col-sm-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .amis-scope .ant-col-sm-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .amis-scope .ant-col-sm-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .amis-scope .ant-col-sm-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .amis-scope .ant-col-sm-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .amis-scope .ant-col-sm-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .amis-scope .ant-col-sm-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-sm-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .amis-scope .ant-col-sm-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .amis-scope .ant-col-sm-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .amis-scope .ant-col-md-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .amis-scope .ant-col-md-push-24 {
    left: 100%;
  }

  .amis-scope .ant-col-md-pull-24 {
    right: 100%;
  }

  .amis-scope .ant-col-md-offset-24 {
    margin-left: 100%;
  }

  .amis-scope .ant-col-md-order-24 {
    order: 24;
  }

  .amis-scope .ant-col-md-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .amis-scope .ant-col-md-push-23 {
    left: 95.83333333%;
  }

  .amis-scope .ant-col-md-pull-23 {
    right: 95.83333333%;
  }

  .amis-scope .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }

  .amis-scope .ant-col-md-order-23 {
    order: 23;
  }

  .amis-scope .ant-col-md-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .amis-scope .ant-col-md-push-22 {
    left: 91.66666667%;
  }

  .amis-scope .ant-col-md-pull-22 {
    right: 91.66666667%;
  }

  .amis-scope .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }

  .amis-scope .ant-col-md-order-22 {
    order: 22;
  }

  .amis-scope .ant-col-md-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .amis-scope .ant-col-md-push-21 {
    left: 87.5%;
  }

  .amis-scope .ant-col-md-pull-21 {
    right: 87.5%;
  }

  .amis-scope .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }

  .amis-scope .ant-col-md-order-21 {
    order: 21;
  }

  .amis-scope .ant-col-md-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .amis-scope .ant-col-md-push-20 {
    left: 83.33333333%;
  }

  .amis-scope .ant-col-md-pull-20 {
    right: 83.33333333%;
  }

  .amis-scope .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }

  .amis-scope .ant-col-md-order-20 {
    order: 20;
  }

  .amis-scope .ant-col-md-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .amis-scope .ant-col-md-push-19 {
    left: 79.16666667%;
  }

  .amis-scope .ant-col-md-pull-19 {
    right: 79.16666667%;
  }

  .amis-scope .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }

  .amis-scope .ant-col-md-order-19 {
    order: 19;
  }

  .amis-scope .ant-col-md-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .amis-scope .ant-col-md-push-18 {
    left: 75%;
  }

  .amis-scope .ant-col-md-pull-18 {
    right: 75%;
  }

  .amis-scope .ant-col-md-offset-18 {
    margin-left: 75%;
  }

  .amis-scope .ant-col-md-order-18 {
    order: 18;
  }

  .amis-scope .ant-col-md-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .amis-scope .ant-col-md-push-17 {
    left: 70.83333333%;
  }

  .amis-scope .ant-col-md-pull-17 {
    right: 70.83333333%;
  }

  .amis-scope .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }

  .amis-scope .ant-col-md-order-17 {
    order: 17;
  }

  .amis-scope .ant-col-md-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .amis-scope .ant-col-md-push-16 {
    left: 66.66666667%;
  }

  .amis-scope .ant-col-md-pull-16 {
    right: 66.66666667%;
  }

  .amis-scope .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }

  .amis-scope .ant-col-md-order-16 {
    order: 16;
  }

  .amis-scope .ant-col-md-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .amis-scope .ant-col-md-push-15 {
    left: 62.5%;
  }

  .amis-scope .ant-col-md-pull-15 {
    right: 62.5%;
  }

  .amis-scope .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }

  .amis-scope .ant-col-md-order-15 {
    order: 15;
  }

  .amis-scope .ant-col-md-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .amis-scope .ant-col-md-push-14 {
    left: 58.33333333%;
  }

  .amis-scope .ant-col-md-pull-14 {
    right: 58.33333333%;
  }

  .amis-scope .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }

  .amis-scope .ant-col-md-order-14 {
    order: 14;
  }

  .amis-scope .ant-col-md-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .amis-scope .ant-col-md-push-13 {
    left: 54.16666667%;
  }

  .amis-scope .ant-col-md-pull-13 {
    right: 54.16666667%;
  }

  .amis-scope .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }

  .amis-scope .ant-col-md-order-13 {
    order: 13;
  }

  .amis-scope .ant-col-md-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amis-scope .ant-col-md-push-12 {
    left: 50%;
  }

  .amis-scope .ant-col-md-pull-12 {
    right: 50%;
  }

  .amis-scope .ant-col-md-offset-12 {
    margin-left: 50%;
  }

  .amis-scope .ant-col-md-order-12 {
    order: 12;
  }

  .amis-scope .ant-col-md-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .amis-scope .ant-col-md-push-11 {
    left: 45.83333333%;
  }

  .amis-scope .ant-col-md-pull-11 {
    right: 45.83333333%;
  }

  .amis-scope .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }

  .amis-scope .ant-col-md-order-11 {
    order: 11;
  }

  .amis-scope .ant-col-md-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .amis-scope .ant-col-md-push-10 {
    left: 41.66666667%;
  }

  .amis-scope .ant-col-md-pull-10 {
    right: 41.66666667%;
  }

  .amis-scope .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }

  .amis-scope .ant-col-md-order-10 {
    order: 10;
  }

  .amis-scope .ant-col-md-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .amis-scope .ant-col-md-push-9 {
    left: 37.5%;
  }

  .amis-scope .ant-col-md-pull-9 {
    right: 37.5%;
  }

  .amis-scope .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }

  .amis-scope .ant-col-md-order-9 {
    order: 9;
  }

  .amis-scope .ant-col-md-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .amis-scope .ant-col-md-push-8 {
    left: 33.33333333%;
  }

  .amis-scope .ant-col-md-pull-8 {
    right: 33.33333333%;
  }

  .amis-scope .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }

  .amis-scope .ant-col-md-order-8 {
    order: 8;
  }

  .amis-scope .ant-col-md-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .amis-scope .ant-col-md-push-7 {
    left: 29.16666667%;
  }

  .amis-scope .ant-col-md-pull-7 {
    right: 29.16666667%;
  }

  .amis-scope .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }

  .amis-scope .ant-col-md-order-7 {
    order: 7;
  }

  .amis-scope .ant-col-md-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .amis-scope .ant-col-md-push-6 {
    left: 25%;
  }

  .amis-scope .ant-col-md-pull-6 {
    right: 25%;
  }

  .amis-scope .ant-col-md-offset-6 {
    margin-left: 25%;
  }

  .amis-scope .ant-col-md-order-6 {
    order: 6;
  }

  .amis-scope .ant-col-md-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .amis-scope .ant-col-md-push-5 {
    left: 20.83333333%;
  }

  .amis-scope .ant-col-md-pull-5 {
    right: 20.83333333%;
  }

  .amis-scope .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }

  .amis-scope .ant-col-md-order-5 {
    order: 5;
  }

  .amis-scope .ant-col-md-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .amis-scope .ant-col-md-push-4 {
    left: 16.66666667%;
  }

  .amis-scope .ant-col-md-pull-4 {
    right: 16.66666667%;
  }

  .amis-scope .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }

  .amis-scope .ant-col-md-order-4 {
    order: 4;
  }

  .amis-scope .ant-col-md-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .amis-scope .ant-col-md-push-3 {
    left: 12.5%;
  }

  .amis-scope .ant-col-md-pull-3 {
    right: 12.5%;
  }

  .amis-scope .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }

  .amis-scope .ant-col-md-order-3 {
    order: 3;
  }

  .amis-scope .ant-col-md-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .amis-scope .ant-col-md-push-2 {
    left: 8.33333333%;
  }

  .amis-scope .ant-col-md-pull-2 {
    right: 8.33333333%;
  }

  .amis-scope .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }

  .amis-scope .ant-col-md-order-2 {
    order: 2;
  }

  .amis-scope .ant-col-md-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .amis-scope .ant-col-md-push-1 {
    left: 4.16666667%;
  }

  .amis-scope .ant-col-md-pull-1 {
    right: 4.16666667%;
  }

  .amis-scope .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }

  .amis-scope .ant-col-md-order-1 {
    order: 1;
  }

  .amis-scope .ant-col-md-0 {
    display: none;
  }

  .amis-scope .ant-col-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-md-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-md-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-md-offset-0 {
    margin-left: 0;
  }

  .amis-scope .ant-col-md-order-0 {
    order: 0;
  }

  .amis-scope .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-md-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-md-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-md-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .amis-scope .ant-col-md-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .amis-scope .ant-col-md-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .amis-scope .ant-col-md-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .amis-scope .ant-col-md-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .amis-scope .ant-col-md-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .amis-scope .ant-col-md-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .amis-scope .ant-col-md-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .amis-scope .ant-col-md-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .amis-scope .ant-col-md-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .amis-scope .ant-col-md-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .amis-scope .ant-col-md-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .amis-scope .ant-col-md-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .amis-scope .ant-col-md-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .amis-scope .ant-col-md-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .amis-scope .ant-col-md-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .amis-scope .ant-col-md-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .amis-scope .ant-col-md-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .amis-scope .ant-col-md-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .amis-scope .ant-col-md-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .amis-scope .ant-col-md-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .amis-scope .ant-col-md-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .amis-scope .ant-col-md-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .amis-scope .ant-col-md-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .amis-scope .ant-col-md-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-md-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .amis-scope .ant-col-md-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .amis-scope .ant-col-md-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .amis-scope .ant-col-lg-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .amis-scope .ant-col-lg-push-24 {
    left: 100%;
  }

  .amis-scope .ant-col-lg-pull-24 {
    right: 100%;
  }

  .amis-scope .ant-col-lg-offset-24 {
    margin-left: 100%;
  }

  .amis-scope .ant-col-lg-order-24 {
    order: 24;
  }

  .amis-scope .ant-col-lg-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .amis-scope .ant-col-lg-push-23 {
    left: 95.83333333%;
  }

  .amis-scope .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }

  .amis-scope .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }

  .amis-scope .ant-col-lg-order-23 {
    order: 23;
  }

  .amis-scope .ant-col-lg-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .amis-scope .ant-col-lg-push-22 {
    left: 91.66666667%;
  }

  .amis-scope .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }

  .amis-scope .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }

  .amis-scope .ant-col-lg-order-22 {
    order: 22;
  }

  .amis-scope .ant-col-lg-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .amis-scope .ant-col-lg-push-21 {
    left: 87.5%;
  }

  .amis-scope .ant-col-lg-pull-21 {
    right: 87.5%;
  }

  .amis-scope .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }

  .amis-scope .ant-col-lg-order-21 {
    order: 21;
  }

  .amis-scope .ant-col-lg-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .amis-scope .ant-col-lg-push-20 {
    left: 83.33333333%;
  }

  .amis-scope .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }

  .amis-scope .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }

  .amis-scope .ant-col-lg-order-20 {
    order: 20;
  }

  .amis-scope .ant-col-lg-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .amis-scope .ant-col-lg-push-19 {
    left: 79.16666667%;
  }

  .amis-scope .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }

  .amis-scope .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }

  .amis-scope .ant-col-lg-order-19 {
    order: 19;
  }

  .amis-scope .ant-col-lg-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .amis-scope .ant-col-lg-push-18 {
    left: 75%;
  }

  .amis-scope .ant-col-lg-pull-18 {
    right: 75%;
  }

  .amis-scope .ant-col-lg-offset-18 {
    margin-left: 75%;
  }

  .amis-scope .ant-col-lg-order-18 {
    order: 18;
  }

  .amis-scope .ant-col-lg-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .amis-scope .ant-col-lg-push-17 {
    left: 70.83333333%;
  }

  .amis-scope .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }

  .amis-scope .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }

  .amis-scope .ant-col-lg-order-17 {
    order: 17;
  }

  .amis-scope .ant-col-lg-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .amis-scope .ant-col-lg-push-16 {
    left: 66.66666667%;
  }

  .amis-scope .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }

  .amis-scope .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }

  .amis-scope .ant-col-lg-order-16 {
    order: 16;
  }

  .amis-scope .ant-col-lg-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .amis-scope .ant-col-lg-push-15 {
    left: 62.5%;
  }

  .amis-scope .ant-col-lg-pull-15 {
    right: 62.5%;
  }

  .amis-scope .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }

  .amis-scope .ant-col-lg-order-15 {
    order: 15;
  }

  .amis-scope .ant-col-lg-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .amis-scope .ant-col-lg-push-14 {
    left: 58.33333333%;
  }

  .amis-scope .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }

  .amis-scope .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }

  .amis-scope .ant-col-lg-order-14 {
    order: 14;
  }

  .amis-scope .ant-col-lg-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .amis-scope .ant-col-lg-push-13 {
    left: 54.16666667%;
  }

  .amis-scope .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }

  .amis-scope .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }

  .amis-scope .ant-col-lg-order-13 {
    order: 13;
  }

  .amis-scope .ant-col-lg-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amis-scope .ant-col-lg-push-12 {
    left: 50%;
  }

  .amis-scope .ant-col-lg-pull-12 {
    right: 50%;
  }

  .amis-scope .ant-col-lg-offset-12 {
    margin-left: 50%;
  }

  .amis-scope .ant-col-lg-order-12 {
    order: 12;
  }

  .amis-scope .ant-col-lg-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .amis-scope .ant-col-lg-push-11 {
    left: 45.83333333%;
  }

  .amis-scope .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }

  .amis-scope .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }

  .amis-scope .ant-col-lg-order-11 {
    order: 11;
  }

  .amis-scope .ant-col-lg-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .amis-scope .ant-col-lg-push-10 {
    left: 41.66666667%;
  }

  .amis-scope .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }

  .amis-scope .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }

  .amis-scope .ant-col-lg-order-10 {
    order: 10;
  }

  .amis-scope .ant-col-lg-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .amis-scope .ant-col-lg-push-9 {
    left: 37.5%;
  }

  .amis-scope .ant-col-lg-pull-9 {
    right: 37.5%;
  }

  .amis-scope .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }

  .amis-scope .ant-col-lg-order-9 {
    order: 9;
  }

  .amis-scope .ant-col-lg-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .amis-scope .ant-col-lg-push-8 {
    left: 33.33333333%;
  }

  .amis-scope .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }

  .amis-scope .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }

  .amis-scope .ant-col-lg-order-8 {
    order: 8;
  }

  .amis-scope .ant-col-lg-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .amis-scope .ant-col-lg-push-7 {
    left: 29.16666667%;
  }

  .amis-scope .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }

  .amis-scope .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }

  .amis-scope .ant-col-lg-order-7 {
    order: 7;
  }

  .amis-scope .ant-col-lg-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .amis-scope .ant-col-lg-push-6 {
    left: 25%;
  }

  .amis-scope .ant-col-lg-pull-6 {
    right: 25%;
  }

  .amis-scope .ant-col-lg-offset-6 {
    margin-left: 25%;
  }

  .amis-scope .ant-col-lg-order-6 {
    order: 6;
  }

  .amis-scope .ant-col-lg-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .amis-scope .ant-col-lg-push-5 {
    left: 20.83333333%;
  }

  .amis-scope .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }

  .amis-scope .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }

  .amis-scope .ant-col-lg-order-5 {
    order: 5;
  }

  .amis-scope .ant-col-lg-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .amis-scope .ant-col-lg-push-4 {
    left: 16.66666667%;
  }

  .amis-scope .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }

  .amis-scope .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }

  .amis-scope .ant-col-lg-order-4 {
    order: 4;
  }

  .amis-scope .ant-col-lg-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .amis-scope .ant-col-lg-push-3 {
    left: 12.5%;
  }

  .amis-scope .ant-col-lg-pull-3 {
    right: 12.5%;
  }

  .amis-scope .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }

  .amis-scope .ant-col-lg-order-3 {
    order: 3;
  }

  .amis-scope .ant-col-lg-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .amis-scope .ant-col-lg-push-2 {
    left: 8.33333333%;
  }

  .amis-scope .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }

  .amis-scope .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }

  .amis-scope .ant-col-lg-order-2 {
    order: 2;
  }

  .amis-scope .ant-col-lg-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .amis-scope .ant-col-lg-push-1 {
    left: 4.16666667%;
  }

  .amis-scope .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }

  .amis-scope .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }

  .amis-scope .ant-col-lg-order-1 {
    order: 1;
  }

  .amis-scope .ant-col-lg-0 {
    display: none;
  }

  .amis-scope .ant-col-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-lg-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-lg-offset-0 {
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-order-0 {
    order: 0;
  }

  .amis-scope .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-lg-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-lg-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-lg-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .amis-scope .ant-col-lg-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .amis-scope .ant-col-lg-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .amis-scope .ant-col-lg-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .amis-scope .ant-col-lg-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .amis-scope .ant-col-lg-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .amis-scope .ant-col-lg-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .amis-scope .ant-col-lg-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .amis-scope .ant-col-lg-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .amis-scope .ant-col-lg-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .amis-scope .ant-col-lg-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .amis-scope .ant-col-lg-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .amis-scope .ant-col-lg-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .amis-scope .ant-col-lg-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .amis-scope .ant-col-lg-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .amis-scope .ant-col-lg-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .amis-scope .ant-col-lg-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .amis-scope .ant-col-lg-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .amis-scope .ant-col-lg-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .amis-scope .ant-col-lg-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .amis-scope .ant-col-lg-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .amis-scope .ant-col-lg-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .amis-scope .ant-col-lg-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .amis-scope .ant-col-lg-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .amis-scope .ant-col-lg-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-lg-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .amis-scope .ant-col-lg-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .amis-scope .ant-col-lg-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .amis-scope .ant-col-xl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .amis-scope .ant-col-xl-push-24 {
    left: 100%;
  }

  .amis-scope .ant-col-xl-pull-24 {
    right: 100%;
  }

  .amis-scope .ant-col-xl-offset-24 {
    margin-left: 100%;
  }

  .amis-scope .ant-col-xl-order-24 {
    order: 24;
  }

  .amis-scope .ant-col-xl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .amis-scope .ant-col-xl-push-23 {
    left: 95.83333333%;
  }

  .amis-scope .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }

  .amis-scope .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }

  .amis-scope .ant-col-xl-order-23 {
    order: 23;
  }

  .amis-scope .ant-col-xl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .amis-scope .ant-col-xl-push-22 {
    left: 91.66666667%;
  }

  .amis-scope .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }

  .amis-scope .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }

  .amis-scope .ant-col-xl-order-22 {
    order: 22;
  }

  .amis-scope .ant-col-xl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .amis-scope .ant-col-xl-push-21 {
    left: 87.5%;
  }

  .amis-scope .ant-col-xl-pull-21 {
    right: 87.5%;
  }

  .amis-scope .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }

  .amis-scope .ant-col-xl-order-21 {
    order: 21;
  }

  .amis-scope .ant-col-xl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .amis-scope .ant-col-xl-push-20 {
    left: 83.33333333%;
  }

  .amis-scope .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }

  .amis-scope .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }

  .amis-scope .ant-col-xl-order-20 {
    order: 20;
  }

  .amis-scope .ant-col-xl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .amis-scope .ant-col-xl-push-19 {
    left: 79.16666667%;
  }

  .amis-scope .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }

  .amis-scope .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }

  .amis-scope .ant-col-xl-order-19 {
    order: 19;
  }

  .amis-scope .ant-col-xl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .amis-scope .ant-col-xl-push-18 {
    left: 75%;
  }

  .amis-scope .ant-col-xl-pull-18 {
    right: 75%;
  }

  .amis-scope .ant-col-xl-offset-18 {
    margin-left: 75%;
  }

  .amis-scope .ant-col-xl-order-18 {
    order: 18;
  }

  .amis-scope .ant-col-xl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .amis-scope .ant-col-xl-push-17 {
    left: 70.83333333%;
  }

  .amis-scope .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }

  .amis-scope .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }

  .amis-scope .ant-col-xl-order-17 {
    order: 17;
  }

  .amis-scope .ant-col-xl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .amis-scope .ant-col-xl-push-16 {
    left: 66.66666667%;
  }

  .amis-scope .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }

  .amis-scope .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }

  .amis-scope .ant-col-xl-order-16 {
    order: 16;
  }

  .amis-scope .ant-col-xl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .amis-scope .ant-col-xl-push-15 {
    left: 62.5%;
  }

  .amis-scope .ant-col-xl-pull-15 {
    right: 62.5%;
  }

  .amis-scope .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }

  .amis-scope .ant-col-xl-order-15 {
    order: 15;
  }

  .amis-scope .ant-col-xl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .amis-scope .ant-col-xl-push-14 {
    left: 58.33333333%;
  }

  .amis-scope .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }

  .amis-scope .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }

  .amis-scope .ant-col-xl-order-14 {
    order: 14;
  }

  .amis-scope .ant-col-xl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .amis-scope .ant-col-xl-push-13 {
    left: 54.16666667%;
  }

  .amis-scope .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }

  .amis-scope .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }

  .amis-scope .ant-col-xl-order-13 {
    order: 13;
  }

  .amis-scope .ant-col-xl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amis-scope .ant-col-xl-push-12 {
    left: 50%;
  }

  .amis-scope .ant-col-xl-pull-12 {
    right: 50%;
  }

  .amis-scope .ant-col-xl-offset-12 {
    margin-left: 50%;
  }

  .amis-scope .ant-col-xl-order-12 {
    order: 12;
  }

  .amis-scope .ant-col-xl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .amis-scope .ant-col-xl-push-11 {
    left: 45.83333333%;
  }

  .amis-scope .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }

  .amis-scope .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }

  .amis-scope .ant-col-xl-order-11 {
    order: 11;
  }

  .amis-scope .ant-col-xl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .amis-scope .ant-col-xl-push-10 {
    left: 41.66666667%;
  }

  .amis-scope .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }

  .amis-scope .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }

  .amis-scope .ant-col-xl-order-10 {
    order: 10;
  }

  .amis-scope .ant-col-xl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .amis-scope .ant-col-xl-push-9 {
    left: 37.5%;
  }

  .amis-scope .ant-col-xl-pull-9 {
    right: 37.5%;
  }

  .amis-scope .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }

  .amis-scope .ant-col-xl-order-9 {
    order: 9;
  }

  .amis-scope .ant-col-xl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .amis-scope .ant-col-xl-push-8 {
    left: 33.33333333%;
  }

  .amis-scope .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }

  .amis-scope .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }

  .amis-scope .ant-col-xl-order-8 {
    order: 8;
  }

  .amis-scope .ant-col-xl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .amis-scope .ant-col-xl-push-7 {
    left: 29.16666667%;
  }

  .amis-scope .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }

  .amis-scope .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }

  .amis-scope .ant-col-xl-order-7 {
    order: 7;
  }

  .amis-scope .ant-col-xl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .amis-scope .ant-col-xl-push-6 {
    left: 25%;
  }

  .amis-scope .ant-col-xl-pull-6 {
    right: 25%;
  }

  .amis-scope .ant-col-xl-offset-6 {
    margin-left: 25%;
  }

  .amis-scope .ant-col-xl-order-6 {
    order: 6;
  }

  .amis-scope .ant-col-xl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .amis-scope .ant-col-xl-push-5 {
    left: 20.83333333%;
  }

  .amis-scope .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }

  .amis-scope .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }

  .amis-scope .ant-col-xl-order-5 {
    order: 5;
  }

  .amis-scope .ant-col-xl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .amis-scope .ant-col-xl-push-4 {
    left: 16.66666667%;
  }

  .amis-scope .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }

  .amis-scope .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }

  .amis-scope .ant-col-xl-order-4 {
    order: 4;
  }

  .amis-scope .ant-col-xl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .amis-scope .ant-col-xl-push-3 {
    left: 12.5%;
  }

  .amis-scope .ant-col-xl-pull-3 {
    right: 12.5%;
  }

  .amis-scope .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }

  .amis-scope .ant-col-xl-order-3 {
    order: 3;
  }

  .amis-scope .ant-col-xl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .amis-scope .ant-col-xl-push-2 {
    left: 8.33333333%;
  }

  .amis-scope .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }

  .amis-scope .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }

  .amis-scope .ant-col-xl-order-2 {
    order: 2;
  }

  .amis-scope .ant-col-xl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .amis-scope .ant-col-xl-push-1 {
    left: 4.16666667%;
  }

  .amis-scope .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }

  .amis-scope .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }

  .amis-scope .ant-col-xl-order-1 {
    order: 1;
  }

  .amis-scope .ant-col-xl-0 {
    display: none;
  }

  .amis-scope .ant-col-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-xl-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-xl-offset-0 {
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-order-0 {
    order: 0;
  }

  .amis-scope .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-xl-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-xl-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-xl-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .amis-scope .ant-col-xl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .amis-scope .ant-col-xl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .amis-scope .ant-col-xl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .amis-scope .ant-col-xl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .amis-scope .ant-col-xl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .amis-scope .ant-col-xl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .amis-scope .ant-col-xl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .amis-scope .ant-col-xl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .amis-scope .ant-col-xl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .amis-scope .ant-col-xl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .amis-scope .ant-col-xl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .amis-scope .ant-col-xl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .amis-scope .ant-col-xl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .amis-scope .ant-col-xl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .amis-scope .ant-col-xl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .amis-scope .ant-col-xl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .amis-scope .ant-col-xl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .amis-scope .ant-col-xl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .amis-scope .ant-col-xl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .amis-scope .ant-col-xl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .amis-scope .ant-col-xl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .amis-scope .ant-col-xl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .amis-scope .ant-col-xl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .amis-scope .ant-col-xl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .amis-scope .ant-col-xl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .amis-scope .ant-col-xl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1600px) {
  .amis-scope .ant-col-xxl-24 {
    display: block;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .amis-scope .ant-col-xxl-push-24 {
    left: 100%;
  }

  .amis-scope .ant-col-xxl-pull-24 {
    right: 100%;
  }

  .amis-scope .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }

  .amis-scope .ant-col-xxl-order-24 {
    order: 24;
  }

  .amis-scope .ant-col-xxl-23 {
    display: block;
    flex: 0 0 95.83333333%;
    max-width: 95.83333333%;
  }

  .amis-scope .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }

  .amis-scope .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }

  .amis-scope .ant-col-xxl-order-23 {
    order: 23;
  }

  .amis-scope .ant-col-xxl-22 {
    display: block;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .amis-scope .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }

  .amis-scope .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }

  .amis-scope .ant-col-xxl-order-22 {
    order: 22;
  }

  .amis-scope .ant-col-xxl-21 {
    display: block;
    flex: 0 0 87.5%;
    max-width: 87.5%;
  }

  .amis-scope .ant-col-xxl-push-21 {
    left: 87.5%;
  }

  .amis-scope .ant-col-xxl-pull-21 {
    right: 87.5%;
  }

  .amis-scope .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }

  .amis-scope .ant-col-xxl-order-21 {
    order: 21;
  }

  .amis-scope .ant-col-xxl-20 {
    display: block;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .amis-scope .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }

  .amis-scope .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }

  .amis-scope .ant-col-xxl-order-20 {
    order: 20;
  }

  .amis-scope .ant-col-xxl-19 {
    display: block;
    flex: 0 0 79.16666667%;
    max-width: 79.16666667%;
  }

  .amis-scope .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }

  .amis-scope .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }

  .amis-scope .ant-col-xxl-order-19 {
    order: 19;
  }

  .amis-scope .ant-col-xxl-18 {
    display: block;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .amis-scope .ant-col-xxl-push-18 {
    left: 75%;
  }

  .amis-scope .ant-col-xxl-pull-18 {
    right: 75%;
  }

  .amis-scope .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }

  .amis-scope .ant-col-xxl-order-18 {
    order: 18;
  }

  .amis-scope .ant-col-xxl-17 {
    display: block;
    flex: 0 0 70.83333333%;
    max-width: 70.83333333%;
  }

  .amis-scope .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }

  .amis-scope .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }

  .amis-scope .ant-col-xxl-order-17 {
    order: 17;
  }

  .amis-scope .ant-col-xxl-16 {
    display: block;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .amis-scope .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }

  .amis-scope .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }

  .amis-scope .ant-col-xxl-order-16 {
    order: 16;
  }

  .amis-scope .ant-col-xxl-15 {
    display: block;
    flex: 0 0 62.5%;
    max-width: 62.5%;
  }

  .amis-scope .ant-col-xxl-push-15 {
    left: 62.5%;
  }

  .amis-scope .ant-col-xxl-pull-15 {
    right: 62.5%;
  }

  .amis-scope .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }

  .amis-scope .ant-col-xxl-order-15 {
    order: 15;
  }

  .amis-scope .ant-col-xxl-14 {
    display: block;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .amis-scope .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }

  .amis-scope .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }

  .amis-scope .ant-col-xxl-order-14 {
    order: 14;
  }

  .amis-scope .ant-col-xxl-13 {
    display: block;
    flex: 0 0 54.16666667%;
    max-width: 54.16666667%;
  }

  .amis-scope .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }

  .amis-scope .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }

  .amis-scope .ant-col-xxl-order-13 {
    order: 13;
  }

  .amis-scope .ant-col-xxl-12 {
    display: block;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .amis-scope .ant-col-xxl-push-12 {
    left: 50%;
  }

  .amis-scope .ant-col-xxl-pull-12 {
    right: 50%;
  }

  .amis-scope .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }

  .amis-scope .ant-col-xxl-order-12 {
    order: 12;
  }

  .amis-scope .ant-col-xxl-11 {
    display: block;
    flex: 0 0 45.83333333%;
    max-width: 45.83333333%;
  }

  .amis-scope .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }

  .amis-scope .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }

  .amis-scope .ant-col-xxl-order-11 {
    order: 11;
  }

  .amis-scope .ant-col-xxl-10 {
    display: block;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .amis-scope .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }

  .amis-scope .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }

  .amis-scope .ant-col-xxl-order-10 {
    order: 10;
  }

  .amis-scope .ant-col-xxl-9 {
    display: block;
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }

  .amis-scope .ant-col-xxl-push-9 {
    left: 37.5%;
  }

  .amis-scope .ant-col-xxl-pull-9 {
    right: 37.5%;
  }

  .amis-scope .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }

  .amis-scope .ant-col-xxl-order-9 {
    order: 9;
  }

  .amis-scope .ant-col-xxl-8 {
    display: block;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .amis-scope .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }

  .amis-scope .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }

  .amis-scope .ant-col-xxl-order-8 {
    order: 8;
  }

  .amis-scope .ant-col-xxl-7 {
    display: block;
    flex: 0 0 29.16666667%;
    max-width: 29.16666667%;
  }

  .amis-scope .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }

  .amis-scope .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }

  .amis-scope .ant-col-xxl-order-7 {
    order: 7;
  }

  .amis-scope .ant-col-xxl-6 {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .amis-scope .ant-col-xxl-push-6 {
    left: 25%;
  }

  .amis-scope .ant-col-xxl-pull-6 {
    right: 25%;
  }

  .amis-scope .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }

  .amis-scope .ant-col-xxl-order-6 {
    order: 6;
  }

  .amis-scope .ant-col-xxl-5 {
    display: block;
    flex: 0 0 20.83333333%;
    max-width: 20.83333333%;
  }

  .amis-scope .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }

  .amis-scope .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }

  .amis-scope .ant-col-xxl-order-5 {
    order: 5;
  }

  .amis-scope .ant-col-xxl-4 {
    display: block;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .amis-scope .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }

  .amis-scope .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }

  .amis-scope .ant-col-xxl-order-4 {
    order: 4;
  }

  .amis-scope .ant-col-xxl-3 {
    display: block;
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }

  .amis-scope .ant-col-xxl-push-3 {
    left: 12.5%;
  }

  .amis-scope .ant-col-xxl-pull-3 {
    right: 12.5%;
  }

  .amis-scope .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }

  .amis-scope .ant-col-xxl-order-3 {
    order: 3;
  }

  .amis-scope .ant-col-xxl-2 {
    display: block;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .amis-scope .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }

  .amis-scope .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }

  .amis-scope .ant-col-xxl-order-2 {
    order: 2;
  }

  .amis-scope .ant-col-xxl-1 {
    display: block;
    flex: 0 0 4.16666667%;
    max-width: 4.16666667%;
  }

  .amis-scope .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }

  .amis-scope .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }

  .amis-scope .ant-col-xxl-order-1 {
    order: 1;
  }

  .amis-scope .ant-col-xxl-0 {
    display: none;
  }

  .amis-scope .ant-col-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-xxl-push-0 {
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-0 {
    right: auto;
  }

  .amis-scope .ant-col-xxl-offset-0 {
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-order-0 {
    order: 0;
  }

  .amis-scope .ant-col-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-xxl-push-0.ant-col-rtl {
    right: auto;
  }

  .amis-scope .ant-col-xxl-pull-0.ant-col-rtl {
    left: auto;
  }

  .amis-scope .ant-col-xxl-offset-0.ant-col-rtl {
    margin-right: 0;
  }

  .amis-scope .ant-col-xxl-push-1.ant-col-rtl {
    right: 4.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-1.ant-col-rtl {
    right: auto;
    left: 4.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-1.ant-col-rtl {
    margin-right: 4.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-2.ant-col-rtl {
    right: 8.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-2.ant-col-rtl {
    right: auto;
    left: 8.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-2.ant-col-rtl {
    margin-right: 8.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-3.ant-col-rtl {
    right: 12.5%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-3.ant-col-rtl {
    right: auto;
    left: 12.5%;
  }

  .amis-scope .ant-col-xxl-offset-3.ant-col-rtl {
    margin-right: 12.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-4.ant-col-rtl {
    right: 16.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-4.ant-col-rtl {
    right: auto;
    left: 16.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-4.ant-col-rtl {
    margin-right: 16.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-5.ant-col-rtl {
    right: 20.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-5.ant-col-rtl {
    right: auto;
    left: 20.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-5.ant-col-rtl {
    margin-right: 20.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-6.ant-col-rtl {
    right: 25%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-6.ant-col-rtl {
    right: auto;
    left: 25%;
  }

  .amis-scope .ant-col-xxl-offset-6.ant-col-rtl {
    margin-right: 25%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-7.ant-col-rtl {
    right: 29.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-7.ant-col-rtl {
    right: auto;
    left: 29.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-7.ant-col-rtl {
    margin-right: 29.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-8.ant-col-rtl {
    right: 33.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-8.ant-col-rtl {
    right: auto;
    left: 33.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-8.ant-col-rtl {
    margin-right: 33.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-9.ant-col-rtl {
    right: 37.5%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-9.ant-col-rtl {
    right: auto;
    left: 37.5%;
  }

  .amis-scope .ant-col-xxl-offset-9.ant-col-rtl {
    margin-right: 37.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-10.ant-col-rtl {
    right: 41.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-10.ant-col-rtl {
    right: auto;
    left: 41.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-10.ant-col-rtl {
    margin-right: 41.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-11.ant-col-rtl {
    right: 45.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-11.ant-col-rtl {
    right: auto;
    left: 45.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-11.ant-col-rtl {
    margin-right: 45.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-12.ant-col-rtl {
    right: 50%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-12.ant-col-rtl {
    right: auto;
    left: 50%;
  }

  .amis-scope .ant-col-xxl-offset-12.ant-col-rtl {
    margin-right: 50%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-13.ant-col-rtl {
    right: 54.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-13.ant-col-rtl {
    right: auto;
    left: 54.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-13.ant-col-rtl {
    margin-right: 54.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-14.ant-col-rtl {
    right: 58.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-14.ant-col-rtl {
    right: auto;
    left: 58.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-14.ant-col-rtl {
    margin-right: 58.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-15.ant-col-rtl {
    right: 62.5%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-15.ant-col-rtl {
    right: auto;
    left: 62.5%;
  }

  .amis-scope .ant-col-xxl-offset-15.ant-col-rtl {
    margin-right: 62.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-16.ant-col-rtl {
    right: 66.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-16.ant-col-rtl {
    right: auto;
    left: 66.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-16.ant-col-rtl {
    margin-right: 66.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-17.ant-col-rtl {
    right: 70.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-17.ant-col-rtl {
    right: auto;
    left: 70.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-17.ant-col-rtl {
    margin-right: 70.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-18.ant-col-rtl {
    right: 75%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-18.ant-col-rtl {
    right: auto;
    left: 75%;
  }

  .amis-scope .ant-col-xxl-offset-18.ant-col-rtl {
    margin-right: 75%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-19.ant-col-rtl {
    right: 79.16666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-19.ant-col-rtl {
    right: auto;
    left: 79.16666667%;
  }

  .amis-scope .ant-col-xxl-offset-19.ant-col-rtl {
    margin-right: 79.16666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-20.ant-col-rtl {
    right: 83.33333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-20.ant-col-rtl {
    right: auto;
    left: 83.33333333%;
  }

  .amis-scope .ant-col-xxl-offset-20.ant-col-rtl {
    margin-right: 83.33333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-21.ant-col-rtl {
    right: 87.5%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-21.ant-col-rtl {
    right: auto;
    left: 87.5%;
  }

  .amis-scope .ant-col-xxl-offset-21.ant-col-rtl {
    margin-right: 87.5%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-22.ant-col-rtl {
    right: 91.66666667%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-22.ant-col-rtl {
    right: auto;
    left: 91.66666667%;
  }

  .amis-scope .ant-col-xxl-offset-22.ant-col-rtl {
    margin-right: 91.66666667%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-23.ant-col-rtl {
    right: 95.83333333%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-23.ant-col-rtl {
    right: auto;
    left: 95.83333333%;
  }

  .amis-scope .ant-col-xxl-offset-23.ant-col-rtl {
    margin-right: 95.83333333%;
    margin-left: 0;
  }

  .amis-scope .ant-col-xxl-push-24.ant-col-rtl {
    right: 100%;
    left: auto;
  }

  .amis-scope .ant-col-xxl-pull-24.ant-col-rtl {
    right: auto;
    left: 100%;
  }

  .amis-scope .ant-col-xxl-offset-24.ant-col-rtl {
    margin-right: 100%;
    margin-left: 0;
  }
}

.amis-scope .ant-row-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}

.amis-scope .ant-carousel .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  touch-action: pan-y;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.amis-scope .ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.amis-scope .ant-carousel .slick-list:focus {
  outline: none;
}

.amis-scope .ant-carousel .slick-list.dragging {
  cursor: pointer;
}

.amis-scope .ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}

.amis-scope .ant-carousel .slick-list .slick-slide input.ant-radio-input,
.amis-scope .ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}

.amis-scope .ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}

.amis-scope .ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.amis-scope .ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}

.amis-scope .ant-carousel .slick-list .slick-slide > div > div {
  vertical-align: bottom;
}

.amis-scope .ant-carousel .slick-slider .slick-track,
.amis-scope .ant-carousel .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
  touch-action: pan-y;
}

.amis-scope .ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.amis-scope .ant-carousel .slick-track::before,
.amis-scope .ant-carousel .slick-track::after {
  display: table;
  content: '';
}

.amis-scope .ant-carousel .slick-track::after {
  clear: both;
}

.amis-scope .slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}

.amis-scope .ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.amis-scope .ant-carousel .slick-slide img {
  display: block;
}

.amis-scope .ant-carousel .slick-slide.slick-loading img {
  display: none;
}

.amis-scope .ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}

.amis-scope .ant-carousel .slick-initialized .slick-slide {
  display: block;
}

.amis-scope .ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}

.amis-scope .ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.amis-scope .ant-carousel .slick-arrow.slick-hidden {
  display: none;
}

.amis-scope .ant-carousel .slick-prev,
.amis-scope .ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-carousel .slick-prev:hover,
.amis-scope .ant-carousel .slick-next:hover,
.amis-scope .ant-carousel .slick-prev:focus,
.amis-scope .ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.amis-scope .ant-carousel .slick-prev:hover::before,
.amis-scope .ant-carousel .slick-next:hover::before,
.amis-scope .ant-carousel .slick-prev:focus::before,
.amis-scope .ant-carousel .slick-next:focus::before {
  opacity: 1;
}

.amis-scope .ant-carousel .slick-prev.slick-disabled::before,
.amis-scope .ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}

.amis-scope .ant-carousel .slick-prev {
  left: -25px;
}

.amis-scope .ant-carousel .slick-prev::before {
  content: '←';
}

.amis-scope .ant-carousel .slick-next {
  right: -25px;
}

.amis-scope .ant-carousel .slick-next::before {
  content: '→';
}

.amis-scope .ant-carousel .slick-dots {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex !important;
  justify-content: center;
  margin-right: 15%;
  margin-left: 15%;
  padding-left: 0;
  list-style: none;
}

.amis-scope .ant-carousel .slick-dots-bottom {
  bottom: 12px;
}

.amis-scope .ant-carousel .slick-dots-top {
  top: 12px;
  bottom: auto;
}

.amis-scope .ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 16px;
  height: 3px;
  margin: 0 2px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  text-align: center;
  text-indent: -999px;
  vertical-align: top;
  transition: all 0.5s;
}

.amis-scope .ant-carousel .slick-dots li button {
  display: block;
  width: 100%;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.5s;
}

.amis-scope .ant-carousel .slick-dots li button:hover,
.amis-scope .ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}

.amis-scope .ant-carousel .slick-dots li.slick-active {
  width: 24px;
}

.amis-scope .ant-carousel .slick-dots li.slick-active button {
  background: #fff;
  opacity: 1;
}

.amis-scope .ant-carousel .slick-dots li.slick-active:hover,
.amis-scope .ant-carousel .slick-dots li.slick-active:focus {
  opacity: 1;
}

.amis-scope .ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  flex-direction: column;
  width: 3px;
  height: auto;
  margin: 0;
  transform: translateY(-50%);
}

.amis-scope .ant-carousel-vertical .slick-dots-left {
  right: auto;
  left: 12px;
}

.amis-scope .ant-carousel-vertical .slick-dots-right {
  right: 12px;
  left: auto;
}

.amis-scope .ant-carousel-vertical .slick-dots li {
  width: 3px;
  height: 16px;
  margin: 4px 2px;
  vertical-align: baseline;
}

.amis-scope .ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}

.amis-scope .ant-carousel-vertical .slick-dots li.slick-active {
  width: 3px;
  height: 24px;
}

.amis-scope .ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}

.amis-scope .ant-carousel-rtl {
  direction: rtl;
}

.amis-scope .ant-carousel-rtl .ant-carousel .slick-track {
  right: 0;
  left: auto;
}

.amis-scope .ant-carousel-rtl .ant-carousel .slick-prev {
  right: -25px;
  left: auto;
}

.amis-scope .ant-carousel-rtl .ant-carousel .slick-prev::before {
  content: '→';
}

.amis-scope .ant-carousel-rtl .ant-carousel .slick-next {
  right: auto;
  left: -25px;
}

.amis-scope .ant-carousel-rtl .ant-carousel .slick-next::before {
  content: '←';
}

.amis-scope .ant-carousel-rtl.ant-carousel .slick-dots {
  flex-direction: row-reverse;
}

.amis-scope .ant-carousel-rtl.ant-carousel-vertical .slick-dots {
  flex-direction: column;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.amis-scope .ant-cascader-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
.amis-scope .ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
.amis-scope .ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
  border-color: #1890ff;
}

.amis-scope .ant-cascader-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.amis-scope .ant-cascader-checkbox:hover::after,
.amis-scope .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox::after {
  visibility: visible;
}

.amis-scope .ant-cascader-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.amis-scope .ant-cascader-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.amis-scope .ant-cascader-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.amis-scope .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.amis-scope .ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-cascader-checkbox-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-cascader-checkbox-disabled.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-cascader-checkbox-disabled .ant-cascader-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.amis-scope .ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-cascader-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-cascader-checkbox-disabled:hover::after,
.amis-scope .ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-disabled::after {
  visibility: hidden;
}

.amis-scope .ant-cascader-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.amis-scope .ant-cascader-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.amis-scope .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-cascader-checkbox-wrapper + .ant-cascader-checkbox-wrapper {
  margin-left: 8px;
}

.amis-scope .ant-cascader-checkbox-wrapper.ant-cascader-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-cascader-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-cascader-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.amis-scope .ant-cascader-checkbox-group-item {
  margin-right: 8px;
}

.amis-scope .ant-cascader-checkbox-group-item:last-child {
  margin-right: 0;
}

.amis-scope .ant-cascader-checkbox-group-item + .ant-cascader-checkbox-group-item {
  margin-left: 0;
}

.amis-scope .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.amis-scope .ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.amis-scope .ant-cascader-checkbox-indeterminate.ant-cascader-checkbox-disabled .ant-cascader-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-cascader {
  width: 184px;
}

.amis-scope .ant-cascader-checkbox {
  top: 0;
  margin-right: 8px;
}

.amis-scope .ant-cascader-menus {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
}

.amis-scope .ant-cascader-menus.ant-cascader-menu-empty .ant-cascader-menu {
  width: 100%;
  height: auto;
}

.amis-scope .ant-cascader-menu {
  flex-grow: 1;
  min-width: 111px;
  height: 180px;
  margin: 0;
  margin: -4px 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #f0f0f0;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.amis-scope .ant-cascader-menu-item {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: 5px 12px;
  overflow: hidden;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-cascader-menu-item:hover {
  background: #f5f5f5;
}

.amis-scope .ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-cascader-menu-item-disabled:hover {
  background: transparent;
}

.amis-scope .ant-cascader-menu-empty .ant-cascader-menu-item {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
  pointer-events: none;
}

.amis-scope .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.amis-scope .ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #e6f7ff;
}

.amis-scope .ant-cascader-menu-item-content {
  flex: auto;
}

.amis-scope .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.amis-scope .ant-cascader-menu-item-loading-icon {
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 10px;
}

.amis-scope .ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.amis-scope .ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-cascader-menu-item-keyword {
  color: #ff4d4f;
}

.amis-scope .ant-cascader-rtl .ant-cascader-menu-item-expand-icon,
.amis-scope .ant-cascader-rtl .ant-cascader-menu-item-loading-icon {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-cascader-rtl .ant-cascader-checkbox {
  top: 0;
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.amis-scope .ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.amis-scope .ant-checkbox:hover .ant-checkbox-inner,
.amis-scope .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #1890ff;
}

.amis-scope .ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.amis-scope .ant-checkbox:hover::after,
.amis-scope .ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}

.amis-scope .ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.amis-scope .ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.amis-scope .ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.amis-scope .ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.amis-scope .ant-checkbox-checked .ant-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-checkbox-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.amis-scope .ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-checkbox-disabled:hover::after,
.amis-scope .ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}

.amis-scope .ant-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.amis-scope .ant-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.amis-scope .ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}

.amis-scope .ant-checkbox-wrapper.ant-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.amis-scope .ant-checkbox-group-item {
  margin-right: 8px;
}

.amis-scope .ant-checkbox-group-item:last-child {
  margin-right: 0;
}

.amis-scope .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}

.amis-scope .ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.amis-scope .ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.amis-scope .ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-checkbox-rtl {
  direction: rtl;
}

.amis-scope .ant-checkbox-group-rtl .ant-checkbox-group-item {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-checkbox-group-rtl .ant-checkbox-group-item:last-child {
  margin-left: 0 !important;
}

.amis-scope .ant-checkbox-group-rtl .ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-collapse {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 2px;
}

.amis-scope .ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.amis-scope .ant-collapse > .ant-collapse-item:last-child,
.amis-scope .ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 1.5715;
  cursor: pointer;
  transition: all 0.3s, visibility 0s;
}

.amis-scope .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  display: inline-block;
  margin-right: 12px;
  font-size: 12px;
  vertical-align: -1px;
}

.amis-scope .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transition: transform 0.24s;
}

.amis-scope .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-left: auto;
}

.amis-scope .ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}

.amis-scope .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only {
  cursor: default;
}

.amis-scope .ant-collapse > .ant-collapse-item .ant-collapse-header-collapsible-only .ant-collapse-header-text {
  cursor: pointer;
}

.amis-scope .ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}

.amis-scope .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-right: 40px;
}

.amis-scope .ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  left: auto;
  margin: 0;
  transform: translateY(-50%);
}

.amis-scope .ant-collapse-content {
  color: rgba(0, 0, 0, 0.85);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}

.amis-scope .ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}

.amis-scope .ant-collapse-content-hidden {
  display: none;
}

.amis-scope .ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}

.amis-scope .ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}

.amis-scope .ant-collapse-borderless > .ant-collapse-item:last-child,
.amis-scope .ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}

.amis-scope .ant-collapse-borderless > .ant-collapse-item:last-child {
  border-bottom: 0;
}

.amis-scope .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.amis-scope .ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}

.amis-scope .ant-collapse-ghost {
  background-color: transparent;
  border: 0;
}

.amis-scope .ant-collapse-ghost > .ant-collapse-item {
  border-bottom: 0;
}

.amis-scope .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}

.amis-scope .ant-collapse-ghost > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 12px;
  padding-bottom: 12px;
}

.amis-scope .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.amis-scope .ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-collapse-rtl {
  direction: rtl;
}

.amis-scope .ant-collapse-rtl .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}

.amis-scope .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  transform: rotate(180deg);
}

.amis-scope .ant-collapse-rtl.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  margin-right: auto;
  margin-left: 0;
}

.amis-scope .ant-collapse-rtl.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-right: 12px;
  padding-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-comment {
  position: relative;
  background-color: inherit;
}

.amis-scope .ant-comment-inner {
  display: flex;
  padding: 16px 0;
}

.amis-scope .ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}

.amis-scope .ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.amis-scope .ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}

.amis-scope .ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}

.amis-scope .ant-comment-content-author > a,
.amis-scope .ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}

.amis-scope .ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  transition: color 0.3s;
}

.amis-scope .ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}

.amis-scope .ant-comment-content-detail p {
  margin-bottom: inherit;
  white-space: pre-wrap;
}

.amis-scope .ant-comment-actions {
  margin-top: 12px;
  margin-bottom: inherit;
  padding-left: 0;
}

.amis-scope .ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-comment-actions > li > span {
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-comment-actions > li > span:hover {
  color: #595959;
}

.amis-scope .ant-comment-nested {
  margin-left: 44px;
}

.amis-scope .ant-comment-rtl {
  direction: rtl;
}

.amis-scope .ant-comment-rtl .ant-comment-avatar {
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-comment-rtl .ant-comment-content-author > a,
.amis-scope .ant-comment-rtl .ant-comment-content-author > span {
  padding-right: 0;
  padding-left: 8px;
}

.amis-scope .ant-comment-rtl .ant-comment-actions {
  padding-right: 0;
}

.amis-scope .ant-comment-rtl .ant-comment-actions > li > span {
  margin-right: 0;
  margin-left: 10px;
}

.amis-scope .ant-comment-rtl .ant-comment-nested {
  margin-right: 44px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-descriptions-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.amis-scope .ant-descriptions-title {
  flex: auto;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-descriptions-extra {
  margin-left: auto;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.amis-scope .ant-descriptions-view {
  width: 100%;
  border-radius: 2px;
}

.amis-scope .ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}

.amis-scope .ant-descriptions-row > th,
.amis-scope .ant-descriptions-row > td {
  padding-bottom: 16px;
}

.amis-scope .ant-descriptions-row:last-child {
  border-bottom: none;
}

.amis-scope .ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5715;
  text-align: start;
}

.amis-scope .ant-descriptions-item-label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.amis-scope .ant-descriptions-item-label.ant-descriptions-item-no-colon::after {
  content: ' ';
}

.amis-scope .ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}

.amis-scope .ant-descriptions-item-content {
  display: table-cell;
  flex: 1;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  word-break: break-word;
  overflow-wrap: break-word;
}

.amis-scope .ant-descriptions-item {
  padding-bottom: 0;
  vertical-align: top;
}

.amis-scope .ant-descriptions-item-container {
  display: flex;
}

.amis-scope .ant-descriptions-item-container .ant-descriptions-item-label,
.amis-scope .ant-descriptions-item-container .ant-descriptions-item-content {
  display: inline-flex;
  align-items: baseline;
}

.amis-scope .ant-descriptions-middle .ant-descriptions-row > th,
.amis-scope .ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}

.amis-scope .ant-descriptions-small .ant-descriptions-row > th,
.amis-scope .ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #f0f0f0;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
  border-collapse: collapse;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-item-label,
.amis-scope .ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.amis-scope .ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}

.amis-scope .ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.amis-scope .ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}

.amis-scope .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.amis-scope .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}

.amis-scope .ant-descriptions-rtl {
  direction: rtl;
}

.amis-scope .ant-descriptions-rtl .ant-descriptions-item-label::after {
  margin: 0 2px 0 8px;
}

.amis-scope .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label,
.amis-scope .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content {
  border-right: none;
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.amis-scope .ant-descriptions-rtl.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-left: none;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.amis-scope .ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
}

.amis-scope .ant-divider-horizontal {
  display: flex;
  clear: both;
  width: 100%;
  min-width: 100%;
  margin: 24px 0;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text {
  display: flex;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  border-top: 0;
  border-top-color: rgba(0, 0, 0, 0.06);
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text::before,
.amis-scope .ant-divider-horizontal.ant-divider-with-text::after {
  position: relative;
  top: 50%;
  width: 50%;
  border-top: 1px solid transparent;
  border-top-color: inherit;
  border-bottom: 0;
  transform: translateY(50%);
  content: '';
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}

.amis-scope .ant-divider-inner-text {
  display: inline-block;
  padding: 0 1em;
}

.amis-scope .ant-divider-dashed {
  background: none;
  border-color: rgba(0, 0, 0, 0.06);
  border-style: dashed;
  border-width: 1px 0 0;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
.amis-scope .ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
  border-style: dashed none none;
}

.amis-scope .ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}

.amis-scope .ant-divider-plain.ant-divider-with-text {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
  width: 0;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
  width: 100%;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
  padding-left: 0;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
  width: 100%;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
  width: 0;
}

.amis-scope .ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
  padding-right: 0;
}

.amis-scope .ant-divider-rtl {
  direction: rtl;
}

.amis-scope .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
  width: 95%;
}

.amis-scope .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
  width: 5%;
}

.amis-scope .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
  width: 5%;
}

.amis-scope .ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
  width: 95%;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  transition: width 0s ease 0.3s, height 0s ease 0.3s;
}

.amis-scope .ant-drawer-content-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}

.amis-scope .ant-drawer-left,
.amis-scope .ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}

.amis-scope .ant-drawer-left .ant-drawer-content-wrapper,
.amis-scope .ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}

.amis-scope .ant-drawer-left.ant-drawer-open,
.amis-scope .ant-drawer-right.ant-drawer-open {
  width: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-drawer-left {
  left: 0;
}

.amis-scope .ant-drawer-left .ant-drawer-content-wrapper {
  left: 0;
}

.amis-scope .ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
}

.amis-scope .ant-drawer-right {
  right: 0;
}

.amis-scope .ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}

.amis-scope .ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
}

.amis-scope .ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  transform: translateX(1px);
}

.amis-scope .ant-drawer-top,
.amis-scope .ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}

.amis-scope .ant-drawer-top .ant-drawer-content-wrapper,
.amis-scope .ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}

.amis-scope .ant-drawer-top.ant-drawer-open,
.amis-scope .ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.amis-scope .ant-drawer-top {
  top: 0;
}

.amis-scope .ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
}

.amis-scope .ant-drawer-bottom {
  bottom: 0;
}

.amis-scope .ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}

.amis-scope .ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
}

.amis-scope .ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}

.amis-scope .ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  animation: antdDrawerFadeIn 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  pointer-events: auto;
}

.amis-scope .ant-drawer-title {
  flex: 1;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.amis-scope .ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}

.amis-scope .ant-drawer-close {
  display: inline-block;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
  text-rendering: auto;
}

.amis-scope .ant-drawer-close:focus,
.amis-scope .ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.amis-scope .ant-drawer-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-drawer-header-title {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .ant-drawer-header-close-only {
  padding-bottom: 0;
  border: none;
}

.amis-scope .ant-drawer-wrapper-body {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  height: 100%;
}

.amis-scope .ant-drawer-body {
  flex-grow: 1;
  padding: 24px;
  overflow: auto;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}

.amis-scope .ant-drawer-footer {
  flex-shrink: 0;
  padding: 10px 16px;
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
  pointer-events: none;
}

.amis-scope .ant-drawer .ant-picker-clear {
  background: #fff;
}

@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.amis-scope .ant-drawer-rtl {
  direction: rtl;
}

.amis-scope .ant-drawer-rtl .ant-drawer-close {
  margin-right: 0;
  margin-left: 12px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-form-item .ant-input-number + .ant-form-text {
  margin-left: 8px;
}

.amis-scope .ant-form-inline {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .ant-form-inline .ant-form-item {
  flex: none;
  flex-wrap: nowrap;
  margin-right: 16px;
  margin-bottom: 0;
}

.amis-scope .ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}

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

.amis-scope .ant-form-inline .ant-form-item > .ant-form-item-label {
  flex: none;
}

.amis-scope .ant-form-inline .ant-form-item .ant-form-text {
  display: inline-block;
}

.amis-scope .ant-form-inline .ant-form-item .ant-form-item-has-feedback {
  display: inline-block;
}

.amis-scope .ant-form-horizontal .ant-form-item-label {
  flex-grow: 0;
}

.amis-scope .ant-form-horizontal .ant-form-item-control {
  flex: 1 1 0;
  min-width: 0;
}

.amis-scope .ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
.amis-scope .ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
  min-width: unset;
}

.amis-scope .ant-form-vertical .ant-form-item {
  flex-direction: column;
}

.amis-scope .ant-form-vertical .ant-form-item-label > label {
  height: auto;
}

.amis-scope .ant-form-vertical .ant-form-item-label,
.amis-scope .ant-col-24.ant-form-item-label,
.amis-scope .ant-col-xl-24.ant-form-item-label {
  padding: 0 0 8px;
  line-height: 1.5715;
  white-space: initial;
  text-align: left;
}

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

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

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

@media (max-width: 575px) {
  .amis-scope .ant-form-item .ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-form-item .ant-form-item-label > label {
    margin: 0;
  }

  .amis-scope .ant-form-item .ant-form-item-label > label::after {
    display: none;
  }

  .amis-scope .ant-form-rtl.ant-form-item .ant-form-item-label {
    text-align: right;
  }

  .amis-scope .ant-form .ant-form-item {
    flex-wrap: wrap;
  }

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

  .amis-scope .ant-col-xs-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-col-xs-24.ant-form-item-label > label {
    margin: 0;
  }

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

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

@media (max-width: 767px) {
  .amis-scope .ant-col-sm-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-col-sm-24.ant-form-item-label > label {
    margin: 0;
  }

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

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

@media (max-width: 991px) {
  .amis-scope .ant-col-md-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-col-md-24.ant-form-item-label > label {
    margin: 0;
  }

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

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

@media (max-width: 1199px) {
  .amis-scope .ant-col-lg-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-col-lg-24.ant-form-item-label > label {
    margin: 0;
  }

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

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

@media (max-width: 1599px) {
  .amis-scope .ant-col-xl-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
  }

  .amis-scope .ant-col-xl-24.ant-form-item-label > label {
    margin: 0;
  }

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

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

.amis-scope .ant-form-item {
  /* Some non-status related component style is in `components.less` */
  /* To support leave along ErrorList. We add additional className to handle explain style */
}

.amis-scope .ant-form-item-explain-error {
  color: #ff4d4f;
}

.amis-scope .ant-form-item-explain-warning {
  color: #faad14;
}

.amis-scope .ant-form-item-has-feedback .ant-switch {
  margin: 2px 0 4px;
}

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

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

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

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

.amis-scope .ant-form label {
  font-size: 14px;
}

.amis-scope .ant-form input[type='search'] {
  box-sizing: border-box;
}

.amis-scope .ant-form input[type='radio'],
.amis-scope .ant-form input[type='checkbox'] {
  line-height: normal;
}

.amis-scope .ant-form input[type='file'] {
  display: block;
}

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

.amis-scope .ant-form select[multiple],
.amis-scope .ant-form select[size] {
  height: auto;
}

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

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

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

.amis-scope .ant-form-small .ant-form-item-label > label {
  height: 24px;
}

.amis-scope .ant-form-small .ant-form-item-control-input {
  min-height: 24px;
}

.amis-scope .ant-form-large .ant-form-item-label > label {
  height: 40px;
}

.amis-scope .ant-form-large .ant-form-item-control-input {
  min-height: 40px;
}

.amis-scope .ant-form-item {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
  transition: margin-bottom 0.3s 0.017s linear;
}

.amis-scope .ant-form-item-with-help {
  margin-bottom: 0;
  transition: none;
}

.amis-scope .ant-form-item-hidden,
.amis-scope .ant-form-item-hidden.ant-row {
  display: none;
}

.amis-scope .ant-form-item-label {
  display: inline-block;
  flex-grow: 0;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}

.amis-scope .ant-form-item-label-left {
  text-align: left;
}

.amis-scope .ant-form-item-label-wrap {
  overflow: unset;
  line-height: 1.3215em;
  white-space: unset;
}

.amis-scope .ant-form-item-label > label {
  position: relative;
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

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

.amis-scope .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: inline-block;
  margin-right: 4px;
  color: #ff4d4f;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}

.amis-scope .ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}

.amis-scope .ant-form-item-label > label .ant-form-item-optional {
  display: inline-block;
  margin-left: 4px;
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
  display: none;
}

.amis-scope .ant-form-item-label > label .ant-form-item-tooltip {
  color: rgba(0, 0, 0, 0.45);
  cursor: help;
  -ms-writing-mode: lr-tb;
  writing-mode: horizontal-tb;
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
}

.amis-scope .ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}

.amis-scope .ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}

.amis-scope .ant-form-item-control {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.amis-scope .ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
  width: 100%;
}

.amis-scope .ant-form-item-control-input {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 32px;
}

.amis-scope .ant-form-item-control-input-content {
  flex: auto;
  max-width: 100%;
}

.amis-scope .ant-form-item-explain,
.amis-scope .ant-form-item-extra {
  clear: both;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.amis-scope .ant-form-item-explain-connected {
  height: 0;
  min-height: 0;
  opacity: 0;
}

.amis-scope .ant-form-item-extra {
  min-height: 24px;
}

.amis-scope .ant-form-item-with-help .ant-form-item-explain {
  height: auto;
  min-height: 24px;
  opacity: 1;
}

.amis-scope .ant-form-item-feedback-icon {
  font-size: 14px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}

.amis-scope .ant-form-item-feedback-icon-success {
  color: #52c41a;
}

.amis-scope .ant-form-item-feedback-icon-error {
  color: #ff4d4f;
}

.amis-scope .ant-form-item-feedback-icon-warning {
  color: #faad14;
}

.amis-scope .ant-form-item-feedback-icon-validating {
  color: #1890ff;
}

.amis-scope .ant-show-help {
  transition: height 0.3s linear, min-height 0.3s linear, margin-bottom 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-show-help-leave {
  min-height: 24px;
}

.amis-scope .ant-show-help-leave-active {
  min-height: 0;
}

.amis-scope .ant-show-help-item {
  overflow: hidden;
  transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.amis-scope .ant-show-help-item-appear,
.amis-scope .ant-show-help-item-enter {
  transform: translateY(-5px);
  opacity: 0;
}

.amis-scope .ant-show-help-item-appear-active,
.amis-scope .ant-show-help-item-enter-active {
  transform: translateY(0);
  opacity: 1;
}

.amis-scope .ant-show-help-item-leave-active {
  transform: translateY(-5px);
}

@-webkit-keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.amis-scope .ant-form-rtl {
  direction: rtl;
}

.amis-scope .ant-form-rtl .ant-form-item-label {
  text-align: left;
}

.amis-scope .ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
  margin-right: 0;
  margin-left: 4px;
}

.amis-scope .ant-form-rtl .ant-form-item-label > label::after {
  margin: 0 2px 0 8px;
}

.amis-scope .ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-col-rtl .ant-form-item-control:first-child {
  width: 100%;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input {
  padding-right: 11px;
  padding-left: 24px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 11px;
  padding-left: 18px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
  padding: 0;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
  padding: 0;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: auto;
  left: 28px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
  padding-left: 18px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
  right: auto;
  left: 32px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 0;
  padding-left: 42px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
  margin-right: 0;
  margin-left: 19px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
  right: auto;
  left: 32px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-picker {
  padding-right: 11px;
  padding-left: 29.2px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
  padding-right: 11px;
  padding-left: 29.2px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
  padding-right: 7px;
  padding-left: 25.2px;
}

.amis-scope .ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.amis-scope .ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
  right: auto;
  left: 0;
}

.amis-scope .ant-form-rtl.ant-form-inline .ant-form-item {
  margin-right: 0;
  margin-left: 16px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-image {
  position: relative;
  display: inline-block;
}

.amis-scope .ant-image-img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.amis-scope .ant-image-img-placeholder {
  background-color: #f5f5f5;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTQuNSAyLjVoLTEzQS41LjUgMCAwIDAgMSAzdjEwYS41LjUgMCAwIDAgLjUuNWgxM2EuNS41IDAgMCAwIC41LS41VjNhLjUuNSAwIDAgMC0uNS0uNXpNNS4yODEgNC43NWExIDEgMCAwIDEgMCAyIDEgMSAwIDAgMSAwLTJ6bTguMDMgNi44M2EuMTI3LjEyNyAwIDAgMS0uMDgxLjAzSDIuNzY5YS4xMjUuMTI1IDAgMCAxLS4wOTYtLjIwN2wyLjY2MS0zLjE1NmEuMTI2LjEyNiAwIDAgMSAuMTc3LS4wMTZsLjAxNi4wMTZMNy4wOCAxMC4wOWwyLjQ3LTIuOTNhLjEyNi4xMjYgMCAwIDEgLjE3Ny0uMDE2bC4wMTUuMDE2IDMuNTg4IDQuMjQ0YS4xMjcuMTI3IDAgMCAxLS4wMi4xNzV6IiBmaWxsPSIjOEM4QzhDIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
}

.amis-scope .ant-image-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  opacity: 0;
  transition: opacity 0.3s;
}

.amis-scope .ant-image-mask-info {
  padding: 0 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-image-mask-info .anticon {
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
}

.amis-scope .ant-image-mask:hover {
  opacity: 1;
}

.amis-scope .ant-image-placeholder {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .ant-image-preview {
  pointer-events: none;
  height: 100%;
  text-align: center;
}

.amis-scope .ant-image-preview.ant-zoom-enter,
.amis-scope .ant-image-preview.ant-zoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-image-preview-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-image-preview-mask-hidden {
  display: none;
}

.amis-scope .ant-image-preview-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .ant-image-preview-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.amis-scope .ant-image-preview-img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transform: scale3d(1, 1, 1);
  cursor: -webkit-grab;
  cursor: grab;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: auto;
}

.amis-scope .ant-image-preview-img-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.amis-scope .ant-image-preview-img-wrapper::before {
  display: inline-block;
  width: 1px;
  height: 50%;
  margin-right: -1px;
  content: '';
}

.amis-scope .ant-image-preview-moving .ant-image-preview-img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.amis-scope .ant-image-preview-moving .ant-image-preview-img-wrapper {
  transition-duration: 0s;
}

.amis-scope .ant-image-preview-wrap {
  z-index: 1080;
}

.amis-scope .ant-image-preview-operations {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  width: 100%;
  color: rgba(255, 255, 255, 0.85);
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  pointer-events: auto;
}

.amis-scope .ant-image-preview-operations-operation {
  margin-left: 12px;
  padding: 12px;
  cursor: pointer;
}

.amis-scope .ant-image-preview-operations-operation-disabled {
  color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
}

.amis-scope .ant-image-preview-operations-operation:last-of-type {
  margin-left: 0;
}

.amis-scope .ant-image-preview-operations-progress {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.amis-scope .ant-image-preview-operations-icon {
  font-size: 18px;
}

.amis-scope .ant-image-preview-switch-left,
.amis-scope .ant-image-preview-switch-right {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  color: rgba(255, 255, 255, 0.85);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  cursor: pointer;
  pointer-events: auto;
}

.amis-scope .ant-image-preview-switch-left-disabled,
.amis-scope .ant-image-preview-switch-right-disabled {
  color: rgba(255, 255, 255, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-image-preview-switch-left-disabled > .anticon,
.amis-scope .ant-image-preview-switch-right-disabled > .anticon {
  cursor: not-allowed;
}

.amis-scope .ant-image-preview-switch-left > .anticon,
.amis-scope .ant-image-preview-switch-right > .anticon {
  font-size: 18px;
}

.amis-scope .ant-image-preview-switch-left {
  left: 10px;
}

.amis-scope .ant-image-preview-switch-right {
  right: 10px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-input-number-affix-wrapper {
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-flex;
  width: 90px;
  padding: 0;
  -webkit-padding-start: 11px;
  padding-inline-start: 11px;
}

.amis-scope .ant-input-number-affix-wrapper::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-input-number-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-affix-wrapper:focus,
.amis-scope .ant-input-number-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-number-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-number-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-affix-wrapper-borderless,
.amis-scope .ant-input-number-affix-wrapper-borderless:hover,
.amis-scope .ant-input-number-affix-wrapper-borderless:focus,
.amis-scope .ant-input-number-affix-wrapper-borderless-focused,
.amis-scope .ant-input-number-affix-wrapper-borderless-disabled,
.amis-scope .ant-input-number-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-input-number-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-input-number-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-number-affix-wrapper-sm {
  padding: 0px 7px;
}

.amis-scope .ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}

.amis-scope .ant-input-number-affix-wrapper-focused,
.amis-scope .ant-input-number-affix-wrapper:focus {
  z-index: 1;
}

.amis-scope .ant-input-number-affix-wrapper-disabled .ant-input-number[disabled] {
  background: transparent;
}

.amis-scope .ant-input-number-affix-wrapper > div.ant-input-number {
  width: 100%;
  border: none;
  outline: none;
}

.amis-scope .ant-input-number-affix-wrapper > div.ant-input-number.ant-input-number-focused {
  box-shadow: none !important;
}

.amis-scope .ant-input-number-affix-wrapper input.ant-input-number-input {
  padding: 0;
}

.amis-scope .ant-input-number-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.amis-scope .ant-input-number-affix-wrapper .ant-input-number-handler-wrap {
  z-index: 2;
}

.amis-scope .ant-input-number-prefix,
.amis-scope .ant-input-number-suffix {
  display: flex;
  flex: none;
  align-items: center;
  pointer-events: none;
}

.amis-scope .ant-input-number-prefix {
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
}

.amis-scope .ant-input-number-suffix {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  margin-right: 11px;
  margin-left: 4px;
}

.amis-scope .ant-input-number-group-wrapper .ant-input-number-affix-wrapper {
  width: 100%;
}

.amis-scope .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.amis-scope .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #ff4d4f;
}

.amis-scope .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.amis-scope .ant-input-number-status-error:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}

.amis-scope .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number,
.amis-scope .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:hover {
  background: #fff;
  border-color: #faad14;
}

.amis-scope .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number:focus,
.amis-scope .ant-input-number-status-warning:not(.ant-input-number-disabled):not(.ant-input-number-borderless).ant-input-number-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-status-warning .ant-input-number-prefix {
  color: #faad14;
}

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

.amis-scope .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.amis-scope .ant-input-number-affix-wrapper-status-error:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-affix-wrapper-status-error .ant-input-number-prefix {
  color: #ff4d4f;
}

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

.amis-scope .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper:focus,
.amis-scope .ant-input-number-affix-wrapper-status-warning:not(.ant-input-number-affix-wrapper-disabled):not(.ant-input-number-affix-wrapper-borderless).ant-input-number-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-affix-wrapper-status-warning .ant-input-number-prefix {
  color: #faad14;
}

.amis-scope .ant-input-number-group-wrapper-status-error .ant-input-number-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.amis-scope .ant-input-number-group-wrapper-status-warning .ant-input-number-group-addon {
  color: #faad14;
  border-color: #faad14;
}

.amis-scope .ant-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.amis-scope .ant-input-number::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-input-number:focus,
.amis-scope .ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-borderless,
.amis-scope .ant-input-number-borderless:hover,
.amis-scope .ant-input-number-borderless:focus,
.amis-scope .ant-input-number-borderless-focused,
.amis-scope .ant-input-number-borderless-disabled,
.amis-scope .ant-input-number-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-input-number-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-number-sm {
  padding: 0px 7px;
}

.amis-scope .ant-input-number-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.amis-scope .ant-input-number-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.amis-scope .ant-input-number-group > [class*='col-'] {
  padding-right: 8px;
}

.amis-scope .ant-input-number-group > [class*='col-']:last-child {
  padding-right: 0;
}

.amis-scope .ant-input-number-group-addon,
.amis-scope .ant-input-number-group-wrap,
.amis-scope .ant-input-number-group > .ant-input-number {
  display: table-cell;
}

.amis-scope .ant-input-number-group-addon:not(:first-child):not(:last-child),
.amis-scope .ant-input-number-group-wrap:not(:first-child):not(:last-child),
.amis-scope .ant-input-number-group > .ant-input-number:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.amis-scope .ant-input-number-group-addon,
.amis-scope .ant-input-number-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.amis-scope .ant-input-number-group-wrap > * {
  display: block !important;
}

.amis-scope .ant-input-number-group .ant-input-number {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}

.amis-scope .ant-input-number-group .ant-input-number:focus {
  z-index: 1;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-group .ant-input-number:hover {
  z-index: 1;
  border-right-width: 1px;
}

.amis-scope .ant-input-search-with-button .ant-input-number-group .ant-input-number:hover {
  z-index: 0;
}

.amis-scope .ant-input-number-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}

.amis-scope .ant-input-number-group-addon .ant-select {
  margin: -5px -11px;
}

.amis-scope .ant-input-number-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}

.amis-scope .ant-input-number-group-addon .ant-select-open .ant-select-selector,
.amis-scope .ant-input-number-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}

.amis-scope .ant-input-number-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}

.amis-scope .ant-input-number-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}

.amis-scope .ant-input-number-group > .ant-input-number:first-child,
.amis-scope .ant-input-number-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-number-group > .ant-input-number:first-child .ant-select .ant-select-selector,
.amis-scope .ant-input-number-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-number-group > .ant-input-number-affix-wrapper:not(:first-child) .ant-input-number {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-number-group > .ant-input-number-affix-wrapper:not(:last-child) .ant-input-number {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-number-group-addon:first-child {
  border-right: 0;
}

.amis-scope .ant-input-number-group-addon:last-child {
  border-left: 0;
}

.amis-scope .ant-input-number-group > .ant-input-number:last-child,
.amis-scope .ant-input-number-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-number-group > .ant-input-number:last-child .ant-select .ant-select-selector,
.amis-scope .ant-input-number-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-number-group-lg .ant-input-number,
.amis-scope .ant-input-number-group-lg > .ant-input-number-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-number-group-sm .ant-input-number,
.amis-scope .ant-input-number-group-sm > .ant-input-number-group-addon {
  padding: 0px 7px;
}

.amis-scope .ant-input-number-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}

.amis-scope .ant-input-number-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}

.amis-scope .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child),
.amis-scope .ant-input-search .ant-input-number-group .ant-input-number-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact {
  display: block;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact::before {
  display: table;
  content: '';
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child),
.amis-scope .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child),
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):hover,
.amis-scope .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):hover,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):hover {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact-addon:not(:first-child):not(:last-child):focus,
.amis-scope .ant-input-number-group.ant-input-number-group-compact-wrap:not(:first-child):not(:last-child):focus,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-number:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-number-affix-wrapper {
  display: inline-flex;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-picker-range {
  display: inline-flex;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact .ant-input-number {
  float: none;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:hover,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:hover,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:hover,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-selector:focus,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input:focus,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker .ant-input:focus,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-focused {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > *:first-child,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select:first-child > .ant-select-selector,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete:first-child .ant-input,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > *:last-child,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select:last-child > .ant-select-selector,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker:last-child .ant-input,
.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}

.amis-scope .ant-input-number-group.ant-input-number-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-input-number-group-wrapper {
  display: inline-block;
  text-align: start;
  vertical-align: top;
}

.amis-scope .ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  border-left: 1px solid #d9d9d9;
  transition: all 0.1s linear;
}

.amis-scope .ant-input-number-handler:active {
  background: #f4f4f4;
}

.amis-scope .ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.amis-scope .ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #40a9ff;
}

.amis-scope .ant-input-number-handler-up-inner,
.amis-scope .ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number-handler-up-inner > *,
.amis-scope .ant-input-number-handler-down-inner > * {
  line-height: 1;
}

.amis-scope .ant-input-number-handler-up-inner svg,
.amis-scope .ant-input-number-handler-down-inner svg {
  display: inline-block;
}

.amis-scope .ant-input-number-handler-up-inner::before,
.amis-scope .ant-input-number-handler-down-inner::before {
  display: none;
}

.amis-scope .ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.amis-scope .ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.amis-scope .ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.amis-scope .ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}

.amis-scope .ant-input-number:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-input-number:hover + .ant-form-item-children-icon {
  opacity: 0;
  transition: opacity 0.24s linear 0.24s;
}

.amis-scope .ant-input-number-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}

.amis-scope .ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}

.amis-scope .ant-input-number-readonly .ant-input-number-handler-wrap {
  display: none;
}

.amis-scope .ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 2px;
  outline: 0;
  transition: all 0.3s linear;
  -webkit-appearance: textfield !important;
  -moz-appearance: textfield !important;
  appearance: textfield !important;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}

.amis-scope .ant-input-number-input::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-number-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-number-input[type='number']::-webkit-inner-spin-button,
.amis-scope .ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -webkit-appearance: none;
  appearance: none;
}

.amis-scope .ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}

.amis-scope .ant-input-number-lg input {
  height: 38px;
}

.amis-scope .ant-input-number-sm {
  padding: 0;
}

.amis-scope .ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}

.amis-scope .ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-radius: 0 2px 2px 0;
  opacity: 0;
  transition: opacity 0.24s linear 0.1s;
}

.amis-scope .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.amis-scope .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: auto;
  margin-right: 0;
  font-size: 7px;
}

.amis-scope .ant-input-number-borderless .ant-input-number-handler-wrap {
  border-left-width: 0;
}

.amis-scope .ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}

.amis-scope .ant-input-number:hover .ant-input-number-handler-wrap,
.amis-scope .ant-input-number-focused .ant-input-number-handler-wrap {
  opacity: 1;
}

.amis-scope .ant-input-number-handler-up {
  border-top-right-radius: 2px;
  cursor: pointer;
}

.amis-scope .ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}

.amis-scope .ant-input-number-handler-up:hover {
  height: 60% !important;
}

.amis-scope .ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 2px;
  cursor: pointer;
}

.amis-scope .ant-input-number-handler-down-inner {
  top: 50%;
  text-align: center;
  transform: translateY(-50%);
}

.amis-scope .ant-input-number-handler-down:hover {
  height: 60% !important;
}

.amis-scope .ant-input-number-borderless .ant-input-number-handler-down {
  border-top-width: 0;
}

.amis-scope .ant-input-number-handler-up-disabled,
.amis-scope .ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.amis-scope .ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-input-number-borderless {
  box-shadow: none;
}

.amis-scope .ant-input-number-out-of-range input {
  color: #ff4d4f;
}

.amis-scope .ant-input-number-rtl {
  direction: rtl;
}

.amis-scope .ant-input-number-rtl .ant-input-number-handler {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}

.amis-scope .ant-input-number-rtl .ant-input-number-handler-wrap {
  right: auto;
  left: 0;
}

.amis-scope .ant-input-number-rtl.ant-input-number-borderless .ant-input-number-handler-wrap {
  border-right-width: 0;
}

.amis-scope .ant-input-number-rtl .ant-input-number-handler-up {
  border-top-right-radius: 0;
}

.amis-scope .ant-input-number-rtl .ant-input-number-handler-down {
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-number-rtl .ant-input-number-input {
  direction: ltr;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-input-affix-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  display: inline-flex;
}

.amis-scope .ant-input-affix-wrapper::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-input-affix-wrapper:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-affix-wrapper::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input-affix-wrapper:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-affix-wrapper:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-affix-wrapper:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input-affix-wrapper:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

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

.amis-scope .ant-input-affix-wrapper:focus,
.amis-scope .ant-input-affix-wrapper-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

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

.amis-scope .ant-input-affix-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-affix-wrapper-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-affix-wrapper[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-affix-wrapper[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-affix-wrapper-borderless,
.amis-scope .ant-input-affix-wrapper-borderless:hover,
.amis-scope .ant-input-affix-wrapper-borderless:focus,
.amis-scope .ant-input-affix-wrapper-borderless-focused,
.amis-scope .ant-input-affix-wrapper-borderless-disabled,
.amis-scope .ant-input-affix-wrapper-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-input-affix-wrapper {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-input-affix-wrapper-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-affix-wrapper-sm {
  padding: 0px 7px;
}

.amis-scope .ant-input-affix-wrapper-rtl {
  direction: rtl;
}

.amis-scope .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
  z-index: 1;
}

.amis-scope .ant-input-rtl .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.amis-scope .ant-input-search-with-button .ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
  z-index: 0;
}

.amis-scope .ant-input-affix-wrapper-focused,
.amis-scope .ant-input-affix-wrapper:focus {
  z-index: 1;
}

.amis-scope .ant-input-affix-wrapper-disabled .ant-input[disabled] {
  background: transparent;
}

.amis-scope .ant-input-affix-wrapper > input.ant-input {
  padding: 0;
  border: none;
  outline: none;
}

.amis-scope .ant-input-affix-wrapper > input.ant-input:focus {
  box-shadow: none !important;
}

.amis-scope .ant-input-affix-wrapper::before {
  width: 0;
  visibility: hidden;
  content: '\a0';
}

.amis-scope .ant-input-prefix,
.amis-scope .ant-input-suffix {
  display: flex;
  flex: none;
  align-items: center;
}

.amis-scope .ant-input-prefix > *:not(:last-child),
.amis-scope .ant-input-suffix > *:not(:last-child) {
  margin-right: 8px;
}

.amis-scope .ant-input-show-count-suffix {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-input-show-count-has-suffix {
  margin-right: 2px;
}

.amis-scope .ant-input-prefix {
  margin-right: 4px;
}

.amis-scope .ant-input-suffix {
  margin-left: 4px;
}

.amis-scope .anticon.ant-input-clear-icon,
.amis-scope .ant-input-clear-icon {
  margin: 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  vertical-align: -1px;
  cursor: pointer;
  transition: color 0.3s;
}

.amis-scope .anticon.ant-input-clear-icon:hover,
.amis-scope .ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .anticon.ant-input-clear-icon:active,
.amis-scope .ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .anticon.ant-input-clear-icon-hidden,
.amis-scope .ant-input-clear-icon-hidden {
  visibility: hidden;
}

.amis-scope .anticon.ant-input-clear-icon-has-suffix,
.amis-scope .ant-input-clear-icon-has-suffix {
  margin: 0 4px;
}

.amis-scope .ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
  border: 0 !important;
}

.amis-scope .ant-input-affix-wrapper-textarea-with-clear-btn .ant-input-clear-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 1;
}

.amis-scope .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.amis-scope .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #ff4d4f;
}

.amis-scope .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.amis-scope .ant-input-status-error:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-status-error .ant-input-prefix {
  color: #ff4d4f;
}

.amis-scope .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input,
.amis-scope .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:hover {
  background: #fff;
  border-color: #faad14;
}

.amis-scope .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input:focus,
.amis-scope .ant-input-status-warning:not(.ant-input-disabled):not(.ant-input-borderless).ant-input-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-status-warning .ant-input-prefix {
  color: #faad14;
}

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

.amis-scope .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.amis-scope .ant-input-affix-wrapper-status-error:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-affix-wrapper-status-error .ant-input-prefix {
  color: #ff4d4f;
}

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

.amis-scope .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper:focus,
.amis-scope .ant-input-affix-wrapper-status-warning:not(.ant-input-affix-wrapper-disabled):not(.ant-input-affix-wrapper-borderless).ant-input-affix-wrapper-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-input-affix-wrapper-status-warning .ant-input-prefix {
  color: #faad14;
}

.amis-scope .ant-input-textarea-status-error.ant-input-textarea-has-feedback .ant-input,
.amis-scope .ant-input-textarea-status-warning.ant-input-textarea-has-feedback .ant-input,
.amis-scope .ant-input-textarea-status-success.ant-input-textarea-has-feedback .ant-input,
.amis-scope .ant-input-textarea-status-validating.ant-input-textarea-has-feedback .ant-input {
  padding-right: 24px;
}

.amis-scope .ant-input-group-wrapper-status-error .ant-input-group-addon {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.amis-scope .ant-input-group-wrapper-status-warning .ant-input-group-addon {
  color: #faad14;
  border-color: #faad14;
}

.amis-scope .ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}

.amis-scope .ant-input::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-input:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-input-rtl .ant-input:hover {
  border-right-width: 0;
  border-left-width: 1px !important;
}

.amis-scope .ant-input:focus,
.amis-scope .ant-input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

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

.amis-scope .ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-input-borderless,
.amis-scope .ant-input-borderless:hover,
.amis-scope .ant-input-borderless:focus,
.amis-scope .ant-input-borderless-focused,
.amis-scope .ant-input-borderless-disabled,
.amis-scope .ant-input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-sm {
  padding: 0px 7px;
}

.amis-scope .ant-input-rtl {
  direction: rtl;
}

.amis-scope .ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.amis-scope .ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.amis-scope .ant-input-group > [class*='col-'] {
  padding-right: 8px;
}

.amis-scope .ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}

.amis-scope .ant-input-group-addon,
.amis-scope .ant-input-group-wrap,
.amis-scope .ant-input-group > .ant-input {
  display: table-cell;
}

.amis-scope .ant-input-group-addon:not(:first-child):not(:last-child),
.amis-scope .ant-input-group-wrap:not(:first-child):not(:last-child),
.amis-scope .ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.amis-scope .ant-input-group-addon,
.amis-scope .ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}

.amis-scope .ant-input-group-wrap > * {
  display: block !important;
}

.amis-scope .ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}

.amis-scope .ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}

.amis-scope .ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}

.amis-scope .ant-input-search-with-button .ant-input-group .ant-input:hover {
  z-index: 0;
}

.amis-scope .ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
}

.amis-scope .ant-input-group-addon .ant-select {
  margin: -5px -11px;
}

.amis-scope .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  background-color: inherit;
  border: 1px solid transparent;
  box-shadow: none;
}

.amis-scope .ant-input-group-addon .ant-select-open .ant-select-selector,
.amis-scope .ant-input-group-addon .ant-select-focused .ant-select-selector {
  color: #1890ff;
}

.amis-scope .ant-input-group-addon .ant-cascader-picker {
  margin: -9px -12px;
  background-color: transparent;
}

.amis-scope .ant-input-group-addon .ant-cascader-picker .ant-cascader-input {
  text-align: left;
  border: 0;
  box-shadow: none;
}

.amis-scope .ant-input-group > .ant-input:first-child,
.amis-scope .ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.amis-scope .ant-input-group-addon:first-child .ant-select .ant-select-selector {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-group-addon:first-child {
  border-right: 0;
}

.amis-scope .ant-input-group-addon:last-child {
  border-left: 0;
}

.amis-scope .ant-input-group > .ant-input:last-child,
.amis-scope .ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.amis-scope .ant-input-group-addon:last-child .ant-select .ant-select-selector {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-group-lg .ant-input,
.amis-scope .ant-input-group-lg > .ant-input-group-addon {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-input-group-sm .ant-input,
.amis-scope .ant-input-group-sm > .ant-input-group-addon {
  padding: 0px 7px;
}

.amis-scope .ant-input-group-lg .ant-select-single .ant-select-selector {
  height: 40px;
}

.amis-scope .ant-input-group-sm .ant-select-single .ant-select-selector {
  height: 24px;
}

.amis-scope .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-input-group .ant-input-affix-wrapper:not(:first-child),
.amis-scope .ant-input-search .ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact {
  display: block;
}

.amis-scope .ant-input-group.ant-input-group-compact::before {
  display: table;
  content: '';
}

.amis-scope .ant-input-group.ant-input-group-compact::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.amis-scope .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}

.amis-scope .ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.amis-scope .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.amis-scope .ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
  display: inline-flex;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-picker-range {
  display: inline-flex;
}

.amis-scope .ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
  z-index: 1;
}

.amis-scope .ant-input-group.ant-input-group-compact > *:first-child,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}

.amis-scope .ant-input-group.ant-input-group-compact > *:last-child,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.amis-scope .ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-right-width: 1px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.amis-scope .ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper {
  margin-left: -1px;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper + .ant-input-group-wrapper .ant-input-affix-wrapper {
  border-radius: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input-group-addon > .ant-input-search-button {
  border-radius: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-input-group > .ant-input-rtl:first-child,
.amis-scope .ant-input-group-rtl .ant-input-group-addon:first-child {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-input-group-rtl .ant-input-group-addon:first-child {
  border-right: 1px solid #d9d9d9;
  border-left: 0;
}

.amis-scope .ant-input-group-rtl .ant-input-group-addon:last-child {
  border-right: 0;
  border-left: 1px solid #d9d9d9;
}

.amis-scope .ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.amis-scope .ant-input-group-rtl.ant-input-group-addon:last-child {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: 0;
  margin-left: -1px;
  border-left-width: 1px;
}

.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.amis-scope .ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input {
  border-left-width: 1px;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl + .ant-input-group-wrapper-rtl {
  margin-right: -1px;
  margin-left: 0;
}

.amis-scope .ant-input-group.ant-input-group-compact .ant-input-group-wrapper-rtl:not(:last-child).ant-input-search > .ant-input-group > .ant-input {
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}

.amis-scope .ant-input-password-icon.anticon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-input-password-icon.anticon:hover {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-input[type='color'] {
  height: 32px;
}

.amis-scope .ant-input[type='color'].ant-input-lg {
  height: 40px;
}

.amis-scope .ant-input[type='color'].ant-input-sm {
  height: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.amis-scope .ant-input-textarea-show-count > .ant-input {
  height: 100%;
}

.amis-scope .ant-input-textarea-show-count::after {
  float: right;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: attr(data-count);
  pointer-events: none;
}

.amis-scope .ant-input-textarea-show-count.ant-input-textarea-in-form-item::after {
  margin-bottom: -22px;
}

.amis-scope .ant-input-textarea-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}

.amis-scope .ant-input-search .ant-input:hover,
.amis-scope .ant-input-search .ant-input:focus {
  border-color: #40a9ff;
}

.amis-scope .ant-input-search .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.amis-scope .ant-input-search .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-left-color: #40a9ff;
}

.amis-scope .ant-input-search .ant-input-affix-wrapper {
  border-radius: 0;
}

.amis-scope .ant-input-search .ant-input-lg {
  line-height: 1.5713;
}

.amis-scope .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child {
  left: -1px;
  padding: 0;
  border: 0;
}

.amis-scope .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0 2px 2px 0;
}

.amis-scope .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary) {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-input-search > .ant-input-group > .ant-input-group-addon:last-child .ant-input-search-button:not(.ant-btn-primary).ant-btn-loading::before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.amis-scope .ant-input-search-button {
  height: 32px;
}

.amis-scope .ant-input-search-button:hover,
.amis-scope .ant-input-search-button:focus {
  z-index: 1;
}

.amis-scope .ant-input-search-large .ant-input-search-button {
  height: 40px;
}

.amis-scope .ant-input-search-small .ant-input-search-button {
  height: 24px;
}

.amis-scope .ant-input-group-wrapper-rtl {
  direction: rtl;
}

.amis-scope .ant-input-group-rtl {
  direction: rtl;
}

.amis-scope .ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
  border: none;
  outline: none;
}

.amis-scope .ant-input-affix-wrapper-rtl .ant-input-prefix {
  margin: 0 0 0 4px;
}

.amis-scope .ant-input-affix-wrapper-rtl .ant-input-suffix {
  margin: 0 4px 0 0;
}

.amis-scope .ant-input-textarea-rtl {
  direction: rtl;
}

.amis-scope .ant-input-textarea-rtl.ant-input-textarea-show-count::after {
  text-align: left;
}

.amis-scope .ant-input-affix-wrapper-rtl .ant-input-clear-icon-has-suffix {
  margin-right: 0;
  margin-left: 4px;
}

.amis-scope .ant-input-affix-wrapper-rtl .ant-input-clear-icon {
  right: auto;
  left: 8px;
}

.amis-scope .ant-input-search-rtl {
  direction: rtl;
}

.amis-scope .ant-input-search-rtl .ant-input:hover + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary),
.amis-scope .ant-input-search-rtl .ant-input:focus + .ant-input-group-addon .ant-input-search-button:not(.ant-btn-primary) {
  border-right-color: #40a9ff;
  border-left-color: #d9d9d9;
}

.amis-scope .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
.amis-scope .ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
  border-right-color: #40a9ff;
}

.amis-scope .ant-input-search-rtl > .ant-input-group > .ant-input-group-addon {
  right: -1px;
  left: auto;
}

.amis-scope .ant-input-search-rtl > .ant-input-group > .ant-input-group-addon .ant-input-search-button {
  border-radius: 2px 0 0 2px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .amis-scope .ant-input {
    height: 32px;
  }

  .amis-scope .ant-input-lg {
    height: 40px;
  }

  .amis-scope .ant-input-sm {
    height: 24px;
  }

  .amis-scope .ant-input-affix-wrapper > input.ant-input {
    height: auto;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-layout {
  display: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}

.amis-scope .ant-layout,
.amis-scope .ant-layout * {
  box-sizing: border-box;
}

.amis-scope .ant-layout.ant-layout-has-sider {
  flex-direction: row;
}

.amis-scope .ant-layout.ant-layout-has-sider > .ant-layout,
.amis-scope .ant-layout.ant-layout-has-sider > .ant-layout-content {
  width: 0;
}

.amis-scope .ant-layout-header,
.amis-scope .ant-layout-footer {
  flex: 0 0 auto;
}

.amis-scope .ant-layout-header {
  height: 64px;
  padding: 0 50px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 64px;
  background: #001529;
}

.amis-scope .ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background: #f0f2f5;
}

.amis-scope .ant-layout-content {
  flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}

.amis-scope .ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  transition: all 0.2s;
}

.amis-scope .ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}

.amis-scope .ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
  width: auto;
}

.amis-scope .ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}

.amis-scope .ant-layout-sider-right {
  order: 1;
}

.amis-scope .ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  transition: all 0.2s;
}

.amis-scope .ant-layout-sider-zero-width > * {
  overflow: hidden;
}

.amis-scope .ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 2px 2px 0;
  cursor: pointer;
  transition: background 0.3s ease;
}

.amis-scope .ant-layout-sider-zero-width-trigger::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  transition: all 0.3s;
  content: '';
}

.amis-scope .ant-layout-sider-zero-width-trigger:hover::after {
  background: rgba(255, 255, 255, 0.1);
}

.amis-scope .ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 2px 0 0 2px;
}

.amis-scope .ant-layout-sider-light {
  background: #fff;
}

.amis-scope .ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}

.amis-scope .ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
}

.amis-scope .ant-layout-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}

.amis-scope .ant-list * {
  outline: none;
}

.amis-scope .ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}

.amis-scope .ant-list-pagination .ant-pagination-options {
  text-align: left;
}

.amis-scope .ant-list-more {
  margin-top: 12px;
  text-align: center;
}

.amis-scope .ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}

.amis-scope .ant-list-spin {
  min-height: 40px;
  text-align: center;
}

.amis-scope .ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}

.amis-scope .ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}

.amis-scope .ant-list-item-meta-avatar {
  margin-right: 16px;
}

.amis-scope .ant-list-item-meta-content {
  flex: 1 0;
  width: 0;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
}

.amis-scope .ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.3s;
}

.amis-scope .ant-list-item-meta-title > a:hover {
  color: #1890ff;
}

.amis-scope .ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
}

.amis-scope .ant-list-item-action {
  flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}

.amis-scope .ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  text-align: center;
}

.amis-scope .ant-list-item-action > li:first-child {
  padding-left: 0;
}

.amis-scope .ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #f0f0f0;
}

.amis-scope .ant-list-header {
  background: transparent;
}

.amis-scope .ant-list-footer {
  background: transparent;
}

.amis-scope .ant-list-header,
.amis-scope .ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}

.amis-scope .ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}

.amis-scope .ant-list-split .ant-list-item {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}

.amis-scope .ant-list-split .ant-list-header {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-list-split.ant-list-empty .ant-list-footer {
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}

.amis-scope .ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-list-lg .ant-list-item {
  padding: 16px 24px;
}

.amis-scope .ant-list-sm .ant-list-item {
  padding: 8px 16px;
}

.amis-scope .ant-list-vertical .ant-list-item {
  align-items: initial;
}

.amis-scope .ant-list-vertical .ant-list-item-main {
  display: block;
  flex: 1;
}

.amis-scope .ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}

.amis-scope .ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}

.amis-scope .ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.amis-scope .ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}

.amis-scope .ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}

.amis-scope .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}

.amis-scope .ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.amis-scope .ant-list-item-no-flex {
  display: block;
}

.amis-scope .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}

.amis-scope .ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.amis-scope .ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}

.amis-scope .ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}

.amis-scope .ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
}

.amis-scope .ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}

.amis-scope .ant-list-bordered.ant-list-sm .ant-list-item {
  padding: 8px 16px;
}

.amis-scope .ant-list-bordered.ant-list-sm .ant-list-header,
.amis-scope .ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}

.amis-scope .ant-list-bordered.ant-list-lg .ant-list-item {
  padding: 16px 24px;
}

.amis-scope .ant-list-bordered.ant-list-lg .ant-list-header,
.amis-scope .ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}

@media screen and (max-width: 768px) {
  .amis-scope .ant-list-item-action {
    margin-left: 24px;
  }

  .amis-scope .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}

@media screen and (max-width: 576px) {
  .amis-scope .ant-list-item {
    flex-wrap: wrap;
  }

  .amis-scope .ant-list-item-action {
    margin-left: 12px;
  }

  .amis-scope .ant-list-vertical .ant-list-item {
    flex-wrap: wrap-reverse;
  }

  .amis-scope .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }

  .amis-scope .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

.amis-scope .ant-list-rtl {
  direction: rtl;
  text-align: right;
}

.amis-scope .ant-list-rtl .ReactVirtualized__List .ant-list-item {
  direction: rtl;
}

.amis-scope .ant-list-rtl .ant-list-pagination {
  text-align: left;
}

.amis-scope .ant-list-rtl .ant-list-item-meta-avatar {
  margin-right: 0;
  margin-left: 16px;
}

.amis-scope .ant-list-rtl .ant-list-item-action {
  margin-right: 48px;
  margin-left: 0;
}

.amis-scope .ant-list.ant-list-rtl .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}

.amis-scope .ant-list-rtl .ant-list-item-action-split {
  right: auto;
  left: 0;
}

.amis-scope .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
  margin-right: 40px;
  margin-left: 0;
}

.amis-scope .ant-list-rtl.ant-list-vertical .ant-list-item-action {
  margin-right: auto;
}

.amis-scope .ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
  padding-right: 0;
  padding-left: 16px;
}

.amis-scope .ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: left;
}

@media screen and (max-width: 768px) {
  .amis-scope .ant-list-rtl .ant-list-item-action {
    margin-right: 24px;
    margin-left: 0;
  }

  .amis-scope .ant-list-rtl .ant-list-vertical .ant-list-item-extra {
    margin-right: 24px;
    margin-left: 0;
  }
}

@media screen and (max-width: 576px) {
  .amis-scope .ant-list-rtl .ant-list-item-action {
    margin-right: 22px;
    margin-left: 0;
  }

  .amis-scope .ant-list-rtl.ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #1890ff;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}

.amis-scope .ant-spin-nested-loading {
  position: relative;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}

.amis-scope .ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}

.amis-scope .ant-spin-container {
  position: relative;
  transition: opacity 0.3s;
}

.amis-scope .ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-spin-blur {
  clear: both;
  opacity: 0.5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.amis-scope .ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}

.amis-scope .ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}

.amis-scope .ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #1890ff;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
  animation: antSpinMove 1s infinite linear alternate;
}

.amis-scope .ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}

.amis-scope .ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.amis-scope .ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.amis-scope .ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.amis-scope .ant-spin-dot-spin {
  transform: rotate(0deg);
  -webkit-animation: antRotate 1.2s infinite linear;
  animation: antRotate 1.2s infinite linear;
}

.amis-scope .ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}

.amis-scope .ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}

.amis-scope .ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}

.amis-scope .ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */

  .amis-scope .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}

@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

@-webkit-keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}

@keyframes antRotate {
  to {
    transform: rotate(360deg);
  }
}

.amis-scope .ant-spin-rtl {
  direction: rtl;
}

.amis-scope .ant-spin-rtl .ant-spin-dot-spin {
  transform: rotate(-45deg);
  -webkit-animation-name: antRotateRtl;
  animation-name: antRotateRtl;
}

@-webkit-keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

@keyframes antRotateRtl {
  to {
    transform: rotate(-405deg);
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}

.amis-scope .ant-pagination ul,
.amis-scope .ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}

.amis-scope .ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}

.amis-scope .ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: none;
}

.amis-scope .ant-pagination-item a:hover {
  text-decoration: none;
}

.amis-scope .ant-pagination-item:hover {
  border-color: #1890ff;
  transition: all 0.3s;
}

.amis-scope .ant-pagination-item:hover a {
  color: #1890ff;
}

.amis-scope .ant-pagination-item:focus-visible {
  border-color: #1890ff;
  transition: all 0.3s;
}

.amis-scope .ant-pagination-item:focus-visible a {
  color: #1890ff;
}

.amis-scope .ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
}

.amis-scope .ant-pagination-item-active a {
  color: #1890ff;
}

.amis-scope .ant-pagination-item-active:hover {
  border-color: #40a9ff;
}

.amis-scope .ant-pagination-item-active:focus-visible {
  border-color: #40a9ff;
}

.amis-scope .ant-pagination-item-active:hover a {
  color: #40a9ff;
}

.amis-scope .ant-pagination-item-active:focus-visible a {
  color: #40a9ff;
}

.amis-scope .ant-pagination-jump-prev,
.amis-scope .ant-pagination-jump-next {
  outline: 0;
}

.amis-scope .ant-pagination-jump-prev .ant-pagination-item-container,
.amis-scope .ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}

.amis-scope .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.amis-scope .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #1890ff;
  font-size: 12px;
  letter-spacing: -1px;
  opacity: 0;
  transition: all 0.2s;
}

.amis-scope .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.amis-scope .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.amis-scope .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.amis-scope .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  transition: all 0.2s;
}

.amis-scope .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.amis-scope .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}

.amis-scope .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.amis-scope .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}

.amis-scope .ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
.amis-scope .ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
  opacity: 1;
}

.amis-scope .ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
.amis-scope .ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
  opacity: 0;
}

.amis-scope .ant-pagination-prev,
.amis-scope .ant-pagination-jump-prev,
.amis-scope .ant-pagination-jump-next {
  margin-right: 8px;
}

.amis-scope .ant-pagination-prev,
.amis-scope .ant-pagination-next,
.amis-scope .ant-pagination-jump-prev,
.amis-scope .ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.85);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-pagination-prev,
.amis-scope .ant-pagination-next {
  font-family: Arial, Helvetica, sans-serif;
  outline: 0;
}

.amis-scope .ant-pagination-prev button,
.amis-scope .ant-pagination-next button {
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-pagination-prev:hover button,
.amis-scope .ant-pagination-next:hover button {
  border-color: #40a9ff;
}

.amis-scope .ant-pagination-prev .ant-pagination-item-link,
.amis-scope .ant-pagination-next .ant-pagination-item-link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: all 0.3s;
}

.amis-scope .ant-pagination-prev:focus-visible .ant-pagination-item-link,
.amis-scope .ant-pagination-next:focus-visible .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-pagination-prev:hover .ant-pagination-item-link,
.amis-scope .ant-pagination-next:hover .ant-pagination-item-link {
  color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-pagination-disabled,
.amis-scope .ant-pagination-disabled:hover {
  cursor: not-allowed;
}

.amis-scope .ant-pagination-disabled .ant-pagination-item-link,
.amis-scope .ant-pagination-disabled:hover .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-pagination-disabled:focus-visible {
  cursor: not-allowed;
}

.amis-scope .ant-pagination-disabled:focus-visible .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-pagination-slash {
  margin: 0 10px 0 5px;
}

.amis-scope .ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}

@media all and (-ms-high-contrast: none) {
  .amis-scope .ant-pagination-options *::-ms-backdrop,
  .amis-scope .ant-pagination-options {
    vertical-align: top;
  }
}

.amis-scope .ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
}

.amis-scope .ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: top;
}

.amis-scope .ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 1.5715;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  width: 50px;
  height: 32px;
  margin: 0 8px;
}

.amis-scope .ant-pagination-options-quick-jumper input::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-pagination-options-quick-jumper input::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-pagination-options-quick-jumper input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-pagination-options-quick-jumper input:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-pagination-options-quick-jumper input:focus,
.amis-scope .ant-pagination-options-quick-jumper input-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-pagination-options-quick-jumper input-borderless,
.amis-scope .ant-pagination-options-quick-jumper input-borderless:hover,
.amis-scope .ant-pagination-options-quick-jumper input-borderless:focus,
.amis-scope .ant-pagination-options-quick-jumper input-borderless-focused,
.amis-scope .ant-pagination-options-quick-jumper input-borderless-disabled,
.amis-scope .ant-pagination-options-quick-jumper input-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-pagination-options-quick-jumper input-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-pagination-options-quick-jumper input-sm {
  padding: 0px 7px;
}

.amis-scope .ant-pagination-simple .ant-pagination-prev,
.amis-scope .ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}

.amis-scope .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.amis-scope .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  background-color: transparent;
  border: 0;
}

.amis-scope .ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.amis-scope .ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}

.amis-scope .ant-pagination-simple .ant-pagination-simple-pager input {
  box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  outline: none;
  transition: border-color 0.3s;
}

.amis-scope .ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #1890ff;
}

.amis-scope .ant-pagination-simple .ant-pagination-simple-pager input:focus {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

.amis-scope .ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-pagination.mini .ant-pagination-total-text,
.amis-scope .ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}

.amis-scope .ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}

.amis-scope .ant-pagination.mini .ant-pagination-prev,
.amis-scope .ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}

.amis-scope .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.amis-scope .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}

.amis-scope .ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.amis-scope .ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-pagination.mini .ant-pagination-jump-prev,
.amis-scope .ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}

.amis-scope .ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}

.amis-scope .ant-pagination.mini .ant-pagination-options-size-changer {
  top: 0px;
}

.amis-scope .ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-pagination.mini .ant-pagination-options-quick-jumper input {
  padding: 0px 7px;
  width: 44px;
  height: 24px;
}

.amis-scope .ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #e6e6e6;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}

.amis-scope .ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
  background: transparent;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
  opacity: 0;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
  opacity: 1;
}

.amis-scope .ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
  color: rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 992px) {
  .amis-scope .ant-pagination-item-after-jump-prev,
  .amis-scope .ant-pagination-item-before-jump-next {
    display: none;
  }
}

@media only screen and (max-width: 576px) {
  .amis-scope .ant-pagination-options {
    display: none;
  }
}

.amis-scope .ant-pagination-rtl .ant-pagination-total-text {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-pagination-rtl .ant-pagination-item,
.amis-scope .ant-pagination-rtl .ant-pagination-prev,
.amis-scope .ant-pagination-rtl .ant-pagination-jump-prev,
.amis-scope .ant-pagination-rtl .ant-pagination-jump-next {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-pagination-rtl .ant-pagination-slash {
  margin: 0 5px 0 10px;
}

.amis-scope .ant-pagination-rtl .ant-pagination-options {
  margin-right: 16px;
  margin-left: 0;
}

.amis-scope .ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 0;
}

.amis-scope .ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
  margin-right: 2px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.amis-scope .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #ff4d4f;
}

.amis-scope .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.amis-scope .ant-mentions-status-error:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ff7875;
  box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-mentions-status-error .ant-input-prefix {
  color: #ff4d4f;
}

.amis-scope .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions,
.amis-scope .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:hover {
  background: #fff;
  border-color: #faad14;
}

.amis-scope .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions:focus,
.amis-scope .ant-mentions-status-warning:not(.ant-mentions-disabled):not(.ant-mentions-borderless).ant-mentions-focused {
  border-color: #ffc53d;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-mentions-status-warning .ant-input-prefix {
  color: #faad14;
}

.amis-scope .ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  min-width: 0;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  transition: all 0.3s;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5715;
  white-space: pre-wrap;
  vertical-align: bottom;
}

.amis-scope .ant-mentions::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-mentions::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-mentions:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions:hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

.amis-scope .ant-mentions:focus,
.amis-scope .ant-mentions-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-mentions-borderless,
.amis-scope .ant-mentions-borderless:hover,
.amis-scope .ant-mentions-borderless:focus,
.amis-scope .ant-mentions-borderless-focused,
.amis-scope .ant-mentions-borderless-disabled,
.amis-scope .ant-mentions-borderless[disabled] {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5715;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}

.amis-scope .ant-mentions-lg {
  padding: 6.5px 11px;
  font-size: 16px;
}

.amis-scope .ant-mentions-sm {
  padding: 0px 7px;
}

.amis-scope .ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

.amis-scope .ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px;
}

.amis-scope .ant-mentions-focused {
  border-color: #40a9ff;
  box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px;
  outline: 0;
}

.amis-scope .ant-mentions > textarea,
.amis-scope .ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  /* stylelint-disable declaration-block-no-redundant-longhand-properties */
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  /* stylelint-enable declaration-block-no-redundant-longhand-properties */
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
  -o-tab-size: inherit;
  tab-size: inherit;
}

.amis-scope .ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  /* stylelint-disable-next-line selector-no-vendor-prefix */
}

.amis-scope .ant-mentions > textarea::-moz-placeholder {
  opacity: 1;
}

.amis-scope .ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-mentions > textarea::placeholder {
  color: #bfbfbf;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-mentions > textarea:-moz-placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions > textarea:-ms-input-placeholder {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}

.amis-scope .ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}

.amis-scope .ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}

.amis-scope .ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 2px;
  outline: none;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-mentions-dropdown-hidden {
  display: none;
}

.amis-scope .ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}

.amis-scope .ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}

.amis-scope .ant-mentions-dropdown-menu-item:hover {
  background-color: #f5f5f5;
}

.amis-scope .ant-mentions-dropdown-menu-item:first-child {
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}

.amis-scope .ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  background-color: #fafafa;
}

.amis-scope .ant-mentions-dropdown-menu-item-active {
  background-color: #f5f5f5;
}

.amis-scope .ant-mentions-suffix {
  position: absolute;
  top: 0;
  right: 11px;
  bottom: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  margin: auto;
}

.amis-scope .ant-mentions-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-message {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  top: 8px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}

.amis-scope .ant-message-notice {
  padding: 8px;
  text-align: center;
}

.amis-scope .ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: all;
}

.amis-scope .ant-message-success .anticon {
  color: #52c41a;
}

.amis-scope .ant-message-error .anticon {
  color: #ff4d4f;
}

.amis-scope .ant-message-warning .anticon {
  color: #faad14;
}

.amis-scope .ant-message-info .anticon,
.amis-scope .ant-message-loading .anticon {
  color: #1890ff;
}

.amis-scope .ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}

.amis-scope .ant-message-notice.ant-move-up-leave.ant-move-up-leave-active {
  -webkit-animation-name: MessageMoveOut;
  animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
}

@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

.amis-scope .ant-message-rtl {
  direction: rtl;
}

.amis-scope .ant-message-rtl span {
  direction: rtl;
}

.amis-scope .ant-message-rtl .anticon {
  margin-right: 0;
  margin-left: 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  pointer-events: none;
  position: relative;
  top: 100px;
  width: auto;
  max-width: calc(100vw - 32px);
  margin: 0 auto;
  padding-bottom: 24px;
}

.amis-scope .ant-modal.ant-zoom-enter,
.amis-scope .ant-modal.ant-zoom-appear {
  transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-modal-mask-hidden {
  display: none;
}

.amis-scope .ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .ant-modal-wrap {
  z-index: 1000;
}

.amis-scope .ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}

.amis-scope .ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  pointer-events: auto;
}

.amis-scope .ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  transition: color 0.3s;
}

.amis-scope .ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}

.amis-scope .ant-modal-close:focus,
.amis-scope .ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

.amis-scope .ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5715;
  word-wrap: break-word;
}

.amis-scope .ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #f0f0f0;
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
  margin-bottom: 0;
  margin-left: 8px;
}

.amis-scope .ant-modal-open {
  overflow: hidden;
}

.amis-scope .ant-modal-centered {
  text-align: center;
}

.amis-scope .ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}

.amis-scope .ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  padding-bottom: 0;
  text-align: left;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .amis-scope .ant-modal {
    max-width: calc(100vw - 16px);
    margin: 8px auto;
  }

  .amis-scope .ant-modal-centered .ant-modal {
    flex: 1;
  }
}

.amis-scope .ant-modal-confirm .ant-modal-header {
  display: none;
}

.amis-scope .ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}

.amis-scope .ant-modal-confirm-body-wrapper::before {
  display: table;
  content: '';
}

.amis-scope .ant-modal-confirm-body-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

.amis-scope .ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}

.amis-scope .ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}

.amis-scope .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}

.amis-scope .ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}

.amis-scope .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-bottom: 0;
  margin-left: 8px;
}

.amis-scope .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #ff4d4f;
}

.amis-scope .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.amis-scope .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}

.amis-scope .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}

.amis-scope .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}

.amis-scope .ant-modal-wrap-rtl {
  direction: rtl;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-close {
  right: initial;
  left: 0;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-footer {
  text-align: left;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-confirm-body {
  direction: rtl;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-right: 38px;
  margin-left: 0;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-confirm-btns {
  float: left;
}

.amis-scope .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-notification {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: fixed;
  z-index: 1010;
  margin-right: 24px;
}

.amis-scope .ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}

.amis-scope .ant-notification-hook-holder {
  position: relative;
}

.amis-scope .ant-notification-notice {
  position: relative;
  width: 384px;
  max-width: calc(100vw - 24px * 2);
  margin-bottom: 16px;
  margin-left: auto;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5715;
  word-wrap: break-word;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-notification-top .ant-notification-notice,
.amis-scope .ant-notification-bottom .ant-notification-notice {
  margin-right: auto;
  margin-left: auto;
}

.amis-scope .ant-notification-topLeft .ant-notification-notice,
.amis-scope .ant-notification-bottomLeft .ant-notification-notice {
  margin-right: auto;
  margin-left: 0;
}

.amis-scope .ant-notification-notice-message {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}

.amis-scope .ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}

.amis-scope .ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}

.amis-scope .ant-notification-notice-description {
  font-size: 14px;
}

.amis-scope .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}

.amis-scope .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}

.amis-scope .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}

.amis-scope .ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}

.amis-scope .anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}

.amis-scope .anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}

.amis-scope .anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}

.amis-scope .anticon.ant-notification-notice-icon-error {
  color: #ff4d4f;
}

.amis-scope .ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}

.amis-scope .ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}

.amis-scope .ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}

.amis-scope .ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.amis-scope .ant-notification-fade-enter,
.amis-scope .ant-notification-fade-appear {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
  animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.amis-scope .ant-notification-fade-enter.ant-notification-fade-enter-active,
.amis-scope .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
  animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.amis-scope .ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
  animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }

  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    opacity: 1;
  }

  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}

.amis-scope .ant-notification-rtl {
  direction: rtl;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 0;
  padding-left: 24px;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-right: 48px;
  margin-left: 0;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-right: 48px;
  margin-left: 0;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-icon {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-close {
  right: auto;
  left: 22px;
}

.amis-scope .ant-notification-rtl .ant-notification-notice-btn {
  float: left;
}

.amis-scope .ant-notification-top,
.amis-scope .ant-notification-bottom {
  margin-right: 0;
  margin-left: 0;
}

.amis-scope .ant-notification-top .ant-notification-fade-enter.ant-notification-fade-enter-active,
.amis-scope .ant-notification-top .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationTopFadeIn;
  animation-name: NotificationTopFadeIn;
}

.amis-scope .ant-notification-bottom .ant-notification-fade-enter.ant-notification-fade-enter-active,
.amis-scope .ant-notification-bottom .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationBottomFadeIn;
  animation-name: NotificationBottomFadeIn;
}

.amis-scope .ant-notification-topLeft,
.amis-scope .ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}

.amis-scope .ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.amis-scope .ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.amis-scope .ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.amis-scope .ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
  animation-name: NotificationLeftFadeIn;
}

@-webkit-keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes NotificationTopFadeIn {
  0% {
    margin-top: -100%;
    opacity: 0;
  }

  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }

  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@keyframes NotificationBottomFadeIn {
  0% {
    margin-bottom: -100%;
    opacity: 0;
  }

  100% {
    margin-bottom: 0;
    opacity: 1;
  }
}

@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }

  100% {
    right: 0;
    opacity: 1;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-page-header {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  padding: 16px 24px;
  background-color: #fff;
}

.amis-scope .ant-page-header-ghost {
  background-color: inherit;
}

.amis-scope .ant-page-header.has-breadcrumb {
  padding-top: 12px;
}

.amis-scope .ant-page-header.has-footer {
  padding-bottom: 0;
}

.amis-scope .ant-page-header-back {
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}

.amis-scope .ant-page-header-back-button {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}

.amis-scope .ant-page-header-back-button:focus,
.amis-scope .ant-page-header-back-button:hover {
  color: #40a9ff;
}

.amis-scope .ant-page-header-back-button:active {
  color: #096dd9;
}

.amis-scope .ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}

.amis-scope .ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}

.amis-scope .ant-page-header-heading {
  display: flex;
  justify-content: space-between;
}

.amis-scope .ant-page-header-heading-left {
  display: flex;
  align-items: center;
  margin: 4px 0;
  overflow: hidden;
}

.amis-scope .ant-page-header-heading-title {
  margin-right: 12px;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-page-header-heading .ant-avatar {
  margin-right: 12px;
}

.amis-scope .ant-page-header-heading-sub-title {
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5715;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-page-header-heading-extra {
  margin: 4px 0;
  white-space: nowrap;
}

.amis-scope .ant-page-header-heading-extra > * {
  white-space: unset;
}

.amis-scope .ant-page-header-content {
  padding-top: 12px;
}

.amis-scope .ant-page-header-footer {
  margin-top: 16px;
}

.amis-scope .ant-page-header-footer .ant-tabs > .ant-tabs-nav {
  margin: 0;
}

.amis-scope .ant-page-header-footer .ant-tabs > .ant-tabs-nav::before {
  border: none;
}

.amis-scope .ant-page-header-footer .ant-tabs .ant-tabs-tab {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
}

.amis-scope .ant-page-header-compact .ant-page-header-heading {
  flex-wrap: wrap;
}

.amis-scope .ant-page-header-rtl {
  direction: rtl;
}

.amis-scope .ant-page-header-rtl .ant-page-header-back {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-title {
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading .ant-avatar {
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-sub-title {
  float: right;
  margin-right: 0;
  margin-left: 12px;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-tags {
  float: right;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-extra {
  float: left;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-extra > * {
  margin-right: 12px;
  margin-left: 0;
}

.amis-scope .ant-page-header-rtl .ant-page-header-heading-extra > *:first-child {
  margin-right: 0;
}

.amis-scope .ant-page-header-rtl .ant-page-header-footer .ant-tabs-bar .ant-tabs-nav {
  float: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-space {
  display: inline-flex;
}

.amis-scope .ant-space-vertical {
  flex-direction: column;
}

.amis-scope .ant-space-align-center {
  align-items: center;
}

.amis-scope .ant-space-align-start {
  align-items: flex-start;
}

.amis-scope .ant-space-align-end {
  align-items: flex-end;
}

.amis-scope .ant-space-align-baseline {
  align-items: baseline;
}

.amis-scope .ant-space-item:empty {
  display: none;
}

.amis-scope .ant-space-rtl {
  direction: rtl;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-popconfirm {
  z-index: 1060;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-progress {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.amis-scope .ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}

.amis-scope .ant-progress-steps {
  display: inline-block;
}

.amis-scope .ant-progress-steps-outer {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .ant-progress-steps-item {
  flex-shrink: 0;
  min-width: 2px;
  margin-right: 2px;
  background: #f3f3f3;
  transition: all 0.3s;
}

.amis-scope .ant-progress-steps-item-active {
  background: #1890ff;
}

.amis-scope .ant-progress-small.ant-progress-line,
.amis-scope .ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}

.amis-scope .ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}

.amis-scope .ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}

.amis-scope .ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}

.amis-scope .ant-progress-circle-trail {
  stroke: #f5f5f5;
}

.amis-scope .ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
  animation: ant-progress-appear 0.3s;
}

.amis-scope .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}

.amis-scope .ant-progress-success-bg,
.amis-scope .ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

.amis-scope .ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}

.amis-scope .ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}

.amis-scope .ant-progress-text .anticon {
  font-size: 14px;
}

.amis-scope .ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}

.amis-scope .ant-progress-status-exception .ant-progress-bg {
  background-color: #ff4d4f;
}

.amis-scope .ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}

.amis-scope .ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #ff4d4f;
}

.amis-scope .ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}

.amis-scope .ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

.amis-scope .ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}

.amis-scope .ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}

.amis-scope .ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}

.amis-scope .ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}

.amis-scope .ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #ff4d4f;
}

.amis-scope .ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}

@-webkit-keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}

@keyframes ant-progress-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}

.amis-scope .ant-progress-rtl {
  direction: rtl;
}

.amis-scope .ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
  margin-right: 0;
  margin-left: calc(-2em - 8px);
  padding-right: 0;
  padding-left: calc(2em + 8px);
}

.amis-scope .ant-progress-rtl .ant-progress-success-bg {
  right: 0;
  left: auto;
}

.amis-scope .ant-progress-rtl.ant-progress-line .ant-progress-text,
.amis-scope .ant-progress-rtl.ant-progress-steps .ant-progress-text {
  margin-right: 8px;
  margin-left: 0;
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}

.amis-scope .ant-rate-disabled .ant-rate-star {
  cursor: default;
}

.amis-scope .ant-rate-disabled .ant-rate-star > div:hover {
  transform: scale(1);
}

.amis-scope .ant-rate-star {
  position: relative;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

.amis-scope .ant-rate-star:not(:last-child) {
  margin-right: 8px;
}

.amis-scope .ant-rate-star > div {
  transition: all 0.3s, outline 0s;
}

.amis-scope .ant-rate-star > div:hover {
  transform: scale(1.1);
}

.amis-scope .ant-rate-star > div:focus {
  outline: 0;
}

.amis-scope .ant-rate-star > div:focus-visible {
  outline: 1px dashed #fadb14;
  transform: scale(1.1);
}

.amis-scope .ant-rate-star-first,
.amis-scope .ant-rate-star-second {
  color: #f0f0f0;
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-rate-star-first .anticon,
.amis-scope .ant-rate-star-second .anticon {
  vertical-align: middle;
}

.amis-scope .ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}

.amis-scope .ant-rate-star-half .ant-rate-star-first,
.amis-scope .ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}

.amis-scope .ant-rate-star-half .ant-rate-star-first,
.amis-scope .ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}

.amis-scope .ant-rate-text {
  display: inline-block;
  margin: 0 8px;
  font-size: 14px;
}

.amis-scope .ant-rate-rtl {
  direction: rtl;
}

.amis-scope .ant-rate-rtl .ant-rate-star:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-rate-rtl .ant-rate-star-first {
  right: 0;
  left: auto;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-result {
  padding: 48px 32px;
}

.amis-scope .ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}

.amis-scope .ant-result-error .ant-result-icon > .anticon {
  color: #ff4d4f;
}

.amis-scope .ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}

.amis-scope .ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}

.amis-scope .ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}

.amis-scope .ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}

.amis-scope .ant-result-icon > .anticon {
  font-size: 72px;
}

.amis-scope .ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}

.amis-scope .ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.amis-scope .ant-result-extra {
  margin: 24px 0 0 0;
  text-align: center;
}

.amis-scope .ant-result-extra > * {
  margin-right: 8px;
}

.amis-scope .ant-result-extra > *:last-child {
  margin-right: 0;
}

.amis-scope .ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}

.amis-scope .ant-result-rtl {
  direction: rtl;
}

.amis-scope .ant-result-rtl .ant-result-extra > * {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-result-rtl .ant-result-extra > *:last-child {
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .segmented-disabled-item,
.amis-scope .segmented-disabled-item:hover,
.amis-scope .segmented-disabled-item:focus {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
}

.amis-scope .segmented-text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.amis-scope .ant-segmented {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  padding: 2px;
  color: rgba(0, 0, 0, 0.65);
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-segmented-group {
  position: relative;
  display: flex;
  align-items: stretch;
  justify-items: flex-start;
  width: 100%;
}

.amis-scope .ant-segmented.ant-segmented-block {
  display: flex;
}

.amis-scope .ant-segmented.ant-segmented-block .ant-segmented-item {
  flex: 1;
  min-width: 0;
}

.amis-scope .ant-segmented:not(.ant-segmented-disabled):hover,
.amis-scope .ant-segmented:not(.ant-segmented-disabled):focus {
  background-color: rgba(0, 0, 0, 0.06);
}

.amis-scope .ant-segmented-item {
  position: relative;
  text-align: center;
  cursor: pointer;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amis-scope .ant-segmented-item-selected {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  color: #262626;
}

.amis-scope .ant-segmented-item:hover,
.amis-scope .ant-segmented-item:focus {
  color: #262626;
}

.amis-scope .ant-segmented-item-label {
  min-height: 28px;
  padding: 0 11px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.amis-scope .ant-segmented-item-icon + * {
  margin-left: 6px;
}

.amis-scope .ant-segmented-item-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.amis-scope .ant-segmented.ant-segmented-lg .ant-segmented-item-label {
  min-height: 36px;
  padding: 0 11px;
  font-size: 16px;
  line-height: 36px;
}

.amis-scope .ant-segmented.ant-segmented-sm .ant-segmented-item-label {
  min-height: 20px;
  padding: 0 7px;
  line-height: 20px;
}

.amis-scope .ant-segmented-item-disabled,
.amis-scope .ant-segmented-item-disabled:hover,
.amis-scope .ant-segmented-item-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-segmented-thumb {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05), 0 1px 4px -1px rgba(0, 0, 0, 0.07), 0 0 1px 0 rgba(0, 0, 0, 0.08);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  padding: 4px 0;
}

.amis-scope .ant-segmented-thumb-motion-appear-active {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform, width;
}

.amis-scope .ant-segmented.ant-segmented-rtl {
  direction: rtl;
}

.amis-scope .ant-segmented.ant-segmented-rtl .ant-segmented-item-icon {
  margin-right: 0;
  margin-left: 6px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-skeleton {
  display: table;
  width: 100%;
}

.amis-scope .ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}

.amis-scope .ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}

.amis-scope .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}

.amis-scope .ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}

.amis-scope .ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 4px;
}

.amis-scope .ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}

.amis-scope .ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}

.amis-scope .ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}

.amis-scope .ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}

.amis-scope .ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
.amis-scope .ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
  border-radius: 100px;
}

.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-button {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-input {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.amis-scope .ant-skeleton.ant-skeleton-active .ant-skeleton-image {
  background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
  animation: ant-skeleton-loading 1.4s ease infinite;
}

.amis-scope .ant-skeleton.ant-skeleton-block {
  width: 100%;
}

.amis-scope .ant-skeleton.ant-skeleton-block .ant-skeleton-button {
  width: 100%;
}

.amis-scope .ant-skeleton.ant-skeleton-block .ant-skeleton-input {
  width: 100%;
}

.amis-scope .ant-skeleton-element {
  display: inline-block;
  width: auto;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  border-radius: 2px;
  width: 64px;
  min-width: 64px;
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
  width: 32px;
  min-width: 32px;
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
  border-radius: 32px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-lg {
  width: 80px;
  min-width: 80px;
  height: 40px;
  line-height: 40px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
  width: 40px;
  min-width: 40px;
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
  border-radius: 40px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-sm {
  width: 48px;
  min-width: 48px;
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
  width: 24px;
  min-width: 24px;
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
  border-radius: 24px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 32px;
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-input {
  display: inline-block;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 160px;
  min-width: 160px;
  height: 32px;
  line-height: 32px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-input-lg {
  width: 200px;
  min-width: 200px;
  height: 40px;
  line-height: 40px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-input-sm {
  width: 120px;
  min-width: 120px;
  height: 24px;
  line-height: 24px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-image {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  background: rgba(190, 190, 190, 0.2);
  width: 96px;
  height: 96px;
  line-height: 96px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
  border-radius: 50%;
}

.amis-scope .ant-skeleton-element .ant-skeleton-image-path {
  fill: #bfbfbf;
}

.amis-scope .ant-skeleton-element .ant-skeleton-image-svg {
  width: 48px;
  height: 48px;
  line-height: 48px;
  max-width: 192px;
  max-height: 192px;
}

.amis-scope .ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
  border-radius: 50%;
}

@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

.amis-scope .ant-skeleton-rtl {
  direction: rtl;
}

.amis-scope .ant-skeleton-rtl .ant-skeleton-header {
  padding-right: 0;
  padding-left: 16px;
}

.amis-scope .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.amis-scope .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  -webkit-animation-name: ant-skeleton-loading-rtl;
  animation-name: ant-skeleton-loading-rtl;
}

.amis-scope .ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  -webkit-animation-name: ant-skeleton-loading-rtl;
  animation-name: ant-skeleton-loading-rtl;
}

@-webkit-keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

@keyframes ant-skeleton-loading-rtl {
  0% {
    background-position: 0% 50%;
  }

  100% {
    background-position: 100% 50%;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 10px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  touch-action: none;
}

.amis-scope .ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}

.amis-scope .ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}

.amis-scope .ant-slider-vertical .ant-slider-track {
  width: 4px;
}

.amis-scope .ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}

.amis-scope .ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}

.amis-scope .ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}

.amis-scope .ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}

.amis-scope .ant-slider-vertical .ant-slider-dot {
  top: auto;
  margin-left: -2px;
}

.amis-scope .ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}

.amis-scope .ant-slider-rtl.ant-slider-vertical .ant-slider-handle {
  margin-right: -5px;
  margin-left: 0;
}

.amis-scope .ant-slider-rtl.ant-slider-vertical .ant-slider-mark {
  right: 12px;
  left: auto;
}

.amis-scope .ant-slider-rtl.ant-slider-vertical .ant-slider-mark-text {
  right: 4px;
  left: auto;
}

.amis-scope .ant-slider-rtl.ant-slider-vertical .ant-slider-dot {
  right: 2px;
  left: auto;
}

.amis-scope .ant-slider-with-marks {
  margin-bottom: 28px;
}

.amis-scope .ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.amis-scope .ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #91d5ff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.amis-scope .ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #91d5ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.amis-scope .ant-slider-handle-dragging {
  z-index: 1;
}

.amis-scope .ant-slider-handle:focus {
  border-color: #46a6ff;
  outline: none;
  box-shadow: 0 0 0 5px rgba(24, 144, 255, 0.12);
}

.amis-scope .ant-slider-handle.ant-tooltip-open {
  border-color: #1890ff;
}

.amis-scope .ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}

.amis-scope .ant-slider:hover .ant-slider-track {
  background-color: #69c0ff;
}

.amis-scope .ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #69c0ff;
}

.amis-scope .ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}

.amis-scope .ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
  pointer-events: none;
}

.amis-scope .ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 50%;
  cursor: pointer;
}

.amis-scope .ant-slider-dot-active {
  border-color: #8cc8ff;
}

.amis-scope .ant-slider-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-slider-disabled .ant-slider-rail {
  background-color: #f5f5f5 !important;
}

.amis-scope .ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.amis-scope .ant-slider-disabled .ant-slider-handle,
.amis-scope .ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  box-shadow: none;
  cursor: not-allowed;
}

.amis-scope .ant-slider-disabled .ant-slider-mark-text,
.amis-scope .ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}

.amis-scope .ant-slider-rtl {
  direction: rtl;
}

.amis-scope .ant-slider-rtl .ant-slider-mark {
  right: 0;
  left: auto;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
}

.amis-scope .ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.amis-scope .ant-statistic-content-value {
  display: inline-block;
  direction: ltr;
}

.amis-scope .ant-statistic-content-prefix,
.amis-scope .ant-statistic-content-suffix {
  display: inline-block;
}

.amis-scope .ant-statistic-content-prefix {
  margin-right: 4px;
}

.amis-scope .ant-statistic-content-suffix {
  margin-left: 4px;
}

.amis-scope .ant-statistic-rtl {
  direction: rtl;
}

.amis-scope .ant-statistic-rtl .ant-statistic-content-prefix {
  margin-right: 0;
  margin-left: 4px;
}

.amis-scope .ant-statistic-rtl .ant-statistic-content-suffix {
  margin-right: 4px;
  margin-left: 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-steps {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
  text-align: initial;
}

.amis-scope .ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}

.amis-scope .ant-steps-item-container {
  outline: none;
}

.amis-scope .ant-steps-item:last-child {
  flex: none;
}

.amis-scope .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.amis-scope .ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.amis-scope .ant-steps-item-icon,
.amis-scope .ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}

.amis-scope .ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}

.amis-scope .ant-steps-item-icon .ant-steps-icon {
  position: relative;
  top: -0.5px;
  color: #1890ff;
  line-height: 1;
}

.amis-scope .ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}

.amis-scope .ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  border-radius: 1px;
  transition: background 0.3s;
  content: '';
}

.amis-scope .ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 32px;
}

.amis-scope .ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #f0f0f0;
  content: '';
}

.amis-scope .ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}

.amis-scope .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.amis-scope .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.amis-scope .ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
  background: #1890ff;
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon .ant-steps-icon {
  color: #fff;
}

.amis-scope .ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-title {
  font-weight: 500;
}

.amis-scope .ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #1890ff;
}

.amis-scope .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.amis-scope .ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #1890ff;
}

.amis-scope .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #1890ff;
}

.amis-scope .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #1890ff;
}

.amis-scope .ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #ff4d4f;
}

.amis-scope .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #ff4d4f;
}

.amis-scope .ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ff4d4f;
}

.amis-scope .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #ff4d4f;
}

.amis-scope .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #ff4d4f;
}

.amis-scope .ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #f0f0f0;
}

.amis-scope .ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #ff4d4f;
}

.amis-scope .ant-steps-item-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-subtitle,
.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  transition: color 0.3s;
}

.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #1890ff;
}

.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #1890ff;
}

.amis-scope .ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #1890ff;
}

.amis-scope .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 16px;
  white-space: nowrap;
}

.amis-scope .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}

.amis-scope .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}

.amis-scope .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}

.amis-scope .ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}

.amis-scope .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}

.amis-scope .ant-steps-item-custom > .ant-steps-item-container > .ant-steps-item-icon > .ant-steps-icon {
  top: 0px;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}

.amis-scope .ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #1890ff;
}

.amis-scope .ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
  background: none;
}

.amis-scope .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-left: 12px;
}

.amis-scope .ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-left: 0;
}

.amis-scope .ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}

.amis-scope .ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}

.amis-scope .ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}

.amis-scope .ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-steps-small .ant-steps-item-tail {
  top: 8px;
}

.amis-scope .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}

.amis-scope .ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  transform: none;
}

.amis-scope .ant-steps-vertical {
  display: flex;
  flex-direction: column;
}

.amis-scope .ant-steps-vertical > .ant-steps-item {
  display: block;
  flex: 1 0 auto;
  padding-left: 0;
  overflow: visible;
}

.amis-scope .ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}

.amis-scope .ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}

.amis-scope .ant-steps-vertical > .ant-steps-item .ant-steps-item-title {
  line-height: 32px;
}

.amis-scope .ant-steps-vertical > .ant-steps-item .ant-steps-item-description {
  padding-bottom: 12px;
}

.amis-scope .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}

.amis-scope .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}

.amis-scope .ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}

.amis-scope .ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}

.amis-scope .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}

.amis-scope .ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
  padding-left: 0;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}

.amis-scope .ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5715;
}

.amis-scope .ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}

.amis-scope .ant-steps-dot .ant-steps-item-title,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5715;
}

.amis-scope .ant-steps-dot .ant-steps-item-tail,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}

.amis-scope .ant-steps-dot .ant-steps-item-tail::after,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}

.amis-scope .ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}

.amis-scope .ant-steps-dot .ant-steps-item-icon,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}

.amis-scope .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  transition: all 0.3s;
  /* expand hover area */
}

.amis-scope .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}

.amis-scope .ant-steps-dot .ant-steps-item-content,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}

.amis-scope .ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  position: relative;
  top: -1px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  background: none;
}

.amis-scope .ant-steps-dot .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-icon:first-child .ant-steps-icon-dot {
  left: 0;
}

.amis-scope .ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 13px;
  margin-left: 0;
  background: none;
}

.amis-scope .ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 6.5px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}

.amis-scope .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-top: 10px;
}

.amis-scope .ant-steps-vertical.ant-steps-dot.ant-steps-small .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 3.5px;
}

.amis-scope .ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}

.amis-scope .ant-steps-vertical.ant-steps-dot .ant-steps-item-content {
  width: inherit;
}

.amis-scope .ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-item-container .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
  left: -1px;
}

.amis-scope .ant-steps-navigation {
  padding-top: 12px;
}

.amis-scope .ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}

.amis-scope .ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}

.amis-scope .ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  transition: opacity 0.3s;
}

.amis-scope .ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}

.amis-scope .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}

.amis-scope .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}

.amis-scope .ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}

.amis-scope .ant-steps-navigation .ant-steps-item:last-child {
  flex: 1;
}

.amis-scope .ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}

.amis-scope .ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  transform: rotate(45deg);
  content: '';
}

.amis-scope .ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 2px;
  background-color: #1890ff;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}

.amis-scope .ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}

.amis-scope .ant-steps-navigation.ant-steps-vertical > .ant-steps-item {
  margin-right: 0 !important;
}

.amis-scope .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::before {
  display: none;
}

.amis-scope .ant-steps-navigation.ant-steps-vertical > .ant-steps-item.ant-steps-item-active::before {
  top: 0;
  right: 0;
  left: unset;
  display: block;
  width: 3px;
  height: calc(100% - 24px);
}

.amis-scope .ant-steps-navigation.ant-steps-vertical > .ant-steps-item::after {
  position: relative;
  top: -2px;
  left: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 8px;
  text-align: center;
  transform: rotate(135deg);
}

.amis-scope .ant-steps-navigation.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}

.amis-scope .ant-steps-navigation.ant-steps-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  visibility: hidden;
}

.amis-scope .ant-steps-rtl {
  direction: rtl;
}

.amis-scope .ant-steps.ant-steps-rtl .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-steps-rtl .ant-steps-item-tail {
  right: 0;
  left: auto;
}

.amis-scope .ant-steps-rtl .ant-steps-item-title {
  padding-right: 0;
  padding-left: 16px;
}

.amis-scope .ant-steps-rtl .ant-steps-item-title .ant-steps-item-subtitle {
  float: left;
  margin-right: 8px;
  margin-left: 0;
}

.amis-scope .ant-steps-rtl .ant-steps-item-title::after {
  right: 100%;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 16px;
  padding-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-left: 0;
}

.amis-scope .ant-steps-rtl .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  right: 0.5px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-right: -12px;
  margin-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container {
  margin-right: -16px;
  margin-left: 0;
  text-align: right;
}

.amis-scope .ant-steps-rtl.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  padding-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-navigation .ant-steps-item::after {
  right: 100%;
  left: auto;
  margin-right: -2px;
  margin-left: 0;
  transform: rotate(225deg);
}

.amis-scope .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  padding-right: 12px;
  padding-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:first-child {
  padding-right: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-small .ant-steps-item-title {
  padding-right: 0;
  padding-left: 12px;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical > .ant-steps-item .ant-steps-item-icon {
  float: right;
  margin-right: 0;
  margin-left: 16px;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: 16px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  right: 12px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-label-vertical .ant-steps-item-title {
  padding-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  margin: 0 70px 0 0;
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item-tail::after,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  margin-right: 12px;
  margin-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 2px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  margin-right: 67px;
  margin-left: 0;
}

.amis-scope .ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.amis-scope .ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  /* expand hover area */
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  float: right;
}

.amis-scope .ant-steps-rtl.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.amis-scope .ant-steps-rtl.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  right: -26px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-right: 0;
  margin-left: 16px;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  right: -9px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  right: 0;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  right: -2px;
  left: auto;
}

.amis-scope .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child {
  padding-right: 4px;
  padding-left: 0;
}

.amis-scope .ant-steps-rtl.ant-steps-with-progress.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item:first-child.ant-steps-item-active {
  padding-right: 4px;
}

.amis-scope .ant-steps-with-progress .ant-steps-item {
  padding-top: 4px;
}

.amis-scope .ant-steps-with-progress .ant-steps-item .ant-steps-item-tail {
  top: 4px !important;
}

.amis-scope .ant-steps-with-progress.ant-steps-horizontal .ant-steps-item:first-child {
  padding-bottom: 4px;
  padding-left: 4px;
}

.amis-scope .ant-steps-with-progress .ant-steps-item-icon {
  position: relative;
}

.amis-scope .ant-steps-with-progress .ant-steps-item-icon .ant-progress {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-switch {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), linear-gradient(to right, #fff, #fff);
  border: 0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}

.amis-scope .ant-switch-checked:focus {
  box-shadow: 0 0 0 2px #e6f7ff;
}

.amis-scope .ant-switch:focus:hover {
  box-shadow: none;
}

.amis-scope .ant-switch-checked {
  background: #1890ff;
}

.amis-scope .ant-switch-loading,
.amis-scope .ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.amis-scope .ant-switch-loading *,
.amis-scope .ant-switch-disabled * {
  box-shadow: none;
  cursor: not-allowed;
}

.amis-scope .ant-switch-inner {
  display: block;
  margin: 0 7px 0 25px;
  color: #fff;
  font-size: 12px;
  transition: margin 0.2s;
}

.amis-scope .ant-switch-checked .ant-switch-inner {
  margin: 0 25px 0 7px;
}

.amis-scope .ant-switch-handle {
  position: absolute;
  top: 2px;
  left: 2px;
  width: 18px;
  height: 18px;
  transition: all 0.2s ease-in-out;
}

.amis-scope .ant-switch-handle::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 9px;
  box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
  transition: all 0.2s ease-in-out;
  content: '';
}

.amis-scope .ant-switch-checked .ant-switch-handle {
  left: calc(100% - 18px - 2px);
}

.amis-scope .ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
  right: -30%;
  left: 0;
}

.amis-scope .ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: 0;
  left: -30%;
}

.amis-scope .ant-switch-loading-icon.anticon {
  position: relative;
  top: 2px;
  color: rgba(0, 0, 0, 0.65);
  vertical-align: top;
}

.amis-scope .ant-switch-checked .ant-switch-loading-icon {
  color: #1890ff;
}

.amis-scope .ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 16px;
}

.amis-scope .ant-switch-small .ant-switch-inner {
  margin: 0 5px 0 18px;
  font-size: 12px;
}

.amis-scope .ant-switch-small .ant-switch-handle {
  width: 12px;
  height: 12px;
}

.amis-scope .ant-switch-small .ant-switch-loading-icon {
  top: 1.5px;
  font-size: 9px;
}

.amis-scope .ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin: 0 18px 0 5px;
}

.amis-scope .ant-switch-small.ant-switch-checked .ant-switch-handle {
  left: calc(100% - 12px - 2px);
}

.amis-scope .ant-switch-rtl {
  direction: rtl;
}

.amis-scope .ant-switch-rtl .ant-switch-inner {
  margin: 0 25px 0 7px;
}

.amis-scope .ant-switch-rtl .ant-switch-handle {
  right: 2px;
  left: auto;
}

.amis-scope .ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
  right: 0;
  left: -30%;
}

.amis-scope .ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
  right: -30%;
  left: 0;
}

.amis-scope .ant-switch-rtl.ant-switch-checked .ant-switch-inner {
  margin: 0 7px 0 25px;
}

.amis-scope .ant-switch-rtl.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 18px - 2px);
}

.amis-scope .ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
  right: calc(100% - 12px - 2px);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-table.ant-table-middle {
  font-size: 14px;
}

.amis-scope .ant-table.ant-table-middle .ant-table-title,
.amis-scope .ant-table.ant-table-middle .ant-table-footer,
.amis-scope .ant-table.ant-table-middle .ant-table-thead > tr > th,
.amis-scope .ant-table.ant-table-middle .ant-table-tbody > tr > td,
.amis-scope .ant-table.ant-table-middle tfoot > tr > th,
.amis-scope .ant-table.ant-table-middle tfoot > tr > td {
  padding: 12px 8px;
}

.amis-scope .ant-table.ant-table-middle .ant-table-filter-trigger {
  margin-right: -4px;
}

.amis-scope .ant-table.ant-table-middle .ant-table-expanded-row-fixed {
  margin: -12px -8px;
}

.amis-scope .ant-table.ant-table-middle .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -12px -8px -12px 25px;
}

.amis-scope .ant-table.ant-table-middle .ant-table-selection-column {
  -webkit-padding-start: 2px;
  padding-inline-start: 2px;
}

.amis-scope .ant-table.ant-table-small {
  font-size: 14px;
}

.amis-scope .ant-table.ant-table-small .ant-table-title,
.amis-scope .ant-table.ant-table-small .ant-table-footer,
.amis-scope .ant-table.ant-table-small .ant-table-thead > tr > th,
.amis-scope .ant-table.ant-table-small .ant-table-tbody > tr > td,
.amis-scope .ant-table.ant-table-small tfoot > tr > th,
.amis-scope .ant-table.ant-table-small tfoot > tr > td {
  padding: 8px 8px;
}

.amis-scope .ant-table.ant-table-small .ant-table-filter-trigger {
  margin-right: -4px;
}

.amis-scope .ant-table.ant-table-small .ant-table-expanded-row-fixed {
  margin: -8px -8px;
}

.amis-scope .ant-table.ant-table-small .ant-table-tbody .ant-table-wrapper:only-child .ant-table {
  margin: -8px -8px -8px 25px;
}

.amis-scope .ant-table.ant-table-small .ant-table-selection-column {
  -webkit-padding-start: 2px;
  padding-inline-start: 2px;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-title {
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container {
  border-left: 1px solid #f0f0f0;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > td,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > td {
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr:not(:last-child) > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr:not(:last-child) > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr:not(:last-child) > th,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > th::before,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > th::before,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > th::before,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > th::before {
  background-color: transparent !important;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > thead > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > thead > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > thead > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > thead > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tfoot > tr > .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tfoot > tr > .ant-table-cell-fix-right-first::after {
  border-right: 1px solid #f0f0f0;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -16px -17px;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed::after,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-summary > table > tbody > tr > td > .ant-table-expanded-row-fixed::after {
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 0;
  border-right: 1px solid #f0f0f0;
  content: '';
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-content > table,
.amis-scope .ant-table.ant-table-bordered > .ant-table-container > .ant-table-header > table {
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-expanded-row > td,
.amis-scope .ant-table.ant-table-bordered.ant-table-scroll-horizontal > .ant-table-container > .ant-table-body > table > tbody > tr.ant-table-placeholder > td {
  border-right: 0;
}

.amis-scope .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.amis-scope .ant-table.ant-table-bordered.ant-table-middle > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -12px -9px;
}

.amis-scope .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-content > table > tbody > tr > td > .ant-table-expanded-row-fixed,
.amis-scope .ant-table.ant-table-bordered.ant-table-small > .ant-table-container > .ant-table-body > table > tbody > tr > td > .ant-table-expanded-row-fixed {
  margin: -8px -9px;
}

.amis-scope .ant-table.ant-table-bordered > .ant-table-footer {
  border: 1px solid #f0f0f0;
  border-top: 0;
}

.amis-scope .ant-table-cell .ant-table-container:first-child {
  border-top: 0;
}

.amis-scope .ant-table-cell-scrollbar {
  box-shadow: 0 1px 0 1px #fafafa;
}

.amis-scope .ant-table-wrapper {
  clear: both;
  max-width: 100%;
}

.amis-scope .ant-table-wrapper::before {
  display: table;
  content: '';
}

.amis-scope .ant-table-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-table {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  font-size: 14px;
  background: #fff;
  border-radius: 2px;
}

.amis-scope .ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 2px 2px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}

.amis-scope .ant-table-thead > tr > th,
.amis-scope .ant-table-tbody > tr > td,
.amis-scope .ant-table tfoot > tr > th,
.amis-scope .ant-table tfoot > tr > td {
  position: relative;
  padding: 16px 16px;
  overflow-wrap: break-word;
}

.amis-scope .ant-table-cell-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.amis-scope .ant-table-cell-ellipsis.ant-table-cell-fix-left-last,
.amis-scope .ant-table-cell-ellipsis.ant-table-cell-fix-right-first {
  overflow: visible;
}

.amis-scope .ant-table-cell-ellipsis.ant-table-cell-fix-left-last .ant-table-cell-content,
.amis-scope .ant-table-cell-ellipsis.ant-table-cell-fix-right-first .ant-table-cell-content {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .ant-table-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.amis-scope .ant-table-title {
  padding: 16px 16px;
}

.amis-scope .ant-table-footer {
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
}

.amis-scope .ant-table-thead > tr > th {
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s ease;
}

.amis-scope .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}

.amis-scope .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 1.6em;
  background-color: rgba(0, 0, 0, 0.06);
  transform: translateY(-50%);
  transition: background-color 0.3s;
  content: '';
}

.amis-scope .ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}

.amis-scope .ant-table-tbody > tr > td {
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.3s;
}

.amis-scope .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table,
.amis-scope .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table {
  margin: -16px -16px -16px 33px;
}

.amis-scope .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td,
.amis-scope .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}

.amis-scope .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.amis-scope .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:first-child,
.amis-scope .ant-table-tbody > tr > td > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child,
.amis-scope .ant-table-tbody > tr > td > .ant-table-expanded-row-fixed > .ant-table-wrapper:only-child .ant-table-tbody > tr:last-child > td:last-child {
  border-radius: 0;
}

.amis-scope .ant-table-tbody > tr.ant-table-row:hover > td,
.amis-scope .ant-table-tbody > tr > td.ant-table-cell-row-hover {
  background: #fafafa;
}

.amis-scope .ant-table-tbody > tr.ant-table-row-selected > td {
  background: #e6f7ff;
  border-color: rgba(0, 0, 0, 0.03);
}

.amis-scope .ant-table-tbody > tr.ant-table-row-selected:hover > td {
  background: #dcf4ff;
}

.amis-scope .ant-table-summary {
  position: relative;
  z-index: 2;
  background: #fff;
}

.amis-scope div.ant-table-summary {
  box-shadow: 0 -1px 0 #f0f0f0;
}

.amis-scope .ant-table-summary > tr > th,
.amis-scope .ant-table-summary > tr > td {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-table-pagination.ant-pagination {
  margin: 16px 0;
}

.amis-scope .ant-table-pagination {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
}

.amis-scope .ant-table-pagination > * {
  flex: none;
}

.amis-scope .ant-table-pagination-left {
  justify-content: flex-start;
}

.amis-scope .ant-table-pagination-center {
  justify-content: center;
}

.amis-scope .ant-table-pagination-right {
  justify-content: flex-end;
}

.amis-scope .ant-table-thead th.ant-table-column-has-sorters {
  outline: none;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-table-thead th.ant-table-column-has-sorters:hover {
  background: rgba(0, 0, 0, 0.04);
}

.amis-scope .ant-table-thead th.ant-table-column-has-sorters:hover::before {
  background-color: transparent !important;
}

.amis-scope .ant-table-thead th.ant-table-column-has-sorters:focus-visible {
  color: #1890ff;
}

.amis-scope .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,
.amis-scope .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover {
  background: #f5f5f5;
}

.amis-scope .ant-table-thead th.ant-table-column-sort {
  background: #f5f5f5;
}

.amis-scope .ant-table-thead th.ant-table-column-sort::before {
  background-color: transparent !important;
}

.amis-scope td.ant-table-column-sort {
  background: #fafafa;
}

.amis-scope .ant-table-column-title {
  position: relative;
  z-index: 1;
  flex: 1;
}

.amis-scope .ant-table-column-sorters {
  display: flex;
  flex: auto;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .ant-table-column-sorters::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
}

.amis-scope .ant-table-column-sorter {
  margin-left: 4px;
  color: #bfbfbf;
  font-size: 0;
  transition: color 0.3s;
}

.amis-scope .ant-table-column-sorter-inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}

.amis-scope .ant-table-column-sorter-up,
.amis-scope .ant-table-column-sorter-down {
  font-size: 11px;
}

.amis-scope .ant-table-column-sorter-up.active,
.amis-scope .ant-table-column-sorter-down.active {
  color: #1890ff;
}

.amis-scope .ant-table-column-sorter-up + .ant-table-column-sorter-down {
  margin-top: -0.3em;
}

.amis-scope .ant-table-column-sorters:hover .ant-table-column-sorter {
  color: #a6a6a6;
}

.amis-scope .ant-table-filter-column {
  display: flex;
  justify-content: space-between;
}

.amis-scope .ant-table-filter-trigger {
  position: relative;
  display: flex;
  align-items: center;
  margin: -4px -8px -4px 4px;
  padding: 0 4px;
  color: #bfbfbf;
  font-size: 12px;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-table-filter-trigger:hover {
  color: rgba(0, 0, 0, 0.45);
  background: rgba(0, 0, 0, 0.04);
}

.amis-scope .ant-table-filter-trigger.active {
  color: #1890ff;
}

.amis-scope .ant-table-filter-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  min-width: 120px;
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}

.amis-scope .ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: 264px;
  overflow-x: hidden;
  border: 0;
  box-shadow: none;
}

.amis-scope .ant-table-filter-dropdown .ant-dropdown-menu:empty::after {
  display: block;
  padding: 8px 0;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  text-align: center;
  content: 'Not Found';
}

.amis-scope .ant-table-filter-dropdown-tree {
  padding: 8px 8px 0;
}

.amis-scope .ant-table-filter-dropdown-tree .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.amis-scope .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
.amis-scope .ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper:hover {
  background-color: #bae7ff;
}

.amis-scope .ant-table-filter-dropdown-search {
  padding: 8px;
  border-bottom: 1px #f0f0f0 solid;
}

.amis-scope .ant-table-filter-dropdown-search-input input {
  min-width: 140px;
}

.amis-scope .ant-table-filter-dropdown-search-input .anticon {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-table-filter-dropdown-checkall {
  width: 100%;
  margin-bottom: 4px;
  margin-left: 4px;
}

.amis-scope .ant-table-filter-dropdown-submenu > ul {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.amis-scope .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}

.amis-scope .ant-table-filter-dropdown-btns {
  display: flex;
  justify-content: space-between;
  padding: 7px 8px;
  overflow: hidden;
  background-color: inherit;
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-table-selection-col {
  width: 32px;
}

.amis-scope .ant-table-bordered .ant-table-selection-col {
  width: 50px;
}

.amis-scope table tr th.ant-table-selection-column,
.amis-scope table tr td.ant-table-selection-column {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.amis-scope table tr th.ant-table-selection-column .ant-radio-wrapper,
.amis-scope table tr td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}

.amis-scope table tr th.ant-table-selection-column.ant-table-cell-fix-left {
  z-index: 3;
}

.amis-scope table tr th.ant-table-selection-column::after {
  background-color: transparent !important;
}

.amis-scope .ant-table-selection {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}

.amis-scope .ant-table-selection-extra {
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-margin-start: 100%;
  margin-inline-start: 100%;
  -webkit-padding-start: 4px;
  padding-inline-start: 4px;
}

.amis-scope .ant-table-selection-extra .anticon {
  color: #bfbfbf;
  font-size: 10px;
}

.amis-scope .ant-table-selection-extra .anticon:hover {
  color: #a6a6a6;
}

.amis-scope .ant-table-expand-icon-col {
  width: 48px;
}

.amis-scope .ant-table-row-expand-icon-cell {
  text-align: center;
}

.amis-scope .ant-table-row-indent {
  float: left;
  height: 1px;
}

.amis-scope .ant-table-row-expand-icon {
  color: #1890ff;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  display: inline-flex;
  float: left;
  box-sizing: border-box;
  width: 17px;
  height: 17px;
  padding: 0;
  color: inherit;
  line-height: 17px;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  outline: none;
  transform: scale(0.94117647);
  transition: all 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-table-row-expand-icon:focus,
.amis-scope .ant-table-row-expand-icon:hover {
  color: #40a9ff;
}

.amis-scope .ant-table-row-expand-icon:active {
  color: #096dd9;
}

.amis-scope .ant-table-row-expand-icon:focus,
.amis-scope .ant-table-row-expand-icon:hover,
.amis-scope .ant-table-row-expand-icon:active {
  border-color: currentcolor;
}

.amis-scope .ant-table-row-expand-icon::before,
.amis-scope .ant-table-row-expand-icon::after {
  position: absolute;
  background: currentcolor;
  transition: transform 0.3s ease-out;
  content: '';
}

.amis-scope .ant-table-row-expand-icon::before {
  top: 7px;
  right: 3px;
  left: 3px;
  height: 1px;
}

.amis-scope .ant-table-row-expand-icon::after {
  top: 3px;
  bottom: 3px;
  left: 7px;
  width: 1px;
  transform: rotate(90deg);
}

.amis-scope .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(-180deg);
}

.amis-scope .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

.amis-scope .ant-table-row-expand-icon-spaced {
  background: transparent;
  border: 0;
  visibility: hidden;
}

.amis-scope .ant-table-row-expand-icon-spaced::before,
.amis-scope .ant-table-row-expand-icon-spaced::after {
  display: none;
  content: none;
}

.amis-scope .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-top: 2.5005px;
  margin-right: 8px;
}

.amis-scope tr.ant-table-expanded-row > td,
.amis-scope tr.ant-table-expanded-row:hover > td {
  background: #fbfbfb;
}

.amis-scope tr.ant-table-expanded-row .ant-descriptions-view {
  display: flex;
}

.amis-scope tr.ant-table-expanded-row .ant-descriptions-view table {
  flex: auto;
  width: auto;
}

.amis-scope .ant-table .ant-table-expanded-row-fixed {
  position: relative;
  margin: -16px -16px;
  padding: 16px 16px;
}

.amis-scope .ant-table-tbody > tr.ant-table-placeholder {
  text-align: center;
}

.amis-scope .ant-table-empty .ant-table-tbody > tr.ant-table-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-table-tbody > tr.ant-table-placeholder:hover > td {
  background: #fff;
}

.amis-scope .ant-table-cell-fix-left,
.amis-scope .ant-table-cell-fix-right {
  position: -webkit-sticky !important;
  position: sticky !important;
  z-index: 2;
  background: #fff;
}

.amis-scope .ant-table-cell-fix-left-first::after,
.amis-scope .ant-table-cell-fix-left-last::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  width: 30px;
  transform: translateX(100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table-cell-fix-right-last::after {
  position: absolute;
  top: 0;
  bottom: -1px;
  left: 0;
  width: 30px;
  transform: translateX(-100%);
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-table .ant-table-container::before,
.amis-scope .ant-table .ant-table-container::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 30px;
  transition: box-shadow 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-table .ant-table-container::before {
  left: 0;
}

.amis-scope .ant-table .ant-table-container::after {
  right: 0;
}

.amis-scope .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container {
  position: relative;
}

.amis-scope .ant-table-ping-left:not(.ant-table-has-fix-left) .ant-table-container::before {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.amis-scope .ant-table-ping-left .ant-table-cell-fix-left-first::after,
.amis-scope .ant-table-ping-left .ant-table-cell-fix-left-last::after {
  box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.amis-scope .ant-table-ping-left .ant-table-cell-fix-left-last::before {
  background-color: transparent !important;
}

.amis-scope .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container {
  position: relative;
}

.amis-scope .ant-table-ping-right:not(.ant-table-has-fix-right) .ant-table-container::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.amis-scope .ant-table-ping-right .ant-table-cell-fix-right-first::after,
.amis-scope .ant-table-ping-right .ant-table-cell-fix-right-last::after {
  box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.15);
}

.amis-scope .ant-table-sticky-holder {
  position: -webkit-sticky;
  position: sticky;
  z-index: calc(2 + 1);
  background: #fff;
}

.amis-scope .ant-table-sticky-scroll {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: calc(2 + 1);
  display: flex;
  align-items: center;
  background: #ffffff;
  border-top: 1px solid #f0f0f0;
  opacity: 0.6;
}

.amis-scope .ant-table-sticky-scroll:hover {
  transform-origin: center bottom;
}

.amis-scope .ant-table-sticky-scroll-bar {
  height: 8px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 4px;
}

.amis-scope .ant-table-sticky-scroll-bar:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.amis-scope .ant-table-sticky-scroll-bar-active {
  background-color: rgba(0, 0, 0, 0.8);
}

@media all and (-ms-high-contrast: none) {
  .amis-scope .ant-table-ping-left .ant-table-cell-fix-left-last::after {
    box-shadow: none !important;
  }

  .amis-scope .ant-table-ping-right .ant-table-cell-fix-right-first::after {
    box-shadow: none !important;
  }
}

.amis-scope .ant-table {
  /* title + table */
  /* table */
  /* table + footer */
}

.amis-scope .ant-table-title {
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-table-title + .ant-table-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .ant-table-title + .ant-table-container table > thead > tr:first-child th:first-child {
  border-radius: 0;
}

.amis-scope .ant-table-title + .ant-table-container table > thead > tr:first-child th:last-child {
  border-radius: 0;
}

.amis-scope .ant-table-container {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.amis-scope .ant-table-container table > thead > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}

.amis-scope .ant-table-container table > thead > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}

.amis-scope .ant-table-footer {
  border-radius: 0 0 2px 2px;
}

.amis-scope .ant-table-wrapper-rtl {
  direction: rtl;
}

.amis-scope .ant-table-rtl {
  direction: rtl;
}

.amis-scope .ant-table-wrapper-rtl .ant-table table {
  text-align: right;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(.ant-table-row-expand-icon-cell):not([colspan])::before {
  right: auto;
  left: 0;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-thead > tr > th {
  text-align: right;
}

.amis-scope .ant-table-tbody > tr .ant-table-wrapper:only-child .ant-table.ant-table-rtl {
  margin: -16px 33px -16px -16px;
}

.amis-scope .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-left {
  justify-content: flex-end;
}

.amis-scope .ant-table-wrapper.ant-table-wrapper-rtl .ant-table-pagination-right {
  justify-content: flex-start;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-column-sorter {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-filter-column-title {
  padding: 16px 16px 16px 2.3em;
}

.amis-scope .ant-table-rtl .ant-table-thead tr th.ant-table-column-has-sorters .ant-table-filter-column-title {
  padding: 0 0 0 2.3em;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-filter-trigger {
  margin: -4px 4px -4px -8px;
}

.amis-scope .ant-dropdown-rtl .ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.amis-scope .ant-dropdown-rtl .ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span,
.amis-scope .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.amis-scope .ant-dropdown-menu-submenu-rtl.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-right: 8px;
  padding-left: 0;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-selection {
  text-align: center;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-indent {
  float: right;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-expand-icon {
  float: right;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-expand-icon::after {
  transform: rotate(-90deg);
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::before {
  transform: rotate(180deg);
}

.amis-scope .ant-table-wrapper-rtl .ant-table-row-expand-icon-collapsed::after {
  transform: rotate(0deg);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@-webkit-keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode {
  position: relative;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  transition: background-color 0.3s;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode:hover::before {
  background: #f5f5f5;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode > * {
  z-index: 1;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-switcher {
  transition: color 0.3s;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode .ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
  background: #1890ff;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-switcher {
  color: #fff;
}

.amis-scope .ant-tree.ant-tree-directory .ant-tree-treenode-selected .ant-tree-node-content-wrapper {
  color: #fff;
  background: transparent;
}

.amis-scope .ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.amis-scope .ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.amis-scope .ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #1890ff;
}

.amis-scope .ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.amis-scope .ant-tree-checkbox:hover::after,
.amis-scope .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}

.amis-scope .ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.amis-scope .ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.amis-scope .ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.amis-scope .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.amis-scope .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-tree-checkbox-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.amis-scope .ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-tree-checkbox-disabled:hover::after,
.amis-scope .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}

.amis-scope .ant-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.amis-scope .ant-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.amis-scope .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}

.amis-scope .ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.amis-scope .ant-tree-checkbox-group-item {
  margin-right: 8px;
}

.amis-scope .ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.amis-scope .ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}

.amis-scope .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.amis-scope .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.amis-scope .ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.amis-scope .ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
  background: #e6f7ff;
}

.amis-scope .ant-tree-list-holder-inner {
  align-items: flex-start;
}

.amis-scope .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner {
  align-items: stretch;
}

.amis-scope .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-node-content-wrapper {
  flex: auto;
}

.amis-scope .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging {
  position: relative;
}

.amis-scope .ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1890ff;
  opacity: 0;
  -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-tree .ant-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}

.amis-scope .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-tree .ant-tree-treenode-disabled .ant-tree-node-content-wrapper:hover {
  background: transparent;
}

.amis-scope .ant-tree .ant-tree-treenode-active .ant-tree-node-content-wrapper {
  background: #f5f5f5;
}

.amis-scope .ant-tree .ant-tree-treenode:not(.ant-tree .ant-tree-treenode-disabled).filter-node .ant-tree-title {
  color: inherit;
  font-weight: 500;
}

.amis-scope .ant-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-tree-indent-unit {
  display: inline-block;
  width: 24px;
}

.amis-scope .ant-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}

.amis-scope .ant-tree-treenode:hover .ant-tree-draggable-icon {
  opacity: 0.45;
}

.amis-scope .ant-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-tree-switcher .ant-tree-switcher-icon,
.amis-scope .ant-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}

.amis-scope .ant-tree-switcher .ant-tree-switcher-icon svg,
.amis-scope .ant-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}

.amis-scope .ant-tree-switcher-noop {
  cursor: default;
}

.amis-scope .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.amis-scope .ant-tree-switcher-loading-icon {
  color: #1890ff;
}

.amis-scope .ant-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.amis-scope .ant-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}

.amis-scope .ant-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}

.amis-scope .ant-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}

.amis-scope .ant-tree .ant-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}

.amis-scope .ant-tree .ant-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.amis-scope .ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #bae7ff;
}

.amis-scope .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}

.amis-scope .ant-tree .ant-tree-node-content-wrapper .ant-tree-iconEle:empty {
  display: none;
}

.amis-scope .ant-tree-unselectable .ant-tree-node-content-wrapper:hover {
  background-color: transparent;
}

.amis-scope .ant-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}

.amis-scope .ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}

.amis-scope .ant-tree .ant-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}

.amis-scope .ant-tree-show-line .ant-tree-indent-unit {
  position: relative;
  height: 100%;
}

.amis-scope .ant-tree-show-line .ant-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}

.amis-scope .ant-tree-show-line .ant-tree-indent-unit-end::before {
  display: none;
}

.amis-scope .ant-tree-show-line .ant-tree-switcher {
  background: #fff;
}

.amis-scope .ant-tree-show-line .ant-tree-switcher-line-icon {
  vertical-align: -0.15em;
}

.amis-scope .ant-tree .ant-tree-treenode-leaf-last .ant-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}

.amis-scope .ant-tree-rtl {
  direction: rtl;
}

.amis-scope .ant-tree-rtl .ant-tree-node-content-wrapper[draggable='true'] .ant-tree-drop-indicator::after {
  right: -6px;
  left: unset;
}

.amis-scope .ant-tree .ant-tree-treenode-rtl {
  direction: rtl;
}

.amis-scope .ant-tree-rtl .ant-tree-switcher_close .ant-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.amis-scope .ant-tree-rtl.ant-tree-show-line .ant-tree-indent-unit::before {
  right: auto;
  left: -13px;
  border-right: none;
  border-left: 1px solid #d9d9d9;
}

.amis-scope .ant-tree-rtl.ant-tree-checkbox {
  margin: 4px 0 0 8px;
}

.amis-scope .ant-tree-select-dropdown-rtl .ant-select-tree-checkbox {
  margin: 4px 0 0 8px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-timeline {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}

.amis-scope .ant-timeline-item {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-size: 14px;
  list-style: none;
}

.amis-scope .ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  border-left: 2px solid #f0f0f0;
}

.amis-scope .ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}

.amis-scope .ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}

.amis-scope .ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}

.amis-scope .ant-timeline-item-head-blue {
  color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-timeline-item-head-red {
  color: #ff4d4f;
  border-color: #ff4d4f;
}

.amis-scope .ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}

.amis-scope .ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  transform: translate(-50%, -50%);
}

.amis-scope .ant-timeline-item-content {
  position: relative;
  top: -7.001px;
  margin: 0 0 0 26px;
  word-break: break-word;
}

.amis-scope .ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}

.amis-scope .ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}

.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  left: 50%;
}

.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-left: -4px;
}

.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-left: 1px;
}

.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(50% - 4px);
  width: calc(50% - 14px);
  text-align: left;
}

.amis-scope .ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(50% - 12px);
  margin: 0;
  text-align: right;
}

.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(100% - 4px - 2px);
}

.amis-scope .ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}

.amis-scope .ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  border-left: 2px dotted #f0f0f0;
}

.amis-scope .ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}

.amis-scope .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(100% - 15px);
  border-left: 2px dotted #f0f0f0;
}

.amis-scope .ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}

.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-label {
  position: absolute;
  top: -7.001px;
  width: calc(50% - 12px);
  text-align: right;
}

.amis-scope .ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  left: calc(50% + 14px);
  width: calc(50% - 14px);
  text-align: left;
}

.amis-scope .ant-timeline-rtl {
  direction: rtl;
}

.amis-scope .ant-timeline-rtl .ant-timeline-item-tail {
  right: 4px;
  left: auto;
  border-right: 2px solid #f0f0f0;
  border-left: none;
}

.amis-scope .ant-timeline-rtl .ant-timeline-item-head-custom {
  right: 5px;
  left: auto;
  transform: translate(50%, -50%);
}

.amis-scope .ant-timeline-rtl .ant-timeline-item-content {
  margin: 0 18px 0 0;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-tail,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  right: 50%;
  left: auto;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head {
  margin-right: -4px;
  margin-left: 0;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-head-custom {
  margin-right: 1px;
  margin-left: 0;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-left .ant-timeline-item-content {
  right: calc(50% - 4px);
  left: auto;
  text-align: right;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-content {
  text-align: left;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  right: 0;
  left: auto;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: 100%;
  margin-right: 18px;
  text-align: right;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  border-right: 2px dotted #f0f0f0;
  border-left: none;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-label {
  text-align: left;
}

.amis-scope .ant-timeline-rtl.ant-timeline.ant-timeline-label .ant-timeline-item-right .ant-timeline-item-label {
  right: calc(50% + 14px);
  text-align: right;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.amis-scope .ant-transfer-customize-list .ant-transfer-list {
  flex: 1 1 50%;
  width: auto;
  height: auto;
  min-height: 200px;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-selection-column {
  width: 40px;
  min-width: 40px;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}

.amis-scope .ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}

.amis-scope .ant-transfer-customize-list .ant-input[disabled] {
  background-color: transparent;
}

.amis-scope .ant-transfer-status-error .ant-transfer-list {
  border-color: #ff4d4f;
}

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

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

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

.amis-scope .ant-transfer-status-warning .ant-transfer-list {
  border-color: #faad14;
}

.amis-scope .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}

.amis-scope .ant-transfer-status-warning .ant-transfer-list-search:not([disabled]):hover {
  border-color: #40a9ff;
  border-right-width: 1px;
}

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

.amis-scope .ant-transfer {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: flex;
  align-items: stretch;
}

.amis-scope .ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}

.amis-scope .ant-transfer-list {
  display: flex;
  flex-direction: column;
  width: 180px;
  height: 200px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.amis-scope .ant-transfer-list-with-pagination {
  width: 250px;
  height: auto;
}

.amis-scope .ant-transfer-list-search .anticon-search {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-transfer-list-header {
  display: flex;
  flex: none;
  align-items: center;
  height: 40px;
  padding: 8px 12px 9px;
  color: rgba(0, 0, 0, 0.85);
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  border-radius: 2px 2px 0 0;
}

.amis-scope .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 4px;
}

.amis-scope .ant-transfer-list-header > * {
  flex: none;
}

.amis-scope .ant-transfer-list-header-title {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  text-overflow: ellipsis;
}

.amis-scope .ant-transfer-list-header-dropdown {
  font-size: 10px;
  transform: translateY(10%);
  cursor: pointer;
}

.amis-scope .ant-transfer-list-header-dropdown[disabled] {
  cursor: not-allowed;
}

.amis-scope .ant-transfer-list-body {
  display: flex;
  flex: auto;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
}

.amis-scope .ant-transfer-list-body-search-wrapper {
  position: relative;
  flex: none;
  padding: 12px;
}

.amis-scope .ant-transfer-list-content {
  flex: auto;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}

.amis-scope .ant-transfer-list-content-item {
  display: flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  line-height: 20px;
  transition: all 0.3s;
}

.amis-scope .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 8px;
}

.amis-scope .ant-transfer-list-content-item > * {
  flex: none;
}

.amis-scope .ant-transfer-list-content-item-text {
  flex: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-transfer-list-content-item-remove {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  position: relative;
  color: #d9d9d9;
}

.amis-scope .ant-transfer-list-content-item-remove:focus,
.amis-scope .ant-transfer-list-content-item-remove:hover {
  color: #40a9ff;
}

.amis-scope .ant-transfer-list-content-item-remove:active {
  color: #096dd9;
}

.amis-scope .ant-transfer-list-content-item-remove::after {
  position: absolute;
  top: -6px;
  right: -50%;
  bottom: -6px;
  left: -50%;
  content: '';
}

.amis-scope .ant-transfer-list-content-item-remove:hover {
  color: #40a9ff;
}

.amis-scope .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #f5f5f5;
  cursor: pointer;
}

.amis-scope .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled).ant-transfer-list-content-item-checked:hover {
  background-color: #dcf4ff;
}

.amis-scope .ant-transfer-list-content-show-remove .ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background: transparent;
  cursor: default;
}

.amis-scope .ant-transfer-list-content-item-checked {
  background-color: #e6f7ff;
}

.amis-scope .ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-transfer-list-pagination {
  padding: 8px 0;
  text-align: right;
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-transfer-list-body-not-found {
  flex: none;
  width: 100%;
  margin: auto 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
}

.amis-scope .ant-transfer-list-footer {
  border-top: 1px solid #f0f0f0;
}

.amis-scope .ant-transfer-operation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-self: center;
  margin: 0 8px;
  vertical-align: middle;
}

.amis-scope .ant-transfer-operation .ant-btn {
  display: block;
}

.amis-scope .ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}

.amis-scope .ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}

.amis-scope .ant-transfer .ant-empty-image {
  max-height: -2px;
}

.amis-scope .ant-transfer-rtl {
  direction: rtl;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-search {
  padding-right: 8px;
  padding-left: 24px;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-search-action {
  right: auto;
  left: 12px;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-header > *:not(:last-child) {
  margin-right: 0;
  margin-left: 4px;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-header {
  right: 0;
  left: auto;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-header-title {
  text-align: left;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-content-item > *:not(:last-child) {
  margin-right: 0;
  margin-left: 8px;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-pagination {
  text-align: left;
}

.amis-scope .ant-transfer-rtl .ant-transfer-list-footer {
  right: 0;
  left: auto;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

@-webkit-keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes ant-tree-node-fx-do-not-use {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

.amis-scope .ant-select-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  top: 0.2em;
  line-height: 1;
  white-space: nowrap;
  outline: none;
  cursor: pointer;
}

.amis-scope .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.amis-scope .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.amis-scope .ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #1890ff;
}

.amis-scope .ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
  animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  content: '';
}

.amis-scope .ant-select-tree-checkbox:hover::after,
.amis-scope .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}

.amis-scope .ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  direction: ltr;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  transition: all 0.3s;
}

.amis-scope .ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 21.5%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}

.amis-scope .ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.amis-scope .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}

.amis-scope .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #1890ff;
  border-color: #1890ff;
}

.amis-scope .ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}

.amis-scope .ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
  animation-name: none;
}

.amis-scope .ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-select-tree-checkbox-disabled:hover::after,
.amis-scope .ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}

.amis-scope .ant-select-tree-checkbox-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-flex;
  align-items: baseline;
  line-height: unset;
  cursor: pointer;
}

.amis-scope .ant-select-tree-checkbox-wrapper::after {
  display: inline-block;
  width: 0;
  overflow: hidden;
  content: '\a0';
}

.amis-scope .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}

.amis-scope .ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-in-form-item input[type='checkbox'] {
  width: 14px;
  height: 14px;
}

.amis-scope .ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}

.amis-scope .ant-select-tree-checkbox-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}

.amis-scope .ant-select-tree-checkbox-group-item {
  margin-right: 8px;
}

.amis-scope .ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}

.amis-scope .ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}

.amis-scope .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}

.amis-scope .ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}

.amis-scope .ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}

.amis-scope .ant-tree-select-dropdown {
  padding: 8px 4px;
}

.amis-scope .ant-tree-select-dropdown-rtl {
  direction: rtl;
}

.amis-scope .ant-tree-select-dropdown .ant-select-tree {
  border-radius: 0;
}

.amis-scope .ant-tree-select-dropdown .ant-select-tree-list-holder-inner {
  align-items: stretch;
}

.amis-scope .ant-tree-select-dropdown .ant-select-tree-list-holder-inner .ant-select-tree-treenode .ant-select-tree-node-content-wrapper {
  flex: auto;
}

.amis-scope .ant-select-tree {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  background: #fff;
  border-radius: 2px;
  transition: background-color 0.3s;
}

.amis-scope .ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
  background: #e6f7ff;
}

.amis-scope .ant-select-tree-list-holder-inner {
  align-items: flex-start;
}

.amis-scope .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner {
  align-items: stretch;
}

.amis-scope .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-node-content-wrapper {
  flex: auto;
}

.amis-scope .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging {
  position: relative;
}

.amis-scope .ant-select-tree.ant-select-tree-block-node .ant-select-tree-list-holder-inner .ant-select-tree-treenode.dragging::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 4px;
  left: 0;
  border: 1px solid #1890ff;
  opacity: 0;
  -webkit-animation: ant-tree-node-fx-do-not-use 0.3s;
  animation: ant-tree-node-fx-do-not-use 0.3s;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode {
  display: flex;
  align-items: flex-start;
  padding: 0 0 4px 0;
  outline: none;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode-disabled .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode-active .ant-select-tree-node-content-wrapper {
  background: #f5f5f5;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode:not(.ant-select-tree .ant-select-tree-treenode-disabled).filter-node .ant-select-tree-title {
  color: inherit;
  font-weight: 500;
}

.amis-scope .ant-select-tree-indent {
  align-self: stretch;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-select-tree-indent-unit {
  display: inline-block;
  width: 24px;
}

.amis-scope .ant-select-tree-draggable-icon {
  width: 24px;
  line-height: 24px;
  text-align: center;
  opacity: 0.2;
  transition: opacity 0.3s;
}

.amis-scope .ant-select-tree-treenode:hover .ant-select-tree-draggable-icon {
  opacity: 0.45;
}

.amis-scope .ant-select-tree-switcher {
  position: relative;
  flex: none;
  align-self: stretch;
  width: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-select-tree-switcher .ant-tree-switcher-icon,
.amis-scope .ant-select-tree-switcher .ant-select-tree-switcher-icon {
  display: inline-block;
  font-size: 10px;
  vertical-align: baseline;
}

.amis-scope .ant-select-tree-switcher .ant-tree-switcher-icon svg,
.amis-scope .ant-select-tree-switcher .ant-select-tree-switcher-icon svg {
  transition: transform 0.3s;
}

.amis-scope .ant-select-tree-switcher-noop {
  cursor: default;
}

.amis-scope .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(-90deg);
}

.amis-scope .ant-select-tree-switcher-loading-icon {
  color: #1890ff;
}

.amis-scope .ant-select-tree-switcher-leaf-line {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.amis-scope .ant-select-tree-switcher-leaf-line::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  margin-left: -1px;
  border-right: 1px solid #d9d9d9;
  content: ' ';
}

.amis-scope .ant-select-tree-switcher-leaf-line::after {
  position: absolute;
  width: 10px;
  height: 14px;
  border-bottom: 1px solid #d9d9d9;
  content: ' ';
}

.amis-scope .ant-select-tree-checkbox {
  top: initial;
  margin: 4px 8px 0 0;
}

.amis-scope .ant-select-tree .ant-select-tree-node-content-wrapper {
  position: relative;
  z-index: auto;
  min-height: 24px;
  margin: 0;
  padding: 0 4px;
  color: inherit;
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s, border 0s, line-height 0s, box-shadow 0s;
}

.amis-scope .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
  background-color: #f5f5f5;
}

.amis-scope .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #bae7ff;
}

.amis-scope .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
}

.amis-scope .ant-select-tree .ant-select-tree-node-content-wrapper .ant-select-tree-iconEle:empty {
  display: none;
}

.amis-scope .ant-select-tree-unselectable .ant-select-tree-node-content-wrapper:hover {
  background-color: transparent;
}

.amis-scope .ant-select-tree-node-content-wrapper {
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
  position: absolute;
  z-index: 1;
  height: 2px;
  background-color: #1890ff;
  border-radius: 1px;
  pointer-events: none;
}

.amis-scope .ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
  position: absolute;
  top: -3px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: transparent;
  border: 2px solid #1890ff;
  border-radius: 50%;
  content: '';
}

.amis-scope .ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
  box-shadow: 0 0 0 2px #1890ff;
}

.amis-scope .ant-select-tree-show-line .ant-select-tree-indent-unit {
  position: relative;
  height: 100%;
}

.amis-scope .ant-select-tree-show-line .ant-select-tree-indent-unit::before {
  position: absolute;
  top: 0;
  right: 12px;
  bottom: -4px;
  border-right: 1px solid #d9d9d9;
  content: '';
}

.amis-scope .ant-select-tree-show-line .ant-select-tree-indent-unit-end::before {
  display: none;
}

.amis-scope .ant-select-tree-show-line .ant-select-tree-switcher {
  background: #fff;
}

.amis-scope .ant-select-tree-show-line .ant-select-tree-switcher-line-icon {
  vertical-align: -0.15em;
}

.amis-scope .ant-select-tree .ant-select-tree-treenode-leaf-last .ant-select-tree-switcher-leaf-line::before {
  top: auto !important;
  bottom: auto !important;
  height: 14px !important;
}

.amis-scope .ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher_close .ant-select-tree-switcher-icon svg {
  transform: rotate(90deg);
}

.amis-scope .ant-tree-select-dropdown-rtl .ant-select-tree .ant-select-tree-switcher-loading-icon {
  transform: scaleY(-1);
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-typography {
  color: rgba(0, 0, 0, 0.85);
  overflow-wrap: break-word;
}

.amis-scope .ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-typography.ant-typography-success {
  color: #52c41a;
}

.amis-scope .ant-typography.ant-typography-warning {
  color: #faad14;
}

.amis-scope .ant-typography.ant-typography-danger {
  color: #ff4d4f;
}

.amis-scope a.ant-typography.ant-typography-danger:active,
.amis-scope a.ant-typography.ant-typography-danger:focus {
  color: #d9363e;
}

.amis-scope a.ant-typography.ant-typography-danger:hover {
  color: #ff7875;
}

.amis-scope .ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope div.ant-typography,
.amis-scope .ant-typography p {
  margin-bottom: 1em;
}

.amis-scope h1.ant-typography,
.amis-scope div.ant-typography-h1,
.amis-scope div.ant-typography-h1 > textarea,
.amis-scope .ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 38px;
  line-height: 1.23;
}

.amis-scope h2.ant-typography,
.amis-scope div.ant-typography-h2,
.amis-scope div.ant-typography-h2 > textarea,
.amis-scope .ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 30px;
  line-height: 1.35;
}

.amis-scope h3.ant-typography,
.amis-scope div.ant-typography-h3,
.amis-scope div.ant-typography-h3 > textarea,
.amis-scope .ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.35;
}

.amis-scope h4.ant-typography,
.amis-scope div.ant-typography-h4,
.amis-scope div.ant-typography-h4 > textarea,
.amis-scope .ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
}

.amis-scope h5.ant-typography,
.amis-scope div.ant-typography-h5,
.amis-scope div.ant-typography-h5 > textarea,
.amis-scope .ant-typography h5 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
}

.amis-scope .ant-typography + h1.ant-typography,
.amis-scope .ant-typography + h2.ant-typography,
.amis-scope .ant-typography + h3.ant-typography,
.amis-scope .ant-typography + h4.ant-typography,
.amis-scope .ant-typography + h5.ant-typography {
  margin-top: 1.2em;
}

.amis-scope .ant-typography div + h1,
.amis-scope .ant-typography ul + h1,
.amis-scope .ant-typography li + h1,
.amis-scope .ant-typography p + h1,
.amis-scope .ant-typography h1 + h1,
.amis-scope .ant-typography h2 + h1,
.amis-scope .ant-typography h3 + h1,
.amis-scope .ant-typography h4 + h1,
.amis-scope .ant-typography h5 + h1,
.amis-scope .ant-typography div + h2,
.amis-scope .ant-typography ul + h2,
.amis-scope .ant-typography li + h2,
.amis-scope .ant-typography p + h2,
.amis-scope .ant-typography h1 + h2,
.amis-scope .ant-typography h2 + h2,
.amis-scope .ant-typography h3 + h2,
.amis-scope .ant-typography h4 + h2,
.amis-scope .ant-typography h5 + h2,
.amis-scope .ant-typography div + h3,
.amis-scope .ant-typography ul + h3,
.amis-scope .ant-typography li + h3,
.amis-scope .ant-typography p + h3,
.amis-scope .ant-typography h1 + h3,
.amis-scope .ant-typography h2 + h3,
.amis-scope .ant-typography h3 + h3,
.amis-scope .ant-typography h4 + h3,
.amis-scope .ant-typography h5 + h3,
.amis-scope .ant-typography div + h4,
.amis-scope .ant-typography ul + h4,
.amis-scope .ant-typography li + h4,
.amis-scope .ant-typography p + h4,
.amis-scope .ant-typography h1 + h4,
.amis-scope .ant-typography h2 + h4,
.amis-scope .ant-typography h3 + h4,
.amis-scope .ant-typography h4 + h4,
.amis-scope .ant-typography h5 + h4,
.amis-scope .ant-typography div + h5,
.amis-scope .ant-typography ul + h5,
.amis-scope .ant-typography li + h5,
.amis-scope .ant-typography p + h5,
.amis-scope .ant-typography h1 + h5,
.amis-scope .ant-typography h2 + h5,
.amis-scope .ant-typography h3 + h5,
.amis-scope .ant-typography h4 + h5,
.amis-scope .ant-typography h5 + h5 {
  margin-top: 1.2em;
}

.amis-scope a.ant-typography-ellipsis,
.amis-scope span.ant-typography-ellipsis {
  display: inline-block;
  max-width: 100%;
}

.amis-scope a.ant-typography,
.amis-scope .ant-typography a {
  color: #1890ff;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  text-decoration: none;
}

.amis-scope a.ant-typography:focus,
.amis-scope .ant-typography a:focus,
.amis-scope a.ant-typography:hover,
.amis-scope .ant-typography a:hover {
  color: #40a9ff;
}

.amis-scope a.ant-typography:active,
.amis-scope .ant-typography a:active {
  color: #096dd9;
}

.amis-scope a.ant-typography:active,
.amis-scope .ant-typography a:active,
.amis-scope a.ant-typography:hover,
.amis-scope .ant-typography a:hover {
  text-decoration: none;
}

.amis-scope a.ant-typography[disabled],
.amis-scope .ant-typography a[disabled],
.amis-scope a.ant-typography.ant-typography-disabled,
.amis-scope .ant-typography a.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.amis-scope a.ant-typography[disabled]:active,
.amis-scope .ant-typography a[disabled]:active,
.amis-scope a.ant-typography.ant-typography-disabled:active,
.amis-scope .ant-typography a.ant-typography-disabled:active,
.amis-scope a.ant-typography[disabled]:hover,
.amis-scope .ant-typography a[disabled]:hover,
.amis-scope a.ant-typography.ant-typography-disabled:hover,
.amis-scope .ant-typography a.ant-typography-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}

.amis-scope a.ant-typography[disabled]:active,
.amis-scope .ant-typography a[disabled]:active,
.amis-scope a.ant-typography.ant-typography-disabled:active,
.amis-scope .ant-typography a.ant-typography-disabled:active {
  pointer-events: none;
}

.amis-scope .ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}

.amis-scope .ant-typography kbd {
  margin: 0 0.2em;
  padding: 0.15em 0.4em 0.1em;
  font-size: 90%;
  background: rgba(150, 150, 150, 0.06);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-bottom-width: 2px;
  border-radius: 3px;
}

.amis-scope .ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}

.amis-scope .ant-typography u,
.amis-scope .ant-typography ins {
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

.amis-scope .ant-typography s,
.amis-scope .ant-typography del {
  text-decoration: line-through;
}

.amis-scope .ant-typography strong {
  font-weight: 600;
}

.amis-scope .ant-typography-expand,
.amis-scope .ant-typography-edit,
.amis-scope .ant-typography-copy {
  color: #1890ff;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 4px;
}

.amis-scope .ant-typography-expand:focus,
.amis-scope .ant-typography-edit:focus,
.amis-scope .ant-typography-copy:focus,
.amis-scope .ant-typography-expand:hover,
.amis-scope .ant-typography-edit:hover,
.amis-scope .ant-typography-copy:hover {
  color: #40a9ff;
}

.amis-scope .ant-typography-expand:active,
.amis-scope .ant-typography-edit:active,
.amis-scope .ant-typography-copy:active {
  color: #096dd9;
}

.amis-scope .ant-typography-copy-success,
.amis-scope .ant-typography-copy-success:hover,
.amis-scope .ant-typography-copy-success:focus {
  color: #52c41a;
}

.amis-scope .ant-typography-edit-content {
  position: relative;
}

.amis-scope div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 1px);
}

.amis-scope .ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
  pointer-events: none;
}

.amis-scope .ant-typography-edit-content textarea {
  height: 1em;
  margin: 0 !important;
  /* stylelint-disable-next-line property-no-vendor-prefix */
  -moz-transition: none;
}

.amis-scope .ant-typography ul,
.amis-scope .ant-typography ol {
  margin: 0 0 1em;
  padding: 0;
}

.amis-scope .ant-typography ul li,
.amis-scope .ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}

.amis-scope .ant-typography ul {
  list-style-type: circle;
}

.amis-scope .ant-typography ul ul {
  list-style-type: disc;
}

.amis-scope .ant-typography ol {
  list-style-type: decimal;
}

.amis-scope .ant-typography pre,
.amis-scope .ant-typography blockquote {
  margin: 1em 0;
}

.amis-scope .ant-typography pre {
  padding: 0.4em 0.6em;
  white-space: pre-wrap;
  word-wrap: break-word;
  background: rgba(150, 150, 150, 0.1);
  border: 1px solid rgba(100, 100, 100, 0.2);
  border-radius: 3px;
}

.amis-scope .ant-typography pre code {
  display: inline;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  background: transparent;
  border: 0;
}

.amis-scope .ant-typography blockquote {
  padding: 0 0 0 0.6em;
  border-left: 4px solid rgba(100, 100, 100, 0.2);
  opacity: 0.85;
}

.amis-scope .ant-typography-single-line {
  white-space: nowrap;
}

.amis-scope .ant-typography-ellipsis-single-line {
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope a.ant-typography-ellipsis-single-line,
.amis-scope span.ant-typography-ellipsis-single-line {
  vertical-align: bottom;
}

.amis-scope .ant-typography-ellipsis-multiple-line {
  /* stylelint-disable-next-line value-no-vendor-prefix */
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}

.amis-scope .ant-typography-rtl {
  direction: rtl;
}

.amis-scope .ant-typography-rtl .ant-typography-expand,
.amis-scope .ant-typography-rtl .ant-typography-edit,
.amis-scope .ant-typography-rtl .ant-typography-copy {
  margin-right: 4px;
  margin-left: 0;
}

.amis-scope .ant-typography-rtl .ant-typography-expand {
  float: left;
}

.amis-scope div.ant-typography-edit-content.ant-typography-rtl {
  right: -12px;
  left: auto;
}

.amis-scope .ant-typography-rtl .ant-typography-edit-content-confirm {
  right: auto;
  left: 10px;
}

.amis-scope .ant-typography-rtl.ant-typography ul li,
.amis-scope .ant-typography-rtl.ant-typography ol li {
  margin: 0 20px 0 0;
  padding: 0 4px 0 0;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */

/* stylelint-disable no-duplicate-selectors */

/* stylelint-disable */

/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.amis-scope .ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5715;
  list-style: none;
  font-feature-settings: 'tnum';
  outline: 0;
}

.amis-scope .ant-upload p {
  margin: 0;
}

.amis-scope .ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}

.amis-scope .ant-upload input[type='file'] {
  cursor: pointer;
}

.amis-scope .ant-upload.ant-upload-select {
  display: inline-block;
}

.amis-scope .ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-upload.ant-upload-select-picture-card {
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.amis-scope .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
}

.amis-scope .ant-upload.ant-upload-select-picture-card:hover {
  border-color: #1890ff;
}

.amis-scope .ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #d9d9d9;
}

.amis-scope .ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 2px;
  cursor: pointer;
  transition: border-color 0.3s;
}

.amis-scope .ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}

.amis-scope .ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #096dd9;
}

.amis-scope .ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}

.amis-scope .ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}

.amis-scope .ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}

.amis-scope .ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #40a9ff;
}

.amis-scope .ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}

.amis-scope .ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #40a9ff;
  font-size: 48px;
}

.amis-scope .ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}

.amis-scope .ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  transition: all 0.3s;
}

.amis-scope .ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}

.amis-scope .ant-upload-picture-card-wrapper {
  display: inline-block;
  width: 100%;
}

.amis-scope .ant-upload-picture-card-wrapper::before {
  display: table;
  content: '';
}

.amis-scope .ant-upload-picture-card-wrapper::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-upload-list {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  line-height: 1.5715;
}

.amis-scope .ant-upload-list::before {
  display: table;
  content: '';
}

.amis-scope .ant-upload-list::after {
  display: table;
  clear: both;
  content: '';
}

.amis-scope .ant-upload-list-item {
  position: relative;
  height: 22.001px;
  margin-top: 8px;
  font-size: 14px;
}

.amis-scope .ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  line-height: 1.5715;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
}

.amis-scope .ant-upload-list-item-card-actions-btn {
  opacity: 0;
}

.amis-scope .ant-upload-list-item-card-actions-btn.ant-btn-sm {
  height: 22.001px;
  line-height: 1;
  vertical-align: top;
}

.amis-scope .ant-upload-list-item-card-actions.picture {
  top: 22px;
  line-height: 0;
}

.amis-scope .ant-upload-list-item-card-actions-btn:focus,
.amis-scope .ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.amis-scope .ant-upload-list-item-card-actions .anticon {
  color: rgba(0, 0, 0, 0.45);
  transition: all 0.3s;
}

.amis-scope .ant-upload-list-item-card-actions:hover .anticon {
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .ant-upload-list-item-info {
  height: 100%;
  transition: background-color 0.3s;
}

.amis-scope .ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}

.amis-scope .ant-upload-list-item-info .anticon-loading .anticon,
.amis-scope .ant-upload-list-item-info .ant-upload-text-icon .anticon {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}

.amis-scope .ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #f5f5f5;
}

.amis-scope .ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.amis-scope .ant-upload-list-item-error,
.amis-scope .ant-upload-list-item-error .ant-upload-text-icon > .anticon,
.amis-scope .ant-upload-list-item-error .ant-upload-list-item-name {
  color: #ff4d4f;
}

.amis-scope .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #ff4d4f;
}

.amis-scope .ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
  opacity: 1;
}

.amis-scope .ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item:hover,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-error,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #ff4d4f;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-info,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-uploading,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-thumbnail,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  width: 48px;
  height: 48px;
  line-height: 60px;
  text-align: center;
  opacity: 0.8;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
  font-size: 26px;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
  fill: #fff2f0;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
  fill: #ff4d4f;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-icon,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  transform: translate(-50%, -50%);
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-icon .anticon,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
  font-size: 26px;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-image,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-name,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all 0.3s;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  margin-bottom: 12px;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-progress,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}

.amis-scope .ant-upload-list-picture-card-container {
  display: inline-block;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
  vertical-align: top;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item {
  height: 100%;
  margin: 0;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
  content: ' ';
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5715;
  text-align: center;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}

.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  width: calc(100% - 14px);
  padding-left: 0;
}

.amis-scope .ant-upload-list-text-container,
.amis-scope .ant-upload-list-picture-container {
  transition: opacity 0.3s, height 0.3s;
}

.amis-scope .ant-upload-list-text-container::before,
.amis-scope .ant-upload-list-picture-container::before {
  display: table;
  width: 0;
  height: 0;
  content: '';
}

.amis-scope .ant-upload-list-text-container .ant-upload-span,
.amis-scope .ant-upload-list-picture-container .ant-upload-span {
  display: block;
  flex: auto;
}

.amis-scope .ant-upload-list-text .ant-upload-span,
.amis-scope .ant-upload-list-picture .ant-upload-span {
  display: flex;
  align-items: center;
}

.amis-scope .ant-upload-list-text .ant-upload-span > *,
.amis-scope .ant-upload-list-picture .ant-upload-span > * {
  flex: none;
}

.amis-scope .ant-upload-list-text .ant-upload-list-item-name,
.amis-scope .ant-upload-list-picture .ant-upload-list-item-name {
  flex: auto;
  margin: 0;
  padding: 0 8px;
}

.amis-scope .ant-upload-list-text .ant-upload-list-item-card-actions,
.amis-scope .ant-upload-list-picture .ant-upload-list-item-card-actions {
  position: static;
}

.amis-scope .ant-upload-list-text .ant-upload-text-icon .anticon {
  position: static;
}

.amis-scope .ant-upload-list .ant-upload-animate-inline-appear,
.amis-scope .ant-upload-list .ant-upload-animate-inline-enter,
.amis-scope .ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}

.amis-scope .ant-upload-list .ant-upload-animate-inline-appear,
.amis-scope .ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
  animation-name: uploadAnimateInlineIn;
}

.amis-scope .ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
  animation-name: uploadAnimateInlineOut;
}

@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

.amis-scope .ant-upload-rtl {
  direction: rtl;
}

.amis-scope .ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
  margin-right: auto;
  margin-left: 8px;
}

.amis-scope .ant-upload-list-rtl {
  direction: rtl;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 22px;
  padding-left: 14px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 22px;
  padding-left: 28px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-name {
  padding-right: 22px;
  padding-left: 0;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
  padding-left: 14px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-card-actions {
  right: auto;
  left: 0;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-info {
  padding: 0 4px 0 12px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  padding-right: 0;
  padding-left: 5px;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-item-progress {
  padding-right: 26px;
  padding-left: 0;
}

.amis-scope .ant-upload-list-picture .ant-upload-list-item-info,
.amis-scope .ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  right: 8px;
  left: auto;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
  margin: 0 8px 0 0;
  padding-right: 48px;
  padding-left: 8px;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 48px;
  padding-left: 18px;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 48px;
  padding-left: 36px;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
  padding-right: 0;
  padding-left: 0;
}

.amis-scope .ant-upload-list-rtl .ant-upload-list-picture-card-container {
  margin: 0 0 8px 8px;
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
  right: 50%;
  left: auto;
  transform: translate(50%, -50%);
}

.amis-scope .ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
  margin: 8px 0 0;
  padding: 0;
}

/*# sourceMappingURL=antd.css.map*/

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bacteria:before {
  content: "\e059";
}

.fa-bacterium:before {
  content: "\e05a";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "\e05b";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "\e005";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "\e05c";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "\e05d";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "\e05e";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "\e05f";
}

.fa-handshake-slash:before {
  content: "\e060";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "\e061";
}

.fa-head-side-cough-slash:before {
  content: "\e062";
}

.fa-head-side-mask:before {
  content: "\e063";
}

.fa-head-side-virus:before {
  content: "\e064";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "\e065";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "\e066";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "\e067";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "\e068";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "\e069";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "\e06a";
}

.fa-pump-soap:before {
  content: "\e06b";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "\e06c";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sink:before {
  content: "\e06d";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "\e06e";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "\e06f";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "\e070";
}

.fa-store-slash:before {
  content: "\e071";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "\e072";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "\e041";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-users-slash:before {
  content: "\e073";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-vest:before {
  content: "\e085";
}

.fa-vest-patches:before {
  content: "\e086";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "\e074";
}

.fa-virus-slash:before {
  content: "\e075";
}

.fa-viruses:before {
  content: "\e076";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.amis-scope .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amis-scope .sr-only-focusable:active,
.amis-scope .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot");
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff") format("woff"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf") format("truetype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}

.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot");
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff") format("woff"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf") format("truetype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot");
  src: url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2") format("woff2"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff") format("woff"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf") format("truetype"), url("./thirds/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-adn {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-windows {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-android {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-linux {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skype {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-trello {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-renren {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-openid {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-digg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-git {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-qq {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-medium {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-clone {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-safari {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-opera {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-500px {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-edge {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-modx {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-usb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-envira {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-grav {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

@charset "UTF-8";

/**
 * @file 使用 extract-antd-color.py 转换
 */

:root {
  --black: #000;
  --white: #fff;
  --primary: #1890ff;
  --primary-onHover: #007df1;
  --primary-onActive: #0076e4;
  --secondary: #6c757d;
  --secondary-onHover: #5a6268;
  --secondary-onActive: #545b62;
  --success: #52c41a;
  --success-onHover: #44a216;
  --success-onActive: #3f9714;
  --info: #1890ff;
  --info-onHover: #007df1;
  --info-onActive: #0076e4;
  --warning: #f7d08e;
  --warning-onHover: #f4c16a;
  --warning-onActive: #f4bc5e;
  --danger: #ff4d4f;
  --danger-onHover: #ff2729;
  --danger-onActive: #ff1a1d;
  --light: #d9d9d9;
  --dark: #343a40;
  --fontFamilyMonospace: SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  --fontFamilyBase: -apple-system, BlinkMacSystemFont, "SF Pro SC",
    "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI",
    Roboto, "Hiragino Sans GB", "Arial", "microsoft yahei ui", "Microsoft YaHei",
    SimSun, sans-serif;
  --fontSizeBase: 0.875rem;
  --fontSizeMd: 0.875rem;
  --fontSizeLg: 1rem;
  --fontSizeXl: 1.25rem;
  --fontSizeSm: 0.75rem;
  --fontSizeXs: 0.6875rem;
  --text-color: rgba(0, 0, 0, 0.85);
  --button-color: #fff;
  --animation-duration: 0.2s;
  --text--muted-color: rgba(64, 64, 64, 0.85);
  --text--loud-color: rgba(0, 0, 0, 0.85);
  --pre-color: var(--text-color);
  --borderColor: #d1d5db;
  --borderColorLight: #dfe2e6;
  --borderColorDarken: #b4bbc5;
  --borderRadius: 0.142rem;
  --borderRadiusMd: 0.285rem;
  --borderRadiusLg: 0.428rem;
  --boxShadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --boxShadowSm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --lineHeightBase: 1.5;
  --body-lineHeight: var(--lineHeightBase);
  --borderWidth: 0.0625rem;
  --fontWeightNormal: 400;
  --fontWeightBase: var(--fontWeightNormal);
  --fontWeightMd: 500;
  --fontWeightBold: 700;
  --background: var(--white);
  --code-color: var(--danger);
  --code-background: var(--background);
  --pre-background: var(--background);
  --link-color: var(--info);
  --link-decoration: none;
  --link-onHover-color: var(--info-onHover);
  --link-onHover-decoration: underline;
  --body-bg: var(--light);
  --body-size: var(--fontSizeBase);
  --body-color: var(--text-color);
  --body-weight: var(--fontWeightBase);
  --gap-xs: 0.25rem;
  --gap-sm: 0.5rem;
  --gap-base: 0.75rem;
  --gap-md: 1rem;
  --gap-lg: 1.25rem;
  --gap-xl: 1.5rem;
  --icon-color: #4b5563;
  --icon-onHover-color: #111827;
  --icon-onDisabled-color: #6b7280;
  --label--default-bg: #374151;
  --label--primary-bg: var(--primary);
  --label--success-bg: var(--success);
  --label--info-bg: var(--info);
  --label--warning-bg: var(--warning);
  --label--danger-bg: var(--danger);
  --label-color: #fff;
  --label-link--hover-color: #fff;
  --scrollbar-width: 1.0625rem;
  --Alert--danger-bg: #f2dede;
  --Alert--danger-borderColor: #ebccd1;
  --Alert--danger-color: #a94442;
  --Alert--info-bg: #d9edf7;
  --Alert--info-borderColor: #00aefe;
  --Alert--info-color: #31708f;
  --Alert--success-bg: #dff0d8;
  --Alert--success-borderColor: #d6e9c6;
  --Alert--success-color: #3c763d;
  --Alert--warning-bg: #fcf8e3;
  --Alert--warning-borderColor: #faebcc;
  --Alert--warning-color: #8a6d3b;
  --Alert-borderColor: transparent;
  --Alert-borderRadius: var(--borderRadiusMd);
  --Alert-borderWidth: var(--borderWidth);
  --Alert-boxShadow: none;
  --Alert-fontSize: var(--fontSizeBase);
  --Alert-marginBottom: var(--gap-md);
  --Alert-paddingX: var(--gap-sm);
  --Alert-paddingY: var(--gap-sm);
  --Audio-border: 0.0625rem solid #dee2e6;
  --Audio-height: 3.125rem;
  --Audio-input-width: 5rem;
  --Audio-item-margin: 0.625rem;
  --Audio-lineHeight: 3.125rem;
  --Audio-play-top: var(--gap-xs);
  --Audio-play-width: var(--gap-md);
  --Audio-process-minWidth: 5rem;
  --Audio-rate-bg: #dee2e6;
  --Audio-rate-height: 3.125rem;
  --Audio-rate-lineHeight: 3.125rem;
  --Audio-rate-width: 2.5rem;
  --Audio-rateControlItem-bg: #dee2e6;
  --Audio-rateControlItem-borderRight: 0.0625rem solid #d3dae0;
  --Audio-svg-height: var(--gap-md);
  --Audio-svg-top: 0.375rem;
  --Audio-svg-width: var(--gap-md);
  --Audio-thumb-bg: #606670;
  --Audio-thumb-height: 0.875rem;
  --Audio-thumb-marginTop: -0.3125rem;
  --Audio-thumb-width: 0.875rem;
  --Audio-times-margin: 0 var(--gap-xs);
  --Audio-times-width: 4.6875rem;
  --Audio-track-bg: #d7dbdd;
  --Audio-track-border: 0.0625rem solid transparent;
  --Audio-track-borderRadius: 0.1875rem;
  --Audio-track-height: 0.375rem;
  --Audio-volume-height: 3.125rem;
  --Audio-volume-lineHeight: 3.125rem;
  --Audio-volume-width: var(--gap-md);
  --Audio-volumeControl-width: 6.875rem;
  --Avatar-bg: #d1d5db;
  --Avatar-width: 2.5rem;
  --Avatar-size-large: 3rem;
  --Avatar-size-default: var(--Avatar-width);
  --Avatar-size-small: 2rem;
  --Avatar-icon-size-large: 1.25rem;
  --Avatar-icon-size-default: var(--fontSizeLg);
  --Avatar-icon-size-small: 0.75rem;
  --Badge-size: var(--gap-md);
  --Badge-color: var(--white);
  --Badge--success-bg: var(--success);
  --Badge--info-bg: var(--info);
  --Badge--warning-bg: var(--warning);
  --Badge--danger-bg: var(--danger);
  --Button--danger-bg: var(--danger);
  --Button--danger-border: var(--Button--danger-bg);
  --Button--danger-color: var(--button-color);
  --Button--danger-onActive-bg: var(--danger-onActive);
  --Button--danger-onActive-border: #ff0d10;
  --Button--danger-onActive-color: var(--Button--danger-color);
  --Button--danger-onHover-bg: var(--danger-onHover);
  --Button--danger-onHover-border: var(--danger-onActive);
  --Button--danger-onHover-color: var(--Button--danger-color);
  --Button--dark-bg: var(--dark);
  --Button--dark-border: var(--Button--dark-bg);
  --Button--dark-color: var(--button-color);
  --Button--dark-onActive-bg: #1d2124;
  --Button--dark-onActive-border: #171a1d;
  --Button--dark-onActive-color: var(--Button--dark-color);
  --Button--dark-onHover-bg: #23272b;
  --Button--dark-onHover-border: #1d2124;
  --Button--dark-onHover-color: var(--Button--dark-color);
  --Button--default-bg: var(--white);
  --Button--default-border: var(--borderColor);
  --Button--default-color: var(--text-color);
  --Button--default-onActive-bg: var(--white);
  --Button--default-onActive-border: var(--primary-onActive);
  --Button--default-onActive-color: var(--primary-onActive);
  --Button--default-onHover-bg: var(--white);
  --Button--default-onHover-border: var(--primary);
  --Button--default-onHover-color: var(--primary);
  --Button--iconOnly-minWidthRate: 4 / 3;
  --Button--info-bg: var(--info);
  --Button--info-border: var(--Button--info-bg);
  --Button--info-color: var(--button-color);
  --Button--info-onActive-bg: var(--info-onActive);
  --Button--info-onActive-border: #0070d7;
  --Button--info-onActive-color: var(--Button--info-color);
  --Button--info-onHover-bg: var(--info-onHover);
  --Button--info-onHover-border: var(--info-onActive);
  --Button--info-onHover-color: var(--Button--info-color);
  --Button--lg-borderRadius: var(--borderRadius);
  --Button--lg-fontSize: var(--fontSizeLg);
  --Button--lg-height: 2.875rem;
  --Button--lg-lineHeight: 24 / 20;
  --Button--lg-paddingX: 1rem;
  --Button--lg-paddingY: calc(
    (
        var(--Button--lg-height) - var(--Button-borderWidth) * 2 -
          var(--Button--lg-lineHeight) * var(--Button--lg-fontSize)
      ) / 2
  );
  --Button--light-bg: var(--light);
  --Button--light-border: var(--borderColor);
  --Button--light-color: var(--text-color);
  --Button--light-onActive-bg: silver;
  --Button--light-onActive-border: #b9b9b9;
  --Button--light-onActive-color: var(--Button--light-color);
  --Button--light-onHover-bg: #c6c6c6;
  --Button--light-onHover-border: silver;
  --Button--light-onHover-color: var(--Button--light-color);
  --Button--link-color: var(--primary);
  --Button--link-onDisabled-color: #4b5563;
  --Button--link-onHover-color: var(--primary-onHover);
  --Button--link-onActive-color: var(--primary-onActive);
  --Button--md-fontSize: var(--Button-fontSize);
  --Button--md-height: var(--Button-height);
  --Button--md-lineHeight: var(--Button-lineHeight);
  --Button--md-paddingX: var(--Button-paddingX);
  --Button--md-paddingY: calc(
    (
        var(--Button--md-height) - var(--Button-borderWidth) * 2 -
          var(--Button--md-lineHeight) * var(--Button--md-fontSize)
      ) / 2
  );
  --Button--primary-bg: var(--primary);
  --Button--primary-border: var(--Button--primary-bg);
  --Button--primary-color: var(--button-color);
  --Button--primary-onActive-bg: var(--primary-onActive);
  --Button--primary-onActive-border: var(--primary-onActive);
  --Button--primary-onActive-color: var(--Button--primary-color);
  --Button--primary-onHover-bg: var(--primary-onHover);
  --Button--primary-onHover-border: var(--primary-onHover);
  --Button--primary-onHover-color: var(--Button--primary-color);
  --Button--secondary-bg: var(--secondary);
  --Button--secondary-border: var(--Button--secondary-bg);
  --Button--secondary-color: var(--button-color);
  --Button--secondary-onActive-bg: var(--secondary-onActive);
  --Button--secondary-onActive-border: #4e555b;
  --Button--secondary-onActive-color: var(--Button--secondary-color);
  --Button--secondary-onHover-bg: var(--secondary-onHover);
  --Button--secondary-onHover-border: var(--secondary-onActive);
  --Button--secondary-onHover-color: var(--Button--secondary-color);
  --Button--sm-borderRadius: var(--borderRadius);
  --Button--sm-fontSize: var(--fontSizeSm);
  --Button--sm-height: 1.875rem;
  --Button--sm-lineHeight: 18 / 12;
  --Button--sm-paddingX: 0.5rem;
  --Button--sm-paddingY: calc(
    (
        var(--Button--sm-height) - var(--Button-borderWidth) * 2 -
          var(--Button--sm-lineHeight) * var(--Button--sm-fontSize)
      ) / 2
  );
  --Button--success-bg: var(--success);
  --Button--success-border: var(--Button--success-bg);
  --Button--success-color: var(--button-color);
  --Button--success-onActive-bg: var(--success-onActive);
  --Button--success-onActive-border: #3a8c13;
  --Button--success-onActive-color: var(--Button--success-color);
  --Button--success-onHover-bg: var(--success-onHover);
  --Button--success-onHover-border: var(--success-onActive);
  --Button--success-onHover-color: var(--Button--success-color);
  --Button--enhance-border: var(--primary);
  --Button--enhance-color: var(--primary);
  --Button--enhance-onActive-bg: var(--white);
  --Button--enhance-onActive-border: var(--primary-onActive);
  --Button--enhance-onActive-color: var(--primary-onActive);
  --Button--enhance-onHover-bg: var(--white);
  --Button--enhance-onHover-border: var(--primary-onHover);
  --Button--enhance-onHover-color: var(--primary-onHover);
  --Button--warning-bg: var(--warning);
  --Button--warning-border: var(--Button--warning-bg);
  --Button--warning-color: var(--button-color);
  --Button--warning-onActive-bg: var(--warning-onActive);
  --Button--warning-onActive-border: #f3b752;
  --Button--warning-onActive-color: var(--Button--warning-color);
  --Button--warning-onHover-bg: var(--warning-onHover);
  --Button--warning-onHover-border: var(--warning-onActive);
  --Button--warning-onHover-color: var(--Button--warning-color);
  --Button--xs-fontSize: var(--fontSizeXs);
  --Button--xs-height: 1.375rem;
  --Button--xs-lineHeight: 18 / 11;
  --Button--xs-paddingX: var(--gap-xs);
  --Button--xs-paddingY: calc(
    (
        var(--Button--xs-height) - var(--Button-borderWidth) * 2 -
          var(--Button--xs-lineHeight) * var(--Button--xs-fontSize)
      ) / 2
  );
  --Button-borderRadius: var(--borderRadius);
  --Button-borderWidth: var(--Form-input-borderWidth);
  --Button-boxShadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
    0 1px 1px rgba(0, 0, 0, 0.075);
  --Button-textShadow: none;
  --Button-fontSize: var(--Form-input-fontSize);
  --Button-fontWeight: var(--fontWeightNormal);
  --Button-height: var(--Form-input-height);
  --Button-lineHeight: var(--Form-input-lineHeight);
  --Button-mimWidth: auto;
  --Button-onActive-boxShadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  --Button-animation-spin: spin 1s infinite linear;
  --Button-onActive-color: var(--primary);
  --Button-onActive-border: var(--primary);
  --Button-onDisabled-borderColor: #dee2e6;
  --Button-onDisabled-opacity: 0.65;
  --Button-onDisabled-bg: #f2f3f3;
  --Button-onFocus-boxShadow: none;
  --Button-paddingX: 0.75rem;
  --Button-paddingX-right: 0.625rem;
  --Button-paddingY: calc(
    (
        var(--Button-height) - var(--Button-borderWidth) * 2 -
          var(--Button-lineHeight) * var(--Button-fontSize)
      ) / 2
  );
  --Button-transition: color var(--animation-duration) ease-in-out,
    background-color var(--animation-duration) ease-in-out,
    border-color var(--animation-duration) ease-in-out,
    box-shadow var(--animation-duration) ease-in-out;
  --ButtonGroup--primary-isActive-color: var(--white);
  --ButtonGroup--primary-isActive-bg: var(--primary);
  --Calendar-btn-bg: var(--info);
  --Calendar-btn-border: var(--Calendar-btn-bg);
  --Calendar-btn-borderRadius: var(--Button-borderRadius);
  --Calendar-btn-color: var(--white);
  --Calendar-btn-fontSize: var(--fontSizeSm);
  --Calendar-btn-height: 1.875rem;
  --Calendar-btn-lineHeight: var(--lineHeightBase);
  --Calendar-btn-onActive-bg: #0076e4;
  --Calendar-btn-onActive-border: #0070d7;
  --Calendar-btn-onActive-color: var(--Calendar-btn-color);
  --Calendar-btn-onHover-bg: #007df1;
  --Calendar-btn-onHover-border: #0076e4;
  --Calendar-btn-onHover-color: var(--Calendar-btn-color);
  --Calendar-btn-paddingX: 0.625rem;
  --Calendar-btn-paddingY: calc(
    (
        var(--Calendar-btn-height) - var(--Calendar-btn-lineHeight) *
          var(--Calendar-btn-fontSize)
      ) / 2
  );
  --Calendar-btnCancel-bg: var(--light);
  --Calendar-btnCancel-border: var(--Button--default-border);
  --Calendar-btnCancel-borderRadius: var(--Button-borderRadius);
  --Calendar-btnCancel-color: var(--text-color);
  --Calendar-btnCancel-onActive-bg: var(--Button--default-onActive-bg);
  --Calendar-btnCancel-onActive-border: var(--Button--default-onActive-border);
  --Calendar-btnCancel-onActive-color: var(--Button--default-onActive-color);
  --Calendar-btnCancel-onHover-bg: var(--Button--default-onHover-bg);
  --Calendar-btnCancel-onHover-border: var(--Button--default-onHover-border);
  --Calendar-btnCancel-onHover-color: var(--Button--default-onHover-color);
  --Calendar-cell-bg: var(--white);
  --Calendar-cell-onActive-bg: var(--info);
  --Calendar-cell-onBetween-bg: rgba(24, 144, 255, 0.1);
  --Calendar-cell-onDisabled-bg: var(--light);
  --Calendar-cell-onHover-bg: #ededed;
  --Calendar-color: var(--text-color);
  --Calendar-fontSize: var(--fontSizeBase);
  --Calendar-input-borderColor: var(--borderColor);
  --Calendar-input-borderRadius: var(--borderRadius);
  --Calendar-input-color: var(--info);
  --Calendar-input-fontSize: var(--fontSizeBase);
  --Calendar-input-height: 1.875rem;
  --Calendar-input-lineHeight: var(--lineHeightBase);
  --Calendar-input-onFocused-borderColor: var(--info);
  --Calendar-input-paddingX: 0.625rem;
  --Calendar-input-paddingY: calc(
    (
        var(--Calendar-input-height) - var(--Calendar-input-lineHeight) *
          var(--Calendar-input-fontSize)
      ) / 2
  );
  --Calendar-shortcut-color: var(--info);
  --Calendar-shortcut-decoration: none;
  --Calendar-shortcut-onHover-color: #0069cb;
  --Calendar-shortcut-onHover-decoration: none;
  --Calendar-shortcuts-bg: transparent;
  --Calendar-shortcuts-height: 1.875rem;
  --Calendar-wLabel-color: #999;
  --Calendar-icon-bottom: -0.25rem;
  --Calendar-icon-width: 0.625rem;
  --Calendar-icon-height: 0.625rem;
  --Calendar-borderWidth: 0.0625rem;
  --Calendar-rdt-day: 6.25rem;
  --Calendar-schedule-content-padding: 0 0.25rem;
  --Calendar-schedule-content-height: 1.25rem;
  --Calendar-schedule-content-color: #fff;
  --Card-actions-borderColor: #dfe2e6;
  --Card-actions-fontSize: var(--fontSizeBase);
  --Card-actions-onChecked-onHover-bg: #c2ecf9;
  --Card-actions-onChecked-onHover-color: #1498c1;
  --Card-actions-onHover-bg: #f2f2f2;
  --Card-actions-onHover-color: #090d15;
  --Card-bg: var(--white);
  --Card-borderColor: var(--borderColor);
  --Card-borderRadius: var(--borderRadius);
  --Card-borderWidth: var(--borderWidth);
  --Card-secondary-color: #83868c;
  --Card-onChecked-bg: #d9f3fb;
  --Card-onChecked-borderColor: #abe4f6;
  --Card-onChecked-color: #20b9e8;
  --Card-onChecked-fieldLabel-color: #7dd6f1;
  --Card-onDragging-opacity: 0.1;
  --Card-onModified-bg: #e8f0fe;
  --Card-onModified-borderColor: #b7d0fc;
  --Card-onModified-color: #4285f4;
  --Card-onModified-fieldLabel-color: #a2c3fa;
  --Card-onModified-onHover-bg: #d0e0fd;
  --Card-onModified-onHover-color: #1266f1;
  --Cards--unsaved-heading-bg: #e8f0fe;
  --Cards--unsaved-heading-color: #4285f4;
  --Cards-fixedTop-boxShadow: var(--boxShadow);
  --Cards-placeholder-height: 6.25rem;
  --Cards-toolbar-marginX: 0;
  --Cards-toolbar-marginY: var(--gap-base);
  --Carousel--dark-control: black;
  --Carousel--light-control: white;
  --Carousel-arrowControl-height: var(--gap-lg);
  --Carousel-arrowControl-width: var(--gap-lg);
  --Carousel-bg: #f6f8f8;
  --Carousel-dot-borderRadius: 0.25rem;
  --Carousel-dot-height: 0.5rem;
  --Carousel-dot-margin: 0.4375rem var(--gap-xs);
  --Carousel-dot-width: 0.5rem;
  --Carousel-height: 12.5rem;
  --Carousel-imageDescription-bottom: 1.5625rem;
  --Carousel-imageTitle-bottom: 2.8125rem;
  --Carousel-minWidth: 6.25rem;
  --Carousel-svg-height: var(--gap-lg);
  --Carousel-svg-width: var(--gap-lg);
  --Carousel-transitionDuration: var(--animation-duration);
  --Checkbox--full-inner-size: 0.75rem;
  --Checkbox--sm--full-inner-size: 0.625rem;
  --Checkbox--sm-inner-size: calc(var(--Checkbox--sm-size) / 2);
  --Checkbox--sm-size: 1rem;
  --Checkbox-borderRadius: var(--borderRadius);
  --Checkbox-color: var(--Form-input-borderColor);
  --Checkbox-gap: var(--gap-xs);
  --Checkbox-gb: #fff;
  --Checkbox-size: var(--Form-fontSize);
  --Checkbox-inner-size: calc(var(--Checkbox-size) / 2);
  --Checkbox-onHover-color: var(--info);
  --Checkbox-onDisabled-bg: #e5e7eb;
  --Checkbox-onDisabled-color: var(--text--muted-color);
  --ColorPicker-bg: var(--white);
  --ColorPicker-borderColor: var(--Form-input-borderColor);
  --ColorPicker-borderRadius: var(--Form-input-borderRadius);
  --ColorPicker-borderWidth: var(--Form-input-borderWidth);
  --ColorPicker-color: var(--Form-input-color);
  --ColorPicker-fontSize: var(--Form-input-fontSize);
  --ColorPicker-height: var(--Form-input-height);
  --ColorPicker-lineHeight: var(--Form-input-lineHeight);
  --ColorPicker-onDisabled-bg: #e5e7eb;
  --ColorPicker-onDisabled-color: var(--text--muted-color);
  --ColorPicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --ColorPicker-onHover-bg: #f2f2f2;
  --ColorPicker-onHover-borderColor: var(--borderColor);
  --ColorPicker-paddingX: 0.75rem;
  --ColorPicker-paddingY: calc(
    (
        var(--ColorPicker-height) - var(--ColorPicker-lineHeight) *
          var(--ColorPicker-fontSize)
      ) / 2 - var(--ColorPicker-borderWidth)
  );
  --ColorPicker-placeholderColor: var(--Form-input-placeholderColor);
  --ColorPicker-boxShadow: var(--boxShadow);
  --Combo--horizontal-dragger-top: var(--Form-label-paddingTop);
  --Combo--horizontal-item-gap: var(--gap-xs);
  --Combo--vertical-item-borderColor: var(--borderColor);
  --Combo--vertical-item-borderRadius: var(--borderRadius);
  --Combo--vertical-item-borderWidth: var(--borderWidth);
  --Combo--vertical-item-gap: var(--gap-xs);
  --Combo--vertical-item-onHover-borderColor: var(--info);
  --Combo--vertical-item-paddingX: 0.625rem;
  --Combo--vertical-item-paddingY: 0.625rem;
  --Combo-addBtn-bg: var(--Button--info-bg);
  --Combo-addBtn-border: var(--Button--info-border);
  --Combo-addBtn-borderRadius: var(--Button-borderRadius);
  --Combo-addBtn-color: var(--Button--info-color);
  --Combo-addBtn-fontSize: var(--Button--sm-fontSize);
  --Combo-addBtn-height: 1.625rem;
  --Combo-addBtn-lineHeight: var(--Button--sm-lineHeight);
  --Combo-addBtn-onActive-bg: #0076e4;
  --Combo-addBtn-onActive-border: #adb4bf;
  --Combo-addBtn-onActive-color: var(--Combo-addBtn-color);
  --Combo-addBtn-onHover-bg: #007df1;
  --Combo-addBtn-onHover-border: #b4bbc5;
  --Combo-addBtn-onHover-color: var(--Combo-addBtn-color);
  --Combo-addBtn-paddingX: var(--Button--sm-paddingX);
  --Combo-addBtn-paddingY: calc(
    (
        var(--Combo-addBtn-height) - var(--Button-borderWidth) * 2 -
          var(--Combo-addBtn-lineHeight) * var(--Combo-addBtn-fontSize)
      ) / 2
  );
  --Combo-items-marginBottom: var(--gap-sm);
  --Combo-toolbarBtn-color: var(--icon-color);
  --Combo-toolbarBtn-height: var(--gap-md);
  --Combo-toolbarBtn-lineHeight: 1;
  --Combo-toolbarBtn-onHover-color: #353c46;
  --Combo-toolbarBtn-paddingX: var(--gap-xs);
  --Combo-toolbarBtn-paddingY: 0.125rem;
  --Copyable-iconColor: var(--icon-color);
  --Copyable-onHover-iconColor: var(--icon-onHover-color);
  --Collapse-border: none;
  --Collapse-border-color: var(--borderColorLight);
  --Collapse-header-fontSize: var(--fontSizeMd);
  --Collapse-header-fontWeight: var(--fontWeightNormal);
  --Collapse-header-padding: 1.125rem 0 var(--gap-xs) 0;
  --Collapse-header-bg: transparent;
  --Collapse-header-onHover-bg: transparent;
  --Collapse-header-collapsed-border: var(--borderWidth) solid
    var(--Collapse-border-color);
  --Collapse-header-collapsed-borderTop: none;
  --Collapse-header-collapsed-borderBottom: var(
    --Collapse-header-collapsed-border
  );
  --Collapse-header-wrapper-direction: row;
  --Collapse-content-padding: 1.125rem 0;
  --Collapse-content-color: var(--body-color);
  --Collapse-content-fontSize: var(--body-size);
  --Collapse-content-fontWeight: var(--body-weight);
  --Crud-toolbar-gap: var(--gap-xs);
  --Crud-toolbar-height: 1.875rem;
  --Crud-toolbar-lineHeight: var(--lineHeightBase);
  --DatePicker-bg: var(--white);
  --DatePicker-borderColor: var(--Form-input-borderColor);
  --DatePicker-borderRadius: var(--Form-input-borderRadius);
  --DatePicker-borderWidth: var(--Form-input-borderWidth);
  --DatePicker-color: var(--Form-input-color);
  --DatePicker-fontSize: var(--Form-input-fontSize);
  --DatePicker-header-select-borderColor: #fff;
  --DatePicker-height: var(--Form-input-height);
  --DatePicker-iconColor: var(--icon-color);
  --DatePicker-lineHeight: var(--Form-input-lineHeight);
  --DatePicker-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --DatePicker-onHover-bg: var(--DatePicker-bg);
  --DatePicker-onHover-borderColor: var(--Form-input-onFocused-borderColor);
  --DatePicker-onHover-iconColor: var(--icon-onHover-color);
  --DatePicker-paddingX: 0.5rem;
  --DatePicker-paddingY: calc(
    (
        var(--DatePicker-height) - var(--DatePicker-lineHeight) *
          var(--DatePicker-fontSize)
      ) / 2 - var(--DatePicker-borderWidth)
  );
  --DatePicker-placeholderColor: var(--Form-input-placeholderColor);
  --LocationPicker-borderRadius: var(--Form-input-borderWidth);
  --Divider-borderStyle: solid;
  --Drawer-bg: var(--background);
  --Drawer-body-padding: var(--gap-base);
  --Drawer-close-color: rgba(255, 255, 255, 0.8);
  --Drawer-close-onHover-color: rgba(255, 255, 255, 1);
  --Drawer-content-borderColor: var(--borderColor);
  --Drawer-content-borderRadius: 0;
  --Drawer-content-borderWidth: var(--borderWidth);
  --Drawer-footer-borderColor: #dfe2e6;
  --Drawer-footer-padding: var(--gap-base);
  --Drawer-header-bg: #f9f9f9;
  --Drawer-header-borderColor: #dfe2e6;
  --Drawer-header-padding: var(--gap-base);
  --Drawer-overlay-bg: rgba(0, 0, 0, 0.6);
  --Drawer-title-fontColor: var(--text--loud-color);
  --Drawer-title-fontSize: var(--fontSizeMd);
  --Drawer-widthBase: 80%;
  --Drawer-widthLg: 50rem;
  --Drawer-widthMd: 31.25rem;
  --Drawer-widthSm: 18.75rem;
  --Drawer-widthXl: 90%;
  --Drawer-widthXs: 12.5rem;
  --DropDown-caret-marginLeft: var(--gap-sm);
  --DropDown-menu-bg: var(--white);
  --DropDown-menu-borderColor: var(--borderColor);
  --DropDown-menu-borderRadius: var(--borderRadius);
  --DropDown-menu-borderWidth: var(--borderWidth);
  --DropDown-menu-boxShadow: var(--boxShadow);
  --DropDown-menu-height: 2.125rem;
  --DropDown-menu-minWidth: 10rem;
  --DropDown-menu-paddingX: 0;
  --DropDown-menu-paddingY: var(--gap-xs);
  --DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
  --DropDown-group-color: #848b99;
  --DropDown-menuItem-color: #151a26;
  --DropDown-menuItem-onHover-color: var(--primary);
  --DropDown-menuItem-onActive-color: var(--primary);
  --DropDown-menuItem-onDisabled-color: #b4b6ba;
  --DropDown-menuItem-paddingX: var(--gap-sm);
  --DropDown-menuItem-paddingY: calc(
    (var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
      2
  );
  --Fieldset-legend-bgColor: var(--white);
  --Form--horizontal-gutterWidth: var(--gap-md);
  --Form--horizontal-label-align: right;
  --Form--horizontal-label-whiteSpace: "normal";
  --Form--horizontal-label-widthBase: 7.5rem;
  --Form--horizontal-label-widthLg: 12.5rem;
  --Form--horizontal-label-widthMd: 10rem;
  --Form--horizontal-label-widthSm: 5.625rem;
  --Form--horizontal-label-widthXs: 3.75rem;
  --Form-control-widthBase: 12.5rem;
  --Form-control-widthLg: 20rem;
  --Form-control-widthMd: 15rem;
  --Form-control-widthSm: 10rem;
  --Form-control-widthXs: 5rem;
  --Form-description-color: rgba(26, 26, 26, 0.85);
  --Form-description-fontSize: var(--fontSizeSm);
  --Form-fontSize: var(--fontSizeBase);
  --Form-item-fontSize: var(--Form-fontSize);
  --Form-item-fontColor: #5e626a;
  --Form-group--lg-gutterWidth: 2.5rem;
  --Form-group--md-gutterWidth: 1.875rem;
  --Form-group--sm-gutterWidth: var(--gap-md);
  --Form-group--xs-gutterWidth: 0.625rem;
  --Form-group-gutterWidth: var(--Form--horizontal-gutterWidth);
  --Form-input-addOnBg: #edf1f2;
  --Form-input-addOnColor: var(--text-color);
  --Form-input-addOnDividerBorderWidth: var(--borderWidth);
  --Form-input-bg: var(--white);
  --Form-input-borderColor: var(--borderColor);
  --Form-input-borderRadius: var(--borderRadius);
  --Form-input-borderWidth: 0.0625rem;
  --Form-input-boxShadow: none;
  --Form-input-color: var(--text-color);
  --Form-input-fontSize: var(--Form-fontSize);
  --Form-input-height: 1.875rem;
  --Form-input-iconColor: var(--icon-color);
  --Form-input-lineHeight: 1.4285714286;
  --Form-input-marginBottom: 0.375rem;
  --Form-input-onActive-color: var(--info);
  --Form-input-onDisabled-bg: #f8f8f8;
  --Form-input-onDisabled-borderColor: var(--Form-input-borderColor);
  --Form-input-onError-bg: var(--Form-input-bg);
  --Form-input-onError-borderColor: var(--danger);
  --Form-input-onFocus-addOnColor: var(--primary);
  --Form-input-onFocused-bg: var(--Form-input-bg);
  --Form-input-onFocused-borderColor: var(--info);
  --Form-input-onHover-iconColor: #1f2329;
  --Form-input-onHover-bg: rgba(255, 255, 255, 0.6);
  --Form-input-onHover-borderColor: var(--Form-input-onFocused-borderColor);
  --Form-input-paddingX: 0.5rem;
  --Form-input-paddingY: calc(
    (
        var(--Form-input-height) - var(--Form-input-lineHeight) *
          var(--Form-input-fontSize) - 0.125rem
      ) / 2
  );
  --Form-input-placeholderColor: var(--text--muted-color);
  --Form-input-onDisabled-color: var(--text--muted-color);
  --Form-item-gap: var(--gap-base);
  --Form-label-paddingTop: calc(
    (
        var(--Form-input-height) - var(--Form-input-lineHeight) *
          var(--Form-input-fontSize)
      ) / 2
  );
  --Form-row-gutterWidth: 0.625rem;
  --Form-select-bg: var(--white);
  --Form-select-borderColor: var(--Form-input-borderColor);
  --Form-select-borderRadius: var(--Form-input-borderRadius);
  --Form-select-borderWidth: var(--Form-input-borderWidth);
  --Form-select-caret-iconColor: var(--icon-color);
  --Form-select-caret-onHover-iconColor: var(--icon-onHover-color);
  --Form-select-checkall-bottomBorder: #eceff8;
  --Form-select-color: var(--text-color);
  --Form-select-input-fontSize: var(--fontSizeSm);
  --Form-select-menu-bg: var(--white);
  --Form-select-menu-color: var(--Form-select-color);
  --Form-select-menu-height: var(--Form-input-height);
  --Form-select-menu-onActive-bg: transparent;
  --Form-select-menu-onActive-color: var(--info);
  --Form-select-menu-onDisabled-bg: transparent;
  --Form-select-menu-onDisabled-color: var(--text--muted-color);
  --Form-select-menu-onHover-bg: rgba(0, 126, 255, 0.08);
  --Form-select-menu-onHover-color: var(--info);
  --Form-select-onError-borderColor: var(--Form-input-onError-borderColor);
  --Form-select-onFocused-borderColor: var(--Form-input-onFocused-borderColor);
  --Form-select-onFocused-color: var(--Form-select-color);
  --Form-select-onHover-bg: #f2f2f2;
  --Form-select-onHover-borderColor: var(--Form-input-borderColor);
  --Form-select-outer-borderWidth: 0.0625rem;
  --Form-select-outer-boxShadow: none;
  --Form-select-paddingX: var(--Form-input-paddingX);
  --Form-select-placeholderColor: var(--Form-input-placeholderColor);
  --Form-select-popoverGap: 0;
  --Form-select-search-height: var(--Form-select-menu-height);
  --Form-selectOption-height: var(--Form-input-height);
  --Form-selectValue-bg: #e4f2ff;
  --Form-selectValue-borderColor: #b1daff;
  --Form-selectValue-color: var(--info);
  --Form-selectValue-fontSize: var(--fontSizeSm);
  --Form-selectValue-onDisable-bg: #fefeff;
  --Form-selectValue-onHover-bg: #cbe6ff;
  --Form-select-onFocus-boxShadow: none;
  --Form-input-height-sm: 1.625rem;
  --Form-input-paddingY-sm: 0.125rem;
  --Form-input-lineHeight-sm: 1.2;
  --Switch-height-sm: 1.125rem;
  --Switch-width-sm: 2.375rem;
  --Form-input-height-xs: 1.375rem;
  --Form-input-paddingY-xs: 0.125rem;
  --Form-input-lineHeight-xs: 1.1;
  --Switch-height-xs: 1rem;
  --Switch-width-xs: 2rem;
  --IconPicker-content-maxHeight: 21.875rem;
  --IconPicker-padding: var(--gap-xs);
  --IconPicker-selectedIcon-marginRight: var(--gap-xs);
  --IconPicker-sugItem-height: 1.75rem;
  --IconPicker-sugItem-lineHeight: 1.75rem;
  --IconPicker-sugItem-width: 1.75rem;
  --IconPicker-tab-height: 1.875rem;
  --IconPicker-tab-lineHeight: 1.875rem;
  --IconPicker-tab-onActive-bg: var(--white);
  --IconPicker-tab-padding: 0 0.625rem;
  --IconPicker-tabs-bg: #f0f3f4;
  --ImageControl-addBtn-bg: var(--Button--default-bg);
  --ImageControl-addBtn-border: var(--Button--default-border);
  --ImageControl-addBtn-borderRadius: 0;
  --ImageControl-addBtn-color: var(--Button--default-color);
  --ImageControl-addBtn-onActive-bg: #e6e6e6;
  --ImageControl-addBtn-onActive-border: #adb4bf;
  --ImageControl-addBtn-onActive-color: var(--ImageControl-addBtn-color);
  --ImageControl-addBtn-onDisabled-bg: var(--Form-input-onDisabled-bg);
  --ImageControl-addBtn-onDisabled-border: var(
    --Form-input-onDisabled-borderColor
  );
  --ImageControl-addBtn-onDisabled-color: var(--text--muted-color);
  --ImageControl-addBtn-onHover-bg: #ececec;
  --ImageControl-addBtn-onHover-border: #b4bbc5;
  --ImageControl-addBtn-onHover-color: var(--Button--default-color);
  --ImageControl-progress-borderRadius: 0;
  --FileControl-progress-borderRadius: 0;
  --InputGroup-addOn-bg: var(--Form-input-addOnBg);
  --InputGroup-addOn-borderColor: var(--Form-input-borderColor);
  --InputGroup-addOn-borderRadius: var(--Form-input-borderRadius);
  --InputGroup-addOn-borderWidth: var(--Form-input-borderWidth);
  --InputGroup-addOn-onFocused-borderColor: var(
    --Form-input-onFocused-borderColor
  );
  --InputGroup-button-borderColor: var(--Form-input-borderColor);
  --InputGroup-button-borderRadius: var(--borderRadius);
  --InputGroup-button-borderWidth: var(--borderWidth);
  --InputGroup-height: var(--Form-input-height);
  --InputGroup-paddingX: 0.625rem;
  --InputGroup-paddingY: calc(
    (
        var(--InputGroup-height) - var(--Form-input-lineHeight) *
          var(--Form-input-fontSize) - 0.125rem
      ) / 2
  );
  --InputGroup-select-arrowColor: var(--icon-color);
  --InputGroup-select-bg: var(--white);
  --InputGroup-select-borderColor: var(--Form-select-borderColor);
  --InputGroup-select-borderRadius: var(--Form-select-borderRadius);
  --InputGroup-select-borderWidth: var(--Form-select-borderWidth);
  --InputGroup-select-color: var(--Form-select-color);
  --InputGroup-select-onFocused-arrowColor: var(--icon-onHover-color);
  --InputGroup-select-onFocused-bg: var(--white);
  --InputGroup-select-onFocused-color: var(--Form-select-onFocused-color);
  --InputRange-label--value-display: block;
  --InputRange-label--value-positionTop: -2.25rem;
  --InputRange-label--value-positionLeft: -0.375rem;
  --InputRange-label-color: var(--InputRange-neutralColor);
  --InputRange-label-fontSize: 0.8rem;
  --InputRange-label-positionBottom: -1.4rem;
  --InputRange-neutralColor: #aaaaaa;
  --InputRange-neutralLightColor: #eeeeee;
  --InputRange-onDisabled-color: #cccccc;
  --InputRange-primaryColor: var(--info);
  --InputRange-slider-bg: var(--InputRange-primaryColor);
  --InputRange-slider-border: 0.0625rem solid var(--InputRange-primaryColor);
  --InputRange-slider-height: 1.5rem;
  --InputRange-slider-onActive-transform: scale(1.3);
  --InputRange-slider-onDisabled-bg: var(--InputRange-onDisabled-color);
  --InputRange-slider-onDisabled-border: 0.0625rem solid var(--InputRange-onDisabled-color);
  --InputRange-slider-onFocus-borderRadius: var(--borderRadiusMd);
  --InputRange-slider-onFocus-boxShadow: 0 0 0
    var(--InputRange-slider-onFocus-borderRadius) rgba(24, 144, 255, 0.2);
  --InputRange-slider-transition: transform var(--animation-duration) ease-out,
    box-shadow var(--animation-duration) ease-out;
  --InputRange-slider-width: 1.125rem;
  --InputRange-sliderContainer-transition: left var(--animation-duration)
    ease-out;
  --InputRange-track-bg: var(--InputRange-neutralLightColor);
  --InputRange-track-height: 0.75rem;
  --InputRange-track-onActive-bg: var(--InputRange-primaryColor);
  --InputRange-track-onDisabled-bg: var(--InputRange-neutralLightColor);
  --InputRange-track-transition: left var(--animation-duration) ease-out,
    width var(--animation-duration) ease-out;
  --Layout--offscreen-width: 75%;
  --Layout-aside--folded-width: 3.75rem;
  --Layout-aside--lg-width: 18.75rem;
  --Layout-aside--md-width: 15.625rem;
  --Layout-aside--sm-width: 9.375rem;
  --Layout-aside-bg: #343a40;
  --Layout-aside-color: #a0a0a0;
  --Layout-aside-onAcitve-bg: #272d33;
  --Layout-aside-onHover-bg: #2c3239;
  --Layout-aside-subList-bg: #1c2125;
  --Layout-aside-onAcitve-onHover-bg: var(--Layout-aside-onAcitve-bg);
  --Layout-aside-width: 12.5rem;
  --Layout-asideDivider-bg: #2e3344;
  --Layout-asideDivider-margin: var(--gap-sm) 0;
  --Layout-asideLabel-color: #868787;
  --Layout-asideLink-arrowColor: var(--Layout-asideLink-color);
  --Layout-asideLink-color: #b4b6bd;
  --Layout-asideLink-fontSize: var(--fontSizeBase);
  --Layout-asideLink-fontSize: var(--fontSizeBase);
  --Layout-asideLink-iconColor: inherit;
  --Layout-asideLink-onActive-arrowColor: var(
    --Layout-asideLink-onActive-color
  );
  --Layout-asideLink-onActive-color: #fff;
  --Layout-asideLink-onHover-color: #fff;
  --Layout-asideLink-onHover-iconColor: inherit;
  --Layout-asideLink-onHover-iconSize: inherit;
  --Layout-brand-bg: var(--dark);
  --Layout-brand-color: #e0e0e0;
  --Layout-brandBar-color: #a0a0a0;
  --Layout-header-bg: var(--white);
  --Layout-header-boxShadow: 0 0.125rem 0.125rem rgba(0, 0, 0, 0.05),
    0 1px 0 rgba(0, 0, 0, 0.05);
  --Layout-header-height: 3.125rem;
  --Layout-headerBar-borderBottom: none;
  --Layout-footer-height: 3.125rem;
  --Layout-nav--folded-height: 3.125rem;
  --Layout-nav--folded-height: 3.125rem;
  --Layout-nav-height: 2.5rem;
  --Layout-nav-height: 2.5rem;
  --Layout-nav-lgHeight: 3.125rem;
  --Layout-nav-lgHeight: 3.125rem;
  --Layout-body-bg: var(--body-bg);
  --List--unsaved-heading-bg: #e8f0fe;
  --List--unsaved-heading-color: #4285f4;
  --List-bg: var(--white);
  --List-borderColor: var(--borderColor);
  --List-borderRadius: var(--borderRadius);
  --List-borderWidth: var(--borderWidth);
  --List-fixedTop-boxShadow: var(--boxShadow);
  --List-placeholder-height: 1.875rem;
  --List-toolbar-marginX: 0;
  --List-toolbar-marginY: var(--gap-base);
  --ListControl-fontSize: var(--Form-fontSize);
  --ListControl-gutterWidth: 0.625rem;
  --ListControl-item-bg: var(--white);
  --ListControl-item-borderColor: var(--borderColor);
  --ListControl-item-borderWidth: var(--borderWidth);
  --ListControl-item-borderRadius: 0.1875rem;
  --ListControl-item-color: var(--text-color);
  --ListControl-item-onActive-after-borderColor: var(--primary);
  --ListControl-item-onActive-before-bg: var(--white);
  --ListControl-item-onActive-bg: var(--primary);
  --ListControl-item-onActive-borderColor: #0076e4;
  --ListControl-item-onActive-color: var(--white);
  --ListControl-item-onActive-onHover-bg: var(--primary);
  --ListControl-item-onDisabled-bg: var(--ListControl-item-bg);
  --ListControl-item-onDisabled-borderColor: #dfe2e6;
  --ListControl-item-onDisabled-color: var(--ListControl-item-color);
  --ListControl-item-onDisabled-opacity: 0.6;
  --ListControl-item-onHover-bg: #ececec;
  --ListControl-item-onHover-borderColor: #b4bbc5;
  --ListControl-item-onHover-color: var(--ListControl-item-color);
  --ListControl-item-paddingX: 0.75rem;
  --ListControl-item-paddingY: 0.375rem;
  --ListControl-item-transition: none;
  --ListItem--strip-bg: #f6f8f8;
  --ListItem-borderColor: #dfe2e6;
  --ListItem-borderWidth: var(--List-borderWidth);
  --ListItem-onChecked-bg: #d9f3fb;
  --ListItem-onChecked-borderColor: #abe4f6;
  --ListItem-onChecked-color: #20b9e8;
  --ListItem-onChecked-fieldLabel-color: #7dd6f1;
  --ListItem-onDragging-opacity: 0.1;
  --ListItem-onModified-bg: #e8f0fe;
  --ListItem-onModified-borderColor: #b7d0fc;
  --ListItem-onModified-color: #4285f4;
  --ListItem-onModified-fieldLabel-color: #a2c3fa;
  --ListItem-paddingX: var(--gap-base);
  --ListItem-paddingY: var(--gap-sm);
  --ListItem--onHover-bg: rgba(0, 126, 255, 0.08);
  --ListItem--onHover-color: var(--info);
  --listMenu--onActive-borderColor: var(--info);
  --ListMenu-borderRadius: 0.125rem;
  --ListMenu-borderWidth: 0.0625rem;
  --ListMenu-bordrColor: var(--borderColor);
  --ListMenu-divider-color: var(--borderColorLight);
  --ListMenu-item--onActive-bg: transparent;
  --ListMenu-item--onActive-color: var(--info);
  --ListMenu-item--onDisabled-bg: transparent;
  --ListMenu-item--onDisabled-color: var(--text--muted-color);
  --ListMenu-item--onHover-bg: rgba(0, 126, 255, 0.08);
  --ListMenu-item--onHover-color: var(--info);
  --ListMenu-item-bg: var(--white);
  --ListMenu-item-color: var(--text-color);
  --ListMenu-item-height: 2.125rem;
  --Log-bg: #222;
  --Log-padding: var(--gap-xs) 0;
  --Log-line-padding: 0 var(--gap-xs);
  --Log-color: #f1f1f1;
  --Log-line--onHover-bg: #444;
  --Modal-bg: var(--background);
  --Modal-body--noHeader-paddingTop: var(--gap-base);
  --Modal-body-borderBottom: var(--Modal-content-borderWidth) solid #dfe2e6;
  --Modal-body-borderTop: var(--Modal-content-borderWidth) solid #dfe2e6;
  --Modal-body-paddingX: var(--gap-md);
  --Modal-body-paddingY: var(--gap-md);
  --Modal-close-color: var(--text--muted-color);
  --Modal-close-width: 0.75rem;
  --Modal-content-borderColor: var(--borderColor);
  --Modal-content-borderRadius: var(--borderRadius);
  --Modal-content-borderWidth: var(--borderWidth);
  --Modal-content-minHeight: unset;
  --Modal-content-startMarginTop: 3.75rem;
  --Modal-content-stepMarginTop: 1.875rem;
  --Modal-footer-marginX: 0;
  --Modal-footer-marginY: 0;
  --Modal-footer-padding: var(--gap-sm);
  --Modal-header-bg: #f9f9f9;
  --Modal-header-height: 2.5rem;
  --Modal-header-paddingX: var(--gap-md);
  --Modal-header-paddingY: calc(
    (
        var(--Modal-header-height) - var(--Modal-title-lineHeight) *
          var(--Modal-title-fontSize)
      ) / 2
  );
  --Modal-overlay-bg: rgba(0, 0, 0, 0.6);
  --Modal-title-color: var(--text--loud-color);
  --Modal-title-fontSize: var(--fontSizeBase);
  --Modal-title-fontWeight: normal;
  --Modal-title-lineHeight: var(--lineHeightBase);
  --Modal-widthBase: 31.25rem;
  --Modal-widthLg: 68.75rem;
  --Modal-widthMd: 50rem;
  --Modal-widthSm: 21.25rem;
  --Modal-widthXl: 90%;
  --Model-close-onHover-color: var(--text-color);
  --Nav-item-bg: transparent;
  --Nav-item-borderRadius: 0;
  --Nav-item-color: var(--text-color);
  --Nav-item-fontSize: var(--fontSizeBase);
  --Nav-item-onActive-bg: var(--info);
  --Nav-item-onActive-borderLeft: 3px solid transparent;
  --Nav-item-onActive-color: var(--white);
  --Nav-item-onDisabled-color: var(--text--muted-color);
  --Nav-item-onHover-bg: rgba(0, 0, 0, 0.05);
  --Nav-item-onHover-color: var(--text--loud-color);
  --Nav-subItem-fontSize: var(--fontSizeBase);
  --Nav-subItem-onActiveBeforeBg: #e5eaeb;
  --Number-bg: var(--Form-input-bg);
  --Number-borderColor: var(--Form-input-borderColor);
  --Number-borderRadius: var(--Form-input-borderRadius);
  --Number-borderWidth: var(--Form-input-borderWidth);
  --Number-handler--down-content: "-";
  --Number-handler--up-content: "+";
  --Number-handler--up-transform: none;
  --Number-handler-bg: var(--white);
  --Number-handler-borderBottom: 0.0625rem solid var(--Form-input-borderColor);
  --Number-handler-color: var(--Form-input-color);
  --Number-handler-fontFamily: inherit;
  --Number-handler-fontSize: var(--fontSizeBase);
  --Number-handler-onActive-bg: var(--Number-handler-onHover-bg);
  --Number-handler-onDisabled-bg: var(--Form-input-onDisabled-bg);
  --Number-handler-onDisabled-color: var(--text--muted-color);
  --Number-handler-onHover-bg: #f2f2f2;
  --Number-handler-onHover-color: var(--text-color);
  --Number-handler-width: var(--gap-lg);
  --Number-onDisabled-bg: #f8f8f8;
  --Page-aside-bg: #d1d1d1;
  --Page-aside-maxWidth: 18.75rem;
  --Page-aside-width: 12.5rem;
  --Page-body-padding: var(--gap-base);
  --Page-content-paddingX: 0;
  --Page-content-paddingY: 0;
  --Page-header-paddingX: var(--gap-base);
  --Page-header-paddingY: var(--gap-base);
  --Page-header-bg: transparent;
  --Page-main-bg: transparent;
  --Page-title-color: var(--text--loud-color);
  --Page-title-fontSize: var(--fontSizeLg);
  --Page-title-fontWeight: var(--fontWeightNormal);
  --Page-title-lineHeight: 1.5;
  --Pagination-fontSize: var(--fontSizeBase);
  --Pagination-height: 1.875rem;
  --Pagination-minWidth: 1.875rem;
  --Pagination-onActive-backgroundColor: var(--primary);
  --Pagination-onActive-border: 0;
  --Pagination-onActive-color: var(--white);
  --Pagination-padding: 0 0.5rem;
  --Panel--default-badgeBg: #333;
  --Panel--default-badgeColor: #f5f5f5;
  --Panel--default-bg: #f6f8f8;
  --Panel--default-color: var(--text-color);
  --Panel--default-headingBorderColor: var(--borderColor);
  --Panel-bg: var(--white);
  --Panel-bodyPadding: var(--gap-base);
  --Panel-border: var(--borderWidth) solid transparent;
  --Panel-borderRadius: var(--borderRadius);
  --Panel-borderWidth: 0.0625rem;
  --Panel-boxShadow: 0 0.0625rem 0.0625rem rgba(0, 0, 0, 0.05);
  --Panel-btnToolbarTextAlign: right;
  --Panel-fixedBottom-borderTop: none;
  --Panel-fixedBottom-boxShadow: 0 -0.5rem 1rem rgba(0, 0, 0, 0.15);
  --Panel-footerBg: transparent;
  --Panel-footerBorderColor: var(--borderColorLight);
  --Panel-footerBorderRadius: 0 0 0.125rem 0.125rem;
  --Panel-footerButtonMarginLeft: var(--gap-sm);
  --Panel-footerPadding: var(--gap-sm) var(--gap-base);
  --Panel-headingBorderBottom: var(--borderWidth) solid transparent;
  --Panel-headingBorderRadius: var(--borderRadius) var(--borderRadius) 0 0;
  --Panel-headingPadding: var(--gap-sm) var(--gap-base);
  --Panel-marginBottom: var(--gap-lg);
  --Panel-titleColor: inherit;
  --Panel-titleFontSize: var(--fontSizeMd);
  --Panel-titleMarginBottom: 0;
  --Panel-titleMarginTop: 0;
  --Picker-iconColor: var(--icon-color);
  --Picker-onHover-iconColor: var(--icon-onHover-color);
  --PickerColumns-bg: white;
  --PickerColumns-toolbar-height: 3.125rem;
  --PickerColumns-title-fontSize: var(--fontSizeLg);
  --PickerColumns-title-color: #222;
  --PickerColumns-title-lineHeight: 1.5;
  --PickerColumns-action-padding: 0 var(--gap-md);
  --PickerColumns-action-fontSize: var(--fontSizeLg);
  --PickerColumns-confirmAction-color: #2468f2;
  --PickerColumns-cancelAction-color: #666;
  --PickerColumns-option-fontSize: var(--fontSizeLg);
  --PickerColumns-optionText-color: var(--text-color);
  --PickerColumns-optionDisabled-opacity: 0.3;
  --PickerColumns-loadingIcon-color: var(--icon-color);
  --PickerColumns-loadingMask-Color: rgba(255, 255, 255, 0.9);
  --PopOver-bg: white;
  --PopOverAble-iconColor: inherit;
  --PopOverAble-onHover-iconColor: inherit;
  --PopUp-cancelAction-color: #666;
  --Property-title-bg: #f2f2f2;
  --Property-label-bg: #f7f7f7;
  --Portlet-borderColor: var(--borderColor);
  --Portlet-borderStyle: solid;
  --Portlet-borderWidth: var(--borderWidth);
  --Portlet-borderRadius: var(--borderRadius);
  --QuickEdit-iconColor: inherit;
  --QuickEdit-onFocus-borderColor: var(--info);
  --QuickEdit-onFocus-borderWidth: var(--borderWidth);
  --QuickEdit-onHover-iconColor: inherit;
  --Radio--sm-size: var(--Checkbox--sm-size);
  --Radio-color: var(--Checkbox-color);
  --Radio-inner-size: calc(var(--Radio-size) / 2);
  --Radio-onHover-color: var(--Checkbox-onHover-color);
  --Radio-size: var(--Checkbox-size);
  --Radio-onDisabled-bg: #e5e7eb;
  --Radio-onDisabled-color: var(--text--muted-color);
  --Radio-onFocus-boxShadow: none;
  --Remark-bg: #fff;
  --Remark-borderColor: var(--borderColor);
  --Remark-borderWidth: 0.0625rem;
  --Remark-icon-fontSize: var(--fontSizeBase);
  --Remark-iconColor: var(--icon-color);
  --Remark-marginLeft: var(--gap-sm);
  --Remark-onHover-bg: var(--primary);
  --Remark-onHover-borderColor: var(--primary);
  --Remark-onHover-iconColor: #fff;
  --Remark-width: 1rem;
  --ResultBox-icon--onDisabled-color: #ebebeb;
  --ResultBox-icon--onHover-color: #666666;
  --ResultBox-icon-color: #999;
  --ResultBox-value--onDisabled-color: #cccccc;
  --ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
  --ResultBox-value-bg: #f5f5f5;
  --ResultBox-value-color: #000;
  --Rating-inactive-color: #e6e6e8;
  --Rating-star-margin: 0.5rem;
  --Rating-star-size: 1.5rem;
  --Satus-icon-width: var(--gap-lg);
  --Satus-icon-height: var(--Satus-icon-width);
  --Sparkline-line-color: var(--info);
  --Sparkline-area-color: rgba(24, 144, 255, 0.1);
  --Spinner--lg-height: 2.5rem;
  --Spinner--lg-width: 2.5rem;
  --Spinner--sm-height: 1rem;
  --Spinner--sm-width: 1rem;
  --Spinner--md-height: 1.875rem;
  --Spinner--md-width: 1.875rem;
  --Spinner-bg: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  --Spinner-height: 1.625rem;
  --Spinner-overlay-bg: rgba(255, 255, 255, 0.4);
  --Spinner-width: 1.625rem;
  --Switch-bgColor: #4b5563;
  --Switch-borderColor: #353c46;
  --Switch-gap: var(--gap-sm);
  --Switch-height: 1.375rem;
  --Switch-onActive-bgColor: var(--info);
  --Switch-onDisabled-bgColor: #ccc;
  --Switch-onDisabled-circle-BackgroundColor: var(--white);
  --Switch-onDisabled-color: #fff;
  --Switch-valueColor: var(--white);
  --Switch-width: 3.125rem;
  --Table--unsaved-heading-bg: #e8f0fe;
  --Table--unsaved-heading-color: #4285f4;
  --Table-bg: var(--background);
  --Table-borderColor: var(--borderColor);
  --Table-borderRadius: var(--borderRadius);
  --Table-borderWidth: var(--borderWidth);
  --Table-color: var(--text-color);
  --Table-expandBtn-color: var(--info);
  --Table-fixed-zIndex: 5;
  --Table-fixedLeft-boxShadow: 0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  --Table-fixedRight-boxShadow: -0.42rem 0 0.42rem -0.28rem rgba(0, 0, 0, 0.15);
  --Table-fixedTop-boxShadow: var(--boxShadow);
  --Table-fontSize: var(--fontSizeBase);
  --Table-heading-bg: var(--white);
  --Table-heading-height: 2.5rem;
  --Table-lineHeight: var(--lineHeightBase);
  --Table-onChecked-bg: #d9f3fb;
  --Table-onChecked-borderColor: #abe4f6;
  --Table-onChecked-color: #20b9e8;
  --Table-onDragging-opacity: 0.1;
  --Table-onHover-bg-rgb: 243, 246, 246;
  --Table-onHover-bg: #f3f6f6;
  --Table-onHover-borderColor: #d6dfdf;
  --Table-onHover-boxShadow: var(--boxShadow);
  --Table-onHover-color: var(--text-color);
  --Table-onModified-bg: #e8f0fe;
  --Table-onModified-borderColor: #d0e0fd;
  --Table-onModified-color: #4285f4;
  --Table-placeholder-height: 6.25rem;
  --Table-strip-bg: #f9fafa;
  --Table-tbody-borderTopColor: #d8dce1;
  --Table-thead-bg: #f6f8f8;
  --Table-thead-borderColor: var(--Table-borderColor);
  --Table-thead-borderWidth: var(--Table-borderWidth);
  --Table-thead-color: var(--text--loud-color);
  --Table-thead-fontSize: var(--fontSizeBase);
  --Table-thead-iconColor: var(--icon-color);
  --Table-toolbar-marginX: 0;
  --Table-toolbar-marginY: var(--gap-base);
  --Table-tree-borderColor: var(--Table-borderColor);
  --Table-searchableForm-backgroundColor: #f6f7f8;
  --Table-searchableForm-borderRadius: 0.25rem;
  --TableCell--edge-paddingX: var(--gap-md);
  --TableCell-filterBtn--onActive-color: var(--primary);
  --TableCell-filterBtn-width: 1rem;
  --TableCell-filterPopOver-dropDownItem-height: 2.125rem;
  --TableCell-filterPopOver-dropDownItem-padding: 0 0.75rem;
  --TableCell-height: 2.5rem;
  --TableCell-paddingX: var(--gap-sm);
  --TableCell-paddingY: var(--gap-xs);
  --TableCell-searchBtn--onActive-color: var(--primary);
  --TableCell-searchBtn-width: 1rem;
  --TableCell-sortBtn--default-onActive-opacity: 1;
  --TableCell-sortBtn--default-opacity: 0;
  --TableCell-sortBtn--onActive-color: var(--primary);
  --TableCell-sortBtn-width: 0.5rem;
  --Tabs--card-bg: #f6f8f8;
  --Tabs--card-borderTopColor: var(--borderColor);
  --Tabs--card-linkMargin: 0 10px 0 0;
  --Tabs--card-linkPadding: 0.625rem 0.625rem;
  --Tabs--card-onActive-bg: var(--background);
  --Tabs--card-onActive-borderColor: var(--borderColor);
  --Tabs--card-padding: 0.375rem 0 0 0.625rem;
  --Tabs--line-borderColor: var(--borderColor);
  --Tabs--line-borderWidth: 0.125rem;
  --Tabs--line-content-bg: transparent;
  --Tabs--line-content-padding: var(--gap-base) 0;
  --Tabs--line-linkMargin: 0 40px 0 0;
  --Tabs--line-linkPadding: 0 0 8px;
  --Tabs--line-onHover-borderColor: var(--primary);
  --Tabs--line-onHover-color: var(--primary);
  --Tabs--radio-bg: #eaf6fe;
  --Tabs--vertical-onActive-borderColor: var(--primary);
  --Tabs-borderColor: var(--borderColor);
  --Tabs-borderRadius: var(--borderRadius);
  --Tabs-borderWidth: var(--borderWidth);
  --Tabs-color: var(--text-color);
  --Tabs-content-bg: var(--background);
  --Tabs-linkFontSize: var(--fontSizeBase);
  --Tabs-linkMargin: 0 0.1875rem 0 0;
  --Tabs-linkPadding: var(--gap-sm) var(--gap-base);
  --Tabs-onActive-bg: var(--background);
  --Tabs-onActive-borderColor: var(--borderColor);
  --Tabs-onActive-color: #374151;
  --Tabs-onDisabled-color: #4b5563;
  --Tabs-onHover-borderColor: #e5e7eb;
  --Tabs--vertical-bg: var(--Table-thead-bg);
  --Tabs--vertical-width: 8.75rem;
  --Tabs--vertical-onActive-color: var(--primary);
  --Tabs--vertical-onActive-border: var(--primary);
  --Tabs--vertical-onActive-bg: var(--Tabs--vertical-bg);
  --Tabs--vertical-onActive-borderWidth: 0 0 0 0.25rem;
  --Tabs--vertical-onActive-container-borderRight: none;
  --Tabs--vertical-onActive-container-bg: var(--Tabs--vertical-bg);
  --Tabs--chrome-onHover-bg: #f6f7f8;
  --Tabs--chrome-bg: #e7eaed;
  --Tabs--chrome-radius-size: 0.5rem;
  --Tabs--chrome-right-boder-color: var(--borderColorDarken);
  --TagControl-sugBtn-bg: var(--Button--default-bg);
  --TagControl-sugBtn-border: var(--Button--default-border);
  --TagControl-sugBtn-borderRadius: var(--Button-borderRadius);
  --TagControl-sugBtn-borderWidth: var(--Button-borderWidth);
  --TagControl-sugBtn-color: var(--Button--default-color);
  --TagControl-sugBtn-fontSize: var(--Button--sm-fontSize);
  --TagControl-sugBtn-height: var(--Button--sm-height);
  --TagControl-sugBtn-lineHeight: var(--Button--sm-lineHeight);
  --TagControl-sugBtn-onActive-bg: #e6e6e6;
  --TagControl-sugBtn-onActive-border: #adb4bf;
  --TagControl-sugBtn-onActive-color: var(--TagControl-sugBtn-color);
  --TagControl-sugBtn-onHover-bg: #ececec;
  --TagControl-sugBtn-onHover-border: #b4bbc5;
  --TagControl-sugBtn-onHover-color: var(--Button--default-color);
  --TagControl-sugBtn-paddingX: var(--Button--sm-paddingX);
  --TagControl-sugBtn-paddingY: calc(
    (
        var(--TagControl-sugBtn-height) - var(--Button-borderWidth) * 2 -
          var(--TagControl-sugBtn-lineHeight) *
          var(--TagControl-sugBtn-fontSize)
      ) / 2
  );
  --TagControl-sugTip-color: var(--info);
  --Toast-color: var(--text-color);
  --Toast--danger-bgColor: var(--background);
  --Toast--danger-borderColor: transparent;
  --Toast--danger-color: var(--Toast-color);
  --Toast--info-bgColor: var(--background);
  --Toast--info-borderColor: transparent;
  --Toast--info-color: var(--Toast-color);
  --Toast--success-bgColor: var(--background);
  --Toast--success-borderColor: transparent;
  --Toast--success-color: var(--Toast-color);
  --Toast--warning-bgColor: var(--background);
  --Toast--warning-borderColor: transparent;
  --Toast--warning-color: var(--Toast-color);
  --Toast-border-width: 0;
  --Toast-borderRadius: 0.125rem;
  --Toast-box-shadow: var(--boxShadow);
  --Toast-close-color: var(--icon-color);
  --Toast-close--onHover-color: var(--Toast-close-color);
  --Toast-icon-width: 1rem;
  --Toast-icon-height: var(--Toast-icon-width);
  --Toast-opacity: 0.8;
  --Toast-paddingL: 2.5rem;
  --Toast-paddingX: var(--gap-md);
  --Toast-paddingY: var(--gap-xs);
  --Toast-title-display: block;
  --Toast-width: 18.75rem;
  --Tooltip--attr-bg: rgba(0, 0, 0, 0.7);
  --Tooltip--attr-borderColor: var(--borderColor);
  --Tooltip--attr-borderRadius: var(--borderRadius);
  --Tooltip--attr-borderWidth: 0;
  --Tooltip--attr-boxShadow: var(--boxShadow);
  --Tooltip--attr-color: var(--background);
  --Tooltip--attr-fontSize: var(--fontSizeSm);
  --Tooltip--attr-gap: var(--gap-sm);
  --Tooltip--attr-lineHeigt: var(--lineHeightBase);
  --Tooltip--attr-paddingX: 0.625rem;
  --Tooltip--attr-paddingY: 0.125rem;
  --Tooltip--attr-transition: all var(--animation-duration) ease-in-out;
  --Tooltip-arrow-color: var(--Tooltip-bg);
  --Tooltip-arrow-color: var(--Tooltip-bg);
  --Tooltip-arrow-height: 0.5rem;
  --Tooltip-arrow-height: 0.5rem;
  --Tooltip-arrow-outerColor: #d1d5db;
  --Tooltip-arrow-width: 1rem;
  --Tooltip-arrow-width: 1rem;
  --Tooltip-bg: var(--background);
  --Tooltip-body-color: var(--text-color);
  --Tooltip-body-paddingX: var(--gap-sm);
  --Tooltip-body-paddingY: var(--gap-sm);
  --Tooltip-borderColor: var(--borderColor);
  --Tooltip-borderRadius: var(--borderRadiusLg);
  --Tooltip-borderWidth: var(--borderWidth);
  --Tooltip-boxShadow: var(--boxShadow);
  --Tooltip-fontSize: var(--fontSizeSm);
  --Tooltip-maxWidth: 15rem;
  --Tooltip-minWidth: auto;
  --Tooltip-title-bg: #f7f7f7;
  --Tooltip-title-borderBottom-color: #ebebeb;
  --Tooltip-title-color: var(--text--loud-color);
  --Tooltip-title-paddingX: var(--gap-sm);
  --Tooltip-title-paddingY: var(--gap-xs);
  --Transfer-title-bg: #f6f8f8;
  --Tree-indent: var(--gap-md);
  --Tree-inputHeight: calc(var(--Form-input-height) * 0.85);
  --Tree-item-onHover-bg: #edf7ff;
  --Tree-itemArrowWidth: 0.75rem;
  --Tree-itemHeight: 1.875rem;
  --Tree-itemLabel--onChecked-color: var(--Form-selectValue-color);
  --TreeSelect-popover-bg: #fff;
  --Wizard-badge-bg: #9ca3af;
  --Wizard-badge-border: 0;
  --Wizard-badge-borderRadius: 0.625rem;
  --Wizard-badge-color: var(--white);
  --Wizard-badge-fontSize: var(--fontSizeSm);
  --Wizard-badge-marginRight: 0.25rem;
  --Wizard-badge-onActive-backgroundColor: var(--info);
  --Wizard-badge-onComplete-backgroundColor: var(--info);
  --Wizard-badge-size: var(--gap-md);
  --Wizard-steps-bg--isComplete: #f1f5f9;
  --Wizard-steps-bg: #f3f4f6;
  --Wizard-steps-borderWidth: 0.0625rem;
  --Wizard-steps-height: 2.5rem;
  --Wizard-steps-li-onActive-arrow-bg: #fff;
  --Wizard-steps-li-onActive-bg: #fff;
  --Wizard-steps-li-onActive-color: var(--info);
  --Wizard-steps-liAfterContent: "";
  --Wizard-steps-liVender: "";
  --Wizard-steps-padding: 0;
  --Wizard-steps-textAlign: left;
  --Wizard-steps-ulDisplay: block;
  --Wizard-stepsContent-padding: var(--gap-base);
  --AnchorNav-links-container-borderRight: 0.0625rem solid #d3dae0;
  --AnchorNav-onActive-borderWidth: 0 0.125rem 0 0;
  --Steps-bg: var(--borderColorDarken);
  --Steps-status-success: var(--info);
  --Steps-status-error: var(--danger);
  --Steps-icon-fontsize: var(--fontSizeLg);
  --Steps-title-fontsize: var(--fontSizeLg);
  --Steps-title-color: var(--text--loud-color);
  --Steps-sub-title-fontsize: var(--fontSizeBase);
  --Steps-sub-title-color: var(--text-color);
  --Steps-line-bg: var(--Steps-bg);
  --Steps-line-success-bg: var(--Steps-status-success);
  --Progress-borderRadius: var(--borderRadius);
  --Progress-animate-backgroundColor: #fff;
  --Progress-bar-backgroundColor: #d3d9e6;
  --ColumnToggler-backgroundColor: var(--white);
  --ColumnToggler-borderRadius: 0.25rem;
  --ColumnToggler-lineHeight: 1.5rem;
  --ColumnToggler-title-fontColor: #080e1a;
  --ColumnToggler-fontColor: #151a26;
  --ColumnToggler-item-backgroundColor: #f6f7f8;
  --ColumnToggler-item-backgroundColor-onHover: rgba(36, 104, 242, 0.1);
  --ChildView-back-color: rgba(100, 100, 100, 1);
  --InputFormula-header-bgColor: #fafafa;
  --InputFormula-icon-size: 1.5rem;
  --InputFormula-icon-color-onActive: var(--primary);
  --InputFormula-code-bgColor: #f2f2f4;
}

:root {
  --fontFamilyBase: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --lineHeightBase: 1.57;
  --borderColor: #eceff8;
  --text-color: rgba(0, 0, 0, 0.85);
  --text--muted-color: #999;
  --text--loud-color: #333;
  --link-onHover-decoration: none;
  --icon-color: inherit;
  --icon-onHover-color: var(--primary);
  --body-bg: #f0f2f5;
  --borderRadius: 2px;
  --Page-header-bg: #fff;
  --Button-boxShadow: none;
  --Button-onActive-boxShadow: none;
  --Button-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  --Button--default-border: #d9d9d9;
  --Button--default-onHover-border: #40a9ff;
  --Button--default-onHover-bg: #fff;
  --Button--default-onHover-color: #40a9ff;
  --Button--default-onActive-bg: #fff;
  --Button--default-onActive-border: #096dd9;
  --Button--default-onActive-color: #096dd9;
  --Button-onDisabled-borderColor: #d9d9d9;
  --Button--primary-onHover-bg: #40a9ff;
  --Button--primary-onHover-border: #40a9ff;
  --Card-onChecked-bg: #e6f7ff;
  --Card-onChecked-color: var(--body-color);
  --Card-onChecked-fieldLabel-color: var(--text--muted-color);
  --Card-onChecked-borderColor: #40a9ff;
  --Calendar-btnCancel-bg: #fff;
  --Calendar-btnCancel-border: var(--Button--default-border);
  --Checkbox-onDisabled-color: #d9d9d9;
  --Checkbox-onDisabled-bg: #f5f5f5;
  --Radio-onDisabled-color: #c4c4c4;
  --Radio-onDisabled-bg: #f5f5f5;
  --Radio-onFocus-boxShadow: 0 0 0 3px rgb(24 144 255 / 8%);
  --Rating-onActive-color: #fadb14;
  --Panel--default-bg: #fff;
  --Layout-aside-bg: #001529;
  --Layout-brand-bg: #001529;
  --Layout-aside-color: hsla(0, 0%, 100%, 0.65);
  --Layout-aside-subList-bg: #000c17;
  --Layout-aside-onHover-bg: none;
  --Layout-aside-onAcitve-bg: #1890ff;
  --ListControl-item-onHover-color: var(--primary);
  --ListControl-item-onHover-bg: var(--Button--default-onHover-bg);
  --ListControl-item-onHover-borderColor: var(--primary);
  --ListItem-onChecked-bg: #e6f7ff;
  --ListItem--strip-bg: #fff;
  --Nav-item-onActive-borderLeft: 0;
  --Modal-header-bg: #fff;
  --Modal-title-fontWeight: 500;
  --Form-item-fontSize: var(--fontSizeBase);
  --Form-item-fontColor: var(--body-color);
  --Form-input-onFocused-borderColor: #40a9ff;
  --Form-input-borderColor: #d9d9d9;
  --Form-input-boxShadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  --Form-select-borderWidth: 0.0625rem;
  --Form-select-borderRadius: 0;
  --Form-select-borderColor: #d9d9d9;
  --Form-select-bg: var(--white);
  --Form-select-onHover-bg: var(--white);
  --Form-select-onHover-borderColor: #40a9ff;
  --Form-select-placeholderColor: #999;
  --Form-select-color: #000;
  --Form-select-caret-iconColor: #999;
  --Form-select-caret-onHover-iconColor: var(--primary);
  --Form-select-caret-fontSize: 0.75rem;
  --Form-select-outer-borderWidth: 0;
  --Form-select-outer-top: 2rem;
  --Form-select-outer-boxShadow: 0 3px 6px -4px rgb(0 0 0 / 12%),
    0 6px 16px 0 rgb(0 0 0 / 8%), 0 9px 28px 8px rgb(0 0 0 / 5%);
  --Form-select-menu-color: #333;
  --Form-select-menu-onHover-color: #000;
  --Form-select-menu-onHover-bg: #f5f5f5;
  --Form-select-menu-height: 1.5rem;
  --Form-select-popoverGap: 0.1875rem;
  --Form-select-search-height: 1.875rem;
  --Form-selectValue-color: var(--primary);
  --Form-select-onFocus-boxShadow: 0 0 0 3px rgb(24 144 255 / 8%);
  --Page-aside-bg: #ffffff;
  --Pagination-onActive-backgroundColor: #3582fb;
  --Pagination-onActive-color: #fff;
  --Pagination-onActive-border: 0.0625rem solid #3582fb;
  --Transfer-title-bg: #f0f2f5;
  --Tabs-linkFontSize: 0.875rem;
  --Tabs--card-bg: var(--Table-thead-bg);
  --Tabs--radio-bg: var(--white);
  --Tabs--vertical-onActive-bg: #e7f7ff;
  --Tabs--vertical-onActive-borderWidth: 0 3px 0 0;
  --Tabs--vertical-onActive-container-bg: #fff;
  --Tabs--vertical-onActive-container-borderRight: 1px solid #f0f0f0;
  --Table-strip-bg: transparent;
  --Table-thead-bg: #fafafa;
  --Table-onHover-bg: rgb(250, 250, 250);
  --Table-onHover-borderColor: var(--Table-borderColor);
  --Table-onChecked-bg: #e6f7ff;
  --Table-onChecked-color: var(--Table-color);
  --Table-onChecked-borderColor: var(--Table-borderColor);
  --Switch-bgColor: #bfbfbf;
  --TimelineItem--axle-flex: 0 0 1.5rem;
  --TimelineItem--left-line-width: 0.125rem;
  --TimelineItem--left-line-left: 0.8125rem;
  --TimelineItem--left-line-top: 1.25rem;
  --TimelineItem--round-width: 0.5rem;
  --TimelineItem--round-height: 0.5rem;
  --TimelineItem--round-left: 0.625rem;
  --TimelineItem--round-top: 0.5rem;
  --TimelineItem--icon-width: 1rem;
  --TimelineItem--icon-height: 1rem;
  --TimelineItem--icon-left: 0.375rem;
  --TimelineItem--content-padding-bottom: 1rem;
  --TimelineItem--content-margin-left: 0.5rem;
  --TimelineItem--content-time-margin-bottom: 0.25rem;
  --TimelineItem--content-title-margin-bottom: 0.25rem;
  --TimelineItem--detail-button-margin-bottom: 0.5rem;
  --TimelineItem-detail-arrow-width: 1rem;
  --TimelineItem-detail-visible-padding: 0.625rem;
  --TimelineItem-detail-visible-max-width: 18.75rem;
  --Timeline-alternate-margin-left: 1.5rem;
  --TimelineItem--icon-radius: 50%;
  --TimelineItem--round-radius: 50%;
  --TimelineItem--content-radius: 0.125rem;
  --TimelineItem-detail-visible-shadow: 0 0.0625rem 0.625rem 0
    rgba(0 0 0 / 10%);
  --TimelineItem--font-size: 0.75rem;
  --TimelineItem--text-primary-color: #151a26;
  --TimelineItem--text-secondary-color: #83868c;
  --TimelineItem--detail-button-color: var(--primary);
  --TimelineItem--line-bg: #e6e6e8;
  --TimelineItem--content-bg: #f2f2f4;
  --TimelineItem-round-bg: #dadbdd;
  --Timeline--success-bg: var(--success);
  --Timeline--info-bg: var(--info);
  --Timeline--warning-bg: var(--warning);
  --Timeline--danger-bg: var(--danger);
}

/*!
 * https://github.com/YouCanBookMe/react-datetime
 */

.amis-scope .rdt {
  position: relative;
}

.amis-scope .rdtPicker {
  display: none;
  position: absolute;
  width: 250px;
  padding: 4px;
  margin-top: 1px;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f9f9f9;
}

.amis-scope .rdtOpen .rdtPicker {
  display: block;
}

.amis-scope .rdtStatic .rdtPicker {
  box-shadow: none;
  position: static;
}

.amis-scope .rdtPicker .rdtTimeToggle {
  text-align: center;
}

.amis-scope .rdtPicker table {
  width: 100%;
  margin: 0;
}

.amis-scope .rdtPicker td,
.amis-scope .rdtPicker th {
  text-align: center;
  height: 28px;
}

.amis-scope .rdtPicker td {
  cursor: pointer;
}

.amis-scope .rdtPicker td.rdtDay:hover,
.amis-scope .rdtPicker td.rdtHour:hover,
.amis-scope .rdtPicker td.rdtMinute:hover,
.amis-scope .rdtPicker td.rdtSecond:hover,
.amis-scope .rdtPicker .rdtTimeToggle:hover {
  background: #eeeeee;
  cursor: pointer;
}

.amis-scope .rdtPicker td.rdtOld,
.amis-scope .rdtPicker td.rdtNew {
  color: #999999;
}

.amis-scope .rdtPicker td.rdtToday {
  position: relative;
}

.amis-scope .rdtPicker td.rdtToday:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.amis-scope .rdtPicker td.rdtActive,
.amis-scope .rdtPicker td.rdtActive:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.amis-scope .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: #fff;
}

.amis-scope .rdtPicker td.rdtDisabled,
.amis-scope .rdtPicker td.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.amis-scope .rdtPicker td span.rdtOld {
  color: #999999;
}

.amis-scope .rdtPicker td span.rdtDisabled,
.amis-scope .rdtPicker td span.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.amis-scope .rdtPicker th {
  border-bottom: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker .dow {
  width: 14.2857%;
  border-bottom: none;
  cursor: default;
}

.amis-scope .rdtPicker th.rdtSwitch {
  width: 100px;
}

.amis-scope .rdtPicker th.rdtNext,
.amis-scope .rdtPicker th.rdtPrev {
  font-size: 21px;
  vertical-align: top;
}

.amis-scope .rdtPrev span,
.amis-scope .rdtNext span {
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.amis-scope .rdtPicker th.rdtDisabled,
.amis-scope .rdtPicker th.rdtDisabled:hover {
  background: none;
  color: #999999;
  cursor: not-allowed;
}

.amis-scope .rdtPicker thead tr:first-child th {
  cursor: pointer;
}

.amis-scope .rdtPicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.amis-scope .rdtPicker tfoot {
  border-top: 1px solid #f9f9f9;
}

.amis-scope .rdtPicker button {
  border: none;
  background: none;
  cursor: pointer;
}

.amis-scope .rdtPicker button:hover {
  background-color: #eee;
}

.amis-scope .rdtPicker thead button {
  width: 100%;
  height: 100%;
}

.amis-scope td.rdtMonth,
.amis-scope td.rdtYear {
  height: 50px;
  width: 25%;
  cursor: pointer;
}

.amis-scope td.rdtMonth:hover,
.amis-scope td.rdtYear:hover {
  background: #eee;
}

.amis-scope .rdtCounters {
  display: inline-block;
}

.amis-scope .rdtCounters > div {
  float: left;
}

.amis-scope .rdtCounter {
  height: 100px;
}

.amis-scope .rdtCounter {
  width: 40px;
}

.amis-scope .rdtCounterSeparator {
  line-height: 100px;
}

.amis-scope .rdtCounter .rdtBtn {
  height: 40%;
  line-height: 40px;
  cursor: pointer;
  display: block;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.amis-scope .rdtCounter .rdtBtn:hover {
  background: #eee;
}

.amis-scope .rdtCounter .rdtCount {
  height: 20%;
  font-size: 1.2em;
}

.amis-scope .rdtMilli {
  vertical-align: middle;
  padding-left: 8px;
  width: 48px;
}

.amis-scope .rdtMilli input {
  width: 100%;
  font-size: 1.2em;
  margin-top: 37px;
}

.amis-scope .rdtTime td {
  cursor: default;
}

/* BASICS */

.amis-scope .CodeMirror {
  /* Set height, width, borders, and global font properties here */
  font-family: monospace;
  height: 300px;
  color: black;
  direction: ltr;
}

/* PADDING */

.amis-scope .CodeMirror-lines {
  padding: 4px 0;
  /* Vertical padding around content */
}

.amis-scope .CodeMirror pre.CodeMirror-line,
.amis-scope .CodeMirror pre.CodeMirror-line-like {
  padding: 0 4px;
  /* Horizontal padding of content */
}

.amis-scope .CodeMirror-scrollbar-filler,
.amis-scope .CodeMirror-gutter-filler {
  background-color: white;
  /* The little square between H and V scrollbars */
}

/* GUTTER */

.amis-scope .CodeMirror-gutters {
  border-right: 1px solid #ddd;
  background-color: #f7f7f7;
  white-space: nowrap;
}

.amis-scope .CodeMirror-linenumber {
  padding: 0 3px 0 5px;
  min-width: 20px;
  text-align: right;
  color: #999;
  white-space: nowrap;
}

.amis-scope .CodeMirror-guttermarker {
  color: black;
}

.amis-scope .CodeMirror-guttermarker-subtle {
  color: #999;
}

/* CURSOR */

.amis-scope .CodeMirror-cursor {
  border-left: 1px solid black;
  border-right: none;
  width: 0;
}

/* Shown when moving in bi-directional text */

.amis-scope .CodeMirror div.CodeMirror-secondarycursor {
  border-left: 1px solid silver;
}

.amis-scope .cm-fat-cursor .CodeMirror-cursor {
  width: auto;
  border: 0 !important;
  background: #7e7;
}

.amis-scope .cm-fat-cursor div.CodeMirror-cursors {
  z-index: 1;
}

.amis-scope .cm-fat-cursor .CodeMirror-line::selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span::selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::selection {
  background: transparent;
}

.amis-scope .cm-fat-cursor .CodeMirror-line::-moz-selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span::-moz-selection,
.amis-scope .cm-fat-cursor .CodeMirror-line > span > span::-moz-selection {
  background: transparent;
}

.amis-scope .cm-fat-cursor {
  caret-color: transparent;
}

@-moz-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@-webkit-keyframes blink {
  50% {
    background-color: transparent;
  }
}

@keyframes blink {
  50% {
    background-color: transparent;
  }
}

/* Can style cursor different in overwrite (non-insert) mode */

.amis-scope .cm-tab {
  display: inline-block;
  text-decoration: inherit;
}

.amis-scope .CodeMirror-rulers {
  position: absolute;
  left: 0;
  right: 0;
  top: -50px;
  bottom: 0;
  overflow: hidden;
}

.amis-scope .CodeMirror-ruler {
  border-left: 1px solid #ccc;
  top: 0;
  bottom: 0;
  position: absolute;
}

/* DEFAULT THEME */

.amis-scope .cm-s-default .cm-header {
  color: blue;
}

.amis-scope .cm-s-default .cm-quote {
  color: #090;
}

.amis-scope .cm-negative {
  color: #d44;
}

.amis-scope .cm-positive {
  color: #292;
}

.amis-scope .cm-header,
.amis-scope .cm-strong {
  font-weight: bold;
}

.amis-scope .cm-em {
  font-style: italic;
}

.amis-scope .cm-link {
  text-decoration: underline;
}

.amis-scope .cm-strikethrough {
  text-decoration: line-through;
}

.amis-scope .cm-s-default .cm-keyword {
  color: #708;
}

.amis-scope .cm-s-default .cm-atom {
  color: #219;
}

.amis-scope .cm-s-default .cm-number {
  color: #164;
}

.amis-scope .cm-s-default .cm-def {
  color: #00f;
}

.amis-scope .cm-s-default .cm-variable-2 {
  color: #05a;
}

.amis-scope .cm-s-default .cm-variable-3,
.amis-scope .cm-s-default .cm-type {
  color: #085;
}

.amis-scope .cm-s-default .cm-comment {
  color: #a50;
}

.amis-scope .cm-s-default .cm-string {
  color: #a11;
}

.amis-scope .cm-s-default .cm-string-2 {
  color: #f50;
}

.amis-scope .cm-s-default .cm-meta {
  color: #555;
}

.amis-scope .cm-s-default .cm-qualifier {
  color: #555;
}

.amis-scope .cm-s-default .cm-builtin {
  color: #30a;
}

.amis-scope .cm-s-default .cm-bracket {
  color: #997;
}

.amis-scope .cm-s-default .cm-tag {
  color: #170;
}

.amis-scope .cm-s-default .cm-attribute {
  color: #00c;
}

.amis-scope .cm-s-default .cm-hr {
  color: #999;
}

.amis-scope .cm-s-default .cm-link {
  color: #00c;
}

.amis-scope .cm-s-default .cm-error {
  color: #f00;
}

.amis-scope .cm-invalidchar {
  color: #f00;
}

.amis-scope .CodeMirror-composing {
  border-bottom: 2px solid;
}

/* Default styles for common addons */

.amis-scope div.CodeMirror span.CodeMirror-matchingbracket {
  color: #0b0;
}

.amis-scope div.CodeMirror span.CodeMirror-nonmatchingbracket {
  color: #a22;
}

.amis-scope .CodeMirror-matchingtag {
  background: rgba(255, 150, 0, 0.3);
}

.amis-scope .CodeMirror-activeline-background {
  background: #e8f2ff;
}

/* STOP */

/* The rest of this file contains styles related to the mechanics of
   the editor. You probably shouldn't touch them. */

.amis-scope .CodeMirror {
  position: relative;
  overflow: hidden;
  background: white;
}

.amis-scope .CodeMirror-scroll {
  overflow: scroll !important;
  /* Things will break if this is overridden */
  /* 50px is the magic margin used to hide the element's real scrollbars */
  /* See overflow: hidden in .CodeMirror */
  margin-bottom: -50px;
  margin-right: -50px;
  padding-bottom: 50px;
  height: 100%;
  outline: none;
  /* Prevent dragging from highlighting the element */
  position: relative;
}

.amis-scope .CodeMirror-sizer {
  position: relative;
  border-right: 50px solid transparent;
}

/* The fake, visible scrollbars. Used to force redraw during scrolling
   before actual scrolling happens, thus preventing shaking and
   flickering artifacts. */

.amis-scope .CodeMirror-vscrollbar,
.amis-scope .CodeMirror-hscrollbar,
.amis-scope .CodeMirror-scrollbar-filler,
.amis-scope .CodeMirror-gutter-filler {
  position: absolute;
  z-index: 6;
  display: none;
  outline: none;
}

.amis-scope .CodeMirror-vscrollbar {
  right: 0;
  top: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}

.amis-scope .CodeMirror-hscrollbar {
  bottom: 0;
  left: 0;
  overflow-y: hidden;
  overflow-x: scroll;
}

.amis-scope .CodeMirror-scrollbar-filler {
  right: 0;
  bottom: 0;
}

.amis-scope .CodeMirror-gutter-filler {
  left: 0;
  bottom: 0;
}

.amis-scope .CodeMirror-gutters {
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  z-index: 3;
}

.amis-scope .CodeMirror-gutter {
  white-space: normal;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: -50px;
}

.amis-scope .CodeMirror-gutter-wrapper {
  position: absolute;
  z-index: 4;
  background: none !important;
  border: none !important;
}

.amis-scope .CodeMirror-gutter-background {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
}

.amis-scope .CodeMirror-gutter-elt {
  position: absolute;
  cursor: default;
  z-index: 4;
}

.amis-scope .CodeMirror-gutter-wrapper ::selection {
  background-color: transparent;
}

.amis-scope .CodeMirror-gutter-wrapper ::-moz-selection {
  background-color: transparent;
}

.amis-scope .CodeMirror-lines {
  cursor: text;
  min-height: 1px;
  /* prevents collapsing before first draw */
}

.amis-scope .CodeMirror pre.CodeMirror-line,
.amis-scope .CodeMirror pre.CodeMirror-line-like {
  /* Reset some styles that the rest of the page might have set */
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-width: 0;
  background: transparent;
  font-family: inherit;
  font-size: inherit;
  margin: 0;
  white-space: pre;
  word-wrap: normal;
  line-height: inherit;
  color: inherit;
  z-index: 2;
  position: relative;
  overflow: visible;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-variant-ligatures: contextual;
  font-variant-ligatures: contextual;
}

.amis-scope .CodeMirror-wrap pre.CodeMirror-line,
.amis-scope .CodeMirror-wrap pre.CodeMirror-line-like {
  word-wrap: break-word;
  white-space: pre-wrap;
  word-break: normal;
}

.amis-scope .CodeMirror-linebackground {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.amis-scope .CodeMirror-linewidget {
  position: relative;
  z-index: 2;
  padding: 0.1px;
  /* Force widget margins to stay inside of the container */
}

.amis-scope .CodeMirror-rtl pre {
  direction: rtl;
}

.amis-scope .CodeMirror-code {
  outline: none;
}

/* Force content-box sizing for the elements where we expect it */

.amis-scope .CodeMirror-scroll,
.amis-scope .CodeMirror-sizer,
.amis-scope .CodeMirror-gutter,
.amis-scope .CodeMirror-gutters,
.amis-scope .CodeMirror-linenumber {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.amis-scope .CodeMirror-measure {
  position: absolute;
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.amis-scope .CodeMirror-cursor {
  position: absolute;
  pointer-events: none;
}

.amis-scope .CodeMirror-measure pre {
  position: static;
}

.amis-scope div.CodeMirror-cursors {
  visibility: hidden;
  position: relative;
  z-index: 3;
}

.amis-scope div.CodeMirror-dragcursors {
  visibility: visible;
}

.amis-scope .CodeMirror-focused div.CodeMirror-cursors {
  visibility: visible;
}

.amis-scope .CodeMirror-selected {
  background: #d9d9d9;
}

.amis-scope .CodeMirror-focused .CodeMirror-selected {
  background: #d7d4f0;
}

.amis-scope .CodeMirror-crosshair {
  cursor: crosshair;
}

.amis-scope .CodeMirror-line::selection,
.amis-scope .CodeMirror-line > span::selection,
.amis-scope .CodeMirror-line > span > span::selection {
  background: #d7d4f0;
}

.amis-scope .CodeMirror-line::-moz-selection,
.amis-scope .CodeMirror-line > span::-moz-selection,
.amis-scope .CodeMirror-line > span > span::-moz-selection {
  background: #d7d4f0;
}

.amis-scope .cm-searching {
  background-color: #ffa;
  background-color: rgba(255, 255, 0, 0.4);
}

/* Used to force a border model for a node */

.amis-scope .cm-force-border {
  padding-right: 0.1px;
}

@media print {
  /* Hide the cursor when printing */

  .amis-scope .CodeMirror div.CodeMirror-cursors {
    visibility: hidden;
  }
}

/* See issue #2901 */

.amis-scope .cm-tab-wrap-hack:after {
  content: "";
}

/* Help users use markselection to safely style text background */

.amis-scope span.CodeMirror-selectedtext {
  background: none;
}

/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.amis-scope img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

.amis-scope a.fr-view.fr-strong {
  font-weight: 700;
}

.amis-scope a.fr-view.fr-green {
  color: green;
}

.amis-scope img.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/*!
 * froala_editor v3.1.0 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2020 Froala Labs
 */

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element,
.fr-element:focus {
  outline: 0 solid transparent;
}

.fr-box.fr-basic {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-basic .fr-element {
  font-family: sans-serif;
  color: #414141;
  font-size: 14px;
  line-height: 1.6;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 60px;
  text-align: left;
}

.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element [contenteditable=true] {
  outline: 0 solid transparent;
}

.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #FFF;
  color: #333333;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #333333;
}

.fr-box a.fr-floating-btn i,
.fr-box a.fr-floating-btn svg {
  font-size: 14px;
  line-height: 40px;
}

.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

.fr-box a.fr-floating-btn:hover svg {
  fill: #333333;
}

.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.amis-scope iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-wrapper {
  position: relative;
  z-index: 1;
}

.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 14px;
  color: #AAA;
  font-family: sans-serif;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000;
}

.fr-wrapper ::selection {
  background: #b5d6fd;
  color: #000;
}

.fr-box.fr-basic .fr-wrapper {
  background: #FFF;
  border: 1px solid #CCCCCC;
  border-bottom-color: #efefef;
  top: 0;
  left: 0;
}

.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 992px) {
  .fr-box.fr-document {
    min-width: 21cm;
  }

  .fr-box.fr-document .fr-wrapper {
    text-align: left;
    padding: 30px;
    min-width: 21cm;
    background: #efefef;
  }

  .fr-box.fr-document .fr-wrapper .fr-element {
    text-align: left;
    background: #FFF;
    width: 21cm;
    margin: auto;
    min-height: 26cm !important;
    padding: 1cm 2cm;
    overflow: visible;
    z-index: auto;
  }

  .fr-box.fr-document .fr-wrapper .fr-element hr {
    margin-left: -2cm;
    margin-right: -2cm;
    background: #efefef;
    height: 1cm;
    outline: none;
    border: none;
  }

  .fr-box.fr-document .fr-wrapper .fr-element img {
    z-index: 1;
  }
}

.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #222222;
  color: #FFF;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-btn-wrap,
.fr-popup .fr-btn-wrap,
.fr-modal .fr-btn-wrap {
  float: left;
  white-space: nowrap;
  position: relative;
}

.fr-toolbar .fr-btn-wrap.fr-hidden,
.fr-popup .fr-btn-wrap.fr-hidden,
.fr-modal .fr-btn-wrap.fr-hidden {
  display: none;
}

.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn,
.fr-modal .fr-command.fr-btn {
  background: transparent;
  color: #333333;
  -moz-outline: 0;
  outline: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 4px 2px;
  padding: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  height: 40px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-options {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-hover,
.fr-popup .fr-command.fr-btn.fr-btn-hover,
.fr-modal .fr-command.fr-btn.fr-btn-hover {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner,
.fr-modal .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text,
.fr-modal .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

.fr-toolbar .fr-command.fr-btn i,
.fr-toolbar .fr-command.fr-btn svg,
.fr-popup .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn svg,
.fr-modal .fr-command.fr-btn i,
.fr-modal .fr-command.fr-btn svg {
  display: block;
  text-align: center;
  float: none;
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn svg.fr-svg,
.fr-popup .fr-command.fr-btn svg.fr-svg,
.fr-modal .fr-command.fr-btn svg.fr-svg {
  height: 24px;
}

.fr-toolbar .fr-command.fr-btn svg path,
.fr-popup .fr-command.fr-btn svg path,
.fr-modal .fr-command.fr-btn svg path {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  fill: #333333;
}

.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only,
.fr-modal .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span,
.fr-modal .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 30px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 4px;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img,
.fr-modal .fr-command.fr-btn img {
  margin: 8px 7px;
  width: 24px;
}

.fr-toolbar .fr-command.fr-btn.fr-btn-active-popup,
.fr-popup .fr-command.fr-btn.fr-btn-active-popup,
.fr-modal .fr-command.fr-btn.fr-btn-active-popup {
  background: #d6d6d6;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-toolbar .fr-command.fr-btn.fr-dropdown svg,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown svg,
.fr-modal .fr-command.fr-btn.fr-dropdown i,
.fr-modal .fr-command.fr-btn.fr-dropdown span,
.fr-modal .fr-command.fr-btn.fr-dropdown img,
.fr-modal .fr-command.fr-btn.fr-dropdown svg {
  margin-left: 3px;
  margin-right: 11px;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown:after,
.fr-popup .fr-command.fr-btn.fr-dropdown:after,
.fr-modal .fr-command.fr-btn.fr-dropdown:after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #333333;
  right: 2px;
  top: 18px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  content: "";
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active {
  fill: #333333;
  background: #d6d6d6;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover {
  background: #ebebeb;
  fill: #333333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:hover::after {
  border-top-color: #333333;
}

.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:after,
.fr-modal .fr-command.fr-btn.fr-dropdown.fr-active:after {
  border-top: 0;
  border-bottom: 4px solid #222222;
}

.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled,
.fr-modal .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after,
.fr-modal .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden,
.fr-modal .fr-command.fr-btn.fr-hidden {
  display: none;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn,
.fr-popup .fr-tabs .fr-command.fr-btn,
.fr-modal .fr-tabs .fr-command.fr-btn {
  margin: 0;
  width: 46px;
  height: 40px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-toolbar .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-popup .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active,
.fr-modal .fr-tabs .fr-command.fr-btn:not(:hover):not(:focus).fr-active-tab {
  background: #FFF;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn span,
.fr-popup .fr-tabs .fr-command.fr-btn span,
.fr-modal .fr-tabs .fr-command.fr-btn span {
  height: 27px;
}

.fr-toolbar .fr-tabs .fr-command.fr-btn img,
.fr-toolbar .fr-tabs .fr-command.fr-btn svg,
.fr-popup .fr-tabs .fr-command.fr-btn img,
.fr-popup .fr-tabs .fr-command.fr-btn svg,
.fr-modal .fr-tabs .fr-command.fr-btn img,
.fr-modal .fr-tabs .fr-command.fr-btn svg {
  margin: 8px 11px;
  width: 24px;
  height: 24px;
}

.fr-toolbar .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-toolbar .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-popup .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-btn-grp .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-more-toolbar .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path,
.fr-modal .fr-buttons:not(.fr-tabs) .fr-command.fr-btn.fr-active:not(.fr-dropdown) svg path {
  fill: #0098f7;
}

.fr-toolbar.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn.fr-active,
.fr-modal.fr-disabled .fr-btn,
.fr-modal.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-dropdown::after,
.fr-modal.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-left,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-left,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-left {
  float: right;
}

.fr-toolbar.fr-rtl .fr-btn-grp.fr-float-right,
.fr-popup.fr-rtl .fr-btn-grp.fr-float-right,
.fr-modal.fr-rtl .fr-btn-grp.fr-float-right {
  float: left;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-toolbar.fr-rtl .fr-btn-wrap,
.fr-popup.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-btn-wrap,
.fr-modal.fr-rtl .fr-command.fr-btn,
.fr-modal.fr-rtl .fr-btn-wrap {
  float: right;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-popup.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-dropdown.fr-options,
.fr-modal.fr-rtl .fr-btn-wrap.fr-dropdown.fr-options {
  border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-toolbar.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-popup.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-popup.fr-rtl .fr-btn-wrap.fr-btn-hover,
.fr-modal.fr-rtl .fr-command.fr-btn.fr-btn-hover,
.fr-modal.fr-rtl .fr-btn-wrap.fr-btn-hover {
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-inline > .fr-command.fr-btn:not(.fr-hidden),
.fr-toolbar.fr-inline > .fr-btn-wrap:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus,
.fr-desktop .fr-command.fr-btn-hover,
.fr-desktop .fr-command.fr-expanded {
  outline: 0;
  color: #333333;
}

.fr-desktop .fr-command:hover:not(.fr-table-cell),
.fr-desktop .fr-command:focus:not(.fr-table-cell),
.fr-desktop .fr-command.fr-btn-hover:not(.fr-table-cell),
.fr-desktop .fr-command.fr-expanded:not(.fr-table-cell) {
  background: #ebebeb;
}

.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after,
.fr-desktop .fr-command.fr-btn-hover::after,
.fr-desktop .fr-command.fr-expanded::after {
  border-top-color: #333333;
}

.fr-desktop .fr-command.fr-selected:not(.fr-table-cell),
.fr-desktop .fr-command:active {
  color: #333333;
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus,
.fr-desktop .fr-command.fr-active.fr-btn-hover,
.fr-desktop .fr-command.fr-active.fr-expanded {
  background: #ebebeb;
}

.fr-desktop .fr-command.fr-active:active {
  background: #d6d6d6;
}

.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: #d6d6d6;
}

.fr-command.fr-btn.fr-options {
  width: 16px;
  margin-left: -5px;
}

.fr-command.fr-btn.fr-options.fr-btn-hover,
.fr-command.fr-btn.fr-options:hover,
.fr-command.fr-btn.fr-options:focus {
  border-left: solid 1px #FAFAFA;
  -webkit-transition: border-left 0s, background-color 0.5s;
  -moz-transition: border-left 0s, background-color 0.5s;
  -ms-transition: border-left 0s, background-color 0.5s;
  -o-transition: border-left 0s, background-color 0.5s;
}

.fr-command.fr-btn + .fr-dropdown-menu {
  background: #FFF;
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  margin-top: 0;
  float: left;
  height: 0;
  margin-top: 0 !important;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  position: relative;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 8px 0;
  min-width: 72px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 20px;
  line-height: 200%;
  display: flex;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg {
  width: 24px;
  height: 24px;
  margin: 3px 4px;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a svg path {
  fill: #333333;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
  margin-left: 20px;
  font-weight: bold;
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

.amis-scope.prevent-scroll {
  overflow: hidden;
}

.amis-scope.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 2147483640;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

.fr-modal .fr-modal-wrapper {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #FFF;
  min-width: 300px;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 960px;
  }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #FFF;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  border-bottom: solid #efefef 1px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-head-line {
  height: 56px;
  padding: 0 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
  margin: 10px;
  position: absolute;
  top: 0;
  right: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 20px;
  padding: 19px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: auto;
  padding-bottom: 20px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 2147483639;
}

.amis-scope ol.decimal_type {
  counter-reset: item;
}

.amis-scope ol.decimal_type > li {
  display: block;
}

.amis-scope ol.decimal_type > li:before {
  content: counters(item, ".") ". ";
  counter-increment: item;
}

.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #FFF;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 2147483635;
  text-align: left;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

.fr-popup .fr-icon {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  font-weight: 400;
  box-sizing: content-box;
  padding: 6px;
}

.fr-popup .fr-icon-container {
  padding: 20px;
  max-height: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@supports not (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    grid-template-columns: repeat(auto-fill, minmax(36px, 36px));
    display: grid;
  }
}

@media (min-width: 768px) {
  .fr-popup .fr-icon-container {
    min-width: 276px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .fr-popup .fr-icon-container {
    display: inline-flex;
    -ms-flex-flow: row wrap;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .fr-popup .fr-icon-container {
    width: 236px;
  }
}

.fr-popup .fr-input-focus {
  background: whitesmoke;
}

.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-popup.fr-active {
  display: block;
}

.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup.fr-empty {
  display: none !important;
}

.fr-popup .fr-hs {
  display: block !important;
}

.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

.fr-popup .fr-input-line {
  position: relative;
  padding: 15px 0;
}

.fr-popup .fr-input-line input[type=text],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin-bottom: 1px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: solid 1px #999999;
  color: #222222;
  font-size: 14px;
  background: #FFF;
  position: relative;
  z-index: 2;
  padding: 4px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border 0.5s, padding 0.5s;
  -moz-transition: border 0.5s, padding 0.5s;
  -ms-transition: border 0.5s, padding 0.5s;
  -o-transition: border 0.5s, padding 0.5s;
}

.fr-popup .fr-input-line input[type=text]:hover,
.fr-popup .fr-input-line textarea:hover {
  border: solid 1px #515151;
}

.fr-popup .fr-input-line input[type=text]:focus,
.fr-popup .fr-input-line textarea:focus {
  border: solid 2px #0098f7;
  padding: 3px 11px;
}

.fr-popup .fr-input-line input[type=text] {
  height: 46px;
}

.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 29px;
  left: 12px;
  font-size: 14px;
  color: grey;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 3;
  display: block;
  background: #FFF;
  padding: 0;
  cursor: text;
}

.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: gray;
  width: auto;
  left: 4px;
  padding: 0 4px;
  font-size: 11px;
  top: 9px;
}

.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

.fr-popup textarea {
  resize: none;
}

.fr-popup .fr-buttons {
  white-space: nowrap;
  line-height: 0;
}

.fr-popup .fr-buttons .fr-btn {
  margin-left: 4px;
  margin-right: 4px;
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

.fr-popup .fr-buttons.fr-tabs {
  border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  overflow: hidden;
}

@media (max-width: 768px) {
  .fr-popup .fr-buttons.fr-tabs.fr-tabs-scroll {
    overflow: scroll;
    overflow-y: hidden;
    width: 276px;
  }
}

.fr-popup .fr-buttons:not(.fr-tabs) {
  padding: 5px;
}

.fr-popup .fr-layer {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 195px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 20px;
  display: none;
}

@media (min-width: 768px) {
  .fr-popup .fr-layer {
    width: 260px;
  }
}

.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #0098f7;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #0098f7;
}

.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 10px;
  border-radius: 100%;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

.fr-popup .fr-checkbox span {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 18px;
  margin: 0;
  padding: 0;
  width: 18px;
  top: 7px;
  left: 7px;
}

.fr-popup .fr-checkbox input:not(:checked) + span {
  border: solid 2px #999999;
}

.fr-popup .fr-checkbox input:not(:checked):active + span {
  background-color: #f5f5f5;
}

.fr-popup .fr-checkbox input:not(:checked):focus + span,
.fr-popup .fr-checkbox input:not(:checked):hover + span {
  border-color: #515151;
}

.fr-popup .fr-checkbox input:checked + span {
  background: #0098f7;
  border: solid 2px #0098f7;
}

.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

.fr-popup .fr-checkbox input:checked:active + span {
  background-color: #EcF5Ff;
}

.fr-popup .fr-checkbox input:checked:focus + span,
.fr-popup .fr-checkbox input:checked:hover + span {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

.fr-toolbar {
  color: #222222;
  background: #FFF;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: left;
  border: 1px solid #CCCCCC;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  padding-bottom: 0;
  -webkit-transition: padding-bottom 0.5s;
  -moz-transition: padding-bottom 0.5s;
  -ms-transition: padding-bottom 0.5s;
  -o-transition: padding-bottom 0.5s;
}

.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-toolbar::after {
  height: 0;
}

.fr-toolbar .fr-newline {
  clear: both;
  display: block;
  content: "";
  margin-left: 9px;
  margin-right: 9px;
  background: #efefef;
  height: 1px;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
}

.fr-toolbar.fr-toolbar-open {
  padding-bottom: 48px;
}

.fr-toolbar.fr-toolbar-open .fr-newline {
  height: 0;
}

.fr-toolbar .fr-float-right {
  float: right;
}

.fr-toolbar .fr-float-left {
  float: left;
}

.fr-toolbar .fr-more-toolbar {
  float: left;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f5f5f5;
  -webkit-transition: height 0.5s;
  -moz-transition: height 0.5s;
  -ms-transition: height 0.5s;
  -o-transition: height 0.5s;
  height: 0;
  z-index: 2;
  overflow: hidden;
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 48px;
}

.fr-toolbar .fr-more-toolbar.fr-overflow-visible {
  overflow: visible;
}

.fr-toolbar .fr-more-toolbar > .fr-command.fr-btn {
  margin-left: 4px;
  margin-right: 4px;
}

.fr-toolbar .fr-btn-grp {
  display: inline-block;
  margin: 0 17px 0 12px;
}

@media (max-width: 768px) {
  .fr-toolbar .fr-btn-grp {
    margin: 0 7px 0 6px;
  }
}

.fr-toolbar .fr-command.fr-btn.fr-open {
  margin-top: 10px;
  margin-bottom: -1px;
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar .fr-command.fr-btn.fr-open:not(:hover):not(:focus):not(:active) {
  background: #f5f5f5;
}

.fr-toolbar.fr-rtl {
  text-align: right;
}

.fr-toolbar.fr-inline {
  display: none;
  -webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
  border: 0;
  white-space: nowrap;
  position: absolute;
  margin-top: 5px;
  z-index: 2147483630;
}

.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  border-top: 0;
}

.fr-toolbar.fr-inline .fr-newline {
  height: 0;
}

.fr-toolbar.fr-top {
  top: 0;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom {
  bottom: 0;
  border-top: 0;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-bottom .fr-newline {
  padding-top: 0;
  -webkit-transition: padding-top 0.5s;
  -moz-transition: padding-top 0.5s;
  -ms-transition: padding-top 0.5s;
  -o-transition: padding-top 0.5s;
}

.fr-toolbar.fr-bottom.fr-toolbar-open .fr-newline {
  padding-top: 48px;
  background: #FFF;
}

.fr-toolbar.fr-bottom .fr-command.fr-btn.fr-open {
  margin-top: -1px;
  margin-bottom: 10px;
  border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-toolbar.fr-sticky-on {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

.fr-separator + .fr-separator {
  display: none;
}

.fr-separator.fr-vs {
  height: 32px;
  width: 1px;
  margin: 8px 4px;
}

.fr-separator.fr-hs {
  clear: both;
  width: calc(100% - (2 * 4px));
  margin: 0 4px;
  height: 1px;
}

.fr-separator.fr-hidden {
  display: none !important;
}

.fr-rtl .fr-separator {
  float: right;
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

.amis-scope .second-toolbar {
  border: 1px solid #CCCCCC;
  border-top: 0;
  background: #FFF;
  line-height: 1.4;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope .second-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope #logo {
  float: left;
  outline: none;
}

.amis-scope #logo > span {
  display: inline-block;
  float: left;
  font-family: sans-serif;
  padding: 11px 5px 10px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #b1b2b7;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
}

.amis-scope #logo > svg {
  height: 20px;
  width: 47px;
  margin: 7px 0;
  cursor: pointer;
}

.amis-scope #logo > svg * {
  -webkit-transition: fill 0.3s;
  -moz-transition: fill 0.3s;
  -ms-transition: fill 0.3s;
  -o-transition: fill 0.3s;
}

.amis-scope #logo:hover > span,
.amis-scope #logo:focus > span {
  color: #0098f7;
}

.amis-scope #logo:hover > svg .fr-logo,
.amis-scope #logo:focus > svg .fr-logo {
  fill: #0098f7;
}

.fr-visibility-helper {
  display: none;
  margin-left: 0 !important;
}

@media (min-width: 768px) {
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-box {
  position: relative;
}

.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

.fr-sticky-off {
  position: relative;
}

.fr-sticky-on {
  position: fixed;
  z-index: 10;
}

.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

.fr-sticky-dummy {
  display: none;
}

.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

.amis-scope span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-box .fr-counter {
  padding: 10px;
  float: right;
  color: #999999;
  content: attr(data-chars);
  font-size: 14px;
  font-family: sans-serif;
  z-index: 1;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-rtl .fr-counter {
  left: 0;
  right: auto;
  border-left: none;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-code-view .fr-counter {
  display: none;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #FFF;
  color: #000;
  outline: none;
}

.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

.fr-box .CodeMirror {
  display: none;
}

.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}

.fr-box.fr-code-view .CodeMirror {
  display: block;
}

.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  background: #FFF;
  color: #333333;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 8px 7px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 24px;
  width: 24px;
  text-align: center;
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer {
  margin: 0;
  padding: 20px;
  padding-top: 0;
  float: left;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 15px 0 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 38px;
  height: 40px;
  padding: 17px 0 0;
  margin: 0;
}

.fr-popup .fr-layer.fr-color-hex-layer .fr-action-buttons button.fr-command {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 40px;
  width: 38px;
}

.fr-popup .fr-separator + .fr-colors-tabs {
  margin-left: 2px;
  margin-right: 2px;
}

.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

.fr-popup .fr-color-set.fr-selected-set {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

.fr-popup .fr-color-set > span > i,
.fr-popup .fr-color-set > span > svg {
  text-align: center;
  line-height: 32px;
  height: 24px;
  width: 24px;
  margin: 4px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

.fr-popup .fr-color-set > span > i path,
.fr-popup .fr-color-set > span > svg path {
  fill: #222222;
}

.fr-popup .fr-color-set > span .fr-selected-color {
  color: #FFF;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text] ~ [data-param1=background]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-drag-helper {
  background: #0098f7;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 2147483640;
  display: none;
}

.fr-drag-helper.fr-visible {
  display: block;
}

.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-emoticon {
  width: 24px;
  height: 24px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
}

.fr-popup .fr-emoticon img {
  height: 24px;
  width: 24px;
}

.fr-popup .fr-command.fr-btn.fr-tabs-unicode {
  padding: 0 0 0 14px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-emoticon-container {
    width: 368px;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.fr-popup .fr-file-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-popup .fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-box.fr-fullscreen.fr-basic.fr-top .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen.fr-basic.fr-bottom .fr-wrapper {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

.fr-box.fr-fullscreen .second-toolbar {
  margin-top: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-fullscreen-wrapper {
  z-index: 2147483640 !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th {
  text-align: left;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element img {
  cursor: pointer;
  padding: 0 1px;
}

.fr-image-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-image-resizer.fr-active {
  display: block;
}

.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.fr-popup .fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-image-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

@keyframes loading {
  from {
    left: -25%;
  }

  to {
    left: 100%;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more {
  margin-top: 10px;
}

.fr-modal .fr-modal-head .fr-modal-head-line .fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

.fr-modal .fr-modal-head .fr-modal-tags {
  padding: 0 20px;
  display: none;
  text-align: left;
}

.fr-modal .fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 12px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 32px;
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
  background-color: #f5f5f5;
}

.fr-modal .fr-modal-head .fr-modal-tags a:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a:active {
  background-color: #d6d6d6;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background-color: #EcF5Ff;
  color: #0098f7;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:focus {
  outline: none;
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:hover {
  background-color: #ebebeb;
}

.fr-modal .fr-modal-head .fr-modal-tags a.fr-selected-tag:active {
  background-color: #d6d6d6;
}

.fr-show-tags .fr-modal-more svg path {
  fill: #0098f7;
}

.amis-scope div.fr-modal-body {
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

.amis-scope div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

.amis-scope div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 20px;
  padding: 0;
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 20px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 40px) / 3);
  }
}

@media (min-width: 1200px) {
  .amis-scope div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 60px) / 4);
  }
}

.amis-scope div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #FFF;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #CCCCCC;
  z-index: 1;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  text-decoration: none;
  z-index: 3;
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #B8312F;
  fill: #FFF;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

.amis-scope div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #FFF;
  fill: #0098f7;
  padding: 8px;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
  width: 40px;
  height: 40px;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #FFF;
}

.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #0098f7;
  position: fixed;
  z-index: 2;
  display: none;
}

.fr-line-breaker.fr-visible {
  display: block;
}

.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (40px / 2));
  top: -20px;
}

.fr-line-breaker a.fr-floating-btn svg {
  margin: 8px;
  height: 24px;
  width: 24px;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-quick-insert {
  position: absolute;
  z-index: 2147483639;
  white-space: nowrap;
  padding-right: 10px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-quick-insert a.fr-floating-btn svg {
  margin: 8px;
  width: 24px;
  height: 24px;
}

.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

.fr-quick-insert.fr-hidden {
  display: none;
}

.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 20px;
  white-space: nowrap;
}

.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  padding: 6px 10px 10px 10px;
  display: inline-block;
  color: #222222;
  background: #FFF;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.fr-qi-helper a.fr-btn.fr-floating-btn svg {
  fill: #222222;
}

.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category {
  padding: 10px 15px;
}

.fr-popup .fr-buttons.fr-tabs .fr-special-character-category span {
  font-weight: normal;
  font-size: 16px;
}

.fr-popup .fr-special-character {
  width: 24px;
  height: 24px;
}

@media screen and (-ms-high-contrast: active) and (min-width: 768px), (-ms-high-contrast: none) and (min-width: 768px) {
  .fr-popup .fr-icon-container.fr-sc-container {
    width: 368px;
  }
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #0098f7;
}

.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-table-resizer {
  cursor: col-resize;
  position: absolute;
  z-index: 3;
  display: none;
}

.fr-table-resizer.fr-moving {
  z-index: 2;
}

.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #0098f7;
}

.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-popup .fr-table-size {
  margin: 20px;
}

.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
}

.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 5px;
  white-space: nowrap;
}

.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0 4px 4px 0;
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #DDD;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(0, 152, 247, 0.3);
  border: solid 1px #0098f7;
}

.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

.fr-popup .fr-table-colors {
  display: block;
  padding: 20px;
  padding-bottom: 0;
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

.fr-insert-helper {
  position: absolute;
  z-index: 9999;
  white-space: nowrap;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-element .fr-video::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: transparent;
}

.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #0098f7;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.fr-box .fr-video-resizer.fr-active {
  display: block;
}

.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #0098f7;
  border: solid 1px #FFF;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }

  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

.fr-popup .fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  margin: 20px;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

.fr-popup .fr-video-upload-layer:hover {
  background: #ebebeb;
}

.fr-popup .fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #0098f7;
}

.fr-popup .fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2147483640;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.fr-popup .fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 500%;
  height: 100%;
  margin: 0;
  font-size: 400px;
}

.fr-popup .fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader {
  background: #b3e0fd;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #0098f7;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

.fr-popup .fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

.fr-popup .fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483640;
  display: none;
}

.amis-scope .clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.amis-scope .hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.amis-scope img.fr-rounded,
.fr-img-caption.fr-rounded img {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.amis-scope img.fr-bordered,
.fr-img-caption.fr-bordered img {
  border: solid 5px #CCC;
}

.amis-scope img.fr-bordered {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.fr-img-caption.fr-bordered img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.fr-view {
  word-wrap: break-word;
}

.fr-view span[style~="color:"] a {
  color: inherit;
}

.fr-view strong {
  font-weight: 700;
}

.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

.fr-view table td {
  min-width: 5px;
}

.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: whitesmoke;
}

.fr-view table td,
.fr-view table th {
  border: 1px solid #DDD;
}

.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

.fr-view table th {
  background: #ececec;
}

.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  break-after: always;
  page-break-after: always;
}

.fr-view .fr-file {
  position: relative;
}

.fr-view .fr-file::after {
  position: relative;
  content: "📎";
  font-weight: normal;
}

.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: visible;
}

.fr-view[dir=rtl] blockquote {
  border-left: none;
  border-right: solid 2px #5E35B1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0;
}

.fr-view[dir=rtl] blockquote blockquote {
  border-color: #00BCD4;
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
  border-color: #43A047;
}

.fr-view blockquote {
  border-left: solid 2px #5E35B1;
  margin-left: 0;
  padding-left: 5px;
  color: #5E35B1;
}

.fr-view blockquote blockquote {
  border-color: #00BCD4;
  color: #00BCD4;
}

.fr-view blockquote blockquote blockquote {
  border-color: #43A047;
  color: #43A047;
}

.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

.fr-view .fr-text-gray {
  color: #AAA !important;
}

.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

.fr-view .fr-class-highlighted {
  background-color: #ffff00;
}

.fr-view .fr-class-code {
  border-color: #cccccc;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f5f5f5;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
}

.fr-view .fr-class-transparency {
  opacity: 0.5;
}

.fr-view img {
  position: relative;
  max-width: 100%;
}

.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.fr-view .fr-video {
  text-align: center;
  position: relative;
}

.fr-view .fr-video.fr-rv {
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.fr-view .fr-video.fr-rv > iframe,
.fr-view .fr-video.fr-rv object,
.fr-view .fr-video.fr-rv embed {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

.fr-view a.fr-strong {
  font-weight: 700;
}

.fr-view a.fr-green {
  color: green;
}

.fr-view .fr-img-caption {
  text-align: center;
}

.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0;
  margin: auto;
  text-align: center;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
  width: 100%;
}

.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  text-align: center;
}

.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

.amis-scope a.fr-view.fr-strong {
  font-weight: 700;
}

.amis-scope a.fr-view.fr-green {
  color: green;
}

.amis-scope img.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

.amis-scope span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

.amis-scope span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

.amis-scope span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */

.tox {
  box-shadow: none;
  box-sizing: content-box;
  color: #222f3e;
  cursor: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  vertical-align: initial;
  white-space: normal;
}

.tox *:not(svg):not(rect) {
  box-sizing: inherit;
  color: inherit;
  cursor: inherit;
  direction: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  -webkit-tap-highlight-color: inherit;
  text-align: inherit;
  text-decoration: inherit;
  text-shadow: inherit;
  text-transform: inherit;
  vertical-align: inherit;
  white-space: inherit;
}

.tox *:not(svg):not(rect) {
  /* stylelint-disable-line no-duplicate-selectors */
  background: transparent;
  border: 0;
  box-shadow: none;
  float: none;
  height: auto;
  margin: 0;
  max-width: none;
  outline: 0;
  padding: 0;
  position: static;
  width: auto;
}

.tox:not([dir=rtl]) {
  direction: ltr;
  text-align: left;
}

.tox[dir=rtl] {
  direction: rtl;
  text-align: right;
}

.tox-tinymce {
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  overflow: hidden;
  position: relative;
  visibility: inherit !important;
}

.tox-tinymce-inline {
  border: none;
  box-shadow: none;
}

.tox-tinymce-inline .tox-editor-header {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 0;
  box-shadow: none;
}

.tox-tinymce-aux {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  z-index: 1300;
}

.tox-tinymce *:focus,
.tox-tinymce-aux *:focus {
  outline: none;
}

.amis-scope button::-moz-focus-inner {
  border: 0;
}

.tox[dir=rtl] .tox-icon--flip svg {
  transform: rotateY(180deg);
}

.tox .accessibility-issue__header {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description {
  align-items: stretch;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  justify-content: space-between;
}

.tox .accessibility-issue__description > div {
  padding-bottom: 4px;
}

.tox .accessibility-issue__description > div > div {
  align-items: center;
  display: flex;
  margin-bottom: 4px;
}

.tox .accessibility-issue__description > *:last-child:not(:only-child) {
  border-color: #cccccc;
  border-style: solid;
}

.tox .accessibility-issue__repair {
  margin-top: 16px;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description {
  background-color: rgba(32, 122, 183, 0.1);
  border-color: rgba(32, 122, 183, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description > *:last-child {
  border-color: rgba(32, 122, 183, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2 {
  color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg {
  fill: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon {
  color: #207ab7;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description {
  background-color: rgba(255, 165, 0, 0.1);
  border-color: rgba(255, 165, 0, 0.5);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description > *:last-child {
  border-color: rgba(255, 165, 0, 0.5);
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2 {
  color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg {
  fill: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon {
  color: #cc8500;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description {
  background-color: rgba(204, 0, 0, 0.1);
  border-color: rgba(204, 0, 0, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description > *:last-child {
  border-color: rgba(204, 0, 0, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2 {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg {
  fill: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon {
  color: #c00;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description {
  background-color: rgba(120, 171, 70, 0.1);
  border-color: rgba(120, 171, 70, 0.4);
  color: #222f3e;
}

.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description > *:last-child {
  border-color: rgba(120, 171, 70, 0.4);
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2 {
  color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg {
  fill: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon {
  color: #78AB46;
}

.tox .tox-dialog__body-content .accessibility-issue__header h1,
.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
  margin-top: 0;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-left: auto;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 4px 4px 8px;
}

.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-left-width: 1px;
  padding-left: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header > *:nth-last-child(2) {
  margin-right: auto;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description {
  padding: 4px 8px 4px 4px;
}

.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description > *:last-child {
  border-right-width: 1px;
  padding-right: 4px;
}

.tox .tox-anchorbar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-bar {
  display: flex;
  flex: 0 0 auto;
}

.tox .tox-button {
  background-color: #207ab7;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #207ab7;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 24px;
  margin: 0;
  outline: none;
  padding: 4px 16px;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-button[disabled] {
  background-color: #207ab7;
  background-image: none;
  border-color: #207ab7;
  box-shadow: none;
  color: rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
}

.tox .tox-button:focus:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:hover:not(:disabled) {
  background-color: #1c6ca1;
  background-image: none;
  border-color: #1c6ca1;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button:active:not(:disabled) {
  background-color: #185d8c;
  background-image: none;
  border-color: #185d8c;
  box-shadow: none;
  color: #fff;
}

.tox .tox-button--secondary {
  background-color: #f0f0f0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  border-color: #f0f0f0;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  outline: none;
  padding: 4px 16px;
  text-decoration: none;
  text-transform: none;
}

.tox .tox-button--secondary[disabled] {
  background-color: #f0f0f0;
  background-image: none;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--secondary:focus:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:hover:not(:disabled) {
  background-color: #e3e3e3;
  background-image: none;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--secondary:active:not(:disabled) {
  background-color: #d6d6d6;
  background-image: none;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--icon,
.tox .tox-button.tox-button--icon,
.tox .tox-button.tox-button--secondary.tox-button--icon {
  padding: 4px;
}

.tox .tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--icon .tox-icon svg,
.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
  display: block;
  fill: currentColor;
}

.tox .tox-button-link {
  background: 0;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.tox .tox-button-link--sm {
  font-size: 14px;
}

.tox .tox-button--naked {
  background-color: transparent;
  border-color: transparent;
  box-shadow: unset;
  color: #222f3e;
}

.tox .tox-button--naked[disabled] {
  background-color: #f0f0f0;
  border-color: #f0f0f0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-button--naked:hover:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked:focus:not(:disabled) {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked:active:not(:disabled) {
  background-color: #d6d6d6;
  border-color: #d6d6d6;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-button--naked .tox-icon svg {
  fill: currentColor;
}

.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
  color: #222f3e;
}

.tox .tox-checkbox {
  align-items: center;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  height: 36px;
  min-width: 36px;
}

.tox .tox-checkbox__input {
  /* Hide from view but visible to screen readers */
  height: 1px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.tox .tox-checkbox__icons {
  align-items: center;
  border-radius: 3px;
  box-shadow: 0 0 0 2px transparent;
  box-sizing: content-box;
  display: flex;
  height: 24px;
  justify-content: center;
  padding: calc(4px - 1px);
  width: 24px;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: block;
  fill: rgba(34, 47, 62, 0.3);
}

.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: none;
  fill: #207ab7;
}

.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: none;
  fill: #207ab7;
}

.tox .tox-checkbox--disabled {
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
  display: block;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
  display: none;
}

.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
  display: block;
}

.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px #207ab7;
  padding: calc(4px - 1px);
}

.tox:not([dir=rtl]) .tox-checkbox__label {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-checkbox__input {
  left: -10000px;
}

.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-checkbox__label {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-checkbox__input {
  right: -10000px;
}

.tox[dir=rtl] .tox-bar .tox-checkbox {
  margin-right: 4px;
}

.tox {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox .tox-collection--toolbar .tox-collection__group {
  display: flex;
  padding: 0;
}

.tox .tox-collection--grid .tox-collection__group {
  display: flex;
  flex-wrap: wrap;
  max-height: 208px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.tox .tox-collection--list .tox-collection__group {
  border-bottom-width: 0;
  border-color: #cccccc;
  border-left-width: 0;
  border-right-width: 0;
  border-style: solid;
  border-top-width: 1px;
  padding: 4px 0;
}

.tox .tox-collection--list .tox-collection__group:first-child {
  border-top-width: 0;
}

.tox .tox-collection__group-heading {
  background-color: #e6e6e6;
  color: rgba(34, 47, 62, 0.7);
  cursor: default;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 4px;
  margin-top: -4px;
  padding: 4px 8px;
  text-transform: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tox .tox-collection__item {
  align-items: center;
  color: #222f3e;
  cursor: pointer;
  display: flex;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tox .tox-collection--list .tox-collection__item {
  padding: 4px 8px;
}

.tox .tox-collection--toolbar .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--grid .tox-collection__item {
  border-radius: 3px;
  padding: 4px;
}

.tox .tox-collection--list .tox-collection__item--enabled {
  background-color: #fff;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active {
  background-color: #dee0e2;
}

.tox .tox-collection--toolbar .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active {
  background-color: #dee0e2;
}

.tox .tox-collection--grid .tox-collection__item--enabled {
  background-color: #c8cbcf;
  color: #222f3e;
}

.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  background-color: #dee0e2;
  color: #222f3e;
}

.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
  color: #222f3e;
}

.tox .tox-collection__item-icon,
.tox .tox-collection__item-checkmark {
  align-items: center;
  display: flex;
  height: 24px;
  justify-content: center;
  width: 24px;
}

.tox .tox-collection__item-icon svg,
.tox .tox-collection__item-checkmark svg {
  fill: currentColor;
}

.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
  height: 48px;
  width: 48px;
}

.tox .tox-collection__item-label {
  color: currentColor;
  display: inline-block;
  flex: 1;
  -ms-flex-preferred-size: auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  text-transform: none;
  word-break: break-all;
}

.tox .tox-collection__item-accessory {
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
  text-transform: none;
}

.tox .tox-collection__item-caret {
  align-items: center;
  display: flex;
  min-height: 24px;
}

.tox .tox-collection__item-caret::after {
  content: "";
  font-size: 0;
  min-height: inherit;
}

.tox .tox-collection__item-caret svg {
  fill: #222f3e;
}

.tox .tox-collection__item--state-disabled {
  background-color: transparent;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
  display: none;
}

.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
  display: none;
}

.tox .tox-collection--horizontal {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: nowrap;
  margin-bottom: 0;
  overflow-x: auto;
  padding: 0;
}

.tox .tox-collection--horizontal .tox-collection__group {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item {
  height: 34px;
  margin: 2px 0 3px 0;
  padding: 0 4px;
}

.tox .tox-collection--horizontal .tox-collection__item-label {
  white-space: nowrap;
}

.tox .tox-collection--horizontal .tox-collection__item-caret {
  margin-left: 4px;
}

.tox .tox-collection__item-container {
  display: flex;
}

.tox .tox-collection__item-container--row {
  align-items: center;
  flex: 1 1 auto;
  flex-direction: row;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-left {
  margin-right: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--align-right {
  justify-content: flex-end;
  margin-left: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top {
  align-items: flex-start;
  margin-bottom: auto;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle {
  align-items: center;
}

.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom {
  align-items: flex-end;
  margin-top: auto;
}

.tox .tox-collection__item-container--column {
  -ms-grid-row-align: center;
  align-self: center;
  flex: 1 1 auto;
  flex-direction: column;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-left {
  align-items: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--align-right {
  align-items: flex-end;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top {
  align-self: flex-start;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle {
  -ms-grid-row-align: center;
  align-self: center;
}

.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom {
  align-self: flex-end;
}

.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-left: 4px;
}

.tox:not([dir=rtl]) .tox-collection__item-accessory {
  margin-left: 16px;
  text-align: right;
}

.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
  margin-left: 16px;
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > *:not(:first-child) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-collection--list .tox-collection__item > .tox-collection__item-label:first-child {
  margin-right: 4px;
}

.tox[dir=rtl] .tox-collection__item-accessory {
  margin-right: 16px;
  text-align: left;
}

.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
  margin-right: 16px;
  transform: rotateY(180deg);
}

.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
  margin-right: 4px;
}

.tox .tox-color-picker-container {
  display: flex;
  flex-direction: row;
  height: 225px;
  margin: 0;
}

.tox .tox-sv-palette {
  box-sizing: border-box;
  display: flex;
  height: 100%;
}

.tox .tox-sv-palette-spectrum {
  height: 100%;
}

.tox .tox-sv-palette,
.tox .tox-sv-palette-spectrum {
  width: 225px;
}

.tox .tox-sv-palette-thumb {
  background: none;
  border: 1px solid black;
  border-radius: 50%;
  box-sizing: content-box;
  height: 12px;
  position: absolute;
  width: 12px;
}

.tox .tox-sv-palette-inner-thumb {
  border: 1px solid white;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox .tox-hue-slider {
  box-sizing: border-box;
  height: 100%;
  width: 25px;
}

.tox .tox-hue-slider-spectrum {
  background: linear-gradient(to bottom, #f00, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, #f00);
  height: 100%;
  width: 100%;
}

.tox .tox-hue-slider,
.tox .tox-hue-slider-spectrum {
  width: 20px;
}

.tox .tox-hue-slider-thumb {
  background: white;
  border: 1px solid black;
  box-sizing: content-box;
  height: 4px;
  width: 100%;
}

.tox .tox-rgb-form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tox .tox-rgb-form div {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
  width: inherit;
}

.tox .tox-rgb-form input {
  width: 6em;
}

.tox .tox-rgb-form input.tox-invalid {
  /* Need !important to override Chrome's focus styling unfortunately */
  border: 1px solid red !important;
}

.tox .tox-rgb-form .tox-rgba-preview {
  border: 1px solid black;
  flex-grow: 2;
  margin-bottom: 0;
}

.tox:not([dir=rtl]) .tox-sv-palette {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider {
  margin-right: 15px;
}

.tox:not([dir=rtl]) .tox-hue-slider-thumb {
  margin-left: -1px;
}

.tox:not([dir=rtl]) .tox-rgb-form label {
  margin-right: 0.5em;
}

.tox[dir=rtl] .tox-sv-palette {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider {
  margin-left: 15px;
}

.tox[dir=rtl] .tox-hue-slider-thumb {
  margin-right: -1px;
}

.tox[dir=rtl] .tox-rgb-form label {
  margin-left: 0.5em;
}

.tox .tox-toolbar .tox-swatches,
.tox .tox-toolbar__primary .tox-swatches,
.tox .tox-toolbar__overflow .tox-swatches {
  margin: 2px 0 3px 4px;
}

.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
  border: 0;
  margin: -4px 0;
}

.tox .tox-swatches__row {
  display: flex;
}

.tox .tox-swatch {
  height: 30px;
  transition: transform 0.15s, box-shadow 0.15s;
  width: 30px;
}

.tox .tox-swatch:hover,
.tox .tox-swatch:focus {
  box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
  transform: scale(0.8);
}

.tox .tox-swatch--remove {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-swatch--remove svg path {
  stroke: #e74c3c;
}

.tox .tox-swatches__picker-btn {
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  outline: none;
  padding: 0;
  width: 30px;
}

.tox .tox-swatches__picker-btn svg {
  height: 24px;
  width: 24px;
}

.tox .tox-swatches__picker-btn:hover {
  background: #dee0e2;
}

.tox:not([dir=rtl]) .tox-swatches__picker-btn {
  margin-left: auto;
}

.tox[dir=rtl] .tox-swatches__picker-btn {
  margin-right: auto;
}

.tox .tox-comment-thread {
  background: #fff;
  position: relative;
}

.tox .tox-comment-thread > *:not(:first-child) {
  margin-top: 8px;
}

.tox .tox-comment {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  padding: 8px 8px 16px 8px;
  position: relative;
}

.tox .tox-comment__header {
  align-items: center;
  color: #222f3e;
  display: flex;
  justify-content: space-between;
}

.tox .tox-comment__date {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
}

.tox .tox-comment__body {
  color: #222f3e;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin-top: 8px;
  position: relative;
  text-transform: initial;
}

.tox .tox-comment__body textarea {
  resize: none;
  white-space: normal;
  width: 100%;
}

.tox .tox-comment__expander {
  padding-top: 8px;
}

.tox .tox-comment__expander p {
  color: rgba(34, 47, 62, 0.7);
  font-size: 14px;
  font-style: normal;
}

.tox .tox-comment__body p {
  margin: 0;
}

.tox .tox-comment__buttonspacing {
  padding-top: 16px;
  text-align: center;
}

.tox .tox-comment-thread__overlay::after {
  background: #fff;
  bottom: 0;
  content: "";
  display: flex;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__reply {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 8px;
}

.tox .tox-comment__reply > *:first-child {
  margin-bottom: 8px;
  width: 100%;
}

.tox .tox-comment__edit {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 16px;
}

.tox .tox-comment__gradient::after {
  background: linear-gradient(rgba(255, 255, 255, 0), #fff);
  bottom: 0;
  content: "";
  display: block;
  height: 5em;
  margin-top: -40px;
  position: absolute;
  width: 100%;
}

.tox .tox-comment__overlay {
  background: #fff;
  bottom: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  left: 0;
  opacity: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 5;
}

.tox .tox-comment__loading-text {
  align-items: center;
  color: #222f3e;
  display: flex;
  flex-direction: column;
  position: relative;
}

.tox .tox-comment__loading-text > div {
  padding-bottom: 16px;
}

.tox .tox-comment__overlaytext {
  bottom: 0;
  flex-direction: column;
  font-size: 14px;
  left: 0;
  padding: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.tox .tox-comment__overlaytext p {
  background-color: #fff;
  box-shadow: 0 0 8px 8px #fff;
  color: #222f3e;
  text-align: center;
}

.tox .tox-comment__overlaytext div:nth-of-type(2) {
  font-size: 0.8em;
}

.tox .tox-comment__busy-spinner {
  align-items: center;
  background-color: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}

.tox .tox-comment__scroll {
  display: flex;
  flex-direction: column;
  flex-shrink: 1;
  overflow: auto;
}

.tox .tox-conversations {
  margin: 8px;
}

.tox:not([dir=rtl]) .tox-comment__edit {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-comment__buttonspacing > *:last-child,
.tox:not([dir=rtl]) .tox-comment__edit > *:last-child,
.tox:not([dir=rtl]) .tox-comment__reply > *:last-child {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-comment__edit {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-comment__buttonspacing > *:last-child,
.tox[dir=rtl] .tox-comment__edit > *:last-child,
.tox[dir=rtl] .tox-comment__reply > *:last-child {
  margin-right: 8px;
}

.tox .tox-user {
  align-items: center;
  display: flex;
}

.tox .tox-user__avatar svg {
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-user__name {
  color: rgba(34, 47, 62, 0.7);
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

.tox:not([dir=rtl]) .tox-user__avatar svg {
  margin-right: 8px;
}

.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar svg {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
  margin-right: 8px;
}

.tox .tox-dialog-wrap {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1100;
}

.tox .tox-dialog-wrap__backdrop {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.tox .tox-dialog-wrap__backdrop--opaque {
  background-color: #fff;
}

.tox .tox-dialog {
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 16px 16px -10px rgba(34, 47, 62, 0.15), 0 0 40px 1px rgba(34, 47, 62, 0.15);
  display: flex;
  flex-direction: column;
  max-height: 100%;
  max-width: 480px;
  overflow: hidden;
  position: relative;
  width: 95vw;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog {
    align-self: flex-start;
    margin: 8px auto;
    width: calc(100vw - 16px);
  }
}

.tox .tox-dialog-inline {
  z-index: 1100;
}

.tox .tox-dialog__header {
  align-items: center;
  background-color: #fff;
  border-bottom: none;
  color: #222f3e;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  padding: 8px 16px 0 16px;
  position: relative;
}

.tox .tox-dialog__header .tox-button {
  z-index: 1;
}

.tox .tox-dialog__draghandle {
  cursor: grab;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.tox .tox-dialog__draghandle:active {
  cursor: grabbing;
}

.tox .tox-dialog__dismiss {
  margin-left: auto;
}

.tox .tox-dialog__title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  margin: 0;
  text-transform: none;
}

.tox .tox-dialog__body {
  color: #222f3e;
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  min-width: 0;
  text-align: left;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog__body {
    flex-direction: column;
  }
}

.tox .tox-dialog__body-nav {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  padding: 16px 16px;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
    flex-direction: row;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0;
  }
}

.tox .tox-dialog__body-nav-item {
  border-bottom: 2px solid transparent;
  color: rgba(34, 47, 62, 0.7);
  display: inline-block;
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 8px;
  text-decoration: none;
  white-space: nowrap;
}

.tox .tox-dialog__body-nav-item:focus {
  background-color: rgba(32, 122, 183, 0.1);
}

.tox .tox-dialog__body-nav-item--active {
  border-bottom: 2px solid #207ab7;
  color: #207ab7;
}

.tox .tox-dialog__body-content {
  box-sizing: border-box;
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
  max-height: 650px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 16px 16px;
}

.tox .tox-dialog__body-content > * {
  margin-bottom: 0;
  margin-top: 16px;
}

.tox .tox-dialog__body-content > *:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content > *:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content > *:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog__body-content a {
  color: #207ab7;
  cursor: pointer;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:hover,
.tox .tox-dialog__body-content a:focus {
  color: #185d8c;
  text-decoration: none;
}

.tox .tox-dialog__body-content a:active {
  color: #185d8c;
  text-decoration: none;
}

.tox .tox-dialog__body-content svg {
  fill: #222f3e;
}

.tox .tox-dialog__body-content ul {
  display: block;
  list-style-type: disc;
  margin-bottom: 16px;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-padding-start: 2.5rem;
  padding-inline-start: 2.5rem;
}

.tox .tox-dialog__body-content .tox-form__group h1 {
  color: #222f3e;
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group h2 {
  color: #222f3e;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  letter-spacing: normal;
  margin-bottom: 16px;
  margin-top: 2rem;
  text-transform: none;
}

.tox .tox-dialog__body-content .tox-form__group p {
  margin-bottom: 16px;
}

.tox .tox-dialog__body-content .tox-form__group h1:first-child,
.tox .tox-dialog__body-content .tox-form__group h2:first-child,
.tox .tox-dialog__body-content .tox-form__group p:first-child {
  margin-top: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:last-child,
.tox .tox-dialog__body-content .tox-form__group h2:last-child,
.tox .tox-dialog__body-content .tox-form__group p:last-child {
  margin-bottom: 0;
}

.tox .tox-dialog__body-content .tox-form__group h1:only-child,
.tox .tox-dialog__body-content .tox-form__group h2:only-child,
.tox .tox-dialog__body-content .tox-form__group p:only-child {
  margin-bottom: 0;
  margin-top: 0;
}

.tox .tox-dialog--width-lg {
  height: 650px;
  max-width: 1200px;
}

.tox .tox-dialog--width-md {
  max-width: 800px;
}

.tox .tox-dialog--width-md .tox-dialog__body-content {
  overflow: auto;
}

.tox .tox-dialog__body-content--centered {
  text-align: center;
}

.tox .tox-dialog__footer {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  padding: 8px 16px;
}

.tox .tox-dialog__footer-start,
.tox .tox-dialog__footer-end {
  display: flex;
}

.tox .tox-dialog__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.tox .tox-dialog__table {
  border-collapse: collapse;
  width: 100%;
}

.tox .tox-dialog__table thead th {
  font-weight: bold;
  padding-bottom: 8px;
}

.tox .tox-dialog__table tbody tr {
  border-bottom: 1px solid #cccccc;
}

.tox .tox-dialog__table tbody tr:last-child {
  border-bottom: none;
}

.tox .tox-dialog__table td {
  padding-bottom: 8px;
  padding-top: 8px;
}

.tox .tox-dialog__popups {
  position: absolute;
  width: 100%;
  z-index: 1100;
}

.tox .tox-dialog__body-iframe {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}

.tox .tox-dialog-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox .tox-dialog-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox .tox-dialog-dock-transition {
  transition: visibility 0s linear 0.3s, opacity 0.3s ease;
}

.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
  transition-delay: 0s;
}

.tox.tox-platform-ie {
  /* IE11 CSS styles go here */
}

.tox.tox-platform-ie .tox-dialog-wrap {
  position: -ms-device-fixed;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
    margin-left: 8px;
  }
}

.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > *,
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-left: 8px;
}

.tox[dir=rtl] .tox-dialog__body {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .amis-scope:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
    margin-right: 8px;
  }
}

.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > *,
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > * {
  margin-right: 8px;
}

.amis-scope.tox-dialog__disable-scroll {
  overflow: hidden;
}

.tox .tox-dropzone-container {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dropzone {
  align-items: center;
  background: #fff;
  border: 2px dashed #cccccc;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  min-height: 100px;
  padding: 10px;
}

.tox .tox-dropzone p {
  color: rgba(34, 47, 62, 0.7);
  margin: 0 0 16px 0;
}

.tox .tox-edit-area {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  overflow: hidden;
  position: relative;
}

.tox .tox-edit-area__iframe {
  background-color: #fff;
  border: 0;
  box-sizing: border-box;
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
  position: absolute;
  width: 100%;
}

.tox.tox-inline-edit-area {
  border: 1px dotted #cccccc;
}

.tox .tox-editor-container {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  overflow: hidden;
}

.tox .tox-editor-header {
  z-index: 1;
}

.tox:not(.tox-tinymce-inline) .tox-editor-header {
  box-shadow: none;
  transition: box-shadow 0.5s;
}

.tox.tox-tinymce--toolbar-bottom .tox-editor-header,
.tox.tox-tinymce-inline .tox-editor-header {
  margin-bottom: -1px;
}

.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
  background-color: transparent;
  box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
}

.tox-editor-dock-fadeout {
  opacity: 0;
  visibility: hidden;
}

.tox-editor-dock-fadein {
  opacity: 1;
  visibility: visible;
}

.tox-editor-dock-transition {
  transition: visibility 0s linear 0.25s, opacity 0.25s ease;
}

.tox-editor-dock-transition.tox-editor-dock-fadein {
  transition-delay: 0s;
}

.tox .tox-control-wrap {
  flex: 1;
  position: relative;
}

.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,
.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,
.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
  display: none;
}

.tox .tox-control-wrap svg {
  display: block;
}

.tox .tox-control-wrap__status-icon-wrap {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-control-wrap__status-icon-invalid svg {
  fill: #c00;
}

.tox .tox-control-wrap__status-icon-unknown svg {
  fill: orange;
}

.tox .tox-control-wrap__status-icon-valid svg {
  fill: green;
}

.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,
.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
  padding-right: 32px;
}

.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
  right: 4px;
}

.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,
.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
  padding-left: 32px;
}

.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
  left: 4px;
}

.tox .tox-autocompleter {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-menu {
  max-width: 25em;
}

.tox .tox-autocompleter .tox-autocompleter-highlight {
  font-weight: bold;
}

.tox .tox-color-input {
  display: flex;
  position: relative;
  z-index: 1;
}

.tox .tox-color-input .tox-textfield {
  z-index: -1;
}

.tox .tox-color-input span {
  border-color: rgba(34, 47, 62, 0.2);
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  height: 24px;
  position: absolute;
  top: 6px;
  width: 24px;
}

.tox .tox-color-input span:hover:not([aria-disabled=true]),
.tox .tox-color-input span:focus:not([aria-disabled=true]) {
  border-color: #207ab7;
  cursor: pointer;
}

.tox .tox-color-input span::before {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(0, 0, 0, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.25) 75%);
  background-position: 0 0, 0 6px, 6px -6px, -6px 0;
  background-size: 12px 12px;
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
  height: 24px;
  left: -1px;
  position: absolute;
  top: -1px;
  width: 24px;
  z-index: -1;
}

.tox .tox-color-input span[aria-disabled=true] {
  cursor: not-allowed;
}

.tox:not([dir=rtl]) .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
  padding-left: 36px;
}

.tox:not([dir=rtl]) .tox-color-input span {
  left: 6px;
}

.tox[dir=rtl] .tox-color-input {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir=rtl] .tox-color-input .tox-textfield {
  padding-right: 36px;
}

.tox[dir=rtl] .tox-color-input span {
  right: 6px;
}

.tox .tox-label,
.tox .tox-toolbar-label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.3;
  padding: 0 8px 0 0;
  text-transform: none;
  white-space: nowrap;
}

.tox .tox-toolbar-label {
  padding: 0 8px;
}

.tox[dir=rtl] .tox-label {
  padding: 0 0 0 8px;
}

.tox .tox-form {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group {
  box-sizing: border-box;
  margin-bottom: 4px;
}

.tox .tox-form-group--maximize {
  flex: 1;
}

.tox .tox-form__group--error {
  color: #c00;
}

.tox .tox-form__group--collection {
  display: flex;
}

.tox .tox-form__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tox .tox-form__grid--2col > .tox-form__group {
  width: calc(50% - (8px / 2));
}

.tox .tox-form__grid--3col > .tox-form__group {
  width: calc(100% / 3 - (8px / 2));
}

.tox .tox-form__grid--4col > .tox-form__group {
  width: calc(25% - (8px / 2));
}

.tox .tox-form__controls-h-stack {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--inline {
  align-items: center;
  display: flex;
}

.tox .tox-form__group--stretched {
  display: flex;
  flex: 1;
  flex-direction: column;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-textarea {
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 100%;
}

.tox:not([dir=rtl]) .tox-form__controls-h-stack > *:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-form__controls-h-stack > *:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-lock.tox-locked .tox-lock-icon__unlock,
.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
  display: none;
}

.tox .tox-textfield,
.tox .tox-toolbar-textfield,
.tox .tox-listboxfield .tox-listbox--select,
.tox .tox-textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}

.tox .tox-textfield[disabled],
.tox .tox-textarea[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-textfield:focus,
.tox .tox-listboxfield .tox-listbox--select:focus,
.tox .tox-textarea:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}

.tox .tox-toolbar-textfield {
  border-width: 0;
  margin-bottom: 3px;
  margin-top: 2px;
  max-width: 250px;
}

.tox .tox-naked-btn {
  background-color: transparent;
  border: 0;
  border-color: transparent;
  box-shadow: unset;
  color: #207ab7;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0;
}

.tox .tox-naked-btn svg {
  display: block;
  fill: #222f3e;
}

.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-toolbar-textfield + * {
  margin-right: 4px;
}

.tox .tox-listboxfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-listboxfield .tox-listbox--select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-listbox__select-label {
  cursor: default;
  flex: 1;
  margin: 0 4px;
}

.tox .tox-listbox__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-listbox__select-chevron svg {
  fill: #222f3e;
}

.tox .tox-listboxfield .tox-listbox--select {
  align-items: center;
  display: flex;
}

.tox:not([dir=rtl]) .tox-listboxfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-listboxfield svg {
  left: 8px;
}

.tox .tox-selectfield {
  cursor: pointer;
  position: relative;
}

.tox .tox-selectfield select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #cccccc;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  color: #222f3e;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  min-height: 34px;
  outline: none;
  padding: 5px 4.75px;
  resize: none;
  width: 100%;
}

.tox .tox-selectfield select[disabled] {
  background-color: #f2f2f2;
  color: rgba(34, 47, 62, 0.85);
  cursor: not-allowed;
}

.tox .tox-selectfield select::-ms-expand {
  display: none;
}

.tox .tox-selectfield select:focus {
  background-color: #fff;
  border-color: #207ab7;
  box-shadow: none;
  outline: none;
}

.tox .tox-selectfield svg {
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox:not([dir=rtl]) .tox-selectfield select[size="0"],
.tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
  padding-right: 24px;
}

.tox:not([dir=rtl]) .tox-selectfield svg {
  right: 8px;
}

.tox[dir=rtl] .tox-selectfield select[size="0"],
.tox[dir=rtl] .tox-selectfield select[size="1"] {
  padding-left: 24px;
}

.tox[dir=rtl] .tox-selectfield svg {
  left: 8px;
}

.tox .tox-textarea {
  -webkit-appearance: textarea;
  -moz-appearance: textarea;
  appearance: textarea;
  white-space: pre-wrap;
}

.tox-fullscreen {
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  padding: 0;
  touch-action: pinch-zoom;
  width: 100%;
}

.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
  display: none;
}

.tox.tox-tinymce.tox-fullscreen,
.tox-shadowhost.tox-fullscreen {
  left: 0;
  position: fixed;
  top: 0;
  z-index: 1200;
}

.tox.tox-tinymce.tox-fullscreen {
  background-color: transparent;
}

.tox-fullscreen .tox.tox-tinymce-aux,
.tox-fullscreen ~ .tox.tox-tinymce-aux {
  z-index: 1201;
}

.tox .tox-help__more-link {
  list-style: none;
  margin-top: 1em;
}

.tox .tox-image-tools {
  width: 100%;
}

.tox .tox-image-tools__toolbar {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tox .tox-image-tools__image {
  background-color: #666;
  height: 380px;
  overflow: auto;
  position: relative;
  width: 100%;
}

.tox .tox-image-tools__image,
.tox .tox-image-tools__image + .tox-image-tools__toolbar {
  margin-top: 8px;
}

.tox .tox-image-tools__image-bg {
  background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==);
}

.tox .tox-image-tools__toolbar > .tox-spacer {
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-croprect-block {
  background: black;
  filter: alpha(opacity=50);
  opacity: 0.5;
  position: absolute;
  zoom: 1;
}

.tox .tox-croprect-handle {
  border: 2px solid white;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  width: 20px;
}

.tox .tox-croprect-handle-move {
  border: 0;
  cursor: move;
  position: absolute;
}

.tox .tox-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  cursor: nw-resize;
  left: 100px;
  margin: -2px 0 0 -2px;
  top: 100px;
}

.tox .tox-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  cursor: ne-resize;
  left: 200px;
  margin: -2px 0 0 -20px;
  top: 100px;
}

.tox .tox-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  cursor: sw-resize;
  left: 100px;
  margin: -20px 2px 0 -2px;
  top: 200px;
}

.tox .tox-croprect-handle-se {
  border-width: 0 2px 2px 0;
  cursor: se-resize;
  left: 200px;
  margin: -20px 0 0 -20px;
  top: 200px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-left: 8px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-left: 32px;
}

.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-left: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
  margin-right: 8px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
  margin-right: 32px;
}

.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
  margin-right: 32px;
}

.tox .tox-insert-table-picker {
  display: flex;
  flex-wrap: wrap;
  width: 170px;
}

.tox .tox-insert-table-picker > div {
  border-color: #cccccc;
  border-style: solid;
  border-width: 0 1px 1px 0;
  box-sizing: border-box;
  height: 17px;
  width: 17px;
}

.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
  margin: -4px 0;
}

.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
  background-color: rgba(32, 122, 183, 0.5);
  border-color: rgba(32, 122, 183, 0.5);
}

.tox .tox-insert-table-picker__label {
  color: rgba(34, 47, 62, 0.7);
  display: block;
  font-size: 14px;
  padding: 4px;
  text-align: center;
  width: 100%;
}

.tox:not([dir=rtl]) {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
  border-right: 0;
}

.tox[dir=rtl] {
  /* stylelint-disable-next-line no-descending-specificity */
}

.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
  border-right: 0;
}

.tox {
  /* stylelint-disable */
  /* stylelint-enable */
}

.tox .tox-menu {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 4px 8px 0 rgba(34, 47, 62, 0.1);
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  z-index: 1150;
}

.tox .tox-menu.tox-collection.tox-collection--list {
  padding: 0;
}

.tox .tox-menu.tox-collection.tox-collection--toolbar {
  padding: 4px;
}

.tox .tox-menu.tox-collection.tox-collection--grid {
  padding: 4px;
}

.tox .tox-menu__label h1,
.tox .tox-menu__label h2,
.tox .tox-menu__label h3,
.tox .tox-menu__label h4,
.tox .tox-menu__label h5,
.tox .tox-menu__label h6,
.tox .tox-menu__label p,
.tox .tox-menu__label blockquote,
.tox .tox-menu__label code {
  margin: 0;
}

.tox .tox-menubar {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 4px 0 4px;
}

.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
  border-top: 1px solid #cccccc;
}

/* Deprecated. Remove in next major release */

.tox .tox-mbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0 4px;
  text-transform: none;
  width: auto;
}

.tox .tox-mbtn[disabled] {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-mbtn:focus:not(:disabled) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn--active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-mbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}

.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
  cursor: not-allowed;
}

.tox .tox-mbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
  display: none;
}

.tox .tox-notification {
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  box-shadow: none;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  font-size: 14px;
  font-weight: normal;
  -ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
  margin-top: 4px;
  opacity: 0;
  padding: 4px;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}

.tox .tox-notification p {
  font-size: 14px;
  font-weight: normal;
}

.tox .tox-notification a {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-notification--in {
  opacity: 1;
}

.tox .tox-notification--success {
  background-color: #e4eeda;
  border-color: #d7e6c8;
  color: #222f3e;
}

.tox .tox-notification--success p {
  color: #222f3e;
}

.tox .tox-notification--success a {
  color: #547831;
}

.tox .tox-notification--success svg {
  fill: #222f3e;
}

.tox .tox-notification--error {
  background-color: #f8dede;
  border-color: #f2bfbf;
  color: #222f3e;
}

.tox .tox-notification--error p {
  color: #222f3e;
}

.tox .tox-notification--error a {
  color: #c00;
}

.tox .tox-notification--error svg {
  fill: #222f3e;
}

.tox .tox-notification--warn,
.tox .tox-notification--warning {
  background-color: #fffaea;
  border-color: #ffe89d;
  color: #222f3e;
}

.tox .tox-notification--warn p,
.tox .tox-notification--warning p {
  color: #222f3e;
}

.tox .tox-notification--warn a,
.tox .tox-notification--warning a {
  color: #222f3e;
}

.tox .tox-notification--warn svg,
.tox .tox-notification--warning svg {
  fill: #222f3e;
}

.tox .tox-notification--info {
  background-color: #d9edf7;
  border-color: #779ecb;
  color: #222f3e;
}

.tox .tox-notification--info p {
  color: #222f3e;
}

.tox .tox-notification--info a {
  color: #222f3e;
}

.tox .tox-notification--info svg {
  fill: #222f3e;
}

.tox .tox-notification__body {
  -ms-grid-row-align: center;
  align-self: center;
  color: #222f3e;
  font-size: 14px;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  text-align: center;
  white-space: normal;
  word-break: break-all;
  word-break: break-word;
}

.tox .tox-notification__body > * {
  margin: 0;
}

.tox .tox-notification__body > * + * {
  margin-top: 1rem;
}

.tox .tox-notification__icon {
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

.tox .tox-notification__icon svg {
  display: block;
}

.tox .tox-notification__dismiss {
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

.tox .tox-notification .tox-progress-bar {
  -ms-grid-column-span: 3;
  grid-column-end: 4;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column-align: center;
  justify-self: center;
}

.tox .tox-pop {
  display: inline-block;
  position: relative;
}

.tox .tox-pop--resizing {
  transition: width 0.1s ease;
}

.tox .tox-pop--resizing .tox-toolbar,
.tox .tox-pop--resizing .tox-toolbar__group {
  flex-wrap: nowrap;
}

.tox .tox-pop--transition {
  transition: 0.15s ease;
  transition-property: left, right, top, bottom;
}

.tox .tox-pop--transition::before,
.tox .tox-pop--transition::after {
  transition: all 0.15s, visibility 0s, opacity 0.075s ease 0.075s;
}

.tox .tox-pop__dialog {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  min-width: 0;
  overflow: hidden;
}

.tox .tox-pop__dialog > *:not(.tox-toolbar) {
  margin: 4px 4px 4px 8px;
}

.tox .tox-pop__dialog .tox-toolbar {
  background-color: transparent;
  margin-bottom: -1px;
}

.tox .tox-pop::before,
.tox .tox-pop::after {
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  opacity: 1;
  position: absolute;
  width: 0;
}

.tox .tox-pop.tox-pop--inset::before,
.tox .tox-pop.tox-pop--inset::after {
  opacity: 0;
  transition: all 0s 0.15s, visibility 0s, opacity 0.075s ease;
}

.tox .tox-pop.tox-pop--bottom::before,
.tox .tox-pop.tox-pop--bottom::after {
  left: 50%;
  top: 100%;
}

.tox .tox-pop.tox-pop--bottom::after {
  border-color: #fff transparent transparent transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: -1px;
}

.tox .tox-pop.tox-pop--bottom::before {
  border-color: #cccccc transparent transparent transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--top::before,
.tox .tox-pop.tox-pop--top::after {
  left: 50%;
  top: 0;
  transform: translateY(-100%);
}

.tox .tox-pop.tox-pop--top::after {
  border-color: transparent transparent #fff transparent;
  border-width: 8px;
  margin-left: -8px;
  margin-top: 1px;
}

.tox .tox-pop.tox-pop--top::before {
  border-color: transparent transparent #cccccc transparent;
  border-width: 9px;
  margin-left: -9px;
}

.tox .tox-pop.tox-pop--left::before,
.tox .tox-pop.tox-pop--left::after {
  left: 0;
  top: calc(50% - 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--left::after {
  border-color: transparent #fff transparent transparent;
  border-width: 8px;
  margin-left: -15px;
}

.tox .tox-pop.tox-pop--left::before {
  border-color: transparent #cccccc transparent transparent;
  border-width: 10px;
  margin-left: -19px;
}

.tox .tox-pop.tox-pop--right::before,
.tox .tox-pop.tox-pop--right::after {
  left: 100%;
  top: calc(50% + 1px);
  transform: translateY(-50%);
}

.tox .tox-pop.tox-pop--right::after {
  border-color: transparent transparent transparent #fff;
  border-width: 8px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--right::before {
  border-color: transparent transparent transparent #cccccc;
  border-width: 10px;
  margin-left: -1px;
}

.tox .tox-pop.tox-pop--align-left::before,
.tox .tox-pop.tox-pop--align-left::after {
  left: 20px;
}

.tox .tox-pop.tox-pop--align-right::before,
.tox .tox-pop.tox-pop--align-right::after {
  left: calc(100% - 20px);
}

.tox .tox-sidebar-wrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  min-height: 0;
}

.tox .tox-sidebar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.tox .tox-sidebar__slider {
  display: flex;
  overflow: hidden;
}

.tox .tox-sidebar__pane-container {
  display: flex;
}

.tox .tox-sidebar__pane {
  display: flex;
}

.tox .tox-sidebar--sliding-closed {
  opacity: 0;
}

.tox .tox-sidebar--sliding-open {
  opacity: 1;
}

.tox .tox-sidebar--sliding-growing,
.tox .tox-sidebar--sliding-shrinking {
  transition: width 0.5s ease, opacity 0.5s ease;
}

.tox .tox-selector {
  background-color: #4099ff;
  border-color: #4099ff;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: inline-block;
  height: 10px;
  position: absolute;
  width: 10px;
}

.tox.tox-platform-touch .tox-selector {
  height: 12px;
  width: 12px;
}

.tox .tox-slider {
  align-items: center;
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
  height: 24px;
  justify-content: center;
  position: relative;
}

.tox .tox-slider__rail {
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 10px;
  min-width: 120px;
  width: 100%;
}

.tox .tox-slider__handle {
  background-color: #207ab7;
  border: 2px solid #185d8c;
  border-radius: 3px;
  box-shadow: none;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 14px;
}

.tox .tox-source-code {
  overflow: auto;
}

.tox .tox-spinner {
  display: flex;
}

.tox .tox-spinner > div {
  animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
  background-color: rgba(34, 47, 62, 0.7);
  border-radius: 100%;
  height: 8px;
  width: 8px;
}

.tox .tox-spinner > div:nth-child(1) {
  animation-delay: -0.32s;
}

.tox .tox-spinner > div:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes tam-bouncing-dots {
  0%, 80%, 100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
  margin-left: 4px;
}

.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
  margin-right: 4px;
}

.tox .tox-statusbar {
  align-items: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  color: rgba(34, 47, 62, 0.7);
  display: flex;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  overflow: hidden;
  padding: 0 8px;
  position: relative;
  text-transform: uppercase;
}

.tox .tox-statusbar__text-container {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  overflow: hidden;
}

.tox .tox-statusbar__path {
  display: flex;
  flex: 1 1 auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tox .tox-statusbar__path > * {
  display: inline;
  white-space: nowrap;
}

.tox .tox-statusbar__wordcount {
  flex: 0 0 auto;
  margin-left: 1ch;
}

.tox .tox-statusbar a,
.tox .tox-statusbar__path-item,
.tox .tox-statusbar__wordcount {
  color: rgba(34, 47, 62, 0.7);
  text-decoration: none;
}

.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),
.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
  text-decoration: underline;
}

.tox .tox-statusbar__resize-handle {
  align-items: flex-end;
  align-self: stretch;
  cursor: nwse-resize;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: -8px;
  padding-left: 1ch;
}

.tox .tox-statusbar__resize-handle svg {
  display: block;
  fill: rgba(34, 47, 62, 0.7);
}

.tox .tox-statusbar__resize-handle:focus svg {
  background-color: #dee0e2;
  border-radius: 1px;
  box-shadow: 0 0 0 2px #dee0e2;
}

.tox:not([dir=rtl]) .tox-statusbar__path > * {
  margin-right: 4px;
}

.tox:not([dir=rtl]) .tox-statusbar__branding {
  margin-left: 1ch;
}

.tox[dir=rtl] .tox-statusbar {
  flex-direction: row-reverse;
}

.tox[dir=rtl] .tox-statusbar__path > * {
  margin-left: 4px;
}

.tox .tox-throbber {
  z-index: 1299;
}

.tox .tox-throbber__busy-spinner {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.tox .tox-tbtn {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 3px;
  box-shadow: none;
  color: #222f3e;
  display: flex;
  flex: 0 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 34px;
  justify-content: center;
  margin: 2px 0 3px 0;
  outline: none;
  overflow: hidden;
  padding: 0;
  text-transform: none;
  width: 34px;
}

.tox .tox-tbtn svg {
  display: block;
  fill: #222f3e;
}

.tox .tox-tbtn.tox-tbtn-more {
  padding-left: 5px;
  padding-right: 5px;
  width: inherit;
}

.tox .tox-tbtn:focus {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
}

.tox .tox-tbtn:hover {
  background: #dee0e2;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:hover svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn:active svg {
  fill: #222f3e;
}

.tox .tox-tbtn--disabled,
.tox .tox-tbtn--disabled:hover,
.tox .tox-tbtn:disabled,
.tox .tox-tbtn:disabled:hover {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
  cursor: not-allowed;
}

.tox .tox-tbtn--disabled svg,
.tox .tox-tbtn--disabled:hover svg,
.tox .tox-tbtn:disabled svg,
.tox .tox-tbtn:disabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--enabled,
.tox .tox-tbtn--enabled:hover {
  background: #c8cbcf;
  border: 0;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-tbtn--enabled > *,
.tox .tox-tbtn--enabled:hover > * {
  transform: none;
}

.tox .tox-tbtn--enabled svg,
.tox .tox-tbtn--enabled:hover svg {
  /* stylelint-disable-line no-descending-specificity */
  fill: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
  color: #222f3e;
}

.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
  fill: #222f3e;
}

.tox .tox-tbtn:active > * {
  transform: none;
}

.tox .tox-tbtn--md {
  height: 51px;
  width: 51px;
}

.tox .tox-tbtn--lg {
  flex-direction: column;
  height: 68px;
  width: 68px;
}

.tox .tox-tbtn--return {
  -ms-grid-row-align: stretch;
  align-self: stretch;
  height: unset;
  width: 16px;
}

.tox .tox-tbtn--labeled {
  padding: 0 4px;
  width: unset;
}

.tox .tox-tbtn__vlabel {
  display: block;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
  white-space: nowrap;
}

.tox .tox-tbtn--select {
  margin: 2px 0 3px 0;
  padding: 0 4px;
  width: auto;
}

.tox .tox-tbtn__select-label {
  cursor: default;
  font-weight: normal;
  margin: 0 4px;
}

.tox .tox-tbtn__select-chevron {
  align-items: center;
  display: flex;
  justify-content: center;
  width: 16px;
}

.tox .tox-tbtn__select-chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 7em;
}

.tox .tox-split-button {
  border: 0;
  border-radius: 3px;
  box-sizing: border-box;
  display: flex;
  margin: 2px 0 3px 0;
  overflow: hidden;
}

.tox .tox-split-button:hover {
  box-shadow: 0 0 0 1px #dee0e2 inset;
}

.tox .tox-split-button:focus {
  background: #dee0e2;
  box-shadow: none;
  color: #222f3e;
}

.tox .tox-split-button > * {
  border-radius: 0;
}

.tox .tox-split-button__chevron {
  width: 16px;
}

.tox .tox-split-button__chevron svg {
  fill: rgba(34, 47, 62, 0.5);
}

.tox .tox-split-button .tox-tbtn {
  margin: 0;
}

.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
  width: 30px;
}

.tox.tox-platform-touch .tox-split-button__chevron {
  width: 20px;
}

.tox .tox-split-button.tox-tbtn--disabled:hover,
.tox .tox-split-button.tox-tbtn--disabled:focus,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus {
  background: transparent;
  box-shadow: none;
  color: rgba(34, 47, 62, 0.5);
}

.tox .tox-toolbar-overlord {
  background-color: #fff;
}

.tox .tox-toolbar,
.tox .tox-toolbar__primary,
.tox .tox-toolbar__overflow {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23cccccc'/%3E%3C/svg%3E") left 0 top 0 #fff;
  background-color: #fff;
  display: flex;
  flex: 0 0 auto;
  flex-shrink: 0;
  flex-wrap: wrap;
  padding: 0 0;
}

.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
  height: 0;
  opacity: 0;
  padding-bottom: 0;
  padding-top: 0;
  visibility: hidden;
}

.tox .tox-toolbar__overflow--growing {
  transition: height 0.3s ease, opacity 0.2s linear 0.1s;
}

.tox .tox-toolbar__overflow--shrinking {
  transition: opacity 0.3s ease, height 0.2s linear 0.1s, visibility 0s linear 0.3s;
}

.tox .tox-menubar + .tox-toolbar,
.tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
  margin-top: -1px;
}

.tox .tox-toolbar--scrolling {
  flex-wrap: nowrap;
  overflow-x: auto;
}

.tox .tox-pop .tox-toolbar {
  border-width: 0;
}

.tox .tox-toolbar--no-divider {
  background-image: none;
}

.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child,
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary {
  border-top: 1px solid #cccccc;
}

.tox.tox-tinymce-aux .tox-toolbar__overflow {
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.tox .tox-toolbar__group {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0;
  padding: 0 4px 0 4px;
}

.tox .tox-toolbar__group--pull-right {
  margin-left: auto;
}

.tox .tox-toolbar--scrolling .tox-toolbar__group {
  flex-shrink: 0;
  flex-wrap: nowrap;
}

.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
  border-right: 1px solid #cccccc;
}

.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
  border-left: 1px solid #cccccc;
}

.tox .tox-tooltip {
  display: inline-block;
  padding: 8px;
  position: relative;
}

.tox .tox-tooltip__body {
  background-color: #222f3e;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(34, 47, 62, 0.3);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  padding: 4px 8px;
  text-transform: none;
}

.tox .tox-tooltip__arrow {
  position: absolute;
}

.tox .tox-tooltip--down .tox-tooltip__arrow {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #222f3e;
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}

.tox .tox-tooltip--up .tox-tooltip__arrow {
  border-bottom: 8px solid #222f3e;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
}

.tox .tox-tooltip--right .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #222f3e;
  border-top: 8px solid transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-tooltip--left .tox-tooltip__arrow {
  border-bottom: 8px solid transparent;
  border-right: 8px solid #222f3e;
  border-top: 8px solid transparent;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.tox .tox-well {
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}

.tox .tox-well > *:first-child {
  margin-top: 0;
}

.tox .tox-well > *:last-child {
  margin-bottom: 0;
}

.tox .tox-well > *:only-child {
  margin: 0;
}

.tox .tox-custom-editor {
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: flex;
  flex: 1;
  position: relative;
}

/* stylelint-disable */

.tox {
  /* stylelint-enable */
}

.tox .tox-dialog-loading::before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.tox .tox-tab {
  cursor: pointer;
}

.tox .tox-dialog__content-js {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-dialog__body-content .tox-collection {
  display: flex;
  flex: 1;
  -ms-flex-preferred-size: auto;
}

.tox .tox-image-tools-edit-panel {
  height: 60px;
}

.tox .tox-image-tools__sidebar {
  height: 60px;
}

.amis-scope .video-react .video-react-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .video-react .video-react-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  text-align: center;
}

@font-face {
  font-family: "video-react";
  src: url(data:application/vnd.ms-fontobject;base64,MBgAAHwXAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAAic4U8QAAAAAAAAAAAAAAAAAAAAAAABYAdgBpAGQAZQBvAC0AcgBlAGEAYwB0AAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAWAHYAaQBkAGUAbwAtAHIAZQBhAGMAdAAAAAAAAAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA?#iefix) format("eot");
}

@font-face {
  font-family: "video-react";
  src: url(data:application/font-woff;base64,d09GRgABAAAAABfIAAsAAAAAF3wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABPUy8yAAABCAAAAGAAAABgDtEPymNtYXAAAAFoAAAAVAAAAFQOVuSnZ2FzcAAAAbwAAAAIAAAACAAAABBnbHlmAAABxAAAEtAAABLQx1vcUmhlYWQAABSUAAAANgAAADYLMledaGhlYQAAFMwAAAAkAAAAJAesBCZobXR4AAAU8AAAAJQAAACUiAAUz2xvY2EAABWEAAAATAAAAExLllAobWF4cAAAFdAAAAAgAAAAIAAqAMluYW1lAAAV8AAAAbYAAAG2W2rK6XBvc3QAABeoAAAAIAAAACAAAwAAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA8iAEAAAAAAAEAAAAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAwAAAAMAAAAcAAEAAwAAABwAAwABAAAAHAAEADgAAAAKAAgAAgACAAEAIPIg//3//wAAAAAAIPIA//3//wAB/+MOBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQFWANYDKgMqAAIAAAkCAVYB1P4sAyr+1v7WAAIAVgBWA6oDqgACABYAAAEtATcyHgIVFA4CIyIuAjU0PgIBqgEA/wBWWJxzQ0Nzm1lYnHNDQ3ObAUDAwOpDc5tZWJxzQ0Nzm1lYnHNDAAAAAwBWAFYDqgOqABMAJwAqAAAlMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AhMRBQIARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmwMBAKo2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/ZYBgMAAAAAAAgEAANYDAAMqAAMABwAAATMRIyERMxECVqqq/qqqAyr9rAJU/awAAAMAVgBWA6oDqgADAAcAGwAAAREjESMRIxETMh4CFRQOAiMiLgI1ND4CAoBWVFaAWJxzQ0Nzm1lYnHNDQ3ObAVYBVP6sAVT+rAJUQ3ObWVicc0NDc5tZWJxzQwAABABWAFYDqgOqAAMAFwArAC8AAAERMxEHMj4CNTQuAiMiDgIVFB4CEzIeAhUUDgIjIi4CNTQ+AgMRMxECKlaARn1dNjZdfEdGfV02Nl18R1icc0NDc5tZWJxzQ0NzmydWAVYBVP6srDZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9rAFU/qwAAQEAAQADAAMAAAMAAAEhESEBAAIA/gADAP4AAAIAagEAA1YDAAACAAUAAAkBESEJAQHqAWz+gP6UAWwCAAEA/gABAAEAAAAAAgCqAQADlgMAAAIABQAACQIhEQECKgFs/pT+gAFsAwD/AP8AAgD/AAAAAAACAQABAAMAAwAAAgAGAAAJAREBMxEjAZYBav4AVlYCAAEA/gACAP4AAAAAAAIBAAEAAwADAAADAAYAAAEzESMhEQECqlZW/lYBagMA/gACAP8AAAACAKoAgANWA9YARQBoAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjETIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcB+AMLBB4KZkoEBAYFAwgGDQMDCgMHCwEDAwUGBgcDAxEGBg0DAwsGCAoiDgwDBgMKBAQKCQNGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBvAEFAgMDXh4mAQMDAwMDAwMDBgMHGQ4GDQMDDQYGAwMDAQEDAwIDBBYMCwkBAwgJAxoICgQBbjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MxMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjQOBgMIAwgEBBIEAwYDCAYGVAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBtigqTAYuRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgFCQEDCgkDVgkDBAoDAwgJA1YJJwkTBhoMBAEDAwYDBSgPHgkTBhoMBAEDAwYDAw4JCRAJaowMHhgBHjVde0dGfV02Nl18RzReRSkpRV01NF5FKazW1gAAAAQAqgCAA1YD1gAbAEYAowDGAAABFBYzMjY/ATA2PQE0JjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNRMyHgIVFA4CIyIuAjUzFB4CMzI+AjU0LgIjFSc3AjwQBgMGAwgEBBAEAwgDCAQEUAEDDBAGBg4GDxUKBgMDAwMDAwwQBgYMBgYOBgYKBgYDAwMB4gwSBAUDFgUDAwEsFg4DDgMNGQoICAQFAwMIAwYNAwMFAQMDBgMDDQYGDgYGCwMDDQYICiQEBQMWBQMDAQQFAxpmRn1dNjZdfEdGfV02VilFXTU0XkUpKUVdNdbWAXgGCAEDCgkDVgMGAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgFqNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAACAKoAgANWA9YAQgBlAAABDgEVFAYxIzczFSMHMDY1NDI1NBY7ATIWFx4BFx4BFRQGBw4BBw4BIyImJy4BJy4BNTMUFjMyNj8BMDY9AS8BMCYjJTQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIB9AMLBBoKZkoEBAYFAwgGDQMDCgMHCwEDAwUGCBcPBg0DAwsGCAoiDgwDBgMKBAQKCQP+rjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBggIAQMDAgMEFgwLCQEDCAkDGggKBBpGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAQAqgCAA1YD1gAbAEYATQBwAAABFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFQcjNQc1NzMFND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgI0DgYDCAMIBAQSBAMGAwgGBlABAwwQBgYOBgYOBgYIBgoIAQMODgYGDgYGDgYGCgYGAwMDAbIoKkwG/tg2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGDZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwAAAAEAKoAgANWA9YAIgA+AGkAxgAAEzQ+AjM1Fwc1Ig4CFRQeAjMyPgI1MxQOAiMiLgIFFBYzMjY/ATA2PQEwJjU0JiMiBg8BMAYdATAWNxQGDwEwBiMiBiMiJicuAScuAT0BNDY/ATA2MzI2MzIWFx4BFx4BFx4BFSMyNj0BMCY1NCYrATAGIyIGHQEjNDYzMjYzMhYXHgEdATAGFRQGIyIGBx4BFx4BFRQGBw4BBw4BIyIGIyImJy4BJy4BNTMVMBYVFBY7ATA2MzI2PQEwJjU0JisBNao2XXxH1tY0XkUpKUVdNTReRSlWNl18R0Z9XTYBjg4GAwgDCAQEEgQDBgMIBARUAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGgHWRnxdNazW1qwpRV01NF5FKSlFXTVGfV02Nl18FwUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwECwUDDgkJEAkeCRMGGgwEAQMDBgMDDgkJEAkODAgFAwMBBAUDCA8fBAcFBBgKDgkDAwUHAwMHBgYOBgYNAwMKAwMFBAEDAwIDBBsLCAUDAwEEBQMWBQMDAR4AAAAABACAAIADgAOAAAIAFAAmAC4AAAEVJycBBycOAQc1PgE3JxEnIxEzJwE0LgInNR4DFRQGByc+ASccAQcnNR4BAgBa8ALKNlgiTiwbMBW21qrKygKqHzlNL0BuTy0XFUAKDGoCaDA6A1a0WoT9NjZYGygLWAcaEbb+4NYBAMr+tjNcSzYOWA5FY3xEMFsnQhk5HgcNBmheGFsAAAAAAQEqAKoCqgNWAAUAAAEzNxEnIwEqrNTUrAKA1v1U1gACANYAqgMWA1YABQAMAAATMzcRJyMlFAYHER4B1qrW1qoCQDwwMDwCgNb9VNaAOVsYAVgYWwAAAAMAgACKA4ADdgAVABwAIgAAAR4DFRQOAgc1PgM1NC4CJxMUBgcRHgElMzcRJyMCVkBuTy0tT21BLk45Hx85TS9qOjAwOv3AqtbWqgN2DkVjfEREe2NGDlgNN0tcMzNcSzYO/uI5WxgBWBhbR9b9VNYAAAAABADWANYDKgMqAAUACwARABcAAAEzFSM1IxM1MxUjNQE1MxUjFR0BMxUjNQJW1FSAgFTU/oDUgIDUAyrUgP5UgNRUASzUVICsgFTUAAQA1gDWAyoDKgAFAAsAEQAXAAABMxUjNTMDNTMVIxUBNTMVIzURNTMVIzUCqoDUVFTUgP6sVNTUVAKqVNT9rNRUgAHUgNRU/qxU1IAAAAAAAwCAAKoDgANWABcALwA/AAABNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUjNTQmKwEiBh0BFBY7ATI2PQEjFSM1MxUBMhYVERQGIyEiJjURNDYzAwAYEoASGhoSgBIYQFZW6hoSgBIYGBKAEhpAVlYBlCI0MyP9rCQyMiQCKiwSGBgSrBIYGBIsFoAWLBIYGBKsEhgYEiwWgBYBLDMj/gAiNDMjAgAiNAAABACAAIADgAOAAAMADQAZACkAAAE1MxUnETMyNj0BNCYjAREjFSM1IxEzNTMVATIWFREUBiMhIiY1ETQ2MwJqVpasEhgYEv8AQFZAQFYBlCI0MyP9rCQyMiQBwICAwP8AGBKsEhj/AAEAamr/AFZWAgAzI/2sIjQzIwJUIjQAAAACAGQAVgOcA6oACwBZAAABMjY1NCYjIgYVFBYlFx4BDwEOAS8BDgEPAQ4BKwEiJi8BLgEnBwYmLwEmNj8BLgE1PAE3Jy4BPwE+AR8BPgE/AT4BOwEyFh8BHgEXNzYWHwEWBg8BHgEVHAECAD1ZWD49WVgBfFoGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAloGAgRWBA4IahAkFBABCwisBwsCEBMkEWoHDgVWBAIGWgEBAWpYPj1ZWD49WWxGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQtGBBAIlAcEAyoMFghwBwsKCHAHFQ4qAwMIlAcQBUYKFQsKFQAAAAEAgABYA4ADqgAzAAABMhYVFAYjIiY1PAE3JQ4BIyImNTQ2MzIWFyUuATU0NjMyFhUUBiMiJicFHgEVFAYHBT4BAwAzSUkzM0kC/tISLBo0TEs1GS0SASwBA0s1NExLNRktEv7UAQMCAgEwECwBUkkzM0tLMwcPBrAQEks1NEwREa4HDwg0TEs1NEwTEbAHDwgHDwiwDxEAAwBWAFYDqgOqAAMABwAbAAABNSMVExEjERMyHgIVFA4CIyIuAjU0PgICKlRUVCpYnHNDQ3ObWVicc0NDc5sCgFZW/qoBAP8AAoBDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAATUzFQMyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEzEQHWVCpGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObL1QCgFZW/io2XXxHRn1dNjZdfEdGfV02AwBDc5tZWJxzQ0Nzm1lYnHND/YABAP8AAAABANYA1gMqAyoACwAAAQcXBycHJzcnNxc3Ayru7jzu7jzu7jzu7gLu7u487u487u487u4AAQBVAFUDqwOrABQAABMUHgIzMj4CNTQuAiMiDgIVVUN0nFhYnHRDQ3ScWFicdEMCAFicdENDdJxYWJx0Q0N0nFgAAAACAFUAVQOrA6sAFAAoAAABIg4CFRQeAjMyPgI1NC4CIxEiLgI1ND4CMzIeAhUUDgICAFicdENDdJxYWJx0Q0N0nFhHfF01NV18R0d8XTU1XXwDq0N0nFhYnHRDQ3ScWFicdEP9ADVdfEdHfF01NV18R0d8XTUAAAADAFUAVQOrA6sAFAAoADQAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAhMUBiMiJjU0NjMyFgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfDlLNTVLSzU1SwOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQFVNUtLNTVLSwAAAAEAAAABAADxFM6JXw889QALBAAAAAAA1DSJZQAAAADUNIllAAAAAAOrA9YAAAAIAAIAAAAAAAAAAQAABAAAAAAABAAAAAAAA6sAAQAAAAAAAAAAAAAAAAAAACUEAAAAAAAAAAAAAAAAAAAABAABVgQAAFYEAABWBAABAAQAAFYEAABWBAABAAQAAGoEAACqBAABAAQAAQAEAACqBAAAqgQAAKoEAACqBAAAqgQAAKoEAACABAABKgQAANYEAACABAAA1gQAANYEAACABAAAgAQAAGQEAACABAAAVgQAAFYEAADWBAAAVQQAAFUEAABVAAAAAAAKABQAHgAsAFQAlgCqANgBIAEuAUQBWgFwAYQCEAKoA6YELgTGBcQGEgYiBj4GeAaeBsYHGgdaB+IILghcCKQIvgjgCRwJaAABAAAAJQDHAAQAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEACwAAAAEAAAAAAAIABwCEAAEAAAAAAAMACwBCAAEAAAAAAAQACwCZAAEAAAAAAAUACwAhAAEAAAAAAAYACwBjAAEAAAAAAAoAGgC6AAMAAQQJAAEAFgALAAMAAQQJAAIADgCLAAMAAQQJAAMAFgBNAAMAAQQJAAQAFgCkAAMAAQQJAAUAFgAsAAMAAQQJAAYAFgBuAAMAAQQJAAoANADUdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0VmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwdmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0dmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0UmVndWxhcgBSAGUAZwB1AGwAYQBydmlkZW8tcmVhY3QAdgBpAGQAZQBvAC0AcgBlAGEAYwB0Rm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format("woff"), url(data:application/x-font-ttf;base64,AAEAAAALAIAAAwAwT1MvMg7RD8oAAAC8AAAAYGNtYXAOVuSnAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zsdb3FIAAAF4AAAS0GhlYWQLMledAAAUSAAAADZoaGVhB6wEJgAAFIAAAAAkaG10eIgAFM8AABSkAAAAlGxvY2FLllAoAAAVOAAAAExtYXhwACoAyQAAFYQAAAAgbmFtZVtqyukAABWkAAABtnBvc3QAAwAAAAAXXAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADyIAQAAAAAAAQAAAAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg8iD//f//AAAAAAAg8gD//f//AAH/4w4EAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAVYA1gMqAyoAAgAACQIBVgHU/iwDKv7W/tYAAgBWAFYDqgOqAAIAFgAAAS0BNzIeAhUUDgIjIi4CNTQ+AgGqAQD/AFZYnHNDQ3ObWVicc0NDc5sBQMDA6kNzm1lYnHNDQ3ObWVicc0MAAAADAFYAVgOqA6oAEwAnACoAACUyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CExEFAgBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObAwEAqjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9lgGAwAAAAAACAQAA1gMAAyoAAwAHAAABMxEjIREzEQJWqqr+qqoDKv2sAlT9rAAAAwBWAFYDqgOqAAMABwAbAAABESMRIxEjERMyHgIVFA4CIyIuAjU0PgICgFZUVoBYnHNDQ3ObWVicc0NDc5sBVgFU/qwBVP6sAlRDc5tZWJxzQ0Nzm1lYnHNDAAAEAFYAVgOqA6oAAwAXACsALwAAAREzEQcyPgI1NC4CIyIOAhUUHgITMh4CFRQOAiMiLgI1ND4CAxEzEQIqVoBGfV02Nl18R0Z9XTY2XXxHWJxzQ0Nzm1lYnHNDQ3ObJ1YBVgFU/qysNl18R0Z9XTY2XXxHRn1dNgMAQ3ObWVicc0NDc5tZWJxzQ/2sAVT+rAABAQABAAMAAwAAAwAAASERIQEAAgD+AAMA/gAAAgBqAQADVgMAAAIABQAACQERIQkBAeoBbP6A/pQBbAIAAQD+AAEAAQAAAAACAKoBAAOWAwAAAgAFAAAJAiERAQIqAWz+lP6AAWwDAP8A/wACAP8AAAAAAAIBAAEAAwADAAACAAYAAAkBEQEzESMBlgFq/gBWVgIAAQD+AAIA/gAAAAAAAgEAAQADAAMAAAMABgAAATMRIyERAQKqVlb+VgFqAwD+AAIA/wAAAAIAqgCAA1YD1gBFAGgAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMRMh4CFRQOAiMiLgI1MxQeAjMyPgI1NC4CIxUnNwH4AwsEHgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYGBwMDEQYGDQMDCwYICiIODAMGAwoEBAoJA0Z9XTY2XXxHRn1dNlYpRV01NF5FKSlFXTXW1gG8AQUCAwNeHiYBAwMDAwMDAwMGAwcZDgYNAwMNBgYDAwMBAQMDAgMEFgwLCQEDCAkDGggKBAFuNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAEAKoAgANWA9YAGwBGAE0AcAAAARQWMzI2PwEwNj0BMCY1NCYjIgYPATAGHQEwFjcUBg8BMAYjIgYjIiYnLgEnLgE9ATQ2PwEwNjMyNjMyFhceARceARceARUHIzUHNTczEzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCNA4GAwgDCAQEEgQDBgMIBgZUAQMMEAYGDgYGDgYGCAYKCAEDDg4GBg4GBg4GBgoGBgMDAwG2KCpMBi5GfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAUJAQMKCQNWCQMECgMDCAkDVgknCRMGGgwEAQMDBgMFKA8eCRMGGgwEAQMDBgMDDgkJEAlqjAweGAEeNV17R0Z9XTY2XXxHNF5FKSlFXTU0XkUprNbWAAAABACqAIADVgPWABsARgCjAMYAAAEUFjMyNj8BMDY9ATQmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1EzIeAhUUDgIjIi4CNTMUHgIzMj4CNTQuAiMVJzcCPBAGAwYDCAQEEAQDCAMIBARQAQMMEAYGDgYPFQoGAwMDAwMDDBAGBgwGBg4GBgoGBgMDAwHiDBIEBQMWBQMDASwWDgMOAw0ZCggIBAUDAwgDBg0DAwUBAwMGAwMNBgYOBgYLAwMNBggKJAQFAxYFAwMBBAUDGmZGfV02Nl18R0Z9XTZWKUVdNTReRSkpRV011tYBeAYIAQMKCQNWAwYDBAoDAwgJA1YJJwkTBhoMBAsFAw4JCRAJHgkTBhoMBAEDAwYDAw4JCRAJDgwIBQMDAQQFAwgPHwQHBQQYCg4JAwMFBwMDBwYGDgYGDQMDCgMDBQQBAwMCAwQbCwgFAwMBBAUDFgUDAwEeAWo1XXtHRn1dNjZdfEc0XkUpKUVdNTReRSms1tYAAAIAqgCAA1YD1gBCAGUAAAEOARUUBjEjNzMVIwcwNjU0MjU0FjsBMhYXHgEXHgEVFAYHDgEHDgEjIiYnLgEnLgE1MxQWMzI2PwEwNj0BLwEwJiMlND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgH0AwsEGgpmSgQEBgUDCAYNAwMKAwcLAQMDBQYIFw8GDQMDCwYICiIODAMGAwoEBAoJA/6uNl18R9bWNF5FKSlFXTU0XkUpVjZdfEdGfV02AbwBBQIDA14eJgEDAwMDAwMDAwYDBxkOBg0DAw0GCAgBAwMCAwQWDAsJAQMICQMaCAoEGkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAABACqAIADVgPWABsARgBNAHAAAAEUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVByM1BzU3MwU0PgIzNRcHNSIOAhUUHgIzMj4CNTMUDgIjIi4CAjQOBgMIAwgEBBIEAwYDCAYGUAEDDBAGBg4GBg4GBggGCggBAw4OBgYOBgYOBgYKBgYDAwMBsigqTAb+2DZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgF4BQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQBAwMGAwUoDx4JEwYaDAQBAwMGAwMOCQkQCWqMDB4YNkZ8XTWs1tasKUVdNTReRSkpRV01Rn1dNjZdfAAAAAQAqgCAA1YD1gAiAD4AaQDGAAATND4CMzUXBzUiDgIVFB4CMzI+AjUzFA4CIyIuAgUUFjMyNj8BMDY9ATAmNTQmIyIGDwEwBh0BMBY3FAYPATAGIyIGIyImJy4BJy4BPQE0Nj8BMDYzMjYzMhYXHgEXHgEXHgEVIzI2PQEwJjU0JisBMAYjIgYdASM0NjMyNjMyFhceAR0BMAYVFAYjIgYHHgEXHgEVFAYHDgEHDgEjIgYjIiYnLgEnLgE1MxUwFhUUFjsBMDYzMjY9ATAmNTQmKwE1qjZdfEfW1jReRSkpRV01NF5FKVY2XXxHRn1dNgGODgYDCAMIBAQSBAMGAwgEBFQBAwwQBgYOBg8VCgYDAwMDAwMMEAYGDAYGDgYGCgYGAwMDAeIMEgQFAxYFAwMBLBYOAw4DDRkKCAgEBQMDCAMGDQMDBQEDAwYDAw0GBg4GBgsDAw0GCAokBAUDFgUDAwEEBQMaAdZGfF01rNbWrClFXTU0XkUpKUVdNUZ9XTY2XXwXBQkBAwoJA1YJAwQKAwMICQNWCScJEwYaDAQLBQMOCQkQCR4JEwYaDAQBAwMGAwMOCQkQCQ4MCAUDAwEEBQMIDx8EBwUEGAoOCQMDBQcDAwcGBg4GBg0DAwoDAwUEAQMDAgMEGwsIBQMDAQQFAxYFAwMBHgAAAAAEAIAAgAOAA4AAAgAUACYALgAAARUnJwEHJw4BBzU+ATcnEScjETMnATQuAic1HgMVFAYHJz4BJxwBByc1HgECAFrwAso2WCJOLBswFbbWqsrKAqofOU0vQG5PLRcVQAoMagJoMDoDVrRahP02NlgbKAtYBxoRtv7g1gEAyv62M1xLNg5YDkVjfEQwWydCGTkeBw0GaF4YWwAAAAABASoAqgKqA1YABQAAATM3EScjASqs1NSsAoDW/VTWAAIA1gCqAxYDVgAFAAwAABMzNxEnIyUUBgcRHgHWqtbWqgJAPDAwPAKA1v1U1oA5WxgBWBhbAAAAAwCAAIoDgAN2ABUAHAAiAAABHgMVFA4CBzU+AzU0LgInExQGBxEeASUzNxEnIwJWQG5PLS1PbUEuTjkfHzlNL2o6MDA6/cCq1taqA3YORWN8RER7Y0YOWA03S1wzM1xLNg7+4jlbGAFYGFtH1v1U1gAAAAAEANYA1gMqAyoABQALABEAFwAAATMVIzUjEzUzFSM1ATUzFSMVHQEzFSM1AlbUVICAVNT+gNSAgNQDKtSA/lSA1FQBLNRUgKyAVNQABADWANYDKgMqAAUACwARABcAAAEzFSM1MwM1MxUjFQE1MxUjNRE1MxUjNQKqgNRUVNSA/qxU1NRUAqpU1P2s1FSAAdSA1FT+rFTUgAAAAAADAIAAqgOAA1YAFwAvAD8AAAE1NCYrASIGHQEUFjsBMjY9ASMVIzUzFSM1NCYrASIGHQEUFjsBMjY9ASMVIzUzFQEyFhURFAYjISImNRE0NjMDABgSgBIaGhKAEhhAVlbqGhKAEhgYEoASGkBWVgGUIjQzI/2sJDIyJAIqLBIYGBKsEhgYEiwWgBYsEhgYEqwSGBgSLBaAFgEsMyP+ACI0MyMCACI0AAAEAIAAgAOAA4AAAwANABkAKQAAATUzFScRMzI2PQE0JiMBESMVIzUjETM1MxUBMhYVERQGIyEiJjURNDYzAmpWlqwSGBgS/wBAVkBAVgGUIjQzI/2sJDIyJAHAgIDA/wAYEqwSGP8AAQBqav8AVlYCADMj/awiNDMjAlQiNAAAAAIAZABWA5wDqgALAFkAAAEyNjU0JiMiBhUUFiUXHgEPAQ4BLwEOAQ8BDgErASImLwEuAScHBiYvASY2PwEuATU8ATcnLgE/AT4BHwE+AT8BPgE7ATIWHwEeARc3NhYfARYGDwEeARUcAQIAPVlYPj1ZWAF8WgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQECWgYCBFYEDghqECQUEAELCKwHCwIQEyQRagcOBVYEAgZaAQEBalg+PVlYPj1ZbEYEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVC0YEEAiUBwQDKgwWCHAHCwoIcAcVDioDAwiUBxAFRgoVCwoVAAAAAQCAAFgDgAOqADMAAAEyFhUUBiMiJjU8ATclDgEjIiY1NDYzMhYXJS4BNTQ2MzIWFRQGIyImJwUeARUUBgcFPgEDADNJSTMzSQL+0hIsGjRMSzUZLRIBLAEDSzU0TEs1GS0S/tQBAwICATAQLAFSSTMzS0szBw8GsBASSzU0TBERrgcPCDRMSzU0TBMRsAcPCAcPCLAPEQADAFYAVgOqA6oAAwAHABsAAAE1IxUTESMREzIeAhUUDgIjIi4CNTQ+AgIqVFRUKlicc0NDc5tZWJxzQ0NzmwKAVlb+qgEA/wACgENzm1lYnHNDQ3ObWVicc0MAAAQAVgBWA6oDqgADABcAKwAvAAABNTMVAzI+AjU0LgIjIg4CFRQeAhMyHgIVFA4CIyIuAjU0PgITETMRAdZUKkZ9XTY2XXxHRn1dNjZdfEdYnHNDQ3ObWVicc0NDc5svVAKAVlb+KjZdfEdGfV02Nl18R0Z9XTYDAENzm1lYnHNDQ3ObWVicc0P9gAEA/wAAAAEA1gDWAyoDKgALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uAu7u7jzu7jzu7jzu7gABAFUAVQOrA6sAFAAAExQeAjMyPgI1NC4CIyIOAhVVQ3ScWFicdENDdJxYWJx0QwIAWJx0Q0N0nFhYnHRDQ3ScWAAAAAIAVQBVA6sDqwAUACgAAAEiDgIVFB4CMzI+AjU0LgIjESIuAjU0PgIzMh4CFRQOAgIAWJx0Q0N0nFhYnHRDQ3ScWEd8XTU1XXxHR3xdNTVdfAOrQ3ScWFicdENDdJxYWJx0Q/0ANV18R0d8XTU1XXxHR3xdNQAAAAMAVQBVA6sDqwAUACgANAAAASIOAhUUHgIzMj4CNTQuAiMRIi4CNTQ+AjMyHgIVFA4CExQGIyImNTQ2MzIWAgBYnHRDQ3ScWFicdENDdJxYR3xdNTVdfEdHfF01NV18OUs1NUtLNTVLA6tDdJxYWJx0Q0N0nFhYnHRD/QA1XXxHR3xdNTVdfEdHfF01AVU1S0s1NUtLAAAAAQAAAAEAAPEUzolfDzz1AAsEAAAAAADUNIllAAAAANQ0iWUAAAAAA6sD1gAAAAgAAgAAAAAAAAABAAAEAAAAAAAEAAAAAAADqwABAAAAAAAAAAAAAAAAAAAAJQQAAAAAAAAAAAAAAAAAAAAEAAFWBAAAVgQAAFYEAAEABAAAVgQAAFYEAAEABAAAagQAAKoEAAEABAABAAQAAKoEAACqBAAAqgQAAKoEAACqBAAAqgQAAIAEAAEqBAAA1gQAAIAEAADWBAAA1gQAAIAEAACABAAAZAQAAIAEAABWBAAAVgQAANYEAABVBAAAVQQAAFUAAAAAAAoAFAAeACwAVACWAKoA2AEgAS4BRAFaAXABhAIQAqgDpgQuBMYFxAYSBiIGPgZ4Bp4GxgcaB1oH4gguCFwIpAi+COAJHAloAAEAAAAlAMcABAAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQALAAAAAQAAAAAAAgAHAIQAAQAAAAAAAwALAEIAAQAAAAAABAALAJkAAQAAAAAABQALACEAAQAAAAAABgALAGMAAQAAAAAACgAaALoAAwABBAkAAQAWAAsAAwABBAkAAgAOAIsAAwABBAkAAwAWAE0AAwABBAkABAAWAKQAAwABBAkABQAWACwAAwABBAkABgAWAG4AAwABBAkACgA0ANR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRWZXJzaW9uIDEuMABWAGUAcgBzAGkAbwBuACAAMQAuADB2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHR2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRSZWd1bGFyAFIAZQBnAHUAbABhAHJ2aWRlby1yZWFjdAB2AGkAZABlAG8ALQByAGUAYQBjAHRGb250IGdlbmVyYXRlZCBieSBJY29Nb29uLgBGAG8AbgB0ACAAZwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABJAGMAbwBNAG8AbwBuAC4AAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format("truetype");
  font-weight: normal;
  font-style: normal;
}

.amis-scope .video-react-icon,
.amis-scope .video-react .video-react-closed-caption,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon,
.amis-scope .video-react .video-react-volume-level,
.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button,
.amis-scope .video-react .video-react-play-control,
.amis-scope .video-react .video-react-play-progress,
.amis-scope .video-react .video-react-big-play-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "video-react" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope .video-react-icon-play-arrow:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-play:before,
.amis-scope .video-react .video-react-play-control:before,
.amis-scope .video-react .video-react-big-play-button:before {
  content: "\f200";
}

.amis-scope .video-react-icon-play-circle-filled:before {
  content: "\f201";
}

.amis-scope .video-react-icon-play-circle-outline:before {
  content: "\f202";
}

.amis-scope .video-react-icon-pause:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-pause:before,
.amis-scope .video-react .video-react-play-control.video-react-playing:before {
  content: "\f203";
}

.amis-scope .video-react-icon-pause-circle-filled:before {
  content: "\f204";
}

.amis-scope .video-react-icon-pause-circle-outline:before {
  content: "\f205";
}

.amis-scope .video-react-icon-stop:before {
  content: "\f206";
}

.amis-scope .video-react-icon-fast-rewind:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-rewind:before {
  content: "\f207";
}

.amis-scope .video-react-icon-fast-forward:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-fast-forward:before {
  content: "\f208";
}

.amis-scope .video-react-icon-skip-previous:before {
  content: "\f209";
}

.amis-scope .video-react-icon-skip-next:before {
  content: "\f20a";
}

.amis-scope .video-react-icon-replay-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-5:before {
  content: "\f20b";
}

.amis-scope .video-react-icon-replay-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-10:before {
  content: "\f20c";
}

.amis-scope .video-react-icon-replay-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-replay-30:before {
  content: "\f20d";
}

.amis-scope .video-react-icon-forward-5:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-5:before {
  content: "\f20e";
}

.amis-scope .video-react-icon-forward-10:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-10:before {
  content: "\f20f";
}

.amis-scope .video-react-icon-forward-30:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-forward-30:before {
  content: "\f210";
}

.amis-scope .video-react-icon-volume-off:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-off:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-muted:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-muted:before {
  content: "\f211";
}

.amis-scope .video-react-icon-volume-mute:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-0:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-0:before {
  content: "\f212";
}

.amis-scope .video-react-icon-volume-down:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-down:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-2:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-2:before,
.amis-scope .video-react .video-react-mute-control.video-react-vol-1:before,
.amis-scope .video-react .video-react-volume-menu-button.video-react-vol-1:before {
  content: "\f213";
}

.amis-scope .video-react-icon-volume-up:before,
.amis-scope .video-react .video-react-bezel .video-react-bezel-icon-volume-up:before,
.amis-scope .video-react .video-react-mute-control:before,
.amis-scope .video-react .video-react-volume-menu-button:before {
  content: "\f214";
}

.amis-scope .video-react-icon-fullscreen:before {
  content: "\f215";
}

.amis-scope .video-react-icon-fullscreen-exit:before {
  content: "\f216";
}

.amis-scope .video-react-icon-closed-caption:before,
.amis-scope .video-react .video-react-closed-caption:before {
  content: "\f217";
}

.amis-scope .video-react-icon-hd:before {
  content: "\f218";
}

.amis-scope .video-react-icon-settings:before {
  content: "\f219";
}

.amis-scope .video-react-icon-share:before {
  content: "\f21a";
}

.amis-scope .video-react-icon-info:before {
  content: "\f21b";
}

.amis-scope .video-react-icon-info-outline:before {
  content: "\f21c";
}

.amis-scope .video-react-icon-close:before {
  content: "\f21d";
}

.amis-scope .video-react-icon-circle:before,
.amis-scope .video-react .video-react-volume-level:before,
.amis-scope .video-react .video-react-play-progress:before {
  content: "\f21e";
}

.amis-scope .video-react-icon-circle-outline:before {
  content: "\f21f";
}

.amis-scope .video-react-icon-circle-inner-circle:before {
  content: "\f220";
}

.amis-scope .video-react {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  font-size: 10px;
  line-height: 1;
  font-family: serif, Times, "Times New Roman";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .video-react:-moz-full-screen {
  position: absolute;
}

.amis-scope .video-react:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.amis-scope .video-react *,
.amis-scope .video-react *:before,
.amis-scope .video-react *:after {
  box-sizing: inherit;
}

.amis-scope .video-react ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .video-react.video-react-fluid,
.amis-scope .video-react.video-react-16-9,
.amis-scope .video-react.video-react-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.amis-scope .video-react.video-react-16-9 {
  padding-top: 56.25%;
}

.amis-scope .video-react.video-react-4-3 {
  padding-top: 75%;
}

.amis-scope .video-react.video-react-fill {
  width: 100%;
  height: 100%;
}

.amis-scope .video-react .video-react-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .video-react.video-react-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.amis-scope .video-react.video-react-fullscreen.video-react-user-inactive {
  cursor: none;
}

.amis-scope.video-react-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
  overflow-y: auto;
}

.amis-scope.video-react-full-window .video-react-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.amis-scope .video-react button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  overflow: visible;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.amis-scope .video-react .video-react-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
}

.amis-scope .video-react .video-react-loading-spinner:before,
.amis-scope .video-react .video-react-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
  -webkit-animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
  animation: video-react-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, video-react-spinner-fade 1.1s linear infinite;
}

.amis-scope .video-react-seeking .video-react-loading-spinner,
.amis-scope .video-react-waiting .video-react-loading-spinner {
  display: block;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:before,
.amis-scope .video-react-waiting .video-react-loading-spinner:before {
  border-top-color: white;
}

.amis-scope .video-react-seeking .video-react-loading-spinner:after,
.amis-scope .video-react-waiting .video-react-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes video-react-spinner-spin {
  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes video-react-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

@-webkit-keyframes video-react-spinner-fade {
  0% {
    border-top-color: #73859f;
  }

  20% {
    border-top-color: #73859f;
  }

  35% {
    border-top-color: white;
  }

  60% {
    border-top-color: #73859f;
  }

  100% {
    border-top-color: #73859f;
  }
}

.amis-scope .video-react .video-react-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.5em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.amis-scope .video-react .video-react-big-play-button.video-react-big-play-button-center {
  top: 50%;
  left: 50%;
  margin-top: -0.75em;
  margin-left: -1.5em;
}

.amis-scope .video-react .video-react-big-play-button.big-play-button-hide {
  display: none;
}

.amis-scope .video-react:hover .video-react-big-play-button,
.amis-scope .video-react .video-react-big-play-button:focus {
  outline: 0;
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
}

.amis-scope .video-react-menu-button {
  cursor: pointer;
}

.amis-scope .video-react-menu-button.video-react-disabled {
  cursor: default;
}

.amis-scope .video-react-menu .video-react-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
  font-family: serif, Times, "Times New Roman";
}

.amis-scope .video-react-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
}

.amis-scope .video-react-menu li:focus,
.amis-scope .video-react-menu li:hover {
  outline: 0;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react-menu li.video-react-selected,
.amis-scope .video-react-menu li.video-react-selected:focus,
.amis-scope .video-react-menu li.video-react-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.amis-scope .video-react-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.amis-scope .video-react-scrubbing .vjs-menu-button:hover .video-react-menu {
  display: none;
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.amis-scope .video-react .video-react-menu-button-popup .video-react-menu .video-react-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.amis-scope .video-react-menu-button-popup .video-react-menu.video-react-lock-showing {
  display: block;
}

.amis-scope .video-react .video-react-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.amis-scope .video-react .video-react-menu-button-inline:before {
  width: 2.222222222em;
}

.amis-scope .video-react .video-react-menu-button-inline:hover,
.amis-scope .video-react .video-react-menu-button-inline:focus,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
  width: 12em;
}

.amis-scope .video-react .video-react-menu-button-inline:hover .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline:focus .video-react-menu,
.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active .video-react-menu {
  display: block;
  opacity: 1;
}

.amis-scope .video-react .video-react-menu-button-inline.video-react-slider-active {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.amis-scope .video-react .video-react-menu-button-inline .video-react-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline .video-react-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.amis-scope .video-react-no-flex .video-react-menu-button-inline:hover,
.amis-scope .video-react-no-flex .video-react-menu-button-inline:focus,
.amis-scope .video-react-no-flex .video-react-menu-button-inline.video-react-slider-active {
  width: auto;
}

.amis-scope .video-react .video-react-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.amis-scope .video-react .video-react-poster img {
  display: block;
  vertical-align: middle;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.amis-scope .video-react .video-react-slider {
  outline: 0;
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react .video-react-slider:focus {
  -webkit-box-shadow: 0 0 1em #fff;
  -moz-box-shadow: 0 0 1em #fff;
  box-shadow: 0 0 1em #fff;
}

.amis-scope .video-react .video-react-control {
  outline: none;
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-control:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.amis-scope .video-react .video-react-control:focus:before,
.amis-scope .video-react .video-react-control:hover:before,
.amis-scope .video-react .video-react-control:focus {
  text-shadow: 0em 0em 1em #fff, 0em 0em 0.5em #fff;
}

.amis-scope .video-react .video-react-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.amis-scope .video-react-no-flex .video-react-control {
  display: table-cell;
  vertical-align: middle;
}

.amis-scope .video-react .video-react-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.amis-scope .video-react-has-started .video-react-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.amis-scope .video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar.video-react-control-bar-auto-hide {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react-controls-disabled .video-react-control-bar,
.amis-scope .video-react-using-native-controls .video-react-control-bar,
.amis-scope .video-react-error .video-react-control-bar {
  display: none !important;
}

.amis-scope .video-react-audio.video-react-has-started.video-react-user-inactive.video-react-playing .video-react-control-bar {
  opacity: 1;
  visibility: visible;
}

.amis-scope .video-react-has-started.video-react-no-flex .video-react-control-bar {
  display: table;
}

.amis-scope .video-react .video-react-progress-control {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
}

.amis-scope .video-react-live .video-react-progress-control {
  display: none;
}

.amis-scope .video-react .video-react-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-progress-holder {
  font-size: 1.6666666667em;
}

/* If we let the font size grow as much as everything else, the current time tooltip ends up
 ginormous. If you'd like to enable the current time tooltip all the time, this should be disabled
 to avoid a weird hitch when you roll off the hover. */

.amis-scope .video-react .video-react-progress-control:hover .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display:after,
.amis-scope .video-react .video-react-progress-control:hover .video-react-play-progress:after {
  visibility: visible;
  font-size: 0.6em;
}

.amis-scope .video-react .video-react-progress-holder .video-react-play-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress,
.amis-scope .video-react .video-react-progress-holder .video-react-tooltip-progress-bar,
.amis-scope .video-react .video-react-progress-holder .video-react-load-progress div {
  position: absolute;
  display: block;
  height: 0.3em;
  margin: 0;
  padding: 0;
  width: 0;
  left: 0;
  top: 0;
}

.amis-scope .video-react .video-react-play-progress {
  background-color: #fff;
}

.amis-scope .video-react .video-react-play-progress:before {
  position: absolute;
  top: -0.3333333333em;
  right: -0.5em;
  font-size: 0.9em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-mouse-display:after,
.amis-scope .video-react .video-react-play-progress:after {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  right: -1.9em;
  font-size: 0.9em;
  color: #000;
  content: attr(data-current-time);
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
}

.amis-scope .video-react .video-react-time-tooltip,
.amis-scope .video-react .video-react-play-progress:before,
.amis-scope .video-react .video-react-play-progress:after {
  z-index: 1;
}

.amis-scope .video-react .video-react-progress-control .video-react-keep-tooltips-inside:after {
  display: none;
}

.amis-scope .video-react .video-react-load-progress {
  background: #bfc7d3;
  background: rgba(115, 133, 159, 0.5);
}

.amis-scope .video-react .video-react-load-progress div {
  background: white;
  background: rgba(115, 133, 159, 0.75);
}

.amis-scope .video-react.video-react-no-flex .video-react-progress-control {
  width: auto;
}

.amis-scope .video-react .video-react-time-tooltip {
  display: inline-block;
  height: 2.4em;
  position: relative;
  float: right;
  right: -1.9em;
}

.amis-scope .video-react .video-react-tooltip-progress-bar {
  visibility: hidden;
}

.amis-scope .video-react .video-react-progress-control .video-react-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.amis-scope .video-react-no-flex .video-react-progress-control .video-react-mouse-display {
  z-index: 0;
}

.amis-scope .video-react .video-react-progress-control:hover .video-react-mouse-display {
  display: block;
}

.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive .video-react-progress-control .video-react-mouse-display:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display,
.amis-scope .video-react.video-react-user-inactive.video-react-no-flex .video-react-progress-control .video-react-mouse-display:after {
  display: none;
}

.amis-scope .video-react .video-react-mouse-display .video-react-time-tooltip,
.amis-scope .video-react .video-react-progress-control .video-react-mouse-display:after {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.amis-scope .video-react .video-react-play-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react.video-react-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.amis-scope .video-react .video-react-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.amis-scope .video-react .video-react-time-divider {
  line-height: 3em;
  min-width: initial;
  padding: 0;
}

.amis-scope .video-react .video-react-mute-control,
.amis-scope .video-react .video-react-volume-menu-button {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react .video-react-volume-control {
  width: 5em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.amis-scope .video-react .video-react-volume-bar {
  margin: 1.35em 0.45em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-horizontal .video-react-volume-level {
  width: 100%;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.amis-scope .video-react .video-react-volume-bar.video-react-slider-vertical .video-react-volume-level {
  height: 100%;
}

.amis-scope .video-react .video-react-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.amis-scope .video-react .video-react-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level {
  width: 0.3em;
}

.amis-scope .video-react .video-react-slider-vertical .video-react-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level {
  height: 0.3em;
}

.amis-scope .video-react .video-react-slider-horizontal .video-react-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu {
  display: block;
  width: 0;
  height: 0;
  border-top-color: transparent;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-vertical .video-react-menu {
  left: 0.5em;
  height: 8em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button-horizontal .video-react-menu {
  left: -2em;
}

.amis-scope .video-react .video-react-menu-button-popup.video-react-volume-menu-button .video-react-menu-content {
  height: 0;
  width: 0;
  overflow-x: hidden;
  overflow-y: hidden;
}

.amis-scope .video-react .video-react-volume-menu-button-vertical:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical.video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-vertical .video-react-lock-showing .video-react-menu-content {
  height: 8em;
  width: 2.9em;
}

.amis-scope .video-react .video-react-volume-menu-button-horizontal:hover .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal:focus .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-slider-active .video-react-menu-content,
.amis-scope .video-react .video-react-volume-menu-button-horizontal .video-react-lock-showing .video-react-menu-content {
  height: 2.9em;
  width: 8em;
}

.amis-scope .video-react .video-react-volume-menu-button.video-react-menu-button-inline .video-react-menu-content {
  background-color: transparent !important;
}

.amis-scope .video-react .video-react-playback-rate .video-react-playback-rate-value {
  line-height: 3em;
  text-align: center;
}

.amis-scope .video-react .video-react-playback-rate .video-react-menu {
  width: 4em;
  left: 0em;
}

.amis-scope .video-react .video-react-bezel {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 52px;
  height: 52px;
  z-index: 17;
  margin-left: -26px;
  margin-top: -26px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 26px;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation {
  -moz-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout 0.5s linear 1 normal forwards;
  pointer-events: none;
}

.amis-scope .video-react .video-react-bezel.video-react-bezel-animation-alt {
  -moz-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  -webkit-animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  animation: video-react-bezel-fadeout-alt 0.5s linear 1 normal forwards;
  pointer-events: none;
}

.amis-scope .video-react .video-react-bezel .video-react-bezel-icon {
  width: 36px;
  height: 36px;
  margin: 8px;
  font-size: 26px;
  line-height: 36px;
  text-align: center;
}

@keyframes video-react-bezel-fadeout {
  0% {
    opacity: 1;
  }

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

@keyframes video-react-bezel-fadeout-alt {
  0% {
    opacity: 1;
  }

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

.amis-scope .video-react .video-react-closed-caption {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.amis-scope .video-react video::-webkit-media-text-track-container {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */

.amis-scope .cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.amis-scope .cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.amis-scope .cropper-wrap-box,
.amis-scope .cropper-canvas,
.amis-scope .cropper-drag-box,
.amis-scope .cropper-crop-box,
.amis-scope .cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.amis-scope .cropper-wrap-box,
.amis-scope .cropper-canvas {
  overflow: hidden;
}

.amis-scope .cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.amis-scope .cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.amis-scope .cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.amis-scope .cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.amis-scope .cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.amis-scope .cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.amis-scope .cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.amis-scope .cropper-center::before,
.amis-scope .cropper-center::after {
  background-color: #eee;
  content: " ";
  display: block;
  position: absolute;
}

.amis-scope .cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.amis-scope .cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.amis-scope .cropper-face,
.amis-scope .cropper-line,
.amis-scope .cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.amis-scope .cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.amis-scope .cropper-line {
  background-color: #39f;
}

.amis-scope .cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.amis-scope .cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.amis-scope .cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.amis-scope .cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.amis-scope .cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.amis-scope .cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.amis-scope .cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.amis-scope .cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.amis-scope .cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.amis-scope .cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.amis-scope .cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.amis-scope .cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.amis-scope .cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .amis-scope .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .amis-scope .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .amis-scope .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.amis-scope .cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: " ";
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.amis-scope .cropper-invisible {
  opacity: 0;
}

.amis-scope .cropper-bg {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC");
}

.amis-scope .cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.amis-scope .cropper-hidden {
  display: none !important;
}

.amis-scope .cropper-move {
  cursor: move;
}

.amis-scope .cropper-crop {
  cursor: crosshair;
}

.amis-scope .cropper-disabled .cropper-drag-box,
.amis-scope .cropper-disabled .cropper-face,
.amis-scope .cropper-disabled .cropper-line,
.amis-scope .cropper-disabled .cropper-point {
  cursor: not-allowed;
}

/* Reset
  =============== */

.amis-scope {
  box-sizing: border-box;
}

.amis-scope *,
.amis-scope *::before,
.amis-scope *::after {
  box-sizing: inherit;
}

.amis-scope figure {
  margin: 0;
}

.amis-scope,
.amis-scope,
.amis-scope div,
.amis-scope span,
.amis-scope applet,
.amis-scope object,
.amis-scope iframe,
.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6,
.amis-scope p,
.amis-scope blockquote,
.amis-scope pre,
.amis-scope a,
.amis-scope abbr,
.amis-scope acronym,
.amis-scope address,
.amis-scope big,
.amis-scope cite,
.amis-scope code,
.amis-scope del,
.amis-scope dfn,
.amis-scope em,
.amis-scope img,
.amis-scope ins,
.amis-scope kbd,
.amis-scope q,
.amis-scope s,
.amis-scope samp,
.amis-scope small,
.amis-scope strike,
.amis-scope strong,
.amis-scope sub,
.amis-scope sup,
.amis-scope tt,
.amis-scope var,
.amis-scope b,
.amis-scope u,
.amis-scope i,
.amis-scope center,
.amis-scope dl,
.amis-scope dt,
.amis-scope dd,
.amis-scope ol,
.amis-scope ul,
.amis-scope li,
.amis-scope fieldset,
.amis-scope form,
.amis-scope label,
.amis-scope legend,
.amis-scope table,
.amis-scope caption,
.amis-scope tbody,
.amis-scope tfoot,
.amis-scope thead,
.amis-scope tr,
.amis-scope th,
.amis-scope td,
.amis-scope article,
.amis-scope aside,
.amis-scope canvas,
.amis-scope details,
.amis-scope embed,
.amis-scope figure,
.amis-scope figcaption,
.amis-scope footer,
.amis-scope header,
.amis-scope menu,
.amis-scope nav,
.amis-scope output,
.amis-scope ruby,
.amis-scope section,
.amis-scope summary,
.amis-scope time,
.amis-scope mark,
.amis-scope audio,
.amis-scope video,
.amis-scope input {
  margin: 0;
  padding: 0;
  border: 0;
}

.amis-scope ul {
  list-style: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

.amis-scope {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

.amis-scope {
  margin: 0;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

.amis-scope h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

.amis-scope hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

.amis-scope pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

.amis-scope a {
  background: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

.amis-scope abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

.amis-scope b,
.amis-scope strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
   * Add the correct font size in all browsers.
   */

.amis-scope small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

.amis-scope sub,
.amis-scope sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.amis-scope sub {
  bottom: -0.25em;
}

.amis-scope sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

.amis-scope img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

.amis-scope button,
.amis-scope input,
.amis-scope optgroup,
.amis-scope select,
.amis-scope textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

.amis-scope button,
.amis-scope input {
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

.amis-scope button,
.amis-scope select {
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

.amis-scope button,
.amis-scope [type=button],
.amis-scope [type=reset],
.amis-scope [type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

.amis-scope button::-moz-focus-inner,
.amis-scope [type=button]::-moz-focus-inner,
.amis-scope [type=reset]::-moz-focus-inner,
.amis-scope [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

.amis-scope button:-moz-focusring,
.amis-scope [type=button]:-moz-focusring,
.amis-scope [type=reset]:-moz-focusring,
.amis-scope [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

.amis-scope fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

.amis-scope legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

.amis-scope progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

.amis-scope textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

.amis-scope [type=checkbox],
.amis-scope [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

.amis-scope [type=number]::-webkit-inner-spin-button,
.amis-scope [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

.amis-scope [type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

.amis-scope [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

.amis-scope details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

.amis-scope summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

.amis-scope template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

.amis-scope [hidden] {
  display: none;
}

.amis-scope svg.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  position: relative;
  top: 0.125em;
}

.amis-scope svg.r90 {
  transform: rotate(90deg);
}

.amis-scope svg.icon-success {
  color: #52c41a;
}

.amis-scope svg.icon-fail {
  color: #ff4d4f;
}

/**
 * Basic typography style for copy text
 */

.amis-scope {
  font-size: 16px;
}

.amis-scope {
  color: var(--body-color);
  background: var(--body-bg);
  font-size: var(--body-size);
  font-weight: var(--body-weight);
  font-family: var(--fontFamilyBase);
  line-height: var(--body-lineHeight);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.amis-scope a {
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}

.amis-scope a:hover {
  color: var(--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
}

.amis-scope label {
  font-weight: var(--fontWeightNormal);
}

.amis-scope h1,
.amis-scope h2,
.amis-scope h3,
.amis-scope h4,
.amis-scope h5,
.amis-scope h6 {
  font-weight: var(--fontWeightNormal);
  color: var(--text--loud-color);
  line-height: 1.1;
}

.amis-scope .is-matched {
  color: var(--danger);
}

.amis-scope pre,
.amis-scope code,
.amis-scope kbd,
.amis-scope samp {
  font-family: var(--fontFamilyMonospace);
}

.amis-scope .amis-routes-wrapper {
  width: 100%;
  height: 100%;
}

.amis-scope .has-popover {
  position: relative;
}

.amis-scope,
.amis-scope {
  width: 100%;
  height: 100%;
}

.amis-scope {
  overflow-x: hidden;
}

.amis-scope .antd-Layout {
  min-height: 100%;
  width: 100%;
  position: relative;
}

.amis-scope .antd-Layout:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: var(--body-bg);
  border: inherit;
  display: block;
}

.amis-scope .antd-Layout--boxed {
  margin-right: auto;
  margin-left: auto;
}

.amis-scope .antd-Layout .antd-Layout-header {
  background: var(--Layout-header-bg);
  box-shadow: var(--Layout-header-boxShadow);
  height: var(--Layout-header-height);
}

.amis-scope .antd-Layout--headerFixed {
  padding-top: var(--Layout-header-height);
}

.amis-scope .antd-Layout--headerFixed .antd-Layout-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.amis-scope .antd-Layout-brandBar {
  background: var(--Layout-brand-bg);
  color: var(--Layout-brandBar-color);
}

.amis-scope .antd-Layout-brandBar > button {
  padding: 0.625rem 1.0625rem;
  font-size: 1rem;
  line-height: calc(var(--Layout-header-height) - var(--gap-md));
  text-decoration: none;
  background: transparent;
  border: none;
}

.amis-scope .antd-Layout-brand {
  color: var(--Layout-brand-color);
  text-align: left;
  font-size: var(--fontSizeMd);
  font-weight: var(--fontWeightNormal);
  max-width: 100%;
  height: auto;
  line-height: var(--Layout-header-height);
  display: inline-block;
  vertical-align: middle;
  padding: 0 var(--gap-base);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .antd-Layout-brand:hover {
  text-decoration: none;
}

.amis-scope .antd-Layout-brand img {
  max-height: calc(var(--Layout-header-height) / 2);
  vertical-align: middle;
  display: inline;
}

.amis-scope .antd-Layout-headerBar {
  border-bottom: var(--Layout-headerBar-borderBottom);
  min-height: var(--Layout-header-height);
  padding: 0 var(--gap-sm);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .antd-Layout-offScreenBtn {
  display: none;
  float: right;
  padding: 13px var(--gap-md);
}

.amis-scope .antd-Layout-aside {
  position: relative;
  background: var(--Layout-aside-bg);
  color: var(--Layout-aside-color);
}

.amis-scope .antd-Layout-aside:before {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: inherit;
  border: inherit;
}

.amis-scope .antd-Layout-asideFooter {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 1000;
  max-width: var(--Layout-aside-width);
}

.amis-scope .antd-Layout-asideFooter ~ div {
  padding-bottom: 3.125rem;
}

.amis-scope .antd-Layout-body {
  padding-bottom: var(--Layout-footer-height);
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Layout--noFooter .antd-Layout-body {
  padding-bottom: 0;
}

.amis-scope .antd-Layout-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.amis-scope .antd-Layout--sm .antd-Layout-asideFooter {
  max-width: var(--Layout-aside--sm-width);
}

.amis-scope .antd-Layout--sm .antd-AsideNav-item a {
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Layout--md .antd-Layout-asideFooter {
  max-width: var(--Layout-aside--md-width);
}

.amis-scope .antd-Layout--lg .antd-Layout-asideFooter {
  max-width: var(--Layout-aside--lg-width);
}

@media (max-width: 767px) {
  .amis-scope .antd-Layout-content {
    transition: transform var(--animation-duration) ease;
  }

  .amis-scope .antd-Layout-aside {
    display: none;
  }

  .amis-scope .antd-Layout--offScreen .antd-Layout-aside {
    position: fixed;
    top: 3.125rem;
    bottom: 0;
    width: var(--Layout--offscreen-width);
    display: block !important;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1010;
  }

  .amis-scope .antd-Layout-headerBar {
    display: none;
  }

  .amis-scope .antd-Layout--offScreen .antd-Layout-body,
  .amis-scope .antd-Layout--offScreen .antd-Layout-footer {
    background: var(--body-bg);
    transition: transform var(--animation-duration) ease;
    backface-visibility: hidden;
    transform: translate3d(var(--Layout--offscreen-width), 0px, 0px);
    overflow: hidden;
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1015;
    padding-top: 3.125rem;
  }

  .amis-scope .antd-Layout-offScreenBtn {
    display: block;
  }
}

@media (min-width: 768px) {
  .amis-scope .antd-Layout {
    display: flex;
    flex-direction: column;
  }

  .amis-scope .antd-Layout-header {
    width: 100%;
  }

  .amis-scope .antd-Layout > .antd-Layout-body {
    flex-grow: 1;
    position: relative;
  }

  .amis-scope .antd-Layout--boxed {
    width: 47.5rem;
  }

  .amis-scope .antd-Layout--boxed.antd-Layout--headerFixed .antd-Layout-header {
    width: 47.5rem;
  }

  .amis-scope .antd-Layout-brand,
  .amis-scope .antd-Layout-brandBar,
  .amis-scope .antd-Layout-aside {
    width: var(--Layout-aside-width);
    transition: width var(--animation-duration) ease;
  }

  .amis-scope .antd-Layout-brandBar {
    float: left;
  }

  .amis-scope .antd-Layout--withAside {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: stretch;
  }

  .amis-scope .antd-Layout--withAside > .antd-Layout-content {
    flex-grow: 1;
    width: 0;
    position: relative;
  }

  .amis-scope .antd-Layout--withAside .antd-Layout-headerBar,
  .amis-scope .antd-Layout--withAside .antd-Layout-footer {
    margin-left: var(--Layout-aside-width);
    transition: margin var(--animation-duration) ease;
  }

  .amis-scope .antd-Layout .visible-folded {
    display: none;
  }

  .amis-scope .antd-Layout--folded .visible-folded {
    display: inherit;
  }

  .amis-scope .antd-Layout--folded .hidden-folded {
    display: none !important;
  }

  .amis-scope .antd-Layout--folded .text-center-folded {
    text-align: center;
  }

  .amis-scope .antd-Layout--folded .pull-none-folded {
    float: none !important;
  }

  .amis-scope .antd-Layout--folded .w-auto-folded {
    width: auto;
  }

  .amis-scope .antd-Layout--folded .antd-Layout-aside,
  .amis-scope .antd-Layout--folded .antd-Layout-brandBar {
    width: var(--Layout-aside--folded-width);
  }

  .amis-scope .antd-Layout--folded.antd-Layout--withAside .antd-Layout-headerBar,
  .amis-scope .antd-Layout--folded.antd-Layout--withAside .antd-Layout-footer {
    margin-left: var(--Layout-aside--folded-width);
  }

  .amis-scope .antd-Layout--folded .antd-Layout-brand {
    display: block;
    padding: 0;
    font-size: var(--fontSizeLg);
    text-align: center;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-aside {
    height: 100%;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-aside:before {
    position: fixed;
    z-index: 15;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-brandBar {
    position: fixed;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-asideWrap {
    position: fixed;
    overflow: hidden;
    top: var(--Layout-header-height);
    bottom: 0;
    left: 0;
    width: inherit;
    z-index: 1000;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-asideInner {
    width: calc(100% + 17px);
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-asideInner::-webkit-scrollbar {
    -webkit-appearance: none;
  }

  .amis-scope .antd-Layout--asideFixed .antd-Layout-asideInner::-webkit-scrollbar:vertical {
    width: 17px;
  }

  .amis-scope .antd-Layout--asideFixed.antd-Layout--folded .antd-Layout-aside {
    position: static;
  }

  .amis-scope .antd-Layout--asideFixed.antd-Layout--folded .antd-Layout-brandBar {
    position: static;
  }

  .amis-scope .antd-Layout--asideFixed.antd-Layout--folded .antd-Layout-asideWrap {
    overflow: visible;
    z-index: 15;
  }

  .amis-scope .antd-Layout--asideFixed.antd-Layout--folded .antd-Layout-asideInner {
    overflow: visible;
    padding-right: 17px;
  }

  .amis-scope .antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brand,
  .amis-scope .antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-brandBar,
  .amis-scope .antd-Layout--sm:not(.antd-Layout--folded) .antd-Layout-aside {
    width: var(--Layout-aside--sm-width);
  }

  .amis-scope .antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brand,
  .amis-scope .antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-brandBar,
  .amis-scope .antd-Layout--md:not(.antd-Layout--folded) .antd-Layout-aside {
    width: var(--Layout-aside--md-width);
  }

  .amis-scope .antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brand,
  .amis-scope .antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-brandBar,
  .amis-scope .antd-Layout--lg:not(.antd-Layout--folded) .antd-Layout-aside {
    width: var(--Layout-aside--lg-width);
  }
}

@media (min-width: 992px) {
  .amis-scope .antd-Layout--boxed {
    width: 61.25rem;
  }

  .amis-scope .antd-Layout--boxed.antd-Layout--headerFixed .antd-Layout-header {
    width: 61.25rem;
  }
}

@media (min-width: 1200px) {
  .amis-scope .antd-Layout--boxed {
    width: 73.75rem;
  }

  .amis-scope .antd-Layout--boxed.antd-Layout--headerFixed .antd-Layout-header {
    width: 73.75rem;
  }
}

.amis-scope .antd-Grid-col--xs1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs1.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs2.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs3 {
  flex: 0 0 25%;
  max-width: 25%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs3.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs4.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs5.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs6 {
  flex: 0 0 50%;
  max-width: 50%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs6.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs7.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs8.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs9 {
  flex: 0 0 75%;
  max-width: 75%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs9.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs10.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs11.grid-item {
  margin-bottom: 16px;
}

.amis-scope .antd-Grid-col--xs12 {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 1px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xs12.grid-item {
  margin-bottom: 16px;
}

.amis-scope .mobile-grid-item .antd-Grid--slider {
  opacity: 0;
}

.amis-scope .antd-Grid-col--xs {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid-col--xsAuto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.amis-scope .antd-Grid--slider {
  position: absolute;
  right: 0;
  top: 25%;
  transform: translate(0, -50%);
  cursor: ew-resize;
  font-size: 10px;
  font-weight: 600;
  width: 20px;
  height: 55px;
  border-radius: 2px;
  border: 0px;
  line-height: 1.4;
  text-align: center;
  user-select: none;
  background-color: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  z-index: 3;
}

.amis-scope .antd-Grid--slider .antd-Grid--sliders {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 576px) {
  .amis-scope .antd-Grid {
    margin-left: -0.5rem;
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    position: relative;
  }

  .amis-scope .antd-Grid--hRight {
    justify-content: flex-end;
  }

  .amis-scope .antd-Grid--hCenter {
    justify-content: center;
  }

  .amis-scope .antd-Grid--hBetween {
    justify-content: space-between;
  }

  .amis-scope .antd-Grid--vMiddle > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amis-scope .antd-Grid--vBottom > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .amis-scope .antd-Grid--vBetween > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .amis-scope .antd-Grid > .antd-Grid-col--vTop {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .amis-scope .antd-Grid > .antd-Grid-col--vMiddle {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .amis-scope .antd-Grid > .antd-Grid-col--vBottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .amis-scope .antd-Grid > .antd-Grid-col--vBetween {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .amis-scope .antd-Distance {
    height: 100%;
    overflow: auto;
    margin-right: 0;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 {
    height: 50%;
    min-width: 100%;
    padding-right: 0rem;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Panel {
    overflow: hidden;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Panel .antd-Panel-body {
    height: 100%;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Crud {
    height: 100%;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Crud .antd-Table {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Crud .antd-Table .antd-Table-contentWrap {
    flex: 1;
    background-color: #fff;
    height: calc(100% - 88px);
    overflow-y: auto;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Crud .antd-Table .antd-Table-contentWrap .antd-Table-content {
    height: 100% !important;
  }

  .amis-scope .antd-Distance .antd-Grid-col--md12 .antd-Crud .antd-Table .antd-Table-contentWrap .antd-Table-content .antd-Table-table thead > tr > th .antd-TableCell--title .antd-Button--link {
    line-height: initial;
  }

  .amis-scope .antd-Distance .antd-Grid--slider {
    bottom: 0;
    top: 99%;
    left: 50%;
    cursor: n-resize;
    width: 55px;
    height: 16px;
    line-height: 1;
    border-radius: 5px;
  }

  .amis-scope .antd-Distance .antd-Grid--slider svg {
    color: #000;
    font-size: 12px;
  }

  .amis-scope .antd-Grid-col--sm1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm1.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm2.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm3.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm4.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm5.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm6.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm7.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm8.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm9.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm10.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm11.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--sm12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--sm12.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .mobile-grid-item .antd-Grid--slider {
    opacity: 0;
  }

  .amis-scope .antd-Grid-col--sm {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--smAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }

  .amis-scope .antd-Grid--slider .antd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .amis-scope .antd-Grid-col--md1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md1.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md2.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md3.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md4.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md5.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md6.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md7.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md8.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md9.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md10.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md11.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--md12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--md12.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .mobile-grid-item .antd-Grid--slider {
    opacity: 0;
  }

  .amis-scope .antd-Grid-col--md {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--mdAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }

  .amis-scope .antd-Grid--slider .antd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media (min-width: 992px) {
  .amis-scope .antd-Grid-col--lg1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg1.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg2.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg3.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg4.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg5.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg6.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg7.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg8.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg9.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg10.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg11.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .antd-Grid-col--lg12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lg12.grid-item {
    margin-bottom: 16px;
  }

  .amis-scope .mobile-grid-item .antd-Grid--slider {
    opacity: 0;
  }

  .amis-scope .antd-Grid-col--lg {
    flex-basis: 0;
    flex-grow: 1;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid-col--lgAuto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .amis-scope .antd-Grid--slider {
    position: absolute;
    right: 0;
    top: 25%;
    transform: translate(0, -50%);
    cursor: ew-resize;
    font-size: 10px;
    font-weight: 600;
    width: 20px;
    height: 55px;
    border-radius: 2px;
    border: 0px;
    line-height: 1.4;
    text-align: center;
    user-select: none;
    background-color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    z-index: 3;
  }

  .amis-scope .antd-Grid--slider .antd-Grid--sliders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

.amis-scope .antd-Grid--none {
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .antd-Grid--none > div {
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .antd-Grid--xs {
  margin-left: calc(var(--gap-xs) * -0.5);
  margin-right: calc(var(--gap-xs) * -0.5);
}

.amis-scope .antd-Grid--xs > div {
  padding-left: calc(var(--gap-xs) * 0.5);
  padding-right: calc(var(--gap-xs) * 0.5);
}

.amis-scope .antd-Grid--sm {
  margin-left: calc(var(--gap-sm) * -0.5);
  margin-right: calc(var(--gap-sm) * -0.5);
}

.amis-scope .antd-Grid--sm > div {
  padding-left: calc(var(--gap-sm) * 0.5);
  padding-right: calc(var(--gap-sm) * 0.5);
}

.amis-scope .antd-Grid--base {
  margin-left: calc(var(--gap-base) * -0.5);
  margin-right: calc(var(--gap-base) * -0.5);
}

.amis-scope .antd-Grid--base > div {
  padding-left: calc(var(--gap-base) * 0.5);
  padding-right: calc(var(--gap-base) * 0.5);
}

.amis-scope .antd-Grid--md {
  margin-left: calc(var(--gap-md) * -0.5);
  margin-right: calc(var(--gap-md) * -0.5);
}

.amis-scope .antd-Grid--md > div {
  padding-left: calc(var(--gap-md) * 0.5);
  padding-right: calc(var(--gap-md) * 0.5);
}

.amis-scope .antd-Grid--lg {
  margin-left: calc(var(--gap-lg) * -0.5);
  margin-right: calc(var(--gap-lg) * -0.5);
}

.amis-scope .antd-Grid--lg > div {
  padding-left: calc(var(--gap-lg) * 0.5);
  padding-right: calc(var(--gap-lg) * 0.5);
}

.amis-scope .antd-AsideNav::before,
.amis-scope .antd-AsideNav::after {
  display: table;
  content: "";
}

.amis-scope .antd-AsideNav::after {
  clear: both;
}

.amis-scope .antd-AsideNav-label {
  color: var(--Layout-asideLabel-color);
  margin-top: var(--gap-base);
  margin-bottom: var(--gap-sm);
  font-size: var(--fontSizeXs);
  padding-left: var(--gap-base);
  padding-right: var(--gap-base);
}

.amis-scope .antd-AsideNav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amis-scope .antd-AsideNav-itemArrow {
  float: right;
  display: block;
  width: var(--gap-md);
  text-align: center;
  line-height: 1.0625rem;
  margin-top: 0.125rem;
}

.amis-scope .antd-AsideNav-itemArrow:empty:before {
  content: "";
  display: inline-block;
  transform-origin: center;
  transition: transform var(--animation-duration) ease;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
  width: 0.625rem;
  height: 0.625rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.amis-scope .antd-AsideNav-item.is-open > a > .antd-AsideNav-itemArrow:empty:before {
  transform: rotate(90deg);
  color: var(--Layout-asideLink-onActive-arrowColor);
}

.amis-scope .antd-AsideNav-itemArrow > svg {
  color: var(--Layout-asideLink-color);
  width: 0.625rem;
  height: 0.625rem;
  transform-origin: center;
  transition: transform var(--animation-duration) ease;
}

.amis-scope .antd-AsideNav-item.is-open > a > .antd-AsideNav-itemArrow > svg {
  transform: rotate(90deg);
}

.amis-scope .antd-AsideNav-itemBadge {
  padding: 0.125rem var(--gap-xs);
  margin-top: 0.125rem;
  font-size: var(--fontSizeXs);
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  float: right;
  min-width: 0.0625rem;
  line-height: 1;
  font-weight: var(--fontWeightBold);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.625rem;
}

.amis-scope .antd-AsideNav-itemIcon {
  margin: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / -2 ) -0.625rem;
  line-height: var(--Layout-nav-height);
  width: var(--Layout-nav-height);
  vertical-align: middle;
  float: left;
  margin-right: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  color: var(--Layout-asideLink-iconColor);
  font-size: var(--Layout-asideLink-onHover-iconSize);
}

.amis-scope .antd-AsideNav-itemIcon:before {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-AsideNav-subList {
  margin: 0;
  padding: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  margin-left: calc(var(--gap-md) * -1);
  transition: all var(--animation-duration) ease-in-out 0s;
  background: var(--Layout-aside-subList-bg);
}

.amis-scope .antd-Layout--folded .antd-AsideNav-item > .antd-AsideNav-subList {
  display: block;
  overflow: hidden;
}

.amis-scope .is-open > .antd-AsideNav-subList,
.amis-scope .antd-Layout--folded .antd-AsideNav-item .antd-AsideNav-item.is-open > .antd-AsideNav-subList,
.amis-scope .antd-Layout--folded .antd-AsideNav-item:hover > .antd-AsideNav-subList,
.amis-scope .antd-Layout--folded .antd-AsideNav-item:focus > .antd-AsideNav-subList,
.amis-scope .antd-Layout--folded .antd-AsideNav-item:active > .antd-AsideNav-subList {
  opacity: 1;
  margin-left: 0;
  height: auto !important;
  overflow: visible;
}

.amis-scope .antd-AsideNav-item {
  position: relative;
  display: block;
}

.amis-scope .antd-AsideNav-item a {
  font-weight: normal;
  cursor: pointer;
  text-transform: none;
  display: block;
  font-size: var(--Layout-asideLink-fontSize);
  padding: calc( ( var(--Layout-nav-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-base);
  position: relative;
  transition: background-color var(--animation-duration) ease-in-out 0s;
  color: var(--Layout-asideLink-color);
  text-decoration: none;
  user-select: none;
}

.amis-scope .antd-AsideNav-item a:hover {
  color: var(--Layout-asideLink-onHover-color);
  text-decoration: none;
  background: var(--Layout-aside-onHover-bg);
}

.amis-scope .antd-AsideNav-item a:hover .antd-AsideNav-itemIcon {
  color: var(--Layout-asideLink-onHover-iconColor);
}

.amis-scope .antd-AsideNav-item.is-active > a {
  background: var(--Layout-aside-onAcitve-bg);
  color: var(--Layout-asideLink-onActive-color);
}

.amis-scope .antd-AsideNav-item.is-active > a:hover {
  background: var(--Layout-aside-onAcitve-onHover-bg);
}

.amis-scope .antd-AsideNav-item.is-lg > a {
  padding: calc( ( var(--Layout-nav-lgHeight) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 0.3125rem);
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 0.9375rem);
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 1.875rem);
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-item a {
  padding-left: calc(var(--Layout-nav-height) + 2.8125rem);
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item .antd-AsideNav-subList {
  display: none;
}

.amis-scope .antd-AsideNav-item .antd-AsideNav-item.is-open .antd-AsideNav-subList {
  display: block;
}

.amis-scope .antd-AsideNav-subHeader {
  display: none;
}

.amis-scope .antd-AsideNav-subHeader a {
  cursor: default;
  background: transparent;
  color: var(--Layout-asideLink-color);
  padding: calc( ( var(--Layout-nav--folded-height) - var(--lineHeightBase) * var(--Layout-asideLink-fontSize) ) / 2 ) var(--gap-md);
}

.amis-scope .antd-AsideNav-subHeader a:hover {
  color: var(--Layout-asideLink-onHover-color);
  background: transparent;
}

.amis-scope .antd-AsideNav-tooltip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: nowrap;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  opacity: 0;
  transition: var(--Tooltip--attr-transition);
}

.amis-scope .antd-AsideNav-divider {
  width: auto;
  height: 0.0625rem;
  margin: var(--Layout-asideDivider-margin);
  overflow: hidden;
  font-size: 0;
  background: var(--Layout-asideDivider-bg);
}

.amis-scope img.antd-AsideNav-itemIcon {
  float: none;
  height: var(--Layout-asideLink-fontSize);
  width: auto;
  margin-right: var(--gap-xs);
  vertical-align: middle;
}

@media (min-width: 768px) {
  .amis-scope .antd-Layout--folded .antd-AsideNav-label {
    display: none;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-subHeader {
    display: block;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-item:hover > .antd-AsideNav-tooltip {
    opacity: 1;
    z-index: 1600;
    margin: 0 0 0 var(--Tooltip--attr-gap);
    opacity: 1;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a {
    text-align: center;
    position: relative;
    padding: 0;
    text-align: center;
    height: var(--Layout-nav--folded-height);
    border: none;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemArrow,
  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemLabel {
    display: none;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemIcon {
    width: auto;
    float: none !important;
    display: block;
    font-size: 1rem;
    margin: 0;
    line-height: var(--Layout-nav--folded-height);
    border: none !important;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item > a .antd-AsideNav-itemBadge {
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
    z-index: 3;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item.is-lg > a {
    height: var(--Layout-nav-lgHeight);
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-list > .antd-AsideNav-item.is-lg > a .antd-AsideNav-itemIcon {
    line-height: var(--Layout-nav-lgHeight);
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-item .antd-AsideNav-item a {
    padding-left: var(--gap-md) !important;
  }

  .amis-scope .antd-Layout--folded .antd-AsideNav-subList {
    height: 0 !important;
    position: absolute;
    left: 100%;
    top: 0 !important;
    z-index: 1050;
    width: var(--Layout-aside-width);
    box-shadow: 0 0.125rem 0.375rem rgba(0, 0, 0, 0.1);
  }

  .amis-scope .antd-Layout--folded.antd-Layout--sm .antd-AsideNav-subList {
    width: var(--Layout-aside--sm-width);
  }

  .amis-scope .antd-Layout--folded.antd-Layout--md .antd-AsideNav-subList {
    width: var(--Layout-aside--md-width);
  }

  .amis-scope .antd-Layout--folded.antd-Layout--lg .antd-AsideNav-subList {
    width: var(--Layout-aside--lg-width);
  }
}

.amis-scope .antd-Hbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.amis-scope .antd-Hbox-col {
  flex-basis: 0;
  flex-grow: 1;
  min-height: 1px;
  max-width: 100%;
  width: 100%;
}

.amis-scope .antd-Hbox-col--customWidth {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .antd-Hbox-col--auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.amis-scope .antd-Hbox--hRight {
  justify-content: flex-end;
}

.amis-scope .antd-Hbox--hCenter {
  justify-content: center;
}

.amis-scope .antd-Hbox--hBetween {
  justify-content: space-between;
}

.amis-scope .antd-Hbox--vMiddle > .antd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .antd-Hbox--vBottom > .antd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.amis-scope .antd-Hbox--vBetween > .antd-Hbox-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amis-scope .antd-Hbox > .antd-Hbox-col--vTop {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.amis-scope .antd-Hbox > .antd-Hbox-col--vMiddle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .antd-Hbox > .antd-Hbox-col--vBottom {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.amis-scope .antd-Hbox > .antd-Hbox-col--vBetween {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.amis-scope .antd-Hbox--xs {
  margin-left: calc(var(--gap-xs) * -0.5);
  margin-right: calc(var(--gap-xs) * -0.5);
}

.amis-scope .antd-Hbox--xs > .antd-Hbox-col {
  padding-left: calc(var(--gap-xs) * 0.5);
  padding-right: calc(var(--gap-xs) * 0.5);
}

.amis-scope .antd-Hbox--sm {
  margin-left: calc(var(--gap-sm) * -0.5);
  margin-right: calc(var(--gap-sm) * -0.5);
}

.amis-scope .antd-Hbox--sm > .antd-Hbox-col {
  padding-left: calc(var(--gap-sm) * 0.5);
  padding-right: calc(var(--gap-sm) * 0.5);
}

.amis-scope .antd-Hbox--base {
  margin-left: calc(var(--gap-base) * -0.5);
  margin-right: calc(var(--gap-base) * -0.5);
}

.amis-scope .antd-Hbox--base > .antd-Hbox-col {
  padding-left: calc(var(--gap-base) * 0.5);
  padding-right: calc(var(--gap-base) * 0.5);
}

.amis-scope .antd-Hbox--md {
  margin-left: calc(var(--gap-md) * -0.5);
  margin-right: calc(var(--gap-md) * -0.5);
}

.amis-scope .antd-Hbox--md > .antd-Hbox-col {
  padding-left: calc(var(--gap-md) * 0.5);
  padding-right: calc(var(--gap-md) * 0.5);
}

.amis-scope .antd-Hbox--lg {
  margin-left: calc(var(--gap-lg) * -0.5);
  margin-right: calc(var(--gap-lg) * -0.5);
}

.amis-scope .antd-Hbox--lg > .antd-Hbox-col {
  padding-left: calc(var(--gap-lg) * 0.5);
  padding-right: calc(var(--gap-lg) * 0.5);
}

.amis-scope .antd-Vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.amis-scope .antd-Vbox .row-row {
  display: table-row;
  height: 100%;
}

.amis-scope .antd-Vbox .row-row .antd-Vbox-cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .ie .antd-Vbox .row-row .antd-Vbox-cell {
  display: table-cell;
  overflow: auto;
}

.amis-scope .ie .antd-Vbox .row-row .antd-Vbox-cell .cell-inner {
  overflow: visible !important;
}

.amis-scope .antd-Vbox .row-row .antd-Vbox-cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.amis-scope .antd-Button {
  display: inline-block;
  font-weight: var(--Button-fontWeight);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  letter-spacing: 1px;
  background: transparent;
  border: var(--Button-borderWidth) solid transparent;
  transition: var(--Button-transition);
  white-space: nowrap;
  min-width: var(--Button-mimWidth);
  padding: var(--Button-paddingY) var(--Button-paddingX);
  font-size: var(--Button-fontSize);
  line-height: var(--Button-lineHeight);
  border-radius: var(--Button-borderRadius);
  height: var(--Button-height);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Button {
    height: 1.2rem;
    line-height: 0.9rem;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Button {
    height: 1.5rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.1rem 0.25rem;
  }
}

.amis-scope .antd-Button:active,
.amis-scope .antd-Button.is-active {
  color: var(--Button-onActive-color);
  box-shadow: var(--Button-onActive-boxShadow);
  border-color: var(--Button-onActive-border);
}

.amis-scope .antd-Button:active:focus,
.amis-scope .antd-Button.is-active:focus {
  box-shadow: var(--Button-onActive-boxShadow);
}

.amis-scope .antd-Button.in-state {
  color: var(--Button-onActive-color);
  box-shadow: var(--Button-onActive-boxShadow);
  border-color: var(--Button-onActive-border);
}

.amis-scope .antd-Button .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button > .pull-left {
  margin-right: var(--Button-paddingX);
}

.amis-scope .antd-Button .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button > .pull-right {
  margin-left: var(--Button-paddingX);
}

.amis-scope .antd-Button img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-Button:hover:focus {
  text-decoration: none;
}

.amis-scope .antd-Button:focus,
.amis-scope .antd-Button.focus {
  outline: 0;
  box-shadow: var(--Button-onFocus-boxShadow);
}

.amis-scope .antd-Button.is-disabled,
.amis-scope .antd-Button:disabled {
  filter: grayscale(100%);
  box-shadow: none;
  cursor: not-allowed;
  color: var(--text--muted-color);
  pointer-events: auto;
  border: var(--Button-borderWidth) solid var(--Button-onDisabled-borderColor);
  background: var(--Button-onDisabled-bg);
}

.amis-scope .antd-Button.is-disabled > svg,
.amis-scope .antd-Button.is-disabled > svg path,
.amis-scope .antd-Button:disabled > svg,
.amis-scope .antd-Button:disabled > svg path {
  fill: currentColor;
}

.amis-scope .antd-Button:not(:disabled):not(.is-disabled) {
  cursor: pointer;
  vertical-align: top;
}

.amis-scope .antd-Button.cxd-Button--link.is-disabled {
  background: transparent;
  border: none;
}

.amis-scope .antd-Button > .pull-left,
.amis-scope .antd-Button > .pull-right {
  line-height: inherit;
}

.amis-scope .antd-Button > .fa,
.amis-scope .antd-Button > .iconfont,
.amis-scope .antd-Button > .glyphicon {
  font-size: inherit;
}

.amis-scope a.antd-Button.is-disabled,
.amis-scope fieldset:disabled a.antd-Button {
  pointer-events: none;
}

.amis-scope .antd-Button--primary {
  color: var(--Button--primary-color);
  background: var(--Button--primary-bg);
  border-color: var(--Button--primary-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--primary-onHover-color);
  background: var(--Button--primary-onHover-bg);
  border-color: var(--Button--primary-onHover-border);
}

.amis-scope .antd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--primary-onActive-color);
  background: var(--Button--primary-onActive-bg);
  border-color: var(--Button--primary-onActive-border);
}

.amis-scope .antd-Button--primary:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

@media screen and (max-width: 767px) {
  .amis-scope .antd-Button--primary {
    background: #1890FF;
    border-color: #1890FF;
    border-radius: 4px;
  }
}

.amis-scope .antd-Button--secondary {
  color: var(--Button--secondary-color);
  background: var(--Button--secondary-bg);
  border-color: var(--Button--secondary-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--secondary-onHover-color);
  background: var(--Button--secondary-onHover-bg);
  border-color: var(--Button--secondary-onHover-border);
}

.amis-scope .antd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--secondary-onActive-color);
  background: var(--Button--secondary-onActive-bg);
  border-color: var(--Button--secondary-onActive-border);
}

.amis-scope .antd-Button--secondary:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--success {
  color: var(--Button--success-color);
  background: var(--Button--success-bg);
  border-color: var(--Button--success-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--success-onHover-color);
  background: var(--Button--success-onHover-bg);
  border-color: var(--Button--success-onHover-border);
}

.amis-scope .antd-Button--success:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--success-onActive-color);
  background: var(--Button--success-onActive-bg);
  border-color: var(--Button--success-onActive-border);
}

.amis-scope .antd-Button--success:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--enhance {
  color: var(--Button--enhance-color);
  background: var(--Button--enhance-bg);
  border-color: var(--Button--enhance-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--enhance-onHover-color);
  background: var(--Button--enhance-onHover-bg);
  border-color: var(--Button--enhance-onHover-border);
}

.amis-scope .antd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--enhance-onActive-color);
  background: var(--Button--enhance-onActive-bg);
  border-color: var(--Button--enhance-onActive-border);
}

.amis-scope .antd-Button--enhance:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--info {
  color: var(--Button--info-color);
  background: var(--Button--info-bg);
  border-color: var(--Button--info-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--info-onHover-color);
  background: var(--Button--info-onHover-bg);
  border-color: var(--Button--info-onHover-border);
}

.amis-scope .antd-Button--info:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--info-onActive-color);
  background: var(--Button--info-onActive-bg);
  border-color: var(--Button--info-onActive-border);
}

.amis-scope .antd-Button--info:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--warning {
  color: var(--Button--warning-color);
  background: var(--Button--warning-bg);
  border-color: var(--Button--warning-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--warning-onHover-color);
  background: var(--Button--warning-onHover-bg);
  border-color: var(--Button--warning-onHover-border);
}

.amis-scope .antd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--warning-onActive-color);
  background: var(--Button--warning-onActive-bg);
  border-color: var(--Button--warning-onActive-border);
}

.amis-scope .antd-Button--warning:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--danger {
  color: var(--Button--danger-color);
  background: var(--Button--danger-bg);
  border-color: var(--Button--danger-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--danger-onHover-color);
  background: var(--Button--danger-onHover-bg);
  border-color: var(--Button--danger-onHover-border);
}

.amis-scope .antd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--danger-onActive-color);
  background: var(--Button--danger-onActive-bg);
  border-color: var(--Button--danger-onActive-border);
}

.amis-scope .antd-Button--danger:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--light {
  color: var(--Button--light-color);
  background: var(--Button--light-bg);
  border-color: var(--Button--light-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--light-onHover-color);
  background: var(--Button--light-onHover-bg);
  border-color: var(--Button--light-onHover-border);
}

.amis-scope .antd-Button--light:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--light-onActive-color);
  background: var(--Button--light-onActive-bg);
  border-color: var(--Button--light-onActive-border);
}

.amis-scope .antd-Button--light:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--dark {
  color: var(--Button--dark-color);
  background: var(--Button--dark-bg);
  border-color: var(--Button--dark-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--dark-onHover-color);
  background: var(--Button--dark-onHover-bg);
  border-color: var(--Button--dark-onHover-border);
}

.amis-scope .antd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--dark-onActive-color);
  background: var(--Button--dark-onActive-bg);
  border-color: var(--Button--dark-onActive-border);
}

.amis-scope .antd-Button--dark:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--default {
  color: var(--Button--default-color);
  background: var(--Button--default-bg);
  border-color: var(--Button--default-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover {
  color: var(--Button--default-onHover-color);
  background: var(--Button--default-onHover-bg);
  border-color: var(--Button--default-onHover-border);
}

.amis-scope .antd-Button--default:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Button--default-onActive-color);
  background: var(--Button--default-onActive-bg);
  border-color: var(--Button--default-onActive-border);
}

.amis-scope .antd-Button--default:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Button--xs {
  padding: var(--Button--xs-paddingY) var(--Button--xs-paddingX);
  font-size: var(--Button--xs-fontSize);
  line-height: var(--Button--xs-lineHeight);
  border-radius: var(--Button--sm-borderRadius);
  height: var(--Button--xs-height);
}

.amis-scope .antd-Button--xs .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--xs > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--xs .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--xs > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--xs .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--xs > .pull-left {
  margin-right: var(--Button--xs-paddingX);
}

.amis-scope .antd-Button--xs .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--xs > .pull-right {
  margin-left: var(--Button--xs-paddingX);
}

.amis-scope .antd-Button--xs img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-Button--xs.antd-Button--iconOnly {
  min-width: calc(var(--Button--xs-height) * var(--Button--iconOnly-minWidthRate));
}

.amis-scope .antd-Button--sm {
  padding: var(--Button--sm-paddingY) var(--Button--sm-paddingX);
  font-size: var(--Button--sm-fontSize);
  line-height: var(--Button--sm-lineHeight);
  border-radius: var(--Button--sm-borderRadius);
  height: var(--Button--sm-height);
}

.amis-scope .antd-Button--sm .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--sm > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--sm .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--sm > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--sm .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--sm > .pull-left {
  margin-right: var(--Button--sm-paddingX);
}

.amis-scope .antd-Button--sm .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--sm > .pull-right {
  margin-left: var(--Button--sm-paddingX);
}

.amis-scope .antd-Button--sm img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Button--sm {
    padding: 0rem 0.5625rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Button--sm {
    padding: 0rem 0.6rem;
    height: 1.5rem;
    line-height: 1.3rem;
  }
}

.amis-scope .antd-Button--sm.antd-Button--iconOnly {
  min-width: calc(var(--Button--sm-height) * var(--Button--iconOnly-minWidthRate));
}

.amis-scope .antd-Button--md {
  padding: var(--Button--md-paddingY) var(--Button--md-paddingX);
  font-size: var(--Button--md-fontSize);
  line-height: var(--Button--md-lineHeight);
  border-radius: var(--Button-borderRadius);
  height: var(--Button--md-height);
}

.amis-scope .antd-Button--md .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--md > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--md .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--md > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--md .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--md > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--md > .pull-left {
  margin-right: var(--Button--md-paddingX);
}

.amis-scope .antd-Button--md .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--md > .pull-right {
  margin-left: var(--Button--md-paddingX);
}

.amis-scope .antd-Button--md img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-Button--md.antd-Button--iconOnly {
  min-width: calc(var(--Button--md-height) * var(--Button--iconOnly-minWidthRate));
}

.amis-scope .antd-Button--lg {
  padding: var(--Button--lg-paddingY) var(--Button--lg-paddingX);
  font-size: var(--Button--lg-fontSize);
  line-height: var(--Button--lg-lineHeight);
  border-radius: var(--Button--lg-borderRadius);
  height: var(--Button--lg-height);
}

.amis-scope .antd-Button--lg .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--lg > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--lg .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--lg > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Button--lg .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Button--lg > .pull-left {
  margin-right: var(--Button--lg-paddingX);
}

.amis-scope .antd-Button--lg .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Button--lg > .pull-right {
  margin-left: var(--Button--lg-paddingX);
}

.amis-scope .antd-Button--lg img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-Button--lg.antd-Button--iconOnly {
  min-width: calc(var(--Button--lg-height) * var(--Button--iconOnly-minWidthRate));
}

.amis-scope .antd-Button--iconOnly {
  min-width: calc(var(--Button-height) * var(--Button--iconOnly-minWidthRate));
}

.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > svg.icon {
  width: 0.875rem;
  height: 0.875rem;
  top: 0.125rem;
}

.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .fa,
.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
  font-size: var(--fontSizeMd);
}

.amis-scope .antd-Button--iconOnly:not(.antd-Button--link) > .iconfont {
  line-height: 1;
}

.amis-scope .antd-Button--loading {
  transition: --Button-transition;
}

.amis-scope .antd-Button--loading svg {
  animation: var(--Button-animation-spin);
}

.amis-scope .antd-Button--link {
  width: auto;
  min-width: auto;
  font-weight: var(--fontWeightNormal);
  color: var(--Button--link-color);
  text-decoration: var(--link-decoration);
  border: none;
  height: auto;
}

.amis-scope .antd-Button--link:hover:focus {
  color: var(--Button--link-onHover-color);
  box-shadow: none;
}

.amis-scope .antd-Button--link:hover:active {
  color: var(--Button--link-onActive-color);
  box-shadow: none;
}

.amis-scope .antd-Button--link:disabled,
.amis-scope .antd-Button--link.is-disabled {
  color: var(--text--muted-color);
  pointer-events: none;
  background: transparent;
  border: none;
}

.amis-scope .antd-Button--block {
  display: block;
  width: 100%;
}

.amis-scope .antd-Button--block + .antd-Button--block {
  margin-top: var(--gap-base);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Button--block + .antd-Button--block {
    margin-top: 2px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Button--block + .antd-Button--block {
    margin-top: 4px;
  }
}

.amis-scope input[type=submit].antd-Button--block,
.amis-scope input[type=reset].antd-Button--block,
.amis-scope input[type=button].antd-Button--block {
  width: 100%;
}

.amis-scope .antd-ButtonToolbar {
  margin-left: calc(var(--gap-xs) * -1);
  margin-top: calc(var(--gap-xs) * -1);
}

.amis-scope .antd-ButtonToolbar > .antd-Button {
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
}

.amis-scope .antd-Action {
  display: inline-block;
}

.amis-scope .antd-Action:hover {
  cursor: pointer;
}

.amis-scope .antd-Avatar {
  background: var(--Avatar-bg);
  width: var(--Avatar-size-default);
  height: var(--Avatar-size-default);
  line-height: var(--Avatar-size-default);
  position: relative;
  display: inline-block;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 50%;
  text-align: center;
}

.amis-scope .antd-Avatar i {
  font-size: var(--Avatar-icon-size-default);
}

.amis-scope .antd-Avatar--lg {
  width: var(--Avatar-size-large);
  height: var(--Avatar-size-large);
  line-height: var(--Avatar-size-large);
}

.amis-scope .antd-Avatar--lg i {
  font-size: var(--Avatar-icon-size-large);
}

.amis-scope .antd-Avatar--sm {
  width: var(--Avatar-size-small);
  height: var(--Avatar-size-small);
  line-height: var(--Avatar-size-small);
}

.amis-scope .antd-Avatar--sm i {
  font-size: var(--Avatar-icon-size-small);
}

.amis-scope .antd-Avatar--text {
  position: absolute;
  left: 50%;
  transform-origin: 0 center;
}

.amis-scope .antd-Avatar--square {
  border-radius: 0%;
}

.amis-scope .antd-Avatar--rounded {
  border-radius: 10%;
}

.amis-scope .antd-Avatar img {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Avatar:hover img,
.amis-scope .antd-Avatar:hover i {
  transform: scale(1.1);
}

.amis-scope .antd-Breadcrumb-icon {
  margin-right: 0.125rem;
}

.amis-scope .antd-Breadcrumb-separator {
  user-select: none;
  margin: 0 var(--gap-xs);
}

.amis-scope .antd-Badge {
  display: inline-block;
  position: relative;
}

.amis-scope .antd-Badge-text,
.amis-scope .antd-Badge-dot,
.amis-scope .antd-Badge-ribbon {
  background: var(--danger);
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  z-index: auto;
  border-radius: calc(var(--Badge-size) / 2);
}

.amis-scope .antd-Badge--top-left {
  top: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-Badge--bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
  transform: translate(-50%, 50%);
}

.amis-scope .antd-Badge--bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
  transform: translate(50%, 50%);
}

.amis-scope .antd-Badge--danger {
  background: var(--Badge--danger-bg);
}

.amis-scope .antd-Badge--info {
  background: var(--Badge--info-bg);
}

.amis-scope .antd-Badge--success {
  background: var(--Badge--success-bg);
}

.amis-scope .antd-Badge--warning {
  background: var(--Badge--warning-bg);
}

.amis-scope .antd-Badge-text {
  color: var(--Badge-color);
  height: var(--Badge-size);
  line-height: var(--Badge-size);
  white-space: nowrap;
  text-align: center;
  padding: 0 6px;
}

.amis-scope .antd-Badge-dot {
  z-index: auto;
  width: var(--Badge-size);
  height: var(--Badge-size);
  border-radius: 50%;
}

.amis-scope .antd-Badge-ribbon-out {
  overflow: hidden;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.amis-scope .antd-Badge-ribbon {
  color: var(--Badge-color);
  height: var(--Badge-size);
  line-height: var(--Badge-size);
  transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 0;
  border-radius: 0;
  text-align: center;
  width: 62.5rem;
  top: 5px;
}

.amis-scope .antd-Badge-ribbon-out--top-left,
.amis-scope .antd-Badge-ribbon-out--bottom-left {
  left: 0;
  right: auto;
}

.amis-scope .antd-Badge-ribbon--top-left {
  transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
  left: 0;
  right: auto;
}

.amis-scope .antd-Badge-ribbon--bottom-left {
  transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: 0;
  right: auto;
  bottom: 5px;
  top: auto;
}

.amis-scope .antd-Badge-ribbon--bottom-right {
  transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
  transform-origin: 50% 100%;
  left: auto;
  right: 0;
  bottom: 5px;
  top: auto;
}

@keyframes badgeDotAnimation {
  0% {
    transform: scale(0.8);
    opacity: 0.4;
  }

  to {
    transform: scale(3.2);
    opacity: 0;
  }
}

.is-modalOpened {
  overflow: hidden;
}

.is-modalOpened .amis-scope .antd-Modal {
  overflow-x: hidden;
  overflow-y: auto;
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

@keyframes modalOut {
  to {
    opacity: 0;
    transform: translate3d(0, -300px, 0) scale(0.2);
  }
}

.amis-scope .antd-Modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  outline: 0;
}

.amis-scope .antd-Modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: var(--Modal-content-minHeight);
  pointer-events: auto;
  background: var(--Modal-bg);
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  margin-top: var(--Modal-content-startMarginTop);
  margin-bottom: var(--gap-md);
  border: var(--Modal-content-borderWidth) solid var(--Modal-content-borderColor);
  border-radius: var(--Modal-content-borderRadius);
}

.amis-scope .antd-Modal-content.in,
.amis-scope .antd-Modal-content.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

.amis-scope .antd-Modal-content.in {
  animation-name: modalIn;
}

.amis-scope .antd-Modal-content.out {
  animation-name: modalOut;
}

.amis-scope .antd-Modal-overlay {
  transition: ease-in-out opacity var(--animation-duration);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--Modal-overlay-bg);
  pointer-events: none;
  opacity: 0;
}

.amis-scope .antd-Modal-overlay.in {
  opacity: 1;
}

.amis-scope .antd-Modal-overlay.out {
  opacity: 0;
}

.amis-scope .antd-Modal-header {
  padding: var(--Modal-header-paddingY) var(--Modal-header-paddingX);
  background: var(--Modal-header-bg);
  border-bottom: var(--Modal-body-borderTop);
  border-top-left-radius: var(--Modal-content-borderRadius);
  border-top-right-radius: var(--Modal-content-borderRadius);
}

.amis-scope .antd-Modal-header::before,
.amis-scope .antd-Modal-header::after {
  display: table;
  content: "";
}

.amis-scope .antd-Modal-header::after {
  clear: both;
}

.amis-scope .antd-Modal-title {
  font-size: var(--Modal-title-fontSize);
  color: var(--Modal-title-color);
  font-weight: var(--Modal-title-fontWeight);
}

.amis-scope .antd-Modal-close {
  float: right;
  color: var(--Modal-close-color);
  line-height: inherit;
  text-decoration: none;
  vertical-align: middle;
}

.amis-scope .antd-Modal-close svg {
  width: var(--Modal-close-width);
  height: var(--Modal-close-width);
  fill: var(--Modal-close-color);
}

.amis-scope .antd-Modal-close:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-Modal-close:not(.is-disabled):hover {
  text-decoration: none;
  color: var(--Model-close-onHover-color);
}

.amis-scope .antd-Modal-close:not(.is-disabled):hover svg {
  fill: var(--Model-close-onHover-color);
}

.amis-scope .antd-Modal-content > .antd-Modal-close {
  position: absolute;
  right: var(--gap-md);
  top: var(--gap-sm);
  z-index: 10;
}

.amis-scope .antd-Modal-body {
  padding: var(--Modal-body--noHeader-paddingTop) var(--Modal-body-paddingX) var(--Modal-body-paddingY);
  flex-grow: 1;
}

.amis-scope .antd-Modal-header + .antd-Modal-body {
  padding-top: var(--Modal-body-paddingY);
}

.amis-scope .antd-Modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: var(--Modal-footer-padding);
  padding-right: 1rem;
  border-top: var(--Modal-body-borderBottom);
  margin: var(--Modal-footer-marginY) var(--Modal-footer-marginX);
  border-bottom-left-radius: var(--Modal-content-borderRadius);
  border-bottom-right-radius: var(--Modal-content-borderRadius);
}

.amis-scope .antd-Modal-footer .antd-Button {
  margin-left: var(--gap-sm);
}

.amis-scope .antd-Modal--2th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--3th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--4th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--5th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--6th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--7th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--8th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--9th .antd-Modal-content {
  margin-top: 0;
}

.amis-scope .antd-Modal--10th .antd-Modal-content {
  margin-top: 0;
}

@media (min-width: 576px) {
  .amis-scope .antd-Modal-content {
    max-width: var(--Modal-widthBase);
  }

  .amis-scope .antd-Modal--sm .antd-Modal-content {
    max-width: var(--Modal-widthSm);
  }

  .amis-scope .antd-Modal--base .antd-Modal-content {
    max-width: var(--Modal-widthBase);
  }

  .amis-scope .antd-Modal--md .antd-Modal-content {
    max-width: var(--Modal-widthMd);
  }

  .amis-scope .antd-Modal--lg .antd-Modal-content {
    max-width: var(--Modal-widthLg);
  }

  .amis-scope .antd-Modal--xl .antd-Modal-content {
    max-width: var(--Modal-widthXl);
  }

  .amis-scope .antd-Modal--lg.h-full > .antd-Modal-content {
    height: 100%;
  }
}

.amis-scope .antd-Dialog-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
}

.amis-scope .antd-Dialog-error {
  color: var(--danger);
  white-space: pre-wrap;
}

.amis-scope .antd-Modal--full {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.amis-scope .antd-Modal--full > .antd-Modal-content {
  flex-basis: 0;
  flex-grow: 1;
  margin: 0px;
  width: calc(100% - 60px);
  max-width: unset;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Modal--full > .antd-Modal-content {
    margin: 0 !important;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Modal--full > .antd-Modal-content {
    margin: 0 !important;
  }
}

.amis-scope .antd-Modal--full > .antd-Modal-content > .antd-Modal-body {
  height: 0;
  overflow: auto;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .antd-Modal .antd-Modal-footer {
    display: flex;
    padding: 0;
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button {
    flex: 1;
    height: 3rem;
    margin-left: 0;
    border: none;
    border-left: var(--Modal-body-borderBottom);
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:hover {
    border-left: var(--Modal-body-borderBottom);
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--default,
  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--default:hover {
    color: var(--Button--default-color);
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--primary,
  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--primary:hover {
    color: var(--Button--primary-bg) !important;
    background: #fff !important;
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--danger,
  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button--danger:hover {
    color: var(--Button--danger-bg) !important;
    background: #fff !important;
  }

  .amis-scope .antd-Modal .antd-Modal-footer > .antd-Button:first-child {
    border-left: none;
  }

  .amis-scope .antd-Modal-content {
    max-width: var(--Modal-widthSm);
    padding-top: 16px;
    border-radius: 16px;
    overflow: hidden;
  }

  .amis-scope .antd-Modal-header {
    padding-top: 5px;
    border-bottom: none;
  }
}

.amis-scope .antd-Drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  overflow: hidden;
  outline: 0;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}

.amis-scope .antd-Drawer-content {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  pointer-events: auto;
  background: var(--Drawer-bg);
  background-clip: padding-box;
  outline: 0;
  z-index: 2;
  border: var(--Drawer-content-borderWidth) solid var(--Drawer-content-borderColor);
  border-radius: var(--Drawer-content-borderRadius);
  transition: transform ease-in-out var(--animation-duration);
}

.amis-scope .antd-Drawer-overlay {
  transition: ease-out opacity var(--animation-duration);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: var(--Drawer-overlay-bg);
  opacity: 0;
}

.amis-scope .antd-Drawer-overlay.in {
  opacity: 1;
}

.amis-scope .antd-Drawer-header {
  padding: var(--Drawer-header-padding);
  background: var(--Drawer-header-bg);
  display: flex;
  border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
  border-top-left-radius: var(--Drawer-content-borderRadius);
  border-top-right-radius: var(--Drawer-content-borderRadius);
}

.amis-scope .antd-Drawer-header::before,
.amis-scope .antd-Drawer-header::after {
  display: table;
  content: "";
}

.amis-scope .antd-Drawer-header::after {
  clear: both;
}

.amis-scope .antd-Drawer-title {
  font-size: var(--Drawer-title-fontSize);
  color: var(--Drawer-title-fontColor);
}

.amis-scope .antd-Drawer-close {
  position: absolute;
  color: var(--Drawer-close-color);
  line-height: 1;
  text-decoration: none;
}

.amis-scope .antd-Drawer-close svg {
  width: 30px;
  height: 30px;
  fill: var(--Drawer-close-color);
}

.amis-scope .antd-Drawer-close:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-Drawer-close:not(.is-disabled):hover {
  text-decoration: none;
  color: var(--Drawer-close-onHover-color);
}

.amis-scope .antd-Drawer-close:not(.is-disabled):hover svg {
  fill: var(--Drawer-close-onHover-color);
}

.amis-scope .antd-Drawer-body {
  padding: var(--Drawer-body-padding);
  flex-basis: 0;
  flex-grow: 1;
  overflow: auto;
}

.amis-scope .antd-Drawer-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: var(--Drawer-footer-padding);
  border-top: var(--Drawer-content-borderWidth) solid var(--Drawer-footer-borderColor);
  border-bottom-left-radius: var(--Drawer-content-borderRadius);
  border-bottom-right-radius: var(--Drawer-content-borderRadius);
}

.amis-scope .antd-Drawer-footer .antd-Button {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Drawer-footer .antd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  text-align: left;
  align-self: center;
}

.amis-scope .antd-Drawer-footer .antd-Drawer-error {
  color: var(--danger);
  white-space: pre-wrap;
}

.amis-scope .antd-Drawer.antd-Drawer--noOverlay {
  pointer-events: none;
}

.amis-scope .antd-Drawer.antd-Drawer--noOverlay .antd-Drawer-close svg {
  margin-top: 0.125rem;
  width: var(--gap-md);
  height: var(--gap-md);
  fill: #99a6ad;
}

.amis-scope .antd-Drawer .antd-Drawer-resizeCtrl {
  position: absolute;
  border: var(--borderWidth) solid var(--borderColor);
  background: var(--white);
  border-radius: var(--borderRadius);
  font-size: var(--fontSizeSm);
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
}

@media (min-width: 576px) {
  .amis-scope .antd-Drawer .antd-Drawer-content {
    width: var(--Drawer-widthBase);
    height: var(--Drawer-widthBase);
  }

  .amis-scope .antd-Drawer--xs .antd-Drawer-content {
    width: var(--Drawer-widthXs);
    height: var(--Drawer-widthXs);
  }

  .amis-scope .antd-Drawer--sm .antd-Drawer-content {
    width: var(--Drawer-widthSm);
    height: var(--Drawer-widthSm);
  }

  .amis-scope .antd-Drawer--md .antd-Drawer-content {
    width: var(--Drawer-widthMd);
    height: var(--Drawer-widthMd);
  }

  .amis-scope .antd-Drawer--lg .antd-Drawer-content {
    width: var(--Drawer-widthLg);
    height: var(--Drawer-widthLg);
  }

  .amis-scope .antd-Drawer--xl .antd-Drawer-content {
    width: var(--Drawer-widthXl);
    height: var(--Drawer-widthXl);
  }
}

.amis-scope .antd-Drawer--top .antd-Drawer-content.in,
.amis-scope .antd-Drawer--right .antd-Drawer-content.in,
.amis-scope .antd-Drawer--bottom .antd-Drawer-content.in,
.amis-scope .antd-Drawer--left .antd-Drawer-content.in {
  transform: translate3d(0, 0, 0);
}

.amis-scope .antd-Drawer--top .antd-Drawer-close {
  top: 100%;
  margin-top: var(--gap-sm);
  left: var(--gap-sm);
}

.amis-scope .antd-Drawer--top.antd-Drawer--noOverlay .antd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  left: auto;
  margin-top: 0;
}

.amis-scope .antd-Drawer--top .antd-Drawer-content {
  top: 0;
  bottom: auto;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, -100%, 0);
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.amis-scope .antd-Drawer--top .antd-Drawer-resizeCtrl {
  bottom: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.amis-scope .antd-Drawer--right .antd-Drawer-close {
  right: 100%;
  margin-right: var(--gap-sm);
  top: var(--gap-sm);
}

.amis-scope .antd-Drawer--right.antd-Drawer--noOverlay .antd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  margin-right: 0;
}

.amis-scope .antd-Drawer--right .antd-Drawer-content {
  top: 0;
  bottom: 0;
  left: auto;
  right: 0;
  height: 100%;
  transform: translate3d(100%, 0, 0);
  box-shadow: -10px 0 10px -10px rgba(0, 0, 0, 0.2);
  min-width: 120px;
}

.amis-scope .antd-Drawer--right .antd-Drawer-footer {
  justify-content: flex-end;
}

.amis-scope .antd-Drawer--right .antd-Drawer-footer .antd-Button {
  margin-left: 0;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Drawer--right .antd-Drawer-footer .antd-Drawer-info {
  flex-basis: 0;
  flex-grow: 1;
  order: 10;
  align-self: center;
  text-align: right;
}

.amis-scope .antd-Drawer--right .antd-Drawer-footer .antd-Drawer-error {
  color: var(--danger);
}

.amis-scope .antd-Drawer--right .antd-Drawer-resizeCtrl {
  left: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

.amis-scope .antd-Drawer--bottom .antd-Drawer-close {
  bottom: 100%;
  margin-bottom: var(--gap-sm);
  left: var(--gap-sm);
}

.amis-scope .antd-Drawer--bottom.antd-Drawer--noOverlay .antd-Drawer-close {
  top: var(--gap-base);
  right: var(--gap-base);
  left: auto;
  margin-bottom: 0;
}

.amis-scope .antd-Drawer--bottom .antd-Drawer-content {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  transform: translate3d(0, 100%, 0);
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 120px;
}

.amis-scope .antd-Drawer--bottom .antd-Drawer-resizeCtrl {
  top: -0.375rem;
  left: 50%;
  cursor: ns-resize;
  width: 1.5rem;
  height: 0.75rem;
}

.amis-scope .antd-Drawer--left .antd-Drawer-close {
  left: 100%;
  margin-left: var(--gap-sm);
  top: var(--gap-sm);
}

.amis-scope .antd-Drawer--left.antd-Drawer--noOverlay .antd-Drawer-close {
  left: auto;
  right: var(--gap-base);
  top: var(--gap-base);
}

.amis-scope .antd-Drawer--left .antd-Drawer-content {
  top: 0;
  bottom: 0;
  right: auto;
  left: 0;
  height: 100%;
  transform: translate3d(-100%, 0, 0);
  box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
  border-width: 0 var(--Drawer-content-borderWidth) 0 0;
  min-width: 120px;
}

.amis-scope .antd-Drawer--left .antd-Drawer-resizeCtrl {
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
}

/* Aug 更多操作 */

.amis-scope .antd-Drawer-moreActions {
  position: absolute;
  left: 1.5rem;
  line-height: 30px;
  cursor: pointer;
}

.amis-scope .antd-Drawer-moreActions-list {
  min-width: 60px;
}

.amis-scope .antd-Drawer-moreActions-list li {
  padding: 3px 0;
}

.amis-scope .antd-Drawer-moreActions-list li a {
  color: var(--DropDown-menuItem-color);
}

/* Aug移动端样式 */

.amis-scope .antd-Drawer.is-mobile {
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-header {
  background-color: #fff;
  height: 38px;
  line-height: 38px;
  padding: 0;
  display: flex;
  align-items: center;
  padding: 0 12px;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-header .antd-Drawer-title {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  flex: 1;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-content {
  width: 100%;
  border-radius: 0;
  border: none;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-body {
  padding: 0;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-footer {
  justify-content: space-between;
  height: 48px;
  line-height: 48px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
  align-items: center;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-footer .antd-Button {
  flex: 1;
  font-size: 14px;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  margin: 0;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-footer .antd-Button:not(:first-child) {
  margin-left: 12px;
  margin-right: 0;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-title {
  text-align: center;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-back {
  float: left;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}

.amis-scope .antd-Drawer.is-mobile .antd-Drawer-moreActions {
  position: relative;
  left: 0;
}

.amis-scope .ant-drawer.row-edit-drawer .edit-row-header {
  height: 38px;
  line-height: 38px;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  color: #000;
  position: relative;
  background-color: #fff;
}

.amis-scope .ant-drawer.row-edit-drawer .edit-row-header .close-edit {
  position: absolute;
  color: #000;
  font-size: 22px;
  left: 16px;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-body {
  padding: 0;
  background-color: #f7f8fa;
  display: flex;
  flex-direction: column;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body {
  flex: 1;
  overflow: hidden;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body .antd-TreeControl {
  border: none;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-body .scroll-body .antd-TreeControl .antd-Tree-itemText {
  flex: 0;
  padding: 0.25rem;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-footer {
  display: flex;
  height: 48px;
  line-height: 48px;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-footer .ant-btn {
  flex: 1;
  font-size: 14px;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  margin: 0;
}

.amis-scope .ant-drawer.row-edit-drawer .ant-drawer-footer .ant-btn:not(:first-child) {
  margin-left: 12px;
  margin-right: 0;
}

.amis-scope .antd-Tooltip {
  position: absolute;
  top: 0;
  left: 0;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  border-radius: var(--borderRadius);
  min-width: var(--Tooltip-minWidth);
  max-width: var(--Tooltip-maxWidth);
  text-align: left;
  white-space: normal;
  z-index: 1600;
  word-wrap: break-word;
  background: var(--Tooltip-bg);
  border: var(--Tooltip-borderWidth) solid var(--Tooltip-borderColor);
  box-shadow: var(--Tooltip-boxShadow);
}

.amis-scope .antd-Tooltip-arrow {
  position: absolute;
  display: block;
  width: var(--Tooltip-arrow-width);
  height: var(--Tooltip-arrow-height);
  margin-left: calc(var(--Tooltip-arrow-width) * -1 / 2);
  left: 50%;
}

.amis-scope .antd-Tooltip-arrow::before,
.amis-scope .antd-Tooltip-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.amis-scope .antd-Tooltip--top {
  margin-top: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
}

.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow {
  bottom: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
}

.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::before,
.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::after {
  border-width: var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2) 0;
}

.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::before {
  bottom: 0;
  border-top-color: var(--Tooltip-arrow-outerColor);
}

.amis-scope .antd-Tooltip--top .antd-Tooltip-arrow::after {
  bottom: var(--Tooltip-borderWidth);
  border-top-color: var(--Tooltip-arrow-color);
}

.amis-scope .antd-Tooltip--right {
  margin-left: calc(var(--Tooltip-arrow-height) + 0.125rem);
}

.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow {
  left: calc(var(--Tooltip-borderWidth) * -1);
  width: var(--Tooltip-arrow-height);
  height: var(--Tooltip-arrow-width);
  margin-top: calc(var(--Tooltip-arrow-width) / -2);
  top: 50%;
}

.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::before,
.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::after {
  border-width: calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2) 0;
}

.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::before {
  left: 0;
  border-right-color: var(--Tooltip-arrow-outerColor);
}

.amis-scope .antd-Tooltip--right .antd-Tooltip-arrow::after {
  left: var(--Tooltip-borderWidth);
  border-right-color: var(--Tooltip-arrow-color);
}

.amis-scope .antd-Tooltip--bottom {
  margin-top: calc(var(--Tooltip-arrow-height) + 0.125rem);
}

.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow {
  top: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
}

.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::before,
.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::after {
  border-width: 0 calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height) calc(var(--Tooltip-arrow-width) / 2);
}

.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::before {
  top: 0;
  border-bottom-color: var(--Tooltip-arrow-outerColor);
}

.amis-scope .antd-Tooltip--bottom .antd-Tooltip-arrow::after {
  top: var(--Tooltip-borderWidth);
  border-bottom-color: var(--Tooltip-arrow-color);
}

.amis-scope .antd-Tooltip--bottom .antd-Tooltip-title::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--Tooltip-arrow-width);
  margin-left: calc(var(--Tooltip-arrow-width) / -2);
  content: "";
  border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-bg);
}

.amis-scope .antd-Tooltip--left {
  margin-left: calc(var(--Tooltip-arrow-height) * -1 - 0.125rem);
}

.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow {
  left: auto;
  right: calc((var(--Tooltip-arrow-height) + var(--Tooltip-borderWidth)) * -1);
  width: var(--Tooltip-arrow-height);
  height: var(--Tooltip-arrow-width);
  margin-top: calc(var(--Tooltip-arrow-width) * -1 / 2);
  top: 50%;
}

.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::before,
.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::after {
  border-width: calc(var(--Tooltip-arrow-width) / 2) 0 calc(var(--Tooltip-arrow-width) / 2) var(--Tooltip-arrow-height);
}

.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::before {
  right: 0;
  border-left-color: var(--Tooltip-arrow-outerColor);
}

.amis-scope .antd-Tooltip--left .antd-Tooltip-arrow::after {
  right: var(--Tooltip-borderWidth);
  border-left-color: var(--Tooltip-arrow-color);
}

.amis-scope .antd-Tooltip-title {
  padding: var(--Tooltip-title-paddingY) var(--Tooltip-title-paddingX);
  margin-bottom: 0;
  font-size: var(--fontSizeBase);
  color: var(--Tooltip-title-color);
  background: var(--Tooltip-title-bg);
  border-bottom: var(--Tooltip-borderWidth) solid var(--Tooltip-title-borderBottom-color);
  border-top-left-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
  border-top-right-radius: calc(var(--Tooltip-borderRadius) - var(--Tooltip-borderWidth));
}

.amis-scope .antd-Tooltip-title:empty {
  display: none;
}

.amis-scope .antd-Tooltip-body {
  color: var(--Tooltip-body-color);
  padding: 0.3rem 0.5rem;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Tooltip-body {
    padding: 0px 4px;
  }

  .amis-scope .antd-Tooltip-body .antd-Html {
    font-size: 12px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Tooltip-body {
    padding: 0px 6px;
  }

  .amis-scope .antd-Tooltip-body .antd-Html {
    font-size: 13px;
  }
}

@keyframes tooltipIn {
  from {
    opacity: 0;
    margin: 0;
  }
}

.amis-scope [data-tooltip] {
  position: relative;
}

.amis-scope [data-tooltip]:after {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: attr(data-tooltip);
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: normal;
  width: max-content;
  box-sizing: content-box;
  max-width: 300px;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  display: none;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

@media screen and (min-width: 0\0 ) {
  .amis-scope [data-tooltip]:after {
    white-space: nowrap;
    max-width: unset;
  }
}

.amis-scope [data-tooltip]:not(.is-disabled):hover:after {
  display: inline-block;
  animation-name: tooltipIn;
  opacity: 1;
  z-index: 1600;
  margin: 0 0 0 var(--Tooltip--attr-gap);
  opacity: 1;
}

.amis-scope [data-tooltip][data-position=bottom]:after {
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=bottom]:hover:after {
  margin: var(--Tooltip--attr-gap) 0 0 0;
}

.amis-scope [data-tooltip][data-position=left]:after {
  top: 50%;
  right: 100%;
  left: auto;
  transform: translateY(-50%);
}

.amis-scope [data-tooltip][data-position=left]:hover:after {
  margin: 0 var(--Tooltip--attr-gap) 0 0;
}

.amis-scope [data-tooltip][data-position=top]:after {
  left: 50%;
  top: auto;
  bottom: 100%;
  transform: translateX(-50%);
}

.amis-scope [data-tooltip][data-position=top]:hover:after {
  margin: calc(var(--Tooltip--attr-gap) * -1) 0 0 0;
}

.amis-scope [data-tooltip]:hover:active:after {
  content: "";
  display: none !important;
}

.amis-scope .antd-TplField.is-inline {
  display: inline;
}

.amis-scope .antd-PopOver {
  position: absolute;
  background: var(--PopOver-bg);
  top: 0;
  left: 0;
  z-index: 1300;
  display: none;
  padding: 0;
  margin: 0;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
}

.amis-scope .antd-PopOver > * {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-PopOver-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: transparent;
}

.amis-scope .antd-PopOver-isMobile .antd-PopOver-overlay {
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-PopOver--leftBottomLeftTop {
  margin-top: 0.25rem;
}

.amis-scope .antd-PopOver--leftTopLeftBottom {
  margin-top: -0.25rem;
}

.amis-scope .antd-PopOver .antd-TransferDropDown-content > .antd-Transfer-selection > .antd-Table-content > .antd-Table-table > tbody > tr > td:first-child {
  padding-right: 0.625rem;
}

@keyframes PopUpIn {
  from {
    height: 0;
  }
}

@keyframes PopUpOut {
  to {
    height: 0;
  }
}

@keyframes PopUpOpacityIn {
  from {
    opacity: 0;
  }
}

@keyframes PopUpOpacityOut {
  to {
    opacity: 0;
  }
}

.amis-scope .antd-PopUp {
  width: 100vw;
  height: auto;
  position: fixed;
  background: var(--PopOver-bg);
  left: 0;
  bottom: 0;
  z-index: 3000;
  padding: 0;
  margin: 0;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
  overflow: hidden;
}

.amis-scope .antd-PopUp.round {
  border-radius: 13px 13px 0 0;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper {
  border-bottom: 2px solid #f2f2f2;
  text-align: center;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper:nth-child(1) {
  padding-top: 5px;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper.is-touch {
  background-color: #f6f6f6;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button--default,
.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button--link {
  color: #3b3b3b;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button--default,
.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button--primary {
  background-color: transparent;
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button--primary {
  color: var(--link-color);
}

.amis-scope .antd-PopUp #amis-action-sheet-btn-wrapper.action-sheet-btn-wrapper .antd-Button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 48px;
  border: none;
  border-radius: 0;
  font-size: 15px;
  align-items: center;
  font-weight: 600;
}

.amis-scope .antd-PopUp.in,
.amis-scope .antd-PopUp.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

.amis-scope .antd-PopUp.in {
  animation-name: PopUpIn;
}

.amis-scope .antd-PopUp.in .antd-PopUp-overlay {
  animation-name: PopUpOpacityIn;
}

.amis-scope .antd-PopUp.out {
  animation-name: PopUpOut;
}

.amis-scope .antd-PopUp.out .antd-PopUp-overlay {
  animation-name: PopUpOpacityOut;
}

.amis-scope .antd-PopUp-inner {
  position: relative;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-PopUp-closeWrap {
  position: relative;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
}

.amis-scope .antd-PopUp-closeWrap .antd-PopUp-close {
  position: absolute;
  z-index: 1;
  color: var(--icon-color);
  cursor: pointer;
  top: 0.9375rem;
  right: 0.9375rem;
}

.amis-scope .antd-PopUp-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.75rem;
}

.amis-scope .antd-PopUp-title {
  font-size: var(--fontSizeMd);
}

.amis-scope .antd-PopUp-cancel {
  color: var(--PopUp-cancelAction-color);
  margin-left: var(--gap-sm);
}

.amis-scope .antd-PopUp-confirm {
  margin-right: var(--gap-sm);
}

.amis-scope .antd-PopUp-content {
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex: 1;
}

.amis-scope .antd-PopUp-content::-webkit-scrollbar {
  width: 0;
}

.amis-scope .antd-PopUp-scroll {
  display: block;
  max-height: 90vh;
}

.amis-scope .antd-PopUp > * {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-PopUp-overlay {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

.amis-scope .antd-PopUp--leftBottomLeftTop {
  margin-top: 0.25rem;
}

.amis-scope .antd-PopUp--leftTopLeftBottom {
  margin-top: -0.25rem;
}

.amis-scope .antd-PopUp-safearea {
  height: 1rem;
}

.amis-scope .antd-PickerColumns {
  position: relative;
  background-color: var(--PickerColumns-bg);
  user-select: none;
  flex: 1;
  overflow: hidden;
  font-size: var(--PickerColumns-option-fontSize);
}

.amis-scope .antd-PickerColumns li:focus {
  outline: none;
}

.amis-scope .antd-PickerColumns-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--PickerColumns-toolbar-height);
}

.amis-scope .antd-PickerColumns-cancel,
.amis-scope .antd-PickerColumns-confirm {
  height: 100%;
  padding: var(--PickerColumns-action-padding);
  font-size: var(--PickerColumns-action-fontSize);
  background-color: transparent !important;
  border: none;
  cursor: pointer;
}

.amis-scope .antd-PickerColumns-cancel:active,
.amis-scope .antd-PickerColumns-confirm:active {
  background-color: none !important;
}

.amis-scope .antd-PickerColumns-cancel:hover,
.amis-scope .antd-PickerColumns-confirm:hover {
  background-color: none !important;
}

.amis-scope .antd-PickerColumns-confirm {
  color: var(--PickerColumns-confirmAction-color) !important;
}

.amis-scope .antd-PickerColumns-cancel {
  color: var(--PickerColumns-cancelAction-color) !important;
}

.amis-scope .antd-PickerColumns-title {
  max-width: 50%;
  font-weight: 500;
  font-size: var(--PickerColumns-title-fontSize);
  line-height: var(--PickerColumns-title-lineHeight);
  text-align: center;
  color: var(--PickerColumns-title-color);
}

.amis-scope .antd-PickerColumns-columns {
  touch-action: none;
  position: relative;
  display: flex;
  cursor: grab;
}

.amis-scope .antd-PickerColumns-loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--PickerColumns-loadingIcon-color);
  background-color: var(--PickerColumns-loadingMask-color);
}

.amis-scope .antd-PickerColumns-frame {
  position: absolute;
  top: 50%;
  right: var(--gap-md);
  left: var(--gap-md);
  z-index: 2;
  transform: translateY(-50%);
  pointer-events: none;
}

.amis-scope .antd-PickerColumns-frame::after {
  position: absolute;
  content: "";
  border-bottom: 1px solid var(--borderColor);
  border-top: 1px solid var(--borderColor);
  top: -50%;
  right: -50%;
  left: -50%;
  bottom: -50%;
  transform: scale(0.5);
}

.amis-scope .antd-PickerColumns-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
  background-repeat: no-repeat;
  background-position: top, bottom;
  transform: translateZ(0);
  pointer-events: none;
}

.amis-scope .antd-PickerColumns-columnWrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}

.amis-scope .antd-PickerColumns-columnItem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--PickerColumns-optionText-color);
}

.amis-scope .antd-PickerColumns-columnItem.is-disabled {
  cursor: not-allowed;
  opacity: var(--PickerColumns-optionDisabled-opacity);
}

.amis-scope .antd-PickerColumns-columnItemis-selected {
  font-size: 18px;
  color: --PickerColumns-title-color;
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.amis-scope .antd-Toast {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: var(--Toast-width);
  pointer-events: auto;
  margin-bottom: var(--gap-xs);
  padding: var(--Toast-paddingY) var(--Toast-paddingX);
  box-shadow: var(--Toast-box-shadow);
  border-radius: var(--Toast-borderRadius);
  border: var(--Toast-border-width) solid;
  color: var(--Toast-color);
  position: relative;
  opacity: var(--Toast-opacity);
  opacity: 0;
  transform: translateZ(0);
}

.amis-scope .antd-Toast-wrap {
  pointer-events: none;
  position: fixed;
  z-index: 2000;
}

.amis-scope .antd-Toast.in,
.amis-scope .antd-Toast.out {
  animation-fill-mode: both;
  animation-duration: var(--animation-duration);
  opacity: 1;
}

.amis-scope .antd-Toast.in {
  animation-name: bounceIn;
}

.amis-scope .antd-Toast.out {
  animation-name: bounceOut;
}

.amis-scope .antd-Toast-close {
  display: inline-flex;
  font-size: var(--fontSizeLg);
  line-height: var(--gap-xl);
  height: var(--gap-xl);
  color: var(--Toast-close-color);
  margin-left: var(--gap-sm);
  opacity: 0.8;
  align-items: center;
  cursor: pointer;
}

.amis-scope .antd-Toast-close:hover {
  color: var(--Toast-close--onHover-color);
  opacity: 1;
}

.amis-scope .antd-Toast-close > svg {
  top: 0;
}

.amis-scope .antd-Toast-content {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.amis-scope .antd-Toast-content .antd-Toast-title {
  color: var(--text-color);
  font-size: var(--fontSizeBase);
  font-weight: 500;
  line-height: var(--gap-xl);
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-Toast-content .antd-Toast-body {
  font-size: var(--fontSizeSm);
  display: inline-block;
  vertical-align: middle;
  white-space: pre-wrap;
  flex-grow: 1;
  line-height: var(--gap-xl);
}

.amis-scope .antd-Toast-content .antd-Toast-body .antd-Html {
  word-break: break-word;
}

.amis-scope .antd-Toast-icon {
  display: inline-flex;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  margin-right: var(--gap-sm);
  height: var(--gap-xl);
  line-height: var(--gap-xl);
  align-items: center;
}

.amis-scope .antd-Toast-icon > svg {
  top: 0;
  width: var(--Toast-icon-width);
  height: var(--Toast-icon-height);
  color: inherit;
}

.amis-scope .antd-Toast--error {
  color: var(--Toast--danger-color);
  border-color: var(--Toast--danger-borderColor);
  background: var(--Toast--danger-bgColor);
}

.amis-scope .antd-Toast--warning {
  color: var(--Toast--warning-color);
  border-color: var(--Toast--warning-borderColor);
  background: var(--Toast--warning-bgColor);
}

.amis-scope .antd-Toast--info {
  color: var(--Toast--info-color);
  border-color: var(--Toast--info-borderColor);
  background: var(--Toast--info-bgColor);
}

.amis-scope .antd-Toast--success {
  color: var(--Toast--success-color);
  border-color: var(--Toast--success-borderColor);
  background: var(--Toast--success-bgColor);
}

.amis-scope .antd-Toast-wrap--topRight {
  top: var(--gap-base);
  right: var(--gap-base);
}

.amis-scope .antd-Toast-wrap--topCenter {
  top: var(--gap-base);
  left: 50%;
  margin-left: calc(var(--Toast-width) / -2);
}

.amis-scope .antd-Toast-wrap--topLeft {
  top: var(--gap-base);
  left: var(--gap-base);
}

.amis-scope .antd-Toast-wrap--bottomLeft {
  left: var(--gap-base);
  bottom: var(--gap-base);
}

.amis-scope .antd-Toast-wrap--bottomCenter {
  left: 50%;
  margin-left: calc(var(--Toast-width) / -2);
  bottom: var(--gap-base);
}

.amis-scope .antd-Toast-wrap--bottomRight {
  bottom: var(--gap-base);
  right: var(--gap-base);
}

.amis-scope .antd-Alert {
  font-size: var(--Alert-fontSize);
  box-shadow: var(--Alert-boxShadow);
  padding: var(--Alert-paddingY) var(--Alert-paddingX);
  border: var(--Alert-borderWidth) solid var(--Alert-borderColor);
  border-radius: var(--Alert-borderRadius);
  margin-bottom: var(--Alert-marginBottom);
  position: relative;
  color: var(--Alert-fontColor);
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}

.amis-scope .antd-Alert-icon {
  margin-right: 0.5rem;
  font-size: var(--fontSizeLg);
}

.amis-scope .antd-Alert-content {
  flex: 1;
}

.amis-scope .antd-Alert-content .antd-Alert-title {
  color: var(--text-color);
  font-size: var(--fontSizeBase);
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
}

.amis-scope .antd-Alert-content .antd-Alert-desc {
  line-height: 1.5rem;
}

.amis-scope .antd-Alert-close {
  outline: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
  margin-left: 0.5rem;
  line-height: 1.5rem;
}

.amis-scope .antd-Alert-close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.amis-scope .antd-Alert--danger {
  color: var(--Alert--danger-color);
  background: var(--Alert--danger-bg);
  border-color: var(--Alert--danger-borderColor);
}

.amis-scope .antd-Alert--info {
  color: var(--Alert--info-color);
  background: var(--Alert--info-bg);
  border-color: var(--Alert--info-borderColor);
}

.amis-scope .antd-Alert--success {
  color: var(--Alert--success-color);
  background: var(--Alert--success-bg);
  border-color: var(--Alert--success-borderColor);
}

.amis-scope .antd-Alert--warning {
  color: var(--Alert--warning-color);
  background: var(--Alert--warning-bg);
  border-color: var(--Alert--warning-borderColor);
}

.amis-scope .antd-AppBcn {
  height: 1.875rem;
  line-height: 1.875rem;
  font-size: 0.75rem;
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--gap-md);
  border-bottom: var(--borderWidth) solid var(--borderColor);
}

.amis-scope .antd-AppBcn-item {
  display: inline-block;
}

.amis-scope .antd-AppBcn-item + .antd-AppBcn-item:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.amis-scope .antd-AppFoldBtn {
  color: var(--icon-color);
  padding: 0.625rem;
  margin-left: -0.625rem;
  cursor: pointer;
}

.amis-scope .antd-AppFoldBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-AppLogo-html {
  display: inline-flex;
  vertical-align: middle;
}

.amis-scope .antd-ArrayInput-placeholder {
  color: var(--text--muted-color);
  padding-top: var(--Form-label-paddingTop);
}

.amis-scope .antd-ArrayInput-addBtn {
  font-size: var(--Combo-addBtn-fontSize);
  padding: var(--Combo-addBtn-paddingY) var(--Combo-addBtn-paddingX);
  font-size: var(--Combo-addBtn-fontSize);
  line-height: var(--Combo-addBtn-lineHeight);
  border-radius: var(--Combo-addBtn-borderRadius);
  height: var(--Combo-addBtn-height);
  color: var(--Combo-addBtn-color);
  background: var(--Combo-addBtn-bg);
  border-color: var(--Combo-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-ArrayInput-addBtn > svg {
  width: var(--Combo-addBtn-fontSize);
  height: var(--Combo-addBtn-fontSize);
}

.amis-scope .antd-ArrayInput-addBtn .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-ArrayInput-addBtn > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-ArrayInput-addBtn .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-ArrayInput-addBtn > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-ArrayInput-addBtn > .pull-left {
  margin-right: var(--Combo-addBtn-paddingX);
}

.amis-scope .antd-ArrayInput-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-ArrayInput-addBtn > .pull-right {
  margin-left: var(--Combo-addBtn-paddingX);
}

.amis-scope .antd-ArrayInput-addBtn img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Combo-addBtn-onHover-color);
  background: var(--Combo-addBtn-onHover-bg);
  border-color: var(--Combo-addBtn-onHover-border);
}

.amis-scope .antd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Combo-addBtn-onActive-color);
  background: var(--Combo-addBtn-onActive-bg);
  border-color: var(--Combo-addBtn-onActive-border);
}

.amis-scope .antd-ArrayInput-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-ArrayInput-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-ArrayInput-toolbar {
  margin-top: var(--gap-sm);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.amis-scope .antd-ArrayInput-toolbar--dnd {
  padding-left: 29px;
}

.amis-scope .antd-ArrayInput-sortTip {
  color: var(--text--muted-color);
}

.amis-scope .antd-ArrayInput-item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-ArrayInput-item > div {
  flex-grow: 1;
  width: 0;
  min-width: 120px;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-ArrayInput-item > div:not(:first-child) {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-ArrayInput-item--dragging {
  position: relative;
  opacity: 0.4;
}

.amis-scope .antd-ArrayInput-itemRemove,
.amis-scope .antd-ArrayInput-itemDrager {
  margin: 0;
  flex-grow: unset;
  display: inline-block;
  padding: var(--Form-label-paddingTop) var(--gap-xs);
  cursor: pointer;
}

.amis-scope .antd-ArrayInput-itemRemove > svg,
.amis-scope .antd-ArrayInput-itemDrager > svg {
  color: var(--icon-color);
}

.amis-scope .antd-ArrayInput-itemRemove:hover > svg,
.amis-scope .antd-ArrayInput-itemDrager:hover > svg {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-ArrayInput-itemDrager {
  cursor: move;
}

.amis-scope .antd-Tabs {
  width: 100%;
}

.amis-scope .antd-Tabs-linksContainer {
  position: relative;
}

.amis-scope .antd-Tabs-linksContainer-arrow {
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  cursor: pointer;
  position: absolute;
}

.amis-scope .antd-Tabs-linksContainer-arrow .iconfont {
  font-size: var(--Remark-icon-fontSize);
}

.amis-scope .antd-Tabs-linksContainer-arrow:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Tabs-linksContainer-arrow--left {
  left: 4px;
}

.amis-scope .antd-Tabs-linksContainer-arrow--right {
  right: 4px;
}

.amis-scope .antd-Tabs-linksContainer-arrow--disabled .iconfont {
  cursor: not-allowed;
  color: var(--Number-handler-onDisabled-color);
}

.amis-scope .antd-Tabs-linksContainer-arrow--disabled:hover {
  color: var(--Number-handler-onDisabled-color);
}

.amis-scope .antd-Tabs-linksContainer-main {
  overflow-y: auto;
  scrollbar-width: none;
  width: 100%;
}

.amis-scope .antd-Tabs-linksContainer-main::-webkit-scrollbar {
  display: none;
}

.amis-scope .antd-Tabs-linksContainer-main > .antd-Tabs-links {
  white-space: nowrap;
  min-width: 100%;
  display: inline-block;
}

.amis-scope .antd-Tabs .antd-Tabs-linksContainer--overflow {
  padding: 0 20px;
}

.amis-scope .antd-Tabs-links {
  margin: 0;
  padding: 0;
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
  list-style: none;
  user-select: none;
}

.amis-scope .antd-Tabs-links::before,
.amis-scope .antd-Tabs-links::after {
  display: table;
  content: "";
}

.amis-scope .antd-Tabs-links::after {
  clear: both;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child {
  font-size: var(--Tabs-linkFontSize);
  outline: none;
  border: var(--Tabs-borderWidth) solid transparent;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  margin: var(--Tabs-linkMargin);
  padding: var(--Tabs-linkPadding);
  text-decoration: none;
  cursor: pointer;
  display: block;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child {
    font-size: 0.8125rem;
  }
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link > .antd-Combo-toolbarBtn {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 10;
  display: none;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link:hover > .antd-Combo-toolbarBtn {
  display: block;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link:hover > a:first-child,
.amis-scope .antd-Tabs-links > .antd-Tabs-link > a:first-child:focus {
  border-color: var(--Tabs-onHover-borderColor);
  text-decoration: none;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link.disabled,
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-disabled {
  cursor: not-allowed;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link.disabled > a:first-child,
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-disabled > a:first-child {
  color: var(--Tabs-onDisabled-color);
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}

.amis-scope .antd-Tabs-links > .antd-Tabs-link.active > a:first-child,
.amis-scope .antd-Tabs-links > .antd-Tabs-link.is-active > a:first-child {
  color: var(--Tabs-onActive-color);
  background: var(--Tabs-onActive-bg);
  border-color: var(--Tabs-onActive-borderColor);
  border-bottom-color: transparent;
}

.amis-scope .antd-Tabs-content {
  background: var(--Tabs-content-bg);
  border-style: solid;
  border-width: 0 var(--Tabs-borderWidth) var(--Tabs-borderWidth);
  border-color: var(--Tabs-borderColor);
}

.amis-scope .antd-Tabs-pane {
  display: none;
  padding: var(--gap-base);
  opacity: 0;
  transition: opacity var(--animation-duration) linear;
}

.amis-scope .antd-Tabs-pane.is-active {
  display: block;
}

.amis-scope .antd-Tabs-pane.in {
  opacity: 1;
}

.amis-scope .antd-Tabs--line {
  display: flex;
  flex-direction: column;
  overflow-y: hidden;
}

.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-arrow {
  top: -4px;
}

.amis-scope .antd-Tabs--line > .antd-Tabs-links,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
  border-bottom-color: var(--Tabs--line-borderColor);
}

.amis-scope .antd-Tabs--line > .antd-Tabs-links > li > a:first-child,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child {
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  padding: var(--Tabs--line-linkPadding);
  margin: var(--Tabs--line-linkMargin);
}

.amis-scope .antd-Tabs--line > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--line > .antd-Tabs-links > li > a:first-child:focus,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
  background: transparent;
  border-color: transparent;
}

.amis-scope .antd-Tabs--line > .antd-Tabs-links > li:last-child > a,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li:last-child > a {
  margin: 0;
}

.amis-scope .antd-Tabs--line > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--line > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--line > .antd-Tabs-links > li.is-active > a:first-child:focus,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--line > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: var(--Tabs--line-onHover-borderColor);
  color: var(--Tabs--line-onHover-color);
  background: transparent;
}

.amis-scope .antd-Tabs--line > .antd-Tabs-content {
  border-width: 0;
  padding: var(--Tabs--line-content-padding);
  background: var(--Tabs--line-content-bg);
  flex: 1;
  overflow-y: auto;
}

.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer {
  background: var(--Tabs--card-bg);
}

.amis-scope .antd-Tabs--card > .antd-Tabs-links,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
  padding: var(--Tabs--card-padding);
  background: var(--Tabs--card-bg);
  border-top: 0.0625rem solid var(--Tabs--card-borderTopColor);
}

.amis-scope .antd-Tabs--card > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--card > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--card > .antd-Tabs-links > li.is-active > a:first-child:focus,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:focus {
  border-color: var(--Tabs--card-onActive-borderColor);
  color: var(--primary);
  border-bottom-color: var(--Tabs--card-onActive-bg);
  background: var(--Tabs--card-onActive-bg);
}

.amis-scope .antd-Tabs--card > .antd-Tabs-links > li > a:first-child,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child {
  padding: var(--Tabs--card-linkPadding);
  margin: var(--Tabs--card-linkMargin);
}

.amis-scope .antd-Tabs--card > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--card > .antd-Tabs-links > li > a:first-child:focus,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--card > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:focus {
  color: #666;
  background: var(--Tabs--card-onActive-bg);
  border-bottom-color: transparent;
}

.amis-scope .antd-Tabs--card > .antd-Tabs-content {
  border-width: 0;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-arrow {
  top: -4px;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
  border: 0;
  margin-bottom: 0.625rem;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li {
  margin: 0;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li > a:first-child,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child {
  border-width: 0.0625rem;
  border-color: var(--Tabs-borderColor);
  font-size: var(--fontSizeSm);
  text-align: center;
  margin: 0;
  padding: 0 0.625rem;
  min-width: 68px;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 0;
  background: var(--Tabs--radio-bg);
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li > a:first-child:focus,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li.is-active > a:first-child:focus,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:focus {
  color: var(--Tabs--radio-bg);
  background: var(--primary);
  border-color: var(--primary);
  position: relative;
  z-index: 1;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-links > li + li,
.amis-scope .antd-Tabs--radio > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li + li {
  margin-left: -1px;
}

.amis-scope .antd-Tabs--radio > .antd-Tabs-content {
  border-top: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
}

.amis-scope .antd-Tabs--tiled > .antd-Tabs-links,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding-left: var(--Tabs-borderWidth);
  border-bottom: 0;
}

.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li {
  flex-grow: 1;
  text-align: center;
  margin: 0 0 0 calc(var(--Tabs-borderWidth) * -1);
}

.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li > a:first-child,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child {
  margin: 0;
  border-radius: 0;
  border-style: solid;
  border-color: var(--Tabs-borderColor);
  border-width: var(--Tabs-borderWidth);
}

.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li > a:first-child:focus,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li > a:first-child:focus {
  position: relative;
  z-index: 1;
  border-color: var(--Tabs-onActive-borderColor);
  color: var(--primary);
}

.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-links > li.is-active > a:first-child:focus,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--tiled > .antd-Tabs-linksContainer > .antd-Tabs-linksContainer-main > .antd-Tabs-links > li.is-active > a:first-child:focus {
  cursor: default;
  color: var(--primary);
  border-color: var(--Tabs-borderColor);
  border-top-color: var(--primary);
  border-bottom-color: transparent;
}

.amis-scope .antd-Tabs--vertical {
  display: flex;
  min-height: 12.5rem;
  border: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
  border-radius: 0;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-links {
  width: var(--Tabs--vertical-width);
  background: var(--Tabs--vertical-onActive-container-bg);
  border: none;
  border-right: var(--Tabs--vertical-onActive-container-borderRight);
  padding-bottom: 3.75rem;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li {
  margin: 0 0 0 -1px;
  display: block;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li > a:first-child {
  border-color: transparent;
  border-radius: 0;
  border-width: var(--Tabs--vertical-onActive-borderWidth);
  margin: 0;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li > a:first-child:hover,
.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li > a:first-child:focus {
  color: var(--primary);
  border-color: transparent;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--vertical > .antd-Tabs-links > li.is-active > a:first-child:focus {
  color: var(--Tabs--vertical-onActive-color);
  background: var(--Tabs--vertical-onActive-bg);
  border-color: var(--Tabs--vertical-onActive-border);
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-content {
  border: none;
  overflow-x: auto;
  flex: 1;
}

.amis-scope .antd-Tabs--vertical > .antd-Tabs-content > .antd-Tabs-pane {
  height: 100%;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links {
  background: var(--Tabs--chrome-bg);
  border-bottom: 0;
  padding: 0 0.625rem;
  padding-top: 0.5rem;
  display: flex;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li {
  position: relative;
  margin-bottom: 0;
  white-space: nowrap;
  min-width: 0;
  max-width: 15.625rem;
  padding: 0.4375rem 1.25rem 0.375rem;
  cursor: pointer;
  flex: 1;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li > a:first-child {
  background: none;
  border: none;
  position: relative;
  z-index: 5;
  overflow: hidden;
  padding: 0;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active > a:first-child,
.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active > a:first-child:hover,
.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active > a:first-child:focus {
  background: none;
  border: none;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active:after {
  display: none;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li:after {
  content: "";
  width: 1px;
  height: calc(100% - var(--Tabs--chrome-radius-size) * 2);
  position: absolute;
  right: -2px;
  background: var(--Tabs--chrome-right-boder-color);
  top: var(--Tabs--chrome-radius-size);
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li:hover .chrome-tab-background {
  z-index: 3;
  display: block;
  background-color: var(--Tabs--chrome-onHover-bg);
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li:hover .chrome-tab-background > svg {
  fill: var(--Tabs--chrome-onHover-bg);
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li:hover:after {
  display: none;
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active .chrome-tab-background {
  display: block;
  background-color: var(--Tabs-onActive-bg);
}

.amis-scope .antd-Tabs--chrome > .antd-Tabs-links > li.is-active .chrome-tab-background > svg {
  fill: var(--Tabs-onActive-bg);
}

.amis-scope .antd-Tabs--chrome .chrome-tab-background {
  display: none;
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border-radius: var(--Tabs--chrome-radius-size) var(--Tabs--chrome-radius-size) 0 0;
}

.amis-scope .antd-Tabs--chrome .chrome-tab-background > svg {
  width: var(--Tabs--chrome-radius-size);
  height: var(--Tabs--chrome-radius-size);
  bottom: 0;
  position: absolute;
}

.amis-scope .antd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--right {
  right: calc(var(--Tabs--chrome-radius-size) * -1);
}

.amis-scope .antd-Tabs--chrome .chrome-tab-background > .chrome-tab-background--left {
  left: calc(var(--Tabs--chrome-radius-size) * -1);
}

.amis-scope .antd-Tabs-toolbar {
  display: inline-block;
  float: right;
  padding-top: var(--gap-xs);
}

.amis-scope .antd-Tabs.antd-Tabs--content-tiled .antd-Tabs-pane {
  display: block;
  opacity: 1;
  border-bottom: 1px solid #f0f0f0;
}

.amis-scope .antd-Tabs.antd-Tabs--content-tiled .antd-Tabs-pane .antd-Tabs-pane-title {
  font-weight: bolder;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  padding-left: 8px;
}

.amis-scope .antd-Tabs.antd-Tabs--content-tiled .antd-Tabs-pane:last-child {
  border-bottom: none;
}

.amis-scope .antd-Tabs.antd-Tabs--content-tiled .antd-Tabs-linksContainer,
.amis-scope .antd-Tabs.antd-Tabs--content-tiled .antd-Tabs-links {
  display: none;
}

/* Aug移动端样式 */

@media (max-width: 767px) {
  .amis-scope .antd-Tabs .antd-Tabs-linksContainer {
    top: unset;
    width: 100%;
    background: #fff;
    padding: 8px 0 0;
  }

  .amis-scope .antd-Tabs-links {
    padding: 0 var(--Page-body-padding);
  }

  .amis-scope .antd-Tabs--line > .antd-Tabs-content {
    overflow-y: hidden;
  }

  .amis-scope .antd-Tabs--line > .antd-Tabs-content .antd-Tabs-pane {
    overflow-y: auto;
  }
}

.amis-scope .antd-Modal-content .antd-Tabs--line {
  overflow-y: initial;
}

.amis-scope .antd-Modal-content .antd-Tabs--line > .antd-Tabs-content {
  overflow-y: initial;
}

.amis-scope .antd-Nav {
  position: relative;
}

.amis-scope .antd-Nav .antd-Nav-list {
  list-style: none;
  user-select: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.amis-scope .antd-Nav .antd-Nav-list .antd-Nav-itemIcon {
  margin-right: var(--gap-sm);
}

.amis-scope .antd-Nav .antd-Nav-list img.antd-Nav-itemIcon {
  height: var(--Tabs-linkFontSize);
  vertical-align: middle;
}

.amis-scope .antd-Nav .antd-Nav-list--tabs {
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
}

.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}

.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a {
  font-size: var(--Tabs-linkFontSize);
  display: block;
  outline: none;
  border: var(--Tabs-borderWidth) solid transparent;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  text-decoration: none;
  margin-right: 0.125rem;
  padding: var(--gap-sm) var(--gap-xl);
  cursor: pointer;
}

.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item:hover > a,
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item > a:focus {
  border-color: var(--Tabs-onHover-borderColor);
  text-decoration: none;
}

.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.disabled > a,
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-disabled > a {
  color: var(--Tabs-onDisabled-color);
  background: transparent;
  border-color: transparent;
  pointer-events: none;
}

.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.active > a,
.amis-scope .antd-Nav .antd-Nav-list--tabs .antd-Nav-item.is-active > a {
  color: var(--Tabs-onActive-color);
  background: var(--Tabs-onActive-bg);
  border-color: var(--Tabs-onActive-borderColor);
  border-bottom-color: var(--Tabs-content-bg);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked {
  min-height: 3.125rem;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager {
  cursor: move;
  position: absolute;
  left: 0;
  display: none;
  line-height: 0;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon {
  color: var(--icon-color);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .icon:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager > .antd-Badge > .icon:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .icon:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager > .antd-Badge > .icon:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemDrager svg,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemDrager svg {
  width: 1rem;
  height: 1rem;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.1875rem;
  overflow: hidden;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-badgeText > span,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-badgeText > span {
  position: absolute;
  top: 0.125rem;
  left: -0.8125rem;
  transform: rotate(-45deg);
  width: 3.125rem;
  font-size: 12px;
  text-align: center;
  color: var(--white);
  background: var(--success);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Nav-item-atcions {
  display: flex;
  align-items: center;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a {
  display: flex;
  align-items: center;
  outline: none;
  color: var(--Nav-item-color);
  text-decoration: none;
  padding: var(--gap-sm) var(--gap-sm);
  cursor: pointer;
  background: var(--Nav-item-bg);
  border-radius: var(--Nav-item-borderRadius);
  text-overflow: ellipsis;
  flex: 1;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover + .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus + .antd-Nav-item-atcions {
  border-color: var(--Nav-item-onHover-color);
  text-decoration: none;
  background: var(--Nav-item-onHover-bg);
  z-index: 1;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:hover > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > a:focus > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:hover > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item > .antd-Badge > a:focus > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:hover > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > a:focus > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:hover > .antd-Nav-itemDrager,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge > .antd-Badge > a:focus > .antd-Nav-itemDrager {
  display: block;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.disabled > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-disabled > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.disabled > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-disabled > .antd-Badge > a {
  color: var(--Nav-item-onDisabled-color);
  background: transparent;
  pointer-events: none;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a {
  color: var(--Nav-item-onActive-color);
  position: relative;
  background: var(--Nav-item-onActive-bg) !important;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Nav-item-atcions::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.active > .antd-Badge > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-active > .antd-Badge > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Nav-item-atcions::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.active > .antd-Badge > a::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > .antd-Nav-item-atcions::after,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-active > .antd-Badge > a::after {
  transform: scaleY(1);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > a .antd-Nav-itemToggler,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > a .antd-Nav-itemToggler,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > a .antd-Nav-itemToggler {
  transform: rotate(180deg) scale(0.8);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Nav-subItems,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item.is-unfolded > .antd-Badge > .antd-Nav-subItems,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Nav-subItems,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge.is-unfolded > .antd-Badge > .antd-Nav-subItems {
  display: block;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-spinner,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-spinner {
  position: absolute;
  right: 0.625rem;
  top: 0.5rem;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler {
  float: left;
  margin-right: 0.625rem;
  height: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  vertical-align: middle;
  cursor: pointer;
  transform: scale(0.8);
  transition: transform var(--animation-duration);
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-itemToggler > svg,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-itemToggler > svg {
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-subItems,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-subItems {
  display: none;
  padding-left: 0;
  list-style: none;
  width: 100%;
}

.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Nav-item .antd-Nav-item,
.amis-scope .antd-Nav .antd-Nav-list--stacked .antd-Badge .antd-Nav-item {
  font-size: var(--Nav-subItem-fontSize);
}

.amis-scope .antd-Nav .antd-Nav-dropIndicator {
  position: absolute;
  background: var(--Nav-item-onActive-color);
  height: 2px;
}

.amis-scope .antd-Page {
  width: 100%;
  height: 100%;
  background: var(--Page-main-bg);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}

.amis-scope .antd-Page-header {
  padding: var(--Page-header-paddingY) var(--Page-header-paddingX);
}

.amis-scope .antd-Page-main {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-Page-content {
  padding: var(--Page-content-paddingY) var(--Page-content-paddingX);
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .antd-Page-main > .antd-Page-header {
  border-bottom: var(--borderWidth) solid var(--borderColor);
}

.amis-scope .antd-Page-headerRow {
  border-bottom: var(--borderWidth) solid var(--borderColor);
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .antd-Page-headerRow .antd-Page-header,
.amis-scope .antd-Page-headerRow .antd-Page-toolbar {
  flex-grow: 1;
  min-height: 100%;
}

.amis-scope .antd-Page-headerRow .antd-Page-toolbar {
  text-align: right;
  padding-right: var(--gap-base);
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

.amis-scope .antd-Page-title {
  margin: 0;
  padding: 0;
  color: var(--Page-title-color);
  line-height: var(--Page-title-lineHeight);
  font-size: var(--Page-title-fontSize);
  font-weight: var(--Page-title-fontWeight);
}

.amis-scope .antd-Page-body {
  padding: var(--Page-body-padding);
  flex: 1 auto;
}

.amis-scope .antd-Page-asideTplWrapper {
  padding: var(--gap-xs);
}

.amis-scope .antd-Page-asideResizor {
  position: absolute;
  right: -0.375rem;
  top: 50%;
  cursor: ew-resize;
  writing-mode: vertical-lr;
  width: 0.75rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  border: 0.0625rem solid #dee2e6;
  background-color: #fff;
  border-radius: 0.142rem;
  font-size: 12px;
  line-height: 0.625rem;
  text-align: center;
  user-select: none;
  color: #666;
}

.amis-scope .antd-Page-asideResizor:hover {
  color: #000;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.amis-scope .antd-Page-asideResizor:after {
  content: "···";
}

.amis-scope .antd-Page-toolbar > * + * {
  margin-left: var(--gap-xs);
}

@media (min-width: 768px) {
  .amis-scope .antd-Page-aside {
    width: var(--Page-aside-width);
    border-right: var(--borderWidth) solid var(--borderColor);
  }

  .amis-scope .antd-Page-aside::before {
    content: "";
    position: absolute;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: inherit;
    border: inherit;
  }

  .amis-scope .antd-Page-aside--withWidth {
    min-width: var(--Page-aside-width);
    max-width: var(--Page-aside-maxWidth);
  }

  .amis-scope .antd-Page--withSidebar {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }

  .amis-scope .antd-Page--withSidebar > .antd-Page-content {
    width: 0;
    flex-grow: 1;
  }
}

.amis-scope .antd-Remark {
  display: inline-block;
  vertical-align: middle;
  margin-left: var(--Remark-marginLeft);
  cursor: pointer;
  text-align: center;
}

.amis-scope .antd-Remark > span {
  color: var(--Remark-iconColor);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Remark-icon {
  color: var(--Remark-iconColor);
  font-size: var(--Remark-icon-fontSize);
  background: var(--Remark-bg);
  border: var(--Remark-borderWidth) solid var(--Remark-borderColor);
  width: var(--Remark-width);
  height: var(--Remark-width);
  line-height: 1;
  display: inline-flex;
  vertical-align: baseline;
  align-self: center;
  align-items: center;
  justify-content: center;
  font-size: var(--fontSizeSm);
  user-select: none;
}

.amis-scope .antd-Remark-icon > svg {
  width: 100%;
  height: 100%;
  display: block;
}

.amis-scope .antd-Remark > span + .antd-Remark-icon {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Remark:hover > .antd-Remark-icon {
  color: var(--Remark-onHover-iconColor);
  background: var(--Remark-onHover-bg);
  border-color: var(--Remark-onHover-borderColor);
}

.amis-scope .antd-Remark > svg {
  width: calc(var(--Remark-width) - 0.125rem);
  height: calc(var(--Remark-width) - 0.125rem);
  color: var(--Remark-iconColor);
}

.amis-scope .antd-Remark:hover > svg {
  color: var(--Remark-onHover-iconColor);
}

.amis-scope .antd-Chart {
  min-width: 300px;
  min-height: 300px;
  position: relative;
}

.amis-scope .antd-Chart-placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-Chart-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Video {
  min-width: 200px;
}

.amis-scope .antd-Video-cursor {
  position: absolute;
  border: 2px solid var(--info);
  transition: all var(--animation-duration) ease-out;
}

.amis-scope .antd-Video-frameList .antd-Video-frameItem {
  cursor: pointer;
}

.amis-scope .antd-Video-frameLabel {
  text-align: center;
}

.amis-scope .antd-Video .video-react-paused .video-react-big-play-button.big-play-button-hide {
  display: block;
}

.amis-scope .antd-Video-player {
  position: relative;
}

.amis-scope .antd-Video-error {
  position: absolute;
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: var(--danger);
  background: rgba(255, 255, 255, 0.4);
  text-align: center;
  top: 0;
}

.amis-scope .antd-Audio-original {
  display: none;
}

.amis-scope .antd-Audio--inline {
  display: inline-block;
}

.amis-scope .antd-Audio {
  box-sizing: border-box;
  height: var(--Audio-height);
  line-height: var(--Audio-lineHeight);
  border: var(--Audio-border);
  padding-left: var(--Audio-item-margin);
  overflow: hidden;
}

.amis-scope .antd-Audio-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.amis-scope .antd-Audio-rates {
  width: var(--Audio-rate-width);
  height: var(--Audio-rate-height);
  text-align: center;
  background: var(--Audio-rate-bg);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-rateControl {
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-rateControl::after {
  clear: both;
  content: "";
}

.amis-scope .antd-Audio-rateControl .antd-Audio-rateControlItem {
  width: var(--Audio-rate-width);
  height: var(--Audio-rate-height);
  background: var(--Audio-rate-bg);
  cursor: pointer;
  text-align: center;
  float: left;
  box-sizing: border-box;
  border-right: var(--Audio-rateControlItem-borderRight);
}

.amis-scope .antd-Audio-play {
  width: var(--Audio-play-width);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-play svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}

.amis-scope .antd-Audio-times {
  min-width: var(--Audio-times-width);
  margin-right: var(--Audio-item-margin);
  cursor: default;
  flex-shrink: 0;
}

.amis-scope .antd-Audio-process {
  flex: auto;
  cursor: pointer;
  min-width: var(--Audio-process-minWidth);
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-process input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.amis-scope .antd-Audio-process input[type=range]::-webkit-slider-runnable-track {
  background: var(--Audio-track-bg);
  height: var(--Audio-track-height);
  border-radius: var(--Audio-track-borderRadius);
  border: var(--Audio-track-border);
}

.amis-scope .antd-Audio-process input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: var(--Audio-thumb-bg);
  width: var(--Audio-thumb-width);
  height: var(--Audio-thumb-height);
  margin-top: var(--Audio-thumb-marginTop);
}

.amis-scope .antd-Audio-volume {
  width: var(--Audio-volume-width);
  height: var(--Audio-volume-height);
  line-height: var(--Audio-volume-lineHeight);
  cursor: pointer;
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-volume svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}

.amis-scope .antd-Audio-volumeControl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: var(--Audio-volumeControl-width);
  height: var(--Audio-volume-height);
  line-height: var(--Audio-volume-lineHeight);
  margin-right: var(--Audio-item-margin);
}

.amis-scope .antd-Audio-volumeControl input[type=range] {
  -webkit-appearance: none;
  outline: none;
  border: none;
  padding: 0;
  background: none;
}

.amis-scope .antd-Audio-volumeControl input[type=range]::-webkit-slider-runnable-track {
  background: var(--Audio-track-bg);
  height: var(--Audio-track-height);
  border-radius: var(--Audio-track-borderRadius);
  border: var(--Audio-track-border);
}

.amis-scope .antd-Audio-volumeControl input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none !important;
  border-radius: 100%;
  cursor: pointer;
  background: var(--Audio-thumb-bg);
  width: var(--Audio-thumb-width);
  height: var(--Audio-thumb-height);
  margin-top: var(--Audio-thumb-marginTop);
}

.amis-scope .antd-Audio-volumeControl .antd-Audio-volumeControlIcon {
  margin-right: var(--Audio-item-margin);
  cursor: pointer;
}

.amis-scope .antd-Audio-volumeControl svg {
  width: var(--Audio-svg-width);
  height: var(--Audio-svg-height);
  position: relative;
  top: var(--Audio-svg-top);
}

.amis-scope .antd-Panel {
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  background: var(--Panel-bg);
  border: var(--Panel-border);
  border-radius: var(--Panel-borderRadius);
  -webkit-box-shadow: var(--Panel-boxShadow);
  box-shadow: var(--Panel-boxShadow);
  /* 主题 */
  /* 子组件 */
}

.amis-scope .antd-Panel-fixedBottom {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  bottom: 999999px;
  box-shadow: var(--Panel-fixedBottom-boxShadow);
  border-top: var(--Panel-fixedBottom-borderTop);
}

.amis-scope .antd-Panel-fixedBottom.in {
  position: fixed;
  bottom: 0;
  z-index: 900;
  opacity: 1;
}

.amis-scope .antd-Panel--default {
  border-color: var(--borderColor);
}

.amis-scope .antd-Panel--default > .antd-Panel-heading {
  background: var(--Panel--default-bg);
  color: var(--Panel--default-color);
}

.amis-scope .antd-Panel--default > .antd-Panel-heading .badge {
  color: var(--Panel--default-badgeColor);
  background: var(--Panel--default-badgeBg);
}

.amis-scope .antd-Panel--default > .antd-Panel-heading {
  border-color: var(--Panel--default-headingBorderColor);
}

.amis-scope .antd-Panel--primary {
  border-color: var(--primary);
}

.amis-scope .antd-Panel--primary > .antd-Panel-heading {
  background: var(--primary);
  color: var(--white);
}

.amis-scope .antd-Panel--primary > .antd-Panel-heading .badge {
  color: var(--primary);
  background: var(--white);
}

.amis-scope .antd-Panel--primary > .antd-Panel-heading,
.amis-scope .antd-Panel--primary > .antd-Panel-footer {
  border-color: var(--primary);
}

.amis-scope .antd-Panel--success {
  border-color: var(--success);
}

.amis-scope .antd-Panel--success > .antd-Panel-heading {
  background: var(--success);
  color: var(--white);
}

.amis-scope .antd-Panel--success > .antd-Panel-heading .badge {
  color: var(--success);
  background: var(--white);
}

.amis-scope .antd-Panel--success > .antd-Panel-heading,
.amis-scope .antd-Panel--success > .antd-Panel-footer {
  border-color: var(--success);
}

.amis-scope .antd-Panel--info {
  border-color: var(--info);
}

.amis-scope .antd-Panel--info > .antd-Panel-heading {
  background: var(--info);
  color: var(--white);
}

.amis-scope .antd-Panel--info > .antd-Panel-heading .badge {
  color: var(--info);
  background: var(--white);
}

.amis-scope .antd-Panel--info > .antd-Panel-heading,
.amis-scope .antd-Panel--info > .antd-Panel-footer {
  border-color: var(--info);
}

.amis-scope .antd-Panel--warning {
  border-color: var(--warning);
}

.amis-scope .antd-Panel--warning > .antd-Panel-heading {
  background: var(--warning);
  color: var(--white);
}

.amis-scope .antd-Panel--warning > .antd-Panel-heading .badge {
  color: var(--warning);
  background: var(--white);
}

.amis-scope .antd-Panel--warning > .antd-Panel-heading,
.amis-scope .antd-Panel--warning > .antd-Panel-footer {
  border-color: var(--warning);
}

.amis-scope .antd-Panel--danger {
  border-color: var(--danger);
}

.amis-scope .antd-Panel--danger > .antd-Panel-heading {
  background: var(--danger);
  color: var(--white);
}

.amis-scope .antd-Panel--danger > .antd-Panel-heading .badge {
  color: var(--danger);
  background: var(--white);
}

.amis-scope .antd-Panel--danger > .antd-Panel-heading,
.amis-scope .antd-Panel--danger > .antd-Panel-footer {
  border-color: var(--danger);
}

.amis-scope .antd-Panel-heading {
  padding: var(--Panel-headingPadding);
  border-bottom: var(--Panel-headingBorderBottom);
  border-radius: var(--Panel-headingBorderRadius);
}

.amis-scope .antd-Panel-title {
  margin-top: var(--Panel-titleMarginTop);
  margin-bottom: var(--Panel-titleMarginBottom);
  font-size: var(--Panel-titleFontSize);
  color: var(--Panel-titleColor);
}

.amis-scope .antd-Panel-body {
  padding: var(--Panel-bodyPadding);
  flex: 1;
  overflow-y: auto;
}

.amis-scope .antd-Panel-footer {
  border-color: var(--Panel-footerBorderColor);
  border-radius: var(--Panel-footerBorderRadius);
  background: var(--Panel-footerBg);
  padding: var(--Panel-footerPadding);
  border-style: solid;
  border-width: var(--Panel-borderWidth) 0 0 0;
  clear: both;
}

.amis-scope .antd-Panel-footer .antd-Button + .antd-Button {
  margin-left: var(--Panel-footerButtonMarginLeft);
}

.amis-scope .antd-Panel-btnToolbar {
  text-align: var(--Panel-btnToolbarTextAlign);
}

.amis-scope .antd-Panel-btnToolbar::before,
.amis-scope .antd-Panel-btnToolbar::after {
  display: table;
  content: "";
}

.amis-scope .antd-Panel-btnToolbar::after {
  clear: both;
}

.amis-scope .antd-Panel-btnToolbar .antd-Button {
  margin-left: var(--Panel-footerButtonMarginLeft);
}

.amis-scope .antd-Panel-btnToolbar:empty {
  display: none;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .antd-Panel--form {
    border: none;
    box-shadow: none;
    margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
  }

  .amis-scope .antd-Panel--form .antd-Panel-body {
    padding: 0 var(--gap-md) var(--gap-md);
  }

  .amis-scope .antd-Panel--form > .antd-Panel-heading {
    background: none;
    border: none;
    border-radius: 0;
  }

  .amis-scope .antd-Panel--form > .antd-Panel-heading .antd-Panel-title {
    padding-left: var(--Panel-bodyPadding);
    border-left: 0.1875rem solid var(--primary);
    font-size: var(--fontSizeLg);
  }

  .amis-scope .antd-Panel--form .antd-Panel-footerWrap {
    padding-bottom: var(--Panel-bodyPadding);
  }

  .amis-scope .antd-Panel--form .antd-Panel-footer {
    border-top: none;
    display: flex;
    padding: 0 var(--Panel-bodyPadding);
  }

  .amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button {
    flex: 1;
  }

  .amis-scope .antd-Panel--form .antd-Panel-footer > .antd-Button:first-child {
    margin-left: 0;
  }
}

.amis-scope .antd-Service {
  position: relative;
  height: 100%;
}

.amis-scope .antd-Service-body {
  height: 100%;
}

.amis-scope .antd-Sparkline {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.amis-scope .antd-Sparkline-line {
  stroke: var(--Sparkline-line-color);
  stroke-width: 1px;
}

.amis-scope .antd-Sparkline-area {
  fill: var(--Sparkline-area-color);
}

.amis-scope .antd-Sparkline--clickable {
  cursor: pointer;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(1turn);
  }
}

.amis-scope .is-spin {
  animation: spin 2s linear infinite;
}

.amis-scope .antd-Spinner-overlay {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fcfcfa;
  transition: ease-out opacity var(--animation-duration);
  opacity: 0;
}

.amis-scope .antd-Spinner-overlay.in {
  opacity: 0.6;
}

.amis-scope .antd-Spinner {
  width: var(--Spinner-width);
  height: var(--Spinner-height);
  transform: translateZ(0);
  display: inline-block;
  opacity: 0;
  transition: ease-out all var(--animation-duration);
}

.amis-scope .antd-Spinner.in {
  opacity: 1;
}

.amis-scope .antd-Spinner--normal {
  border: 3px solid #f8f8f8;
  /*设置四周边框大小，并将颜色设置为浅白色*/
  border-top: 3px solid var(--primary);
  /*设置上边框颜色，以便旋转的时候能够看到旋转的效果*/
  border-radius: 50%;
  /*将边框和内容区域都变成圆形*/
  animation: spin 0.8s linear infinite;
}

.amis-scope .antd-Spinner--lg {
  width: var(--Spinner--lg-width);
  height: var(--Spinner--lg-height);
}

.amis-scope .antd-Spinner--sm {
  width: var(--Spinner--sm-width);
  height: var(--Spinner--sm-height);
}

.amis-scope .antd-Spinner--md {
  width: var(--Spinner--md-width);
  height: var(--Spinner--md-height);
}

.amis-scope .antd-Spinner--icon {
  background: transparent;
  animation: spin 2s linear infinite;
  width: 16px;
  height: 16px;
}

.amis-scope .antd-Spinner--icon svg.icon {
  width: 16px;
  height: 16px;
  top: 0;
}

.amis-scope .antd-Spinner--overlay {
  position: absolute;
  z-index: 11;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.amis-scope .antd-Spinner--overlay.antd-Spinner--lg {
  width: var(--Spinner--lg-width);
  height: var(--Spinner--lg-height);
  line-height: var(--Spinner--lg-height);
}

@media (min-width: 768px) {
  .amis-scope .antd-Layout .antd-Page-body > .antd-Spinner-overlay {
    left: var(--Layout-aside-width);
  }

  .amis-scope .antd-Layout--folded .antd-Page-body > .antd-Spinner-overlay {
    left: var(--Layout-aside--folded-width);
  }
}

.amis-scope .antd-Modal--full .antd-Modal-body .antd-Form .antd-Spinner--overlay,
.amis-scope .antd-Modal--full .antd-Modal-body .antd-Crud .antd-Spinner--overlay {
  position: fixed;
}

.amis-scope .antd-ButtonGroup {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.amis-scope .antd-ButtonGroup > .antd-Button {
  position: relative;
  flex: 0 1 auto;
}

.amis-scope .antd-ButtonGroup > .antd-Button:hover {
  z-index: 1;
}

.amis-scope .antd-ButtonGroup > .antd-Button:focus,
.amis-scope .antd-ButtonGroup > .antd-Button:active,
.amis-scope .antd-ButtonGroup > .antd-Button.active,
.amis-scope .antd-ButtonGroup > .antd-Button.is-active {
  z-index: 1;
}

.amis-scope .antd-ButtonGroup .antd-Button + .antd-Button,
.amis-scope .antd-ButtonGroup .antd-Button + .antd-ButtonGroup,
.amis-scope .antd-ButtonGroup .antd-ButtonGroup + .antd-Button,
.amis-scope .antd-ButtonGroup .antd-ButtonGroup + .antd-ButtonGroup {
  margin-left: calc(var(--Button-borderWidth) * -1);
}

.amis-scope .antd-ButtonGroup--block {
  display: block;
}

.amis-scope .antd-ButtonToolbar {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.amis-scope .antd-ButtonToolbar .antd-ButtonGroup {
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
  width: auto;
}

.amis-scope .antd-ButtonGroup > .antd-Button:first-child {
  margin-left: 0;
}

.amis-scope .antd-ButtonGroup .antd-Button--primary.is-active {
  color: var(--ButtonGroup--primary-isActive-color);
  background: var(--ButtonGroup--primary-isActive-bg);
}

.amis-scope .antd-ButtonGroup > .antd-Button:not(:last-child),
.amis-scope .antd-ButtonGroup > .antd-ButtonGroup:not(:last-child) > .antd-Button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .antd-ButtonGroup > .antd-Button:not(:first-child),
.amis-scope .antd-ButtonGroup > .antd-ButtonGroup:not(:first-child) > .antd-Button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .antd-ButtonGroup--vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.amis-scope .antd-ButtonGroup--vertical .antd-Button,
.amis-scope .antd-ButtonGroup--vertical .antd-ButtonGroup {
  width: 100%;
}

.amis-scope .antd-ButtonGroup--vertical > .antd-Button + .antd-Button,
.amis-scope .antd-ButtonGroup--vertical > .antd-Button + .antd-ButtonGroup,
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup + .antd-Button,
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup + .antd-ButtonGroup {
  margin-top: calc(var(--Button-borderWidth) * -1);
  margin-left: 0;
}

.amis-scope .antd-ButtonGroup--vertical > .antd-Button:not(:last-child),
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup:not(:last-child) > .antd-Button {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .antd-ButtonGroup--vertical > .antd-Button:not(:first-child),
.amis-scope .antd-ButtonGroup--vertical > .antd-ButtonGroup:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .antd-ButtonGroup--tiled {
  display: flex;
}

.amis-scope .antd-ButtonGroup--tiled .antd-Button,
.amis-scope .antd-ButtonGroup--tiled .antd-ButtonGroup {
  flex-grow: 1;
  text-align: center;
}

.amis-scope .antd-DropDown {
  position: relative;
  display: inline-block;
}

.amis-scope .antd-DropDown-caret {
  margin-left: var(--DropDown-caret-marginLeft);
  display: inline-block;
  vertical-align: top;
  transition: transform var(--animation-duration) ease;
}

.amis-scope .antd-DropDown-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.125em;
}

.amis-scope .antd-DropDown.is-opened .antd-DropDown-caret {
  transform: rotate(180deg);
}

.amis-scope .antd-DropDown.is-actived .antd-Button {
  color: var(--link-color);
}

.amis-scope .antd-DropDown--block {
  display: block;
}

.amis-scope .antd-DropDown--block .antd-Button {
  display: block;
}

.amis-scope .antd-DropDown-menu {
  background: var(--DropDown-menu-bg);
  list-style: none;
  padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
  min-width: var(--DropDown-menu-minWidth);
  text-align: left;
  border: none;
  user-select: none;
}

.amis-scope .antd-DropDown-menu-root {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  border: none;
  border-radius: var(--DropDown-menu-borderRadius);
  box-shadow: var(--DropDown-menu-boxShadow);
  min-width: var(--DropDown-menu-minWidth);
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 18.75rem;
}

.amis-scope .antd-DropDown--alignRight .antd-DropDown-menu {
  left: auto;
  right: 0;
}

.amis-scope .antd-DropDown-menuItem,
.amis-scope .antd-DropDown-menu > li {
  padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
  white-space: nowrap;
  box-sizing: border-box;
  height: var(--DropDown-menu-height);
  vertical-align: middle;
  user-select: none;
  color: var(--DropDown-menuItem-color);
  text-decoration: var(--link-decoration);
}

.amis-scope .antd-DropDown-menuItem:hover,
.amis-scope .antd-DropDown-menu > li:hover {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onHover-color);
}

.amis-scope .antd-DropDown-menuItem.is-active,
.amis-scope .antd-DropDown-menu > li.is-active {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onActive-color);
}

.amis-scope .antd-DropDown-menuItem:not(.is-disabled),
.amis-scope .antd-DropDown-menuItem:not(.disabled),
.amis-scope .antd-DropDown-menu > li:not(.is-disabled),
.amis-scope .antd-DropDown-menu > li:not(.disabled) {
  cursor: pointer;
}

.amis-scope .antd-DropDown-menuItem.is-disabled,
.amis-scope .antd-DropDown-menu > li.is-disabled {
  cursor: not-allowed;
  color: var(--DropDown-menuItem-onDisabled-color);
  filter: grayscale(80%);
}

.amis-scope .antd-DropDown-menuItem.antd-DropDown-divider,
.amis-scope .antd-DropDown-menu > li.antd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: var(--DropDown-menu-borderColor);
  padding: 0;
}

.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle,
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle {
  height: inherit;
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  padding-left: var(--gap-sm);
  color: var(--DropDown-group-color);
  flex-grow: 1;
  cursor: default;
}

.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle:hover,
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle:hover {
  background: none;
}

.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle span,
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle span {
  white-space: nowrap;
}

.amis-scope .antd-DropDown-menuItem.antd-DropDown-groupTitle ~ .antd-DropDown-button,
.amis-scope .antd-DropDown-menu > li.antd-DropDown-groupTitle ~ .antd-DropDown-button {
  padding-left: var(--gap-lg);
}

.amis-scope .antd-DropDown-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.amis-scope .antd-DropDown-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .antd-DropDown > .antd-Button {
  min-width: unset;
}

.amis-scope .antd-Each-placeholder {
  color: var(--text--muted-color);
  text-align: left;
  padding: var(--gap-sm);
}

.amis-scope .antd-ScheduleCalendar-icon {
  position: absolute;
  bottom: var(--Calendar-icon-bottom);
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: var(--Calendar-icon-width);
  height: var(--Calendar-icon-height);
  border-radius: 50%;
  z-index: 10;
}

.amis-scope .antd-ScheduleCalendar-action {
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
  color: inherit;
}

.amis-scope .antd-ScheduleCalendar-action:not(:disabled):not(.is-disabled):hover {
  color: inherit;
  background: transparent;
  border-color: transparent;
}

.amis-scope .antd-ScheduleCalendar .rdtDay {
  position: relative;
}

.amis-scope .antd-ScheduleCalendar-text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: absolute;
  width: 100%;
}

.amis-scope .antd-ScheduleCalendar-large {
  width: 100%;
}

.amis-scope .antd-ScheduleCalendar-large .rdtPicker {
  width: 100%;
}

.amis-scope .antd-ScheduleCalendar-large .rdtPicker table {
  border-collapse: collapse;
  border-spacing: 0;
}

.amis-scope .antd-ScheduleCalendar-large .rdtPicker table td {
  border: var(--Calendar-borderWidth) solid var(--borderColor);
}

.amis-scope .antd-ScheduleCalendar-large .rdtDay {
  height: var(--Calendar-rdt-day);
  vertical-align: top;
}

.amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-large-day-wrap {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
}

.amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-large-day-wrap .antd-ScheduleCalendar-large-schedule-content {
  position: relative;
  z-index: 10;
  border-radius: var(--borderRadius);
  text-align: left;
  padding: var(--Calendar-schedule-content-padding);
  height: var(--Calendar-schedule-content-height);
  color: var(--Calendar-schedule-content-color);
}

.amis-scope .antd-ScheduleCalendar-large .antd-ScheduleCalendar-action {
  z-index: 20;
  position: relative;
}

.amis-scope .antd-CalendarMobile {
  height: 100%;
  width: 100%;
  overflow: scroll;
}

.amis-scope .antd-CalendarMobile-pop {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  background: #fff;
  border-radius: 1rem 1rem 0 0;
  overflow: hidden;
  border-width: 0;
}

.amis-scope .antd-CalendarMobile-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.amis-scope .antd-CalendarMobile-header {
  flex-shrink: 0;
  box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
  position: relative;
}

.amis-scope .antd-CalendarMobile-header .subtitle-text {
  display: inline-block;
  width: 6.875rem;
  position: relative;
}

.amis-scope .antd-CalendarMobile-header .rdtPrev {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  left: -1.25rem;
}

.amis-scope .antd-CalendarMobile-header .rdtNext {
  width: 1.25rem;
  height: 2.75rem;
  display: block;
  position: absolute;
  top: 0;
  right: -1.25rem;
}

.amis-scope .antd-CalendarMobile-title,
.amis-scope .antd-CalendarMobile-subtitle {
  height: 2.75rem;
  font-weight: 500;
  line-height: 2.75rem;
  text-align: center;
}

.amis-scope .antd-CalendarMobile-title {
  font-size: var(--fontSizeLg);
}

.amis-scope .antd-CalendarMobile-weekdays {
  display: flex;
}

.amis-scope .antd-CalendarMobile-weekdays .weekday {
  flex: 1;
  line-height: 1.875rem;
  text-align: center;
}

.amis-scope .antd-CalendarMobile-close {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 1rem;
  cursor: pointer;
  top: 0.6875rem;
  right: 1rem;
}

.amis-scope .antd-CalendarMobile-body::-webkit-scrollbar {
  width: 0;
}

.amis-scope .antd-CalendarMobile-body {
  flex: 1;
  overflow-y: scroll;
}

.amis-scope .antd-CalendarMobile-body table {
  border-spacing: 0 0.25rem;
}

.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
  background: transparent;
  color: var(--Calendar-color);
  text-shadow: none;
}

.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
  color: #999;
}

.amis-scope .antd-CalendarMobile-body .rdtOldNone td.rdtOld {
  display: none;
}

.amis-scope .antd-CalendarMobile-body .rdtPicker td {
  height: 3.5rem;
  position: relative;
}

.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
.amis-scope .antd-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
  background: transparent;
}

.amis-scope .antd-CalendarMobile-body .calendar-wrap {
  position: relative;
  width: 3.125rem;
  height: 100%;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
}

.amis-scope .antd-CalendarMobile-embed .antd-CalendarMobile-body .calendar-wrap {
  width: auto;
  max-width: 3.125rem;
}

.amis-scope .antd-CalendarMobile-footer {
  flex-shrink: 0;
}

.amis-scope .antd-CalendarMobile-footer .date-range-confirm {
  height: 2.25rem;
  margin: 0.4375rem 0;
  border-radius: var(--borderRadiusMd);
  display: block;
}

.amis-scope .antd-CalendarMobile-footer .is-disabled {
  opacity: 0.5;
  color: var(--Button--primary-color);
  background: var(--Button--primary-bg);
  border-color: var(--Button--primary-bg);
  filter: none;
}

.amis-scope .antd-CalendarMobile-footer-toolbar {
  padding: 0 1rem;
}

.amis-scope .antd-CalendarMobile-footer-ranges {
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
  border-radius: 24px;
  overflow-x: auto;
  position: relative;
  height: 3rem;
  line-height: 3rem;
}

.amis-scope .antd-CalendarMobile-footer-ranges::-webkit-scrollbar {
  width: 0;
}

.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers {
  position: absolute;
  white-space: nowrap;
}

.amis-scope .antd-CalendarMobile-footer .antd-DateRangePicker-rangers .antd-DateRangePicker-ranger {
  margin: 0 1.5625rem;
}

.amis-scope .antd-CalendarMobile-footer .antd-DatePicker-shortcuts {
  width: auto;
}

.amis-scope .antd-CalendarMobile-calendar-wrap {
  padding: var(--gap-sm) 0;
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker {
  width: 100%;
  padding: 0;
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtOld {
  visibility: hidden;
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtNew {
  display: none;
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtBetween {
  background: var(--Calendar-cell-onBetween-bg) !important;
  color: var(--Button--primary-bg);
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
  background: var(--Calendar-cell-onActive-bg) !important;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
  background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
}

.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
.amis-scope .antd-CalendarMobile .antd-CalendarMobile-calendar-wrap .antd-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
  background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
}

.amis-scope .antd-CalendarMobile-calendar-header {
  height: 1.875rem;
  line-height: 1.875rem;
  text-align: center;
}

.amis-scope .antd-CalendarMobile-range-text {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  color: #fff;
  font-size: var(--fontSizeSm);
  white-space: nowrap;
}

.amis-scope .antd-CalendarMobile-calendar-wrap {
  position: relative;
}

.amis-scope .antd-CalendarMobile-calendar-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 10rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.amis-scope .antd-CalendarMobile-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8.5rem;
  height: 2.25rem;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .antd-CalendarMobile-time {
  height: 11.25rem;
}

.amis-scope .antd-CalendarMobile-time-title {
  border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
  border-left: none;
  border-right: none;
  text-align: center;
  height: 1.875rem;
  line-height: 1.875rem;
}

.amis-scope .antd-CalendarMobile-time .rdtPicker {
  margin: 0 auto;
}

.amis-scope .antd-CalendarMobile .antd-CalendarTime {
  height: 8.125rem;
  overflow: hidden;
}

.amis-scope .antd-CalendarMobile .antd-PickerColumns-header {
  display: none;
}

.amis-scope .antd-Collapse {
  border: var(--Collapse-border);
  padding: 0;
  line-height: 1.25rem;
}

.amis-scope .antd-Collapse-header {
  font-size: var(--Collapse-header-fontSize);
  font-weight: var(--Collapse-header-fontWeight);
  color: var(--text--loud-color);
  padding: var(--Collapse-header-padding);
  margin: 0;
  cursor: pointer;
  background: var(--Collapse-header-bg);
}

.amis-scope .antd-Collapse-header-wrapper {
  display: inline-flex;
  flex-direction: var(--Collapse-header-wrapper-direction);
}

.amis-scope .antd-Collapse-header-tpl {
  margin-right: 0.5rem;
}

.amis-scope .antd-Collapse-header:hover {
  background: var(--Collapse-header-onHover-bg);
}

.amis-scope .antd-Collapse-arrow {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: var(--gap-sm);
}

.amis-scope .antd-Collapse-arrow:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  top: -0.125rem;
  border-color: var(--text-color);
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0 0;
  transform: rotate(45deg);
  transform-origin: 50% 50%;
}

.amis-scope .antd-Collapse-icon-tranform {
  display: inline-block;
  width: 1rem;
  text-align: center;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Collapse .antd-TplField {
  display: inline-block;
}

.amis-scope .antd-Collapse-icon-title {
  display: inline-block;
  height: 20px;
  width: 20px;
  line-height: 20px;
  border-radius: 50%;
  background-color: #40a9ff;
  color: #FFF;
  text-align: center;
  position: absolute;
  left: -9px;
  top: -2px;
}

.amis-scope .antd-Collapse.is-active .antd-Collapse-arrow:before {
  transform: rotate(135deg);
  transform-origin: 50% 30%;
}

.amis-scope .antd-Collapse.is-active .antd-Collapse-icon-tranform {
  transform: rotate(90deg);
}

.amis-scope .antd-Collapse--disabled .antd-Collapse-header {
  cursor: not-allowed;
  user-select: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-Collapse--disabled .antd-Collapse-header:hover {
  background-color: var(--Collapse-header-bg-disabled-color);
}

.amis-scope .antd-Collapse--disabled .antd-Collapse-arrow:before {
  border-color: var(--text--muted-color);
}

.amis-scope .antd-Collapse--title-bottom .antd-Collapse-header {
  text-align: center;
  font-size: var(--fontSizeBase);
  border-top: var(--Collapse-header-collapsed-borderTop);
  border-bottom: var(--Collapse-header-collapsed-borderBottom);
}

.amis-scope .antd-Collapse--title-bottom.is-collapsed .antd-Collapse-header {
  border-top: none;
}

.amis-scope .antd-Collapse--title-bottom .antd-Collapse-arrow:before {
  top: -0.25rem;
  transform: rotate(135deg);
}

.amis-scope .antd-Collapse--title-bottom.is-active .antd-Collapse-arrow:before {
  top: 0;
  transform: rotate(-45deg);
}

.amis-scope .antd-Collapse-contentWrapper {
  transition: height var(--animation-duration) ease;
}

.amis-scope .antd-Collapse-contentWrapper.in,
.amis-scope .antd-Collapse-contentWrapper.out {
  height: 0;
  overflow: hidden;
}

.amis-scope .antd-Collapse-content {
  padding: var(--Collapse-content-padding);
  color: var(--body-color);
  font-size: var(--Collapse-content-fontSize);
  font-weight: var(--Collapse-content-fontWeight);
}

/* Aug 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .antd-Collapse {
    border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
  }

  .amis-scope .antd-Collapse-header {
    padding: var(--Form-item-gap) 0 var(--Form-item-gap) var(--Form-item-gap);
    font-size: var(--fontSizeLg);
    overflow: hidden;
    line-height: var(--body-lineHeight);
  }

  .amis-scope .antd-Collapse-arrow {
    float: right;
  }

  .amis-scope .antd-Collapse-body {
    padding-left: 16px;
  }
}

.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-arrow {
  float: right;
}

.amis-scope .antd-CollapseGroup.icon-position-right .antd-Collapse-header .antd-Collapse-icon-tranform {
  float: right;
}

@media (min-width: 576px) {
  .amis-scope .antd-CollapseGroup .antd-Collapse:not(:last-child) {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse {
    margin-bottom: 5px;
    border: none;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-header {
    display: block;
    border-bottom: 0.0625rem solid #eceff8;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-body {
    padding: 10px 5px 10px 10px;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content {
    padding: 0;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content .antd-Form-item {
    padding: 3px 0;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content .antd-Form-item::after {
    content: none;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content .antd-Form-item .antd-Form-label > span {
    display: block;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content .antd-Form-item .antd-Form-label > span .antd-TplField {
    display: block;
  }

  .amis-scope .antd-Form .antd-CollapseGroup .antd-Collapse-content .antd-Form-item .antd-Form-label > span .antd-TplField > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}

.amis-scope .antd-ColorField {
  display: inline-block;
}

.amis-scope .antd-ColorField-previewIcon {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 20px;
  box-shadow: var(--boxShadowSm);
  background: #ccc;
}

.amis-scope .antd-ColorField-value {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.amis-scope .antd-CBGroup {
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-CBGroup-toolbar {
  display: flex;
  flex-direction: row;
  padding-bottom: 10px;
}

.amis-scope .antd-CBGroup-toolbar .antd-Button {
  transition: padding var(--animation-duration);
  min-width: unset;
}

.amis-scope .antd-CBGroup-toolbar .antd-Button svg {
  width: 10px;
  height: 10px;
  top: 0;
  margin-right: 5px;
}

.amis-scope .antd-CBGroup-toolbar:not(:hover) .antd-CBGroup-toolbarCondition .antd-Button:not(.is-active) {
  width: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  border: 0;
}

.amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd {
  transition: opacity var(--animation-duration);
  display: flex;
  align-items: center;
}

.amis-scope .antd-CBGroup-toolbar .antd-CBGroup-toolbarConditionAdd .antd-CBDelete {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-CBGroup-toolbar:not(:hover) .antd-CBGroup-toolbarConditionAdd {
  opacity: 0;
}

.amis-scope .antd-CBGroup-field,
.amis-scope .antd-CBGroup-operator {
  position: relative;
  display: inline-block;
  margin: 0.1875rem;
  vertical-align: middle;
}

.amis-scope .antd-CBGroup-fieldCaret,
.amis-scope .antd-CBGroup-operatorCaret {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px;
  display: flex;
  color: var(--Form-select-caret-iconColor);
}

.amis-scope .antd-CBGroup-fieldCaret:hover,
.amis-scope .antd-CBGroup-operatorCaret:hover {
  color: var(--Form-select-caret-onHover-iconColor);
}

.amis-scope .antd-CBGroup-fieldCaret > svg,
.amis-scope .antd-CBGroup-operatorCaret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .antd-CBGroup-fieldInput.is-active .antd-CBGroup-fieldCaret,
.amis-scope .antd-CBGroup-operatorInput.is-active .antd-CBGroup-operatorCaret {
  transform: rotate(180deg);
}

.amis-scope .antd-CBGroup-placeholder {
  color: var(--text--muted-color);
  position: relative;
  margin-left: 30px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

.amis-scope .antd-CBGroup-placeholder:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -30px;
  width: var(--gap-md);
  border-left: solid 1px var(--borderColor);
  bottom: 0;
}

.amis-scope .antd-CBGroup-placeholder:after {
  position: absolute;
  content: "";
  top: 50%;
  width: var(--gap-md);
  left: -30px;
  border-top: solid 1px var(--borderColor);
}

.amis-scope .antd-CBGroup-placeholder:last-child:before {
  border-bottom-left-radius: 5px;
  border-bottom: solid 1px var(--borderColor);
  bottom: 50%;
}

.amis-scope .antd-CBGroup-placeholder:last-child:after {
  display: none;
}

.amis-scope .antd-CBGroup-placeholder.simple {
  margin-left: 0;
}

.amis-scope .antd-CBGroup-placeholder.simple:before {
  display: none;
}

.amis-scope .antd-CBGroup-placeholder.simple:after {
  display: none;
}

.amis-scope .antd-CBGroup-toolbarCondition {
  margin-right: var(--gap-base);
}

.amis-scope .antd-CBDelete {
  color: var(--icon-color);
  cursor: pointer;
  margin-left: auto;
  transition: opacity var(--animation-duration);
}

.amis-scope .antd-CBDelete:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-CBGroupOrItem {
  position: relative;
  margin-left: 1.875rem;
}

.amis-scope .antd-CBGroupOrItem + .antd-CBGroupOrItem {
  margin-top: 0.625rem;
}

.amis-scope .antd-CBGroupOrItem-body {
  display: flex;
  padding: 2px 7px;
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  transition: all var(--animation-duration) ease-out;
}

.amis-scope .antd-CBGroupOrItem-body > .antd-CBGroup {
  margin: 3px;
}

.amis-scope .antd-CBGroupOrItem-body:not(:hover) .antd-CBDelete {
  opacity: 0;
}

.amis-scope .antd-CBGroupOrItem.is-dragging {
  display: none;
}

.amis-scope .antd-CBGroupOrItem.is-ghost > .antd-CBGroupOrItem-body:before {
  position: absolute;
  z-index: 2;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(24, 144, 255, 0.2);
}

.amis-scope .antd-CBGroupOrItem-dragbar {
  cursor: move;
  width: 20px;
  margin-left: -5px;
  opacity: 0.6;
  text-align: center;
  transition: opacity var(--animation-duration) ease-out;
  color: var(--icon-color);
}

.amis-scope .antd-CBGroupOrItem-dragbar:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-CBGroupOrItem .antd-CBGroup {
  flex-grow: 1;
}

.amis-scope .antd-CBGroupOrItem:hover > .antd-CBGroupOrItem-body {
  background: rgba(0, 0, 0, 0.05);
}

.amis-scope .antd-CBGroupOrItem:hover > .antd-CBGroupOrItem-body > .antd-CBGroupOrItem-dragbar {
  opacity: 1;
}

.amis-scope .antd-CBGroupOrItem:before {
  position: absolute;
  content: "";
  top: -10px;
  left: -30px;
  width: 20px;
  border-left: solid 1px var(--borderColor);
  bottom: 0;
}

.amis-scope .antd-CBGroupOrItem:after {
  position: absolute;
  content: "";
  top: 50%;
  width: 20px;
  left: -30px;
  border-top: solid 1px var(--borderColor);
}

.amis-scope .antd-CBGroupOrItem:last-child:before {
  border-bottom-left-radius: 5px;
  border-bottom: solid 1px var(--borderColor);
  bottom: 50%;
}

.amis-scope .antd-CBGroupOrItem:last-child:after {
  display: none;
}

.amis-scope .antd-CBGroupOrItem-simple {
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-CBInputSwitch {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.amis-scope .antd-CBInputSwitch > a {
  color: var(--icon-color);
}

.amis-scope .antd-CBInputSwitch > a:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-CBInputSwitch svg {
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-CBFunc {
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .antd-CBFunc-select {
  display: inline-block;
  position: relative;
}

.amis-scope .antd-CBFunc-error {
  color: var(--danger);
}

.amis-scope .antd-CBFunc-args {
  display: inline-block;
}

.amis-scope .antd-CBFunc-args > span {
  display: inline-block;
  padding: 0 5px;
  color: var(--info);
}

.amis-scope .antd-CBFunc-args > div {
  display: inline-block;
}

.amis-scope .antd-CBValue {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .antd-CBFormula {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0.1875rem;
}

.amis-scope .antd-CBFormula-label {
  background: var(--ResultBox-value-bg);
  color: var(--text--muted-color);
  display: block;
  font-size: var(--fontSizeSm);
  align-self: center;
  margin: -5px 5px -5px -8px;
  padding: 5px;
  border-radius: 5px;
  user-select: none;
}

.amis-scope .antd-CBSeprator {
  width: 20px;
  text-align: center;
  display: inline-block;
  user-select: none;
}

@keyframes contextMenuInSpecial {
  from {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    transform: scale3d(1, 1, 1);
  }
}

@keyframes contextMenuIn {
  from {
    opacity: 0;
  }
}

@keyframes contextMenuOut {
  to {
    opacity: 0;
  }
}

.amis-scope .antd-ContextMenu {
  z-index: 1500;
  position: fixed;
  left: 0;
  top: 0;
}

.amis-scope .antd-ContextMenu-menu {
  position: absolute;
  z-index: 1500;
  display: block;
  position: absolute;
  margin: 0;
  padding: 4px 0 5px;
  background: rgba(239, 239, 239, 0.95);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  color: rgba(0, 0, 0, 0.75);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-size: var(--fontSizeMd);
  line-height: 1.1;
}

.amis-scope .antd-ContextMenu-menu.in,
.amis-scope .antd-ContextMenu-menu.out {
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

.amis-scope .antd-ContextMenu-menu.in {
  animation-name: contextMenuInSpecial;
  animation-duration: var(--animation-duration);
}

.amis-scope .antd-ContextMenu-menu.out {
  animation-name: contextMenuOut;
}

.amis-scope .antd-ContextMenu-menu::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: -1;
}

.amis-scope .antd-ContextMenu-divider {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 6px 1px 5px;
  padding: 0;
}

.amis-scope .antd-ContextMenu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 185px;
}

.amis-scope .antd-ContextMenu-item {
  position: relative;
}

.amis-scope .antd-ContextMenu-item > a {
  white-space: nowrap;
  display: block;
  padding: 0 20px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  color: inherit;
}

.amis-scope .antd-ContextMenu-item:not(.is-disabled):hover > a {
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(top, #648bf5, #2866f2);
  background: linear-gradient(to bottom, #648bf5 0%, #2866f2 100%);
  border-top: 1px solid #5a82eb;
  border-bottom: 1px solid #1758e7;
  cursor: pointer;
}

.amis-scope .antd-ContextMenu-item.is-disabled > a {
  color: #999;
  pointer-events: none;
}

.amis-scope .antd-ContextMenu-item.has-child > a::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 4px 7px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.75);
  text-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.amis-scope .antd-ContextMenu-item.has-child:hover > a::after {
  border-color: transparent transparent transparent #fff;
}

.amis-scope .antd-ContextMenu-itemIcon {
  margin-right: 5px;
}

.amis-scope .antd-ContextMenu-subList {
  display: none;
  list-style: none;
}

.amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
  display: block;
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
  animation-name: contextMenuIn;
  display: block;
  position: absolute;
  left: 100%;
  top: -3px;
  margin: 0;
  padding: 4px 0 5px;
  background: rgba(239, 239, 239, 0.95);
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.34);
  border-radius: 7px;
  color: rgba(0, 0, 0, 0.75);
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-size: var(--fontSizeMd);
  line-height: 1.1;
}

.amis-scope .antd-ContextMenu-item:hover > .antd-ContextMenu-subList::before {
  display: block;
  position: absolute;
  content: "";
  top: -1px;
  left: -1px;
  bottom: -1px;
  right: -1px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.125);
  z-index: -1;
}

.amis-scope .antd-ContextMenu--left .antd-ContextMenu-item:hover > .antd-ContextMenu-subList {
  left: auto;
  right: 100%;
}

.amis-scope .antd-ContextMenu-cursor {
  position: absolute;
  width: 1px;
  height: 1px;
  z-index: -1;
}

.amis-scope .antd-ContextMenu-overlay {
  position: fixed !important;
  z-index: 1499;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.amis-scope .antd-Wizard {
  position: relative;
}

.amis-scope .antd-Wizard::before,
.amis-scope .antd-Wizard::after {
  display: table;
  content: "";
}

.amis-scope .antd-Wizard::after {
  clear: both;
}

.amis-scope .antd-Wizard,
.amis-scope .antd-Wizard-tabs {
  padding: 0;
}

.amis-scope .antd-Wizard .antd-Badge,
.amis-scope .antd-Wizard-tabs .antd-Badge {
  display: inline-block;
  width: var(--Wizard-badge-size);
  height: var(--Wizard-badge-size);
  font-size: var(--Wizard-badge-fontSize);
  line-height: var(--Wizard-badge-size);
  color: var(--Wizard-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background: var(--Wizard-badge-bg);
  border-radius: var(--Wizard-badge-borderRadius);
  text-shadow: 0 0.0625rem 0 rgba(0, 0, 0, 0.2);
  margin-right: var(--Wizard-badge-marginRight);
  border: var(--Wizard-badge-border);
  box-sizing: content-box;
}

.amis-scope .antd-Wizard .antd-Badge.is-active,
.amis-scope .antd-Wizard-tabs .antd-Badge.is-active {
  color: var(--white);
  background: var(--Wizard-badge-onActive-backgroundColor);
}

.amis-scope .antd-Wizard .antd-Badge.is-complete,
.amis-scope .antd-Wizard-tabs .antd-Badge.is-complete {
  color: var(--white);
  background: var(--Wizard-badge-onComplete-backgroundColor);
}

.amis-scope .antd-Wizard ul li.active,
.amis-scope .antd-Wizard-tabs ul li.active {
  color: var(--info);
}

.amis-scope .antd-Wizard .antd-Panel-footer > .antd-Form-group,
.amis-scope .antd-Wizard .antd-Panel-footer > .btn,
.amis-scope .antd-Wizard-tabs .antd-Panel-footer > .antd-Form-group,
.amis-scope .antd-Wizard-tabs .antd-Panel-footer > .btn {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Wizard > ul.nav,
.amis-scope .antd-Wizard-tabs > ul.nav {
  padding: 0;
  margin: 0;
  border: var(--borderWidth) solid var(--borderColor);
}

.amis-scope .antd-Wizard > ul.nav li,
.amis-scope .antd-Wizard-tabs > ul.nav li {
  position: relative;
  float: left;
  padding: 0 var(--gap-md) 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: pointer;
  height: var(--Wizard-steps-height);
  line-height: var(--Wizard-steps-height);
}

.amis-scope .antd-Wizard > ul.nav li a,
.amis-scope .antd-Wizard-tabs > ul.nav li a {
  border: 0 none !important;
  background: transparent !important;
  color: inherit;
  display: inline;
  padding: 0;
}

.amis-scope .antd-Wizard > ul.nav li a div,
.amis-scope .antd-Wizard-tabs > ul.nav li a div {
  display: inline;
}

.amis-scope .antd-Wizard > ul.nav li:first-child,
.amis-scope .antd-Wizard-tabs > ul.nav li:first-child {
  padding-left: var(--gap-md);
  border-radius: 0.25rem 0 0 0;
}

.amis-scope .antd-Wizard > ul.nav li:before,
.amis-scope .antd-Wizard > ul.nav li:after,
.amis-scope .antd-Wizard-tabs > ul.nav li:before,
.amis-scope .antd-Wizard-tabs > ul.nav li:after {
  content: "";
  position: absolute;
  right: -0.625rem;
  border: var(--gap-md) solid transparent;
  border-right: 0;
  border-left: 0.625rem solid var(--borderColor);
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 1;
  bottom: 0;
}

.amis-scope .antd-Wizard > ul.nav li:after,
.amis-scope .antd-Wizard-tabs > ul.nav li:after {
  right: -0.5625rem;
  border-left-color: var(--Wizard-steps-bg);
  z-index: 2;
}

.amis-scope .antd-Wizard > ul.nav li.is-active,
.amis-scope .antd-Wizard-tabs > ul.nav li.is-active {
  color: var(--Wizard-steps-li-onActive-color);
  background: #fff;
}

.amis-scope .antd-Wizard > ul.nav li.is-active:after,
.amis-scope .antd-Wizard-tabs > ul.nav li.is-active:after {
  border-left-color: #fff;
}

.amis-scope .antd-Wizard-steps {
  font-size: var(--fontSizeBase);
  padding: var(--Wizard-steps-padding);
  background: var(--Wizard-steps-bg);
  border-bottom: var(--Wizard-steps-borderWidth) solid var(--borderColor);
  text-align: var(--Wizard-steps-textAlign);
}

.amis-scope .antd-Wizard-steps::before,
.amis-scope .antd-Wizard-steps::after {
  display: table;
  content: "";
}

.amis-scope .antd-Wizard-steps::after {
  clear: both;
}

.amis-scope .antd-Wizard-steps ul {
  display: var(--Wizard-steps-ulDisplay);
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.amis-scope .antd-Wizard-steps ul li {
  position: relative;
  float: left;
  padding: 0 var(--gap-md) 0 1.5625rem;
  margin: 0;
  color: #999999;
  cursor: default;
  height: var(--Wizard-steps-height);
  line-height: var(--Wizard-steps-height);
}

.amis-scope .antd-Wizard-steps ul li:first-child {
  padding-left: var(--gap-md);
  border-radius: 0.25rem 0 0 0;
}

.amis-scope .antd-Wizard-steps ul li:before,
.amis-scope .antd-Wizard-steps ul li:after {
  font-family: var(--Wizard-steps-liVender);
  content: var(--Wizard-steps-liAfterContent);
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  border: 1.125rem solid transparent;
  border-right: 0;
  border-left: 0.625rem solid var(--borderColor);
  border-left-color: rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.amis-scope .antd-Wizard-steps ul li:after {
  right: -0.5625rem;
  border-left-color: var(--Wizard-steps-bg);
  z-index: 2;
}

.amis-scope .antd-Wizard-steps ul li.is-active {
  color: var(--Wizard-steps-li-onActive-color);
  background: var(--Wizard-steps-li-onActive-bg);
}

.amis-scope .antd-Wizard-steps ul li.is-active:after {
  border-left-color: var(--Wizard-steps-li-onActive-arrow-bg);
}

.amis-scope .antd-Wizard-steps ul li.is-complete,
.amis-scope .antd-Wizard-steps ul li.is-complete:hover {
  color: var(--Wizard-steps-li-onActive-color);
  cursor: pointer;
}

.amis-scope .antd-Wizard-stepContent {
  padding: var(--Wizard-stepsContent-padding);
}

.amis-scope .antd-Wizard-stepContent .Step-pane {
  display: none;
}

.amis-scope .antd-Wizard-stepContent .Step-pane.is-active {
  display: inherit;
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: none;
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-steps {
  height: auto;
  min-width: 40px;
  margin-right: 30px;
  margin-bottom: 1.875rem;
  background: none;
  border-bottom: none;
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-steps li {
  background: var(--Wizard-steps-bg);
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-steps ul li {
  height: 2.5rem;
  line-height: 2.5rem;
  position: relative;
  float: none;
  border-bottom: var(--borderWidth) solid var(--borderColor);
  padding-left: var(--gap-md);
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-steps ul li.is-active {
  background: #fff;
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-stepContent {
  flex-grow: 1;
  width: 0;
}

.amis-scope .antd-Wizard--vertical > .antd-Wizard-step > .antd-Wizard-footer {
  width: 100%;
}

@media (max-width: 767px) {
  .amis-scope .antd-Wizard {
    height: 100%;
  }

  .amis-scope .antd-Wizard-step {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .amis-scope .antd-Wizard-step .antd-Wizard-stepContent {
    flex: 1;
    overflow-y: auto;
  }
}

.amis-scope .antd-Crud {
  position: relative;
}

.amis-scope .antd-Crud-selection {
  margin-bottom: var(--gap-base);
}

.amis-scope .antd-Crud-selectionLabel {
  display: inline-block;
  vertical-align: top;
  margin-top: var(--gap-xs);
}

.amis-scope .antd-Crud-value {
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
  display: inline-block;
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 2px;
  margin-right: var(--gap-xs);
  margin-top: var(--gap-xs);
}

.amis-scope .antd-Crud-value:hover {
  background: var(--Form-selectValue-onHover-bg);
}

.amis-scope .antd-Crud-value.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-Crud-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}

.amis-scope .antd-Crud-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}

.amis-scope .antd-Crud-valueLabel {
  padding: 0 var(--gap-xs);
}

.amis-scope .antd-Crud-selectionClear {
  display: inline-block;
  cursor: pointer;
  user-select: none;
  margin-left: var(--gap-xs);
  margin-top: var(--gap-xs);
  vertical-align: middle;
}

.amis-scope .antd-Crud-toolbar.footer {
  padding: 3px 16px 6px;
  background-color: #fff;
}

.amis-scope .antd-Crud-toolbar-item {
  margin-right: var(--Crud-toolbar-gap);
  line-height: var(--Crud-toolbar-lineHeight);
  height: var(--Crud-toolbar-height);
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  margin-bottom: 1px;
}

.amis-scope .antd-Crud-toolbar-item--left {
  float: left;
}

.amis-scope .antd-Crud-toolbar-item--right {
  float: right;
}

.amis-scope .antd-Crud-actions > * + .antd-Button,
.amis-scope .antd-Crud-actions > * + .antd-ButtonGroup,
.amis-scope .antd-Crud-actions > * + .antd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}

.amis-scope .antd-Crud-statistics {
  line-height: var(--Crud-toolbar-height);
  vertical-align: middle;
}

.amis-scope .antd-Crud-pageSwitch .antd-Select {
  margin-left: var(--Crud-toolbar-gap);
  padding: 5px 6px 5px 11px;
}

.amis-scope .antd-Crud-pager {
  align-self: flex-start;
}

.amis-scope .antd-Crud-filter {
  margin-bottom: var(--gap-base);
}

@media (min-width: 576px) {
  .amis-scope .antd-Crud-toolbar {
    margin-left: 0;
    flex-basis: 0;
    flex-grow: 1;
  }

  .amis-scope .antd-Crud-toolbar::before,
  .amis-scope .antd-Crud-toolbar::after {
    display: table;
    content: "";
  }

  .amis-scope .antd-Crud-toolbar::after {
    clear: both;
  }

  .amis-scope .antd-Crud-toolbar-item {
    margin-right: var(--Crud-toolbar-gap);
    line-height: var(--Crud-toolbar-lineHeight);
    height: auto;
    vertical-align: middle;
  }

  .amis-scope .antd-Crud-toolbar-item--left {
    float: left;
  }

  .amis-scope .antd-Crud-toolbar-item--right {
    float: right;
  }

  .amis-scope .antd-Crud-actions > * + .antd-Button,
  .amis-scope .antd-Crud-actions > * + .antd-Button--disabled-wrap {
    margin-left: var(--Crud-toolbar-gap);
  }
}

/* Aug移动端样式 */

@media (max-width: 767px) {
  .amis-scope .antd-Crud-toolbar.footer {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    padding: auto 20px;
  }

  .amis-scope .antd-Crud-toolbar.footer .antd-Crud-toolbar-item {
    flex: 1;
    display: flex;
    margin: 0 12px 0 0;
  }

  .amis-scope .antd-Crud-toolbar.footer .antd-Crud-toolbar-item:last-child {
    margin: 0;
  }

  .amis-scope .antd-Crud-toolbar.footer .antd-Crud-toolbar-item .antd-Button {
    flex: 1;
  }

  .amis-scope .antd-Crud-bulkActions {
    display: flex;
    align-items: center;
    flex: 1;
  }

  .amis-scope .antd-Mobile-header-toolbar-wrapper {
    width: 100%;
    background: #fff;
    display: flex;
    padding: 0 var(--ListItem-paddingX);
    height: 48px;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #dfe2e6;
    border-top: 1px solid #dfe2e6;
  }

  .amis-scope .antd-Mobile-header-toolbar-wrapper .antd-Mobile-filter {
    border-radius: 6px;
    text-align: left;
    padding: 0 10px;
    color: #999;
    background: #fff;
    border: none;
  }

  .amis-scope .antd-Mobile-header-toolbar-wrapper .antd-Mobile-filter .filter-text {
    font-size: 14px;
    margin-left: 5px;
  }

  .amis-scope .antd-Mobile-header-toolbar-wrapper .antd-Mobile-filter .filter-text.has-filter {
    color: #1899ff;
  }

  .amis-scope .antd-Mobile-header-toolbar-wrapper .filter-conditions {
    flex: 1;
    font-size: 14px;
    color: #aaa;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .amis-scope .antd-Mobile-batch-manage {
    margin-left: 8px;
    cursor: pointer;
  }

  .amis-scope .antd-Mobile-batch-manage.is-active {
    color: var(--Button--link-color);
  }

  .amis-scope .antd-Mobile-batch-manage .batch-manage-icon {
    font-size: 16px;
    color: #999;
  }

  .amis-scope .antd-Mobile-batch-manage .batch-text {
    font-size: 14px;
    color: #999;
    margin-left: 5px;
  }

  .amis-scope .antd-Mobile-checkall {
    font-size: 12px;
    margin-left: 6px;
  }

  .amis-scope .antd-Mobile-checkall .antd-Checkbox {
    margin-right: 4px;
  }

  .amis-scope .antd-Drawer .antd-Mobile-header-toolbar-wrapper {
    top: auto;
  }

  .amis-scope .picker-modal .antd-Mobile-header-toolbar-wrapper {
    right: unset;
  }
}

.amis-scope .antd-Table {
  position: relative;
  border-radius: var(--Table-borderRadius);
  margin-bottom: var(--gap-md);
}

.amis-scope .antd-Form-control > .antd-Table {
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-Table-fixedLeft,
.amis-scope .antd-Table-fixedRight {
  position: absolute;
  background: var(--Table-bg);
  z-index: var(--Table-fixed-zIndex);
  top: auto;
  box-shadow: none;
}

.amis-scope .antd-Table-fixedLeft {
  left: 0;
  top: -999999px;
}

.amis-scope .antd-Table-fixedLeft.in {
  box-shadow: var(--Table-fixedLeft-boxShadow);
  top: auto;
}

.amis-scope .antd-Table-fixedLeft > .antd-Table-table > thead > tr > th:last-child,
.amis-scope .antd-Table-fixedLeft > .antd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--TableCell-paddingX);
}

.amis-scope .antd-Table-fixedRight {
  right: 0;
  top: -999999px;
}

.amis-scope .antd-Table-fixedRight.in {
  box-shadow: var(--Table-fixedRight-boxShadow);
  top: auto;
}

.amis-scope .antd-Table-fixedRight > .antd-Table-table > thead > tr > th:first-child,
.amis-scope .antd-Table-fixedRight > .antd-Table-table > tbody > tr > td:first-child {
  padding-left: var(--TableCell-paddingX);
}

.amis-scope .antd-Table-fixedTop {
  position: absolute;
  background: var(--Table-bg);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--Table-fixedTop-boxShadow);
}

.amis-scope .antd-Table-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .antd-Table-fixedTop > .antd-Table-fixedLeft,
.amis-scope .antd-Table-fixedTop > .antd-Table-fixedRight {
  z-index: 910;
  background: transparent;
}

.amis-scope .antd-Table-fixedTop.is-fakeHide > .antd-Table-fixedLeft,
.amis-scope .antd-Table-fixedTop.is-fakeHide > .antd-Table-fixedRight,
.amis-scope .antd-Table-fixedTop.is-fakeHide > .antd-Table-wrapper {
  visibility: hidden;
  position: absolute;
}

.amis-scope .antd-Table-heading {
  background: var(--Table-heading-bg);
  padding: calc((var(--Table-heading-height) - var(--Table-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
}

.amis-scope .antd-Table-statistic {
  width: 100%;
  margin-bottom: var(--Table-toolbar-marginY);
}

.amis-scope .antd-Table--unsaved .antd-Table-heading {
  background: var(--Table--unsaved-heading-bg);
  color: var(--Table--unsaved-heading-color);
}

.amis-scope .antd-Table-wrapper {
  overflow: hidden;
}

.amis-scope .antd-Table-placeholder {
  color: var(--text--muted-color);
  text-align: center;
  height: var(--Table-placeholder-height);
  background: transparent !important;
}

.amis-scope .antd-Table-placeholder:hover {
  color: var(--text--muted-color);
  background: transparent !important;
}

.amis-scope .antd-Table-placeholder > td {
  vertical-align: middle !important;
  text-align: center;
}

.amis-scope .antd-Table-searchableForm {
  background: var(--Table-searchableForm-backgroundColor);
  border-radius: var(--Table-searchableForm-borderRadius);
}

.amis-scope .antd-Table-searchableForm-footer {
  padding: var(--Panel-footerPadding);
  clear: both;
}

.amis-scope .antd-Table-searchableForm-checkbox > div > .antd-CheckboxControl {
  padding-top: 0;
}

.amis-scope .antd-Table-header {
  padding: var(--Table-toolbar-marginY) var(--Table-toolbar-marginX);
}

.amis-scope .antd-Table-header > * + .antd-Button,
.amis-scope .antd-Table-header > * + .antd-ButtonGroup,
.amis-scope .antd-Table-header > * + .antd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}

.amis-scope .antd-Table-toolbar {
  display: flex;
  margin: 0 var(--Table-toolbar-marginX) var(--Table-toolbar-marginY);
  flex-wrap: wrap;
}

.amis-scope .antd-Table-toolbar::before,
.amis-scope .antd-Table-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .antd-Table-toolbar::after {
  clear: both;
}

.amis-scope .antd-Table-toolbar .antd-DropDown-menuItem {
  height: auto;
}

.amis-scope .antd-Table-toolbar .antd-DropDown-menuItem .antd-Checkbox {
  display: flex;
  align-items: center;
}

.amis-scope .antd-Table-header + .antd-Table-toolbar {
  padding-top: 0;
}

.amis-scope .antd-Table-contentWrap {
  position: relative;
  margin-bottom: 0;
  overflow: auto;
}

.amis-scope .antd-Table-actions {
  display: inline-block;
}

.amis-scope .antd-Table-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}

.amis-scope .antd-Table-content {
  min-height: 0.01%;
}

@media (max-width: 767px) {
  .amis-scope .antd-Table-content {
    overflow-x: hidden;
  }
}

.amis-scope .antd-Table-content th {
  position: relative;
}

.amis-scope .antd-Table-content-colDragLine {
  position: absolute;
  width: 7px;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: col-resize;
  user-select: none;
  opacity: 0.5;
  z-index: 3000;
}

.amis-scope .antd-Table-content-colDragLine:hover {
  background: var(--primary);
}

.amis-scope .antd-Table-table {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
  font-size: var(--Table-fontSize);
  color: var(--Table-color);
  background: var(--Table-bg);
  border-spacing: 0;
  border-collapse: collapse;
  border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-Table-table th,
.amis-scope .antd-Table-table td {
  text-align: left;
}

.amis-scope .antd-Table-table th .ellipsis,
.amis-scope .antd-Table-table td .ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Table-table th .group-field-container,
.amis-scope .antd-Table-table td .group-field-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Table-table th .antd-NumberControl,
.amis-scope .antd-Table-table td .antd-NumberControl {
  min-width: 144px;
}

.amis-scope .antd-Table-table td .antd-Tpltab {
  position: relative;
}

.amis-scope .antd-Table-table td .antd-TplOpen span {
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
  font-size: 12px;
}

.amis-scope .antd-Table-table td .antd-TplOpen span p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-size: 12px;
  font-weight: initial;
}

.amis-scope .antd-Table-table td .antd-TplOpen span font {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
  font-size: 12px;
}

.amis-scope .antd-Table-table td .antd-TplOpen span img {
  max-width: 100%;
  vertical-align: top;
}

.amis-scope .antd-Table-table td .antd-TplOpen span b {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: var(--Table-color);
  font-weight: initial;
  font-size: 12px;
}

.amis-scope .antd-Table-table td .antd-TplOpen .text-muted {
  overflow: initial;
}

.amis-scope .antd-Table-table td span.antd-PlainField,
.amis-scope .antd-Table-table td span.antd-TplField {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

@media (max-width: 767px) {
  .amis-scope .antd-Table-table td span.antd-PlainField,
  .amis-scope .antd-Table-table td span.antd-TplField {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: pre-wrap;
  }
}

.amis-scope .antd-Table-table td span.antd-TplOpen {
  width: calc(100% - 20px);
}

@media (max-width: 767px) {
  .amis-scope .antd-Table-table td span.antd-TplOpen {
    white-space: nowrap;
  }
}

.amis-scope .antd-Table-table td svg.antd-TplSaving {
  font-size: 20px;
  cursor: pointer;
  color: #bbb;
}

.amis-scope .antd-Table-table th.text-center,
.amis-scope .antd-Table-table td.text-center,
.amis-scope .antd-Table-table th[colspan],
.amis-scope .antd-Table-table td[colspan] {
  text-align: center;
}

.amis-scope .antd-Table-table th.text-right,
.amis-scope .antd-Table-table td.text-right {
  text-align: right;
}

.amis-scope .antd-Table-table--withCombine > thead > tr > th:first-child,
.amis-scope .antd-Table-table--withCombine > tbody > tr > td:first-child {
  padding-left: var(--TableCell-paddingX) !important;
}

.amis-scope .antd-Table-table--withCombine > thead > tr > th:last-child,
.amis-scope .antd-Table-table--withCombine > tbody > tr > td:last-child {
  padding-right: var(--TableCell-paddingX) !important;
}

.amis-scope .antd-Table-table--withCombine > tbody > tr.antd-Table-tr--odd {
  background: transparent;
}

.amis-scope .antd-Table-table--withCombine > tbody > tr:hover {
  background: transparent;
}

.amis-scope .antd-Table-table--withCombine > tbody > tr > td {
  vertical-align: middle;
}

.amis-scope .antd-Table-table--withCombine > tbody > tr > td:not(:last-child) {
  border-right: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-Table-table--checkOnItemClick > tbody > tr {
  cursor: pointer;
}

.amis-scope .antd-Table-table > thead > tr > th {
  background: var(--Table-thead-bg);
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
  border-bottom: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
  font-size: var(--Table-thead-fontSize);
  color: var(--Table-thead-color);
  font-weight: var(--fontWeightNormal);
  white-space: nowrap;
}

.amis-scope .antd-Table-table > thead > tr > th:first-child {
  padding-left: var(--TableCell--edge-paddingX);
}

.amis-scope .antd-Table-table > thead > tr > th:last-child {
  padding-right: var(--TableCell--edge-paddingX);
}

@media (max-width: 767px) {
  .amis-scope .antd-Table-table > thead > tr > th:last-child {
    padding-right: 0.5rem;
  }
}

.amis-scope .antd-Table-table > thead > tr > th:last-child .antd-Table-content-colDragLine {
  width: 4px;
  right: 0;
}

.amis-scope .antd-Table-table > thead > tr > th:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  background-color: #eee;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Table-table > thead > tr > th {
    font-size: var(--Table-fontSize);
  }
}

.amis-scope .antd-Table-table > thead > tr > th .antd-Remark {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Table-table > thead > tr + tr {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-Table-table > thead > tr {
  border-bottom: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr {
  position: relative;
  background: transparent;
}

.amis-scope .antd-Table-table > tbody > tr + tr {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr + tr > th {
  border-top: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr > th {
  background: var(--Table-thead-bg);
  color: var(--Table-thead-color);
  font-weight: var(--fontWeightNormal);
  white-space: nowrap;
  border-right: var(--Table-thead-borderWidth) solid var(--Table-thead-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr > td,
.amis-scope .antd-Table-table > tbody > tr > th {
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
  white-space: nowrap;
}

.amis-scope .antd-Table-table > tbody > tr > td:first-child,
.amis-scope .antd-Table-table > tbody > tr > th:first-child {
  padding-left: var(--TableCell--edge-paddingX);
}

.amis-scope .antd-Table-table > tbody > tr > td:last-child,
.amis-scope .antd-Table-table > tbody > tr > th:last-child {
  padding-right: var(--TableCell--edge-paddingX);
}

@media (max-width: 767px) {
  .amis-scope .antd-Table-table > tbody > tr > td:last-child,
  .amis-scope .antd-Table-table > tbody > tr > th:last-child {
    padding-right: 0.5rem;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Table-table > tbody > tr > td,
  .amis-scope .antd-Table-table > tbody > tr > th {
    padding: 0rem 0.1rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Table-table > tbody > tr > td,
  .amis-scope .antd-Table-table > tbody > tr > th {
    padding: 0.1rem 0.3rem;
  }
}

.amis-scope .antd-Table-table > tbody > tr.antd-Table-tr--odd {
  background: var(--Table-strip-bg);
}

.amis-scope .antd-Table-table > tbody > tr.antd-Table-tr--hasItemAction:hover {
  cursor: pointer;
}

.amis-scope .antd-Table-table > tbody > tr:hover,
.amis-scope .antd-Table-table > tbody > tr.is-hovered {
  background: var(--Table-onHover-bg);
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table > tbody > tr:hover td,
.amis-scope .antd-Table-table > tbody > tr.is-hovered td {
  background: var(--Table-onHover-bg);
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table > tbody > tr:hover td.empty-not-hover,
.amis-scope .antd-Table-table > tbody > tr.is-hovered td.empty-not-hover {
  background-color: #fff !important;
  border-color: unset !important;
  color: var(--Table-color) !important;
}

.amis-scope .antd-Table-table > tbody > tr:hover + tr,
.amis-scope .antd-Table-table > tbody > tr.is-hovered + tr {
  border-color: var(--Table-onHover-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr.is-checked {
  background: var(--Table-onChecked-bg);
  border-color: var(--Table-onChecked-borderColor);
  color: var(--Table-onChecked-color);
}

.amis-scope .antd-Table-table > tbody > tr.is-checked td {
  background-color: var(--Table-onChecked-bg);
}

.amis-scope .antd-Table-table > tbody > tr.is-checked + tr {
  border-color: var(--Table-onChecked-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr.is-moved,
.amis-scope .antd-Table-table > tbody > tr.is-modified {
  background: var(--Table-onModified-bg);
  border-color: var(--Table-onModified-borderColor);
  color: var(--Table-onModified-color);
}

.amis-scope .antd-Table-table > tbody > tr.is-moved + tr,
.amis-scope .antd-Table-table > tbody > tr.is-modified + tr {
  border-color: var(--Table-onModified-borderColor);
}

.amis-scope .antd-Table-table > tbody > tr.is-moved td,
.amis-scope .antd-Table-table > tbody > tr.is-modified td {
  background-color: #f7ef9c !important;
}

.amis-scope .antd-Table-table > tbody > tr.is-summary {
  background: var(--Table-thead-bg);
  color: var(--Table-thead-color);
  font-weight: var(--fontWeightNormal);
}

.amis-scope .antd-Table-table > tbody > tr.bg-light {
  background-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .antd-Table-table > tbody > tr.bg-light.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-light .lt {
  background: #dedede;
}

.amis-scope .antd-Table-table > tbody > tr.bg-light.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-light .lter {
  background: #e1e1e1;
}

.amis-scope .antd-Table-table > tbody > tr.bg-light.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-light .dk {
  background: #d2d0d0;
}

.amis-scope .antd-Table-table > tbody > tr.bg-light.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-light .dker {
  background: #cfcaca;
}

.amis-scope .antd-Table-table > tbody > tr.bg-light.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-light .bg {
  background-color: #d9d9d9;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .lt {
  background: #41474c;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .lter {
  background: #4f5458;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .dk {
  background: #272d33;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .dker {
  background: #1c2125;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .bg {
  background-color: #343a40;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark a,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .antd-Button--link {
  color: #b9baba;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-dark .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-dark .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black {
  background-color: #000;
  color: #666666;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-black .lt {
  background: #0d0d0d;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-black .lter {
  background: #1a1a1a;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-black .dk {
  background: black;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-black .dker {
  background: black;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-black .bg {
  background-color: #000;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black a,
.amis-scope .antd-Table-table > tbody > tr.bg-black .antd-Button--link {
  color: gray;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-black .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-black .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-black .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-black .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary {
  background-color: #1890ff;
  color: #e5f2fe;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .lt {
  background: #349cfc;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .lter {
  background: #50a8fb;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .dk {
  background: #0084fe;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .dker {
  background: #0076e4;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .bg {
  background-color: #1890ff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary a,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .antd-Button--link {
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-primary .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-primary .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success {
  background-color: #52c41a;
  color: #cbf1b9;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-success .lt {
  background: #5cd720;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-success .lter {
  background: #6cdd34;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-success .dk {
  background: #48b015;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-success .dker {
  background: #3e9b10;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-success .bg {
  background-color: #52c41a;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success a,
.amis-scope .antd-Table-table > tbody > tr.bg-success .antd-Button--link {
  color: #ebf9e4;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-success .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-success .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-success .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-success .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info {
  background-color: #1890ff;
  color: #e5f2fe;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-info .lt {
  background: #349cfc;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-info .lter {
  background: #50a8fb;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-info .dk {
  background: #0084fe;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-info .dker {
  background: #0076e4;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-info .bg {
  background-color: #1890ff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info a,
.amis-scope .antd-Table-table > tbody > tr.bg-info .antd-Button--link {
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-info .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-info .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-info .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-info .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning {
  background-color: #f7d08e;
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .lt {
  background: #f7daa7;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .lter {
  background: #f9e3bf;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .dk {
  background: #f7c774;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .dker {
  background: #f8bd5a;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .bg {
  background-color: #f7d08e;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning a,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .antd-Button--link {
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-warning .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger {
  background-color: #ff4d4f;
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger.lt,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .lt {
  background: #fd686a;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger.lter,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .lter {
  background: #fc8385;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger.dk,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .dk {
  background: #ff3436;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger.dker,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .dker {
  background: #ff1a1d;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger.bg,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .bg {
  background-color: #ff4d4f;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger a,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .antd-Button--link {
  color: white;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger .open > a,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .open > a:hover,
.amis-scope .antd-Table-table > tbody > tr.bg-danger .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.bg-danger .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .antd-Table-table > tbody > tr.is-dragging {
  opacity: var(--Table-onDragging-opacity);
}

.amis-scope .antd-Table-table > tbody > tr.is-current {
  background: #eee;
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table > tbody > tr.is-current td {
  background: #eee;
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table > tbody > tr.is-Highlight {
  background: #ddd;
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table > tbody > tr.is-Highlight td {
  background: #ddd;
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th.is-expanded .antd-Table-expandCell:before {
  right: -0.6875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandBtn {
  position: relative;
  right: -1.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 1.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: -0.5rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: -0.5rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th.is-expandable .antd-Table-expandCell + td {
  padding-left: 1.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--2th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th.is-expanded .antd-Table-expandCell:before {
  right: -1.8125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandBtn {
  position: relative;
  right: -2.25rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 2.25rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 0.625rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 0.625rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th.is-expandable .antd-Table-expandCell + td {
  padding-left: 2.25rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--3th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th.is-expanded .antd-Table-expandCell:before {
  right: -2.9375rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandBtn {
  position: relative;
  right: -3.375rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 3.375rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 1.75rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 1.75rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th.is-expandable .antd-Table-expandCell + td {
  padding-left: 3.375rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--4th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th.is-expanded .antd-Table-expandCell:before {
  right: -4.0625rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandBtn {
  position: relative;
  right: -4.5rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 4.5rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 2.875rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 2.875rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th.is-expandable .antd-Table-expandCell + td {
  padding-left: 4.5rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--5th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th.is-expanded .antd-Table-expandCell:before {
  right: -5.1875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandBtn {
  position: relative;
  right: -5.625rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 5.625rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 4rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 4rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th.is-expandable .antd-Table-expandCell + td {
  padding-left: 5.625rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--6th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th.is-expanded .antd-Table-expandCell:before {
  right: -6.3125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandBtn {
  position: relative;
  right: -6.75rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 6.75rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 5.125rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 5.125rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th.is-expandable .antd-Table-expandCell + td {
  padding-left: 6.75rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--7th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th.is-expanded .antd-Table-expandCell:before {
  right: -7.4375rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandBtn {
  position: relative;
  right: -7.875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 7.875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 6.25rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 6.25rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th.is-expandable .antd-Table-expandCell + td {
  padding-left: 7.875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--8th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th.is-expanded .antd-Table-expandCell:before {
  right: -8.5625rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandBtn {
  position: relative;
  right: -9rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 9rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 7.375rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 7.375rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th.is-expandable .antd-Table-expandCell + td {
  padding-left: 9rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--9th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th.is-expanded .antd-Table-expandCell:before {
  right: -9.6875rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandBtn {
  position: relative;
  right: -10.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td {
  position: relative;
  padding-left: 10.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  left: 8.5rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th .antd-Table-expandCell + td::after {
  content: "";
  position: absolute;
  height: 0.0625rem;
  top: 50%;
  left: 8.5rem;
  width: 0.625rem;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th.is-expandable .antd-Table-expandCell + td {
  padding-left: 10.125rem;
}

.amis-scope .antd-Table-table tr.antd-Table-tr--10th.is-last:not(.is-expanded) .antd-Table-expandCell + td::before {
  height: 50%;
  bottom: auto;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-Table-checkCell,
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: var(--TableCell-paddingX);
  white-space: nowrap;
  left: 0;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-Table-checkCell .antd-Checkbox,
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-checkCell .antd-Checkbox {
  margin: 0;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-Table-expandCell,
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell,
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell {
  border-right: 0;
  width: 0.0625rem;
  padding-right: 0;
  cursor: move;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-Table-dragCell > svg,
.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-dragCell > svg {
  vertical-align: middle;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell {
  position: relative;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-1 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: 0.4375rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-2 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -0.6875rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-3 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -1.8125rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-4 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -2.9375rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-5 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -4.0625rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-6 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -5.1875rem;
}

.amis-scope .antd-Table-table > tbody > tr > td.antd-Table-expandCell .antd-Table-divider-7 {
  position: absolute;
  width: 0.0625rem;
  top: 0;
  bottom: 0;
  height: 100%;
  background: var(--Table-tree-borderColor);
  right: -6.3125rem;
}

.amis-scope .antd-Table-table > tbody > tr.is-expanded > td.antd-Table-expandCell::before {
  content: "";
  position: absolute;
  width: 0.0625rem;
  top: 50%;
  bottom: 0;
  right: 0.4375rem;
  height: auto;
  background: var(--Table-tree-borderColor);
}

.amis-scope .antd-Table-table > thead > tr > th.antd-TableCell--sortable {
  padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-sortBtn-width));
  position: relative;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-TableCell--searchable {
  padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-searchBtn-width));
  position: relative;
}

.amis-scope .antd-Table-table > thead > tr > th.antd-TableCell--filterable {
  padding-right: calc(var(--TableCell-paddingX) + var(--TableCell-filterBtn-width));
  position: relative;
}

.amis-scope .antd-TableCell-sortBtn {
  cursor: pointer;
  width: var(--TableCell-sortBtn-width);
  height: var(--gap-md);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: calc(var(--TableCell-paddingX) - var(--TableCell-sortBtn-width) / 2);
  top: 50%;
  transform: translateY(-50%);
  color: var(--icon-color);
}

.amis-scope .antd-TableCell-sortBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-TableCell-sortBtn--up > svg,
.amis-scope .antd-TableCell-sortBtn--down > svg,
.amis-scope .antd-TableCell-sortBtn--default > svg {
  color: inherit;
  width: 12px;
  height: 12px;
}

.amis-scope .antd-TableCell-sortBtn--up,
.amis-scope .antd-TableCell-sortBtn--down,
.amis-scope .antd-TableCell-sortBtn--default {
  display: none;
  position: absolute;
  z-index: 2;
  font-style: normal;
}

.amis-scope .antd-TableCell-sortBtn--up.is-active,
.amis-scope .antd-TableCell-sortBtn--down.is-active,
.amis-scope .antd-TableCell-sortBtn--default.is-active {
  display: inline-block;
}

.amis-scope .antd-TableCell-sortBtn--default.is-active {
  color: var(--text--muted-color);
}

.amis-scope .antd-TableCell-sortBtn--default.is-active:hover {
  color: var(--text-color);
}

.amis-scope .antd-TableCell-sortBtn--up.is-active,
.amis-scope .antd-TableCell-sortBtn--down.is-active {
  color: var(--TableCell-sortBtn--onActive-color);
}

.amis-scope .antd-TableCell-searchBtn {
  cursor: pointer;
  position: absolute;
  right: var(--gap-xs);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text--muted-color);
}

.amis-scope .antd-TableCell-searchBtn svg.icon {
  width: 12px;
  height: 12px;
}

.amis-scope .antd-TableCell-searchBtn:hover {
  color: var(--text-color);
}

.amis-scope .antd-TableCell-searchBtn.is-active {
  color: var(--TableCell-searchBtn--onActive-color);
}

.amis-scope .antd-TableCell-searchPopOver {
  border: none;
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .antd-TableCell-searchPopOver .antd-Panel {
  margin: 0;
}

.amis-scope .antd-TableCell-batchEditPopOver {
  border: none;
  min-width: 10rem;
  max-width: 20rem;
}

.amis-scope .antd-TableCell-batchEditPopOver .antd-Panel {
  margin: 0;
}

.amis-scope .antd-TableCell-filterBtn {
  cursor: pointer;
  width: var(--TableCell-filterBtn-width);
  position: absolute;
  right: calc(var(--TableCell-paddingX) - var(--TableCell-filterBtn-width) / 2);
  top: 50%;
  transform: translateY(-50%);
  color: var(--text--muted-color);
}

.amis-scope .antd-TableCell-filterBtn svg.icon {
  width: 12px;
  height: 12px;
}

.amis-scope .antd-TableCell-filterBtn:hover {
  color: var(--text-color);
}

.amis-scope .antd-TableCell-filterBtn.is-active {
  color: var(--TableCell-filterBtn--onActive-color);
}

.amis-scope .antd-TableCell-filterBtn .antd-Remark {
  display: inline;
}

.amis-scope .antd-TableCell-filterPopOver {
  border: none;
  width: 10rem;
}

.amis-scope .antd-TableCell-filterPopOver .antd-DropDown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

.amis-scope .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider {
  height: var(--TableCell-filterPopOver-dropDownItem-height);
  line-height: var(--TableCell-filterPopOver-dropDownItem-height);
  padding: var(--TableCell-filterPopOver-dropDownItem-padding);
  background: var(--white);
  margin: 0;
}

.amis-scope .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider:hover {
  background: var(--light);
  color: var(--primary);
}

.amis-scope .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider.is-selected {
  background: var(--light);
  color: var(--primary);
}

.amis-scope .antd-TableCell-filterPopOver .antd-DropDown-menu .antd-DropDown-divider .antd-Checkbox {
  width: 100%;
  margin: 0;
}

.amis-scope .antd-Table-itemActions-wrap {
  position: absolute;
  width: 100%;
  z-index: calc(var(--Table-fixed-zIndex) + 1);
  left: 0;
  top: 0;
  min-height: 30px;
  pointer-events: none;
  box-shadow: var(--Table-onHover-boxShadow);
}

.amis-scope .antd-Table-itemActions {
  pointer-events: all;
  position: absolute;
  background: linear-gradient(90deg, rgba(var(--Table-onHover-bg-rgb), 0) 0%, rgba(var(--Table-onHover-bg-rgb), 1) 20%, rgba(var(--Table-onHover-bg-rgb), 1) 100%);
  top: var(--Table-borderWidth);
  bottom: 0;
  right: 0;
  padding-left: 5rem;
  padding-right: var(--TableCell-paddingX);
  display: flex;
  align-items: center;
}

.amis-scope .antd-Table-itemActions a {
  cursor: pointer;
  padding: var(--gap-xs) var(--gap-sm);
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}

.amis-scope .antd-Table-itemActions a:hover {
  color: var(--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
}

.amis-scope .antd-Table-itemActions a.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
  color: var(--text--muted-color);
}

.amis-scope .antd-Table-dragTip {
  color: var(--text--loud-color);
  clear: both;
  margin-top: var(--gap-xs);
  width: 100%;
  color: var(--info);
}

.amis-scope .antd-Table-footTable {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 0;
  background: transparent;
}

.amis-scope .antd-Table-footTable > tbody > tr > th {
  width: 7.5rem;
  text-align: right;
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
}

.amis-scope .antd-Table-footTable > tbody > tr > td {
  word-break: break-all;
  padding: var(--TableCell-paddingY) var(--TableCell-paddingX);
}

.amis-scope .antd-Table-footTable > tbody > tr:not(:first-child) {
  border-top: var(--Table-borderWidth) solid var(--Table-tbody-borderTopColor);
}

.amis-scope .antd-Table-expandBtn {
  position: relative;
  z-index: 1;
  color: var(--Table-expandBtn-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  line-height: 1;
  height: 16px;
}

.amis-scope .antd-Table-expandBtn > svg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
  position: relative;
  transform-origin: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .antd-Table-expandBtn.is-active > svg {
  transform: rotate(90deg);
}

.amis-scope .antd-Table-expandBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-Table-dragBtn {
  margin-right: var(--gap-xs);
  display: inline-block;
  visibility: hidden;
  cursor: move;
  color: var(--icon-color);
}

.amis-scope .antd-Table-dragBtn:hover {
  text-decoration: none;
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Table-dragBtn > svg {
  vertical-align: -2px;
}

.amis-scope .antd-Table-table > tbody > tr:hover .antd-Table-dragBtn,
.amis-scope .antd-Table-table > tbody > tr.is-dragging .antd-Table-dragBtn,
.amis-scope .antd-Table-table > tbody > tr.is-drop-allowed .antd-Table-dragBtn {
  visibility: visible;
}

.amis-scope .antd-Table .fake-hide {
  visibility: hidden;
  position: absolute;
}

.amis-scope .antd-Table-badge {
  position: absolute;
  top: 0;
  left: 0;
}

.amis-scope .antd-Table--autoFillHeight {
  margin-bottom: 0;
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .amis-scope .antd-Table--autoFillHeight {
    padding-top: 0.3125rem;
  }
}

.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table {
  border-top: none;
}

.amis-scope .antd-Table--autoFillHeight > .antd-Table-contentWrap > .antd-Table-content table thead {
  z-index: 2;
}

.amis-scope .antd-Table--autoFillHeight > .antd-Table-fixedTop {
  display: none;
}

.amis-scope .antd-Table--autoFillHeight > .antd-Table-footToolbar {
  margin-bottom: 0;
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover {
  overflow: auto;
  white-space: normal;
  width: 400px;
  height: 300px;
  display: inline-block;
  word-break: break-all;
  margin-right: -5px;
}

@media (max-width: 767px) {
  .amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField,
  .amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover {
    width: 320px;
  }
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField::-webkit-scrollbar,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField::-webkit-scrollbar-track,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #fff;
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField::-webkit-scrollbar-thumb,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 10px;
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField::-webkit-scrollbar-thumb:hover,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover::-webkit-scrollbar-thumb:hover {
  background-color: rgba(110, 110, 111, 0.3);
}

.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-PlainField p,
.amis-scope .antd-Table--autoFillHeight .antd-TplPop .antd-TplPopover p {
  min-width: 300px;
  white-space: normal;
}

.amis-scope .antd-InputTable-toolbar {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.amis-scope .antd-InputTable-toolbar .add-row {
  border: 1px dashed #ccc;
  height: 38px;
  line-height: 38px;
  text-align: center;
  width: 100%;
}

.amis-scope .antd-InputTable-toolbar .add-row i {
  margin: auto;
  padding: 6px 0;
}

.amis-scope .antd-InputTable-pager {
  margin-left: auto;
}

.amis-scope .antd-OperationField > .antd-Button,
.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button {
  margin: 0.1875rem;
}

.amis-scope .antd-OperationField > .antd-Button--disabled-wrap > .antd-Button--link {
  padding: 0;
}

.amis-scope .antd-OperationField > .antd-Button--link {
  padding: 0;
  margin-right: 0.625rem;
}

.amis-scope .antd-Table .fixed-left-last::after,
.amis-scope .antd-Table .fixed-right-first::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -1px;
  width: 30px;
  transition: box-shadow 0.1s;
  pointer-events: none;
  background-color: unset;
}

.amis-scope .antd-Table .fixed-left-last::after {
  right: 0;
  transform: translate(100%);
}

.amis-scope .antd-Table .fixed-right-first::before {
  left: 0;
  transform: translate(-100%);
}

.amis-scope .antd-Table.fix-left .fixed-left-last::after {
  width: 30px;
  background-color: unset;
  box-shadow: inset 10px 0 8px -8px #00000026;
}

.amis-scope .antd-Table.fix-left .fixed:not(.bg-warning),
.amis-scope .antd-Table.fix-right .fixed:not(.bg-warning) {
  background-color: #fff;
}

.amis-scope .antd-Table.fix-left .antd-Table-checkCell:not(.bg-warning),
.amis-scope .antd-Table.fix-right .antd-Table-checkCell:not(.bg-warning) {
  background-color: #fff;
}

.amis-scope .antd-Table.fix-left tr.is-hovered .fixed,
.amis-scope .antd-Table.fix-left tr.is-hovered .antd-Table-checkCell,
.amis-scope .antd-Table.fix-right tr.is-hovered .fixed,
.amis-scope .antd-Table.fix-right tr.is-hovered .antd-Table-checkCell {
  background: var(--Table-onHover-bg);
  border-color: var(--Table-onHover-borderColor);
  color: var(--Table-onHover-color);
}

.amis-scope .antd-Table.fix-right .fixed-right-first::before {
  box-shadow: inset -10px 0 8px -8px #00000026;
}

.amis-scope .antd-Table td.bg-warning {
  background-color: #f7d08e;
  color: white;
}

.amis-scope .antd-Table td.bg-warning.lt,
.amis-scope .antd-Table td.bg-warning .lt {
  background: #f7daa7;
}

.amis-scope .antd-Table td.bg-warning.lter,
.amis-scope .antd-Table td.bg-warning .lter {
  background: #f9e3bf;
}

.amis-scope .antd-Table td.bg-warning.dk,
.amis-scope .antd-Table td.bg-warning .dk {
  background: #f7c774;
}

.amis-scope .antd-Table td.bg-warning.dker,
.amis-scope .antd-Table td.bg-warning .dker {
  background: #f8bd5a;
}

.amis-scope .antd-Table td.bg-warning.bg,
.amis-scope .antd-Table td.bg-warning .bg {
  background-color: #f7d08e;
}

.amis-scope .antd-Table td.bg-warning a,
.amis-scope .antd-Table td.bg-warning .antd-Button--link {
  color: white;
}

.amis-scope .antd-Table td.bg-warning a:hover,
.amis-scope .antd-Table td.bg-warning .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .antd-Table td.bg-warning .open > a,
.amis-scope .antd-Table td.bg-warning .open > a:hover,
.amis-scope .antd-Table td.bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .antd-Table td.bg-warning .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .antd-Table td.bg-warning .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope td {
  background-color: #fff;
}

.amis-scope tr.bg-warning td {
  background-color: #f7d08e;
  color: white;
}

.amis-scope tr.bg-warning td.lt,
.amis-scope tr.bg-warning td .lt {
  background: #f7daa7;
}

.amis-scope tr.bg-warning td.lter,
.amis-scope tr.bg-warning td .lter {
  background: #f9e3bf;
}

.amis-scope tr.bg-warning td.dk,
.amis-scope tr.bg-warning td .dk {
  background: #f7c774;
}

.amis-scope tr.bg-warning td.dker,
.amis-scope tr.bg-warning td .dker {
  background: #f8bd5a;
}

.amis-scope tr.bg-warning td.bg,
.amis-scope tr.bg-warning td .bg {
  background-color: #f7d08e;
}

.amis-scope tr.bg-warning td a,
.amis-scope tr.bg-warning td .antd-Button--link {
  color: white;
}

.amis-scope tr.bg-warning td a:hover,
.amis-scope tr.bg-warning td .antd-Button--link:hover {
  color: #fff;
}

.amis-scope tr.bg-warning td .open > a,
.amis-scope tr.bg-warning td .open > a:hover,
.amis-scope tr.bg-warning td .open > a:focus {
  color: #fff;
}

.amis-scope tr.bg-warning td .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope tr.bg-warning td .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

@media screen and (min-width: 769px) {
  .amis-scope .antd-Hierarchy .antd-Table-table > thead > tr > th {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: var(--Table-thead-bg) !important;
    font-size: 14px;
  }

  .amis-scope .antd-Hierarchy .antd-Table-table > tbody > tr > td {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    font-size: 13px;
    align-content: center;
    display: flex;
  }
}

.amis-scope .antd-Table.antd-Table-ation .antd-Table-contentWrap .antd-Table-content .antd-Table-table thead tr th {
  background: #fff;
}

.amis-scope .antd-Table.antd-Table-ation .antd-Table-contentWrap .antd-Table-content .antd-Table-table thead tr th .antd-TableCell--title {
  line-height: 46px;
  font-size: 15px;
}

.amis-scope .antd-Table.antd-Table-ation .antd-Table-contentWrap .antd-Table-content .antd-Table-table .ant-dropdown-trigger .antd-Table-tr--hasItemAction {
  border-top: none;
}

.amis-scope .antd-Table.antd-Table-ation .antd-Table-contentWrap .antd-Table-content .antd-Table-table .ant-dropdown-trigger .antd-Table-tr--hasItemAction td {
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 48px;
  cursor: pointer;
}

/* Aug移动端样式 */

@media (max-width: 767px) {
  .amis-scope .antd-Table {
    display: flex;
    flex-direction: column;
  }

  .amis-scope .antd-Table .antd-Table-statistic {
    max-height: 270px;
    overflow: auto;
  }

  .amis-scope .antd-Table .antd-Table-contentWrap {
    flex: 1;
  }

  .amis-scope .antd-Table .antd-Table-contentWrap .antd-Table-content {
    height: 100%;
  }

  .amis-scope .antd-Table-fixedTop.in {
    display: none;
  }

  .amis-scope .antd-Table-table {
    font-size: 14px;
    color: #000;
  }

  .amis-scope .antd-Table-table > th,
  .amis-scope .antd-Table-table > td {
    padding: 5px 12px;
  }

  .amis-scope .antd-Table-table td .antd-Tpltab {
    display: flex;
  }

  .amis-scope .antd-Table-footTable > tbody > tr.is-checked {
    background: none;
  }

  .amis-scope .antd-Table-footTable > tbody > tr:not(:first-child) {
    border: none;
  }

  .amis-scope .antd-Table-footTable > tbody > tr > th,
  .amis-scope .antd-Table-footTable > tbody > tr > td {
    padding: 5px 12px;
    vertical-align: top;
  }

  .amis-scope .antd-Table-footTable > tbody > tr > th {
    color: #000;
    text-align: left;
  }

  .amis-scope .antd-Table-footTable > tbody > tr .antd-Table-checkCell {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    padding-left: 0;
    z-index: 1;
  }

  .amis-scope .antd-Table th {
    font-weight: normal;
  }

  .amis-scope .antd-Table-table.has-checkbox .antd-Table-footTable > tbody > tr > th {
    padding-left: 24px;
    width: 9rem;
  }

  .amis-scope .antd-Table-table.has-checkbox .antd-Table-checkCell .antd-Checkbox {
    margin: 0;
  }

  .amis-scope .antd-Table-toolbar {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    height: 48px;
  }

  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content {
    overflow-x: auto;
  }

  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content .antd-Table-table > thead > tr > th {
    padding: 8px 12px;
    background-color: #f8f8f8;
    font-weight: 500;
  }

  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content .antd-Table-table > tbody > tr > td {
    padding: 5px 12px;
  }

  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content .antd-Table-table > tbody > tr > td > span.antd-PlainField,
  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content .antd-Table-table > tbody > tr > td > span.antd-TplFiled {
    display: block;
    min-height: 27px;
    line-height: 27px;
  }

  .amis-scope .antd-Table.antd-Table-horizontal .antd-Table-content .antd-Table-table > tbody > tr > td span.antd-TplField {
    display: unset;
  }
}

.amis-scope .antd-ColumnToggler {
  position: relative;
  display: inline-block;
}

.amis-scope .antd-ColumnToggler-caret {
  margin-left: var(--DropDown-caret-marginLeft);
  display: inline-block;
  vertical-align: top;
  transition: transform var(--animation-duration) ease;
}

.amis-scope .antd-ColumnToggler-caret > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0.125em;
}

.amis-scope .antd-ColumnToggler.is-opened .antd-ColumnToggler-caret {
  transform: rotate(180deg);
}

.amis-scope .antd-ColumnToggler.is-actived > .antd-Button {
  color: var(--link-color);
}

.amis-scope .antd-ColumnToggler--block {
  display: block;
}

.amis-scope .antd-ColumnToggler--block .antd-Button {
  display: block;
}

.amis-scope .antd-ColumnToggler-menu {
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  margin: 0.0625rem 0 0;
  background: var(--DropDown-menu-bg);
  list-style: none;
  padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
  border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
  border-radius: var(--DropDown-menu-borderRadius);
  box-shadow: var(--DropDown-menu-boxShadow);
  min-width: var(--DropDown-menu-minWidth);
  text-align: left;
}

.amis-scope .antd-ColumnToggler--alignRight .antd-ColumnToggler-menu {
  left: auto;
  right: 0;
}

.amis-scope .antd-ColumnToggler-menuItem,
.amis-scope .antd-ColumnToggler-menu > li {
  padding: var(--DropDown-menuItem-paddingY) var(--DropDown-menuItem-paddingX);
  white-space: nowrap;
  box-sizing: border-box;
  height: var(--DropDown-menu-height);
  vertical-align: middle;
  user-select: none;
  color: var(--link-color);
  text-decoration: var(--link-decoration);
}

.amis-scope .antd-ColumnToggler-menuItem:hover,
.amis-scope .antd-ColumnToggler-menu > li:hover {
  background: var(--DropDown-menuItem-onHover-bg);
  color: var(--DropDown-menuItem-onHover-color);
}

.amis-scope .antd-ColumnToggler-menuItem.is-active,
.amis-scope .antd-ColumnToggler-menu > li.is-active {
  color: var(--DropDown-menuItem-onActive-color);
}

.amis-scope .antd-ColumnToggler-menuItem:not(.is-disabled),
.amis-scope .antd-ColumnToggler-menuItem:not(.disabled),
.amis-scope .antd-ColumnToggler-menu > li:not(.is-disabled),
.amis-scope .antd-ColumnToggler-menu > li:not(.disabled) {
  cursor: pointer;
}

.amis-scope .antd-ColumnToggler-menuItem.is-disabled,
.amis-scope .antd-ColumnToggler-menu > li.is-disabled {
  cursor: not-allowed;
  color: var(--DropDown-menuItem-onDisabled-color);
  filter: grayscale(80%);
}

.amis-scope .antd-ColumnToggler-menuItem.antd-DropDown-divider,
.amis-scope .antd-ColumnToggler-menu > li.antd-DropDown-divider {
  height: 0.0625rem;
  margin: 0.5625rem 0;
  overflow: hidden;
  background: var(--DropDown-menu-borderColor);
  padding: 0;
}

.amis-scope .antd-ColumnToggler-menu > li a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.amis-scope .antd-ColumnToggler-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .antd-ColumnToggler > .antd-Button {
  min-width: unset;
}

.amis-scope .antd-ColumnToggler-modal {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: center;
  width: 700px;
  padding: var(--ColumnToggler-lineHeight);
  margin-top: 150px;
  border-radius: var(--ColumnToggler-borderRadius);
  background: var(--ColumnToggler-backgroundColor);
  box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
}

.amis-scope .antd-ColumnToggler-modal-header {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.amis-scope .antd-ColumnToggler-modal-header .ant-select:not(.ant-select-customize-input) .ant-select-selector {
  border-radius: 6px;
}

.amis-scope .antd-ColumnToggler-modal-body {
  display: flex;
  flex-wrap: nowrap;
  max-height: 400px;
  overflow-y: hidden;
  border-top: 1px solid #e6e8eb;
  border-bottom: 1px solid #e6e8eb;
  width: 100%;
}

.amis-scope .antd-ColumnToggler-modal-body-left {
  flex: 0 0 450px;
  overflow-y: hidden;
}

.amis-scope .antd-ColumnToggler-modal-body-right {
  flex: 1;
  overflow-y: hidden;
  border-left: 1px solid #e6e8eb;
}

.amis-scope .antd-ColumnToggler-modal-body-right .antd-ColumnToggler-menuItem {
  width: 100% !important;
}

.amis-scope .antd-ColumnToggler-modal-body-left ::-webkit-scrollbar,
.amis-scope .antd-ColumnToggler-modal-body-right ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.amis-scope .antd-ColumnToggler-modal-body-left ::-webkit-scrollbar-corner,
.amis-scope .antd-ColumnToggler-modal-body-right ::-webkit-scrollbar-corner {
  background-color: #fff;
}

.amis-scope .antd-ColumnToggler-modal-body-left ::-webkit-scrollbar-thumb,
.amis-scope .antd-ColumnToggler-modal-body-right ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  border: 1px solid #f1f1f1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.amis-scope .antd-ColumnToggler-modal-body-left ::-webkit-scrollbar-track,
.amis-scope .antd-ColumnToggler-modal-body-right ::-webkit-scrollbar-track {
  background: #f8f8f8;
}

.amis-scope .antd-ColumnToggler-modal-content:after {
  clear: both;
}

.amis-scope .antd-ColumnToggler-modal-content {
  padding: 0;
  width: 100%;
  list-style: none;
  margin: 0 0 0.5rem;
  overflow-y: auto;
  max-height: calc(100% - 24px);
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
  color: var(--ColumnToggler-title-fontColor);
  border-radius: 0.125rem;
  font-size: var(--fontSizeSm);
  padding: 0.25rem 0.5rem;
  height: var(--ColumnToggler-lineHeight);
  width: 100px;
  float: left;
  margin: 0.25rem;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem {
    height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.15rem 0.5rem;
  }
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover {
  background: var(--ColumnToggler-item-backgroundColor-onHover);
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem--dragging {
  border: 1px solid var(--link-color);
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem .operation-icons {
  opacity: 0;
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem:hover .operation-icons {
  opacity: 1;
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem label > i {
  height: var(--fontSizeLg);
  width: var(--fontSizeLg);
  vertical-align: top;
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar {
  margin-left: 0;
  margin-right: var(--gap-xs);
  cursor: move;
  color: #d8d8d8;
}

.amis-scope .antd-ColumnToggler-modal-content .antd-ColumnToggler-menuItem-dragBar + span:hover {
  cursor: move;
}

.amis-scope .antd-ColumnToggler-modal-footer {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
}

.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect {
  color: var(--ColumnToggler-fontColor);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-ColumnToggler-modal-footer .antd-ColumnToggler-modeSelect.is-actived {
  color: var(--link-color);
}

.amis-scope .antd-ColumnToggler-modal-footer > div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .antd-ColumnToggler-modal-footer > div:first-child {
  justify-content: flex-start;
}

.amis-scope .antd-ColumnToggler-modal-footer > div:first-child a {
  display: inline-block;
}

.amis-scope .antd-ColumnToggler-modal-footer > div:last-child {
  justify-content: flex-end;
}

.amis-scope .antd-ColumnToggler-menuItem .antd-Checkbox .antd-TplField {
  vertical-align: text-top;
}

.amis-scope .antd-ColumnToggler-menuItem .antd-Checkbox .antd-TplField > span {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ColumnToggler-menuItem .antd-Checkbox .antd-TplField > span {
    top: -2px;
  }
}

.amis-scope .antd-ColumnToggler-tooltip {
  border: none;
}

.amis-scope .antd-ColumnToggler-tooltip .antd-Tooltip-arrow::before {
  border-top-color: transparent;
}

.amis-scope .temp-selector-drop .ant-select-item-option .ant-select-item-option-content {
  display: flex;
  justify-content: space-between;
}

.amis-scope .temp-selector-drop .ant-select-item-option .temp-tools {
  opacity: 0;
}

.amis-scope .temp-selector-drop .ant-select-item-option .temp-tools .anticon {
  width: 30px;
}

.amis-scope .temp-selector-drop .ant-select-item-option:hover .temp-tools {
  opacity: 1;
}

.amis-scope .antd-List {
  position: relative;
}

.amis-scope .antd-List-items {
  border-radius: var(--List-borderRadius);
  border-top: var(--List-borderWidth) solid var(--List-borderColor);
  border-bottom: var(--List-borderWidth) solid var(--List-borderColor);
  background: var(--List-bg);
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content {
  padding-right: 16px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box {
  display: flex;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-image {
  width: 80px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-image .antd-Container {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-image .antd-Cell-img-wrapper img {
  width: 80px !important;
  height: unset;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-image .antd-Cell-img-wrapper + .antd-Cell-img-wrapper {
  display: none;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-icon {
  width: 32px;
  height: 32px;
  margin-left: 16px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-icon .fa {
  font-size: 20px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body {
  margin-left: 16px;
  flex: 1;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .listItem-desc {
  color: #ABABAB;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content {
  display: flex;
  justify-content: flex-start;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .antd-ListItem-title,
.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .antd-ListItem-subtitle {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: unset;
  max-width: 105px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .antd-ListItem-subtitle {
  color: #373737;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .top-item {
  margin-left: 16px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .tags {
  display: flex;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-box .listItem-body .top-content .tags .tag-item {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 130px;
  margin-left: 8px;
  border-radius: 12px;
  background-color: #1890ff;
  font-size: 12px;
  color: #fff;
  width: unset;
  padding-left: 12px;
  padding-right: 12px;
  height: 22px;
  line-height: 22px;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .antd-Hbox {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .antd-Hbox .antd-Hbox-col {
  width: 16.6666%;
  flex-grow: 0;
  flex-basis: unset;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .antd-Hbox .antd-Hbox-col .antd-ListItem-field .antd-ListItem-fieldLabel {
  text-align: right;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 40%;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .antd-Hbox .antd-Hbox-col .antd-ListItem-field .antd-ListItem-fieldValue {
  padding: 0 12px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 60%;
}

.amis-scope .antd-List-items .antd-ListItem-wapper .antd-ListItem-content .listItem-desc {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #B4B6BA;
  height: 42px;
  line-height: 42px;
}

.amis-scope .antd-List-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 var(--List-toolbar-marginX) var(--List-toolbar-marginY);
}

.amis-scope .antd-List-toolbar::before,
.amis-scope .antd-List-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .antd-List-toolbar::after {
  clear: both;
}

.amis-scope .antd-List-actions {
  display: inline-block;
}

.amis-scope .antd-List-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}

.amis-scope .antd-List-header {
  padding: var(--List-toolbar-marginY) var(--List-toolbar-marginX);
}

.amis-scope .antd-List-header > * + .antd-Button,
.amis-scope .antd-List-header > * + .antd-ButtonGroup,
.amis-scope .antd-List-header > * + .antd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}

.amis-scope .antd-List-statistic {
  width: 100%;
  margin-bottom: var(--List-toolbar-marginY);
}

.amis-scope .antd-List-header + .antd-List-toolbar {
  padding-top: 0;
}

.amis-scope .antd-List-heading {
  padding: var(--gap-xs) 0;
}

.amis-scope .antd-List-fixedTop {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--List-fixedTop-boxShadow);
}

.amis-scope .antd-List-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .antd-List-fixedTop .antd-Cards-toolbar {
  margin-bottom: 0;
}

.amis-scope .antd-List-fixedTop:empty {
  display: none;
}

.amis-scope .antd-List--unsaved .antd-List-heading {
  background: var(--List--unsaved-heading-bg);
  color: var(--List--unsaved-heading-color);
  padding: var(--gap-xs) var(--gap-sm);
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-List-dragTip {
  width: 100%;
  color: var(--info);
  clear: both;
  margin-top: var(--gap-xs);
}

.amis-scope .antd-List-placeholder {
  color: var(--text--muted-color);
  text-align: center;
  min-height: var(--List-placeholder-height);
  line-height: var(--List-placeholder-height);
}

.amis-scope .antd-ListGroup {
  max-width: 25rem;
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-ListGroup-item {
  position: relative;
  display: block;
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
  margin-bottom: -0.0625rem;
  background: var(--white);
  border: var(--ListItem-borderWidth) solid var(--List-borderColor);
}

.amis-scope .antd-ListGroup-item:first-child {
  border-top-left-radius: var(--borderRadius);
  border-top-right-radius: var(--borderRadius);
}

.amis-scope .antd-ListGroup-item:last-child {
  border-bottom-left-radius: var(--borderRadius);
  border-bottom-right-radius: var(--borderRadius);
  margin-bottom: 0;
}

.amis-scope .antd-ListGroup-item:hover {
  z-index: 1;
}

.amis-scope .antd-ListGroup-item.is-active {
  z-index: 2;
}

.amis-scope .antd-ListGroup-item.is-disabled {
  color: var(--text--muted-color);
}

.amis-scope .antd-ListGroup--expanded .antd-ListGroup-item {
  border-radius: var(--borderRadius);
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-ListGroup--expanded .antd-ListGroup-item:last-child {
  margin-bottom: 0;
}

.amis-scope .antd-ListItem {
  position: relative;
  display: block;
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
}

.amis-scope .antd-ListItem::before,
.amis-scope .antd-ListItem::after {
  display: table;
  content: "";
}

.amis-scope .antd-ListItem::after {
  clear: both;
}

.amis-scope .antd-ListItem + .antd-ListItem {
  border-top: var(--ListItem-borderWidth) solid var(--ListItem-borderColor);
}

.amis-scope .antd-ListItem:nth-child(even) {
  background: var(--ListItem--strip-bg);
}

.amis-scope .antd-ListItem-checkBtn {
  float: left;
  margin-right: var(--gap-sm);
}

.amis-scope .antd-ListItem-dragBtn {
  cursor: move;
  float: left;
  margin-right: var(--gap-sm);
}

.amis-scope .antd-ListItem-actions {
  float: right;
}

.amis-scope .antd-ListItem--actions-at-left .antd-ListItem-actions {
  float: left;
  margin-right: var(--gap-base);
}

.amis-scope .antd-ListItem-title {
  margin: 0;
  padding: 0;
  font-size: var(--fontSizeBase);
  color: var(--text--loud-color);
  font-weight: var(--fontWeightNormal);
}

.amis-scope .antd-ListItem-content {
  overflow: hidden;
}

.amis-scope .antd-ListItem-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .antd-ListItem-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .antd-ListItem-fieldLabel {
  width: 9.375rem;
  color: var(--text--muted-color);
}

.amis-scope .antd-ListItem.is-modified,
.amis-scope .antd-ListItem.is-moved {
  background: var(--ListItem-onModified-bg);
  border-color: var(--ListItem-onModified-borderColor);
  color: var(--ListItem-onModified-color);
}

.amis-scope .antd-ListItem.is-modified + .antd-ListItem,
.amis-scope .antd-ListItem.is-moved + .antd-ListItem {
  border-color: var(--ListItem-onModified-borderColor);
}

.amis-scope .antd-ListItem.is-modified .antd-ListItem-fieldLabel,
.amis-scope .antd-ListItem.is-moved .antd-ListItem-fieldLabel {
  color: var(--ListItem-onModified-fieldLabel-color);
}

.amis-scope .antd-ListItem.is-dragging {
  opacity: var(--ListItem-onDragging-opacity);
}

.amis-scope .antd-ListItem--hasItemAction {
  cursor: pointer;
}

.amis-scope .antd-ListItem--hasItemAction:hover {
  color: var(--ListMenu-item--onHover-color);
  background: var(--ListMenu-item--onHover-bg);
}

.amis-scope .antd-ListItem-wapper .antd-ListItem.expand + .antd-ListItem-footable {
  display: flex;
}

.amis-scope .antd-ListItem-wapper + .antd-ListItem-wapper {
  border-top: var(--ListItem-borderWidth) solid var(--List-borderColor);
}

.amis-scope .antd-ListItem-wapper .antd-ListItem-footable {
  display: none;
  padding: var(--ListItem-paddingY) var(--ListItem-paddingX);
  padding-top: 0;
  background-color: #f5f5f5;
  color: #333;
  font-size: 12px;
  font-weight: 500;
}

.amis-scope .antd-ListItem-wapper .footItem {
  margin: 5px 8px 0 0;
}

.amis-scope .antd-ListItem-wapper .footItem .label {
  text-align: right;
  color: #818181;
}

.amis-scope .antd-ListItem-wapper .footItem .value {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .antd-Cards-toolbar {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.amis-scope .antd-Cards-toolbar::before,
.amis-scope .antd-Cards-toolbar::after {
  display: table;
  content: "";
}

.amis-scope .antd-Cards-toolbar::after {
  clear: both;
}

.amis-scope .antd-Cards-actions {
  display: inline-block;
}

.amis-scope .antd-Cards-actions > * {
  margin-right: var(--Crud-toolbar-gap);
}

.amis-scope .antd-Cards-heading {
  padding: var(--gap-xs) 0;
}

.amis-scope .antd-Cards-header {
  padding: var(--Cards-toolbar-marginY) var(--Cards-toolbar-marginX);
}

.amis-scope .antd-Cards-header > * + .antd-Button,
.amis-scope .antd-Cards-header > * + .antd-ButtonGroup,
.amis-scope .antd-Cards-header > * + .antd-ButtonToolbar {
  margin-left: var(--Crud-toolbar-gap);
}

.amis-scope .antd-Cards-statistic {
  width: 100%;
  margin-bottom: var(--Cards-toolbar-marginY);
}

.amis-scope .antd-Cards-header + .antd-Cards-toolbar {
  padding-top: 0;
}

.amis-scope .antd-Cards-fixedTop {
  position: absolute;
  background: var(--white);
  z-index: -1;
  opacity: 0;
  box-shadow: var(--Cards-fixedTop-boxShadow);
  padding: var(--gap-sm);
}

.amis-scope .antd-Cards-fixedTop.in {
  position: fixed;
  opacity: 1;
  z-index: 900;
}

.amis-scope .antd-Cards-fixedTop .antd-Cards-toolbar {
  margin-bottom: 0;
}

.amis-scope .antd-Cards-fixedTop:empty {
  display: none;
}

.amis-scope .antd-Cards--unsaved .antd-Cards-heading {
  background: var(--Cards--unsaved-heading-bg);
  color: var(--Cards--unsaved-heading-color);
  padding: var(--gap-xs) var(--gap-sm);
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-Cards-dragTip {
  width: 100%;
  color: var(--info);
  clear: both;
  margin-top: var(--gap-xs);
}

.amis-scope .antd-Cards-placeholder {
  background: var(--white);
  color: var(--text--muted-color);
  text-align: center;
  height: var(--Cards-placeholder-height);
  line-height: var(--Cards-placeholder-height);
  border: var(--Card-borderWidth) solid var(--Card-borderColor);
  border-radius: var(--Card-borderRadius);
}

.amis-scope .antd-Cards-body > div {
  display: flex;
}

.amis-scope .antd-Cards--masonry {
  display: block;
  column-gap: 0;
  column-fill: initial;
}

.amis-scope .antd-Cards--masonry:after {
  content: none;
}

.amis-scope .antd-Cards--masonry > div {
  width: 100%;
  float: none;
  break-inside: avoid;
  max-width: unset;
  display: inline-block;
  flex: unset;
}

@media (min-width: 576px) {
  .amis-scope .antd-Cards--masonrySm1 {
    column-count: 12;
  }

  .amis-scope .antd-Cards--masonrySm2 {
    column-count: 6;
  }

  .amis-scope .antd-Cards--masonrySm3 {
    column-count: 4;
  }

  .amis-scope .antd-Cards--masonrySm4 {
    column-count: 3;
  }

  .amis-scope .antd-Cards--masonrySm6 {
    column-count: 2;
  }

  .amis-scope .antd-Cards--masonrySm12 {
    column-count: 1;
  }

  .amis-scope .antd-Cards-toolbar {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .amis-scope .antd-Cards--masonryMd1 {
    column-count: 12;
  }

  .amis-scope .antd-Cards--masonryMd2 {
    column-count: 6;
  }

  .amis-scope .antd-Cards--masonryMd3 {
    column-count: 4;
  }

  .amis-scope .antd-Cards--masonryMd4 {
    column-count: 3;
  }

  .amis-scope .antd-Cards--masonryMd6 {
    column-count: 2;
  }

  .amis-scope .antd-Cards--masonryMd12 {
    column-count: 1;
  }
}

@media (min-width: 992px) {
  .amis-scope .antd-Cards--masonryLg1 {
    column-count: 12;
  }

  .amis-scope .antd-Cards--masonryLg2 {
    column-count: 6;
  }

  .amis-scope .antd-Cards--masonryLg3 {
    column-count: 4;
  }

  .amis-scope .antd-Cards--masonryLg4 {
    column-count: 3;
  }

  .amis-scope .antd-Cards--masonryLg6 {
    column-count: 2;
  }

  .amis-scope .antd-Cards--masonryLg12 {
    column-count: 1;
  }
}

@media (max-width: 767px) {
  .amis-scope .antd-Cards-toolbar {
    width: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0;
    height: 48px;
  }

  .amis-scope .antd-Cards-body {
    padding: var(--Page-body-padding);
  }

  .amis-scope .antd-Cards-placeholder {
    display: none;
  }

  .amis-scope .antd-Cards-fixedTop.in {
    display: none;
  }
}

.amis-scope .antd-Card {
  background: var(--Card-bg);
  border: var(--Card-borderWidth) solid var(--Card-borderColor);
  border-radius: var(--Card-borderRadius);
  margin-bottom: var(--gap-base);
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.amis-scope .antd-Card--link {
  cursor: pointer;
}

.amis-scope .antd-Card-title {
  color: var(--text-color);
  font-size: var(--fontSizeMd);
  font-weight: var(--fontWeightMd);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .antd-Card-subTitle {
  max-height: calc(var(--fontSizeBase) * var(--lineHeightBase) * 2);
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text--muted-color);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.amis-scope .antd-Card-title + .antd-Card-subTitle {
  margin-top: var(--gap-xs);
}

.amis-scope .antd-Card-dragBtn {
  display: inline-block;
  cursor: pointer;
  padding: 0 var(--gap-sm);
}

.amis-scope .antd-Card-heading {
  display: flex;
  padding: var(--gap-md);
}

.amis-scope .antd-Card-avtar {
  float: left;
  margin-right: var(--gap-base);
  max-width: 12.5rem;
}

.amis-scope .antd-Card-avtar img {
  max-width: 100%;
}

.amis-scope .antd-Card-avtarText {
  flex-shrink: 0;
  background: var(--primary);
  color: var(--white);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  border-radius: 500px;
  float: left;
  margin-right: var(--gap-base);
  font-size: var(--fontSizeXl);
  text-transform: uppercase();
}

.amis-scope .antd-Card-meta {
  display: block;
  flex: 1;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.amis-scope .antd-Card-meta + .antd-Card-toolbar {
  margin-left: var(--gap-md);
}

.amis-scope .antd-Card-toolbar {
  line-height: normal;
  text-align: right;
}

.amis-scope .antd-Card-highlight {
  background: var(--success);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  display: inline-block;
  margin: 0 var(--gap-sm);
}

.amis-scope .antd-Card-body {
  padding: var(--gap-md);
  flex: 1 0 auto;
}

.amis-scope .antd-Card-heading + .antd-Card-body {
  padding-top: 0;
}

.amis-scope .antd-Card-field {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .antd-Card-fieldValue {
  position: relative;
  flex-basis: 0;
  flex-grow: 1;
  width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

.amis-scope .antd-Card-fieldLabel {
  width: 3.75rem;
  color: var(--text--muted-color);
}

.amis-scope .antd-Card-actions {
  border-top: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
  display: flex;
  flex-direction: row;
  width: 100%;
  table-layout: fixed;
  white-space: nowrap;
}

.amis-scope .antd-Card-actions > a {
  background: transparent;
  flex-grow: 1;
  border-color: var(--Card-actions-borderColor);
  border-style: solid;
  border-width: 0 var(--Card-borderWidth) 0 0;
  color: var(--text-color);
  text-align: center;
  line-height: 2.5rem;
  font-size: var(--Card-actions-fontSize);
}

.amis-scope .antd-Card-actions > a:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-Card-actions > a:not(.is-disabled):hover {
  background: var(--Card-actions-onHover-bg);
  color: var(--Card-actions-onHover-color);
  text-decoration: none;
}

.amis-scope .antd-Card-actions > a:last-child {
  border: none;
}

.amis-scope .antd-Card-actions > a.is-disabled {
  color: var(--text--muted-color);
}

.amis-scope .antd-Card-actions > a.is-disabled:hover {
  text-decoration: none;
}

.amis-scope .antd-Card.is-checked {
  background: var(--Card-onChecked-bg);
  border-color: var(--Card-onChecked-borderColor);
  color: var(--Card-onChecked-color);
}

.amis-scope .antd-Card.is-checked .antd-Card-actions,
.amis-scope .antd-Card.is-checked .antd-Card-actions > a {
  border-color: var(--Card-onChecked-borderColor);
  color: var(--Card-onChecked-color);
}

.amis-scope .antd-Card.is-checked .antd-Card-fieldLabel {
  color: var(--Card-onChecked-fieldLabel-color);
}

.amis-scope .antd-Card.is-checked .antd-Card-actions > a:hover {
  background: var(--Card-actions-onChecked-onHover-bg);
  color: var(--Card-actions-onChecked-onHover-color);
}

.amis-scope .antd-Card.is-modified,
.amis-scope .antd-Card.is-moved {
  background: var(--Card-onModified-bg);
  border-color: var(--Card-onModified-borderColor);
  color: var(--Card-onModified-color);
}

.amis-scope .antd-Card.is-modified .antd-Card-actions,
.amis-scope .antd-Card.is-modified .antd-Card-actions > a,
.amis-scope .antd-Card.is-moved .antd-Card-actions,
.amis-scope .antd-Card.is-moved .antd-Card-actions > a {
  border-color: var(--Card-onModified-borderColor);
  color: var(--Card-onModified-color);
}

.amis-scope .antd-Card.is-modified .antd-Card-fieldLabel,
.amis-scope .antd-Card.is-moved .antd-Card-fieldLabel {
  color: var(--Card-onModified-fieldLabel-color);
}

.amis-scope .antd-Card.is-modified .antd-Card-actions > a:hover,
.amis-scope .antd-Card.is-moved .antd-Card-actions > a:hover {
  background: var(--Card-onModified-onHover-bg);
  color: var(--Card-onModified-onHover-color);
}

.amis-scope .is-dragging > .antd-Card {
  opacity: var(--Card-onDragging-opacity);
}

.amis-scope .antd-Card-footer-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .antd-Card-actions-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.amis-scope .antd-Card-checkbox {
  margin: 0 var(--gap-sm) !important;
}

.amis-scope .antd-Card-secondary {
  max-width: 12.5rem;
  color: var(--Card-secondary-color);
  padding: 0 var(--gap-md);
  font-size: var(--fontSizeMd);
  font-weight: var(--fontWeightBase);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .antd-Card-secondary + .antd-Card-actions-wrapper .antd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}

.amis-scope .antd-Card-secondary + .antd-Card-actions-wrapper .antd-Card-actions > a {
  border: none;
}

.amis-scope .antd-Card-multiMedia--top .antd-Card-actions-wrapper .antd-Card-actions,
.amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions-wrapper .antd-Card-actions,
.amis-scope .antd-Card-multiMedia--left .antd-Card-actions-wrapper .antd-Card-actions,
.amis-scope .antd-Card-multiMedia--right .antd-Card-actions-wrapper .antd-Card-actions {
  margin-left: unset;
  border: none;
  width: unset;
}

.amis-scope .antd-Card-multiMedia--top .antd-Card-actions-wrapper .antd-Card-actions > a,
.amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions-wrapper .antd-Card-actions > a,
.amis-scope .antd-Card-multiMedia--left .antd-Card-actions-wrapper .antd-Card-actions > a,
.amis-scope .antd-Card-multiMedia--right .antd-Card-actions-wrapper .antd-Card-actions > a {
  border: none;
}

.amis-scope .antd-Card-multiMedia--top {
  display: block;
}

.amis-scope .antd-Card-multiMedia--top .antd-Card-multiMedia-img {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

.amis-scope .antd-Card-multiMedia--bottom {
  display: flex;
  flex-direction: column-reverse;
}

.amis-scope .antd-Card-multiMedia--bottom .antd-Card-actions {
  border-bottom: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}

.amis-scope .antd-Card-multiMedia--bottom .antd-Card-multiMedia-img {
  border-top-left-radius: unset;
  border-top-right-radius: unset;
}

.amis-scope .antd-Card-multiMedia--top .antd-Card-body,
.amis-scope .antd-Card-multiMedia--bottom .antd-Card-body {
  padding-bottom: var(--gap-md);
}

.amis-scope .antd-Card-multiMedia--left {
  display: flex;
  align-items: center;
}

.amis-scope .antd-Card-multiMedia--left .antd-Card-actions {
  margin-left: var(--gap-md);
  border-left: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}

.amis-scope .antd-Card-multiMedia--left .antd-Card-multiMedia-img,
.amis-scope .antd-Card-multiMedia--left .antd-Card-multiMedia-video {
  margin: var(--gap-md) 0 var(--gap-md) var(--gap-md);
}

.amis-scope .antd-Card-multiMedia--right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.amis-scope .antd-Card-multiMedia--right .antd-Card-actions {
  margin-right: var(--gap-md);
  border-right: var(--Card-borderWidth) solid var(--Card-actions-borderColor);
}

.amis-scope .antd-Card-multiMedia--right .antd-Card-multiMedia-img,
.amis-scope .antd-Card-multiMedia--right .antd-Card-multiMedia-video {
  margin: var(--gap-md) var(--gap-md) var(--gap-md) 0;
}

.amis-scope .antd-Card-multiMedia-flex {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .antd-Card-multiMedia-img {
  display: block;
  width: auto;
  height: auto;
  object-fit: cover;
  border-radius: var(--Card-borderRadius);
}

.amis-scope .antd-Card-multiMedia-video {
  width: 11.25rem;
  height: 7.5rem;
}

.amis-scope .antd-Card-multiMedia-video .antd-Video {
  width: 100%;
  height: 100%;
  min-width: unset;
  border-radius: var(--Card-borderRadius);
  overflow: hidden;
}

.amis-scope .antd-Card-multiMedia-video .antd-Video .antd-Video-player {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Card-multiMedia-video .antd-Video .antd-Video-player .video-react {
  width: 100%;
  height: 100%;
  padding-top: unset !important;
}

@media (max-width: 767px) {
  .amis-scope .antd-Card {
    border-radius: 16px;
    overflow: hidden;
  }
}

.amis-scope .antd-Field-quickEditBtn {
  color: var(--QuickEdit-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  vertical-align: text-top;
  cursor: pointer;
  opacity: 0.6;
}

.amis-scope .antd-Field-quickEditBtn:hover {
  color: var(--QuickEdit-onHover-iconColor);
  opacity: 1;
}

.amis-scope .antd-Field--quickEditable {
  outline: none;
  position: relative;
}

.amis-scope .antd-Field--quickEditable:focus {
  position: relative;
}

.amis-scope .antd-Field--quickEditable:focus:after {
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  z-index: 1;
  border: var(--QuickEdit-onFocus-borderWidth) dashed var(--QuickEdit-onFocus-borderColor);
}

.amis-scope .antd-Field--quickEditable:hover .antd-Field-quickEditBtn {
  visibility: visible;
}

.amis-scope .antd-QuickEdit-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .antd-QuickEdit-popover .antd-Panel {
  margin-bottom: 0;
  border: none;
}

.amis-scope .antd-Field-popOverBtn {
  color: var(--PopOverAble-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  vertical-align: middle;
}

.amis-scope .antd-Field-popOverBtn:hover {
  color: var(--PopOverAble-onHover-iconColor);
  opacity: 1;
}

.amis-scope .antd-Field--popOverAble {
  outline: none;
  position: relative;
}

.amis-scope .antd-PopOverAble-popover {
  min-width: 20rem;
  max-width: 40rem;
}

.amis-scope .antd-PopOverAble-popover .antd-Panel {
  margin-bottom: 0;
  border: none;
}

.amis-scope .antd-PopOverAble--fixed {
  position: fixed;
}

.amis-scope .antd-PopOverAble--fixed > * {
  margin-bottom: 0;
}

.amis-scope .antd-PopOverAble--fixed-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-PopOverAble--fixed-left-top {
  top: 0;
  left: 0;
}

.amis-scope .antd-PopOverAble--fixed-right-top {
  top: 0;
  right: 0;
}

.amis-scope .antd-PopOverAble--fixed-left-bottom {
  bottom: 0;
  left: 0;
}

.amis-scope .antd-PopOverAble--fixed-right-bottom {
  bottom: 0;
  right: 0;
}

.amis-scope .antd-Progress-line {
  display: inline-block;
  width: 100%;
  margin-right: calc(-2em + -8px);
  padding-right: calc(2em + 8px);
}

.amis-scope .antd-Progress-line-inter {
  height: 10px;
  background-color: var(--Progress-bar-backgroundColor);
  overflow: hidden;
  border-radius: var(--Progress-borderRadius);
}

.amis-scope .antd-Progress-line-no-label {
  padding-right: 0;
  margin-right: 0;
}

.amis-scope .antd-Progress-line-text {
  display: inline-block;
  width: 3em;
  margin-left: 8px;
  color: var(--text-color);
  font-size: var(--fontSizeXs);
  white-space: nowrap;
  text-align: left;
  word-break: normal;
}

.amis-scope .antd-Progress-line-text .icon {
  font-size: 15px;
}

.amis-scope .antd-Progress-line-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 10px;
  text-align: center;
  background: var(--primary);
  transition: width var(--animation-duration) ease;
}

.amis-scope .antd-Progress-line-bar--stripe {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 2rem 2rem;
}

.amis-scope .antd-Progress-line-bar--animate {
  position: relative;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}

.amis-scope .antd-Progress-line-bar--animate::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--Progress-animate-backgroundColor);
  border-radius: 10px;
  opacity: 0;
  animation: progress-bar-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: "";
}

.amis-scope .antd-Progress-line-bar--stripe-animate {
  animation: progress-bar-stripes 1s linear infinite;
}

.amis-scope .antd-Progress-circle {
  width: 120px;
  height: 120px;
  position: relative;
}

.amis-scope .antd-Progress-circle-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: var(--text-color);
  font-size: 1em;
  line-height: 1;
  white-space: normal;
  text-align: center;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-Progress-circle-text .icon {
  font-size: 1.2em;
}

.amis-scope .antd-Progress-circle .bg-warning-circle-path {
  stroke: var(--warning);
}

.amis-scope .antd-Progress-circle .bg-danger-circle-path {
  stroke: var(--danger);
}

.amis-scope .antd-Progress-circle .bg-info-circle-path {
  stroke: var(--info);
}

.amis-scope .antd-Progress-circle .bg-success-circle-path {
  stroke: var(--success);
}

.amis-scope .antd-Progress-circle .bg-primary-circle-path {
  stroke: var(--primary);
}

@keyframes progress-bar-active {
  0% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.1;
  }

  20% {
    transform: translateX(-100%) scaleX(0);
    opacity: 0.5;
  }

  100% {
    transform: translateX(0) scaleX(1);
    opacity: 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 2rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.amis-scope .antd-Property > table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--borderColor);
}

.amis-scope .antd-Property > table > thead > tr > th {
  padding: var(--gap-sm);
  background: var(--Property-title-bg);
  border: 1px solid var(--borderColor);
}

.amis-scope .antd-Property > table > tbody > tr {
  background: var(--background);
}

.amis-scope .antd-Property > table > tbody > tr > td,
.amis-scope .antd-Property > table > tbody > tr > th {
  border: 1px solid var(--borderColor);
}

.amis-scope .antd-Property > table > tbody > tr > td > .cell,
.amis-scope .antd-Property > table > tbody > tr > th > .cell {
  padding: var(--gap-xs);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Property > table > tbody > tr > td > .cell,
  .amis-scope .antd-Property > table > tbody > tr > th > .cell {
    padding: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Property > table > tbody > tr > td > .cell,
  .amis-scope .antd-Property > table > tbody > tr > th > .cell {
    padding: 0 var(--gap-sm);
  }
}

.amis-scope .antd-Property > table > tbody > tr > td .antd-Form-control,
.amis-scope .antd-Property > table > tbody > tr > th .antd-Form-control {
  padding: 0;
}

.amis-scope .antd-Property > table > tbody > tr > td .antd-Form-item:last-child,
.amis-scope .antd-Property > table > tbody > tr > th .antd-Form-item:last-child {
  margin-bottom: 0;
}

.amis-scope .antd-Property > table > tbody > tr > th {
  font-weight: normal;
  background: var(--Property-label-bg);
}

.amis-scope .antd-Property > table > tbody > tr > td > .ellipsis-cell .antd-Form-static .antd-Form-control {
  position: relative;
}

.amis-scope .antd-Property > table > tbody > tr > td > .ellipsis-cell .antd-Form-static .antd-Form-control span.antd-PlainField {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
}

.amis-scope .antd-Property > table > tbody > tr > td > .ellipsis-cell .antd-Form-static .antd-Form-control .antd-Field-popOverWrap {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Property > table > tbody > tr > td > .ellipsis-cell .antd-Form-static .antd-Form-control .antd-Form-static-pop {
  position: absolute;
  background: var(--PopOver-bg);
  top: 0;
  left: 0;
  z-index: 1300;
  padding: 0;
  margin: 0;
  font-weight: var(--fontWeightNormal);
  letter-spacing: normal;
  line-height: var(--lineHeightBase);
  font-size: var(--fontSizeBase);
  box-shadow: var(--boxShadow);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
}

.amis-scope .antd-Property > table > tbody > tr > td > .ellipsis-cell .antd-Form-static .antd-Form-control .antd-TplField {
  word-break: break-all;
}

.amis-scope .antd-Property > table > tbody > tr > th > .ellipsis-cell {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Property--simple > table > thead > tr > th {
  background: transparent;
  border: none;
}

.amis-scope .antd-Property--simple > table > tbody > tr {
  background: transparent;
}

.amis-scope .antd-Property--simple > table > tbody > tr > td,
.amis-scope .antd-Property--simple > table > tbody > tr > th {
  border: none;
}

/* Aug 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .antd-Property td .antd-Form-item::after {
    display: none;
  }
}

.amis-scope .antd-Field-copyBtn {
  color: var(--Copyable-iconColor);
  margin-left: var(--gap-xs);
  display: inline-block;
  cursor: pointer;
}

.amis-scope .antd-Field-copyBtn:hover {
  color: var(--Copyable-onHover-iconColor);
}

.amis-scope .antd-Divider {
  margin: var(--gap-base) calc(var(--gap-base) * -1);
  border-bottom: var(--borderWidth) var(--Divider-borderStyle) var(--borderColor);
  height: 0.125rem;
  font-size: 0;
}

.amis-scope .antd-Divider--solid {
  border-bottom-style: solid;
}

.amis-scope .antd-Pagination {
  display: inline-block;
  padding: 0;
  margin: 0 0 -0.625rem;
  border-radius: 0.25rem;
}

.amis-scope .antd-Pagination > li {
  display: inline;
}

.amis-scope .antd-Pagination > li > a,
.amis-scope .antd-Pagination > li > span {
  user-select: none;
  cursor: pointer;
  position: relative;
  float: left;
  text-decoration: none;
  min-width: var(--Pagination-minWidth);
  height: var(--Pagination-height);
  border: 0;
  line-height: var(--Pagination-height);
  padding: var(--Pagination-padding);
  text-align: center;
  color: #666666;
  border-radius: 0;
  margin-left: 0;
  font-size: var(--Pagination-fontSize);
  font-weight: 500;
  margin: 0 3px;
  border: 0.0625rem solid #d9d9d9;
  border-radius: var(--borderRadius);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Pagination > li > a,
  .amis-scope .antd-Pagination > li > span {
    width: 1.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    padding: 0 0.3125rem;
    font-size: 0.75rem;
    text-align: center;
    overflow: hidden;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Pagination > li > a,
  .amis-scope .antd-Pagination > li > span {
    width: 1.5625rem;
    height: 1.5625rem;
    line-height: 1.5625rem;
    padding: 0 0.4375rem;
    text-align: center;
    overflow: hidden;
    font-size: 0.75rem;
  }
}

.amis-scope .antd-Pagination > li > a:hover,
.amis-scope .antd-Pagination > li > span:hover,
.amis-scope .antd-Pagination > li > a:focus,
.amis-scope .antd-Pagination > li > span:focus {
  background: transparent;
  color: var(--primary);
  border: var(--Pagination-onActive-border) !important;
}

.amis-scope .antd-Pagination > li.is-disabled > span,
.amis-scope .antd-Pagination > li.is-disabled > a {
  cursor: not-allowed;
}

.amis-scope .antd-Pagination > li.is-disabled > a,
.amis-scope .antd-Pagination > li.is-disabled > span,
.amis-scope .antd-Pagination > li.is-disabled > a:hover,
.amis-scope .antd-Pagination > li.is-disabled > span:hover,
.amis-scope .antd-Pagination > li.is-disabled > a:focus,
.amis-scope .antd-Pagination > li.is-disabled > span:focus {
  color: #cccccc;
}

.amis-scope .antd-Pagination > li.is-active > a,
.amis-scope .antd-Pagination > li.is-active > span,
.amis-scope .antd-Pagination > li.is-active > a:hover,
.amis-scope .antd-Pagination > li.is-active > span:hover,
.amis-scope .antd-Pagination > li.is-active > a:focus,
.amis-scope .antd-Pagination > li.is-active > span:focus {
  background: var(--Pagination-onActive-backgroundColor);
  color: var(--Pagination-onActive-color);
  border: var(--Pagination-onActive-border);
  border-radius: var(--borderRadius);
}

.amis-scope .antd-Pagination-prev > span {
  cursor: pointer;
}

.amis-scope .antd-Pagination-ellipsis > a > span {
  position: relative;
  top: -0.25rem;
}

.amis-scope .antd-Pagination-next > span {
  cursor: pointer;
}

.amis-scope .antd-Pagination-inputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}

.amis-scope .antd-Pagination-inputGroup input {
  width: 3.125rem;
  height: var(--Pagination-height);
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--borderRadius);
  padding: var(--gap-xs) 0.625rem;
  margin: 0 0.625rem;
  text-align: center;
}

.amis-scope .antd-Pagination-inputGroup input:focus,
.amis-scope .antd-Pagination-inputGroup input:hover {
  outline: none;
  border: var(--borderWidth) solid var(--primary);
}

.amis-scope .antd-PaginationWrapper-pager {
  text-align: right;
}

.amis-scope .antd-PaginationWrapper-pager:first-child {
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-Wrapper--xs {
  padding: var(--gap-xs);
}

.amis-scope .antd-Wrapper--sm {
  padding: var(--gap-sm);
}

.amis-scope .antd-Wrapper--md {
  padding: var(--gap-md);
}

.amis-scope .antd-Wrapper--lg {
  padding: var(--gap-lg);
}

.amis-scope .antd-Wrapper--xl {
  padding: var(--gap-xl);
}

.amis-scope .antd-StatusField {
  vertical-align: middle;
  white-space: nowrap;
  display: inline-flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

.amis-scope .antd-StatusField-label {
  font-size: var(--fontSizeSm);
  margin-left: var(--gap-xs);
}

@keyframes animation-rolling_red {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes animation-rolling_blue {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(0);
  }
}

.amis-scope .antd-StatusField svg.antd-Status-icon {
  width: var(--Satus-icon-width);
  height: var(--Satus-icon-height);
  top: 0;
}

.amis-scope .antd-StatusField .antd-Status-icon.rolling {
  width: 30px;
  height: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.amis-scope .antd-StatusField .antd-Status-icon.rolling::before {
  content: "";
  display: inline-block;
  border: 5px solid var(--danger);
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 0;
  animation: animation-rolling_red 2s;
  animation-iteration-count: infinite;
}

.amis-scope .antd-StatusField .antd-Status-icon.rolling::after {
  content: "";
  display: inline-block;
  border: 5px solid var(--primary);
  border-radius: 500px;
  position: absolute;
  top: 0;
  left: 20px;
  animation: animation-rolling_blue 2s;
  animation-iteration-count: infinite;
}

.amis-scope .antd-StatusField .antd-Status-icon.icon-warning {
  color: var(--warning);
}

.amis-scope .antd-Status-icon.rolling + .antd-StatusField-label {
  color: var(--warning);
}

.amis-scope .antd-Status-icon.icon-success + .antd-StatusField-label {
  color: var(--success);
}

.amis-scope .antd-Status-icon.icon-fail + .antd-StatusField-label {
  color: var(--danger);
}

.amis-scope .antd-Status-icon.icon-warning + .antd-StatusField-label {
  color: var(--warning);
}

.amis-scope .antd-Carousel {
  min-width: var(--Carousel-minWidth);
  height: var(--Carousel-height);
  position: relative;
  display: block;
  background: var(--Carousel-bg);
}

.amis-scope .antd-Carousel.antd-Carousel--light .antd-Carousel-dot {
  background: var(--Carousel--light-control);
}

.amis-scope .antd-Carousel.antd-Carousel--light svg {
  fill: var(--Carousel--light-control);
}

.amis-scope .antd-Carousel.antd-Carousel--light .antd-Carousel-item .title,
.amis-scope .antd-Carousel.antd-Carousel--light .antd-Carousel-item .description {
  color: var(--Carousel--light-control);
}

.amis-scope .antd-Carousel.antd-Carousel--dark .antd-Carousel-dot {
  background: var(--Carousel--dark-control);
}

.amis-scope .antd-Carousel.antd-Carousel--dark svg {
  fill: var(--Carousel--dark-control);
}

.amis-scope .antd-Carousel.antd-Carousel--dark .antd-Carousel-item .title,
.amis-scope .antd-Carousel.antd-Carousel--dark .antd-Carousel-item .description {
  color: var(--Carousel--dark-control);
}

.amis-scope .antd-Carousel-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: var(--Carousel-transitionDuration);
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.fade {
  opacity: 0;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.fade.in {
  opacity: 1;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slide {
  transform: translateX(100%);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slide.in {
  transform: translateX(0);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slide.out {
  transform: translateX(-100%);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slideRight {
  transform: translateX(-100%);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slideRight.in {
  transform: translateX(0);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item.slideRight.out {
  transform: translateX(100%);
}

.amis-scope .antd-Carousel-container .antd-Carousel-item .title {
  position: absolute;
  bottom: var(--Carousel-imageTitle-bottom);
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item .description {
  position: absolute;
  bottom: var(--Carousel-imageDescription-bottom);
  text-align: center;
  width: 100%;
  opacity: 0.8;
}

.amis-scope .antd-Carousel-container .antd-Carousel-item .image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.amis-scope .antd-Carousel-image {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Carousel-image .antd-Image-origin {
  height: 100%;
  width: 100%;
}

.amis-scope .antd-Carousel-dotsControl {
  position: absolute;
  bottom: 0px;
  width: 100%;
  z-index: 100;
  text-align: center;
}

.amis-scope .antd-Carousel-dotsControl .antd-Carousel-dot {
  display: inline-block;
  height: var(--Carousel-dot-width);
  width: var(--Carousel-dot-height);
  border-radius: var(--Carousel-dot-borderRadius);
  margin: var(--Carousel-dot-margin);
  transition-duration: var(--Carousel-transitionDuration);
  opacity: 0.3;
}

.amis-scope .antd-Carousel-dotsControl .antd-Carousel-dot.is-active {
  opacity: 1;
}

.amis-scope .antd-Carousel .antd-Carousel-leftArrow {
  width: 10%;
  min-width: var(--Carousel-arrowControl-width);
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: var(--Carousel-transitionDuration);
  display: none;
  left: 0;
}

.amis-scope .antd-Carousel .antd-Carousel-leftArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: var(--Carousel-svg-width);
  height: var(--Carousel-svg-height);
}

.amis-scope .antd-Carousel .antd-Carousel-rightArrow {
  width: 10%;
  min-width: var(--Carousel-arrowControl-width);
  height: 100%;
  cursor: pointer;
  top: 0;
  bottom: 0;
  position: absolute;
  transition-duration: var(--Carousel-transitionDuration);
  display: none;
  right: 0;
}

.amis-scope .antd-Carousel .antd-Carousel-rightArrow svg {
  position: absolute;
  top: 50%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -50%);
  width: var(--Carousel-svg-width);
  height: var(--Carousel-svg-height);
}

.amis-scope .antd-Carousel:hover .antd-Carousel-leftArrow {
  display: block;
}

.amis-scope .antd-Carousel:hover .antd-Carousel-rightArrow {
  display: block;
}

.amis-scope .antd-Carousel-arrowsControl {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}

@keyframes disappear {
  to {
    opacity: 0;
  }
}

@keyframes appear {
  from {
    opacity: 0;
  }
}

.amis-scope .antd-ImageGallery {
  display: flex;
  flex-direction: column;
  background: transparent;
  border: none;
  border-radius: 0;
  width: 100% !important;
  overflow: hidden;
}

.amis-scope .antd-ImageGallery-close {
  position: absolute;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #4f4f4f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 12px;
  right: 12px;
  z-index: 10;
}

.amis-scope .antd-ImageGallery-close:hover {
  color: #fff;
}

.amis-scope .antd-ImageGallery-close > svg {
  width: 1.5rem;
  height: 1.5rem;
}

@media screen and (max-width: 768px) {
  .amis-scope .antd-ImageGallery-close {
    height: 24px;
    width: 24px;
  }

  .amis-scope .antd-ImageGallery-close svg {
    width: 1rem;
    height: 1rem;
  }
}

.amis-scope .antd-ImageGallery-title {
  height: 1.875rem;
  vertical-align: top;
  line-height: 1.875rem;
  font-size: 0.75rem;
  color: var(--white);
  text-align: center;
}

.amis-scope .antd-ImageGallery-main {
  flex-basis: 0;
  flex-grow: 1;
  height: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
}

.amis-scope .antd-ImageGallery-main > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.amis-scope .antd-ImageGallery-prevBtn,
.amis-scope .antd-ImageGallery-nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #999;
  text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
  animation-name: disappear;
  animation-delay: var(--animation-duration);
  animation-duration: var(--animation-duration);
  animation-fill-mode: both;
}

.amis-scope .antd-ImageGallery-prevBtn > svg,
.amis-scope .antd-ImageGallery-nextBtn > svg {
  width: 3rem;
  height: 3rem;
}

.amis-scope .antd-ImageGallery-prevBtn:hover,
.amis-scope .antd-ImageGallery-nextBtn:hover {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 0px 0px 4px;
}

.amis-scope .antd-ImageGallery-prevBtn.is-disabled,
.amis-scope .antd-ImageGallery-nextBtn.is-disabled {
  pointer-events: none;
}

.amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-prevBtn,
.amis-scope .antd-ImageGallery-main:hover .antd-ImageGallery-nextBtn {
  animation-name: appear;
  animation-delay: 0s;
  animation-duration: var(--animation-duration);
}

.amis-scope .antd-ImageGallery-prevBtn {
  left: var(--gap-md);
}

.amis-scope .antd-ImageGallery-nextBtn {
  right: var(--gap-md);
}

.amis-scope .antd-ImageGallery-footer {
  height: 4.625rem;
  background: #222;
  display: flex;
  flex-direction: row;
  user-select: none;
  position: relative;
}

.amis-scope .antd-ImageGallery-prevList,
.amis-scope .antd-ImageGallery-nextList {
  width: var(--gap-md);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

.amis-scope .antd-ImageGallery-prevList.is-disabled,
.amis-scope .antd-ImageGallery-nextList.is-disabled {
  background: rgba(0, 0, 0, 0.3);
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.amis-scope .antd-ImageGallery-prevList:hover,
.amis-scope .antd-ImageGallery-nextList:hover {
  background: black;
  color: #fff;
}

.amis-scope .antd-ImageGallery-itemsWrap {
  flex-grow: 1;
  flex-basis: 0;
  width: 0;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  display: flex;
}

.amis-scope .antd-ImageGallery-items {
  display: inline-block;
  white-space: nowrap;
}

.amis-scope .antd-ImageGallery-item {
  margin: 10px 5px;
  width: 54px;
  height: 54px;
  display: inline-flex;
  position: relative;
  border: 1px solid #666;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.amis-scope .antd-ImageGallery-item > img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

@supports (object-fit: cover) {
  .amis-scope .antd-ImageGallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.amis-scope .antd-ImageGallery-item:after {
  position: absolute;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .antd-ImageGallery-item:hover {
  border: 1px solid #e5e5e5;
}

.amis-scope .antd-ImageGallery-item:hover:after {
  display: none;
}

.amis-scope .antd-ImageGallery-item.is-active {
  border: 1px solid var(--primary);
}

.amis-scope .antd-ImageGallery-item.is-active:after {
  display: none;
}

.amis-scope .antd-ImageGallery .absoluteCenterWrapper {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 0;
  overflow: hidden;
}

.amis-scope .antd-Images {
  display: flex;
  flex-wrap: wrap;
  margin: calc(var(--gap-xs) * -1);
}

.amis-scope .antd-Images-item {
  display: flex;
  margin: var(--gap-xs);
}

.amis-scope .antd-Image {
  border: var(--borderWidth) solid var(--borderColor);
}

.amis-scope .antd-Image--thumb {
  display: inline-block;
  padding: var(--gap-xs);
}

.amis-scope .antd-Image-thumbWrap {
  position: relative;
  height: 100%;
}

.amis-scope .antd-Image-image {
  display: block;
}

.amis-scope .antd-Image--original .antd-Image-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  margin: auto;
}

.amis-scope .antd-Image-thumb {
  width: 6.875rem;
  height: 6.875rem;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Image-thumb {
    width: 4.875rem;
    height: 4.875rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Image-thumb {
    width: 5.875rem;
    height: 5.875rem;
  }
}

.amis-scope .antd-Image-thumb > img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-Image-info {
  padding: 5px 10px;
}

.amis-scope .antd-Image--thumb .antd-Image-info {
  width: 6.875rem;
  padding: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Image--thumb .antd-Image-info {
    width: 4.875rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Image--thumb .antd-Image-info {
    width: 5.875rem;
  }
}

.amis-scope .antd-Image-thumb--4-3 {
  height: 5.15625rem;
}

.amis-scope .antd-Image-thumb--16-9 {
  height: 3.8671875rem;
}

.amis-scope .antd-Image-thumb--fixed-size {
  min-width: 6.875rem;
  min-height: 6.875rem;
  width: 100%;
  padding: 0;
  height: 100%;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Image-thumb--fixed-size {
    min-width: 4.875rem;
    min-height: 4.875rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Image-thumb--fixed-size {
    min-width: 5.875rem;
    min-height: 5.875rem;
  }
}

.amis-scope .antd-Image-thumb--fixed-size .antd-Image-thumb {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-Image-thumb--fixed-size .antd-Image-thumb > img {
  width: auto;
  height: 100%;
}

.amis-scope .antd-Image-thumb--w-full > img {
  width: 100%;
  height: auto;
}

@supports (object-fit: contain) {
  .amis-scope .antd-Image-thumb--contain > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: contain;
  }

  .amis-scope .antd-Image-origin--contain > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
  }
}

@supports (object-fit: cover) {
  .amis-scope .antd-Image-thumb--cover > img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .amis-scope .antd-Image-origin--cover > img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }
}

.amis-scope .antd-Image-caption {
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Image-title {
  font-size: var(--fontSizeBase);
  color: var(--text--loud-color);
}

.amis-scope .antd-Image-overlay {
  background: rgba(8, 14, 26, 0.5);
  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
}

.amis-scope .antd-Image-overlay > div {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}

.amis-scope .antd-Image-overlay > a {
  cursor: pointer;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  line-height: 1;
  font-size: 1rem;
}

.amis-scope .antd-Image-origin:hover .antd-Image-overlay,
.amis-scope .antd-Image-thumbWrap:hover .antd-Image-overlay {
  display: flex;
}

.amis-scope .antd-ImageField--thumb {
  display: inline-block;
  position: relative;
}

.amis-scope .antd-ImageField--thumb::before,
.amis-scope .antd-ImageField--thumb::after {
  display: table;
  content: "";
}

.amis-scope .antd-ImageField--thumb::after {
  clear: both;
}

.amis-scope .antd-ImagesField {
  position: relative;
}

.amis-scope .antd-ImagesField::before,
.amis-scope .antd-ImagesField::after {
  display: table;
  content: "";
}

.amis-scope .antd-ImagesField::after {
  clear: both;
}

.amis-scope .antd-InputBox {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.amis-scope .antd-InputBox input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-InputBox input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-InputBox input {
    height: 100%;
  }
}

.amis-scope .antd-InputBox input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-InputBox:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-InputBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-InputBox--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-InputBox--inline {
  display: inline-flex;
}

.amis-scope .antd-InputBox > input[readonly] {
  cursor: inherit;
}

.amis-scope .antd-InputBox.is-error {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}

.amis-scope .antd-InputBox.is-focused {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-InputBox.is-clickable:hover {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  cursor: pointer;
}

.amis-scope .antd-InputBox.is-error.is-focused {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-InputBox.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
}

.amis-scope .antd-InputBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.amis-scope .antd-InputBox-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-InputBox-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-InputBox > svg {
  display: inline-block;
  width: 14px;
  color: var(--icon-color);
}

.amis-scope .antd-InputBox > a {
  cursor: pointer;
}

.amis-scope .antd-ResultBox {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  display: flex !important;
  flex-wrap: wrap;
  padding: 0 0.1875rem;
  min-height: var(--Form-input-height);
  align-items: center;
  position: relative;
}

.amis-scope .antd-ResultBox input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ResultBox input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ResultBox input {
    height: 100%;
  }
}

.amis-scope .antd-ResultBox input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-ResultBox:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-ResultBox--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-ResultBox--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ResultBox {
    min-height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ResultBox {
    min-height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.8125rem;
    padding: 0;
    margin-left: 0;
  }
}

.amis-scope .antd-ResultBox.is-error {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}

.amis-scope .antd-ResultBox.is-focused,
.amis-scope .antd-ResultBox.is-active,
.amis-scope .antd-ResultBox:focus {
  outline: none;
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-ResultBox.is-clickable:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-ResultBox.is-clickable:not(.is-disabled):hover {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-ResultBox.is-error.is-focused {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-ResultBox.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  pointer-events: none;
}

.amis-scope .antd-ResultBox-singleValue {
  padding: 0 calc(var(--Form-input-paddingX) - 0.1875rem);
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ResultBox-singleValue {
    padding: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ResultBox-singleValue {
    padding-left: 0;
  }
}

.amis-scope .antd-ResultBox-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  height: 100%;
  padding: 0.25rem;
  margin: auto 0;
  position: absolute;
  right: 18px;
  background-color: unset;
}

.amis-scope .antd-ResultBox-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-ResultBox-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-ResultBox > svg {
  display: inline-block;
  width: 0.875rem;
  color: var(--icon-color);
}

.amis-scope .antd-ResultBox > a {
  cursor: pointer;
}

.amis-scope .antd-ResultBox-value {
  background: var(--ResultBox-value-bg);
  color: var(--ResultBox-value-color);
  font-size: var(--Form-input-fontSize);
  padding: 0 var(--gap-xs);
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2px 3px;
  user-select: none;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ResultBox-value {
    font-size: 0.75rem;
    padding: 0;
    min-height: auto;
  }
}

.amis-scope .antd-ResultBox-value > a {
  cursor: pointer;
  margin-left: var(--gap-xs);
  color: var(--ResultBox-icon-color);
}

.amis-scope .antd-ResultBox-value > a:hover {
  color: var(--ResultBox-icon--onHover-color);
}

.amis-scope .antd-ResultBox-value > a > svg {
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-ResultBox-value:hover {
  background: var(--ResultBox-value--onHover-bg);
}

.amis-scope .antd-ResultBox-value.is-disabled {
  pointer-events: none;
  color: var(--ResultBox-value--onDisabled-color);
}

.amis-scope .antd-ResultBox-value.is-disabled > a {
  color: var(--ResultBox-icon--onDisabled-color);
}

.amis-scope .antd-ResultBox-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  margin-left: 8px;
  overflow: hidden;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ResultBox-placeholder {
    height: 1.075rem;
    font-size: 12px;
    margin-left: 0px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ResultBox-placeholder {
    height: 1.375rem;
    font-size: 13px;
    margin-left: 0px;
  }
}

.amis-scope .antd-ResultBox > input {
  padding-left: 8px;
  min-height: 24px;
}

.amis-scope .antd-ResultBox.is-mobile {
  min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
  border: none;
  padding: 0;
  font-size: var(--fontSizeLg);
  border: none;
  justify-content: flex-start;
  flex: 1;
}

.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow {
  margin-right: 0;
  width: var(--gap-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-left: 4px;
}

.amis-scope .antd-ResultBox.is-mobile .antd-ResultBox-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  color: var(--Form-select-caret-iconColor);
  width: 10px;
  height: 10px;
  top: 0;
  transform: rotate(-90deg);
}

.amis-scope .antd-SearchBox {
  display: inline-flex;
  flex-direction: row;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 30px;
  width: 30px;
  padding: 0 8px;
  transition: all var(--animation-duration) ease-in-out;
  border: var(--Form-input-borderWidth) solid transparent;
  border-radius: var(--Form-input-borderRadius);
  height: 30px;
}

.amis-scope .antd-SearchBox:hover {
  background: var(--Form-input-onHover-bg);
}

.amis-scope .antd-SearchBox.is-active {
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  width: 150px;
}

.amis-scope .antd-SearchBox.is-active > input {
  flex-grow: 1;
}

.amis-scope .antd-SearchBox-activeBtn,
.amis-scope .antd-SearchBox-searchBtn,
.amis-scope .antd-SearchBox-cancelBtn {
  cursor: pointer;
  color: var(--icon-color);
}

.amis-scope .antd-SearchBox-activeBtn:hover,
.amis-scope .antd-SearchBox-searchBtn:hover,
.amis-scope .antd-SearchBox-cancelBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-SearchBox.is-disabled .antd-SearchBox-activeBtn,
.amis-scope .antd-SearchBox.is-disabled .antd-SearchBox-searchBtn,
.amis-scope .antd-SearchBox.is-disabled .antd-SearchBox-cancelBtn {
  color: var(--icon-onDisabled-color);
  pointer-events: none;
}

.amis-scope .antd-SearchBox > input {
  outline: none;
  border: none;
  background: transparent;
  color: var(--Form-input-color);
  width: 0;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

.amis-scope .antd-SearchBox > input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-ListMenu {
  background: var(--ListMenu-item-bg);
  min-width: 12.5rem;
  border: var(--ListMenu-borderWidth) solid var(--ListMenu-bordrColor);
  border-radius: var(--ListMenu-borderRadius);
}

.amis-scope .antd-ListMenu-groupLabel {
  font-size: var(--fontSizeXs);
  color: var(--text--muted-color);
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--gap-sm) ) / 2 ) 0 0 calc(var(--Form-select-paddingX) - var(--gap-xs));
}

.amis-scope .antd-ListMenu-group:not(:first-child) > .antd-ListMenu-groupLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}

.amis-scope .antd-ListMenu-item {
  display: flex;
  min-height: var(--ListMenu-item-height);
  color: var(--ListMenu-item-color);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  cursor: pointer;
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-ListMenu-item.is-active {
  color: var(--ListMenu-item--onActive-color);
  background: var(--ListMenu-item--onActive-bg);
}

.amis-scope .antd-ListMenu-item.is-highlight {
  color: var(--ListMenu-item--onHover-color);
  background: var(--ListMenu-item--onHover-bg);
}

.amis-scope .antd-ListMenu-item.is-disabled {
  color: var(--ListMenu-item--onDisabled-color);
  background: var(--ListMenu-item--onDisabled-bg);
}

.amis-scope .antd-ListMenu-placeholder {
  display: block;
  min-height: var(--ListMenu-item-height);
  color: var(--text--muted-color);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  cursor: pointer;
  padding: calc( ( var(--ListMenu-item-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-PopOver > .antd-ListMenu {
  border-color: var(--listMenu--onActive-borderColor);
}

.amis-scope .antd-Log {
  background: var(--Log-bg);
  color: var(--Log-color);
  padding: var(--Log-padding);
  overflow-y: auto;
  font-family: var(--fontFamilyMonospace);
}

.amis-scope .antd-Log-line {
  padding: var(--Log-line-padding);
  white-space: pre-wrap;
  word-wrap: break-word;
}

.amis-scope .antd-Log-line code {
  color: inherit;
  background: inherit;
}

.amis-scope .antd-Log-line:hover {
  background: var(--Log-line--onHover-bg);
}

.amis-scope .antd-Log .ansi-bold {
  font-weight: 700;
}

.amis-scope .antd-Log .ansi-italic {
  font-style: italic;
}

.amis-scope .antd-Log .ansi-underline {
  text-decoration: underline;
}

.amis-scope .antd-Log .ansi-black-fg,
.amis-scope .antd-Log .ansi-bright-black-fg {
  color: #4e4e4e;
}

.amis-scope .antd-Log .ansi-red-fg,
.amis-scope .antd-Log .ansi-bright-red-fg {
  color: #ff6c60;
}

.amis-scope .antd-Log .ansi-green-fg,
.amis-scope .antd-Log .ansi-bright-green-fg {
  color: #0a0;
}

.amis-scope .antd-Log .ansi-yellow-fg,
.amis-scope .antd-Log .ansi-bright-yellow-fg {
  color: #ffffb6;
}

.amis-scope .antd-Log .ansi-blue-fg,
.amis-scope .antd-Log .ansi-bright-blue-fg {
  color: #96cbfe;
}

.amis-scope .antd-Log .ansi-magenta-fg,
.amis-scope .antd-Log .ansi-bright-magenta-fg {
  color: #ff73fd;
}

.amis-scope .antd-Log .ansi-cyan-fg,
.amis-scope .antd-Log .ansi-bright-cyan-fg {
  color: #5ff;
}

.amis-scope .antd-Log .ansi-white-fg,
.amis-scope .antd-Log .ansi-bright-white-fg {
  color: #eee;
}

.amis-scope .antd-Log .ansi-grey-fg,
.amis-scope .antd-Log .ansi-bright-grey-fg {
  color: #969696;
}

.amis-scope .antd-Log .ansi-black-bg {
  background-color: #4e4e4e;
}

.amis-scope .antd-Log .ansi-red-bg {
  background-color: #ff6c60;
}

.amis-scope .antd-Log .ansi-green-bg {
  background-color: #0a0;
}

.amis-scope .antd-Log .ansi-yellow-bg {
  background-color: #ffffb6;
}

.amis-scope .antd-Log .ansi-blue-bg {
  background-color: #96cbfe;
}

.amis-scope .antd-Log .ansi-magenta-bg {
  background-color: #ff73fd;
}

.amis-scope .antd-Log .ansi-cyan-bg {
  background-color: #0aa;
}

.amis-scope .antd-Log .ansi-white-bg {
  background-color: #eee;
}

.amis-scope .antd-JsonField-nodeValue {
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
}

.amis-scope .antd-Icon {
  height: var(--fontSizeBase);
  vertical-align: middle;
}

.amis-scope .antd-Steps {
  display: flex;
  list-style: none;
  padding: 0;
}

.amis-scope .antd-Steps .antd-StepsItem {
  flex: 1;
  overflow: hidden;
  padding: 0 1.25rem;
  height: auto;
  line-height: 2rem;
}

.amis-scope .antd-Steps .antd-StepsItem-containerIcon {
  vertical-align: top;
  display: inline-block;
  padding-right: 0.625rem;
}

.amis-scope .antd-Steps .antd-StepsItem-containerIcon .antd-StepsItem-icon {
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  line-height: 1.75rem;
  border-radius: 50%;
  font-size: var(--Steps-icon-fontsize);
  text-align: center;
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper {
  display: inline-block;
  position: relative;
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title {
  font-size: var(--Steps-title-fontsize);
  color: var(--Steps-title-color);
  padding-right: 1.25rem;
  position: relative;
  display: inline-block;
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title > span {
  display: inline-block;
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1rem;
  height: 1px;
  left: 100%;
  width: 9999px;
  padding-right: 0.625rem;
  background-color: var(--Steps-line-bg);
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title.is-success:after {
  background-color: var(--Steps-line-success-bg);
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-subTitle {
  padding-left: 0.625rem;
  font-size: var(--Steps-sub-title-fontsize);
  color: var(--Steps-sub-title-color);
}

.amis-scope .antd-Steps .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-description {
  max-width: 8.75rem;
  white-space: nowrap;
}

.amis-scope .antd-Steps .antd-StepsItem:last-child {
  flex: none;
}

.amis-scope .antd-Steps .antd-StepsItem:last-child .antd-StepsItem-title:after {
  display: none;
}

.amis-scope .antd-Steps--vertical {
  flex-direction: column;
}

.amis-scope .antd-Steps--vertical .antd-StepsItem {
  padding: 0.3125rem 0;
  min-height: 75px;
}

.amis-scope .antd-Steps--vertical .antd-StepsItem-containerIcon > .antd-StepsItem-icon {
  position: relative;
}

.amis-scope .antd-Steps--vertical .antd-StepsItem-containerIcon > .antd-StepsItem-icon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 2.1875rem;
  height: 9999px;
  left: 0.875rem;
  width: 1px;
  background-color: var(--Steps-line-bg);
}

.amis-scope .antd-Steps--vertical .antd-StepsItem-containerWrapper > .antd-StepsItem-body > .antd-StepsItem-title:after {
  display: none;
}

.amis-scope .antd-Steps--vertical .antd-StepsItem:last-child {
  flex: none;
}

.amis-scope .antd-Steps--vertical .antd-StepsItem:last-child .antd-StepsItem-icon:after {
  display: none;
}

.amis-scope .antd-Steps .antd-StepsItem.is-wait .antd-StepsItem-icon {
  background-color: var(--white);
  color: var(--Steps-bg);
  border: 1px solid var(--Steps-bg);
}

.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-icon {
  background-color: var(--Steps-status-error);
  color: var(--white);
  border: 1px solid var(--Steps-status-error);
}

.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-title,
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-subTitle,
.amis-scope .antd-Steps .antd-StepsItem.is-error .antd-StepsItem-description {
  color: var(--Steps-status-error);
}

.amis-scope .antd-Steps .antd-StepsItem.is-finish .antd-StepsItem-icon,
.amis-scope .antd-Steps .antd-StepsItem.is-process .antd-StepsItem-icon {
  background-color: var(--Steps-status-success);
  color: var(--white);
  border: 1px solid var(--Steps-status-success);
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title::after {
  display: none !important;
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerWrapper .antd-StepsItem-body .antd-StepsItem-title .antd-StepsItem-subTitle {
  padding-left: 0.3125rem;
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon {
  position: relative;
  display: block;
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0.9375rem;
  height: 1px;
  left: 2.5rem;
  width: 99999px;
  background-color: var(--Steps-line-bg);
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem-containerIcon.is-success:after {
  background-color: var(--Steps-line-success-bg);
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child {
  flex: 1;
}

.amis-scope .antd-Steps-mobile.antd-Steps--horizontal .antd-StepsItem:last-child .antd-StepsItem-containerIcon:after {
  display: none !important;
}

.amis-scope .antd-Portlet {
  border: var(--Portlet-borderWidth) var(--Portlet-borderStyle) var(--Portlet-borderColor);
  border-radius: var(--Portlet-borderRadius);
  padding: var(--gap-base);
}

.amis-scope .antd-Portlet-tab.unactive-select .is-active a:first-child,
.amis-scope .antd-Portlet-tab.unactive-select .is-active:hover > a:first-child,
.amis-scope .antd-Portlet-tab.unactive-select .is-active > a:first-child:focus {
  border: none !important;
  color: inherit !important;
  cursor: auto !important;
}

.amis-scope .antd-Portlet-tab.no-divider .antd-Tabs-links {
  border-bottom: none;
}

.amis-scope .antd-Portlet .antd-Tabs-pane {
  padding: unset;
}

.amis-scope .antd-Portlet-toolbar {
  display: inline-flex;
  float: right;
  justify-content: flex-end;
}

.amis-scope .antd-Portlet-toolbar .antd-Button {
  margin-left: calc(var(--gap-xs));
}

.amis-scope .antd-Portlet-header-desc {
  height: 100%;
  overflow: hidden;
  position: relative;
  margin-left: var(--gap-base);
}

.amis-scope .antd-Portlet.no-header .antd-Portlet-tab .antd-Tabs-links {
  display: none;
}

.amis-scope .u-hairline::after {
  position: absolute;
  box-sizing: border-box;
  content: " ";
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid var(--borderColorLight);
  z-index: 1;
  transform: scale(0.5);
}

.amis-scope .antd-GridNav {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .antd-GridNav-top {
  position: relative;
}

.amis-scope .antd-GridNav-top::after {
  border-top-width: 0.0625rem;
}

.amis-scope .antd-GridNavItem {
  position: relative;
  box-sizing: border-box;
}

.amis-scope .antd-GridNavItem--square {
  height: 0;
  position: relative;
}

.amis-scope .antd-GridNavItem-icon {
  width: var(--rv-grid-item-icon-size);
}

.amis-scope .antd-GridNavItem-text {
  color: var(--text-color);
  font-size: var(--fontSizeSm);
  line-height: 1.5;
  word-break: break-all;
  flex-shrink: 0;
}

.amis-scope .antd-GridNavItem-icon + .antd-GridNavItem-text {
  margin-top: 0.5rem;
}

.amis-scope .antd-GridNavItem-image {
  display: inline-block;
}

.amis-scope .antd-GridNavItem-image svg,
.amis-scope .antd-GridNavItem-image img {
  max-width: 100%;
  display: block;
  width: 60%;
  margin: 0 auto;
}

.amis-scope .antd-GridNavItem-content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: var(--gap-md) var(--gap-sm);
  background-color: var(--white);
  position: relative;
}

.amis-scope .antd-GridNavItem-content .antd-Badge-text {
  z-index: 10;
}

.amis-scope .antd-GridNavItem-content--border::after {
  border-width: 0 var(--borderWidth) var(--borderWidth) 0;
}

.amis-scope .antd-GridNavItem-content--square {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.amis-scope .antd-GridNavItem-content--center {
  align-items: center;
  justify-content: center;
}

.amis-scope .antd-GridNavItem-content--horizontal {
  flex-direction: row;
}

.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-text {
  margin: 0 0 0 var(--gap-sm);
}

.amis-scope .antd-GridNavItem-content--reverse {
  flex-direction: column-reverse;
}

.amis-scope .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
  margin: 0 0 var(--gap-sm);
}

.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse {
  flex-direction: row-reverse;
}

.amis-scope .antd-GridNavItem-content--horizontal .antd-GridNavItem-content--reverse .antd-GridNavItem-text {
  margin: 0 var(--gap-sm) 0 0;
}

.amis-scope .antd-GridNavItem-content--surround::after {
  border-width: var(--borderWidth);
}

.amis-scope .antd-GridNavItem-content--clickable {
  cursor: pointer;
}

.amis-scope fieldset.antd-Collapse--lg,
.amis-scope fieldset.antd-Collapse--md,
.amis-scope fieldset.antd-Collapse--base,
.amis-scope fieldset.antd-Collapse--sm,
.amis-scope fieldset.antd-Collapse--xs {
  position: relative;
}

.amis-scope fieldset.antd-Collapse--lg:after,
.amis-scope fieldset.antd-Collapse--md:after,
.amis-scope fieldset.antd-Collapse--base:after,
.amis-scope fieldset.antd-Collapse--sm:after,
.amis-scope fieldset.antd-Collapse--xs:after {
  content: "";
  pointer-events: none;
  border: 1px solid var(--borderColor);
  position: absolute;
  z-index: 0;
  top: 11px;
  left: 0;
  bottom: 0;
  right: 0;
}

.amis-scope fieldset.antd-Collapse--lg > legend,
.amis-scope fieldset.antd-Collapse--md > legend,
.amis-scope fieldset.antd-Collapse--base > legend,
.amis-scope fieldset.antd-Collapse--sm > legend,
.amis-scope fieldset.antd-Collapse--xs > legend {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  border: 0;
  width: auto;
  z-index: 1;
  background: var(--Fieldset-legend-bgColor);
  border-left: 0 !important;
}

.amis-scope fieldset.antd-Collapse--lg .collapse,
.amis-scope fieldset.antd-Collapse--md .collapse,
.amis-scope fieldset.antd-Collapse--base .collapse,
.amis-scope fieldset.antd-Collapse--sm .collapse,
.amis-scope fieldset.antd-Collapse--xs .collapse {
  position: relative;
}

.amis-scope fieldset.antd-Collapse {
  margin-bottom: var(--Form-item-gap);
}

.amis-scope fieldset.antd-Collapse > legend {
  font-weight: var(--fontWeightNormal);
  padding: var(--gap-xs) 0;
  font-size: var(--fontSizeMd);
  color: var(--text--loud-color);
  border-left: var(--primary) 0.25rem solid;
  line-height: 1.2;
  padding: 0 0 0 14px;
  cursor: pointer;
  border-bottom: none !important;
  background: transparent;
  display: flex;
  justify-content: flex-start !important;
  flex-direction: row !important;
  position: relative;
}

.amis-scope fieldset.antd-Collapse > legend:hover {
  background: transparent;
}

.amis-scope fieldset.antd-Collapse--xs {
  padding: 20px 5px 5px 5px;
}

.amis-scope fieldset.antd-Collapse--xs > legend {
  left: 5px;
  font-size: var(--fontSizeXs);
  padding: 0 3px;
  margin: 0 0 0 -3px;
}

.amis-scope fieldset.antd-Collapse--xs:after {
  top: 6px;
}

.amis-scope fieldset.antd-Collapse--sm {
  padding: 25px 10px 10px 10px;
}

.amis-scope fieldset.antd-Collapse--sm > legend {
  left: 10px;
  font-size: var(--fontSizeSm);
  padding: 0 5px;
  margin: 0 0 0 -5px;
}

.amis-scope fieldset.antd-Collapse--sm:after {
  top: 6px;
}

.amis-scope fieldset.antd-Collapse--base {
  padding: 30px var(--gap-md) var(--gap-md) var(--gap-md);
}

.amis-scope fieldset.antd-Collapse--base > legend {
  left: var(--gap-md);
  font-size: var(--fontSizeBase);
  padding: 0 8px;
  margin: 0 0 0 -8px;
}

.amis-scope fieldset.antd-Collapse--base:after {
  top: 7px;
}

.amis-scope fieldset.antd-Collapse--md {
  padding: 30px 20px 20px 20px;
}

.amis-scope fieldset.antd-Collapse--md > legend {
  left: 20px;
  font-size: var(--fontSizeMd);
  padding: 0 10px;
  margin: 0 0 0 -10px;
}

.amis-scope fieldset.antd-Collapse--md:after {
  top: 7px;
}

.amis-scope fieldset.antd-Collapse--lg {
  padding: 40px 30px 30px 30px;
}

.amis-scope fieldset.antd-Collapse--lg > legend {
  left: 30px;
  font-size: var(--fontSizeLg);
  padding: 0 var(--gap-md);
  margin: 0 0 0 calc(var(--gap-md) * -1);
}

.amis-scope fieldset.antd-Collapse--lg:after {
  top: 9px;
}

@media (max-width: 767px) {
  .amis-scope fieldset.antd-Collapse {
    margin: 0;
  }

  .amis-scope fieldset.antd-Collapse > legend {
    border-left: none;
    height: 32px;
    line-height: 32px;
    background-color: #f7f8fa !important;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0px;
    /* 文本/正文辅助色-浅灰 */
    color: #AAA;
    padding-left: 16px;
  }

  .amis-scope fieldset.antd-Collapse .antd-Collapse-contentWrapper .antd-Collapse-body {
    padding-left: 0;
  }

  .amis-scope fieldset.antd-Collapse .antd-Collapse-contentWrapper .antd-Collapse-body .antd-Collapse-content {
    padding: 0;
  }
}

.amis-scope .antd-Form-groupColumn {
  margin-bottom: var(--gap-sm);
}

@media (min-width: 768px) {
  .amis-scope .antd-Form-group {
    margin-bottom: var(--Form-item-gap);
  }

  .amis-scope .antd-Form-group:last-child {
    margin-bottom: 0;
  }

  .amis-scope .antd-Form-value > .antd-Form-group {
    margin-bottom: var(--Form-input-marginBottom);
  }

  .amis-scope .antd-Form-group--hor {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--Form-group-gutterWidth) / -2);
    margin-right: calc(var(--Form-group-gutterWidth) / -2);
    align-items: flex-start;
  }

  .amis-scope .antd-Form-group--hor.v-middle {
    align-items: center;
  }

  .amis-scope .antd-Form-group--hor.v-bottom {
    align-items: flex-end;
  }

  .amis-scope .antd-Form-group--hor > * {
    padding-left: calc(var(--Form-group-gutterWidth) / 2);
    padding-right: calc(var(--Form-group-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-group--hor > .antd-Form-item--inline {
    margin-right: 0;
  }

  .amis-scope .antd-Form-group--hor .antd-Form-input > .antd-Form-group {
    margin-bottom: 0;
  }

  .amis-scope .antd-Form-group--lg {
    margin-left: calc(var(--Form-group--lg-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--lg-gutterWidth) / -2);
  }

  .amis-scope .antd-Form-group--lg > * {
    padding-left: calc(var(--Form-group--lg-gutterWidth) / 2);
    padding-left: calc(var(--Form-group--lg-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-group--md {
    margin-left: calc(var(--Form-group--md-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--md-gutterWidth) / -2);
  }

  .amis-scope .antd-Form-group--md > * {
    padding-left: calc(var(--Form-group--md-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--md-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-group--sm {
    margin-left: calc(var(--Form-group--sm-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--sm-gutterWidth) / -2);
  }

  .amis-scope .antd-Form-group--sm > * {
    padding-left: calc(var(--Form-group--sm-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--sm-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-group--xs {
    margin-left: calc(var(--Form-group--xs-gutterWidth) / -2);
    margin-right: calc(var(--Form-group--xs-gutterWidth) / -2);
  }

  .amis-scope .antd-Form-group--xs > * {
    padding-left: calc(var(--Form-group--xs-gutterWidth) / 2);
    padding-right: calc(var(--Form-group--xs-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-groupColumn {
    flex-basis: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }

  .amis-scope .antd-Form-groupColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-groupColumn--auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
    min-height: 1px;
  }
}

.amis-scope .antd-InputGroup {
  display: inline-flex;
  flex-wrap: nowrap;
}

.amis-scope .antd-InputGroup.antd-Form-control--sizeXs,
.amis-scope .antd-InputGroup.antd-Form-control--sizeSm,
.amis-scope .antd-InputGroup.antd-Form-control--sizeMd,
.amis-scope .antd-InputGroup.antd-Form-control--sizeLg {
  display: inline-flex;
}

.amis-scope .antd-InputGroup-addOn,
.amis-scope .antd-InputGroup .antd-Form-control {
  display: inline-block;
  white-space: nowrap;
}

.amis-scope .antd-InputGroup-addOn {
  background: var(--InputGroup-addOn-bg);
  border: var(--InputGroup-addOn-borderWidth) solid var(--InputGroup-addOn-borderColor);
  line-height: calc( var(--InputGroup-height) - var(--InputGroup-paddingY) * 2 - var(--InputGroup-addOn-borderWidth) * 2 );
  height: var(--InputGroup-height);
  box-sizing: border-box;
  padding: var(--InputGroup-paddingY) var(--InputGroup-paddingX);
}

.amis-scope .antd-InputGroup-addOn:not(:last-child) {
  border-right: 0;
}

.amis-scope .antd-InputGroup-addOn:first-child {
  border-top-left-radius: var(--InputGroup-addOn-borderRadius);
  border-bottom-left-radius: var(--InputGroup-addOn-borderRadius);
}

.amis-scope .antd-InputGroup-addOn:last-child {
  border-top-right-radius: var(--InputGroup-addOn-borderRadius);
  border-bottom-right-radius: var(--InputGroup-addOn-borderRadius);
}

.amis-scope .antd-InputGroup-btn .antd-Button {
  border-radius: 0;
  border: var(--InputGroup-button-borderWidth) solid var(--InputGroup-button-borderColor);
}

.amis-scope .antd-InputGroup-btn:not(:last-child) .antd-Button {
  border-right: 0;
}

.amis-scope .antd-InputGroup-btn:first-child .antd-Button {
  border-top-left-radius: var(--InputGroup-button-borderRadius);
  border-bottom-left-radius: var(--InputGroup-button-borderRadius);
}

.amis-scope .antd-InputGroup-btn:last-child .antd-Button {
  border-top-right-radius: var(--InputGroup-button-borderRadius);
  border-bottom-right-radius: var(--InputGroup-button-borderRadius);
}

.amis-scope .antd-InputGroup .antd-TextControl-input {
  flex-basis: 0;
  flex-grow: 1;
  display: inline-flex;
}

.amis-scope .antd-InputGroup .antd-TextControl-input:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .antd-InputGroup .antd-SelectControl .antd-Select {
  background: var(--InputGroup-select-bg);
  border: var(--InputGroup-select-borderWidth) solid var(--InputGroup-select-borderColor);
  color: var(--InputGroup-select-color);
}

.amis-scope .antd-InputGroup .antd-SelectControl:not(:last-child) .antd-Select {
  border-right: 0;
}

.amis-scope .antd-InputGroup .antd-SelectControl:first-child .antd-Select {
  border-top-left-radius: var(--InputGroup-select-borderRadius);
  border-bottom-left-radius: var(--InputGroup-select-borderRadius);
}

.amis-scope .antd-InputGroup .antd-SelectControl:last-child .antd-Select {
  border-top-right-radius: var(--InputGroup-select-borderRadius);
  border-bottom-right-radius: var(--InputGroup-select-borderRadius);
}

.amis-scope .antd-InputGroup .antd-SelectControl:not(:first-child) .antd-Select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.amis-scope .antd-InputGroup .antd-SelectControl:not(:last-child) .antd-Select {
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .antd-InputGroup .antd-Select-arrow {
  color: var(--InputGroup-select-arrowColor);
}

.amis-scope .antd-InputGroup.is-focused .antd-InputGroup-addOn,
.amis-scope .antd-InputGroup.is-focused .antd-TextControl-input,
.amis-scope .antd-InputGroup.is-focused .antd-Select,
.amis-scope .antd-InputGroup.is-focused .antd-InputGroup-btn .antd-Button {
  border-color: var(--InputGroup-addOn-onFocused-borderColor);
}

.amis-scope .antd-InputGroup.is-focused .antd-Select {
  background: var(--InputGroup-select-onFocused-bg);
}

.amis-scope .antd-InputGroup.is-focused .antd-Select {
  color: var(--InputGroup-select-onFocused-color);
}

.amis-scope .antd-InputGroup.is-focused .antd-Select-arrow {
  color: var(--InputGroup-select-onFocused-arrowColor);
}

.amis-scope .antd-InputGroup.is-focused .antd-InputGroup-addOn {
  color: var(--primary);
}

.amis-scope .antd-InputGroup:not(.is-inline) {
  display: flex;
}

.amis-scope .antd-TextControl {
  position: relative;
  max-width: 100%;
}

.amis-scope .antd-TextControl.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}

.amis-scope .antd-TextControl-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 150px;
}

.amis-scope .antd-TextControl-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextControl-input input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TextControl-input input {
    height: 100%;
  }
}

.amis-scope .antd-TextControl-input input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-TextControl-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-TextControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-TextControl-input--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextControl-input {
    height: 1.2rem;
    min-width: 110px;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.09rem 0rem;
    vertical-align: top;
    border-radius: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TextControl-input {
    height: 1.5rem;
    min-width: 130px;
    line-height: 1.5rem;
    font-size: 0.75rem;
    padding: 0.12rem 0.4rem 0.12rem 0;
    vertical-align: top;
    border-radius: 0;
  }
}

.amis-scope .antd-TextControl.is-error > .antd-TextControl-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TextControl.is-focused > .antd-TextControl-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TextControl.is-error.is-focused > .antd-TextControl-input {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-TextControl.is-disabled > .antd-TextControl-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TextControl-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

.amis-scope .antd-TextControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.amis-scope .antd-TextControl-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-TextControl-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

@media (min-width: 576px) {
  .amis-scope .antd-TextControl.antd-Form-control--sizeXs > .antd-TextControl-input,
  .amis-scope .antd-TextControl.antd-Form-control--sizeSm > .antd-TextControl-input,
  .amis-scope .antd-TextControl.antd-Form-control--sizeMd > .antd-TextControl-input,
  .amis-scope .antd-TextControl.antd-Form-control--sizeLg > .antd-TextControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .antd-TextControl-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  position: absolute;
  left: var(--Form-input-paddingX);
  top: var(--Form-input-paddingY);
  margin-top: calc(2 * var(--Form-input-borderWidth));
  line-height: var(--Form-input-lineHeight);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextControl-placeholder {
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TextControl-placeholder {
    left: 0;
    top: var(--Form-input-paddingY-1px);
  }
}

.amis-scope .antd-TextControl.format-xs .antd-TextControl-input {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fontSizeXs);
  height: var(--Form-input-height-xs);
}

.amis-scope .antd-TextControl.format-xs .antd-TextControl-input input {
  height: 100%;
}

.amis-scope .antd-TextControl.format-sm .antd-TextControl-input {
  padding-top: 0;
  padding-bottom: 0;
  font-size: var(--fontSizeSm);
  height: var(--Form-input-height-sm);
}

.amis-scope .antd-TextControl.format-sm .antd-TextControl-input input {
  height: 100%;
}

.amis-scope .antd-TextControl--withAddOn {
  display: flex;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeXs,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeSm,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeMd,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeLg {
    display: inline-flex;
  }

  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeXs > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeSm > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeMd > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.antd-Form-control--sizeLg > .antd-TextControl-input {
    min-width: unset;
  }
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-input {
  flex-basis: 1;
  flex-grow: 1;
  min-width: 0;
  border-radius: 0;
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-input:first-child {
  border-top-left-radius: var(--Form-input-borderRadius);
  border-bottom-left-radius: var(--Form-input-borderRadius);
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-input:last-child {
  border-top-right-radius: var(--Form-input-borderRadius);
  border-bottom-right-radius: var(--Form-input-borderRadius);
}

.amis-scope .antd-TextControl-addOn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  background: var(--Form-input-addOnBg);
  color: var(--Form-input-addOnColor);
  border-color: var(--Form-input-borderColor);
  border-style: solid;
  border-width: 0.0625rem 0;
}

.amis-scope .antd-TextControl-addOn:first-child {
  border-left-width: 0.0625rem;
}

.amis-scope .antd-TextControl-addOn:last-child {
  border-right-width: 0.0625rem;
  border-top-right-radius: var(--Form-input-borderRadius);
  border-bottom-right-radius: var(--Form-input-borderRadius);
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-button > .antd-Button {
  position: relative;
  border-radius: 0;
  margin-left: -0.0625rem;
  border: var(--InputGroup-button-borderWidth) solid var(--InputGroup-button-borderColor);
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-button:not(:last-child) .antd-Button {
  border-right: 0;
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-button:first-child .antd-Button {
  border-top-left-radius: var(--InputGroup-button-borderRadius);
  border-bottom-left-radius: var(--InputGroup-button-borderRadius);
}

.amis-scope .antd-TextControl--withAddOn > .antd-TextControl-button:last-child .antd-Button {
  border-top-right-radius: var(--InputGroup-button-borderRadius);
  border-bottom-right-radius: var(--InputGroup-button-borderRadius);
}

.amis-scope .antd-TextControl--withAddOn.is-focused > .antd-TextControl-button .antd-Button {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-TextControl--withAddOn.is-error > .antd-TextControl-addOn {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-TextControl--withAddOn.is-focused > .antd-TextControl-addOn {
  border-color: var(--Form-input-onFocused-borderColor);
  color: var(--Form-input-onFocus-addOnColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-TextControl--withAddOn.is-disabled > .antd-TextControl-addOn {
  color: var(--text--muted-color);
}

.amis-scope .antd-TextControl--withAddOn.is-inline {
  display: inline-block;
}

@media (min-width: 576px) {
  .amis-scope .antd-TextControl--withAddOn.is-inline.antd-Form-control--sizeXs > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.is-inline.antd-Form-control--sizeSm > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.is-inline.antd-Form-control--sizeMd > .antd-TextControl-input,
  .amis-scope .antd-TextControl--withAddOn.is-inline.antd-Form-control--sizeLg > .antd-TextControl-input {
    min-width: 100%;
  }
}

.amis-scope .antd-TextControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}

.amis-scope .antd-TextControl-input--withAC input {
  width: auto;
}

.amis-scope .antd-TextControl-sugs {
  position: absolute;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  max-height: 18.75rem;
  overflow: auto;
}

.amis-scope .antd-TextControl-sugItem {
  padding: calc((var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem) / 2) 0.75rem;
}

.amis-scope .antd-TextControl-sugItem svg {
  width: 1rem;
  margin-top: 0.25rem;
  float: right;
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-TextControl-sugItem:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-TextControl-sugItem.is-highlight {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}

.amis-scope .antd-TextControl-value {
  user-select: none;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
  vertical-align: middle;
  display: inline-block;
}

.amis-scope .antd-TextControl-input--multiple {
  height: auto;
  min-height: var(--Form-input-height);
  padding: calc(var(--Form-input-paddingY) - 0.125rem) calc(var(--Form-input-paddingX) - 0.1875rem);
}

.amis-scope .antd-TextControl-input--multiple .antd-TextControl-placeholder {
  margin-top: 0;
}

.amis-scope .antd-TextControl-input--multiple > input {
  margin-top: 2px;
}

.amis-scope .antd-TextControl-input--multiple .antd-TextControl-valueWrap {
  white-space: normal;
  margin-bottom: calc(var(--gap-xs) * -1);
}

.amis-scope .antd-TextControl-input--multiple .antd-TextControl-valueWrap > input {
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-TextControl-input--multiple .antd-TextControl-value {
  white-space: nowrap;
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem);
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 0.125rem;
  margin: 2px 3px;
}

.amis-scope .antd-TextControl-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}

.amis-scope .antd-TextControl-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}

.amis-scope .antd-TextControl-input--multiple .antd-TextControl-valueLabel {
  padding: 0 var(--gap-xs);
}

.amis-scope .antd-TextControl-counter {
  color: var(--text--muted-color);
}

.amis-scope .has-error--maxLength .antd-TextControl-counter {
  color: var(--danger);
}

.amis-scope .antd-TextControl-input:hover {
  border-color: var(--Form-input-onHover-borderColor);
}

.amis-scope .antd-TextControl.is-disabled-input input {
  color: var(--Form-input-onDisabled-color);
}

.amis-scope .antd-TextControl--withPopover {
  position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextControl--withPopover {
    left: -3px;
  }
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  padding: 3px;
  background: #f5f9ff;
  cursor: pointer;
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn .icon {
  color: #62a6ff;
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn .button-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn .button-group .ant-btn-sm {
  font-size: 12px;
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn-icon {
  top: 1px;
  right: 2px;
  bottom: 1px;
  width: 25px;
  background-color: transparent;
  border: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn-icon {
    width: 20px;
    padding: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn-icon {
    width: 20px;
    padding: 0;
  }
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn-icon .antd-TransferPicker-icon {
  margin: auto auto;
}

.amis-scope .antd-TextControl--withPopover .antd-TextControl-addOn-icon .antd-TransferPicker-icon .icon-tablet {
  width: 17px;
  height: 17px;
}

.amis-scope .antd-TextareaControl {
  position: relative;
}

.amis-scope .antd-TextareaControl > textarea {
  border: 1px solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  background: var(--Form-input-bg);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  display: block;
  width: 100%;
  line-height: var(--Form-input-lineHeight);
  outline: none;
  resize: none;
}

.amis-scope .antd-TextareaControl > textarea--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-TextareaControl > textarea--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TextareaControl > textarea {
    font-size: 0.75rem;
  }
}

.amis-scope .antd-TextareaControl > textarea::placeholder {
  color: var(--Form-input-placeholderColor);
}

.amis-scope .antd-TextareaControl > textarea:hover {
  border-color: var(--Form-input-onHover-borderColor);
}

.amis-scope .antd-TextareaControl > textarea:focus,
.amis-scope .antd-TextareaControl.is-focused > textarea {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-TextareaControl > textarea:focus:hover,
.amis-scope .antd-TextareaControl.is-focused > textarea:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-TextareaControl.is-disabled > textarea,
.amis-scope .antd-TextareaControl > textarea[disabled] {
  background: #e5e7eb;
  color: var(--text--muted-color);
}

.amis-scope .antd-TextareaControl.is-error > textarea {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-TextareaControl-counter {
  position: absolute;
  right: var(--Form-input-paddingX);
  bottom: var(--Form-input-paddingY);
  font-size: var(--fontSizeSm);
  padding: 0 5px;
  border-radius: 3px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.amis-scope .antd-TextareaControl-counter.is-empty {
  color: #666;
  background: rgba(0, 0, 0, 0.4);
}

.amis-scope .has-error--maxLength .antd-TextareaControl-counter {
  background: var(--danger);
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-TextareaControl.format-xs > textarea {
  padding-top: var(--Form-input-paddingY-sm);
  padding-bottom: var(--Form-input-paddingY-sm);
  line-height: var(--Form-input-lineHeight-sm);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-TextareaControl.format-sm > textarea {
  padding-top: var(--Form-input-paddingY-xs);
  padding-bottom: var(--Form-input-paddingY-xs);
  line-height: var(--Form-input-lineHeight-xs);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Checkbox {
  margin: 0 var(--gap-sm) 0 0;
  font-weight: var(--fontWeightNormal);
  user-select: none;
  pointer-events: none;
}

.amis-scope .antd-Checkbox input {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  pointer-events: none;
}

.amis-scope .antd-Checkbox:hover input:not(:disabled) + i {
  border-color: var(--Checkbox-onHover-color);
}

.amis-scope .antd-Checkbox > i {
  cursor: pointer;
  line-height: 1;
  background: var(--Checkbox-gb);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  pointer-events: all;
}

.amis-scope .antd-Checkbox > i + span {
  pointer-events: all;
  margin-left: var(--Checkbox-gap);
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.amis-scope .antd-Checkbox > i + span > a {
  margin-left: var(--gap-xs);
  display: none;
}

.amis-scope .antd-Checkbox > i + span:empty {
  display: none;
}

.amis-scope .antd-Checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0px;
  height: 0px;
  background: transparent;
  transition: all var(--animation-duration);
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
}

.amis-scope .antd-Checkbox:hover > i + span > a {
  display: inline-block;
}

.amis-scope .antd-Checkbox--checkbox {
  padding-left: var(--Checkbox-size);
}

.amis-scope .antd-Checkbox--checkbox input {
  margin-left: calc(var(--Checkbox-size) * -1);
}

.amis-scope .antd-Checkbox--checkbox input:checked + i {
  border-color: var(--Checkbox-onHover-color);
}

.amis-scope .antd-Checkbox--checkbox input:checked + i:before {
  width: var(--Checkbox-inner-size);
  height: var(--Checkbox-inner-size);
  background: var(--Checkbox-onHover-color);
}

.amis-scope .antd-Checkbox--checkbox input[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  cursor: not-allowed;
}

.amis-scope .antd-Checkbox--checkbox input[disabled] + i:before {
  width: var(--Checkbox-inner-size);
  height: calc(var(--Checkbox-inner-size) / 2);
  background: var(--Checkbox-onDisabled-bg);
}

.amis-scope .antd-Checkbox--checkbox input[disabled] + i + span {
  cursor: not-allowed;
  color: var(--text--muted-color);
}

.amis-scope .antd-Checkbox--checkbox > i {
  width: var(--Checkbox-size);
  height: var(--Checkbox-size);
  border: 0.0625rem solid var(--Checkbox-color);
  border-radius: var(--Checkbox-borderRadius);
  margin-left: calc(var(--Checkbox-size) * -1);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox:not(:disabled) + i:hover {
  border-color: var(--Checkbox-color);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i {
  border-color: var(--Checkbox-onHover-color);
  background: var(--Checkbox-onHover-color);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked + i:before {
  width: var(--Checkbox--full-inner-size);
  height: calc(var(--Checkbox--full-inner-size) / 2);
  border-color: var(--Checkbox-gb);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  background: var(--Checkbox-onDisabled-bg);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input[disabled]:checked + i:before {
  border-color: var(--Checkbox-onDisabled-color);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox input:checked[disabled] + i {
  border-color: var(--Checkbox-onDisabled-color);
  background: var(--Checkbox-onDisabled-bg);
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox > i {
  position: relative;
  cursor: pointer;
}

.amis-scope .antd-Checkbox--full.antd-Checkbox--checkbox > i:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  border-color: transparent;
  transition: width var(--animation-duration), height var(--animation-duration), transform var(--animation-duration);
  border-width: 0 0 0.125rem 0.125rem;
  transform: translate(-50%, -60%) rotate(-40deg);
  border-style: solid;
}

.amis-scope .antd-Checkbox--radio {
  padding-left: var(--Radio-size);
}

.amis-scope .antd-Checkbox--radio input {
  margin-left: calc(var(--Radio-size) * -1);
}

.amis-scope .antd-Checkbox--radio input:checked + i {
  border-color: var(--Radio-onHover-color);
}

.amis-scope .antd-Checkbox--radio input:checked + i:before {
  width: var(--Radio-inner-size);
  height: var(--Radio-inner-size);
  background: var(--Radio-onHover-color);
  border-radius: 50%;
}

.amis-scope .antd-Checkbox--radio input[disabled] + i {
  border-color: var(--Radio-onDisabled-color);
  background: var(--Radio-onDisabled-bg);
  cursor: not-allowed;
}

.amis-scope .antd-Checkbox--radio input[disabled] + i:before {
  background: var(--Radio-onDisabled-color);
}

.amis-scope .antd-Checkbox--radio input[disabled] + i + span {
  cursor: not-allowed;
  color: var(--text--muted-color);
}

.amis-scope .antd-Checkbox--radio input:focus + i {
  box-shadow: var(--Radio-onFocus-boxShadow);
}

.amis-scope .antd-Checkbox--radio > i {
  cursor: pointer;
  width: var(--Radio-size);
  height: var(--Radio-size);
  border: 0.0625rem solid var(--Radio-color);
  margin-left: calc(var(--Radio-size) * -1);
  margin-top: -0.125rem;
  border-radius: 50%;
}

.amis-scope .antd-Checkbox--sm {
  padding-left: var(--Checkbox--sm-size);
}

.amis-scope .antd-Checkbox--sm input {
  margin-left: calc(var(--Checkbox--sm-size) * -1);
}

.amis-scope .antd-Checkbox--sm input:checked + i:before {
  width: var(--Checkbox--sm-inner-size);
  height: var(--Checkbox--sm-inner-size);
}

.amis-scope .antd-Checkbox--sm > i {
  width: var(--Checkbox--sm-size);
  height: var(--Checkbox--sm-size);
  margin-left: calc(var(--Checkbox--sm-size) * -1);
  margin-top: 0;
}

.amis-scope .antd-Checkbox--sm > i + span {
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Checkbox--sm.antd-Checkbox--full input[type=checkbox]:checked + i:before {
  width: var(--Checkbox--sm--full-inner-size);
  height: calc(var(--Checkbox--sm--full-inner-size) / 2);
}

.amis-scope .antd-Checkbox-desc {
  color: var(--text--muted-color);
  margin-left: var(--Checkbox-gap);
  margin-top: var(--gap-xs);
  pointer-events: all;
}

.amis-scope .antd-CheckboxControl,
.amis-scope .antd-RadiosControl,
.amis-scope .antd-CheckboxesControl {
  padding-top: calc( (var(--Form-input-height) - var(--Checkbox-size)) / 2 - 3px );
}

.amis-scope .antd-RadiosControl .antd-Checkbox,
.amis-scope .antd-CheckboxesControl .antd-Checkbox {
  display: block;
  margin-bottom: var(--Form-label-paddingTop);
}

.amis-scope .antd-RadiosControl.is-inline .antd-Checkbox,
.amis-scope .antd-CheckboxesControl.is-inline .antd-Checkbox {
  display: inline-block;
  margin-right: var(--gap-md);
}

.amis-scope .antd-RadiosControl-group:not(:first-child),
.amis-scope .antd-CheckboxesControl-group:not(:first-child) {
  margin-top: 0.625rem;
}

.amis-scope .antd-RadiosControl-group .antd-RadiosControl-groupLabel,
.amis-scope .antd-RadiosControl-group .antd-CheckboxesControl-groupLabel,
.amis-scope .antd-CheckboxesControl-group .antd-RadiosControl-groupLabel,
.amis-scope .antd-CheckboxesControl-group .antd-CheckboxesControl-groupLabel {
  display: block;
  font-size: var(--fontSizeSm);
  color: #999;
}

.amis-scope .antd-Checkboxes > .antd-Checkbox {
  display: block;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
}

.amis-scope .antd-Checkboxes--inline > .antd-Checkbox {
  display: inline-block;
}

.amis-scope .antd-Checkboxes-addBtn {
  display: block;
  cursor: pointer;
}

.amis-scope .antd-Checkboxes-addBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-Checkboxes-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}

.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
.amis-scope .antd-ListCheckboxes-group:not(:first-child) > .antd-ListRadios-itemLabel,
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListCheckboxes-itemLabel,
.amis-scope .antd-ListRadios-group:not(:first-child) > .antd-ListRadios-itemLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}

.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-itemLabel,
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-itemLabel,
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-itemLabel,
.amis-scope .antd-ListRadios-group > .antd-ListRadios-itemLabel {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}

.amis-scope .antd-ListCheckboxes-item,
.amis-scope .antd-ListRadios-item {
  display: flex;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .antd-ListCheckboxes-item > .antd-Checkbox,
.amis-scope .antd-ListRadios-item > .antd-Checkbox {
  margin-right: 0;
}

.amis-scope .antd-ListCheckboxes-item.is-active,
.amis-scope .antd-ListRadios-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-ListCheckboxes-item:hover,
.amis-scope .antd-ListRadios-item:hover {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-ListCheckboxes-item.is-disabled,
.amis-scope .antd-ListRadios-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
.amis-scope .antd-ListCheckboxes-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
.amis-scope .antd-ListCheckboxes-group > .antd-ListRadios-items > .antd-ListRadios-item,
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListCheckboxes-item,
.amis-scope .antd-ListRadios-group > .antd-ListCheckboxes-items > .antd-ListRadios-item,
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListCheckboxes-item,
.amis-scope .antd-ListRadios-group > .antd-ListRadios-items > .antd-ListRadios-item {
  padding-left: var(--gap-base);
}

.amis-scope .antd-ListCheckboxes-itemLabel,
.amis-scope .antd-ListRadios-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-ListCheckboxes-itemLabel span,
.amis-scope .antd-ListRadios-itemLabel span {
  white-space: nowrap;
}

.amis-scope .antd-ListCheckboxes-placeholder,
.amis-scope .antd-ListRadios-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-TableCheckboxes .antd-Table-content {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th,
.amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td {
  font-size: var(--fontSizeSm);
  padding-top: var(--gap-xs);
  padding-bottom: 0.375rem;
  vertical-align: middle;
}

.amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th {
  padding-top: 0.375rem;
}

.amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:first-child,
.amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:first-child {
  padding-left: 0.625rem;
  padding-right: 0;
}

.amis-scope .antd-TableCheckboxes .antd-Table-table > thead > tr > th:last-child,
.amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--gap-md);
}

.amis-scope .antd-TableCheckboxes .antd-Table-table > tbody > tr {
  cursor: pointer;
}

.amis-scope .antd-TreeCheckboxes .antd-Table-expandBtn,
.amis-scope .antd-TreeRadios .antd-Table-expandBtn {
  color: var(--icon-color);
  margin-right: 5px;
}

.amis-scope .antd-TreeCheckboxes-sublist,
.amis-scope .antd-TreeRadios-sublist {
  position: relative;
  margin: 0 0 0 2.1875rem;
  display: none;
}

.amis-scope .antd-TreeCheckboxes-sublist:before,
.amis-scope .antd-TreeRadios-sublist:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--gap-xs) * -1);
  bottom: calc(var(--Form-input-height) / 2);
  left: -19px;
  border-left: dashed 1px var(--icon-color);
}

.amis-scope .antd-TreeCheckboxes-item,
.amis-scope .antd-TreeRadios-item {
  position: relative;
}

.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeCheckboxes-sublist,
.amis-scope .antd-TreeCheckboxes-item.is-expanded > .antd-TreeRadios-sublist,
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeCheckboxes-sublist,
.amis-scope .antd-TreeRadios-item.is-expanded > .antd-TreeRadios-sublist {
  display: block;
}

.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
.amis-scope .antd-TreeCheckboxes-item:not(:last-child) > .antd-TreeRadios-sublist:before,
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeCheckboxes-sublist:before,
.amis-scope .antd-TreeRadios-item:not(:last-child) > .antd-TreeRadios-sublist:before {
  bottom: 0;
}

.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeCheckboxes-item:before,
.amis-scope .antd-TreeCheckboxes-sublist .antd-TreeRadios-item:before,
.amis-scope .antd-TreeRadios-sublist .antd-TreeCheckboxes-item:before,
.amis-scope .antd-TreeRadios-sublist .antd-TreeRadios-item:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--Form-input-height) / 2);
  width: 19px;
  left: -19px;
  border-top: dashed 1px var(--icon-color);
}

.amis-scope .antd-TreeCheckboxes-itemInner,
.amis-scope .antd-TreeRadios-itemInner {
  display: flex;
  align-items: center;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.amis-scope .antd-TreeCheckboxes-itemInner > .antd-Checkbox,
.amis-scope .antd-TreeRadios-itemInner > .antd-Checkbox {
  margin-right: 0;
  margin-left: var(--gap-sm);
}

.amis-scope .antd-TreeCheckboxes-itemInner > *,
.amis-scope .antd-TreeRadios-itemInner > * {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-TreeCheckboxes-itemInner:hover:after,
.amis-scope .antd-TreeRadios-itemInner:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-TreeCheckboxes-itemInner.is-active,
.amis-scope .antd-TreeRadios-itemInner.is-active {
  color: var(--Form-select-menu-onActive-color);
}

.amis-scope .antd-TreeCheckboxes-itemInner.is-disabled,
.amis-scope .antd-TreeRadios-itemInner.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-TreeCheckboxes-itemLabel,
.amis-scope .antd-TreeRadios-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-TreeCheckboxes-placeholder,
.amis-scope .antd-TreeRadios-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedCheckboxes {
  display: flex;
  flex-direction: row;
}

.amis-scope .antd-ChainedCheckboxes-col {
  flex-grow: 1;
  min-width: 150px;
}

.amis-scope .antd-ChainedCheckboxes-col:not(:last-child) {
  border-right: 1px solid var(--borderColor);
}

.amis-scope .antd-ChainedCheckboxes-subTitle {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedCheckboxes-item {
  display: flex;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .antd-ChainedCheckboxes-item > .antd-Checkbox {
  margin-right: 0;
}

.amis-scope .antd-ChainedCheckboxes-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-ChainedCheckboxes-item:hover {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-ChainedCheckboxes-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedCheckboxes-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-ChainedCheckboxes-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-AssociatedCheckboxes {
  display: flex;
  flex-direction: row;
}

.amis-scope .antd-AssociatedCheckboxes-left,
.amis-scope .antd-AssociatedCheckboxes-right {
  flex-grow: 1;
  width: 0;
  height: 10.9375rem;
  overflow: auto;
}

.amis-scope .antd-AssociatedCheckboxes-left {
  border-right: 1px solid var(--borderColor);
}

.amis-scope .antd-AssociatedCheckboxes-reload {
  text-align: center;
  color: var(--info);
  margin: 20px 0 0;
}

.amis-scope .antd-AssociatedCheckboxes-reload.is-clickable {
  cursor: pointer;
}

.amis-scope .antd-AssociatedCheckboxes-box {
  line-height: var(--Form-input-lineHeight);
  font-size: var(--fontSizeSm);
  color: var(--text--muted-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.amis-scope .antd-AssociatedCheckboxes-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: var(--text--muted-color);
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-CheckboxControl.format-xs,
.amis-scope .antd-RadiosControl.format-xs,
.amis-scope .antd-CheckboxesControl.format-xs {
  padding-top: calc( (var(--Form-input-height-xs) - var(--Checkbox-size)) / 2 - 3px );
}

.amis-scope .antd-CheckboxControl.format-sm,
.amis-scope .antd-RadiosControl.format-sm,
.amis-scope .antd-CheckboxesControl.format-sm {
  padding-top: calc( (var(--Form-input-height-sm) - var(--Checkbox-size)) / 2 - 3px );
}

.amis-scope .antd-Selection > .antd-Checkbox {
  display: block;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
}

.amis-scope .antd-Selection--inline > .antd-Checkbox {
  display: inline-block;
}

.amis-scope .antd-Selection-addBtn {
  display: block;
  cursor: pointer;
}

.amis-scope .antd-Selection-addBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-Selection-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}

.amis-scope .antd-GroupedSelection {
  max-height: 18.75rem;
  overflow: auto;
  user-select: none;
}

.amis-scope .antd-GroupedSelection-group:not(:first-child) > .antd-GroupedSelection-itemLabel {
  border-top: 0.0625rem solid var(--ListMenu-divider-color);
}

.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-itemLabel {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}

.amis-scope .antd-GroupedSelection-item {
  display: flex;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .antd-GroupedSelection-item > .antd-Checkbox {
  margin-right: 0;
}

.amis-scope .antd-GroupedSelection-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-GroupedSelection-item:hover {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-GroupedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-GroupedSelection-group > .antd-GroupedSelection-items > .antd-GroupedSelection-item {
  padding-left: var(--gap-base);
}

.amis-scope .antd-GroupedSelection-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-GroupedSelection-itemLabel span {
  white-space: nowrap;
}

.amis-scope .antd-GroupedSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-TableSelection .antd-Table-content {
  border-top: var(--Table-borderWidth) solid var(--Table-borderColor);
}

.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th,
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td {
  font-size: var(--fontSizeSm);
  padding-top: var(--gap-xs);
  padding-bottom: 0.375rem;
  vertical-align: middle;
}

.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th {
  padding-top: 0.375rem;
}

.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:first-child,
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:first-child {
  padding-left: 0.625rem;
  padding-right: 0;
}

.amis-scope .antd-TableSelection .antd-Table-table > thead > tr > th:last-child,
.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr > td:last-child {
  padding-right: var(--gap-md);
}

.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr {
  cursor: pointer;
}

.amis-scope .antd-TableSelection .antd-Table-table > tbody > tr.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-TreeSelection .antd-Table-expandBtn {
  color: var(--icon-color);
  margin-right: 5px;
}

.amis-scope .antd-TreeSelection-sublist {
  position: relative;
  margin: 0 0 0 2.1875rem;
  display: none;
}

.amis-scope .antd-TreeSelection-sublist:before {
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--gap-xs) * -1);
  bottom: calc(var(--Form-input-height) / 2);
  left: -19px;
  border-left: dashed 1px var(--icon-color);
}

.amis-scope .antd-TreeSelection-item {
  position: relative;
}

.amis-scope .antd-TreeSelection-item.is-expanded > .antd-TreeSelection-sublist {
  display: block;
}

.amis-scope .antd-TreeSelection-item:not(:last-child) > .antd-TreeSelection-sublist:before {
  bottom: 0;
}

.amis-scope .antd-TreeSelection-sublist .antd-TreeSelection-item:before {
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--Form-input-height) / 2);
  width: 19px;
  left: -19px;
  border-top: dashed 1px var(--icon-color);
}

.amis-scope .antd-TreeSelection-itemInner {
  display: flex;
  align-items: center;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  white-space: nowrap;
  /*控制单行显示*/
  overflow: hidden;
  /*超出隐藏*/
  text-overflow: ellipsis;
  /*隐藏的字符用省略号表示*/
  cursor: pointer;
  user-select: none;
  position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TreeSelection-itemInner {
    font-size: 0.75rem;
  }
}

.amis-scope .antd-TreeSelection-itemInner > .antd-Checkbox {
  margin-right: 0;
  margin-left: var(--gap-sm);
}

.amis-scope .antd-TreeSelection-itemInner > * {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-TreeSelection-itemInner:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-TreeSelection-itemInner.is-active {
  color: var(--Form-select-menu-onActive-color);
}

.amis-scope .antd-TreeSelection-itemInner.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-TreeSelection-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-TreeSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedSelection {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}

.amis-scope .antd-ChainedSelection-col {
  flex-grow: 1;
  min-width: 150px;
}

.amis-scope .antd-ChainedSelection-col:not(:last-child) {
  border-right: 1px solid var(--borderColor);
}

.amis-scope .antd-ChainedSelection-subTitle {
  font-size: var(--fontSizeSm);
  padding: var(--gap-xs) var(--gap-xs);
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedSelection-item {
  display: flex;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  cursor: pointer;
  user-select: none;
}

.amis-scope .antd-ChainedSelection-item > .antd-Checkbox {
  margin-right: 0;
}

.amis-scope .antd-ChainedSelection-item.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-ChainedSelection-item:hover {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-ChainedSelection-item.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-ChainedSelection-itemLabel {
  flex-grow: 1;
}

.amis-scope .antd-ChainedSelection-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-AssociatedSelection {
  display: flex;
  flex-direction: row;
}

.amis-scope .antd-AssociatedSelection-left,
.amis-scope .antd-AssociatedSelection-right {
  flex-grow: 1;
  width: 0;
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: auto;
}

.amis-scope .antd-AssociatedSelection-left {
  border-right: 1px solid var(--borderColor);
}

.amis-scope .antd-AssociatedSelection-reload {
  text-align: center;
  color: var(--info);
  margin: 20px 0 0;
}

.amis-scope .antd-AssociatedSelection-reload.is-clickable {
  cursor: pointer;
}

.amis-scope .antd-AssociatedSelection-box {
  line-height: var(--Form-input-lineHeight);
  font-size: var(--fontSizeSm);
  color: var(--text--muted-color);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.amis-scope .antd-AssociatedSelection-box > p {
  text-align: center;
  margin: 10px 0 20px;
  color: var(--text--muted-color);
}

.amis-scope .antd-CityPicker .antd-Select {
  margin-right: var(--gap-xs);
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-CityPicker-input {
  outline: none;
  vertical-align: top;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
}

.amis-scope .antd-CityPicker-input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-CityPicker-input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-CityPicker {
  display: inline-block;
}

.amis-scope .antd-CityArea-popup {
  height: 17.5rem;
}

.amis-scope .antd-CityArea-Input {
  margin-top: var(--gap-xs);
  outline: none;
  vertical-align: top;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  display: inline-flex !important;
}

.amis-scope .antd-CityArea-Input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-CityArea-Input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-Switch {
  cursor: pointer;
  position: relative;
  display: inline-block;
  height: var(--Switch-height);
  min-width: var(--Switch-width);
  overflow: hidden;
  border-radius: 1.875rem;
  background: var(--Switch-bgColor);
  margin: 0;
  vertical-align: middle;
  text-align: left;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Switch {
    height: 1rem;
  }
}

.amis-scope .antd-Switch.is-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

.amis-scope .antd-Switch .text {
  margin: 0 0.4375rem 0 1.5625rem;
  color: var(--Switch-valueColor);
  text-indent: calc(var(--Switch-width) / 2);
  text-transform: uppercase;
  font-size: var(--fontSizeSm);
  line-height: var(--Switch-height);
  font-style: normal;
  font-weight: bold;
  transition: all var(--animation-duration);
  vertical-align: super;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Switch .text {
    line-height: 1rem;
  }
}

.amis-scope .antd-Switch .text > svg {
  width: var(--fontSizeSm);
  height: var(--fontSizeSm);
  margin-top: calc((var(--Switch-height) - var(--fontSizeSm)) / 2);
}

.amis-scope .antd-Switch .slider:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: calc(var(--Switch-height) - 0.125rem);
  top: 0.0625rem;
  bottom: 0.0625rem;
  left: 0.0625rem;
  border-radius: 50%;
  transition: margin-left var(--animation-duration);
}

.amis-scope .antd-Switch.is-checked {
  background: var(--Switch-onActive-bgColor);
}

.amis-scope .antd-Switch.is-checked .slider::before {
  left: auto;
  right: 0.0625rem;
  border-width: 0;
}

.amis-scope .antd-Switch.is-checked .text {
  margin: 0 25px 0 7px;
  color: var(--white);
  text-indent: var(--gap-xs);
}

.amis-scope .antd-Switch.is-checked.is-disabled .slider:before {
  color: var(--Switch-onDisabled-color);
}

.amis-scope .antd-Switch.is-checked.is-disabled .text {
  color: var(--Switch-onDisabled-color);
}

.amis-scope .antd-Switch input {
  position: absolute;
  opacity: 0;
}

.amis-scope .antd-Switch-option {
  vertical-align: middle;
  margin-left: var(--Switch-gap);
}

.amis-scope .antd-Switch-option:first-child {
  margin-left: 0;
  margin-right: var(--Switch-gap);
}

.amis-scope .antd-Switch-option:empty {
  display: none;
}

.amis-scope .antd-SwitchControl {
  padding-top: calc((var(--Form-input-height) - var(--Switch-height)) / 2);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-SwitchControl {
    padding-top: 0;
  }
}

.amis-scope .antd-SwitchControl.is-inline {
  display: inline-block;
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-SwitchControl.format-sm {
  padding-top: calc((var(--Form-input-height-sm) - var(--Switch-height-sm)) / 2);
}

.amis-scope .antd-SwitchControl.format-sm .antd-Switch {
  height: var(--Switch-height-sm);
  min-width: var(--Switch-width-sm);
}

.amis-scope .antd-SwitchControl.format-sm .antd-Switch .text {
  line-height: var(--Switch-height-sm);
}

.amis-scope .antd-SwitchControl.format-sm .antd-Switch .slider:before {
  width: calc(var(--Switch-height-sm) - 0.125rem);
}

.amis-scope .antd-SwitchControl.format-xs {
  padding-top: calc((var(--Form-input-height-xs) - var(--Switch-height-xs)) / 2);
}

.amis-scope .antd-SwitchControl.format-xs .antd-Switch {
  height: var(--Switch-height-xs);
  min-width: var(--Switch-width-xs);
}

.amis-scope .antd-SwitchControl.format-xs .antd-Switch .text {
  line-height: var(--Switch-height-xs);
}

.amis-scope .antd-SwitchControl.format-xs .antd-Switch .slider:before {
  width: calc(var(--Switch-height-xs) - 0.125rem);
}

.amis-scope .antd-Number {
  margin: 0;
  padding: 0;
  font-size: var(--Form-input-fontSize);
  display: inline-block;
  vertical-align: middle;
  background: var(--Number-bg);
  border: var(--Number-borderWidth) solid var(--Number-borderColor);
  border-radius: var(--Number-borderRadius);
}

@media (max-width: 767px) {
  .amis-scope .antd-Number {
    font-size: 15px;
  }
}

.amis-scope .antd-Number--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-Number--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-Number.no-steps > .antd-Number-handler-wrap {
  display: none;
}

.amis-scope .antd-Number-focused {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-Number-handler {
  text-align: center;
  overflow: hidden;
  display: block;
  touch-action: none;
}

.amis-scope .antd-Number-handler-active {
  background: #ddd;
}

.amis-scope .antd-Number-handler-up-inner,
.amis-scope .antd-Number-handler-down-inner {
  user-select: none;
  -webkit-user-select: none;
  display: inline-block;
}

.amis-scope .antd-Number:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-Number:hover .antd-Number-handler-up,
.amis-scope .antd-Number:hover .antd-Number-handler-wrap {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-Number-disabled:hover {
  border-color: var(--Form-input-borderColor);
}

.amis-scope .antd-Number-disabled:hover .antd-Number-handler-up,
.amis-scope .antd-Number-disabled:hover .antd-Number-handler-wrap {
  border-color: var(--Form-input-borderColor);
}

.amis-scope .antd-Number-input-wrap {
  overflow: hidden;
  height: 100%;
}

.amis-scope .antd-Number-input {
  width: 100%;
  background: transparent;
  text-align: left;
  vertical-align: top;
  outline: 0;
  -moz-appearance: textfield;
  line-height: calc(var(--Form-input-height) - var(--Number-borderWidth) * 2);
  transition: all var(--animation-duration) ease;
  border: 0;
  border-radius: var(--Form-input-borderRadius);
  padding: 0 var(--Form-input-paddingX);
}

.amis-scope .antd-Number-input::-webkit-input-placeholder {
  color: #bbb;
}

.amis-scope .antd-Number-input::-moz-input-placeholder {
  color: #bbb;
}

.amis-scope .antd-Number-input::-ms-input-placeholder {
  color: #bbb;
}

@media (max-width: 767px) {
  .amis-scope .antd-Number-input {
    padding: 0;
  }

  .amis-scope .antd-Number-input::-webkit-input-placeholder {
    color: #999;
  }

  .amis-scope .antd-Number-input::-moz-input-placeholder {
    color: #999;
  }

  .amis-scope .antd-Number-input::-ms-input-placeholder {
    color: #999;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Number-input {
    padding: 0;
    height: 100%;
  }
}

@media screen and (min-width: 1440px) and (max-width: 1680px) {
  .amis-scope .antd-Number-input {
    line-height: 22px;
  }
}

.amis-scope .antd-Number-handler {
  background: var(--Number-handler-bg);
  color: var(--Number-handler-color);
  font-family: var(--Number-handler-fontFamily);
  font-size: var(--Number-handler-fontSize);
}

.amis-scope .antd-Number-handler:hover {
  background: var(--Number-handler-onHover-bg);
  color: var(--Number-handler-onHover-color);
}

.amis-scope .antd-Number-handler:hover:active {
  background: var(--Number-handler-onActive-bg);
}

.amis-scope .antd-Number-handler-up-inner {
  transform: var(--Number-handler--up-transform);
}

.amis-scope .antd-Number-handler-up-inner:after {
  content: var(--Number-handler--up-content);
}

.amis-scope .antd-Number-handler-down-inner:after {
  content: var(--Number-handler--down-content);
}

.amis-scope .antd-Number-handler-wrap {
  float: right;
  border-left: 0.0625rem solid var(--Form-input-borderColor);
  width: var(--Number-handler-width);
  height: 100%;
}

.amis-scope .antd-Number-handler {
  line-height: calc((var(--Form-input-height) - 0.375rem) / 2);
  height: calc((var(--Form-input-height) - var(--Number-borderWidth) * 2) / 2);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Number-handler {
    height: calc(1rem / 2);
    line-height: calc((1rem - 0.375rem) / 2);
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Number-handler {
    height: calc(1.3rem / 2);
    line-height: calc((1.5rem - 0.375rem) / 2);
  }
}

.amis-scope .antd-Number-handler-up {
  border-bottom: var(--Number-handler-borderBottom);
  padding-top: 0.0625rem;
}

.amis-scope .antd-Number-handler-down-disabled,
.amis-scope .antd-Number-handler-up-disabled {
  background: var(--Number-handler-onDisabled-bg);
  pointer-events: none;
  color: var(--Number-handler-onDisabled-color);
}

.amis-scope .antd-Number-disabled .antd-Number-input {
  opacity: 0.72;
  cursor: not-allowed;
  background: var(--Number-onDisabled-bg);
}

.amis-scope .antd-Number-disabled .antd-Number-handler {
  opacity: 0.72;
}

.amis-scope .antd-Number-disabled .antd-Number-handler:hover {
  color: var(--text--muted-color);
  border-color: var(--Form-input-borderColor);
}

.amis-scope .antd-NumberControl:not(.is-inline) > .antd-Number {
  display: block;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-NumberControl:not(.is-inline) > .antd-Number {
    height: 1.2rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-NumberControl:not(.is-inline) > .antd-Number {
    height: 1.5rem;
  }
}

.amis-scope .antd-Number--borderHalf .antd-Number-handler-wrap,
.amis-scope .antd-Number--borderNone .antd-Number-handler-wrap {
  border-left: none;
}

.amis-scope .antd-NumberControl--withUnit {
  display: flex;
}

.amis-scope .antd-NumberControl--withUnit .antd-Number {
  flex-grow: 1;
}

.amis-scope .antd-NumberControl--withUnit .antd-Select {
  border-left: 0;
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-NumberControl.format-xs .antd-Number {
  height: var(--Form-input-height-xs);
  line-height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}

.amis-scope .antd-NumberControl.format-xs .antd-Number-input {
  padding-top: 0;
  padding-bottom: 0;
}

.amis-scope .antd-NumberControl.format-xs .antd-Number-handler {
  font-size: var(--fontSizeXs);
  line-height: calc((var(--Form-input-height-xs) - 0.375rem) / 2);
  height: calc((var(--Form-input-height-xs) - var(--Number-borderWidth) * 2) / 2);
}

.amis-scope .antd-NumberControl.format-sm .antd-Number {
  height: var(--Form-input-height-sm);
  line-height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-NumberControl.format-sm .antd-Number-input {
  padding-top: 0;
  padding-bottom: 0;
}

.amis-scope .antd-NumberControl.format-sm .antd-Number-handler {
  font-size: var(--fontSizeSm);
  line-height: calc((var(--Form-input-height-sm) - 0.375rem) / 2);
  height: calc((var(--Form-input-height-sm) - var(--Number-borderWidth) * 2) / 2);
}

.amis-scope .antd-Select {
  display: inline-flex;
  vertical-align: middle;
  text-align: left;
  align-items: center;
  outline: none;
  position: relative;
  font-size: var(--Form-input-fontSize);
  border: var(--Form-select-borderWidth) solid var(--Form-select-borderColor);
  background: var(--Form-select-bg);
  border-radius: var(--Form-select-borderRadius);
  min-height: var(--Form-selectOption-height);
  padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) 0 calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) var(--Form-select-paddingX);
  cursor: pointer;
  color: var(--Form-select-color);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Select {
    min-height: 1.2rem;
    height: 1.2rem;
    line-height: 0.9rem;
    font-size: 0.75rem;
    vertical-align: top;
    padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) 0 calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Select {
    min-height: 1.5rem;
    height: 1.5rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) 0 calc( ( var(--Form-selectOption-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - var(--Form-select-borderWidth) * 2 ) / 2 ) 0;
  }
}

.amis-scope .antd-Select-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Select:hover {
  background: var(--Form-select-onHover-bg);
  border-color: var(--Form-select-onHover-borderColor);
}

.amis-scope .antd-Select:hover .antd-Select-arrow:before {
  color: var(--Form-select-caret-onHover-iconColor);
}

.amis-scope .antd-Select.is-disabled {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
}

.amis-scope .antd-Select:focus {
  box-shadow: var(--Form-select-onFocus-boxShadow);
}

.amis-scope .antd-Select--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-Select--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-Select-valueWrap {
  user-select: none;
  position: relative;
  flex-grow: 1;
  line-height: 1;
  max-width: 100%;
}

.amis-scope .antd-Select-valuesNoWrap {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.25rem;
}

.amis-scope .antd-Select-placeholder {
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  user-select: none;
  white-space: nowrap;
}

.amis-scope .antd-Select-value {
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .antd-Select--multi {
  height: auto;
  min-height: var(--Form-selectOption-height);
}

.amis-scope .antd-Select--multi .antd-Select-valueWrap {
  margin-bottom: calc(var(--gap-xs) * -1);
}

.amis-scope .antd-Select--multi .antd-Select-valueWrap > input {
  display: inline-block;
  width: 6.25rem;
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-Select--multi .antd-Select-values + .antd-Select-input {
  transform: translateY(0);
}

.amis-scope .antd-Select--multi .antd-Select-value {
  position: static;
  white-space: normal;
  user-select: none;
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
  display: inline-block;
  vertical-align: middle;
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 0.125rem;
  margin-right: var(--gap-xs);
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-Select--multi .antd-Select-valueLabel {
  padding: 0 var(--gap-xs);
}

.amis-scope .antd-Select-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}

.amis-scope .antd-Select-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}

.amis-scope .antd-Select-valueIcon.is-disabled {
  pointer-events: none;
  display: none;
  cursor: not-allowed;
  background: var(--Form-selectValue-onDisable-bg);
}

.amis-scope .antd-Select-arrow {
  margin-right: var(--gap-xs);
  width: var(--gap-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.amis-scope .antd-Select-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  color: var(--Form-select-caret-iconColor);
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .antd-Select.is-opened:not(.is-mobile) .antd-Select-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .antd-Select.is-mobile {
  min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
  border: none;
  padding: 0;
  font-size: var(--fontSizeLg);
}

.amis-scope .antd-Select.is-mobile .antd-Select-valueWrap {
  text-align: right;
  padding-right: 4px;
}

.amis-scope .antd-Select.is-mobile .antd-Select-arrow > svg {
  transform: rotate(-90deg);
}

.amis-scope .antd-Select-menu {
  max-height: 18.75rem;
  overflow: auto;
  user-select: none;
}

.amis-scope .antd-Select-menu .antd-Checkbox--sm > i {
  margin-top: -0.1875rem;
}

.amis-scope .antd-Select-menu.is-mobile {
  width: 100%;
  text-align: center;
}

.amis-scope .antd-Select-menu.is-mobile .antd-Select-option {
  line-height: 2.25rem;
}

.amis-scope .antd-Select--longlist {
  overflow: hidden;
  max-height: max-content;
}

.amis-scope .antd-Select-input {
  cursor: pointer;
  outline: none;
  border: none;
  margin: 0 var(--Form-select-paddingX);
  height: var(--Form-select-search-height);
  font-size: var(--Form-select-input-fontSize);
  border-bottom: 1px solid var(--borderColor);
  display: flex;
  align-items: center;
}

.amis-scope .antd-Select-input > svg {
  fill: #999;
  width: 0.875rem;
  min-width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Select-input > input {
  outline: none;
  border: none;
  flex-grow: 1;
  background: transparent;
  position: relative;
  top: 0.125em;
}

.amis-scope .antd-Select-option {
  cursor: pointer;
  min-width: 7.5rem;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-Select-option.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-Select-option.is-highlight {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}

.amis-scope .antd-Select-option.is-disabled {
  color: var(--Form-select-menu-onDisabled-color);
  background: var(--Form-select-menu-onDisabled-bg);
}

.amis-scope .antd-Select-option--placeholder {
  color: var(--Form-input-placeholderColor);
}

.amis-scope .antd-Select-option > label {
  display: block;
}

.amis-scope .antd-Select-option > a {
  float: right;
  margin-left: var(--gap-xs);
  display: none;
}

.amis-scope .antd-Select-option.is-highlight > a {
  display: block;
}

.amis-scope .antd-Select-option.is-touch {
  background-color: #f6f6f6;
}

.amis-scope .antd-Select-noResult {
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-select-input-fontSize);
  user-select: none;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-Select-option-hl {
  color: var(--danger);
}

.amis-scope .antd-Select-addBtn {
  display: block;
  cursor: pointer;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-Select-addBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-Select-addBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-right: var(--Checkbox-gap);
}

.amis-scope .antd-Select.is-focused:not(.is-mobile),
.amis-scope .antd-Select.is-opened:not(.is-mobile) {
  border-color: var(--Form-input-onFocused-borderColor);
  color: var(--Form-select-onFocused-color);
}

.amis-scope .antd-Select-spinner {
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
}

.amis-scope .antd-Select-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.amis-scope .antd-Select-clear svg {
  fill: var(--Form-input-iconColor);
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .antd-Select-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-Select-popup {
  height: auto;
}

.amis-scope .antd-Select-popover {
  margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-select-outer-boxShadow);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  min-width: 6.25rem;
}

.amis-scope .antd-Select-popover.antd-PopOver--leftTopLeftBottom {
  margin-top: calc( (var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth)) * -1 );
}

.amis-scope .antd-SelectControl:not(.is-inline) > .antd-Select {
  display: flex;
}

.amis-scope .antd-SelectControl.is-error > .antd-Select {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-SelectControl.format-xs .antd-Select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}

.amis-scope .antd-SelectControl.format-sm .antd-Select {
  padding-top: 0;
  padding-bottom: 0;
  min-height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-control--sizeXs > .antd-Select,
  .amis-scope .antd-Form-control--sizeSm > .antd-Select,
  .amis-scope .antd-Form-control--sizeMd > .antd-Select,
  .amis-scope .antd-Form-control--sizeLg > .antd-Select {
    min-width: 100%;
    max-width: 100%;
    display: inline-flex !important;
  }

  .amis-scope .antd-Form-control--sizeXs > .antd-Select .antd-Select-valueWrap,
  .amis-scope .antd-Form-control--sizeSm > .antd-Select .antd-Select-valueWrap,
  .amis-scope .antd-Form-control--sizeMd > .antd-Select .antd-Select-valueWrap,
  .amis-scope .antd-Form-control--sizeLg > .antd-Select .antd-Select-valueWrap {
    width: 0;
  }
}

.amis-scope .antd-Select-valueWrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.amis-scope .antd-Select-valueWrap .antd-Select-input {
  width: 4px;
  height: 20px;
  border: none;
  font-size: var(--Form-input-fontSize);
}

.amis-scope .antd-Select-valueWrap .antd-Select-input input {
  top: 0;
}

.amis-scope .antd-Selections {
  height: 100%;
  min-width: 12.5rem;
  position: relative;
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-Selections-title {
  height: var(--Form-input-height);
  background: var(--Table-thead-bg);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
}

.amis-scope .antd-Selections-placeholder {
  color: var(--Form-input-placeholderColor);
  text-align: center;
  width: 100%;
  flex-basis: var(--Form-input-height);
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: var(--Form-input-fontSize);
}

.amis-scope .antd-Selections-items {
  flex-grow: 1;
}

.amis-scope .antd-Selections-item {
  display: flex;
  flex-direction: row;
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  align-items: center;
  padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Selections-item {
    font-size: 0.75rem;
  }
}

.amis-scope .antd-Selections-item > label {
  flex-basis: 3.125rem;
  flex-grow: 1;
}

.amis-scope .antd-Selections-item > .antd-Selections-dragbar {
  top: 0;
  width: var(--gap-lg);
  position: relative;
  left: calc(var(--gap-xs) * -1);
  color: var(--icon-color);
  cursor: move;
}

.amis-scope .antd-Selections-item--dragging > * {
  opacity: 0.2;
}

.amis-scope .antd-Selections-delBtn {
  color: var(--icon-color);
  cursor: pointer;
}

.amis-scope .antd-Selections-delBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Selections-delBtn > svg {
  width: 12px;
  height: 12px;
}

.amis-scope .antd-ListControl-items {
  display: block;
  margin: calc(var(--ListControl-gutterWidth) / -2);
}

.amis-scope .antd-ListControl-items:empty {
  display: none;
}

.amis-scope .antd-ListControl-item {
  position: relative;
  user-select: none;
  font-size: var(--ListControl-fontSize);
  display: inline-block;
  vertical-align: middle;
  margin: calc(var(--ListControl-gutterWidth) / 2);
  border: var(--ListControl-item-borderWidth) solid var(--ListControl-item-borderColor);
  background: var(--ListControl-item-bg);
  padding: var(--ListControl-item-paddingY) var(--ListControl-item-paddingX);
  color: var(--ListControl-item-color);
  transition: var(--ListControl-item-transition);
  max-width: calc(12.5rem + 2 * var(--ListControl-item-paddingX));
  border-radius: var(--ListControl-item-borderRadius);
}

.amis-scope .antd-ListControl-item:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-ListControl-item .b-inherit {
  border-color: var(--ListControl-item-color);
}

.amis-scope .antd-ListControl-item:hover {
  background: var(--ListControl-item-onHover-bg);
  border-color: var(--ListControl-item-onHover-borderColor);
  color: var(--ListControl-item-onHover-color);
}

.amis-scope .antd-ListControl-item:hover .b-inherit {
  border-color: var(--ListControl-item-onHover-borderColor);
}

.amis-scope .antd-ListControl-item:hover:active,
.amis-scope .antd-ListControl-item.is-active {
  background: var(--ListControl-item-onActive-bg);
  border-color: var(--ListControl-item-onActive-borderColor);
  color: var(--ListControl-item-onActive-color);
}

.amis-scope .antd-ListControl-item:hover:active:hover,
.amis-scope .antd-ListControl-item.is-active:hover {
  background: var(--ListControl-item-onActive-onHover-bg);
}

.amis-scope .antd-ListControl-item:hover:active .b-inherit,
.amis-scope .antd-ListControl-item.is-active .b-inherit {
  border-color: var(--ListControl-item-onActive-color);
}

.amis-scope .antd-ListControl-item:hover:active:before,
.amis-scope .antd-ListControl-item.is-active:before {
  content: "";
  position: absolute;
  width: 0.875rem;
  height: 0.875rem;
  background: var(--ListControl-item-onActive-before-bg);
  right: 0;
  bottom: 0;
}

.amis-scope .antd-ListControl-item:hover:active:after,
.amis-scope .antd-ListControl-item.is-active:after {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: var(--gap-xs);
  border-color: var(--ListControl-item-onActive-after-borderColor);
  border-style: solid;
  border-width: 0 0 0.125rem 0.125rem;
  right: 0.0625rem;
  bottom: var(--gap-xs);
  transform: rotate(-40deg);
}

.amis-scope .antd-ListControl-item.is-disabled {
  pointer-events: none;
  opacity: var(--ListControl-item-onDisabled-opacity);
  border-color: var(--ListControl-item-onDisabled-borderColor);
  background: var(--ListControl-item-onDisabled-bg);
  color: var(--ListControl-item-onDisabled-color);
}

.amis-scope .antd-ListControl-item.is-disabled:before {
  background: var(--ListControl-item-onDisabled-color);
}

.amis-scope .antd-ListControl-item.is-disabled .b-inherit {
  border-color: var(--ListControl-item-onDisabled-borderColor);
}

.amis-scope .antd-ListControl-itemImage {
  margin: calc(var(--ListControl-item-paddingY) * -1) calc(var(--ListControl-item-paddingX) * -1);
}

.amis-scope .antd-ListControl-itemImage img {
  display: block;
  max-width: 100%;
}

.amis-scope .antd-ListControl-itemLabel {
  text-align: center;
}

.amis-scope .antd-ListControl-itemImage + .antd-ListControl-itemLabel {
  margin-top: var(--ListControl-item-paddingY);
}

.amis-scope .antd-ListControl-placeholder {
  color: var(--Form-input-placeholderColor);
}

.amis-scope .antd-LocationPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: var(--DatePicker-paddingY) var(--DatePicker-paddingX);
  height: var(--DatePicker-height);
  outline: none;
  white-space: nowrap;
  color: var(--DatePicker-color);
  background: var(--DatePicker-bg);
  border-radius: var(--LocationPicker-borderRadius);
}

.amis-scope .antd-LocationPicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-LocationPicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}

.amis-scope .antd-LocationPicker:not(.is-disabled):hover .antd-DatePicker-toggler:before {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-LocationPicker.is-focused,
.amis-scope .antd-LocationPicker.is-active {
  border-color: var(--DatePicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-LocationPicker.is-disabled {
  background: #e5e7eb;
}

.amis-scope .antd-LocationPicker.is-disabled > antd-LocationPicker-input {
  color: var(--text--muted-color);
}

.amis-scope .antd-LocationPicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-LocationPicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-LocationPicker-toggler {
  cursor: pointer;
  color: var(--DatePicker-iconColor);
}

.amis-scope .antd-LocationPicker-toggler:hover {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-LocationPicker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-LocationPicker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-LocationPicker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-LocationControl {
  position: relative;
  width: 100%;
}

.amis-scope .antd-LocationControl:not(.is-inline) > .antd-LocationPicker {
  display: flex;
}

.amis-scope .antd-LocationPicker-popover {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  margin-top: -1px;
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-MapPicker-search {
  padding: 5px 10px;
}

.amis-scope .antd-MapPicker-map {
  display: block;
  width: 100%;
  height: 200px;
}

.amis-scope .antd-MapPicker-item {
  padding: 10px 10px;
  position: relative;
  border-top: 1px solid var(--borderColor);
}

.amis-scope .antd-MapPicker-item > svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .antd-MapPicker-itemTitle {
  font-size: var(--fontSizeBase);
}

.amis-scope .antd-MapPicker-itemDesc {
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-MapPicker-sugItem {
  cursor: pointer;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-MapPicker-sugItem:hover {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .tangram-suggestion-main {
  display: none !important;
}

.amis-scope .antd-MatrixControl-error {
  margin-bottom: 0;
}

.amis-scope .antd-ColorPicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  border: var(--ColorPicker-borderWidth) solid var(--ColorPicker-borderColor);
  font-size: var(--ColorPicker-fontSize);
  padding: var(--ColorPicker-paddingY) var(--ColorPicker-paddingX);
  background: var(--ColorPicker-bg);
  color: var(--ColorPicker-color);
  border-radius: var(--borderRadius);
}

.amis-scope .antd-ColorPicker-popup {
  height: 25rem;
}

.amis-scope .antd-ColorPicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-ColorPicker:not(.is-disabled):hover {
  background: var(--ColorPicker-onHover-bg);
  border-color: var(--ColorPicker-onHover-borderColor);
}

.amis-scope .antd-ColorPicker-input {
  border: 0;
  background: transparent;
  outline: none;
  width: 100%;
  flex-basis: 0;
  flex-grow: 1;
  padding: 0;
  margin: 0;
  height: calc(var(--ColorPicker-fontSize) * var(--ColorPicker-lineHeight));
}

.amis-scope .antd-ColorPicker-input::placeholder {
  color: var(--ColorPicker-placeholderColor);
}

.amis-scope .antd-ColorPicker.is-focused {
  border-color: var(--ColorPicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-ColorPicker.is-disabled {
  background: var(--ColorPicker-onDisabled-bg);
  color: var(--ColorPicker-onDisabled-color);
  pointer-events: none;
}

.amis-scope .antd-ColorPicker.is-disabled > .antd-ColorPicker-input {
  color: var(--ColorPicker-onDisabled-color);
}

.amis-scope .antd-ColorPicker.is-disabled > .antd-ColorPicker-input::placeholder {
  color: var(--ColorPicker-onDisabled-color);
}

.amis-scope .antd-ColorPicker-preview {
  display: flex;
  align-items: center;
  margin-right: var(--gap-sm);
  cursor: pointer;
}

.amis-scope .antd-ColorPicker-previewIcon {
  display: block;
  width: 60px;
  height: 20px;
  box-shadow: var(--boxShadowSm);
}

.amis-scope .antd-ColorPicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: inline-block;
  line-height: 1;
}

.amis-scope .antd-ColorPicker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-ColorPicker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-ColorPicker-arrow {
  margin-right: var(--gap-xs);
  width: var(--gap-md);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.amis-scope .antd-ColorPicker-arrow > svg {
  transition: transform var(--animation-duration);
  display: inline-block;
  color: var(--Form-select-caret-iconColor);
  width: 10px;
  height: 10px;
  top: 0;
}

.amis-scope .antd-ColorPicker.is-opened .antd-ColorPicker-arrow > svg {
  transform: rotate(180deg);
}

.amis-scope .antd-ColorPicker-popover {
  border: none;
  box-shadow: none;
}

.amis-scope .antd-ColorControl:not(.is-inline) > .antd-ColorPicker {
  display: flex;
  align-items: center;
}

.amis-scope .sketch-picker {
  border: none !important;
  border-radius: var(--borderRadius) !important;
  box-shadow: var(--ColorPicker-boxShadow) !important;
}

.amis-scope .antd-DatePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: var(--DatePicker-paddingY) var(--DatePicker-paddingX);
  outline: none;
  white-space: nowrap;
  color: var(--DatePicker-color);
  background: var(--DatePicker-bg);
  border-radius: var(--DatePicker-borderRadius);
  align-items: center;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-DatePicker {
    padding: 0;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-DatePicker {
    padding: 0.1rem 0.3rem;
  }
}

.amis-scope .antd-DatePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-DatePicker--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-DatePicker-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-DatePicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-DatePicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}

.amis-scope .antd-DatePicker:not(.is-disabled):hover .antd-DatePicker-toggler:before {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-DatePicker.is-focused {
  border-color: var(--DatePicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-DatePicker.is-disabled {
  background: #e5e7eb;
}

.amis-scope .antd-DatePicker.is-disabled > .antd-DatePicker-input {
  color: var(--text--muted-color);
}

.amis-scope .antd-DatePicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  min-width: 3.125rem;
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-DatePicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-DatePicker-toggler {
  cursor: pointer;
  color: var(--DatePicker-iconColor);
  display: inline-flex;
  align-items: center;
}

.amis-scope .antd-DatePicker-toggler:hover {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-DatePicker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-DatePicker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-DatePicker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-DateControl:not(.is-inline) > .antd-DatePicker {
  display: flex;
}

.amis-scope .antd-DatePicker-shortcuts {
  margin: 0;
  background: var(--Calendar-shortcuts-bg);
  padding: calc((var(--Calendar-shortcuts-height) - var(--Calendar-fontSize) * var(--lineHeightBase)) / 2) var(--gap-sm);
  list-style: none;
  width: 15.625rem;
}

.amis-scope .antd-DatePicker-shortcuts + .rdt .rdtPicker {
  padding-top: 0;
}

.amis-scope .antd-DatePicker-shortcut {
  display: inline-block;
  margin-right: var(--gap-sm);
}

.amis-scope .antd-DatePicker-shortcut a {
  font-size: var(--Calendar-fontSize);
  cursor: pointer;
  color: var(--Calendar-shortcut-color);
  text-decoration: var(--Calendar-shortcut-decoration);
}

.amis-scope .antd-DatePicker-shortcut a:hover {
  color: var(--Calendar-shortcut-onHover-color);
  text-decoration: var(--Calendar-shortcut-onHover-decoration);
}

.amis-scope .antd-DatePicker-popover {
  margin: 0.125rem 0 0;
}

.amis-scope .antd-DatePicker-popover.antd-PopOver--leftTopLeftBottom,
.amis-scope .antd-DatePicker-popover.antd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}

.amis-scope .antd-DatePicker-popup {
  height: 18.75rem;
}

/** 
  * Aug -- 组件大小
 */

.amis-scope .antd-DateControl.format-xs .antd-DatePicker {
  padding-top: 0;
  padding-bottom: 0;
  height: var(--Form-input-height-xs);
  font-size: var(--fontSizeXs);
}

.amis-scope .antd-DateControl.format-sm .antd-DatePicker {
  padding-top: 0;
  padding-bottom: 0;
  height: var(--Form-input-height-sm);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-DatePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
}

.amis-scope .antd-DatePicker.is-mobile span:focus,
.amis-scope .antd-DatePicker.is-mobile a:focus {
  outline: unset;
}

.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value,
.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
}

.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-value {
  margin-right: var(--gap-xs);
  justify-content: flex-start;
}

.amis-scope .antd-DatePicker.is-mobile .antd-DatePicker-toggler {
  margin-top: -3px;
}

.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile {
  color: red;
}

.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt {
  width: 100%;
}

.amis-scope .antd-DatePicker-popup.antd-DatePicker-mobile .rdt .rdtPicker {
  width: 100%;
  padding: unset;
}

.amis-scope .rdt {
  user-select: none;
  font-size: var(--Calendar-fontSize);
  color: var(--Calendar-color);
}

.amis-scope .rdt .rdtPicker {
  margin-top: 0;
  padding: var(--gap-sm);
  background: transparent;
  border: none;
}

.amis-scope .rdt .rdtPicker .dow {
  color: var(--Calendar-wLabel-color);
  font-weight: normal;
}

.amis-scope .rdt .rdtPicker td.rdtDay,
.amis-scope .rdt .rdtPicker td.rdtHour,
.amis-scope .rdt .rdtPicker td.rdtMinute,
.amis-scope .rdt .rdtPicker td.rdtSecond,
.amis-scope .rdt .rdtPicker .rdtTimeToggle {
  background: var(--Calendar-cell-bg);
}

.amis-scope .rdt .rdtPicker td.rdtDay:hover,
.amis-scope .rdt .rdtPicker td.rdtHour:hover,
.amis-scope .rdt .rdtPicker td.rdtMinute:hover,
.amis-scope .rdt .rdtPicker td.rdtSecond:hover,
.amis-scope .rdt .rdtPicker .rdtTimeToggle:hover {
  background: var(--Calendar-cell-onHover-bg);
}

.amis-scope .rdt .rdtPicker td.rdtBetween {
  background: var(--Calendar-cell-onBetween-bg);
}

.amis-scope .rdt .rdtPicker td.rdtToday:before {
  border-bottom-color: var(--Calendar-cell-onActive-bg);
}

.amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
  border-bottom-color: var(--Calendar-cell-bg);
}

.amis-scope .rdt .rdtPicker td.rdtActive,
.amis-scope .rdt .rdtPicker td.rdtActive:hover {
  background: var(--Calendar-cell-onActive-bg);
}

.amis-scope .rdt .rdtPicker td.rdtDisabled,
.amis-scope .rdt .rdtPicker td.rdtDisabled:hover {
  background: var(--Calendar-cell-onDisabled-bg);
}

.amis-scope .rdt thead tr:first-child th {
  cursor: default;
  font-weight: normal;
  border-bottom: none;
}

.amis-scope .rdt thead tr:first-child th:hover {
  background: transparent;
}

.amis-scope .rdt tfoot {
  border-top: 0;
}

.amis-scope .rdt tfoot td {
  padding-top: var(--gap-xs);
  text-align: left;
}

.amis-scope .rdt tfoot td span {
  width: 10px;
  display: inline-block;
  text-align: center;
}

.amis-scope .rdt tfoot td .rdtActions {
  margin-top: var(--gap-sm);
  text-align: right;
}

.amis-scope .antd-CalendarInputWrapper {
  display: inline-block;
  position: relative;
}

.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugs {
  list-style: none;
  position: absolute;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  max-height: 12.5rem;
  overflow: auto;
}

.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem {
  padding-left: 4px;
}

.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem.is-highlight,
.amis-scope .antd-CalendarInputWrapper .antd-CalendarInput-sugsItem:hover {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}

.amis-scope .antd-CalendarInput {
  outline: none;
  width: 40px;
  font-size: var(--Calendar-input-fontSize);
  color: var(--Calendar-input-color);
  border: 1px solid var(--Calendar-input-borderColor);
  border-radius: var(--Calendar-input-borderRadius);
  height: var(--Calendar-input-height);
  line-height: var(--Calendar-input-lineHeight);
  padding: var(--Calendar-input-paddingY) var(--Calendar-input-paddingX);
  box-shadow: none;
}

.amis-scope .antd-CalendarInput:focus {
  border-color: var(--Calendar-input-onFocused-borderColor);
  box-shadow: none;
}

.amis-scope .antd-CalendarTime {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.amis-scope .antd-CalendarCounter-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  text-align: center;
  color: var(--Button--primary-bg);
}

.amis-scope .antd-CalendarCounter-btn:hover {
  color: var(--Button--primary-onActive-bg);
}

.amis-scope .antd-CalendarCounter-btn > svg {
  width: 16px;
  height: 16px;
}

.amis-scope .antd-CalendarCounter-btn--up > svg {
  transform: rotate(-90deg);
}

.amis-scope .antd-CalendarCounter-btn--down > svg {
  transform: rotate(90deg);
}

.amis-scope .antd-CalendarCounter-sep {
  width: var(--gap-md);
  text-align: center;
}

.amis-scope .antd-CalendarCounter--daypart {
  margin-left: 10px;
}

.amis-scope .antd-CalendarCounter--daypart .antd-CalendarCounter-value {
  height: 30px;
  display: flex;
  align-items: center;
  padding: 0 5px;
}

.amis-scope .rdtBtn {
  line-height: var(--Calendar-btn-lineHeight);
  padding: var(--Calendar-btn-paddingY) var(--Calendar-btn-paddingX);
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  user-select: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--Calendar-btn-fontSize);
  border: 1px solid var(--Calendar-btn-border);
  color: var(--Calendar-btn-color);
  background: var(--Calendar-btn-bg);
  border-color: var(--Calendar-btn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
  border-radius: var(--Calendar-btn-borderRadius);
}

.amis-scope .rdtBtn:hover {
  text-decoration: none;
}

.amis-scope .rdtBtn.is-disabled {
  border-color: var(--Button-onDisabled-borderColor);
  opacity: 0.6;
  pointer-events: none;
}

.amis-scope .rdtBtn .fa,
.amis-scope .rdtBtn .iconfont {
  font-size: var(--fontSizeSm);
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Calendar-btn-onHover-color);
  background: var(--Calendar-btn-onHover-bg);
  border-color: var(--Calendar-btn-onHover-border);
}

.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Calendar-btn-onActive-color);
  background: var(--Calendar-btn-onActive-bg);
  border-color: var(--Calendar-btn-onActive-border);
}

.amis-scope .rdtBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .rdtBtn + .rdtBtn {
  margin-left: var(--gap-xs);
}

.amis-scope .rdtBtnCancel {
  color: var(--Calendar-btnCancel-color);
  background: var(--Calendar-btnCancel-bg);
  border-color: var(--Calendar-btnCancel-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
  color: var(--Calendar-btnCancel-onHover-color);
  background: var(--Calendar-btnCancel-onHover-bg);
  border-color: var(--Calendar-btnCancel-onHover-border);
}

.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Calendar-btnCancel-onActive-color);
  background: var(--Calendar-btnCancel-onActive-bg);
  border-color: var(--Calendar-btnCancel-onActive-border);
}

.amis-scope .rdtBtnCancel:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .rdtBtnPrev:before,
.amis-scope .rdtBtnNext:before {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 1;
}

.amis-scope .rdtPrev,
.amis-scope .rdtNext {
  cursor: pointer !important;
  width: var(--gap-md);
  padding: 0;
  color: #999;
  font-size: var(--fontSizeXl);
  text-decoration: none;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  font-weight: normal;
}

.amis-scope .rdtPrev:hover,
.amis-scope .rdtNext:hover {
  text-decoration: none;
  color: #000;
}

.amis-scope .rdtSwitch {
  text-align: center;
  color: #000;
  cursor: pointer;
  font-weight: normal;
}

.amis-scope .rdtSwitch:hover {
  color: var(--link-onHover-color);
  text-decoration: none;
}

.amis-scope .rdtHeader {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
}

.amis-scope .rdtHeader > * {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.amis-scope .rdtHeader .rdtSwitch + .rdtSwitch {
  margin-left: var(--gap-xs);
}

.amis-scope td.rdtMonth,
.amis-scope td.rdtYear,
.amis-scope td.rdtQuarter {
  width: 3.125rem;
  height: 2.5rem;
}

.amis-scope td.rdtMonth > span,
.amis-scope td.rdtYear > span,
.amis-scope td.rdtQuarter > span {
  height: 1.5rem;
  display: block;
}

.amis-scope td.rdtMonth.rdtBetween,
.amis-scope td.rdtYear.rdtBetween,
.amis-scope td.rdtQuarter.rdtBetween {
  background: transparent !important;
}

.amis-scope td.rdtMonth.rdtBetween > span,
.amis-scope td.rdtYear.rdtBetween > span,
.amis-scope td.rdtQuarter.rdtBetween > span {
  background: var(--Calendar-cell-onBetween-bg);
}

.amis-scope td.rdtMonth:hover,
.amis-scope td.rdtMonth.rdtActive,
.amis-scope td.rdtYear:hover,
.amis-scope td.rdtYear.rdtActive,
.amis-scope td.rdtQuarter:hover,
.amis-scope td.rdtQuarter.rdtActive {
  background: transparent !important;
}

.amis-scope td.rdtMonth:hover > span,
.amis-scope td.rdtMonth.rdtActive > span,
.amis-scope td.rdtYear:hover > span,
.amis-scope td.rdtYear.rdtActive > span,
.amis-scope td.rdtQuarter:hover > span,
.amis-scope td.rdtQuarter.rdtActive > span {
  background: var(--info);
  color: var(--white);
}

.amis-scope td.rdtMonth.rdtDisabled,
.amis-scope td.rdtYear.rdtDisabled,
.amis-scope td.rdtQuarter.rdtDisabled {
  background: transparent !important;
}

.amis-scope td.rdtMonth.rdtDisabled > span,
.amis-scope td.rdtYear.rdtDisabled > span,
.amis-scope td.rdtQuarter.rdtDisabled > span {
  background: #edf1f2;
  color: #999;
}

.amis-scope .antd-DateCalendar {
  display: inline-block;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  background: var(--DatePicker-bg);
  border-radius: var(--DatePicker-borderRadius);
}

.amis-scope .antd-DateRangePicker {
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  font-size: var(--DatePicker-fontSize);
  padding: var(--DatePicker-paddingY) var(--DatePicker-paddingX);
  height: var(--DatePicker-height);
  outline: none;
  border-radius: var(--DatePicker-borderRadius);
  color: var(--DatePicker-color);
  background: var(--DatePicker-bg);
  vertical-align: top;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-DateRangePicker {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-DateRangePicker {
    height: 1.5rem;
    font-size: 0.75rem;
    padding: 0.125rem var(--DatePicker-paddingX);
  }
}

.amis-scope .antd-DateRangePicker--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-DateRangePicker--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-DateRangePicker-content {
  display: flex;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-DateRangePicker:not(.is-disabled) {
  cursor: pointer;
}

.amis-scope .antd-DateRangePicker:not(.is-disabled):hover {
  background: var(--DatePicker-onHover-bg);
  border-color: var(--DatePicker-onHover-borderColor);
}

.amis-scope .antd-DateRangePicker:not(.is-disabled):hover .antd-DateRangePicker-toggler {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-DateRangePicker.is-focused {
  border-color: var(--DatePicker-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
}

.amis-scope .antd-DateRangePicker.is-disabled {
  background: #e5e7eb;
}

.amis-scope .antd-DateRangePicker.is-disabled > .antd-DateRangePicker-input {
  color: var(--text--muted-color);
}

.amis-scope .antd-DateRangePicker-placeholder {
  color: var(--DatePicker-placeholderColor);
  user-select: none;
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-DateRangePicker-placeholder {
    margin-right: var(--gap-base0.5rem);
  }
}

.amis-scope .antd-DateRangePicker-value {
  margin-right: var(--gap-base);
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-DateRangePicker-toggler {
  cursor: pointer;
  color: var(--DatePicker-iconColor);
  display: inline-flex;
  align-items: center;
}

.amis-scope .antd-DateRangePicker-toggler:hover {
  color: var(--DatePicker-onHover-iconColor);
}

.amis-scope .antd-DateRangePicker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  display: inline-block;
  line-height: 1;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-DateRangePicker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-DateRangePicker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-DateRangePicker-wrap {
  width: auto;
  padding: var(--gap-sm);
}

.amis-scope .antd-DateRangePicker-start,
.amis-scope .antd-DateRangePicker-end {
  display: inline-block;
  vertical-align: top;
}

.amis-scope .antd-DateRangePicker-start .rdtPicker,
.amis-scope .antd-DateRangePicker-end .rdtPicker {
  padding: 0;
  box-shadow: none;
  border: none;
}

.amis-scope .antd-DateRangePicker-end {
  margin-top: 20px;
}

.amis-scope .antd-DateRangePicker-rangers {
  margin: 0 0 var(--gap-sm);
  padding: 0;
  list-style: none;
}

.amis-scope .antd-DateRangePicker-ranger {
  display: inline-block;
  margin-right: var(--gap-sm);
}

.amis-scope .antd-DateRangePicker-ranger a {
  cursor: pointer;
}

.amis-scope .antd-DateRangePicker-actions {
  text-align: right;
  margin-top: var(--gap-sm);
}

.amis-scope .antd-DateRangeControl:not(.is-inline) > .antd-DateRangePicker {
  display: flex;
}

.amis-scope .antd-DateRangePicker-popover {
  margin: 0.125rem 0 0;
}

.amis-scope .antd-DateRangePicker-popover.antd-PopOver--leftTopLeftBottom,
.amis-scope .antd-DateRangePicker-popover.antd-PopOver--rightTopRightBottom {
  margin: -0.125rem 0 0;
}

.amis-scope .antd-DateRangePicker-popup {
  height: 25rem;
}

@media (min-width: 576px) {
  .amis-scope .antd-DateRangePicker-wrap {
    white-space: nowrap;
  }

  .amis-scope .antd-DateRangePicker-end {
    margin-top: 0;
    margin-left: var(--gap-sm);
  }
}

.amis-scope .antd-DateRangeCalendar {
  display: inline-block;
  border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
  background: var(--DatePicker-bg);
  border-radius: var(--DatePicker-borderRadius);
}

.amis-scope .antd-DateRangePicker.is-mobile {
  border: 0;
  justify-content: flex-end;
}

.amis-scope .antd-DateRangePicker.is-mobile span:focus,
.amis-scope .antd-DateRangePicker.is-mobile a:focus {
  outline: unset;
}

.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value,
.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-clear {
  display: inline-flex;
  justify-content: flex-end;
  padding: 0 0;
}

.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-value {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-placeholder {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .antd-DateRangePicker.is-mobile .antd-DateRangePicker-toggler {
  margin-top: -3px;
}

.amis-scope .antd-ImageControl {
  position: relative;
}

.amis-scope .antd-ImageControl-dropzone {
  outline: none;
}

.amis-scope .antd-ImageControl-addBtn {
  margin: 0;
  width: 7.5rem;
  height: 7.5rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--ImageControl-addBtn-borderRadius);
  cursor: pointer;
  margin-right: var(--gap-base);
  color: var(--ImageControl-addBtn-color);
  background: var(--ImageControl-addBtn-bg);
  border-color: var(--ImageControl-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--ImageControl-addBtn-onHover-color);
  background: var(--ImageControl-addBtn-onHover-bg);
  border-color: var(--ImageControl-addBtn-onHover-border);
}

.amis-scope .antd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--ImageControl-addBtn-onActive-color);
  background: var(--ImageControl-addBtn-onActive-bg);
  border-color: var(--ImageControl-addBtn-onActive-border);
}

.amis-scope .antd-ImageControl-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-ImageControl-addBtn > svg {
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
  margin-bottom: 0.5rem;
}

.amis-scope .antd-ImageControl-addBtn.is-disabled {
  pointer-events: none;
  border: 0.0625rem solid var(--ImageControl-addBtn-onDisabled-border);
  background: var(--ImageControl-addBtn-onDisabled-bg);
  color: var(--ImageControl-addBtn-onDisabled-color);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ImageControl-addBtn {
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ImageControl-addBtn {
    width: 6.5rem;
    height: 6.5rem;
  }
}

.amis-scope .antd-ImageControl-pasteTip {
  pointer-events: none;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: var(--Tooltip--attr-fontSize);
  line-height: var(--Tooltip--attr-lineHeigt);
  text-align: left;
  white-space: nowrap;
  background: var(--Tooltip--attr-bg);
  border: var(--Tooltip--attr-borderWidth) solid var(--Tooltip--attr-borderColor);
  border-radius: var(--Tooltip--attr-borderRadius);
  box-shadow: var(--Tooltip--attr-boxShadow);
  left: 100%;
  color: var(--Tooltip--attr-color);
  padding: var(--Tooltip--attr-paddingY) var(--Tooltip--attr-paddingX);
  margin: 30px 0 0 var(--Tooltip--attr-gap);
}

.amis-scope .antd-ImageControl-dropzone:focus .antd-ImageControl-addBtn {
  border-color: var(--ImageControl-addBtn-onHover-border);
  background: var(--ImageControl-addBtn-onHover-bg);
  color: var(--ImageControl-addBtn-onHover-color);
}

.amis-scope .antd-ImageControl-item {
  vertical-align: top;
  display: inline-block;
  margin-right: var(--gap-base);
  margin-bottom: var(--gap-base);
  position: relative;
  width: 7.5rem;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ImageControl-item {
    width: 5.5rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ImageControl-item {
    width: 6.5rem;
  }
}

.amis-scope .antd-ImageControl-item .icon-fill {
  width: 42px;
  height: 42px;
}

.amis-scope .antd-ImageControl-item .image-info {
  text-align: center;
  color: #2a3e61;
  font-size: 12px;
  line-height: 16px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-ImageControl-beauty {
  width: 5.5rem;
  height: 1.5rem;
  flex-direction: row;
}

.amis-scope .antd-ImageControl-beauty > svg {
  width: 0.875rem;
  height: 0.875rem;
  margin-bottom: 0rem;
  margin-right: 0.2rem;
  line-height: 0.875rem;
}

.amis-scope .antd-ImageControl-image {
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  display: block;
  border: var(--borderWidth) solid var(--borderColor);
  border-radius: var(--ImageControl-addBtn-borderRadius);
  padding: var(--gap-xs);
}

.amis-scope .antd-ImageControl-file {
  height: auto;
}

.amis-scope .antd-ImageControl-itemClear {
  position: absolute;
  cursor: pointer;
  color: #999;
  top: 5px;
  right: 5px;
  line-height: 1;
}

.amis-scope .antd-ImageControl-itemClear > svg {
  top: 0;
  width: 10px;
  height: 10px;
}

.amis-scope .antd-ImageControl-itemInfo {
  display: inline-flex;
  width: 110px;
  height: 110px;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ImageControl-itemInfo {
    width: 4.875rem;
    height: 4.875rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ImageControl-itemInfo {
    width: 5.875rem;
    height: 5.875rem;
  }
}

.amis-scope .antd-ImageControl-itemInfo > p {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-bottom: 5px;
}

.amis-scope .antd-ImageControl-progress {
  width: 70px;
  height: 5px;
  background: #ebebeb;
}

.amis-scope .antd-ImageControl-progressValue {
  height: 5px;
  border-radius: var(--ImageControl-progress-borderRadius);
  display: block;
  background: var(--info);
  min-width: 10%;
  transition: ease-out width var(--animation-duration);
}

.amis-scope .antd-ImageControl-item.is-invalid .antd-ImageControl-itemClear {
  display: none;
}

.amis-scope .antd-ImageControl-item.is-invalid:hover .antd-ImageControl-itemClear {
  display: block;
}

.amis-scope .antd-ImageControl-retryBtn {
  margin: 0;
  width: 6.875rem;
  height: 6.875rem;
  display: inline-flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  color: #666;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-ImageControl-retryBtn {
    width: 4.875rem;
    height: 4.875rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-ImageControl-retryBtn {
    width: 5.875rem;
    height: 5.875rem;
  }
}

.amis-scope .antd-ImageControl-retryBtn:hover {
  color: #333;
  text-decoration: none;
}

.amis-scope .antd-ImageControl-retryBtn > p {
  width: 100%;
  text-align: center;
  color: var(--danger);
  margin: 10px 0 0;
  white-space: pre-wrap;
  word-break: break-all;
}

.amis-scope .antd-ImageControl-retryBtn > p.errorMsg {
  font-size: 12px;
  margin: 0;
}

.amis-scope .antd-ImageControl-errorMsg {
  color: var(--danger);
  margin: 5px 0 0;
}

.amis-scope .antd-ImageControl-uploadBtn {
  margin-top: 5px;
}

.amis-scope .antd-ImageControl-cropperWrapper {
  position: relative;
}

.amis-scope .antd-ImageControl-cropperWrapper img {
  max-width: 100%;
  max-height: 400px;
}

.amis-scope .antd-ImageControl-croperToolbar {
  display: inline-flex;
  width: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column;
  align-items: flex-end;
}

.amis-scope .antd-ImageControl-croperToolbar > a {
  color: #fff;
  padding: 2px 5px;
  cursor: pointer;
  font-size: 20px;
}

.amis-scope .antd-ImageControl-croperToolbar > a .icon-retry polygon {
  fill: #fff;
}

.amis-scope .antd-ImageControl-croperToolbar > a .icon-retry path {
  stroke: #fff;
}

.amis-scope .antd-ImageControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed var(--borderColor);
  border-color: var(--info);
  background: #f3f9fe;
  border-radius: var(--borderRadius);
  line-height: 120px;
  text-align: center;
}

.amis-scope .antd-ImageControl-fixed-size {
  width: 100%;
  height: 100%;
  padding: 0;
}

.amis-scope .antd-ImageControl-fixed-size .antd-ImageControl-itemOverlay {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 789px) {
  .amis-scope .antd-ImageControl-formfile {
    align-items: center;
  }

  .amis-scope .antd-ImageControl-formfile .antd-Cell-img-wrapper {
    width: auto;
  }

  .amis-scope .antd-ImageControl-formfile .antd-Cell-img-wrapper > img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    object-fit: cover;
    margin-right: 4px;
    margin-left: 0px !important;
  }

  .amis-scope .antd-ImageControl-formfile .antd-ImageControl-addBtn {
    width: 30px;
    height: 30px;
  }

  .amis-scope .antd-ImageControl-formfile .antd-ImageControl-addBtn > svg {
    margin-bottom: 0;
  }
}

.amis-scope .antd-ImageControl.isMobile {
  position: relative;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-dropzone {
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-addBtn {
  border: none;
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  top: -30px;
  margin-right: 0;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item {
  width: 100%;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  background-color: #f6f6f6;
  padding: 4px;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container .img-left {
  width: 28px;
  height: 28px;
  overflow: hidden;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container .img-right {
  text-align: left;
  flex: 1;
  overflow-x: hidden;
  margin: auto 8px;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container .img-right > div {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container .img-right .img-size {
  color: #bfbfbc;
  font-size: 12px;
  font-weight: 400;
}

.amis-scope .antd-ImageControl.isMobile .antd-ImageControl-item .show-img-container .img-del {
  width: 24px;
  text-align: center;
  color: #bfbfbc;
}

.amis-scope .lion-popover-operation .btn-container {
  text-align: center;
}

.amis-scope .lion-popover-operation .btn-container:hover {
  background-color: #e9f1fd;
}

.amis-scope .lion-popover-operation .ant-popover-inner-content {
  padding: 5px 0;
}

.amis-scope .antd-OperationField {
  display: flex;
  align-items: center;
}

.amis-scope .antd-OperationField .extendBtn {
  display: inline-block;
  cursor: pointer;
}

.amis-scope .antd-OperationField .rotate {
  font-weight: 800;
  transform: rotate(90deg);
  letter-spacing: 2px;
}

.amis-scope .antd-OperationField .btnreset {
  transform: rotate(0deg);
}

.amis-scope .antd-OperationField .antd-Button-arrow {
  font-size: 13px;
  width: auto;
  border-radius: 5px;
  margin: 0 auto;
}

.amis-scope .antd-OperationField .antd-Button-arrow .antd-Select-arrow {
  margin-right: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-OperationField .antd-Button-arrow {
    font-size: 12px;
  }

  .amis-scope .antd-OperationField .antd-Button-arrow .antd-Select-arrow {
    margin-top: 2.5px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-OperationField .antd-Button-arrow {
    font-size: 12px;
  }

  .amis-scope .antd-OperationField .antd-Button-arrow .antd-Select-arrow {
    margin-top: 5px;
  }
}

.amis-scope .antd-OperationField .antd-Button-arrow .is-opened svg {
  transform: rotate(180deg);
}

.amis-scope .antd-OperationField .antd-Button--link {
  margin-right: 0.1875rem;
  border: var(--Button-borderWidth) solid transparent;
}

.amis-scope .antd-OperationField .antd-Button--link:hover {
  background-color: #e5e7eb;
}

.amis-scope .antd-ActionSheet .antd-Button--link {
  font-size: 13px;
  color: #666;
}

.amis-scope .antd-Table-table .antd-OperationField button {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
  padding: 3px 6px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Table-table .antd-OperationField button {
    padding: 1px 2px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Table-table .antd-OperationField button {
    padding: 0.125rem 0.25rem;
    line-height: 1.3rem;
  }
}

.amis-scope .antd-FileControl-templateInfo {
  display: block;
  margin-bottom: var(--gap-base);
  padding: var(--Button-paddingY) var(--Button-paddingX);
  cursor: pointer;
}

.amis-scope .antd-FileControl-templateInfo > svg {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-FileControl-dropzone {
  outline: none;
}

.amis-scope .antd-FileControl-selectBtn {
  display: inline-flex;
  align-items: center;
  margin-right: 10px;
}

.amis-scope .antd-FileControl-selectBtn > svg {
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .antd-FileControl-description {
  color: #999;
  font-size: 12px;
}

.amis-scope .antd-FileControl-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
}

.amis-scope .antd-FileControl-list > li {
  color: #333;
  font-size: 12px;
}

.amis-scope .antd-FileControl-list > li:hover {
  color: #108cee;
  background: #f3f3f3;
}

.amis-scope .antd-FileControl-itemInfo {
  padding: 0px 6px;
  line-height: 26px;
  height: auto;
}

.amis-scope .antd-FileControl-itemInfo span {
  word-break: break-all;
}

.amis-scope .antd-FileControl-itemInfo.is-invalid {
  color: #999;
}

.amis-scope .antd-FileControl-itemInfo > svg:first-child {
  margin-right: 10px;
}

.amis-scope .antd-FileControl-itemInfo > svg:not(:first-child) {
  margin-left: 10px;
  width: 1rem;
  height: 1rem;
  top: var(--gap-xs);
}

.amis-scope .antd-FileControl-itemInfoText {
  white-space: nowrap;
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}

.amis-scope .antd-FileControl-clear {
  float: right;
  color: #999;
  display: none;
  cursor: pointer;
}

.amis-scope .antd-FileControl-clear:hover {
  color: #333;
}

.amis-scope .antd-FileControl-list:empty {
  display: none;
}

.amis-scope .antd-FileControl-list > li:hover .antd-FileControl-clear {
  display: block;
}

.amis-scope .antd-FileControl-progressInfo {
  display: inline-flex;
  height: 20px;
  padding: 0 6px;
  transform: translateY(-3px);
  width: 100%;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-FileControl-progressInfo > span {
  display: inline-block;
  padding: 0 4px 0 10px;
  font-size: 12px;
}

.amis-scope .antd-FileControl-progressInfo > svg {
  display: inline-block;
  margin: 0 4px 0 10px;
  width: 14px;
  height: 14px;
  top: 0;
}

.amis-scope .antd-FileControl-progress {
  height: 5px;
  flex: 1;
  background: #ebebeb;
}

.amis-scope .antd-FileControl-progress > span {
  display: block;
  background: var(--info);
  border-radius: var(--FileControl-progress-borderRadius);
  height: 100%;
  min-width: 10%;
  transition: ease-out width var(--animation-duration);
}

.amis-scope .antd-FileControl-acceptTip {
  height: 120px;
  color: #999;
  border: 2px dashed var(--info);
  border-radius: var(--borderRadius);
  background: #f3f9fe;
  line-height: 120px;
  text-align: center;
}

.amis-scope .antd-FileControl-sum {
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-FileControl-sum > a {
  cursor: pointer;
}

.amis-scope .antd-ExcelControl-container {
  display: flex;
  flex-direction: column;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
  cursor: pointer;
}

.amis-scope .antd-ExcelControl-container > p {
  font-size: 1rem;
}

.amis-scope .antd-ExcelControl-container > em {
  font-size: 0.8rem;
}

.amis-scope .antd-ExcelControl-dropzone {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: var(--gap-md);
  border-width: 2px;
  border-radius: 2px;
  border-color: #eeeeee;
  border-style: dashed;
  background-color: #fafafa;
  color: #bdbdbd;
  outline: none;
  transition: border 0.24s ease-in-out;
}

.amis-scope .antd-ExcelControl-dropzone:focus {
  border-color: var(--primary);
}

.amis-scope .antd-ExcelControl-dropzone.disabled {
  opacity: 0.6;
}

.amis-scope .antd-EditorControl {
  min-height: 12.5rem;
  max-height: 25rem;
  overflow: visible;
  height: auto;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  max-width: 100%;
  box-sizing: content-box;
}

.amis-scope .antd-EditorControl > .antd-MonacoEditor,
.amis-scope .antd-EditorControl > .antd-MonacoEditor > .monaco-diff-editor {
  min-height: 12.375rem;
}

.amis-scope .antd-EditorControl.is-error {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-EditorControl.is-focused {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-EditorControl .antd-MonacoEditor {
  position: relative;
}

.amis-scope .antd-EditorControl .antd-MonacoEditor-header {
  position: absolute;
  right: 0.875rem;
  top: 0;
  padding: 0;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 5;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: var(--Modal-header-bg);
  box-sizing: border-box;
}

.amis-scope .antd-EditorControl .antd-MonacoEditor-fullscreen {
  cursor: pointer;
  color: var(--Modal-close-color);
  line-height: inherit;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
}

.amis-scope .antd-EditorControl .antd-MonacoEditor-fullscreen:hover {
  color: var(--Model-close-onHover-color);
}

.amis-scope .antd-EditorControl .antd-MonacoEditor-fullscreen:hover svg {
  fill: var(--Model-close-onHover-color);
}

.amis-scope .antd-EditorControl--sm {
  min-height: 100px;
}

.amis-scope .antd-EditorControl--sm > .antd-MonacoEditor {
  min-height: 100px;
}

.amis-scope .antd-EditorControl--md {
  min-height: 250px;
}

.amis-scope .antd-EditorControl--md > .antd-MonacoEditor {
  min-height: 250px;
}

.amis-scope .antd-EditorControl--lg {
  min-height: 300px;
}

.amis-scope .antd-EditorControl--lg > .antd-MonacoEditor {
  min-height: 300px;
}

.amis-scope .antd-EditorControl--xl {
  min-height: 400px;
}

.amis-scope .antd-EditorControl--xl > .antd-MonacoEditor {
  min-height: 400px;
}

.amis-scope .antd-EditorControl--xxl {
  min-height: 500px;
}

.amis-scope .antd-EditorControl--xxl > .antd-MonacoEditor {
  min-height: 500px;
}

.monaco-inputbox > .wrapper {
  padding: 0;
}

.amis-scope .is-fullscreen {
  margin: 0 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2147483630 !important;
  width: auto !important;
}

.fr-popup {
  z-index: 1300 !important;
}

.amis-scope .antd-RichTextControl {
  min-height: 12.5rem;
  height: auto;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  width: 100%;
}

.amis-scope .antd-RichTextControl > .tox-tinymce {
  border: 0;
}

.amis-scope .antd-RichTextControl > textarea {
  width: 100%;
}

.amis-scope .antd-RichTextControl--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-RichTextControl--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-RichTextControl .fr-toolbar.fr-top {
  box-shadow: none;
  border: 0;
  position: relative;
}

.amis-scope .antd-RichTextControl .fr-box.fr-basic.fr-top:not(.fr-fullscreen) .fr-wrapper {
  min-height: 150px;
  max-height: 400px;
  box-shadow: none;
  overflow: auto;
  border: none;
}

.amis-scope .antd-RichTextControl .second-toolbar {
  border: none;
}

.amis-scope .antd-RichTextControl .fr-toolbar .fr-command.fr-btn,
.amis-scope .antd-RichTextControl .fr-popup .fr-command.fr-btn {
  color: var(--Button--default-color);
}

.amis-scope .antd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
.amis-scope .antd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
  color: var(--info);
  background: var(--Form-select-onHover-bg);
}

.amis-scope .antd-RichTextControl .fr-desktop .fr-command:hover,
.amis-scope .antd-RichTextControl .fr-desktop .fr-command:focus {
  background: var(--Form-select-onHover-bg);
}

.amis-scope .antd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.amis-scope .antd-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  background: var(--Form-select-onHover-bg);
}

.amis-scope .antd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: var(--info);
  color: #fff;
}

.amis-scope .antd-RichTextControl.is-focused {
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-RichTextControl .fr-box.fr-basic .fr-element {
  min-height: 150px;
}

.amis-scope .antd-RichTextControl .fr-sticky-dummy {
  position: absolute;
}

.amis-scope .antd-RichTextControl.is-disabled {
  border-color: var(--Form-input-onDisabled-borderColor);
  pointer-events: none;
  opacity: 0.6;
}

.amis-scope .antd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
  border-color: var(--Form-input-onDisabled-borderColor);
}

.amis-scope .w-e-toolbar {
  background-color: #f1f1f1 !important;
}

@media (max-width: 767px) {
  .amis-scope .antd-RichTextControl .w-e-text-container {
    min-height: 150px;
    max-height: 300px;
    height: unset !important;
    border: none !important;
    overflow-y: auto;
  }

  .amis-scope .antd-RichTextControl .w-e-toolbar {
    display: none !important;
  }
}

.tox-tinymce-aux {
  z-index: 3000;
}

.tox-fullscreen .tox.tox-tinymce-aux {
  z-index: 3000;
}

.amis-scope .antd-RangeControl {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 1.1rem;
}

.amis-scope .antd-RangeControl::before,
.amis-scope .antd-RangeControl::after {
  display: table;
  content: "";
}

.amis-scope .antd-RangeControl::after {
  clear: both;
}

.amis-scope .antd-RangeControl--withInput .antd-InputRange {
  width: calc(100% - 120px);
}

.amis-scope .antd-RangeControl--withInput .antd-InputRange-label--mid {
  left: calc(50% - 60px);
}

.amis-scope .antd-RangeControl--withInput.is-multiple .antd-InputRange {
  width: calc(100% - 210px);
}

.amis-scope .antd-RangeControl .antd-InputRange-input {
  font-size: var(--fontSizeSm);
  position: absolute;
  right: 1.625rem;
  top: 0.75rem;
  height: 1.875rem;
}

.amis-scope .antd-RangeControl .antd-InputRange-input input {
  padding: 0.625rem;
  width: 4.625rem;
  height: 100%;
}

.amis-scope .antd-RangeControl .antd-InputRange-input input:focus {
  outline: none;
  border: var(--borderWidth) solid var(--info);
}

.amis-scope .antd-RangeControl .antd-InputRange-input-separator {
  display: inline-block;
  padding: 0 5px;
}

.amis-scope .antd-RangeControl .antd-InputRange-unit {
  position: absolute;
  right: 0.625rem;
  top: 0.4375rem;
}

.amis-scope .antd-RangeControl .antd-InputRange-clear {
  position: absolute;
  top: 1.125rem;
  right: 0;
  cursor: pointer;
}

.amis-scope .antd-RangeControl .antd-InputRange-clear svg {
  height: 1rem;
  width: 1rem;
  fill: #999;
}

.amis-scope .antd-InputRange {
  height: var(--InputRange-slider-height);
  position: relative;
  width: 100%;
}

.amis-scope .antd-InputRange-slider {
  appearance: none;
  background: var(--InputRange-slider-bg);
  border: var(--InputRange-slider-border);
  cursor: pointer;
  display: block;
  width: var(--InputRange-slider-width);
  height: var(--InputRange-slider-height);
  margin-left: calc(var(--InputRange-slider-width) / -2);
  margin-top: calc( var(--InputRange-slider-height) / -2 + var(--InputRange-track-height) / -2 );
  outline: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  transition: var(--InputRange-slider-transition);
}

.amis-scope .antd-InputRange-slider:active {
  transform: var(--InputRange-slider-onActive-transform);
}

.amis-scope .antd-InputRange-slider:focus {
  box-shadow: var(--InputRange-slider-onFocus-boxShadow);
}

.amis-scope .input-range--disabled .antd-InputRange-slider {
  background: var(--InputRange-slider-onDisabled-bg);
  border: var(--InputRange-slider-onDisabled-border);
  box-shadow: none;
  transform: none;
}

.amis-scope .antd-InputRange-slider:before {
  content: "||";
  color: #fff;
  display: block;
  line-height: 1.375rem;
  text-align: center;
}

.amis-scope .antd-InputRange-sliderContainer {
  transition: var(--InputRange-sliderContainer-transition);
}

.amis-scope .antd-InputRange-label {
  color: var(--InputRange-label-color);
  font-size: var(--InputRange-label-fontSize);
  transform: translateZ(0);
  white-space: nowrap;
}

.amis-scope .antd-InputRange-label--min,
.amis-scope .antd-InputRange-label--max,
.amis-scope .antd-InputRange-label--mid {
  bottom: var(--InputRange-label-positionBottom);
  position: absolute;
}

.amis-scope .antd-InputRange-label--mid {
  left: 50%;
  bottom: calc(var(--gap-xs) * -1);
  transform: translateX(-50%);
}

.amis-scope .antd-InputRange-label--max {
  right: 0;
}

.amis-scope .antd-InputRange-label--value {
  position: absolute;
  display: var(--InputRange-label--value-display);
  top: var(--InputRange-label--value-positionTop);
  left: var(--InputRange-label--value-positionLeft);
}

.amis-scope .antd-InputRange-track {
  background: var(--InputRange-track-bg);
  cursor: pointer;
  display: block;
  height: var(--InputRange-track-height);
  position: relative;
  transition: var(--InputRange-track-transition);
}

.amis-scope .antd-InputRange.is-disabled .antd-InputRange-track {
  background: var(--InputRange-track-onDisabled-bg);
}

.amis-scope .antd-InputRange-track.is-active {
  background: var(--InputRange-track-onActive-bg);
}

.amis-scope .antd-InputRange-track--background {
  left: 0.5rem;
  margin-top: calc(-0.5 * var(--InputRange-track-height));
  position: absolute;
  right: 0.5rem;
  top: 50%;
}

.amis-scope .antd-InputRange-track--background::before,
.amis-scope .antd-InputRange-track--background::after {
  content: "";
  width: 0.5rem;
  height: 100%;
  position: absolute;
  top: 0;
  background: inherit;
  z-index: 1;
}

.amis-scope .antd-InputRange-track--background::before {
  left: -0.5rem;
}

.amis-scope .antd-InputRange-track--background::after {
  right: -0.5rem;
}

.amis-scope .antd-InputRange-track--active {
  background: var(--InputRange-track-onActive-bg);
}

.amis-scope .antd-RepeatControl .repeat-btn {
  width: 5rem;
}

.amis-scope .antd-RepeatControl .Select {
  display: inline-block;
  min-width: 100px;
}

.amis-scope .antd-RepeatControl .input-range {
  margin-top: 0;
}

@media (min-width: 768px) {
  .amis-scope .repeat-control.form-contorl-inline,
  .amis-scope .form-group-inline .repeat-control {
    display: inline-block;
    min-width: 280px;
    width: auto;
  }
}

.amis-scope .antd-TreeControl {
  border: 1px solid var(--Form-input-borderColor);
  padding: 6px 0 6px 12px;
  border-radius: 2px;
  max-height: 300px;
  overflow: auto;
}

.amis-scope .antd-TreeControl.h-full {
  max-height: none;
  overflow: visible;
}

.amis-scope .antd-TreeControl.no-border {
  border: 0;
}

.amis-scope .antd-Tree-list,
.amis-scope .antd-Tree-sublist {
  list-style: none;
  padding: 0;
  margin: 0;
}

.amis-scope .antd-Tree-sublist {
  margin-left: var(--Tree-indent);
}

.amis-scope .antd-Tree-sublist.is-folded {
  display: none;
}

.amis-scope .antd-Tree-item {
  line-height: var(--Tree-itemHeight);
  position: relative;
}

.amis-scope .antd-Tree-item > div:hover {
  text-decoration: none;
}

.amis-scope .antd-Tree-item > div:hover > .antd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .antd-Tree-item > div > span > svg {
  display: inline-block;
  cursor: pointer;
  position: relative;
  top: 2px;
  width: 1rem;
  height: 1rem;
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Tree.is-disabled {
  pointer-events: none;
}

.amis-scope .antd-Tree.is-draggable {
  position: relative;
}

.amis-scope .antd-Tree--outline .antd-Tree-sublist .antd-Tree-item--isLeaf:before {
  position: absolute;
  top: -8px;
  left: calc((var(--Tree-indent) - 5px) * -1);
  bottom: 0px;
  border-left: 1px solid var(--borderColor);
  content: "";
}

.amis-scope .antd-Tree-rootItem {
  line-height: var(--Tree-itemHeight);
}

.amis-scope .antd-Tree-item > div:hover > .antd-Tree-item-icons,
.amis-scope .antd-Tree-rootItem > div:hover > .antd-Tree-item-icons {
  visibility: visible;
}

.amis-scope .antd-Tree-itemLabel {
  display: flex;
  align-items: center;
  position: relative;
}

.amis-scope .antd-Tree-itemLabel > * {
  position: relative;
  z-index: 2;
}

.amis-scope .antd-Tree-itemLabel:hover:after {
  position: absolute;
  content: "";
  z-index: 1;
  background: var(--Tree-item-onHover-bg);
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
}

.amis-scope .antd-Tree.is-draggable .antd-Tree-itemLabel:hover::after {
  display: none;
}

.amis-scope .antd-Tree-item-icons {
  visibility: hidden;
  transition: visibility var(--animation-duration) ease;
  display: inline-block;
  vertical-align: top;
  height: var(--Tree-itemHeight);
  line-height: var(--Tree-itemHeight);
  padding-right: var(--gap-xs);
}

.amis-scope .antd-Tree-item-icons > a {
  display: inline-block;
  vertical-align: middle;
  margin-left: var(--gap-xs);
  cursor: pointer;
}

.amis-scope .antd-Tree-item-icons > a > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}

.amis-scope .antd-Tree-itemInput {
  padding-left: var(--Tree-itemArrowWidth);
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

.amis-scope .antd-Tree-itemInput > a {
  display: inline-block;
  cursor: pointer;
  margin-left: var(--gap-sm);
  color: var(--icon-color);
}

.amis-scope .antd-Tree-itemInput > a:hover {
  color: var(--icon-onHover-color);
  text-decoration: none;
}

.amis-scope .antd-Tree-itemInput > input {
  flex-grow: 1;
  width: 100%;
  outline: none;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: calc( ( var(--Tree-inputHeight) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem ) / 2 ) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
}

.amis-scope .antd-Tree-itemInput > input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-Tree-itemInput > input:focus {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-Tree-addTopBtn {
  cursor: pointer;
  height: var(--Tree-itemHeight);
  line-height: var(--Tree-itemHeight);
  display: block;
}

.amis-scope .antd-Tree-addTopBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-Tree-addTopBtn.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-Tree-addTopBtn .icon-wrapper {
  font-size: var(--Form-fontSize);
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Tree-addTopBtn > svg {
  position: relative;
  width: 0.875rem;
  height: 0.875rem;
  top: 0.109375rem;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Tree-itemArrow {
  cursor: pointer;
  width: var(--Tree-itemArrowWidth);
  display: inline-flex;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Tree-itemArrow > svg {
  width: var(--Tree-itemArrowWidth);
  height: var(--Tree-itemArrowWidth);
  display: block;
  transition: transform var(--animation-duration);
  top: 0;
  transform: rotate(90deg);
}

.amis-scope .antd-Tree-itemArrow.is-folded > svg {
  transform: rotate(0deg);
}

.amis-scope .antd-Tree-itemArrowPlaceholder {
  display: inline-block;
  width: calc(var(--Tree-itemArrowWidth) + var(--gap-xs));
}

.amis-scope .antd-Tree-itemDrager {
  cursor: move;
  color: var(--icon-color);
}

.amis-scope .antd-Tree-spinner {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Tree-itemIcon {
  display: inline-flex;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Tree-rootIcon > svg,
.amis-scope .antd-Tree-folderIcon > svg,
.amis-scope .antd-Tree-leafIcon > svg {
  top: 0;
  width: 0.875rem;
  height: 0.875rem;
}

.amis-scope .antd-Tree-itemLabel {
  user-select: none;
}

.amis-scope .antd-Tree-itemLabel.is-checked,
.amis-scope .antd-Tree-itemLabel.is-children-checked {
  color: var(--Tree-itemLabel--onChecked-color);
}

.amis-scope .antd-Tree-itemLabel.is-disabled {
  color: var(--text--muted-color);
}

.amis-scope .antd-Tree-itemLabel > .antd-Checkbox {
  display: inline-flex;
  align-self: center;
}

.amis-scope .antd-Tree-itemText {
  cursor: pointer;
  flex: 1 auto;
  line-height: var(--lineHeightBase);
  padding: 0.25rem 0;
}

.amis-scope .antd-Tree-placeholder {
  color: var(--text--muted-color);
}

.amis-scope .antd-Tree-dropIndicator {
  position: absolute;
  height: 0.125rem;
  background-color: var(--Tree-itemLabel--onChecked-color);
  border-radius: 0.0625rem;
  z-index: 1;
}

.amis-scope .antd-Tree-dropIndicator::after {
  position: absolute;
  top: -0.1875rem;
  left: -0.375rem;
  width: 0.5rem;
  height: 0.5rem;
  background-color: transparent;
  border: 0.125rem solid var(--Tree-itemLabel--onChecked-color);
  border-radius: 50%;
  content: "";
}

.amis-scope .antd-Tree-dropIndicator--hover {
  border-radius: 0;
  background-color: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-Tree-dropIndicator--hover::after {
  display: none;
}

.amis-scope .tree-layout .antd-Tree-item {
  white-space: nowrap;
}

.amis-scope .tree-layout .antd-Tree-itemLabel:hover .antd-Tree-itemText {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-TreeSelectControl {
  position: relative;
}

.amis-scope .antd-TreeSelectControl > .antd-TreeSelect-popover {
  width: 100%;
}

.amis-scope .antd-TreeSelect {
  position: relative;
  max-width: 100%;
  outline: none;
}

.amis-scope .antd-TreeSelect.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}

.amis-scope .antd-TreeSelect-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 150px;
}

.amis-scope .antd-TreeSelect-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TreeSelect-input input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TreeSelect-input input {
    height: 100%;
  }
}

.amis-scope .antd-TreeSelect-input input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-TreeSelect-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-TreeSelect-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-TreeSelect-input--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TreeSelect-input {
    height: 1.2rem;
    min-width: 110px;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.09rem 0rem;
    vertical-align: top;
    border-radius: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-TreeSelect-input {
    height: 1.5rem;
    min-width: 130px;
    line-height: 1.5rem;
    font-size: 0.75rem;
    padding: 0.12rem 0.4rem 0.12rem 0;
    vertical-align: top;
    border-radius: 0;
  }
}

.amis-scope .antd-TreeSelect.is-error > .antd-TreeSelect-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TreeSelect.is-focused > .antd-TreeSelect-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TreeSelect.is-error.is-focused > .antd-TreeSelect-input {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-TreeSelect.is-disabled > .antd-TreeSelect-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}

.amis-scope .antd-TreeSelect-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

.amis-scope .antd-TreeSelect-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.amis-scope .antd-TreeSelect-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-TreeSelect-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

@media (min-width: 576px) {
  .amis-scope .antd-TreeSelect.antd-Form-control--sizeXs > .antd-TreeSelect-input,
  .amis-scope .antd-TreeSelect.antd-Form-control--sizeSm > .antd-TreeSelect-input,
  .amis-scope .antd-TreeSelect.antd-Form-control--sizeMd > .antd-TreeSelect-input,
  .amis-scope .antd-TreeSelect.antd-Form-control--sizeLg > .antd-TreeSelect-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .antd-TreeSelect.is-opened {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-TreeSelect-popup {
  height: 25rem;
}

.amis-scope .antd-TreeSelect-popup.isMobile .antd-Tree {
  padding: 12px;
}

.amis-scope .antd-TreeSelect-popover {
  background: transparent;
  border: none;
  box-shadow: none;
}

.amis-scope .antd-TreeSelect-popover > .antd-Tree {
  background: var(--TreeSelect-popover-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  padding: var(--gap-xs) var(--Form-input-paddingX);
  border-radius: 0;
  margin-top: -1px;
  max-height: 400px;
  overflow: auto;
}

.amis-scope .antd-Combo-placeholder {
  color: var(--text--muted-color);
  padding-top: var(--Form-label-paddingTop);
}

.amis-scope .antd-Combo-toolbarBtn {
  line-height: var(--Combo-toolbarBtn-lineHeight);
  height: var(--Combo-toolbarBtn-height);
  color: var(--Combo-toolbarBtn-color);
  padding: var(--Combo-toolbarBtn-paddingY) var(--Combo-toolbarBtn-paddingX);
  cursor: pointer;
}

.amis-scope .antd-Combo-toolbarBtn:hover {
  color: var(--Combo-toolbarBtn-onHover-color);
}

.amis-scope .antd-Combo-setNullBtn {
  margin-top: var(--gap-xs);
  display: inline-block;
}

.amis-scope .antd-Combo-addBtn {
  font-size: var(--Combo-addBtn-fontSize);
  padding: var(--Combo-addBtn-paddingY) var(--Combo-addBtn-paddingX);
  font-size: var(--Combo-addBtn-fontSize);
  line-height: var(--Combo-addBtn-lineHeight);
  border-radius: var(--Combo-addBtn-borderRadius);
  height: var(--Combo-addBtn-height);
  color: var(--Combo-addBtn-color);
  background: var(--Combo-addBtn-bg);
  border-color: var(--Combo-addBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-Combo-addBtn > svg {
  width: var(--Combo-addBtn-fontSize);
  height: var(--Combo-addBtn-fontSize);
}

.amis-scope .antd-Combo-addBtn .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Combo-addBtn > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Combo-addBtn .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Combo-addBtn > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Combo-addBtn .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-Combo-addBtn > .pull-left {
  margin-right: var(--Combo-addBtn-paddingX);
}

.amis-scope .antd-Combo-addBtn .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-Combo-addBtn > .pull-right {
  margin-left: var(--Combo-addBtn-paddingX);
}

.amis-scope .antd-Combo-addBtn img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
  color: var(--Combo-addBtn-onHover-color);
  background: var(--Combo-addBtn-onHover-bg);
  border-color: var(--Combo-addBtn-onHover-border);
}

.amis-scope .antd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
  color: var(--Combo-addBtn-onActive-color);
  background: var(--Combo-addBtn-onActive-bg);
  border-color: var(--Combo-addBtn-onActive-border);
}

.amis-scope .antd-Combo-addBtn:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-Combo-addBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-Combo-delBtn {
  color: var(--icon-color);
  cursor: pointer;
}

.amis-scope .antd-Combo-delBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Combo-tab-delBtn {
  color: var(--icon-color);
  cursor: pointer;
  margin-left: var(--gap-sm);
  display: inline-block;
}

.amis-scope .antd-Combo-tab-delBtn > svg {
  width: 0.6875rem;
  height: 0.6875rem;
}

.amis-scope .antd-Combo-tab-delBtn:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Combo-items {
  margin-bottom: var(--Combo-items-marginBottom);
}

.amis-scope .antd-Combo-items:empty {
  display: none;
}

.amis-scope .antd-Combo-items:empty + .antd-Combo-toolbar {
  padding-top: calc( (var(--Form-input-height) - var(--Combo-addBtn-height)) / 2 );
}

.amis-scope .antd-Combo-item {
  background: var(--Page-main-bg);
}

.amis-scope .antd-Combo-itemDrager {
  cursor: move;
}

.amis-scope .antd-Combo-itemDrager > a {
  color: var(--icon-color);
}

.amis-scope .antd-Combo-itemDrager > a:hover {
  color: var(--icon-onHover-color);
}

.amis-scope .antd-Combo-itemDrager svg {
  width: 1rem;
  height: 1rem;
}

.amis-scope .antd-Combo--hor .antd-Combo-item {
  display: flex;
  flex-wrap: nowrap;
}

.amis-scope .antd-Combo--hor .antd-Combo-item + .antd-Combo-item {
  margin-top: var(--Combo--horizontal-item-gap);
}

.amis-scope .antd-Combo--hor .antd-Combo-itemInner {
  flex-basis: 0;
  flex-grow: 1;
}

.amis-scope .antd-Combo--hor .antd-Combo-itemTag {
  margin-right: var(--gap-sm);
}

.amis-scope .antd-Combo--hor .antd-Combo-itemTag label {
  color: var(--info);
  margin-right: var(--gap-sm);
}

.amis-scope .antd-Combo--hor .antd-Combo-delBtn {
  margin-left: var(--gap-xs);
  display: flex;
  white-space: nowrap;
  align-items: flex-start;
  padding-top: var(--Form-label-paddingTop);
}

.amis-scope .antd-Combo--hor .antd-Combo-delBtn.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-Combo--hor.is-draggable .antd-Combo-toolbar {
  padding-left: 1.5rem;
}

.amis-scope .antd-Combo--hor .antd-Combo-itemDrager {
  padding: var(--Combo--horizontal-dragger-top) 0.375rem 0 0;
  display: flex;
  align-items: center;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::before,
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::after {
  display: table;
  content: "";
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder)::after {
  clear: both;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items {
  margin: calc(var(--Combo--vertical-item-gap) * -2) calc(var(--Combo--vertical-item-gap) * -2) 0 calc(var(--Combo--vertical-item-gap) * -2);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-placeholder {
  margin: calc(var(--Combo--vertical-item-gap) * 2);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) .antd-Combo-itemTag {
  text-align: right;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) .antd-Combo-itemTag label {
  color: var(--info);
  margin-right: var(--gap-sm);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-item,
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item {
  border: var(--Combo--vertical-item-borderWidth) dashed var(--Combo--vertical-item-borderColor);
  padding: var(--Combo--vertical-item-paddingY) var(--Combo--vertical-item-paddingX);
  position: relative;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item {
  margin: calc(var(--Combo--vertical-item-gap) * 2);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item > .antd-Combo-delBtn {
  position: absolute;
  opacity: 0;
  top: var(--gap-xs);
  right: var(--gap-xs);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-item:hover,
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-items > .antd-Combo-item:hover {
  border-color: var(--Combo--vertical-item-onHover-borderColor);
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-item:hover > .antd-Combo-delBtn,
.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder):not(.is-disabled) > .antd-Combo-items > .antd-Combo-item:hover > .antd-Combo-delBtn {
  opacity: 1;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder) > .antd-Combo-items > .antd-Combo-item > .antd-Combo-itemDrager {
  position: absolute;
  top: var(--Combo--horizontal-dragger-top);
  left: -1.875rem;
  display: flex;
  align-items: center;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-items > .antd-Combo-item {
  margin-left: 2.1875rem;
}

.amis-scope .antd-Combo--ver:not(.antd-Combo--noBorder).is-draggable > .antd-Combo-toolbar {
  padding-left: 1.5625rem;
}

.amis-scope .antd-Combo-item--dragging {
  position: relative;
}

.amis-scope .antd-Combo-item--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.amis-scope .antd-ComboTabs > .antd-Tabs-links::before,
.amis-scope .antd-ComboTabs > .antd-Tabs-links::after {
  display: table;
  content: "";
}

.amis-scope .antd-ComboTabs > .antd-Tabs-links::after {
  clear: both;
}

.amis-scope .antd-ComboTabs > .antd-Tabs-links .antd-Tabs-link > a {
  word-break: break-all;
}

.amis-scope .antd-ComboTabs-addLink {
  float: right;
}

.amis-scope .antd-ComboTabs-addLink > a svg {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Combo-dragableTip {
  color: var(--text--muted-color);
  font-size: var(--fontSizeSm);
  margin-left: var(--gap-xs);
}

.amis-scope .antd-Combo-dragableTip:empty {
  display: none;
}

.amis-scope .antd-ComboControl.is-inline .antd-Combo--hor .antd-Combo-itemInner {
  flex-grow: unset;
  flex-basis: unset;
}

.amis-scope .antd-ComboControl.is-inline .antd-Combo--ver .antd-Combo-item {
  display: inline-block;
  min-width: var(--Form-control-widthBase);
}

@media (min-width: 576px) {
  .amis-scope .antd-Combo-form .antd-Form-item:last-child {
    margin-bottom: 0;
  }
}

.amis-scope .antd-SubForm-values {
  margin: 2px -3px;
}

.amis-scope .antd-SubForm-values:empty {
  display: none;
}

.amis-scope .antd-SubForm-value {
  background: var(--ResultBox-value-bg);
  color: var(--ResultBox-value-color);
  font-size: var(--Form-input-fontSize);
  padding: 0 var(--gap-xs);
  min-height: 1.5rem;
  flex-wrap: nowrap;
  display: inline-flex;
  align-items: center;
  margin: 2px 3px;
  user-select: none;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-SubForm-value {
    min-height: 1rem;
    line-height: 1rem;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-SubForm-value {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.75rem;
  }
}

.amis-scope .antd-SubForm-valueLabel {
  color: inherit;
}

.amis-scope .antd-SubForm-valueDel,
.amis-scope .antd-SubForm-valueEdit,
.amis-scope .antd-SubForm-valueDragBar {
  cursor: pointer;
  margin-left: var(--gap-xs);
  color: var(--ResultBox-icon-color);
}

.amis-scope .antd-SubForm-valueDel:hover,
.amis-scope .antd-SubForm-valueEdit:hover,
.amis-scope .antd-SubForm-valueDragBar:hover {
  color: var(--ResultBox-icon--onHover-color);
}

.amis-scope .antd-SubForm-valueDel > svg,
.amis-scope .antd-SubForm-valueEdit > svg,
.amis-scope .antd-SubForm-valueDragBar > svg {
  width: 0.75rem;
  height: 0.75rem;
}

.amis-scope .antd-SubForm-valueDragBar {
  margin-left: 0;
  margin-right: var(--gap-xs);
  cursor: move;
}

.amis-scope .antd-SubForm-value:hover {
  background: var(--ResultBox-value--onHover-bg);
}

.amis-scope .antd-SubForm-value.is-disabled {
  pointer-events: none;
  color: var(--ResultBox-value--onDisabled-color);
}

.amis-scope .antd-SubForm-value.is-disabled > a {
  color: var(--ResultBox-icon--onDisabled-color);
}

.amis-scope .antd-SubForm-value--dragging {
  position: relative;
}

.amis-scope .antd-SubForm-value--dragging:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.amis-scope .antd-SubForm-addBtn {
  width: auto;
  min-width: auto;
  font-weight: var(--fontWeightNormal);
  color: var(--Button--link-color);
  text-decoration: var(--link-decoration);
  border: none;
  height: auto;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
}

.amis-scope .antd-SubForm-addBtn:hover:focus {
  color: var(--Button--link-onHover-color);
  text-decoration: var(--link-onHover-decoration);
  box-shadow: none;
}

.amis-scope .antd-SubForm-addBtn > svg {
  width: 12px;
  height: 12px;
  margin-right: 4px !important;
  top: 0;
}

.amis-scope .antd-SubForm-addBtn:disabled,
.amis-scope .antd-SubForm-addBtn.is-disabled {
  color: var(--text--muted-color);
  pointer-events: none;
  background: transparent;
}

.amis-scope .antd-SubForm-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  padding: 4px;
}

.amis-scope .antd-ChainedSelectControl .antd-Select {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Picker {
  position: relative;
  max-width: 100%;
  outline: none;
}

.amis-scope .antd-Picker.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}

.amis-scope .antd-Picker-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 150px;
}

.amis-scope .antd-Picker-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Picker-input input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Picker-input input {
    height: 100%;
  }
}

.amis-scope .antd-Picker-input input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-Picker-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-Picker-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-Picker-input--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Picker-input {
    height: 1.2rem;
    min-width: 110px;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.09rem 0rem;
    vertical-align: top;
    border-radius: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Picker-input {
    height: 1.5rem;
    min-width: 130px;
    line-height: 1.5rem;
    font-size: 0.75rem;
    padding: 0.12rem 0.4rem 0.12rem 0;
    vertical-align: top;
    border-radius: 0;
  }
}

.amis-scope .antd-Picker.is-error > .antd-Picker-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-Picker.is-focused > .antd-Picker-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-Picker.is-error.is-focused > .antd-Picker-input {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-Picker.is-disabled > .antd-Picker-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}

.amis-scope .antd-Picker-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

.amis-scope .antd-Picker-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.amis-scope .antd-Picker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-Picker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

@media (min-width: 576px) {
  .amis-scope .antd-Picker.antd-Form-control--sizeXs > .antd-Picker-input,
  .amis-scope .antd-Picker.antd-Form-control--sizeSm > .antd-Picker-input,
  .amis-scope .antd-Picker.antd-Form-control--sizeMd > .antd-Picker-input,
  .amis-scope .antd-Picker.antd-Form-control--sizeLg > .antd-Picker-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .antd-Picker.is-focus > .antd-Picker-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
}

.amis-scope .antd-Picker.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-Picker-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  position: absolute;
  line-height: var(--Form-input-lineHeight);
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 35px);
}

.amis-scope .antd-Picker-input {
  min-height: var(--Form-input-height);
  height: auto;
}

.amis-scope .antd-Picker .antd-Picker-values {
  display: inline;
}

.amis-scope .antd-Picker-valueWrap {
  flex-grow: 1;
  position: relative;
}

.amis-scope .antd-Picker-valueWrap > input {
  width: 1rem;
  display: inline-block;
}

.amis-scope .antd-Picker .antd-Picker-valueWrap {
  margin-bottom: calc(var(--gap-xs) * -1);
  line-height: 1;
}

.amis-scope .antd-Picker .antd-Picker-value {
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) - 0.125rem );
  display: inline-block;
  font-size: var(--Form-selectValue-fontSize);
  color: var(--Form-selectValue-color);
  background: var(--Form-selectValue-bg);
  border: 0.0625rem solid var(--Form-selectValue-borderColor);
  border-radius: 2px;
  margin-right: var(--gap-xs);
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-Picker .antd-Picker-valueIcon {
  cursor: pointer;
  border-right: 0.0625rem solid var(--Form-selectValue-borderColor);
  padding: 1px 5px;
}

.amis-scope .antd-Picker .antd-Picker-valueIcon:hover {
  background: var(--Form-selectValue-onHover-bg);
}

.amis-scope .antd-Picker .antd-Picker-valueLabel {
  padding: 0 var(--gap-xs);
}

.amis-scope .antd-Picker-btn {
  cursor: pointer;
  color: var(--Picker-iconColor);
  position: absolute;
  right: 0;
}

.amis-scope .antd-Picker-btn:hover {
  color: var(--Picker-onHover-iconColor);
}

.amis-scope .antd-Picker-clear {
  display: inline-block;
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  line-height: 1;
  margin-right: var(--gap-xs);
}

.amis-scope .antd-Picker-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-Picker-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

.amis-scope .antd-PickerControl.is-inline .antd-Picker {
  display: inline-block;
  min-width: 9.375rem;
}

.amis-scope .antd-QrCode {
  min-height: var(--Form-input-height);
  padding: 0.4375rem 0;
}

.amis-scope .antd-TagControl {
  position: relative;
}

.amis-scope .antd-TagControl-input.is-focused {
  border-radius: 0;
}

.amis-scope .antd-TagControl-input.is-disabled {
  border-style: dashed;
  background: transparent;
}

.amis-scope .antd-TagControl.is-inline {
  display: inline-block;
}

.amis-scope .antd-TagControl > .antd-TagControl-popover {
  padding: 0;
  border: none;
  width: 100%;
  margin-top: calc( var(--Form-select-popoverGap) - var(--Form-select-outer-borderWidth) );
}

.amis-scope .antd-TagControl > .antd-TagControl-popover.antd-PopOver--leftBottomLeftTop {
  top: 100% !important;
}

.amis-scope .antd-TagControl > .antd-TagControl-popover.antd-PopOver--leftTopLeftBottom {
  top: auto !important;
  bottom: 100% !important;
}

.amis-scope .antd-TagControl-sug {
  margin-top: var(--Form-input-marginBottom);
}

.amis-scope .antd-TagControl-sugTip {
  color: var(--TagControl-sugTip-color);
  margin-bottom: var(--Form-input-marginBottom);
}

.amis-scope .antd-TagControl-sugItem {
  margin-right: var(--gap-sm);
  margin-bottom: var(--gap-sm);
  display: inline-block;
  font-size: var(--TagControl-sugBtn-fontSize);
  cursor: pointer;
  user-select: none;
  border: var(--TagControl-sugBtn-borderWidth) solid transparent;
  padding: var(--TagControl-sugBtn-paddingY) var(--TagControl-sugBtn-paddingX);
  font-size: var(--TagControl-sugBtn-fontSize);
  line-height: var(--TagControl-sugBtn-lineHeight);
  border-radius: var(--TagControl-sugBtn-borderRadius);
  height: var(--TagControl-sugBtn-height);
  color: var(--TagControl-sugBtn-color);
  background: var(--TagControl-sugBtn-bg);
  border-color: var(--TagControl-sugBtn-border);
  box-shadow: var(--Button-boxShadow);
  text-shadow: var(--Button-textShadow);
}

.amis-scope .antd-TagControl-sugItem .antd-Button-icon:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-TagControl-sugItem > .pull-left {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-TagControl-sugItem .antd-Button-icon:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-TagControl-sugItem > .pull-right {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-TagControl-sugItem .antd-Button--loading:first-child:not(:last-child):not(.pull-right),
.amis-scope .antd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
.amis-scope .antd-TagControl-sugItem > .pull-left {
  margin-right: var(--TagControl-sugBtn-paddingX);
}

.amis-scope .antd-TagControl-sugItem .antd-Button--loading:last-child:not(:first-child):not(.pull-left),
.amis-scope .antd-TagControl-sugItem > .pull-right {
  margin-left: var(--TagControl-sugBtn-paddingX);
}

.amis-scope .antd-TagControl-sugItem img.antd-Button-icon {
  height: var(--Button-fontSize);
  vertical-align: middle;
}

.amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
  color: var(--TagControl-sugBtn-onHover-color);
  background: var(--TagControl-sugBtn-onHover-bg);
  border-color: var(--TagControl-sugBtn-onHover-border);
}

.amis-scope .antd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
  color: var(--TagControl-sugBtn-onActive-color);
  background: var(--TagControl-sugBtn-onActive-bg);
  border-color: var(--TagControl-sugBtn-onActive-border);
}

.amis-scope .antd-TagControl-sugItem:hover:focus {
  box-shadow: var(--Button-boxShadow);
}

.amis-scope .antd-TagControl-sugItem.is-disabled {
  pointer-events: none;
  opacity: var(--Button-onDisabled-opacity);
}

.amis-scope .antd-TagControl-popover.antd-PopOver--leftBottomLeftTop > .antd-ListMenu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.amis-scope .antd-TagControl-popover.antd-PopOver--leftTopLeftBottom > .antd-ListMenu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.amis-scope .antd-Rating {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.amis-scope .antd-Rating > ul {
  display: flex;
  padding: unset;
  margin: unset;
  align-items: center;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.amis-scope .antd-Rating-star {
  position: relative;
  margin-right: var(--Rating-star-margin);
  overflow: hidden;
  display: block;
  font-size: var(--Rating-star-size);
  line-height: 1;
  cursor: pointer;
  user-select: none;
  color: var(--Rating-inactive-color);
}

.amis-scope .antd-Rating-star-half > svg.icon,
.amis-scope .antd-Rating-star > svg.icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  top: 0;
}

.amis-scope .antd-Rating-star:last-of-type {
  margin-right: 0;
}

.amis-scope .antd-Rating-star.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

.amis-scope .antd-Rating-star-half {
  position: absolute;
  overflow: hidden;
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
}

.amis-scope .antd-Rating-text {
  font-size: var(--fontSizeSm);
  color: var(--text-color);
  font-weight: var(--fontWeightNormal);
}

.amis-scope .antd-Rating-text--left {
  margin-right: var(--Rating-star-margin);
}

.amis-scope .antd-Rating-text--right {
  margin-left: var(--Rating-star-margin);
}

.amis-scope .antd-RatingControl {
  position: relative;
  overflow: hidden;
}

.amis-scope .antd-Transfer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  min-height: 18.75rem;
  position: relative;
}

.amis-scope .antd-Transfer--inline {
  display: inline-flex;
  flex-wrap: nowrap;
}

.amis-scope .antd-Transfer-title {
  display: flex;
  align-items: center;
  background: var(--Transfer-title-bg);
  height: 1.875rem;
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc( ( 1.875rem - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
  flex-direction: row;
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}

.amis-scope .antd-Transfer-title--light {
  background: transparent;
}

.amis-scope .antd-Transfer-title > span {
  flex-grow: 1;
}

.amis-scope .antd-Transfer-select,
.amis-scope .antd-Transfer-result {
  width: 0;
  min-width: 12.5rem;
  max-height: 25rem;
  flex-grow: 1;
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  display: flex;
  flex-direction: column;
  border-radius: var(--borderRadius);
}

.amis-scope .antd-Transfer-select > .antd-Transfer-selection,
.amis-scope .antd-Transfer-result > .antd-Transfer-value {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
  position: relative;
}

.amis-scope .antd-Transfer-search + .antd-Transfer-selection {
  border-top: 1px solid var(--borderColor);
}

.amis-scope .antd-Transfer-selection .antd-ListSelection-placeholder {
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.amis-scope .antd-Transfer-search {
  padding: var(--gap-sm);
}

.amis-scope .antd-Transfer-mid {
  min-width: 0.625rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.amis-scope .antd-Transfer-arrow {
  width: 40px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--borderColor);
  margin: 0 10px;
  color: var(--icon-color);
}

.amis-scope .antd-Transfer-arrow > svg {
  top: 0;
  width: 14px;
  height: 14px;
}

.amis-scope .antd-Transfer-checkAll,
.amis-scope .antd-Transfer-clearAll {
  user-select: none;
  cursor: pointer;
}

.amis-scope .antd-Transfer-checkAll.is-disabled,
.amis-scope .antd-Transfer-clearAll.is-disabled {
  pointer-events: none;
  color: var(--text--muted-color);
}

.amis-scope .antd-TabsTransfer .antd-Transfer-title {
  height: 40px;
}

.amis-scope .antd-TabsTransfer-placeholder {
  height: var(--Form-input-height);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-input-fontSize);
  padding: calc((var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize)) / 2) var(--gap-sm);
  color: var(--text--muted-color);
}

.amis-scope .antd-TabsTransfer-tab {
  padding: 0;
  overflow: auto;
}

.amis-scope .antd-TabsTransfer-tabs {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links {
  border-top: 0 none;
  padding: 5px 0 0 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-Tabs-link > a:first-child {
  font-size: 12px;
  padding: 7px 8px;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links .antd-TabsTransfer-tabsMid {
  flex-grow: 1;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox {
  margin: -5px 5px 0 10px;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-links > .antd-SearchBox.is-active {
  width: 150px;
  margin-right: 10px;
  padding-left: 10px;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content {
  flex-grow: 1;
  min-height: 0;
  position: relative;
  padding: 5px 0 0;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane {
  position: relative;
  height: 100%;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active {
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-TabsTransfer-tabs > .antd-Tabs-content > .antd-Tabs-pane.is-active > .antd-Transfer-selection {
  flex-grow: 1;
  max-height: 100%;
  overflow: auto;
}

.amis-scope .antd-TransferControl {
  position: relative;
}

.amis-scope .antd-TransferControl.is-inline {
  display: inline-block;
}

.amis-scope .antd-TransferPicker-icon {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
  color: var(--Form-select-caret-iconColor);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TransferPicker-icon {
    margin: 0px 5px 0px auto;
  }
}

.amis-scope .antd-TransferPicker-icon:hover {
  color: var(--Form-select-caret-onHover-iconColor);
}

.amis-scope .antd-TransferPicker-icon > svg {
  width: 0.75rem;
  height: 0.75rem;
  top: 0;
}

.amis-scope .antd-TransferDropDown-icon {
  transition: transform var(--animation-duration) ease-out;
  margin: 5px 5px 5px auto;
  display: flex;
  color: var(--Form-select-caret-iconColor);
}

.amis-scope .antd-TransferDropDown-icon:hover {
  color: var(--Form-select-caret-onHover-iconColor);
}

.amis-scope .antd-TransferDropDown-icon > svg {
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .antd-TransferDropDown.is-active .antd-TransferDropDown-icon {
  transform: rotate(180deg);
}

.amis-scope .antd-TransferDropDown-content {
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
}

.amis-scope .antd-TransferDropDown-content.is-mobile {
  width: 100%;
}

.amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
  flex-grow: 1;
  max-height: 300px;
  overflow: auto;
  position: relative;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-TransferDropDown-content > .antd-Transfer-selection {
    max-height: 200px;
  }
}

.amis-scope .antd-NestedSelectControl {
  position: relative;
}

.amis-scope .antd-NestedSelect {
  position: relative;
}

.amis-scope .antd-NestedSelect--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-NestedSelect--borderNone {
  border-color: transparent !important;
}

.amis-scope .antd-NestedSelect-optionArrowRight {
  display: inline-block;
  padding-right: 0.625rem;
}

.amis-scope .antd-NestedSelect-optionArrowRight svg {
  width: 0.75rem;
  height: 0.75rem;
  fill: var(--Form-input-iconColor);
}

.amis-scope .antd-NestedSelect-menuOuter {
  display: flex;
}

.amis-scope .antd-NestedSelect-noResult {
  width: 10rem;
  padding: 0 var(--gap-xs);
  color: var(--Form-select-placeholderColor);
  line-height: var(--Form-input-lineHeight);
  font-size: var(--Form-select-input-fontSize);
  user-select: none;
  padding: calc( ( var(--Form-select-menu-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--Form-select-paddingX);
}

.amis-scope .antd-NestedSelect-menu {
  width: 10rem;
  height: 10.9375rem;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-select-outer-borderWidth) solid var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-select-outer-boxShadow);
  overflow-y: auto;
  overflow-x: hidden;
}

.amis-scope .antd-NestedSelect-menu:not(:first-child) {
  border-left: 0;
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option {
  position: relative;
  padding-left: var(--gap-md);
  min-height: var(--Form-input-height);
  line-height: var(--Form-input-height);
  cursor: pointer;
  display: flex;
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option > .antd-NestedSelect-optionLabel {
  flex: 1;
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option > .antd-NestedSelect-optionLabel.is-disabled {
  cursor: not-allowed;
  color: var(--text--muted-color);
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option.is-active {
  color: var(--Form-select-menu-onActive-color);
  background: var(--Form-select-menu-onActive-bg);
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option:hover {
  color: var(--Form-select-menu-onHover-color);
  background: var(--Form-select-menu-onHover-bg);
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option:hover > .antd-NestedSelect-childrenOuter {
  display: block;
}

.amis-scope .antd-NestedSelect-menu .antd-NestedSelect-option.checkall {
  border-bottom: 0.0625rem solid #eceff8;
}

.amis-scope .antd-NestedSelect-popup {
  height: 28.75rem;
}

.amis-scope .antd-Cascader-tabs {
  display: flex;
}

.amis-scope .antd-Cascader-tabs.scrollable {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

.amis-scope .antd-Cascader-tabs.scrollable::-webkit-scrollbar {
  display: none;
}

.amis-scope .antd-Cascader-tab {
  flex: 1;
  width: calc((100vw - 20px) / 3);
  height: 23.125rem;
  overflow-y: auto;
  display: inline-block;
}

.amis-scope .antd-Cascader-tab::-webkit-scrollbar {
  display: none;
}

.amis-scope .antd-Cascader {
  width: 100%;
  padding: 0 10px;
}

.amis-scope .antd-Cascader-Nav {
  overflow-x: auto;
}

.amis-scope .antd-Cascader-NavItem {
  display: inline-block;
  margin-right: 0.625rem;
  list-style: none;
  cursor: pointer;
  user-select: none;
  padding: 0 0.375rem;
}

.amis-scope .antd-Cascader-btnGroup {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.75rem;
}

.amis-scope .antd-Cascader-options {
  box-sizing: border-box;
  height: var(--Cascader-option-height);
  padding-top: 0.375rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0;
  padding: 0;
}

.amis-scope .antd-Cascader-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.375rem 0;
  font-size: var(--fontSizeMd);
  line-height: var(--Cascader-option-lineHeight);
  cursor: pointer;
  position: relative;
}

.amis-scope .antd-Cascader-option.selected span {
  color: var(--primary);
}

.amis-scope .antd-Cascader-option.disabled span {
  color: gray;
}

.amis-scope .antd-Cascader-option--text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  user-select: none;
}

.amis-scope .antd-Cascader-option-selectedNum {
  min-width: 1rem;
  height: 1rem;
  line-height: 1rem;
  border-radius: 100%;
  text-align: center;
  background: var(--Form-select-menu-onActive-color);
  color: var(--white) !important;
  font-size: var(--fontSizeSm);
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.amis-scope .antd-Cascader-icon {
  color: var(--primary);
}

.amis-scope .antd-Cascader-tab {
  padding: 0;
}

.amis-scope .antd-Cascader-btnCancel {
  color: var(--PopUp-cancelAction-color);
}

.amis-scope .antd-IconPickerControl {
  position: relative;
  max-width: 100%;
}

.amis-scope .antd-IconPickerControl.is-inline {
  display: inline-block;
  width: var(--Form-control-widthBase);
}

.amis-scope .antd-IconPickerControl-input {
  display: flex;
  background: var(--Form-input-bg);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  line-height: var(--Form-input-lineHeight);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
  font-size: var(--Form-input-fontSize);
  flex-wrap: wrap;
  justify-content: flex-start;
  min-width: 150px;
}

.amis-scope .antd-IconPickerControl-input input {
  flex-basis: 5rem;
  flex-grow: 1;
  outline: none;
  background: transparent;
  border: none;
  color: var(--Form-input-color);
  width: 100%;
  height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-IconPickerControl-input input {
    height: 100%;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-IconPickerControl-input input {
    height: 100%;
  }
}

.amis-scope .antd-IconPickerControl-input input::placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
}

.amis-scope .antd-IconPickerControl-input:hover {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-IconPickerControl-input--borderHalf {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
}

.amis-scope .antd-IconPickerControl-input--borderNone {
  border-color: transparent !important;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-IconPickerControl-input {
    height: 1.2rem;
    min-width: 110px;
    line-height: 1.2rem;
    font-size: 0.75rem;
    padding: 0.09rem 0rem;
    vertical-align: top;
    border-radius: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-IconPickerControl-input {
    height: 1.5rem;
    min-width: 130px;
    line-height: 1.5rem;
    font-size: 0.75rem;
    padding: 0.12rem 0.4rem 0.12rem 0;
    vertical-align: top;
    border-radius: 0;
  }
}

.amis-scope .antd-IconPickerControl.is-error > .antd-IconPickerControl-input {
  border-color: var(--Form-input-onError-borderColor);
  background: var(--Form-input-onError-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-IconPickerControl.is-focused > .antd-IconPickerControl-input {
  border-color: var(--Form-input-onFocused-borderColor);
  box-shadow: var(--Form-input-boxShadow);
  background: var(--Form-input-onFocused-bg);
  transition: all var(--animation-duration);
}

.amis-scope .antd-IconPickerControl.is-error.is-focused > .antd-IconPickerControl-input {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-IconPickerControl.is-disabled > .antd-IconPickerControl-input {
  color: var(--text--muted-color);
  background: var(--Form-input-onDisabled-bg);
  border-color: var(--Form-input-onDisabled-borderColor);
  transition: all var(--animation-duration);
}

.amis-scope .antd-IconPickerControl-spinner {
  line-height: calc(var(--Form-input-lineHeight) * var(--Form-input-fontSize));
}

.amis-scope .antd-IconPickerControl-clear {
  padding: 0.1875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}

.amis-scope .antd-IconPickerControl-clear svg {
  fill: var(--Form-input-iconColor);
  top: 0;
  width: 0.625rem;
  height: 0.625rem;
}

.amis-scope .antd-IconPickerControl-clear:hover svg {
  fill: var(--Form-input-onHover-iconColor);
}

@media (min-width: 576px) {
  .amis-scope .antd-IconPickerControl.antd-Form-control--sizeXs > .antd-IconPickerControl-input,
  .amis-scope .antd-IconPickerControl.antd-Form-control--sizeSm > .antd-IconPickerControl-input,
  .amis-scope .antd-IconPickerControl.antd-Form-control--sizeMd > .antd-IconPickerControl-input,
  .amis-scope .antd-IconPickerControl.antd-Form-control--sizeLg > .antd-IconPickerControl-input {
    min-width: 100%;
    display: inline-flex;
  }
}

.amis-scope .antd-IconPickerControl-placeholder {
  color: var(--Form-input-placeholderColor);
  user-select: none;
  position: absolute;
  left: var(--Form-input-paddingX);
  top: var(--Form-input-paddingY);
  margin-top: calc(2 * var(--Form-input-borderWidth));
  line-height: var(--Form-input-lineHeight);
}

.amis-scope .antd-IconPickerControl-valueWrap {
  flex-grow: 1;
  line-height: 1;
  white-space: nowrap;
}

.amis-scope .antd-IconPickerControl-valueWrap > input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.amis-scope .antd-IconPickerControl-input--withAC {
  position: relative;
  flex-wrap: wrap;
}

.amis-scope .antd-IconPickerControl-input--withAC > input {
  width: auto;
}

.amis-scope .antd-IconPickerControl-sugsPanel {
  position: absolute;
  background: var(--Form-select-menu-bg);
  color: var(--Form-select-menu-color);
  border: var(--Form-input-borderWidth) solid var(--Form-input-onFocused-borderColor);
  left: -0.0625rem;
  right: -0.0625rem;
  top: 100%;
  z-index: 10;
  height: auto;
}

.amis-scope .antd-IconPickerControl-tabs {
  background: var(--IconPicker-tabs-bg);
}

.amis-scope .antd-IconPickerControl-tab {
  display: inline-block;
  padding: var(--IconPicker-tab-padding);
  height: var(--IconPicker-tab-height);
  line-height: var(--IconPicker-tab-lineHeight);
  cursor: pointer;
  text-align: center;
  font-size: var(--fontSizeSm);
  user-select: none;
}

.amis-scope .antd-IconPickerControl-tab.active {
  background: var(--IconPicker-tab-onActive-bg);
}

.amis-scope .antd-IconPickerControl-sugs {
  position: relative;
  padding: var(--IconPicker-padding);
  max-height: var(--IconPicker-content-maxHeight);
  overflow-y: auto;
}

.amis-scope .antd-IconPickerControl-sugItem {
  display: inline-block;
  width: var(--IconPicker-sugItem-width);
  height: var(--IconPicker-sugItem-height);
  text-align: center;
  line-height: var(--IconPicker-sugItem-lineHeight);
  cursor: pointer;
}

.amis-scope .antd-IconPickerControl-sugItem:hover {
  background: var(--Form-select-menu-onHover-bg);
}

.amis-scope .antd-IconPickerControl-sugItem.is-active {
  color: var(--white);
  background: var(--Form-select-menu-onActive-color);
}

.amis-scope .antd-IconPickerControl-value {
  user-select: none;
  line-height: calc( var(--Form-input-lineHeight) * var(--Form-input-fontSize) );
  vertical-align: middle;
  display: inline-block;
}

.amis-scope .antd-IconPickerControl-value > i {
  display: inline-block;
  margin-right: var(--IconPicker-selectedIcon-marginRight);
}

.amis-scope .antd-Form {
  font-size: var(--Form-fontSize);
  position: relative;
  font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form {
    font-size: 0.75rem;
  }
}

.amis-scope .antd-Form--quickEdit > div:last-of-type {
  margin-bottom: 0;
}

.amis-scope .antd-Form--inline {
  background-color: #fff;
  padding-top: 0.375rem;
  border-bottom: 0.0625rem solid #eceff8;
}

.amis-scope .antd-Form--inline > .antd-Button {
  margin-bottom: calc(var(--Form-item-gap) / 2);
  margin-right: calc(var(--Form-item-gap) / 2);
}

.amis-scope .antd-Form--inline > .antd-PlainField {
  display: inline-block;
  padding-top: var(--Form-input-paddingY);
}

.amis-scope .antd-Form .antd-Form-extendBtn {
  display: inline-block;
}

.amis-scope .antd-Form .antd-Form-extendBtn .antd-Button {
  padding: 5px;
  margin-bottom: calc(var(--Form-item-gap) / 2);
  margin-right: calc(var(--Form-item-gap) / 2);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form .antd-Form-extendBtn .antd-Button {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form .antd-Form-extendBtn .antd-Button {
    margin-bottom: calc(var(--Form-item-gap) / 4);
  }
}

.amis-scope .antd-Form .antd-Form-extendBtn i {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 5px;
  border-top: 1px solid #1890ff;
  border-right: 1px solid #1890ff;
}

.amis-scope .antd-Form-query {
  max-width: 100px;
  padding: 0 0 0 7px;
  max-width: 130px;
  min-width: 90px;
}

.amis-scope .antd-Form-query .antd-Form-queryConstent {
  display: inline-block;
  width: calc(100% - 20px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}

.amis-scope .antd-Form-query .antd-Form-queryConstent + span {
  margin: 0 auto;
}

.amis-scope .antd-Form-site-tag-plus {
  cursor: pointer;
}

@media screen and (min-width: 1200px) {
  .amis-scope .antd-Form-rectangle .antd-Form-item .antd-Form-label {
    position: relative;
    line-height: 1.875rem;
    border: var(--DatePicker-borderWidth) solid var(--DatePicker-borderColor);
    padding: 0 5px;
    border-right: 0;
    margin-right: 0 !important;
    display: inline-block;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    max-width: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 1.875rem;
    background: #fff;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form-rectangle .antd-Form-item .antd-Form-label {
    line-height: 17.1904px;
    height: auto;
    padding: 0 0.3125rem 0 0.125rem;
    font-size: 0.75rem;
    right: -0.0625rem;
    max-width: 65px;
    margin-right: 0 !important;
    border-radius: 0rem;
  }
}

@media screen and (min-width: 1200px) and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form-rectangle .antd-Form-item .antd-Form-label {
    line-height: 1.375rem;
    padding: 0 0.1875rem;
    height: auto;
    font-size: 0.75rem;
    max-width: 65px;
    margin-right: 0 !important;
    border-radius: 0rem;
  }
}

.amis-scope .antd-Form-static {
  min-height: var(--Form-input-height);
  padding-top: var(--Form-label-paddingTop);
  padding-bottom: var(--Form-label-paddingTop);
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form-static {
    min-height: 1.2rem;
    padding: 0 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form-static {
    min-height: 1.5rem;
    padding: 0rem 0;
  }
}

.amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-Form-static {
  display: inline-block;
  vertical-align: top;
}

.amis-scope .antd-Form-static--borderFull {
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
}

.amis-scope .antd-Form-static--borderHalf {
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  border-radius: var(--Form-input-borderRadius);
  padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
}

.amis-scope .antd-Form-label {
  font-weight: var(--fontWeightNormal);
  margin-bottom: var(--gap-xs);
  position: relative;
  font-size: var(--Form-item-fontSize);
  color: var(--Form-item-fontColor);
}

.amis-scope .antd-Form-label > span {
  position: relative;
}

.amis-scope .antd-Form-star {
  color: var(--danger);
  font-size: 16px;
  line-height: 1;
  margin-left: 4px;
}

.amis-scope .antd-Form-feedback {
  color: var(--danger);
  margin: var(--Form-input-marginBottom) 0 0;
  padding-left: var(--gap-base);
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Form-description {
  display: block;
  color: var(--Form-description-color);
  margin: var(--Form-input-marginBottom) 0 0;
  font-size: var(--Form-description-fontSize);
}

.amis-scope .antd-Form-hint {
  display: inline-block;
  margin-left: var(--gap-sm);
  padding-top: var(--Form-input-paddingY);
  vertical-align: top;
}

.amis-scope .antd-Form-item {
  margin-bottom: var(--Form-item-gap);
}

.amis-scope .antd-Grid-form > .antd-Form-item:last-child {
  margin-bottom: 0;
}

.amis-scope .antd-Form--inline > .antd-Form-item--inline:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.amis-scope .antd-Form-item .antd-Form-remark {
  padding-top: var(--Form-label-paddingTop);
  vertical-align: top;
}

.amis-scope .antd-Form-item--inline {
  margin-bottom: calc(var(--Form-item-gap) / 2);
  margin-right: calc(var(--Form-item-gap) / 2);
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form-item {
    margin-bottom: 2px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form-item {
    margin-bottom: 4px;
  }
}

.amis-scope .antd-Form-item--horizontal > .antd-Form-label {
  text-align: var(--Form--horizontal-label-align);
  white-space: var(--Form--horizontal-label-whiteSpace);
}

.amis-scope .antd-Form-item--normal > .antd-Form-label {
  display: block;
}

.amis-scope .antd-Form-item--normal > .antd-Form-label .antd-Form-star {
  margin-left: 4px;
  font-size: 16px;
}

.amis-scope .antd-Form-item.is-error > .antd-Form-label {
  color: var(--danger);
}

.amis-scope .antd-TextControl-xs .antd-TextControl-input {
  height: 100%;
}

.amis-scope .antd-TextControl-xs .antd-TextControl-input input {
  height: 2.5rem;
  font-size: 1.5rem !important;
}

.amis-scope .antd-Form-placeholder {
  color: var(--Form-input-placeholderColor);
}

.amis-scope .antd-Form-caption {
  display: inline-block;
  line-height: var(--Form-input-height);
  height: var(--Form-input-height);
  margin-left: 0.625rem;
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-label {
    display: inline-block;
    max-width: 100%;
  }

  .amis-scope .antd-Form-item--width {
    flex-grow: 0 !important;
    flex-basis: unset !important;
  }

  .amis-scope .antd-Form-control--width {
    width: inherit;
  }

  .amis-scope .antd-Form-control--sizeXs {
    width: var(--Form-control-widthXs);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .antd-Form-control--sizeXs.antd-NumberControl {
    width: var(--Form-control-widthXs);
  }

  .amis-scope .antd-Form-control--sizeSm {
    width: var(--Form-control-widthSm);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .antd-Form-control--sizeSm.antd-NumberControl {
    width: var(--Form-control-widthSm);
  }
}

@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Form-control--sizeSm {
    width: 7rem;
  }
}

@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form-control--sizeSm {
    width: 8rem;
  }
}

@media (min-width: 576px) {
  .amis-scope .is-showCount {
    width: auto;
    max-width: 20rem;
    min-width: 10rem;
  }

  .amis-scope .is-showCount .antd-TextControl-input input {
    flex-basis: 0;
    width: 30px;
  }
}

@media screen and (min-width: 576px) and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .is-showCount {
    min-width: 7rem;
  }

  .amis-scope .is-showCount .antd-TextControl-input {
    line-height: 1.2rem;
    min-height: 1.2rem;
    padding: 0 2px;
  }

  .amis-scope .is-showCount .antd-TextControl-input .antd-TextControl-value {
    margin: 0 2px;
    line-height: 14px;
  }

  .amis-scope .is-showCount .antd-TextControl-input .antd-TextControl-value .antd-TextControl-valueIcon {
    line-height: 12px;
  }

  .amis-scope .is-showCount .antd-TextControl-input input {
    margin: 0;
  }
}

@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .is-showCount {
    min-width: 8rem;
  }

  .amis-scope .is-showCount .antd-TextControl-input {
    line-height: 1.5rem;
    min-height: 1.5rem;
    padding: 3px 2px;
  }

  .amis-scope .is-showCount .antd-TextControl-input .antd-TextControl-value {
    margin: 0 2px;
    line-height: 14px;
  }

  .amis-scope .is-showCount .antd-TextControl-input .antd-TextControl-value .antd-TextControl-valueIcon {
    line-height: 14px;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-control--sizeMd {
    width: var(--Form-control-widthMd);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-control--sizeLg {
    width: var(--Form-control-widthLg);
    max-width: 100%;
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .antd-Form-control--sizeLg.antd-NumberControl {
    width: var(--Form-control-widthLg);
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-item--horizontal {
    display: flex;
    flex-wrap: nowrap;
    margin-left: calc(var(--Form--horizontal-gutterWidth) / 2 * -1);
    margin-right: calc(var(--Form--horizontal-gutterWidth) / 2 * -1);
  }

  .amis-scope .antd-Form-item--horizontal > * {
    padding-left: calc(var(--Form--horizontal-gutterWidth) / 2);
    padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
  }

  .amis-scope .antd-Form-item--horizontal > .antd-Form-value {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 0;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--xs,
  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--sm,
  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--normal,
  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--auto,
  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--md,
  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--lg {
    flex-grow: unset;
    flex-basis: unset;
  }

  .amis-scope .antd-Form-item--horizontal > .antd-Form-label {
    padding-top: var(--Form-label-paddingTop);
    margin-bottom: 0;
    flex-shrink: 0;
  }

  .amis-scope .antd-Form-item--horizontal > .antd-Form-label .antd-Form-star {
    margin-left: 4px;
    font-size: 16px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--xs {
    width: var(--Form--horizontal-label-widthXs);
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--sm {
    width: var(--Form--horizontal-label-widthSm);
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--normal {
    width: var(--Form--horizontal-label-widthBase);
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--md {
    width: var(--Form--horizontal-label-widthMd);
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--lg {
    width: var(--Form--horizontal-label-widthLg);
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--auto {
    width: auto;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--3 {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--6 {
    flex: 0 0 50%;
    max-width: 50%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--9 {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--horizontal .antd-Form-itemColumn--12 {
    flex: 0 0 100%;
    max-width: 100%;
    min-height: 1px;
  }

  .amis-scope .antd-Form-item--inline {
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .antd-Form-item--inline > .antd-Form-label {
    padding-top: var(--Form-label-paddingTop);
    margin-bottom: 0;
    margin-right: calc(var(--Form-item-gap) / 2);
  }
}

@media screen and (min-width: 576px) and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Form-item--inline > .antd-Form-label {
    padding-top: 0px;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-item--inline > .antd-Form-label .antd-Form-star {
    margin-left: 4px;
    font-size: 16px;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-item--inline > .antd-Form-value {
    display: inline-block;
    vertical-align: top;
  }

  .amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-Button--link {
    padding-top: var(--Form-label-paddingTop);
  }

  .amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-Form-control {
    vertical-align: top;
    display: inline-block;
  }

  .amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-Form-control.antd-InputGroup {
    display: inline-flex;
  }

  .amis-scope .antd-Form-item--inline > .antd-Form-value > .antd-TextControl--withAddOn {
    display: inline-flex;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: calc(var(--Form-row-gutterWidth) / -2);
    margin-right: calc(var(--Form-row-gutterWidth) / -2);
    align-items: flex-start;
  }

  .amis-scope .antd-Form-row > * {
    padding-left: calc(var(--Form-row-gutterWidth) / 2);
    padding-right: calc(var(--Form-row-gutterWidth) / 2);
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-col {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 1;
  }
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-rowInner {
    display: flex;
    flex-wrap: nowrap;
  }

  .amis-scope .antd-Form-rowInner > .antd-Form-label {
    display: inline-block;
    vertical-align: top;
    padding-top: var(--Form-label-paddingTop);
    padding-right: var(--Form-row-gutterWidth);
  }

  .amis-scope .antd-Form-rowInner > .antd-Form-control {
    flex-basis: 0;
    flex-grow: 1;
  }
}

.amis-scope .antd-Form--column {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--Form-group-gutterWidth) / -2);
  margin-right: calc(var(--Form-group-gutterWidth) / -2);
}

.amis-scope .antd-Form--column .antd-Form-item {
  padding-left: calc(var(--Form-group-gutterWidth) / 2);
  padding-right: calc(var(--Form-group-gutterWidth) / 2);
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.amis-scope .antd-Form--column .antd-Form-item.autoLayout-other {
  width: 100%;
}

.amis-scope .antd-Form--column .antd-Tabs-pane {
  padding-left: 0;
  padding-right: 0;
}

.amis-scope .antd-Form--column .antd-Service-body {
  display: flex;
  flex-wrap: wrap;
}

.amis-scope .antd-Form--column-2 .antd-Form-item {
  width: 50%;
}

.amis-scope .antd-Form--column-3 .antd-Form-item {
  width: 33.33%;
}

.amis-scope .antd-Form--column-4 .antd-Form-item {
  width: 25%;
}

.amis-scope .antd-Form--column-5 .antd-Form-item {
  width: 20%;
}

.amis-scope .antd-Form--column-6 .antd-Form-item {
  width: 16.6%;
}

.amis-scope .antd-Form--column-7 .antd-Form-item {
  width: 14.2%;
}

.amis-scope .antd-Form--column-8 .antd-Form-item {
  width: 12.5%;
}

.amis-scope .antd-Form-column-9 .antd-Form-item {
  width: 11.1%;
}

.amis-scope .antd-Form-column-10 .antd-Form-item {
  width: 10%;
}

/* 移动端样式调整 */

@media (max-width: 767px) {
  .amis-scope .antd-Form .antd-Form-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding: var(--Form-item-gap) 0;
    position: relative;
    background-color: #fff;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-InputGroup-addOn,
  .amis-scope .antd-Form .antd-Form-item .antd-TextControl-addOn {
    border: none;
  }

  .amis-scope .antd-Form .antd-Form-item > .antd-Form-label {
    flex: 0 0 30%;
    max-width: 30%;
    min-height: 1px;
    text-align: left;
    padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
    overflow-wrap: break-word;
    margin-right: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner > .antd-Form-label {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #000;
    margin-bottom: 10px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table {
    font-size: 14px;
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table-table,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table th,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table td {
    font-size: 14px;
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table th {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table .antd-Table-foot {
    padding: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table .antd-Table-foot .antd-Table-footTable > tbody > tr > th {
    padding-left: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-Table .antd-Form-item .antd-TextControl-input {
    min-width: 50px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-ImageControl {
    overflow: visible;
    text-align: left;
    min-height: unset;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-RichTextControl {
    text-align: left;
    border: none !important;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner .antd-DateRangePicker {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-description {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-TextControl-input {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-TextControl-input input {
    height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
    text-align: right;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control {
    flex: 1;
    overflow: hidden;
    min-height: 24px;
    flex-wrap: wrap;
    font-size: 15px;
    text-align: right;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value.is-disabled > .antd-TextControl-input,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control.is-disabled > .antd-TextControl-input {
    background: transparent;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-Select.is-mobile,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-Select.is-mobile {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-Select.is-mobile .antd-Select-valueWrap,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-Select.is-mobile .antd-Select-valueWrap {
    justify-content: flex-end;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-Select.is-mobile .antd-Select-arrow,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-Select.is-mobile .antd-Select-arrow {
    margin: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-Number,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-Number {
    border: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-Number .antd-Number-input,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-Number .antd-Number-input {
    text-align: right;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-TransferPicker .antd-TransferPicker-icon,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-TransferPicker .antd-TransferPicker-icon {
    margin: 5px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-value .antd-ResultBox-singleValue,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-ResultBox-singleValue {
    text-align: right;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control {
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-DateField {
    letter-spacing: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-ResultBox {
    border: none;
    justify-content: flex-end;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-ResultBox-clear {
    position: relative;
    right: unset;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-DatePicker.is-mobile {
    padding: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-DatePicker.is-mobile .antd-DatePicker-content {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-DatePicker.is-mobile .antd-DatePicker-content .antd-DatePicker-placeholder {
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-DatePicker.is-mobile .antd-DatePicker-content .antd-DatePicker-value {
    justify-content: flex-end;
    font-weight: 500;
    letter-spacing: 0.5px;
    font-family: system-ui, -apple-system, Helvetica Neue, sans-serif;
    color: #666;
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control .antd-TextControl-placeholder {
    right: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-hint,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-remark,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-static,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item,
  .amis-scope .antd-Form .antd-Form-item .antd-SwitchControl,
  .amis-scope .antd-Form .antd-Form-item .antd-CheckboxControl,
  .amis-scope .antd-Form .antd-Form-item .antd-RadiosControl,
  .amis-scope .antd-Form .antd-Form-item .antd-CheckboxesControl {
    padding-top: 0;
    padding-bottom: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-group--horizontal .antd-TextControl-input input {
    height: var(--Form-input-height);
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-hint {
    font-size: var(--fontSizeBase);
    margin-left: 0;
    color: var(--text--muted-color);
  }

  .amis-scope .antd-Form .antd-Form-item .antd-TextControl-placeholder {
    top: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-static {
    min-height: 0;
    flex: 1;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-description,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-feedback {
    font-size: var(--fontSizeBase);
  }

  .amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-Select,
  .amis-scope .antd-Form .antd-Form-item .antd-InputGroup .antd-InputGroup-btn .antd-Button {
    border: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-InputGroup > .antd-TextControl-input input {
    height: var(--Form-input-height);
  }

  .amis-scope .antd-Form .antd-Form-item .antd-ColorPicker {
    padding: 0;
    border: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-ColorPicker .antd-ColorPicker-arrow {
    display: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-group--hor .antd-Form-item .antd-Button {
    margin-bottom: var(--gap-xs);
  }

  .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input,
  .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input {
    border: none;
    padding: 0 var(--Form-input-paddingX) 0 0;
    box-shadow: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:hover,
  .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea:focus,
  .amis-scope .antd-Form .antd-Form-item .antd-TextareaControl > textarea.active,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:hover,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input:focus,
  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input.active,
  .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:hover,
  .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input:focus,
  .amis-scope .antd-Form .antd-Form-item .antd-TextControl.is-focused > .antd-TextControl-input.active {
    border: none;
    outline: none;
    outline-style: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input {
    padding: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-control > .antd-TextControl-input--multiple {
    padding: 0;
    min-height: 0;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-rowInner {
    width: 100%;
  }

  .amis-scope .antd-Form > .antd-CollapseGroup .antd-Collapse .antd-Collapse-body {
    padding: 0;
  }

  .amis-scope .antd-Form .antd-Collapse {
    border-bottom: 0;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details {
    color: #000;
    padding: 11px 16px !important;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-value,
  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control {
    text-align: left;
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-static .antd-Form-value,
  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-static .antd-Form-control {
    text-align: left;
    font-size: 15px;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-static {
    text-align: left;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details > .antd-Form-label {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-rowInner .antd-Form-label {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-rowInner .antd-DateRangePicker {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-TextControl-input input {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-value .antd-Select.is-mobile .antd-Select-valueWrap,
  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control .antd-Select.is-mobile .antd-Select-valueWrap {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-value .antd-Number .antd-Number-input,
  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control .antd-Number .antd-Number-input {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control .antd-DatePicker.is-mobile .antd-DatePicker-content .antd-DatePicker-value {
    color: #000;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-Form-control .antd-TextControl-placeholder {
    right: 0;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details .antd-SwitchControl {
    text-align: left;
  }

  .amis-scope .antd-Form .antd-Form-groupColumn {
    margin-bottom: 0;
  }

  .amis-scope .antd-Form .antd-Divider {
    display: none;
  }

  .amis-scope .antd-Form .antd-Tabs-pane {
    padding: 0;
  }

  .amis-scope .antd-Form > .antd-Form-item:last-child::after,
  .amis-scope .antd-Form > .antd-Form-item:last-of-type::after {
    display: none;
  }

  .amis-scope .antd-Form .antd-Form-item .antd-Form-groupColumn > .antd-Form-item {
    padding-bottom: var(--Form-input-paddingX);
  }

  .amis-scope .antd-Form .antd-Form-item.view-details {
    padding: 3px 0;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details::after {
    content: none;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details > .antd-Form-label > span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details > .antd-Form-label > span .antd-TplField {
    display: block;
    max-width: 100%;
  }

  .amis-scope .antd-Form .antd-Form-item.view-details > .antd-Form-label > span .antd-TplField > span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .amis-scope .antd-Form .antd-Alert {
    margin-top: var(--Alert-paddingX);
  }

  .amis-scope form.antd-Form,
  .amis-scope .antd-Form.row-edit-form {
    background-color: #F7F8FA;
    padding-top: 8px;
  }

  .amis-scope form.antd-Form.hasFieldSet,
  .amis-scope .antd-Form.row-edit-form.hasFieldSet {
    margin-top: 0;
  }

  .amis-scope form.antd-Form .antd-Form-item,
  .amis-scope .antd-Form.row-edit-form .antd-Form-item {
    margin-bottom: 1px;
    padding: 11px 16px !important;
    margin-right: 0;
  }

  .amis-scope form.antd-Form .antd-Alert,
  .amis-scope .antd-Form.row-edit-form .antd-Alert {
    margin-left: 16px;
    margin-right: 16px;
  }
}

/**
  * Aug -- 组件大小 --start
 */

.amis-scope .antd-Form--format-sm {
  font-size: var(--fontSizeSm);
  line-height: var(--Form-input-lineHeight-sm);
}

.amis-scope .antd-Form--format-sm .antd-Form-label {
  margin-bottom: 2px;
  font-size: var(--fontSizeSm);
}

.amis-scope .antd-Form--format-sm .antd-Form-item {
  margin-bottom: var(--gap-sm);
}

.amis-scope .antd-Form--format-sm .antd-Form-description {
  margin-top: 2px;
}

.amis-scope .antd-Form--format-sm .antd-Form-static {
  min-height: var(--Form-input-height-sm);
}

.amis-scope .antd-Form--format-sm .antd-Form-feedback {
  margin-top: 2px;
}

.amis-scope .antd-Form--format-xs {
  font-size: var(--fontSizeXs);
  line-height: var(--Form-input-lineHeight-xs);
}

.amis-scope .antd-Form--format-xs .antd-Form-label {
  margin-bottom: 0;
  font-size: var(--fontSizeXs);
}

.amis-scope .antd-Form--format-xs .antd-Form-item {
  margin-bottom: var(--gap-xs);
}

.amis-scope .antd-Form--format-xs .antd-Form-description {
  margin-top: 0;
}

.amis-scope .antd-Form--format-xs .antd-Form-static {
  min-height: var(--Form-input-height-xs);
}

.amis-scope .antd-Form--format-xs .antd-Form-feedback {
  font-size: var(--fontSizeXs);
  margin-top: 0;
}

@media (min-width: 576px) {
  .amis-scope .antd-Form--format-xs .antd-Form-item--horizontal > * {
    padding-left: 2px;
    padding-right: 2px;
  }

  .amis-scope .antd-Form--format-sm .antd-Form-item--horizontal > * {
    padding-left: 4px;
    padding-right: 4px;
  }
}

/**
  * Aug -- 组件大小 --end
 */

.amis-scope .advanced-filter-row {
  height: 35px;
}

.amis-scope .advanced-filter-row > .ant-col .ant-select {
  width: 100%;
}

.amis-scope .advanced-filter-row > .ant-col .ant-select-selector {
  height: 30px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .advanced-filter-row > .ant-col .ant-select-selector {
    height: 1.2rem;
  }
}

.amis-scope .advanced-filter-row > .ant-col .ant-select-selector .ant-select-selection-item {
  line-height: 28px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .advanced-filter-row > .ant-col .ant-select-selector .ant-select-selection-item {
    line-height: 1.2rem;
    font-size: 0.75rem;
  }
}

.amis-scope .advanced-filter-row > .ant-col .condition {
  position: relative;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  user-select: none;
  background: #06d6a0;
}

.amis-scope .advanced-filter-row > .ant-col .condition.or {
  background: #feb60a;
}

.amis-scope .advanced-filter-row > .ant-col .condition.not {
  background: #aaa;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .advanced-filter-row > .ant-col .condition {
    top: 0;
  }
}

.amis-scope .advanced-filter-row > .ant-col .fa-minus-square-o {
  position: relative;
  top: 3px;
  font-size: 16px;
  cursor: pointer;
}

.amis-scope .advanced-filter-row > .ant-col .fa-minus-square-o.not {
  color: #ccc;
}

.amis-scope .advanced-filter-row > .ant-col > .antd-Select {
  display: flex;
}

.amis-scope .advanced-filter-row > .ant-col .antd-Form-item,
.amis-scope .advanced-filter-row > .ant-col .antd-Form-value,
.amis-scope .advanced-filter-row > .ant-col .antd-Form-control {
  width: 100%;
}

.amis-scope .advanced-filter-row > .ant-col .double {
  display: flex;
}

.amis-scope .advanced-filter-row > .ant-col .double .antd-Form-item:last-child {
  margin-right: 0;
}

.amis-scope .antd-AnchorNav {
  display: flex;
  height: 25rem;
}

.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap {
  margin: 0;
  padding: 0;
  width: var(--Tabs--vertical-width);
  border-right: var(--AnchorNav-links-container-borderRight);
  padding-bottom: 3.75rem;
}

.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
  position: relative;
  display: block;
}

.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a {
  display: block;
  border: var(--Tabs-borderWidth) solid transparent;
  border-width: var(--AnchorNav-onActive-borderWidth);
  color: var(--Tabs-color);
  padding: var(--Tabs-linkPadding);
  font-size: var(--Tabs-linkFontSize);
  outline: none;
  text-align: right;
  text-decoration: none;
  cursor: pointer;
  margin: 0;
}

.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:hover {
  color: var(--primary);
}

.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a,
.amis-scope .antd-AnchorNav--vertical .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:hover {
  color: var(--Tabs--vertical-onActive-color);
  border-color: var(--Tabs--vertical-onActive-border);
}

.amis-scope .antd-AnchorNav--horizontal {
  flex-direction: column;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap {
  user-select: none;
  margin: 0px;
  padding: 0px;
  border-bottom: var(--Tabs-borderWidth) solid var(--Tabs-borderColor);
  list-style: none;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link {
  margin-bottom: calc(var(--Tabs-borderWidth) * -1);
  display: inline-block;
  position: relative;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child {
  font-size: var(--Tabs-linkFontSize);
  outline: 0;
  border: var(--Tabs-borderWidth) solid transparent;
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  border-top-left-radius: var(--Tabs-borderRadius);
  border-top-right-radius: var(--Tabs-borderRadius);
  color: var(--Tabs-color);
  margin: var(--Tabs-linkMargin);
  padding: var(--Tabs-linkPadding);
  text-decoration: none;
  cursor: pointer;
  display: block;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:hover,
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link > a:first-child:focus {
  color: var(--primary);
  background: transparent;
  border-color: transparent;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link:last-child > a {
  margin: 0;
}

.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child,
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:hover,
.amis-scope .antd-AnchorNav--horizontal .antd-AnchorNav-link-wrap > .antd-AnchorNav-link.is-active > a:first-child:focus {
  font-size: var(--Tabs-linkFontSize);
  border-width: 0 0 var(--Tabs--line-borderWidth) 0;
  border-color: var(--Tabs--line-onHover-borderColor);
  color: var(--Tabs--line-onHover-color);
  background: transparent;
}

.amis-scope .antd-AnchorNav-section-wrap {
  border: none;
  flex-grow: 1;
  overflow: auto;
  scroll-behavior: smooth;
  background: var(--Tabs-content-bg);
}

.amis-scope .antd-AnchorNav-section-wrap > .antd-AnchorNav-section {
  display: block;
  padding: var(--gap-base);
}

.amis-scope .antd-Markdown strong {
  font-weight: bolder;
}

.amis-scope .antd-Markdown img {
  border-style: none;
}

.amis-scope .antd-Markdown svg:not(:root) {
  overflow: hidden;
}

.amis-scope .antd-Markdown button:-moz-focusring,
.amis-scope .antd-Markdown [type=button]:-moz-focusring,
.amis-scope .antd-Markdown [type=reset]:-moz-focusring,
.amis-scope .antd-Markdown [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.amis-scope .antd-Markdown [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.amis-scope .antd-Markdown table {
  border-spacing: 0;
  border-collapse: collapse;
}

.amis-scope .antd-Markdown table td,
.amis-scope .antd-Markdown table th {
  padding: 0;
}

.amis-scope .antd-Markdown hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.amis-scope .antd-Markdown hr::before {
  display: table;
  content: "";
}

.amis-scope .antd-Markdown hr::after {
  display: table;
  clear: both;
  content: "";
}

.amis-scope .antd-Markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}

.amis-scope .antd-Markdown blockquote {
  margin: 0;
}

.amis-scope .antd-Markdown ul,
.amis-scope .antd-Markdown ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .antd-Markdown ol ol,
.amis-scope .antd-Markdown ul ol {
  list-style-type: lower-roman;
}

.amis-scope .antd-Markdown ul ul ol,
.amis-scope .antd-Markdown ul ol ol,
.amis-scope .antd-Markdown ol ul ol,
.amis-scope .antd-Markdown ol ol ol {
  list-style-type: lower-alpha;
}

.amis-scope .antd-Markdown dd {
  margin-left: 0;
}

.amis-scope .antd-Markdown p,
.amis-scope .antd-Markdown blockquote,
.amis-scope .antd-Markdown ul,
.amis-scope .antd-Markdown ol,
.amis-scope .antd-Markdown dl,
.amis-scope .antd-Markdown table,
.amis-scope .antd-Markdown pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.amis-scope .antd-Markdown hr {
  height: 4px;
  padding: 0;
  margin: 16px 0;
  background-color: #e7e7e7;
  border: 0 none;
}

.amis-scope .antd-Markdown ul:not(.dropdown-menu):not(.nav),
.amis-scope .antd-Markdown ol {
  padding-left: 2em;
}

.amis-scope .antd-Markdown ul ul,
.amis-scope .antd-Markdown ul ol,
.amis-scope .antd-Markdown ol ol,
.amis-scope .antd-Markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.amis-scope .antd-Markdown li > p {
  margin-top: 16px;
}

.amis-scope .antd-Markdown dl {
  padding: 0;
}

.amis-scope .antd-Markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: bold;
}

.amis-scope .antd-Markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.amis-scope .antd-Markdown blockquote {
  padding: 0 15px;
  color: #777;
  border-left: 4px solid #ddd;
}

.amis-scope .antd-Markdown blockquote > :first-child {
  margin-top: 0;
}

.amis-scope .antd-Markdown blockquote > :last-child {
  margin-bottom: 0;
}

.amis-scope .antd-Markdown table {
  display: block;
  width: 100%;
  overflow: auto;
  word-break: normal;
}

.amis-scope .antd-Markdown table th {
  font-weight: bold;
}

.amis-scope .antd-Markdown table th,
.amis-scope .antd-Markdown table td {
  padding: 6px 13px;
  border: 1px solid #ddd;
}

.amis-scope .antd-Markdown table tr {
  background-color: #fff;
  border-top: 1px solid #ccc;
}

.amis-scope .antd-Markdown table tr:nth-child(2n) {
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  .amis-scope .antd-Markdown img {
    max-width: 800px;
  }
}

.amis-scope .antd-Markdown code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 3px;
}

.amis-scope .antd-Markdown code:before,
.amis-scope .antd-Markdown code:after {
  letter-spacing: -0.2em;
  content: " ";
}

.amis-scope .antd-Markdown pre > code {
  padding: 0;
  margin: 0;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.amis-scope .antd-Markdown .highlight {
  margin-bottom: 16px;
}

.amis-scope .antd-Markdown .highlight pre,
.amis-scope .antd-Markdown pre {
  padding: 16px;
  overflow: auto;
  line-height: 1.45;
  background-color: #f7f7f7;
  border-radius: 3px;
}

.amis-scope .antd-Markdown .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.amis-scope .antd-Markdown pre {
  word-wrap: normal;
}

.amis-scope .antd-Markdown pre code {
  display: inline;
  max-width: initial;
  padding: 0;
  margin: 0;
  overflow: initial;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.amis-scope .antd-Markdown pre code:before,
.amis-scope .antd-Markdown pre code:after {
  content: normal;
}

.amis-scope .antd-Markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  line-height: 10px;
  color: #555;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #ccc;
  border-bottom-color: #bbb;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 #bbb;
}

.amis-scope .antd-Markdown hr {
  border-bottom-color: #eee;
}

.amis-scope .antd-Link.is-disabled {
  cursor: not-allowed;
  color: var(--text--muted-color);
}

.amis-scope .antd-MappingField {
  margin-right: var(--gap-xs);
}

.amis-scope .antd-MappingField:last-child {
  margin-right: 0;
}

.amis-scope .antd-FormulaEditor {
  overflow: visible;
  max-width: 100%;
  box-sizing: content-box;
  /* 变量列表 */
  /* 函数列表 */
}

.amis-scope .antd-FormulaEditor-content {
  border-radius: var(--borderRadius);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
}

.amis-scope .antd-FormulaEditor-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: var(--InputFormula-header-bgColor);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  font-weight: 500;
}

.amis-scope .antd-FormulaEditor-editor {
  height: 12.5rem;
  padding: 0.3125rem;
  min-height: 14.875rem;
  max-height: 20rem;
  padding-right: 0;
}

.amis-scope .antd-FormulaEditor-editor::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-FormulaEditor-editor::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-FormulaEditor-editor .CodeMirror {
  width: 100%;
  height: 100%;
}

.amis-scope .antd-FormulaEditor.is-error .antd-FormulaEditor-editor {
  border-color: var(--Form-input-onError-borderColor);
}

.amis-scope .antd-FormulaEditor.is-focused .antd-FormulaEditor-editor {
  border-color: var(--Form-input-onFocused-borderColor);
}

.amis-scope .antd-FormulaEditor-settings {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: space-between;
  height: 15.625rem;
  margin-top: 0.625rem;
}

.amis-scope .antd-FormulaEditor-panel {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: stretch;
  height: 15.625rem;
  width: 13.75rem;
  border-radius: var(--borderRadius);
  border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
}

.amis-scope .antd-FormulaEditor-panel:not(:last-child) {
  margin-right: 0.625rem;
}

.amis-scope .antd-FormulaEditor-panel:last-child {
  flex: 1;
}

.amis-scope .antd-FormulaEditor-panel-header {
  width: 100%;
  height: 1.875rem;
  line-height: 1.875rem;
  padding: 0 0.625rem;
  box-sizing: border-box;
  background: var(--InputFormula-header-bgColor);
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
  border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
  font-weight: 500;
}

.amis-scope .antd-FormulaEditor-panel-body {
  flex: 1;
  display: flex;
  flex-flow: column nowrap;
  max-height: 13.75rem;
}

.amis-scope .antd-FormulaEditor-VariableList-root {
  max-height: 13.75rem;
}

.amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-FormulaEditor-VariableList-root.is-scrollable::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-FormulaEditor-VariableList-base {
  --Form-input-fontSize: var(--fontSizeSm);
  max-width: inherit;
  overflow: hidden;
}

.amis-scope .antd-FormulaEditor-VariableList-tabs {
  --Tabs-linkFontSize: var(--fontSizeSm);
  --Tabs--card-linkPadding: 0.3125rem;
  max-height: 13.75rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.amis-scope .antd-FormulaEditor-VariableList-tabs > ul {
  border-top: none;
}

.amis-scope .antd-FormulaEditor-VariableList-tabs > div {
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
  border-radius: var(--borderRadius);
}

.amis-scope .antd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-FormulaEditor-VariableList-tabs > div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-FormulaEditor-VariableList-tab {
  padding: 0;
}

.amis-scope .antd-FormulaEditor-VariableList-item {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  white-space: nowrap;
}

.amis-scope .antd-FormulaEditor-VariableList-item > label {
  white-space: nowrap;
}

.amis-scope .antd-FormulaEditor-VariableList-item-tag {
  vertical-align: middle;
  text-align: center;
  padding: 0 0.5rem;
  line-height: 17px;
  border-radius: var(--borderRadius);
  background: #f5f5f5;
  color: var(--black);
}

.amis-scope .antd-FormulaEditor-FuncList {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch;
  flex: 1;
}

.amis-scope .antd-FormulaEditor-FuncList:not(:last-child) {
  margin-right: 0.625rem;
}

.amis-scope .antd-FormulaEditor-FuncList-searchBox {
  display: flex;
  width: auto;
  flex-shrink: 0;
  padding: 0.5rem;
}

.amis-scope .antd-FormulaEditor-FuncList-searchBox > div {
  flex: 1;
  font-size: var(--fontSizeSm);
  height: var(--gap-xl);
}

.amis-scope .antd-FormulaEditor-FuncList-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
}

.amis-scope .antd-FormulaEditor-FuncList-body::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-FormulaEditor-FuncList-body::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-FormulaEditor-FuncList-collapseGroup .antd-FormulaEditor-FuncList-collapse {
  border: none;
}

.amis-scope .antd-FormulaEditor-FuncList-collapseGroup .antd-FormulaEditor-FuncList-collapse .antd-FormulaEditor-FuncList-expandIcon {
  font-size: var(--fontSizeSm);
  line-height: var(--fontSizeXl);
  transform-origin: 0.4375rem 0.5625rem;
  transition: transform 0.2s;
}

.amis-scope .antd-FormulaEditor-FuncList-groupTitle {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: unset;
  padding: 0.3125rem 0.625rem;
  background: transparent;
  font-size: var(--fontSizeSm);
  font-weight: bold;
}

.amis-scope .antd-FormulaEditor-FuncList-groupBody > div {
  padding: 5px 0;
}

.amis-scope .antd-FormulaEditor-FuncList-item {
  cursor: pointer;
  padding: 0 var(--gap-lg);
  height: var(--gap-xl);
  line-height: var(--gap-xl);
}

.amis-scope .antd-FormulaEditor-FuncList-item.is-active {
  background: var(--Tree-item-onHover-bg);
}

.amis-scope .antd-FormulaEditor-FuncList-doc {
  display: flex;
  flex-flow: column nowrap;
  padding: 0.625rem;
  max-height: 12.5rem;
}

.amis-scope .antd-FormulaEditor-FuncList-doc pre {
  white-space: pre-wrap;
  word-wrap: break-word;
  background: var(--InputFormula-code-bgColor);
  padding: 0.3125rem 0.625rem;
  border-radius: var(--borderRadius);
  margin-top: 0;
}

.amis-scope .antd-FormulaEditor-FuncList-doc pre code {
  color: #2468f2;
}

.amis-scope .antd-FormulaEditor-FuncList-doc-desc {
  color: var(--text--loud-color);
  overflow-x: hidden;
  overflow-y: auto;
  flex: 1;
}

.amis-scope .antd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.amis-scope .antd-FormulaEditor-FuncList-doc-desc::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

.amis-scope .antd-FormulaEditor .cm-field,
.amis-scope .antd-FormulaEditor .cm-func {
  border-radius: 3px;
  color: #fff;
  margin: 0 1px;
  padding: 0 2px;
}

.amis-scope .antd-FormulaEditor .cm-field {
  padding: 3px 5px;
}

.amis-scope .antd-FormulaEditor .cm-field {
  background: #007bff;
}

.amis-scope .antd-FormulaEditor .cm-func {
  color: #ae4597;
  font-weight: bold;
  line-height: 14px;
}

.amis-scope .antd-FormulaPicker {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .antd-FormulaPicker-input {
  flex: 1;
  margin-right: 0.625rem;
}

.amis-scope .antd-FormulaPicker-action {
  display: flex;
  justify-content: center;
  align-items: center;
}

.amis-scope .antd-FormulaPicker-icon {
  top: 0 !important;
  font-size: var(--InputFormula-icon-size);
}

.amis-scope .antd-FormulaPicker-icon:not(:last-child) {
  margin-right: var(--fontSizeSm);
}

.amis-scope .antd-FormulaPicker-icon.is-filled {
  fill: var(--InputFormula-icon-color-onActive);
  color: var(--InputFormula-icon-color-onActive);
}

.amis-scope .antd-Timeline-vertical {
  display: flex;
  flex-flow: column;
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem {
  display: flex;
  flex: 1;
  flex-direction: row;
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
  display: none;
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle {
  position: relative;
  flex: var(--TimelineItem--axle-flex);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-line {
  position: absolute;
  height: calc(100% - var(--TimelineItem--left-line-top));
  width: var(--TimelineItem--left-line-width);
  left: var(--TimelineItem--left-line-left);
  top: var(--TimelineItem--left-line-top);
  background-color: var(--TimelineItem--line-bg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round {
  position: absolute;
  width: var(--TimelineItem--round-width);
  height: var(--TimelineItem--round-height);
  left: var(--TimelineItem--round-left);
  top: var(--TimelineItem--round-top);
  background: var(--TimelineItem-round-bg);
  border-radius: var(--TimelineItem--round-radius);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
  background: var(--Timeline--danger-bg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--info {
  background: var(--Timeline--info-bg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--success {
  background: var(--Timeline--success-bg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
  background: var(--Timeline--warning-bg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-axle .antd-TimelineItem-icon {
  position: absolute;
  width: var(--TimelineItem--icon-width);
  height: var(--TimelineItem--icon-height);
  left: var(--TimelineItem--icon-left);
  border-radius: var(--TimelineItem--icon-radius);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content {
  padding-bottom: var(--TimelineItem--content-padding-bottom);
  margin-left: var(--TimelineItem--content-margin-left);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-time {
  color: var(--TimelineItem--text-secondary-color);
  font-size: var(--Timeline--font-size);
  margin-bottom: var(--TimelineItem--content-time-margin-bottom);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-title {
  color: var(--TimelineItem--text-primary-color);
  font-size: var(--Timeline--font-size);
  margin-bottom: var(--TimelineItem--content-title-margin-bottom);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-button {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: var(--Timeline--font-size);
  color: var(--TimelineItem--detail-button-color);
  margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow {
  width: var(--TimelineItem-detail-arrow-width);
  height: var(--TimelineItem-detail-arrow-width);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-arrow-top {
  transform: rotateX(180deg);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-visible {
  display: block;
  max-width: var(--TimelineItem-detail-visible-max-width);
  font-size: var(--Timeline--font-size);
  padding: var(--TimelineItem-detail-visible-padding);
  box-shadow: var(--TimelineItem-detail-visible-shadow);
}

.amis-scope .antd-Timeline-vertical .antd-TimelineItem-content .antd-TimelineItem-detail .antd-TimelineItem-detail-invisible {
  display: none;
}

.amis-scope .antd-Timeline-vertical.antd-Timeline-left .antd-TimelineItem {
  flex-direction: row-reverse;
}

.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(odd) {
  flex-direction: row-reverse;
  max-width: 50%;
}

.amis-scope .antd-Timeline-vertical.antd-Timeline-alternate .antd-TimelineItem:nth-child(even) {
  margin-left: calc(50% - var(--Timeline-alternate-margin-left));
  max-width: calc(50% + var(--Timeline-alternate-margin-left));
}

.amis-scope .antd-Timeline-horizontal {
  display: flex;
  flex-flow: row;
  margin-left: 50%;
  transform: translateX(-50%);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem {
  display: flex;
  width: -webkit-fill-available;
  flex-flow: column;
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem:last-of-type .antd-TimelineItem-axle .antd-TimelineItem-line {
  display: none;
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle {
  position: relative;
  flex: var(--TimelineItem--axle-flex);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-line {
  position: absolute;
  height: var(--TimelineItem--left-line-width);
  width: calc(100% - var(--TimelineItem--left-line-left));
  left: var(--TimelineItem--left-line-top);
  top: var(--TimelineItem--left-line-left);
  background-color: var(--TimelineItem--line-bg);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round {
  position: absolute;
  width: var(--TimelineItem--round-width);
  height: var(--TimelineItem--round-height);
  left: var(--TimelineItem--round-top);
  top: var(--TimelineItem--round-left);
  background: var(--TimelineItem-round-bg);
  border-radius: var(--TimelineItem--round-radius);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--danger {
  background: var(--Timeline--danger-bg);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--info {
  background: var(--Timeline--info-bg);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--success {
  background: var(--Timeline--success-bg);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-round--warning {
  background: var(--Timeline--warning-bg);
}

.amis-scope .antd-Timeline-horizontal .antd-TimelineItem-axle .antd-TimelineItem-icon {
  position: absolute;
  width: var(--TimelineItem--icon-width);
  height: var(--TimelineItem--icon-height);
  left: var(--TimelineItem--icon-left);
  border-radius: var(--TimelineItem--icon-radius);
}

.amis-scope .antd-Container {
  white-space: nowrap;
}

.amis-scope .antd-Container.scroll-hidden {
  overflow: hidden;
}

/**
 * Debug 模块的 UI，由于没法使用任何主题，所以这里使用独立配色风格
 */

.amis-scope .AMISDebug {
  position: fixed;
  z-index: 4000;
  top: 0;
  right: 0;
  height: 100vh;
  width: 24px;
  display: none;
}

.amis-scope .AMISDebug h3 {
  color: inherit;
}

.amis-scope .AMISDebug .primary {
  color: #009fff;
}

.amis-scope .AMISDebug-header {
  padding: var(--Drawer-header-padding);
  background: var(--Drawer-header-bg);
  border-bottom: var(--Drawer-content-borderWidth) solid var(--Drawer-header-borderColor);
}

.amis-scope .AMISDebug-hoverBox {
  pointer-events: none;
  position: absolute;
  outline: 1px dashed #1c76c4;
}

.amis-scope .AMISDebug-activeBox {
  pointer-events: none;
  position: absolute;
  outline: 1px #1c76c4;
}

.amis-scope .AMISDebug-tab {
  overflow: hidden;
}

.amis-scope .AMISDebug-tab > button {
  color: inherit;
  background: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: var(--gap-sm) var(--gap-md);
  transition: 0.3s;
  border-bottom: 1px solid transparent;
}

.amis-scope .AMISDebug-tab > button:hover {
  color: #e7e7e7;
}

.amis-scope .AMISDebug-tab > button.active {
  color: #e7e7e7;
  border-bottom-color: #e7e7e7;
}

.amis-scope .AMISDebug-toggle {
  background: var(--body-bg);
  position: fixed;
  top: 50%;
  right: 0;
  width: 24px;
  height: 48px;
  box-shadow: rgba(0, 0, 0, 0.24) -2px 0px 4px 0px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  padding-top: 14px;
  padding-left: 6px;
  cursor: pointer;
}

.amis-scope .AMISDebug-toggle i {
  color: var(--text-color);
}

.amis-scope .AMISDebug-toggle:hover i {
  color: var(--primary);
}

.amis-scope .AMISDebug-content {
  display: none;
}

.amis-scope .AMISDebug-resize {
  position: absolute;
  width: 4px;
  top: 0;
  left: 0;
  bottom: 0;
  cursor: col-resize;
}

.amis-scope .AMISDebug-resize:hover {
  background: #75715e;
}

.amis-scope .AMISDebug-changePosition {
  position: absolute;
  font-size: 18px;
  right: 40px;
  top: var(--gap-sm);
  cursor: pointer;
}

.amis-scope .AMISDebug-close {
  position: absolute;
  font-size: 18px;
  right: var(--gap-sm);
  top: var(--gap-sm);
  cursor: pointer;
}

.amis-scope .AMISDebug.is-expanded {
  width: 420px;
  overflow: auto;
  background: #272821;
  color: #cccccc;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.amis-scope .AMISDebug.is-expanded .AMISDebug-toggle {
  display: none;
}

.amis-scope .AMISDebug.is-expanded .AMISDebug-content {
  display: block;
}

.amis-scope .AMISDebug.is-left {
  left: 0;
}

.amis-scope .AMISDebug.is-left .AMISDebug-resize {
  left: unset;
  right: 0;
}

.amis-scope .AMISDebug-log {
  padding: var(--gap-sm);
}

.amis-scope .AMISDebug-log button {
  cursor: pointer;
  background: #0e639c;
  flex-grow: 1;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 6px 11px;
  outline: none;
  text-decoration: none;
  color: inherit;
  max-width: 300px;
  border: none;
}

.amis-scope .AMISDebug-log button:hover {
  background: #1177bb;
}

.amis-scope .AMISDebug-inspect {
  padding: var(--gap-sm);
}

/*
 * utilities
 */

.amis-scope .bg-light {
  background-color: #d9d9d9;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .bg-light.lt,
.amis-scope .bg-light .lt {
  background: #dedede;
}

.amis-scope .bg-light.lter,
.amis-scope .bg-light .lter {
  background: #e1e1e1;
}

.amis-scope .bg-light.dk,
.amis-scope .bg-light .dk {
  background: #d2d0d0;
}

.amis-scope .bg-light.dker,
.amis-scope .bg-light .dker {
  background: #cfcaca;
}

.amis-scope .bg-light.bg,
.amis-scope .bg-light .bg {
  background-color: #d9d9d9;
}

.amis-scope .bg-dark {
  background-color: #343a40;
  color: #a0a0a0;
}

.amis-scope .bg-dark.lt,
.amis-scope .bg-dark .lt {
  background: #41474c;
}

.amis-scope .bg-dark.lter,
.amis-scope .bg-dark .lter {
  background: #4f5458;
}

.amis-scope .bg-dark.dk,
.amis-scope .bg-dark .dk {
  background: #272d33;
}

.amis-scope .bg-dark.dker,
.amis-scope .bg-dark .dker {
  background: #1c2125;
}

.amis-scope .bg-dark.bg,
.amis-scope .bg-dark .bg {
  background-color: #343a40;
}

.amis-scope .bg-dark a,
.amis-scope .bg-dark .antd-Button--link {
  color: #b9baba;
}

.amis-scope .bg-dark a:hover,
.amis-scope .bg-dark .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-dark .open > a,
.amis-scope .bg-dark .open > a:hover,
.amis-scope .bg-dark .open > a:focus {
  color: #fff;
}

.amis-scope .bg-dark .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-dark .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-black {
  background-color: #000;
  color: #666666;
}

.amis-scope .bg-black.lt,
.amis-scope .bg-black .lt {
  background: #0d0d0d;
}

.amis-scope .bg-black.lter,
.amis-scope .bg-black .lter {
  background: #1a1a1a;
}

.amis-scope .bg-black.dk,
.amis-scope .bg-black .dk {
  background: black;
}

.amis-scope .bg-black.dker,
.amis-scope .bg-black .dker {
  background: black;
}

.amis-scope .bg-black.bg,
.amis-scope .bg-black .bg {
  background-color: #000;
}

.amis-scope .bg-black a,
.amis-scope .bg-black .antd-Button--link {
  color: gray;
}

.amis-scope .bg-black a:hover,
.amis-scope .bg-black .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-black .open > a,
.amis-scope .bg-black .open > a:hover,
.amis-scope .bg-black .open > a:focus {
  color: #fff;
}

.amis-scope .bg-black .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-black .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-primary {
  background-color: #1890ff;
  color: #e5f2fe;
}

.amis-scope .bg-primary.lt,
.amis-scope .bg-primary .lt {
  background: #349cfc;
}

.amis-scope .bg-primary.lter,
.amis-scope .bg-primary .lter {
  background: #50a8fb;
}

.amis-scope .bg-primary.dk,
.amis-scope .bg-primary .dk {
  background: #0084fe;
}

.amis-scope .bg-primary.dker,
.amis-scope .bg-primary .dker {
  background: #0076e4;
}

.amis-scope .bg-primary.bg,
.amis-scope .bg-primary .bg {
  background-color: #1890ff;
}

.amis-scope .bg-primary a,
.amis-scope .bg-primary .antd-Button--link {
  color: white;
}

.amis-scope .bg-primary a:hover,
.amis-scope .bg-primary .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-primary .open > a,
.amis-scope .bg-primary .open > a:hover,
.amis-scope .bg-primary .open > a:focus {
  color: #fff;
}

.amis-scope .bg-primary .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-primary .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-success {
  background-color: #52c41a;
  color: #cbf1b9;
}

.amis-scope .bg-success.lt,
.amis-scope .bg-success .lt {
  background: #5cd720;
}

.amis-scope .bg-success.lter,
.amis-scope .bg-success .lter {
  background: #6cdd34;
}

.amis-scope .bg-success.dk,
.amis-scope .bg-success .dk {
  background: #48b015;
}

.amis-scope .bg-success.dker,
.amis-scope .bg-success .dker {
  background: #3e9b10;
}

.amis-scope .bg-success.bg,
.amis-scope .bg-success .bg {
  background-color: #52c41a;
}

.amis-scope .bg-success a,
.amis-scope .bg-success .antd-Button--link {
  color: #ebf9e4;
}

.amis-scope .bg-success a:hover,
.amis-scope .bg-success .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-success .open > a,
.amis-scope .bg-success .open > a:hover,
.amis-scope .bg-success .open > a:focus {
  color: #fff;
}

.amis-scope .bg-success .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-success .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-info {
  background-color: #1890ff;
  color: #e5f2fe;
}

.amis-scope .bg-info.lt,
.amis-scope .bg-info .lt {
  background: #349cfc;
}

.amis-scope .bg-info.lter,
.amis-scope .bg-info .lter {
  background: #50a8fb;
}

.amis-scope .bg-info.dk,
.amis-scope .bg-info .dk {
  background: #0084fe;
}

.amis-scope .bg-info.dker,
.amis-scope .bg-info .dker {
  background: #0076e4;
}

.amis-scope .bg-info.bg,
.amis-scope .bg-info .bg {
  background-color: #1890ff;
}

.amis-scope .bg-info a,
.amis-scope .bg-info .antd-Button--link {
  color: white;
}

.amis-scope .bg-info a:hover,
.amis-scope .bg-info .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-info .open > a,
.amis-scope .bg-info .open > a:hover,
.amis-scope .bg-info .open > a:focus {
  color: #fff;
}

.amis-scope .bg-info .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-info .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-warning {
  background-color: #f7d08e;
  color: white;
}

.amis-scope .bg-warning.lt,
.amis-scope .bg-warning .lt {
  background: #f7daa7;
}

.amis-scope .bg-warning.lter,
.amis-scope .bg-warning .lter {
  background: #f9e3bf;
}

.amis-scope .bg-warning.dk,
.amis-scope .bg-warning .dk {
  background: #f7c774;
}

.amis-scope .bg-warning.dker,
.amis-scope .bg-warning .dker {
  background: #f8bd5a;
}

.amis-scope .bg-warning.bg,
.amis-scope .bg-warning .bg {
  background-color: #f7d08e;
}

.amis-scope .bg-warning a,
.amis-scope .bg-warning .antd-Button--link {
  color: white;
}

.amis-scope .bg-warning a:hover,
.amis-scope .bg-warning .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-warning .open > a,
.amis-scope .bg-warning .open > a:hover,
.amis-scope .bg-warning .open > a:focus {
  color: #fff;
}

.amis-scope .bg-warning .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-warning .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-danger {
  background-color: #ff4d4f;
  color: white;
}

.amis-scope .bg-danger.lt,
.amis-scope .bg-danger .lt {
  background: #fd686a;
}

.amis-scope .bg-danger.lter,
.amis-scope .bg-danger .lter {
  background: #fc8385;
}

.amis-scope .bg-danger.dk,
.amis-scope .bg-danger .dk {
  background: #ff3436;
}

.amis-scope .bg-danger.dker,
.amis-scope .bg-danger .dker {
  background: #ff1a1d;
}

.amis-scope .bg-danger.bg,
.amis-scope .bg-danger .bg {
  background-color: #ff4d4f;
}

.amis-scope .bg-danger a,
.amis-scope .bg-danger .antd-Button--link {
  color: white;
}

.amis-scope .bg-danger a:hover,
.amis-scope .bg-danger .antd-Button--link:hover {
  color: #fff;
}

.amis-scope .bg-danger .open > a,
.amis-scope .bg-danger .open > a:hover,
.amis-scope .bg-danger .open > a:focus {
  color: #fff;
}

.amis-scope .bg-danger .text-muted {
  color: rgba(0, 0, 0, 0.85) !important;
}

.amis-scope .bg-danger .text-lt {
  color: rgba(64, 64, 64, 0.85) !important;
}

.amis-scope .bg-white {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.85);
}

.amis-scope .bg-white.lt,
.amis-scope .bg-white .lt {
  background: white;
}

.amis-scope .bg-white.lter,
.amis-scope .bg-white .lter {
  background: white;
}

.amis-scope .bg-white.dk,
.amis-scope .bg-white .dk {
  background: #f3f2f2;
}

.amis-scope .bg-white.dker,
.amis-scope .bg-white .dker {
  background: #e7e4e4;
}

.amis-scope .bg-white.bg,
.amis-scope .bg-white .bg {
  background-color: #fff;
}

.amis-scope .bg-none {
  background: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.amis-scope a.bg-primary:hover {
  background: #0084fe;
}

.amis-scope a.text-primary:hover {
  color: #0084fe;
}

.amis-scope .text-primary {
  color: #1890ff;
}

.amis-scope .text-primary-lt {
  color: #0084fe;
}

.amis-scope .text-primary-lter {
  color: #0076e4;
}

.amis-scope .text-primary-dk {
  color: #0084fe;
}

.amis-scope .text-primary-dker {
  color: #0076e4;
}

.amis-scope a.bg-info:hover {
  background: #0084fe;
}

.amis-scope a.text-info:hover {
  color: #0084fe;
}

.amis-scope .text-info {
  color: #1890ff;
}

.amis-scope .text-info-lt {
  color: #0084fe;
}

.amis-scope .text-info-lter {
  color: #0076e4;
}

.amis-scope .text-info-dk {
  color: #0084fe;
}

.amis-scope .text-info-dker {
  color: #0076e4;
}

.amis-scope a.bg-success:hover {
  background: #49ad17;
}

.amis-scope a.text-success:hover {
  color: #49ad17;
}

.amis-scope .text-success {
  color: #52c41a;
}

.amis-scope .text-success-lt {
  color: #49ad17;
}

.amis-scope .text-success-lter {
  color: #3f9714;
}

.amis-scope .text-success-dk {
  color: #49ad17;
}

.amis-scope .text-success-dker {
  color: #3f9714;
}

.amis-scope a.bg-warning:hover {
  background: #f5c676;
}

.amis-scope a.text-warning:hover {
  color: #f5c676;
}

.amis-scope .text-warning {
  color: #f7d08e;
}

.amis-scope .text-warning-lt {
  color: #f5c676;
}

.amis-scope .text-warning-lter {
  color: #f4bc5e;
}

.amis-scope .text-warning-dk {
  color: #f5c676;
}

.amis-scope .text-warning-dker {
  color: #f4bc5e;
}

.amis-scope a.bg-danger:hover {
  background: #ff3436;
}

.amis-scope a.text-danger:hover {
  color: #ff3436;
}

.amis-scope .text-danger {
  color: #ff4d4f;
}

.amis-scope .text-danger-lt {
  color: #ff3436;
}

.amis-scope .text-danger-lter {
  color: #ff1a1d;
}

.amis-scope .text-danger-dk {
  color: #ff3436;
}

.amis-scope .text-danger-dker {
  color: #ff1a1d;
}

.amis-scope a.bg-dark:hover {
  background: #292d32;
}

.amis-scope a.text-dark:hover {
  color: #292d32;
}

.amis-scope .text-dark {
  color: #343a40;
}

.amis-scope .text-dark-lt {
  color: #292d32;
}

.amis-scope .text-dark-lter {
  color: #1d2124;
}

.amis-scope .text-dark-dk {
  color: #292d32;
}

.amis-scope .text-dark-dker {
  color: #1d2124;
}

.amis-scope a.bg-white:hover {
  background: #f2f2f2;
}

.amis-scope a.text-white:hover {
  color: #f2f2f2;
}

.amis-scope .text-white {
  color: #fff;
}

.amis-scope .text-white-lt {
  color: #f2f2f2;
}

.amis-scope .text-white-lter {
  color: #e6e6e6;
}

.amis-scope .text-white-dk {
  color: #f2f2f2;
}

.amis-scope .text-white-dker {
  color: #e6e6e6;
}

.amis-scope a.bg-black:hover {
  background: black;
}

.amis-scope a.text-black:hover {
  color: black;
}

.amis-scope .text-black {
  color: #000;
}

.amis-scope .text-black-lt {
  color: black;
}

.amis-scope .text-black-lter {
  color: black;
}

.amis-scope .text-black-dk {
  color: black;
}

.amis-scope .text-black-dker {
  color: black;
}

.amis-scope .text-muted {
  color: var(--text--muted-color);
}

.amis-scope .text-loud {
  color: var(--text--loud-color);
}

.amis-scope .clearfix::before,
.amis-scope .clearfix::after {
  display: table;
  content: "";
}

.amis-scope .clearfix::after {
  clear: both;
}

.amis-scope .pos-rlt {
  position: relative;
}

.amis-scope .pos-stc {
  position: static !important;
}

.amis-scope .pos-abt {
  position: absolute;
}

.amis-scope .pos-fix {
  position: fixed;
}

.amis-scope .show {
  visibility: visible;
}

.amis-scope .line {
  height: 2px;
  margin: 10px 0;
  font-size: 0;
  overflow: hidden;
}

.amis-scope .line-xs {
  margin: 0;
}

.amis-scope .line-lg {
  margin-top: 15px;
  margin-bottom: 15px;
}

.amis-scope .line-dashed {
  border-style: dashed !important;
  background: transparent;
  border-width: 0;
}

.amis-scope .no-line {
  border-width: 0;
}

.amis-scope .no-border,
.amis-scope .no-borders {
  border-color: transparent;
  border-width: 0;
}

.amis-scope .no-b-t {
  border-top-width: 0;
}

.amis-scope .no-b-r {
  border-right-width: 0;
}

.amis-scope .no-b-b {
  border-bottom-width: 0;
}

.amis-scope .no-b-l {
  border-left-width: 0;
}

.amis-scope .no-radius {
  border-radius: 0;
}

.amis-scope .block {
  display: block;
}

.amis-scope .block.hide {
  display: none;
}

.amis-scope .inline {
  display: inline-block;
}

.amis-scope .none {
  display: none;
}

.amis-scope .pull-none {
  float: none;
}

.amis-scope .pull-right {
  float: right;
}

.amis-scope .pull-left {
  float: left;
}

.amis-scope .rounded {
  border-radius: 500px;
}

.amis-scope .clear {
  display: block;
  overflow: hidden;
}

.amis-scope .no-bg {
  background: transparent;
  color: inherit;
}

.amis-scope .no-select {
  user-select: none;
}

.amis-scope .l-h {
  line-height: var(--lineHeightBase);
}

.amis-scope .l-h-0x {
  line-height: 0;
}

.amis-scope .l-h-1x {
  line-height: 1.2;
}

.amis-scope .l-h-2x {
  line-height: 2em;
}

.amis-scope .l-s-1x {
  letter-spacing: 1;
}

.amis-scope .l-s-2x {
  letter-spacing: 2;
}

.amis-scope .l-s-3x {
  letter-spacing: 3;
}

.amis-scope .font-normal {
  font-weight: normal;
}

.amis-scope .font-thin {
  font-weight: 300;
}

.amis-scope .font-bold {
  font-weight: 700;
}

.amis-scope .text-5x {
  font-size: 5em;
}

.amis-scope .text-4x {
  font-size: 4em;
}

.amis-scope .text-3x {
  font-size: 3em;
}

.amis-scope .text-2x {
  font-size: 2em;
}

.amis-scope .text-xl {
  font-size: var(--fontSizeXl) !important;
}

.amis-scope .text-lg {
  font-size: var(--fontSizeLg) !important;
}

.amis-scope .text-md {
  font-size: var(--fontSizeMd) !important;
}

.amis-scope .text-base {
  font-size: var(--fontSizeBase) !important;
}

.amis-scope .text-sm {
  font-size: var(--fontSizeSm) !important;
}

.amis-scope .text-xs {
  font-size: var(--fontSizeXs) !important;
}

.amis-scope .text-xxs {
  text-indent: -9999px;
}

.amis-scope .text-ellipsis {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.amis-scope .text-u-c {
  text-transform: uppercase;
}

.amis-scope .text-l-t {
  text-decoration: line-through;
}

.amis-scope .text-u-l {
  text-decoration: underline;
}

.amis-scope .text-left {
  text-align: left;
}

.amis-scope .text-center {
  text-align: center;
}

.amis-scope .text-right {
  text-align: right;
}

.amis-scope .box-shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.amis-scope .box-shadow-lg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.amis-scope .text-shadow {
  font-size: 170px;
  text-shadow: 0 1px 0 var(--borderColor), 0 2px 0 var(--borderColorLight), 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.amis-scope .no-shadow {
  box-shadow: none !important;
}

.amis-scope .wrapper-xs {
  padding: 5px;
}

.amis-scope .wrapper-sm {
  padding: 10px;
}

.amis-scope .wrapper {
  padding: 15px;
}

.amis-scope .wrapper-md {
  padding: 20px;
}

.amis-scope .wrapper-lg {
  padding: 30px;
}

.amis-scope .wrapper-xl {
  padding: 50px;
}

.amis-scope .padder-lg {
  padding-left: 30px;
  padding-right: 30px;
}

.amis-scope .padder-md {
  padding-left: 20px;
  padding-right: 20px;
}

.amis-scope .padder {
  padding-left: 15px;
  padding-right: 15px;
}

.amis-scope .padder-v-xs {
  padding-top: 5px;
  padding-bottom: 5px;
}

.amis-scope .padder-v-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}

.amis-scope .padder-v {
  padding-top: 15px;
  padding-bottom: 15px;
}

.amis-scope .padder-v-md {
  padding-top: 20px;
  padding-bottom: 20px;
}

.amis-scope .padder-v-lg {
  padding-top: 30px;
  padding-bottom: 30px;
}

.amis-scope .no-padder {
  padding: 0 !important;
}

.amis-scope .pull-in {
  margin-left: -15px;
  margin-right: -15px;
}

.amis-scope .pull-in-md {
  margin-left: -20px;
  margin-right: -20px;
}

.amis-scope .pull-in-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.amis-scope .pull-out {
  margin: -10px -15px;
}

.amis-scope .b {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.amis-scope .b-a {
  border: 1px solid var(--borderColor);
}

.amis-scope .b-t {
  border-top: 1px solid var(--borderColor);
}

.amis-scope .b-t-none {
  border-top-width: 0;
}

.amis-scope .b-r {
  border-right: 1px solid var(--borderColor);
}

.amis-scope .b-r-none {
  border-right-width: 0;
}

.amis-scope .b-b {
  border-bottom: 1px solid var(--borderColor);
}

.amis-scope .b-b-none {
  border-bottom-width: 0;
}

.amis-scope .b-l {
  border-left: 1px solid var(--borderColor);
}

.amis-scope .b-l-none {
  border-left-width: 0;
}

.amis-scope .b-light {
  border-color: var(--light);
}

.amis-scope .b-dark {
  border-color: var(--dark);
}

.amis-scope .b-black {
  border-color: var(--dark);
}

.amis-scope .b-primary {
  border-color: var(--primary);
}

.amis-scope .b-success {
  border-color: var(--success);
}

.amis-scope .b-info {
  border-color: var(--info);
}

.amis-scope .b-warning {
  border-color: var(--warning);
}

.amis-scope .b-danger {
  border-color: var(--danger);
}

.amis-scope .b-white {
  border-color: #fff;
}

.amis-scope .b-dashed {
  border-style: dashed !important;
}

.amis-scope .b-l-light {
  border-left-color: var(--light);
}

.amis-scope .b-l-dark {
  border-left-color: var(--dark);
}

.amis-scope .b-l-black {
  border-left-color: var(--dark);
}

.amis-scope .b-l-primary {
  border-left-color: var(--primary);
}

.amis-scope .b-l-success {
  border-left-color: var(--success);
}

.amis-scope .b-l-info {
  border-left-color: var(--info);
}

.amis-scope .b-l-warning {
  border-left-color: var(--warning);
}

.amis-scope .b-l-danger {
  border-left-color: var(--danger);
}

.amis-scope .b-l-white {
  border-left-color: #fff;
}

.amis-scope .b-l-2x {
  border-left-width: 2px;
}

.amis-scope .b-l-3x {
  border-left-width: 3px;
}

.amis-scope .b-l-4x {
  border-left-width: 4px;
}

.amis-scope .b-l-5x {
  border-left-width: 5px;
}

.amis-scope .b-2x {
  border-width: 2px;
}

.amis-scope .b-3x {
  border-width: 3px;
}

.amis-scope .b-4x {
  border-width: 4px;
}

.amis-scope .b-5x {
  border-width: 5px;
}

.amis-scope .r {
  border-radius: var(--borderRadius) var(--borderRadius) var(--borderRadius) var(--borderRadius);
}

.amis-scope .r-2x {
  border-radius: var(--borderRadiusMd);
}

.amis-scope .r-3x {
  border-radius: var(--borderRadiusLg);
}

.amis-scope .r-l {
  border-radius: var(--borderRadius) 0 0 var(--borderRadius);
}

.amis-scope .r-r {
  border-radius: 0 var(--borderRadius) var(--borderRadius) 0;
}

.amis-scope .r-t {
  border-radius: var(--borderRadius) var(--borderRadius) 0 0;
}

.amis-scope .r-b {
  border-radius: 0 0 var(--borderRadius) var(--borderRadius);
}

.amis-scope .m-xxs {
  margin: 2px 4px;
}

.amis-scope .m-xs {
  margin: 5px;
}

.amis-scope .m-sm {
  margin: 10px;
}

.amis-scope .m {
  margin: 15px;
}

.amis-scope .m-md {
  margin: 20px;
}

.amis-scope .m-lg {
  margin: 30px;
}

.amis-scope .m-xl {
  margin: 50px;
}

.amis-scope .m-n,
.amis-scope .m-none {
  margin: 0 !important;
}

.amis-scope .m-l-none {
  margin-left: 0 !important;
}

.amis-scope .m-l-xs {
  margin-left: 5px;
}

.amis-scope .m-l-sm {
  margin-left: 10px;
}

.amis-scope .m-l {
  margin-left: 15px;
}

.amis-scope .m-l-md {
  margin-left: 20px;
}

.amis-scope .m-l-lg {
  margin-left: 30px;
}

.amis-scope .m-l-xl {
  margin-left: 40px;
}

.amis-scope .m-l-xxl {
  margin-left: 50px;
}

.amis-scope .m-l-n-xxs {
  margin-left: -1px;
}

.amis-scope .m-l-n-xs {
  margin-left: -5px;
}

.amis-scope .m-l-n-sm {
  margin-left: -10px;
}

.amis-scope .m-l-n {
  margin-left: -15px;
}

.amis-scope .m-l-n-md {
  margin-left: -20px;
}

.amis-scope .m-l-n-lg {
  margin-left: -30px;
}

.amis-scope .m-l-n-xl {
  margin-left: -40px;
}

.amis-scope .m-l-n-xxl {
  margin-left: -50px;
}

.amis-scope .m-t-none {
  margin-top: 0 !important;
}

.amis-scope .m-t-xxs {
  margin-top: 1px;
}

.amis-scope .m-t-xs {
  margin-top: 5px;
}

.amis-scope .m-t-sm {
  margin-top: 10px;
}

.amis-scope .m-t {
  margin-top: 15px;
}

.amis-scope .m-t-md {
  margin-top: 20px;
}

.amis-scope .m-t-lg {
  margin-top: 30px;
}

.amis-scope .m-t-xl {
  margin-top: 40px;
}

.amis-scope .m-t-xxl {
  margin-top: 50px;
}

.amis-scope .m-t-n-xxs {
  margin-top: -1px;
}

.amis-scope .m-t-n-xs {
  margin-top: -5px;
}

.amis-scope .m-t-n-sm {
  margin-top: -10px;
}

.amis-scope .m-t-n {
  margin-top: -15px;
}

.amis-scope .m-t-n-md {
  margin-top: -20px;
}

.amis-scope .m-t-n-lg {
  margin-top: -30px;
}

.amis-scope .m-t-n-xl {
  margin-top: -40px;
}

.amis-scope .m-t-n-xxl {
  margin-top: -50px;
}

.amis-scope .m-r-none {
  margin-right: 0 !important;
}

.amis-scope .m-r-xxs {
  margin-right: 1px;
}

.amis-scope .m-r-xs {
  margin-right: 5px;
}

.amis-scope .m-r-sm {
  margin-right: 10px;
}

.amis-scope .m-r {
  margin-right: 15px;
}

.amis-scope .m-r-md {
  margin-right: 20px;
}

.amis-scope .m-r-lg {
  margin-right: 30px;
}

.amis-scope .m-r-xl {
  margin-right: 40px;
}

.amis-scope .m-r-xxl {
  margin-right: 50px;
}

.amis-scope .m-r-n-xxs {
  margin-right: -1px;
}

.amis-scope .m-r-n-xs {
  margin-right: -5px;
}

.amis-scope .m-r-n-sm {
  margin-right: -10px;
}

.amis-scope .m-r-n {
  margin-right: -15px;
}

.amis-scope .m-r-n-md {
  margin-right: -20px;
}

.amis-scope .m-r-n-lg {
  margin-right: -30px;
}

.amis-scope .m-r-n-xl {
  margin-right: -40px;
}

.amis-scope .m-r-n-xxl {
  margin-right: -50px;
}

.amis-scope .m-b-none {
  margin-bottom: 0 !important;
}

.amis-scope .m-b-xxs {
  margin-bottom: 1px;
}

.amis-scope .m-b-xs {
  margin-bottom: 5px;
}

.amis-scope .m-b-sm {
  margin-bottom: 10px;
}

.amis-scope .m-b {
  margin-bottom: 15px;
}

.amis-scope .m-b-md {
  margin-bottom: 20px;
}

.amis-scope .m-b-lg {
  margin-bottom: 30px;
}

.amis-scope .m-b-xl {
  margin-bottom: 40px;
}

.amis-scope .m-b-xxl {
  margin-bottom: 50px;
}

.amis-scope .m-b-n-xxs {
  margin-bottom: -1px;
}

.amis-scope .m-b-n-xs {
  margin-bottom: -5px;
}

.amis-scope .m-b-n-sm {
  margin-bottom: -10px;
}

.amis-scope .m-b-n {
  margin-bottom: -15px;
}

.amis-scope .m-b-n-md {
  margin-bottom: -20px;
}

.amis-scope .m-b-n-lg {
  margin-bottom: -30px;
}

.amis-scope .m-b-n-xl {
  margin-bottom: -40px;
}

.amis-scope .m-b-n-xxl {
  margin-bottom: -50px;
}

.amis-scope .p-xxs {
  padding: 2px 4px;
}

.amis-scope .p-xs {
  padding: 5px;
}

.amis-scope .p-sm {
  padding: 10px;
}

.amis-scope .p {
  padding: 15px;
}

.amis-scope .p-md {
  padding: 20px;
}

.amis-scope .p-lg {
  padding: 30px;
}

.amis-scope .p-xl {
  padding: 50px;
}

.amis-scope .p-n,
.amis-scope .p-none {
  padding: 0 !important;
}

.amis-scope .p-l-none {
  padding-left: 0 !important;
}

.amis-scope .p-l-xs {
  padding-left: 5px;
}

.amis-scope .p-l-sm {
  padding-left: 10px;
}

.amis-scope .p-l {
  padding-left: 15px;
}

.amis-scope .p-l-md {
  padding-left: 20px;
}

.amis-scope .p-l-lg {
  padding-left: 30px;
}

.amis-scope .p-l-xl {
  padding-left: 40px;
}

.amis-scope .p-l-xxl {
  padding-left: 50px;
}

.amis-scope .p-t-none {
  padding-top: 0 !important;
}

.amis-scope .p-t-xxs {
  padding-top: 1px;
}

.amis-scope .p-t-xs {
  padding-top: 5px;
}

.amis-scope .p-t-sm {
  padding-top: 10px;
}

.amis-scope .p-t {
  padding-top: 15px;
}

.amis-scope .p-t-md {
  padding-top: 20px;
}

.amis-scope .p-t-lg {
  padding-top: 30px;
}

.amis-scope .p-t-xl {
  padding-top: 40px;
}

.amis-scope .p-t-xxl {
  padding-top: 50px;
}

.amis-scope .p-t-n-xxs {
  padding-top: -1px;
}

.amis-scope .p-r-none {
  padding-right: 0 !important;
}

.amis-scope .p-r-xxs {
  padding-right: 1px;
}

.amis-scope .p-r-xs {
  padding-right: 5px;
}

.amis-scope .p-r-sm {
  padding-right: 10px;
}

.amis-scope .p-r {
  padding-right: 15px;
}

.amis-scope .p-r-md {
  padding-right: 20px;
}

.amis-scope .p-r-lg {
  padding-right: 30px;
}

.amis-scope .p-r-xl {
  padding-right: 40px;
}

.amis-scope .p-r-xxl {
  padding-right: 50px;
}

.amis-scope .p-b-none {
  padding-bottom: 0 !important;
}

.amis-scope .p-b-xxs {
  padding-bottom: 1px;
}

.amis-scope .p-b-xs {
  padding-bottom: 5px;
}

.amis-scope .p-b-sm {
  padding-bottom: 10px;
}

.amis-scope .p-b {
  padding-bottom: 15px;
}

.amis-scope .p-b-md {
  padding-bottom: 20px;
}

.amis-scope .p-b-lg {
  padding-bottom: 30px;
}

.amis-scope .p-b-xl {
  padding-bottom: 40px;
}

.amis-scope .p-b-xxl {
  padding-bottom: 50px;
}

.amis-scope .w-1x {
  width: 1em;
}

.amis-scope .w-2x {
  width: 2em;
}

.amis-scope .w-3x {
  width: 3em;
}

.amis-scope .w-xxs {
  width: 60px;
}

.amis-scope .h-xxs {
  height: 60px;
}

.amis-scope .w-xs {
  width: 90px;
}

.amis-scope .h-xs {
  height: 90px;
}

.amis-scope .w-ssm {
  width: 120px;
}

.amis-scope .w-sm {
  width: 150px;
}

.amis-scope .h-sm {
  height: 150px;
}

.amis-scope .h-ssm {
  height: 120px;
}

.amis-scope .w {
  width: 200px;
}

.amis-scope .h {
  height: 200px;
}

.amis-scope .w-md {
  width: 240px;
}

.amis-scope .h-md {
  height: 240px;
}

.amis-scope .w-lg {
  width: 280px;
}

.amis-scope .h-lg {
  height: 280px;
}

.amis-scope .w-xl {
  width: 320px;
}

.amis-scope .h-xl {
  height: 320px;
}

.amis-scope .w-xxl {
  width: 360px;
}

.amis-scope .h-xxl {
  height: 360px;
}

.amis-scope .w-xxxl {
  width: 420px;
}

.amis-scope .h-xxxl {
  height: 420px;
}

.amis-scope .w-full {
  width: 100%;
}

.amis-scope .w-auto {
  width: auto;
}

.amis-scope .h-auto {
  height: auto;
}

.amis-scope .h-full {
  height: 100%;
}

.amis-scope .no-grow {
  flex-grow: unset !important;
  flex-basis: unset !important;
}

.amis-scope .nowrap {
  white-space: nowrap;
  flex-wrap: nowrap;
}

@media (min-width: 576px) {
  .amis-scope .antd-Form-col.w,
  .amis-scope .antd-Form-col.w-xs,
  .amis-scope .antd-Form-col.w-sm,
  .amis-scope .antd-Form-col.w-md,
  .amis-scope .antd-Form-col.w-lg {
    flex-basis: unset;
    flex-grow: unset;
  }
}

.amis-scope .thumb-xl {
  width: 128px;
  height: 128px;
  display: inline-block;
}

.amis-scope .thumb-lg {
  width: 96px;
  height: 96px;
  display: inline-block;
}

.amis-scope .thumb-md {
  width: 64px;
  height: 64px;
  display: inline-block;
}

.amis-scope .thumb {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.amis-scope .thumb-sm {
  width: 40px;
  height: 40px;
  display: inline-block;
}

.amis-scope .thumb-xs {
  width: 34px;
  height: 34px;
  display: inline-block;
}

.amis-scope .thumb-xxs {
  width: 30px;
  height: 30px;
  display: inline-block;
}

.amis-scope .thumb-wrapper {
  padding: 2px;
  border: 1px solid var(--borderColor);
}

.amis-scope .thumb img,
.amis-scope .thumb-xxs img,
.amis-scope .thumb-xs img,
.amis-scope .thumb-sm img,
.amis-scope .thumb-md img,
.amis-scope .thumb-lg img,
.amis-scope .thumb-btn img,
.amis-scope .thumb-xl img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

.amis-scope .img-full {
  width: 100%;
}

.amis-scope .img-full img {
  width: 100%;
}

.amis-scope .avatar {
  position: relative;
  display: block;
  border-radius: 500px;
  white-space: nowrap;
}

.amis-scope .avatar img {
  width: 100%;
  border-radius: 5px;
  height: 100%;
  object-fit: cover;
}

.amis-scope .avatar i {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 2px;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
}

.amis-scope .avatar i.right {
  left: auto;
  right: 0;
}

.amis-scope .avatar i.bottom {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
}

.amis-scope .avatar i.left {
  top: auto;
  bottom: 0;
}

.amis-scope .avatar i.on {
  background: var(--success);
}

.amis-scope .avatar i.off {
  background: var(--text--muted-color);
}

.amis-scope .avatar i.busy {
  background: var(--danger);
}

.amis-scope .avatar i.away {
  background: var(--warning);
}

.amis-scope .avatar.thumb-md i {
  width: 12px;
  height: 12px;
  margin: 3px;
}

.amis-scope .avatar.thumb-sm i {
  margin: 1px;
}

.amis-scope .avatar.thumb-xs i {
  margin: 0;
}

.amis-scope .v-top {
  vertical-align: top !important;
  align-self: flex-start;
}

.amis-scope .v-middle {
  vertical-align: middle !important;
  align-self: center;
}

.amis-scope .v-bottom {
  vertical-align: bottom !important;
  align-self: flex-end;
}

.amis-scope .scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .scrollable.hover,
.amis-scope .scrollable.hover > .cell-inner {
  overflow-y: hidden !important;
}

.amis-scope .scrollable.hover:hover,
.amis-scope .scrollable.hover:focus,
.amis-scope .scrollable.hover:active {
  overflow: visible;
  overflow-y: auto;
}

.amis-scope .scrollable.hover:hover > .cell-inner,
.amis-scope .scrollable.hover:focus > .cell-inner,
.amis-scope .scrollable.hover:active > .cell-inner {
  overflow-y: auto !important;
}

.amis-scope .smart .scrollable,
.amis-scope .smart .scrollable > .cell-inner {
  overflow-y: auto !important;
}

.amis-scope .scroll-x,
.amis-scope .scroll-y {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

.amis-scope .scroll-y {
  overflow-y: auto;
}

.amis-scope .scroll-x {
  overflow-x: auto;
}

.amis-scope .hover-action {
  display: none;
}

.amis-scope .hover-rotate {
  transition: all var(--animation-duration) ease-in-out var(--animation-duration);
}

.amis-scope .hover-anchor:hover > .hover-action,
.amis-scope .hover-anchor:focus > .hover-action,
.amis-scope .hover-anchor:active > .hover-action {
  display: inherit;
}

.amis-scope .hover-anchor:hover > .hover-rotate,
.amis-scope .hover-anchor:focus > .hover-rotate,
.amis-scope .hover-anchor:active > .hover-rotate {
  transform: rotate(90deg);
}

.amis-scope .backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
}

.amis-scope .backdrop.fade {
  opacity: 0;
}

.amis-scope .backdrop.in {
  opacity: 0.8;
}

.amis-scope .col-xs-2-4,
.amis-scope .col-sm-2-4,
.amis-scope .col-md-2-4,
.amis-scope .col-lg-2-4,
.amis-scope .col-xs-1-5,
.amis-scope .col-sm-1-5,
.amis-scope .col-md-1-5,
.amis-scope .col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.amis-scope .col-xs-2-4 {
  width: 20%;
  float: left;
}

.amis-scope .col-xs-1-5 {
  width: 12.5%;
  float: left;
}

.amis-scope .invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.amis-scope .invisible2 {
  visibility: hidden;
}

.amis-scope .hbox {
  display: table;
  table-layout: fixed;
  border-spacing: 0;
  width: 100%;
  height: 100%;
}

.amis-scope .hbox > .col {
  display: table-cell;
  vertical-align: top;
  height: 100%;
  float: none;
}

.amis-scope .vbox {
  display: table;
  border-spacing: 0;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 240px;
}

.amis-scope .vbox .row-row {
  display: table-row;
  height: 100%;
}

.amis-scope .vbox .row-row .cell {
  position: relative;
  height: 100%;
  width: 100%;
}

.amis-scope .ie .vbox .row-row .cell {
  display: table-cell;
  overflow: auto;
}

.amis-scope .ie .vbox .row-row .cell .cell-inner {
  overflow: visible !important;
}

.amis-scope .vbox .row-row .cell .cell-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.amis-scope .word-break {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.amis-scope .white-space-pre {
  white-space: pre;
}

.amis-scope .label {
  display: inline;
  padding: 0.2em 0.6em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: var(--label-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

.amis-scope .label:empty {
  display: none;
}

.amis-scope .btn .label {
  position: relative;
  top: -1px;
}

.amis-scope a.label:hover,
.amis-scope a.label:focus {
  color: var(--label-link--hover-color);
  text-decoration: none;
  cursor: pointer;
}

.amis-scope .label-default {
  background: var(--label--default-bg);
}

.amis-scope .label-primary {
  background: var(--label--primary-bg);
}

.amis-scope .label-success {
  background: var(--label--success-bg);
}

.amis-scope .label-info {
  background: var(--label--info-bg);
}

.amis-scope .label-warning {
  background: var(--label--warning-bg);
}

.amis-scope .label-danger {
  background: var(--label--danger-bg);
}

@keyframes apearSensor {
  from {
    opacity: 0;
  }
}

@media (min-width: 768px) {
  .amis-scope .col-sm-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-sm-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 992px) {
  .amis-scope .col-md-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-md-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .amis-scope .col-lg-2-4 {
    width: 20%;
    float: left;
  }

  .amis-scope .col-lg-1-5 {
    width: 12.5%;
    float: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .amis-scope .hidden-sm.show {
    display: inherit !important;
  }

  .amis-scope .no-m-sm {
    margin: 0 !important;
  }

  .amis-scope .no-padder-sm {
    padding: 0 !important;
  }
}

.amis-scope .visible-xs {
  display: none;
}

/*phone*/

@media (max-width: 767px) {
  .amis-scope .visible-xs {
    display: block !important;
  }

  .amis-scope .hidden-xs {
    display: none !important;
  }

  .amis-scope .w-auto-xs {
    width: auto;
  }

  .amis-scope .shift {
    display: none !important;
  }

  .amis-scope .shift.in {
    display: block !important;
  }

  .amis-scope .row-2 [class*=col] {
    width: 50%;
    float: left;
  }

  .amis-scope .row-2 .col-0 {
    clear: none;
  }

  .amis-scope .row-2 li:nth-child(odd) {
    clear: left;
    margin-left: 0;
  }

  .amis-scope .text-center-xs {
    text-align: center;
  }

  .amis-scope .text-left-xs {
    text-align: left;
  }

  .amis-scope .text-right-xs {
    text-align: right;
  }

  .amis-scope .no-border-xs {
    border-width: 0;
  }

  .amis-scope .pull-none-xs {
    float: none !important;
  }

  .amis-scope .pull-right-xs {
    float: right !important;
  }

  .amis-scope .pull-left-xs {
    float: left !important;
  }

  .amis-scope .dropdown-menu.pull-none-xs {
    left: 0;
  }

  .amis-scope .hidden-xs.show {
    display: inherit !important;
  }

  .amis-scope .wrapper-lg,
  .amis-scope .wrapper-md {
    padding: 15px;
  }

  .amis-scope .padder-lg,
  .amis-scope .padder-md {
    padding-left: 15px;
    padding-right: 15px;
  }

  .amis-scope .no-m-xs {
    margin: 0 !important;
  }

  .amis-scope .no-padder-xs {
    padding: 0 !important;
  }
}

.amis-scope .antd-Modal.antd-Modal-print .ant-form-item-label > label {
  color: #616161;
}

.amis-scope .antd-Modal.antd-Modal-print.is-label .antd-Modal-content {
  width: 90%;
  max-width: none;
  height: calc(100vh - 56px);
}

.amis-scope .antd-Modal.antd-Modal-print .antd-Modal-content {
  width: 90%;
  max-width: none;
  height: calc(100vh - 56px);
}

.amis-scope .antd-Modal.antd-Modal-print .antd-Modal-content .ant-col {
  max-height: 75px;
}

.amis-scope .antd-Modal.antd-Modal-print .print-form-container {
  width: 100%;
  height: 100%;
  display: flex;
}

.amis-scope .antd-Modal.antd-Modal-print .print-form-container label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
  display: none;
}

.amis-scope .antd-Modal.antd-Modal-print .print-form-container .preview-container {
  position: relative;
  flex: 1;
  height: 100%;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  margin-right: 20px;
}

.amis-scope .antd-Modal.antd-Modal-print .print-form-container .preview-container .preview-empty {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
}

.amis-scope .antd-Modal.antd-Modal-print .input-count {
  width: 100%;
}

.amis-scope .antd-Modal.antd-Modal-print .antd-Modal-footer .antd-Button {
  margin-left: 1rem;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .ant-popover-open {
  display: inline;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .button-add {
  width: 100px;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .ant-select {
  width: 120px;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .ant-select-dropdown {
  padding: 0;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .ant-select-selection-item {
  color: #555;
}

.amis-scope .antd-Modal.antd-Modal-print .label-print-template .ant-select-selection-item .label-print-HideIcon {
  display: none;
}

.amis-scope .antd-Modal.antd-Modal-print .remark {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto 15px;
  color: #999;
}

.amis-scope .label-print-template-select .label-print-template-add {
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #555;
  cursor: pointer;
  background-color: #f5f5f5;
}

.amis-scope .label-print-template-select .select-item {
  width: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .label-print-template-select .ant-select-item-option-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .label-print-template-select .ant-select-item-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff !important;
  color: #555;
}

.amis-scope .label-print-template-select .ant-select-item-option .label-print-HideIcon {
  margin-left: 3px;
  font-size: 10px;
}

.amis-scope .label-print-template-select .ant-select-item-option:hover {
  color: #2a87eb !important;
  background-color: #fff !important;
}

.amis-scope .label-print-template-select .ant-select-item-option:hover .label-print-HideIcon {
  color: #2a87eb !important;
}

.amis-scope .label-print-template-select .ant-select-item-option-active {
  background-color: #fff !important;
}

.amis-scope .label-print-add-pop {
  padding-left: 0;
}

.amis-scope .label-print-add-pop .ant-popover-arrow {
  display: none;
}

.amis-scope .label-print-add-pop .ant-popover-inner {
  box-shadow: none;
}

.amis-scope .label-print-add-pop .ant-popover-inner-content {
  position: relative;
  top: 1px;
  padding: 4px;
  background-color: #fff;
}

.amis-scope .label-print-selector .ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
  color: #2a77eb;
  background-color: #f5f5f5;
}

.amis-scope .label-print-selector .ant-select-item-option:hover {
  color: #4185ec;
}

.amis-scope .antd-Statistic {
  padding: 5px 11px 0;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Statistic {
    padding: 5px 0 0;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Statistic {
    padding: 5px 6px 0;
  }
}

.amis-scope .antd-Statistic--title {
  margin-bottom: 12px;
}

.amis-scope .antd-Statistic--title .title {
  font-size: 14px;
  font-weight: 600;
  color: #262626;
}

.amis-scope .antd-Statistic--title .title-desc {
  margin-right: 10px;
  font-size: 13px;
  color: #aaa;
}

.amis-scope .antd-Statistic--title a {
  font-size: 13px;
}

.amis-scope .antd-Statistic--header {
  padding-bottom: 10px;
}

.amis-scope .antd-Statistic--header .num {
  margin-left: 10px;
}

.amis-scope .antd-Statistic--content {
  width: 100%;
  color: #3f3f3f;
  background-color: #fdfbfc;
}

.amis-scope .antd-Statistic--content .desc {
  font-size: 12px;
  text-align: center;
}

.amis-scope .antd-Statistic--content .num {
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Statistic--content .num {
    font-size: 12px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Statistic--content .num {
    font-size: 14px;
  }
}

.amis-scope .antd-Statistic--content .num.info {
  color: #1890ff;
}

.amis-scope .antd-Statistic--content .num.success {
  color: #52c41a;
}

.amis-scope .antd-Statistic--content .num.danger {
  color: #ff4d4f;
}

.amis-scope .antd-Statistic--content .prefix {
  margin-right: 3px;
}

.amis-scope .antd-Statistic--content .suffix {
  margin-left: 3px;
}

.amis-scope .antd-Statistic--content .row {
  margin-bottom: 18px;
}

.amis-scope .antd-Statistic--content .col {
  position: relative;
  display: inline-block;
}

.amis-scope .antd-Statistic--content .col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 0.5px;
  background-color: #efefef;
}

.amis-scope .antd-Statistic--content .col:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1px;
  width: 0.5px;
  background-color: #efefef;
}

.amis-scope .chart-statistic {
  display: inline-block;
  background-color: #f9f5f5;
  padding: 12px 20px 15px 20px;
  min-width: 220px;
  border: solid 1px #e8e8e8;
  border-radius: 3px;
  margin: 10px;
}

.amis-scope .chart-statistic-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.amis-scope .chart-statistic-header-title {
  font-size: 12px;
  color: gray;
}

.amis-scope .chart-statistic-header-subtitle {
  font-size: 12px;
  color: gray;
}

.amis-scope .chart-statistic-header-subtitle span {
  font-size: 18px;
}

.amis-scope .chart-statistic-content {
  display: flex;
  align-items: baseline;
}

.amis-scope .chart-statistic-content-value {
  font-size: 20px;
  color: black;
  font-weight: bold;
}

.amis-scope .chart-statistic-content-value-decimal {
  font-size: 14px;
}

.amis-scope .chart-statistic-content-rate {
  margin-left: 10px;
  font-size: 14px;
}

.amis-scope .chart-statistic-footer {
  margin-top: 12px;
  background-color: #e8e8e8;
}

.amis-scope .chart-statistic-footer-progress {
  text-align: center;
  color: white;
  font-size: 13px;
  height: 19px;
  padding-right: 5px;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .chart-statistic {
    padding: 6px 10px 8px 10px;
    min-width: 170px;
    margin: 5px;
  }

  .amis-scope .chart-statistic-header-subtitle span {
    font-size: 15px;
  }

  .amis-scope .chart-statistic-content-value {
    font-size: 15px;
  }
}

.amis-scope .chart-table {
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.amis-scope .antd-lionChildView {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: auto;
  opacity: 0;
  transition: ease-in opacity var(--animation-duration);
}

.amis-scope .antd-lionChildView.in {
  opacity: 1;
}

.amis-scope .antd-lionChildView.out {
  opacity: 0;
}

.amis-scope .antd-lionChildView-content {
  padding: 16px;
}

.amis-scope .antd-lionChildView-header {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.amis-scope .antd-lionChildView-back {
  display: inline-block;
  cursor: pointer;
}

.amis-scope .antd-lionChildView-back .icon {
  font-size: 12px;
  margin-right: 5px;
  color: var(--ChildView-back-color);
}

.amis-scope .antd-lionChildView .line {
  height: 14px;
  border-left: 1px solid #ccc;
  margin: 0 12px;
}

.amis-scope .antd-LionBiTable th,
.amis-scope .antd-LionBiTable td {
  white-space: nowrap;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--2th td:first-child {
  padding-left: 2.25rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--3th td:first-child {
  padding-left: 3.375rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--4th td:first-child {
  padding-left: 4.5rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--5th td:first-child {
  padding-left: 5.625rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--6th td:first-child {
  padding-left: 6.75rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--7th td:first-child {
  padding-left: 7.875rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--8th td:first-child {
  padding-left: 9rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--9th td:first-child {
  padding-left: 10.125rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--10th td:first-child {
  padding-left: 11.25rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--11th td:first-child {
  padding-left: 12.375rem;
}

.amis-scope .antd-LionBiTable .antd-Table-table tr.antd-Table-tr--12th td:first-child {
  padding-left: 13.5rem;
}

.amis-scope .antd-LionBiTable-expandBtn {
  position: relative;
  z-index: 1;
  color: var(--Table-expandBtn-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 0.875rem;
  line-height: 1;
  height: 16px;
  right: 0 !important;
  padding-right: 5px;
}

.amis-scope .antd-LionBiTable-expandBtn > svg {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: transform ease-in-out var(--animation-duration), top ease-in-out var(--animation-duration);
  position: relative;
  transform-origin: 50% 50%;
  width: 0.625rem;
  height: 0.625rem;
  top: 0;
}

.amis-scope .antd-LionBiTable-expandBtn.is-active > svg {
  transform: rotate(90deg);
}

.amis-scope .antd-LionBiTable-expandBtn:hover {
  text-decoration: none;
}

.amis-scope .antd-LionList .batch-manage.is-active {
  color: var(--Button--link-color);
}

.amis-scope .antd-LionList .batch-manage-icon {
  font-size: 16px;
}

.amis-scope .antd-LionList .antd-ListItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amis-scope .antd-LionList .antd-ListItem::before,
.amis-scope .antd-LionList .antd-ListItem::after {
  display: none;
}

.amis-scope .antd-LionList .antd-ListItem-content {
  flex: 1;
}

.amis-scope .antd-List-header-more {
  margin-left: 8px;
  cursor: pointer;
}

.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar {
  min-width: 80px;
}

.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item {
  display: block;
  float: none;
  margin: 0;
  height: auto;
}

.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item button,
.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item button:hover {
  border: none !important;
  background: none !important;
  color: #fff !important;
  font-size: 14px;
}

.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item button:not(:last-child),
.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item button:hover:not(:last-child) {
  border-bottom: 1px solid #999;
}

.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item .antd-Button.is-disabled,
.amis-scope .antd-List-header-more-pop .antd-Crud-toolbar-item .antd-Button:disabled {
  background: none;
  border: none;
  font-size: 14px;
}

.amis-scope .antd-List.is-mobile .antd-List-toolbar {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  height: 48px;
}

.amis-scope .unionContentWrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.amis-scope .unionContentWrapper .imgContentWrapper {
  height: calc(100% - 43px);
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-content: flex-start;
  padding-top: 24px;
  background-color: white;
}

.amis-scope .unionContentWrapper .imgContentWrapper .baseUnionImgWrapper {
  display: flex;
  flex-direction: column;
}

.amis-scope .unionContentWrapper .imgContentWrapper .baseUnionImgWrapper .bottomName {
  font-size: 12px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  width: 100%;
  background-color: #fff;
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_2 {
  width: calc((100%) / 2);
  height: 100%;
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_3 {
  width: calc((100%) / 3);
  height: 100%;
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_4 {
  width: calc((100%) / 2);
  height: calc((100%) / 2);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_6 {
  width: calc((100%) / 3);
  height: calc((100%) / 2);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_9 {
  width: calc((100%) / 3);
  height: calc((100%) / 3);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_12 {
  width: calc((100%) / 4);
  height: calc((100%) / 3);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_16 {
  width: calc((100%) / 4);
  height: calc((100%) / 4);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper_20 {
  width: calc((100%) / 5);
  height: calc((100%) / 4);
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper {
  flex: 1;
  overflow: hidden;
  background-color: #fff;
}

.amis-scope .unionContentWrapper .imgContentWrapper .unionImgWrapper .unionImg {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.amis-scope .unionContentWrapper .bottomActionWrapper {
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amis-scope .viewerUtilsWrapper {
  height: 90px;
  width: 100%;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.amis-scope .viewerUtilsWrapper .centerContent {
  height: 54px;
  margin-bottom: 16px;
  color: #FFFFFF;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #353535;
  display: flex;
  flex-direction: column;
}

.amis-scope .viewerUtilsWrapper .centerContent .currentMediaName {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  user-select: none;
  max-width: 368px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper {
  flex: 1;
  text-align: center;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper {
  width: 46px;
  height: 100%;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper:hover {
  color: #2A87EB;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_selected {
  color: #2A87EB;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.amis-scope .viewerUtilsWrapper .centerContent .actionListWrapper .utilItemWrapper_disabled:hover {
  color: #FFFFFF;
}

.amis-scope .mediaShowList {
  position: relative;
  height: 88px;
  background-color: #353535;
  color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.amis-scope .mediaShowList .mediaShowListContent {
  overflow: hidden;
  height: 100%;
  width: 100%;
  display: flex;
}

.amis-scope .mediaShowList .mediaShowListContent.w-50 {
  width: 50%;
}

.amis-scope .mediaShowList .imgListWrapper {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}

.amis-scope .mediaShowList .imgList {
  height: 100%;
  display: inline-flex;
  align-items: center;
}

.amis-scope .mediaShowList .imgList-arrow {
  width: var(--gap-xl);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.amis-scope .mediaShowList .imgWrapper {
  width: 68px;
  height: 68px;
  border: 2px solid #666;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.amis-scope .mediaShowList .imgWrapper:not(:first-child) {
  margin-left: 12px;
}

.amis-scope .mediaShowList .imgWrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.amis-scope .mediaShowList .imgWrapper .check-icon {
  position: absolute;
  top: 4px;
  right: 4px;
  font-size: 14px;
  color: #2A87EB;
  line-height: 14px;
}

.amis-scope .mediaShowList .imgWrapper_selected {
  border: 2px solid #2A87EB;
}

.amis-scope .mediaShowList .unionImgHandle {
  height: 72px;
  margin-left: 12px;
}

.amis-scope .mediaShowList .unionImgHandle .tip {
  font-size: 12px;
  text-align: center;
  line-height: 24px;
}

.amis-scope .mediaShowListWrapper_hidden {
  height: 0;
}

.amis-scope .antd-Cell-img-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  word-wrap: normal;
  text-overflow: ellipsis;
  text-align: center;
  text-align: left;
}

.amis-scope .antd-Cell-img-wrapper > img {
  width: 30px;
  height: 30px;
  cursor: pointer;
  object-fit: cover;
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
  .amis-scope .antd-Cell-img-wrapper > img {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1680px) {
  .amis-scope .antd-Cell-img-wrapper > img {
    width: 25px;
    height: 25px;
  }
}

.amis-scope .antd-Cell-img-wrapper > img:not(:first-child) {
  margin-left: 4px;
}

.amis-scope .table-media-format-popover {
  padding-top: 5px;
  z-index: 1000;
}

.amis-scope .table-media-format-popover .ant-popover-arrow {
  display: none;
}

.amis-scope .table-media-format-popover .ant-popover-inner-content {
  padding: 0;
}

.amis-scope .mediaPopoverContent {
  width: 250px;
}

.amis-scope .mediaPopoverContent .topAction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  height: 36px;
}

.amis-scope .mediaPopoverContent .topAction .actionTitle {
  color: #2A3E61;
  font-size: 14px;
  font-weight: bold;
}

.amis-scope .mediaPopoverContent .topAction .afterActionWrapper {
  color: #2A87EB;
  font-size: 12px;
  cursor: pointer;
}

.amis-scope .mediaPopoverContent .bottomBorder {
  border-bottom: 1px solid #E2E6ED;
}

.amis-scope .mediaPopoverContent .centerContent {
  height: 124px;
}

.amis-scope .mediaPopoverContent .bottomAction {
  border-top: 1px solid #E2E6ED;
  height: 60px;
  display: flex;
}

.amis-scope .mediaPopoverContent .bottomAction .actionItem {
  height: 100%;
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}

.amis-scope .mediaPopoverContent .bottomAction .actionItem .actionItemName {
  margin-top: 4px;
  font-size: 12px;
  color: #2A3E61;
}

.amis-scope .mediaPopoverContent .bottomAction .actionDisabled {
  opacity: 0.5;
}

.amis-scope .mediaPopoverContent .allImgContent {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  padding-left: 13px;
  padding-top: 4px;
  overflow: auto;
}

.amis-scope .mediaPopoverContent .allImgContent .commonBorder {
  border: 1px solid #E2E6ED;
}

.amis-scope .mediaPopoverContent .allImgContent .singleImgWrapper {
  height: 110px;
  width: calc(100% - 13px);
}

.amis-scope .mediaPopoverContent .allImgContent .doubleImgWrapper {
  height: 110px;
  width: 110px;
}

.amis-scope .mediaPopoverContent .allImgContent .doubleImgWrapper:nth-child(2) {
  margin-left: 4px;
}

.amis-scope .mediaPopoverContent .allImgContent .mostImgWrapper {
  height: 72px;
  width: 72px;
  margin-bottom: 4px;
}

.amis-scope .mediaPopoverContent .allImgContent .mostImgWrapper:not(:nth-child(3n)) {
  margin-right: 4px;
}

.amis-scope .mediaPopoverContent .allImgContent img {
  height: 100%;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}

.amis-scope .mediaPopoverContent .popoverContentScrollBar::-webkit-scrollbar {
  width: 13px;
  height: 0;
}

.amis-scope .mediaPopoverContent .popoverContentScrollBar::-webkit-scrollbar-thumb {
  background-color: #D2D6DE;
  background-clip: content-box;
  border-width: 0 3px 0 3px;
  border-style: solid;
  border-color: #FFFFFF;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common {
  position: relative;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  line-height: 16px;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox .ant-checkbox-inner {
  border-radius: 50%;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common .selectCheckBox .ant-checkbox-checked::after {
  display: none;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common:hover {
  border: 1px solid #2A87EB !important;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_common:hover .selectCheckBox {
  display: unset;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_selected {
  border: 1px solid #2A87EB !important;
}

.amis-scope .mediaPopoverContent .MediaSelectedWrapper_selected .selectCheckBox {
  display: unset;
}

.amis-scope .antd-Matrix-container {
  background-color: #f6f6f6;
  padding: 10px;
}

.amis-scope .antd-Matrix-container .antd-Matrix-Search .ant-input {
  border-radius: 8px;
  border: none;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  background-color: #fff;
  margin-top: 10px;
  border-radius: 8px;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item {
  width: 33.3333%;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item.clear-bot {
  border-bottom: none;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item .matrix-action {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item .matrix-action .antd-TplField {
  height: 32px;
  line-height: 32px;
  padding: 0 4px;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item .matrix-action .fa {
  margin-top: 10px;
  height: 28px;
  width: 28px;
  color: #fff;
  border-radius: 4px;
  position: relative;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item .matrix-action .fa::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.amis-scope .antd-Matrix-container .antd-Matrix-group .antd-Matrix-item:nth-child(3n) {
  border-right: none;
}

.amis-scope .antd-Scan-code-container .antd-Scan-btn {
  position: fixed;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.amis-scope .transfer-check-group {
  margin: 10px 0px;
}

.amis-scope .transfer-container {
  height: 300px;
  display: flex;
}

.amis-scope .transfer-container .transfer-source {
  width: 400px;
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ddd;
  display: flex;
  flex-flow: column nowrap;
}

.amis-scope .transfer-container .transfer-source .transfer-source-header {
  flex-shrink: 0;
  height: 36px;
  background: #f5f5f5;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.amis-scope .transfer-container .transfer-source .transfer-source-header .option-group {
  font-size: 14px;
  display: flex;
}

.amis-scope .transfer-container .transfer-source .transfer-source-header .option-group .option {
  cursor: pointer;
  color: #1890ff;
}

.amis-scope .transfer-container .transfer-source .transfer-source-header .title {
  font-size: 14px;
  color: #333;
}

.amis-scope .transfer-container .transfer-source .transfer-source-content {
  flex-grow: 1;
  overflow-y: auto;
}

.amis-scope .transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field {
  display: flex;
  padding: 5px 0px 5px 10px;
}

.amis-scope .transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field .display-field-label {
  flex: 1;
  margin-left: 5px;
  cursor: pointer;
}

.amis-scope .transfer-container .transfer-source .transfer-source-content .source-content-inner .display-field-active {
  background-color: #e6f7ff;
}

.amis-scope .transfer-container .transfer-target-group {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}

.amis-scope .transfer-container .target-box {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.amis-scope .transfer-container .target-box .btn-group {
  padding: 0 10px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.amis-scope .transfer-container .target-box .btn-group .btn {
  width: 20px;
  height: 20px;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  border-radius: 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  outline: none;
  font-size: 10px;
  cursor: pointer;
}

.amis-scope .transfer-container .target-box .btn-group .btn:last-child {
  margin-bottom: 0;
}

.amis-scope .transfer-container .transfer-target {
  width: 400px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.amis-scope .transfer-container .transfer-target .transfer-target-heander {
  flex-shrink: 0;
  height: 36px;
  background: #f5f5f5;
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

.amis-scope .transfer-container .transfer-target .transfer-target-heander .title {
  font-size: 14px;
  color: #333;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content {
  height: 100px;
  overflow-y: auto;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner {
  display: flex;
  flex-flow: column nowrap;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item {
  height: 30px;
  padding: 0 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: 12px;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item i {
  cursor: pointer;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item .item-label {
  margin-left: 8px;
  flex: 1;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item .close-btn {
  color: #aaa;
  cursor: pointer;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item:hover {
  background: #e6f7ff;
}

.amis-scope .transfer-container .transfer-target .transfer-target-content .target-content-inner .option-item:hover .close-btn {
  display: block;
}

.amis-scope .antd-Process {
  height: 100%;
  background-color: #f7f7f7;
}

.amis-scope .antd-Process .contacts-title-input {
  padding: 10px;
  text-align: center;
}

.amis-scope .antd-Process .contacts-title-input input {
  width: 100%;
  background: white;
}

.amis-scope .antd-Process-tabs {
  height: 100%;
}

.amis-scope .antd-Process-tabs .ant-tabs-nav {
  margin: 0;
  background-color: #fff;
}

.amis-scope .antd-Process-tabs .ant-tabs-content-holder {
  flex: 1;
  background-color: #f7f7f7;
}

.amis-scope .antd-Process-tabs .ant-tabs-content-holder .ant-tabs-content {
  height: 100%;
}

.amis-scope .antd-Process-tabs .ant-tabs-content-holder .ant-tabs-content .ant-tabs-tabpane {
  padding: 0;
}

.amis-scope .antd-Process-tabs-tabPane {
  padding: 0 10px;
  overflow: auto;
}

.amis-scope .antd-Process-tabs-tabPane::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav {
  border-top: 1px solid #f7f7f7;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list {
  flex: 1;
  justify-content: space-evenly;
  height: 46px;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab {
  margin: 0;
  padding: 0;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-tab > .ant-tabs-tab-btn > span > span {
  margin-right: 0;
  font-size: 20px;
}

.amis-scope .antd-Process-tabs-title > .ant-tabs-nav > .ant-tabs-nav-wrap > .ant-tabs-nav-list > .ant-tabs-ink-bar {
  background-color: transparent;
}

.amis-scope .antd-Process_color .ant-tabs-content-holder {
  background-color: #fff;
}

.amis-scope .antd-Process_height {
  height: calc(100% - 50px);
}

.amis-scope .antd-Sub-tree-box {
  overflow: hidden;
}

.amis-scope .antd-Sub-tree-box .top-container {
  border-bottom: 1px solid #dfe2e6;
  padding: 8px 12px;
}

.amis-scope .antd-Sub-tree-box .top-container .select-btn {
  color: #333;
  border: none;
}