/*!*******************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/global.css ***!
  \*******************************************************************************************************************************************************************************************************************/
body {
  background: #fff !important;
}
.ant-modal-root {
  display: none !important;
}

.alita-page {
  /*background: #eef1f3 !important;*/
  background: transparent !important;
  backdrop-filter: blur(1rem);
}


#root {
  height: 100vh;
}

.lxm-modal-wraper {
  display: none !important;
}
.lcdp-skeleton-view {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 0.16rem 0;
  background-color: #fff;
}
.lcdp-skeleton-view ul {
  padding: 0;
}
.lcdp-skeleton-view ul:last-child {
  padding-bottom: 0.125rem;
}
.lcdp-skeleton-view .title,
.lcdp-skeleton-view li {
  display: block;
  width: 100%;
  background-color: rgba(190, 190, 190, 0.2);
  border-radius: 0.04rem;
}
.lcdp-skeleton-view.lcdp-skeleton-animated .title,
.lcdp-skeleton-view.lcdp-skeleton-animated 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%;
  animation: lcdp-skeleton-loading 1.4s ease infinite;
}
.lcdp-skeleton-view .title {
  width: 45%;
  height: 0.36rem;
  margin-top: 0.22rem;
  margin-bottom: 0.19rem;
  border-radius: 0.04rem;
}
.lcdp-skeleton-view li {
  height: 0.36rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
  border-radius: 0.04rem;
}

.lcdp-skeleton-view li:last-child {
  width: 65%;
}

.lingxiteam-dform-file-title {
  text-decoration: underline;
}

@keyframes lcdp-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

.tangram-suggestion-main {
  z-index: 1999;
  position: relative;
}

.adm-toast-mask .adm-toast-main {
  background-color: rgba(0, 0, 0, 0.7) !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.am-toast-notice-content .am-toast-text {
  background-color: rgba(58, 58, 58, 0.9) !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/assets/es/error/errorDisplay/Web/Notification/Notification.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes lxFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lxFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxMoveOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxMoveClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxmModalOpen {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lxmModalClose {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes lxmModalMaskClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxmDrawerOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxmDrawerClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxCloseRotate {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
.lx-notification-root {
  position: fixed;
  z-index: 99999;
}
.lx-notification-root.topRight {
  top: 0.24rem;
  right: 0.24rem;
}
.lx-notification-root.topLeft {
  top: 0.24rem;
  left: 0.24rem;
}
.lx-notification-root.bottomRight {
  bottom: 0.24rem;
  right: 0.24rem;
}
.lx-notification-root.bottomLeft {
  bottom: 0.24rem;
  left: 0.24rem;
}
.lx-notification-wraper {
  margin-bottom: 0.24rem;
}
.lx-notification-wraper.opening {
  animation: lxMoveOpen 0.3s;
}
.lx-notification-notice {
  width: 3.5rem;
  padding: 0.16rem 0.12rem;
  border-radius: 0.04rem;
  box-shadow: 0 0.09rem 0.28rem 0.08rem rgba(0, 0, 0, 0.05), 0 0.06rem 0.16rem 0 rgba(0, 0, 0, 0.08), 0 0.03rem 0.06rem -0.04rem rgba(0, 0, 0, 0.12);
  background: #fff;
  display: block;
  line-height: 1.5;
  position: relative;
  cursor: default;
}
.lx-notification-notice-head {
  display: flex;
  align-items: flex-start;
}
.lx-notification-notice-head-state,
.lx-notification-notice-head-ico {
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  vertical-align: middle;
}
.lx-notification-notice-head-state {
  margin-right: 0.04rem;
  margin-top: 0.04rem;
}
.lx-notification-notice-head-title {
  font-size: 0.16rem;
  flex: 1 1;
}
.lx-notification-notice-head-code {
  margin-left: 0.12rem;
  font-size: 0.12rem;
  color: rgba(28, 36, 46, 0.45);
}
.lx-notification-notice-head-count-down {
  animation: lxFadeIn 0.5s;
}
.lx-notification-notice-head-extra {
  width: 0.2rem;
  height: 0.2rem;
  text-align: center;
}
.lx-notification-notice-head-extra .lx-notification-notice-head-ico {
  cursor: pointer;
  border-radius: 0.1rem;
  animation: lxFadeIn 0.5s;
  transition: transform 0.5s;
}
.lx-notification-notice-head-extra .lx-notification-notice-head-ico:hover {
  transform: rotate(180deg);
}
.lx-notification-notice-head-title + .lx-notification-notice-head-extra {
  margin-left: 0.2rem;
}
.lx-notification-notice-content {
  color: rgba(28, 36, 46, 0.85);
  font-size: 0.14rem;
  line-height: 0.22rem;
  word-break: break-all;
}
.lx-notification-notice-content.max-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.lx-notification-notice-head + .lx-notification-notice-content,
.lx-notification-notice-content + .lx-notification-notice-content {
  margin-top: 0.08rem;
}
.lx-notification-notice-head + .lx-notification-notice-footer,
.lx-notification-notice-content + .lx-notification-notice-footer {
  margin-top: 0.14rem;
}
.lx-notification-notice-footer {
  text-align: right;
}
.lx-notification-notice-footer a {
  display: inline-block;
  padding: 0.02rem 0.04rem;
  border-radius: 0.02rem;
  margin-left: 0.08rem;
}
.lx-notification-notice-footer a:hover {
  opacity: 0.9;
}
.lx-notification-notice-footer-btn-ghost {
  color: #4477EE !important;
  border: 1px solid #4477EE;
}
.lx-notification-notice-footer-btn-ghost.lx-notification-btn-disabled {
  border-color: rgba(28, 36, 46, 0.25) !important;
}
.lx-notification-notice-footer-btn-primary {
  color: #fff !important;
  background-color: #4477EE;
  border: 1px solid #4477EE;
}
.lx-notification-btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.lx-notification-btn-disabled,
.lx-notification-btn-disabled:hover {
  color: rgba(28, 36, 46, 0.25) !important;
  background-color: white !important;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/assets/es/error/errorDisplay/Web/Drawer/Drawer.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes lxFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lxFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxMoveOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxMoveClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxmModalOpen {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lxmModalClose {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes lxmModalMaskClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxmDrawerOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxmDrawerClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxCloseRotate {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
.lx-drawer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  pointer-events: none;
  overflow: hidden;
}
.lx-drawer.opening .lx-drawer-container {
  animation: lxMoveOpen 0.3s;
}
.lx-drawer.closeing .lx-drawer-container {
  animation: lxMoveClose 0.3s;
  animation-fill-mode: forwards;
}
.lx-drawer.opening .lx-drawer-mask {
  animation: lxFateIn 0.3s;
  animation-fill-mode: forwards;
}
.lx-drawer.opening .lx-drawer-mask {
  animation: lxFateOut 0.3s;
  animation-fill-mode: forwards;
}
.lx-drawer-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  overflow: hidden;
  pointer-events: auto;
}
.lx-drawer-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 8rem;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: auto;
  transition: all 0.3s;
}
.lx-drawer-container.error .lx-drawer-head,
.lx-drawer-container.red .lx-drawer-head {
  background-color: #fa7570;
  border-color: #fa7570;
  color: #fff;
}
.lx-drawer-container.error .lx-drawer-body {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.lx-drawer-container.error .lx-drawer-code-desc {
  padding: 0.12rem 0.2rem;
  overflow-y: auto;
  flex: 1 1;
  font-size: 0.12rem;
  color: rgba(28, 36, 46, 0.75);
}
.lx-drawer-container.purple .lx-drawer-head {
  background-color: #9747ff;
  border-color: #9747ff;
  color: #fff;
}
.lx-drawer-container.blue .lx-drawer-head {
  background-color: #47e;
  border-color: #47e;
  color: #fff;
}
.lx-drawer-head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e7e8ea;
}
.lx-drawer-head-title {
  flex: 1 1;
}
.lx-drawer-head-close {
  width: 0.16rem;
  height: 0.16rem;
  display: flex;
  vertical-align: middle;
  cursor: pointer;
}
.lx-drawer-head-title + .lx-drawer-head-extra {
  margin-left: 0.16rem;
}
.lx-drawer-head,
.lx-drawer-body,
.lx-drawer-footer {
  padding: 0.12rem 0.2rem;
}
.lx-drawer-body {
  color: rgba(28, 36, 46, 0.75);
  flex: 1 1;
  overflow-y: auto;
  cursor: default;
}
.lx-drawer-group-item + .lx-drawer-group-item {
  margin-top: 0.2rem;
}
.lx-drawer-group-item-head {
  padding: 0.1rem 0.12rem;
}
.lx-drawer-group-item-body {
  padding: 0.16rem 0.12rem;
}
.lx-drawer-group-item-head {
  font-size: 0.16rem;
  font-weight: 500;
  color: #1c242e;
  background-color: #f9f9f9;
}
.lx-drawer-group-item-body {
  font-size: 0.12rem;
  color: rgba(28, 36, 46, 0.55);
}
.lx-drawer-group-article + .lx-drawer-group-article {
  margin-top: 0.2rem;
  padding-top: 0.2rem;
  border-top: 1px solid #f0f0f0;
}
.lx-drawer-group-article {
  color: rgba(28, 36, 46, 0.75);
}
.lx-drawer-group-article-title {
  font-size: 0.13rem;
  color: #1c242e;
  font-weight: 500;
}
.lx-drawer-group-article-author {
  font-size: 0.12rem;
  color: rgba(28, 36, 46, 0.25);
}
.lx-drawer-group-article-content {
  color: rgba(28, 36, 46, 0.55);
  font-size: 0.12rem;
}
.lx-drawer-group-article-author + .lx-drawer-group-article-content,
.lx-drawer-group-article-title + .lx-drawer-group-article-content {
  margin-top: 0.08rem;
}
.lx-drawer-group-article-extra {
  float: right;
}
.lx-drawer-code-tabs {
  flex: 1 1;
}
.lx-drawer-code-tabs.full {
  height: 100%;
  flex: 2 1;
  display: flex;
  flex-direction: column;
}
.lx-drawer-code-tabs-head {
  position: relative;
  background-color: #fafafa;
  height: 0.4rem;
  padding: 0 0.2rem;
  display: flex;
  align-items: center;
}
.lx-drawer-code-tabs-head-item {
  position: relative;
  color: rgba(28, 36, 46, 0.75);
  height: 0.4rem;
  margin-right: 0.3rem;
  text-align: center;
  line-height: 0.4rem;
  cursor: pointer;
}
.lx-drawer-code-tabs-head-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0.02rem;
  transition: all 0.3s;
  background-color: #47e;
}
.lx-drawer-code-tabs-head-item.active {
  color: #47e;
}
.lx-drawer-code-tabs-head-item.active::before {
  width: 100%;
}
.lx-drawer-code-tabs-control {
  position: absolute;
  left: 50%;
  top: -0.08rem;
  cursor: pointer;
  transform: translateX(-50%);
  width: 0.64rem;
  height: 0.16rem;
  line-height: 0.16rem;
  background: #e5e5e5;
  border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
  text-align: center;
  z-index: 2;
}
.lx-drawer-code-tabs-control-icon {
  width: 0.12rem;
  height: 0.12rem;
  color: rgba(28, 36, 46, 0.25);
  display: inline-block;
  vertical-align: middle;
}
.lx-drawer-code-tabs-control-icon.flip {
  transform: rotate(-180deg);
  transition: all 0.3s;
}
.lx-drawer-code-tabs-body {
  padding: 0.16rem 0.2rem;
  overflow: auto;
}
.lx-drawer-code-tabs-body img {
  max-width: 100%;
}
.lx-drawer-err-item {
  background: #fafafa;
  padding: 0.08rem 0.16rem;
  border-radius: 0.04rem;
  margin-bottom: 0.16rem;
}
.lx-drawer-err-item-head {
  display: flex;
  align-items: center;
}
.lx-drawer-err-item-head-title {
  margin-right: 0.08rem;
}
.lx-drawer-err-item-head-cell {
  flex: 1 1;
}
.lx-drawer-err-item-head-extra {
  margin-left: 0.08rem;
  user-select: none;
}
.lx-drawer-err-item-head-extra-arrow {
  height: 0.12rem;
  width: 0.12rem;
  position: relative;
  top: -1px;
  left: 0.02rem;
  transition: transform 0.3s;
}
.lx-drawer-err-item-head-extra-arrow.lx-icon-up {
  transform: rotate(-180deg);
}
.lx-drawer-err-item.red .lx-drawer-err-item-head-title {
  color: #fa7570;
}
.lx-drawer-err-item.red .lx-drawer-err-item-head-title a {
  color: #fa7570;
}
.lx-drawer-err-item.purple .lx-drawer-err-item-head-title {
  color: #9747ff;
}
.lx-drawer-err-item.purple .lx-drawer-err-item-head-title a {
  color: #9747ff;
}
.lx-drawer-err-item.blue .lx-drawer-err-item-head-title {
  color: #47e;
}
.lx-drawer-err-item.blue .lx-drawer-err-item-head-title a {
  color: #47e;
}
.lx-drawer-err-item-head + .lx-drawer-err-item-body {
  margin-top: 0.04rem;
}
.lx-drawer-err-item-head {
  color: rgba(28, 36, 46, 0.75);
}
.lx-drawer-err-item-body {
  color: rgba(28, 36, 46, 0.75);
}
.lx-drawer-err-item-body-subcontent {
  border-top: 1px solid #f0f0f0;
  margin-top: 0.06rem;
  padding: 0.04rem 0;
  animation: lxFadeIn 0.3s;
}
.lx-drawer-err-item-body-jump {
  font-size: 0.12rem;
  animation: lxFadeIn 0.3s;
}
.lx-drawer-footer {
  text-align: right;
  border-top: 1px solid #e7e8ea;
}
.lx-drawer-empty {
  text-align: center;
  color: rgba(28, 36, 46, 0.45);
}
.lx-drawer-article dt {
  margin-bottom: 0.06rem;
  font-weight: 600;
}
.lx-drawer-article li,
.lx-drawer-article p {
  line-height: 0.3rem;
  padding: 0.02rem 0;
  margin: 0;
}
.lx-drawer-article section {
  padding: 0.06rem;
  background-color: rgba(161, 161, 161, 0.15);
  border-radius: 0.04rem;
}
.lx-drawer-sub-title {
  background-color: rgba(28, 36, 46, 0.04);
  color: rgba(28, 36, 46, 0.55);
  height: 0.32rem;
  line-height: 0.32rem;
  padding: 0 0.16rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 0.12rem;
}
.lx-drawer-btn {
  display: inline-block;
  padding: 0 0.15rem;
  border: 1px solid rgba(28, 36, 46, 0.15);
  border-radius: 0.04rem;
  height: 0.32rem;
  line-height: 0.3rem;
  color: #1c242e;
}
.lx-drawer-btn:hover {
  border-color: #709efa;
  color: #709efa;
}
.lx-drawer-btn-disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.lx-drawer-btn-disabled,
.lx-drawer-btn-disabled:hover,
.lx-drawer-btn-disabled:focus,
.lx-drawer-btn-disabled:active {
  border-color: #e5e5e5 !important;
  color: rgba(28, 36, 46, 0.65) !important;
  background-color: #e5e5e5 !important;
  opacity: 1;
}
.lx-drawer-btn.lx-drawer-btn-primary {
  color: #4477ee;
  background-color: #4477ee;
}
.lx-drawer-btn.lx-drawer-btn-primary,
.lx-drawer-btn.lx-drawer-btn-primary:hover {
  color: white;
}
.lx-drawer-btn.lx-drawer-btn-primary:hover {
  border-color: #709efa;
  background-color: #709efa;
}
.lx-drawer-footer .lx-drawer-btn {
  margin-left: 0.08rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/assets/es/error/errorDisplay/Mobile/Modal/Modal.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes lxFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lxFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxMoveOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxMoveClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxmModalOpen {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lxmModalClose {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes lxmModalMaskClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxmDrawerOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxmDrawerClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxCloseRotate {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
.lxm-modal-wraper,
.lxm-modal-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.lxm-modal-wraper {
  z-index: 9999;
}
.lxm-modal-close-move .lxm-modal-main {
  animation: lxmModalClose 0.3s;
  animation-fill-mode: forwards;
}
.lxm-modal-close-move .lxm-modal-mask {
  animation: lxmModalMaskClose 0.3s;
  animation-fill-mode: forwards;
}
.lxm-modal-mask {
  background-color: rgba(0, 0, 0, 0.75);
}
.lxm-modal-container {
  position: absolute;
  display: flex;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0.8rem;
  overflow-y: auto;
}
.lxm-modal-main {
  position: relative;
  margin: auto;
  padding: 0.4rem;
  padding-top: 0;
  max-width: 11.4rem;
  min-width: 5.7rem;
  background-color: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
  animation: lxmModalOpen 0.3s;
}
.lxm-modal-main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 3.2rem;
  background: linear-gradient(180deg, #c8d9ff 0%, rgba(220, 231, 250, 0) 100%);
}
.lxm-modal-ico,
.lxm-modal-title,
.lxm-modal-subtitle,
.lxm-modal-content,
.lxm-modal-footer {
  position: relative;
  z-index: 2;
}
.lxm-modal-ico {
  margin: 0 auto 0.16rem auto;
}
.lxm-modal-ico,
.lxm-modal-ico img {
  display: block;
  width: 2rem;
  height: 2rem;
}
.lxm-modal-title,
.lxm-modal-subtitle {
  text-align: center;
  line-height: 0.48rem;
}
.lxm-modal-title {
  font-size: 0.36rem;
  font-weight: 500;
  color: #1c242e;
}
.lxm-modal-subtitle {
  font-size: 0.24rem;
  color: rgba(28, 36, 46, 0.25);
}
.lxm-modal-content {
  position: relative;
  margin-top: 0.32rem;
  max-height: 4rem;
  color: rgba(28, 36, 46, 0.75);
  overflow-y: auto;
  line-height: 0.46rem;
}
.lxm-modal-footer {
  margin-top: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lxm-modal-footer .lxm-modal-btn {
  flex: 1 1;
}
.lxm-modal-btn {
  cursor: pointer;
  height: 0.72rem;
  line-height: 0.72rem;
  text-align: center;
  color: #1c242e;
  border-radius: 0.2rem;
}
.lxm-modal-btn + .lxm-modal-btn {
  margin-left: 0.4rem;
}
.lxm-modal-def-btn {
  color: #1c242e;
  background: #f7f7f7;
}
.lxm-modal-prm-btn {
  color: #fff;
  background: linear-gradient(307deg, #47e 0%, #80d1ff 100%);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/assets/es/error/errorDisplay/Mobile/Drawer/Drawer.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes lxFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes lxFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxMoveOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxMoveClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxmModalOpen {
  from {
    transform: scale(0.6);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes lxmModalClose {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes lxmModalMaskClose {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes lxmDrawerOpen {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lxmDrawerClose {
  from {
    transform: translateX(0);
    opacity: 1;
  }
  to {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes lxCloseRotate {
  form {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}
.lxm-drawer-wraper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9999;
  overflow: hidden;
}
.lxm-drawer-close-move .lxm-drawer-container {
  animation: lxmDrawerClose 0.3s;
  animation-fill-mode: forwards;
}
.lxm-drawer-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  animation: lxmDrawerOpen 0.3s;
}
.lxm-drawer-header {
  display: flex;
  align-items: center;
  height: 0.88rem;
  background-color: #f6f8fa;
}
.lxm-drawer-header-close {
  width: 0.48rem;
  height: 0.48rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.lxm-drawer-header-extend {
  width: 1.6rem;
  padding: 0 0.4rem;
}
.lxm-drawer-header-title {
  flex: 1 1;
  text-align: center;
  font-size: 0.36rem;
  font-weight: 500;
  color: #1c242e;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lxm-drawer-tabs {
  padding: 0.16rem 0.4rem;
  background-color: #f6f8fa;
}
.lxm-drawer-tabs-row {
  background: #f0f0f0;
  border-radius: 0.16rem;
  padding: 0.08rem;
  display: flex;
  align-items: center;
}
.lxm-drawer-tabs-row .lxm-drawer-tabs-btn {
  color: #1c242e;
  text-align: center;
  padding: 0.08rem;
  font-size: 0.28rem;
  flex: 1 1;
  border-radius: 0.16rem;
  cursor: pointer;
}
.lxm-drawer-tabs-row .lxm-drawer-tabs-btn.active {
  background-color: #fff;
  font-weight: 500;
  box-shadow: 0 0.02rem 0.12rem -0.08rem rgba(28, 36, 46, 0.15);
}
.lxm-drawer-main {
  border-top: 1px solid #f0f0f0;
  flex: 1 1;
  background-color: #fff;
  overflow-y: auto;
}
.lxm-drawer-content {
  padding: 0.4rem;
}
.lxm-drawer-content-head {
  margin-bottom: 0.4rem;
}
.lxm-drawer-content-head-title {
  font-size: 0.42rem;
  font-weight: 500;
  color: #1c242e;
}
.lxm-drawer-content-head-author {
  font-size: 0.26rem;
  color: rgba(28, 36, 46, 0.45);
}
.lxm-drawer-content-body {
  font-size: 0.3rem;
  color: rgba(28, 36, 46, 0.75);
}
.lxm-drawer-content-body dt {
  font-size: 0.34rem;
  font-weight: 500;
  margin-top: 0.6rem;
}
.lxm-drawer-content-body dd {
  padding: 0.16rem 0;
  margin: 0;
  font-size: 0.3rem;
}
.lxm-drawer-content-body ol,
.lxm-drawer-content-body ul {
  padding: 0;
  margin: 0;
}
.lxm-drawer-content-body ol,
.lxm-drawer-content-body ul {
  list-style: inside inside;
}
.lxm-drawer-content-body li,
.lxm-drawer-content-body p {
  line-height: 0.48rem;
  letter-spacing: 1px;
  margin: 0.08rem 0;
}
.lxm-drawer-list {
  padding: 0 0.4rem;
}
.lxm-drawer-list-item {
  padding: 0.16rem 0;
  border-bottom: 1px solid #f0f0f0;
}
.lxm-drawer-list-item.purple .lxm-drawer-list-item-dt-title {
  color: #9747ff;
}
.lxm-drawer-list-item.blue .lxm-drawer-list-item-dt-title {
  color: #47e;
}
.lxm-drawer-list-item.red .lxm-drawer-list-item-dt-title {
  color: #fa7570;
}
.lxm-drawer-list-item-dt {
  display: flex;
}
.lxm-drawer-list-item-dt-title {
  flex: 1 1;
  font-size: 0.28rem;
  font-weight: 500;
}
.lxm-drawer-list-item-dt-extra {
  font-size: 0.24rem;
  color: rgba(28, 36, 46, 0.45);
}
.lxm-drawer-list-item-dt-title + .lxm-drawer-list-item-dt-extra {
  margin-left: 0.16rem;
}
.lxm-drawer-list-item-dd {
  font-size: 0.24rem;
  color: rgba(28, 36, 46, 0.75);
}
.lxm-drawer-empty {
  padding: 0.4rem;
  text-align: center;
  color: rgba(28, 36, 46, 0.45);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd-mobile-v2/dist/antd-mobile.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.am-accordion {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion {
    border-top: none;
  }
  html:not([data-scale]) .am-accordion::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion::before {
    transform: scaleY(0.33);
  }
}
.am-accordion-anim-active {
  transition: all 0.2s ease-out;
}
.am-accordion .am-accordion-item .am-accordion-header {
  position: relative;
  color: #000;
  font-size: 0.34rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background-color: #fff;
  box-sizing: content-box;
  padding-left: 0.3rem;
  padding-right: 0.6rem;
  border-bottom: 1PX solid #ddd;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-header::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-header i {
  position: absolute;
  display: block;
  top: 0.3rem;
  right: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.am-accordion .am-accordion-item .am-accordion-header[aria-expanded~="true"] i {
  transform: rotate(270deg);
}
.am-accordion .am-accordion-item .am-accordion-content {
  overflow: hidden;
  background: #fff;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
  font-size: 0.3rem;
  color: #333;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box {
    border-bottom: none;
  }
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box::after {
    transform: scaleY(0.33);
  }
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body {
  border-top: 0;
}
.am-accordion .am-accordion-item .am-accordion-content .am-accordion-content-box .am-list-body:before {
  display: none !important;
}
.am-accordion .am-accordion-item .am-accordion-content.am-accordion-content-inactive {
  display: none;
}
.am-action-sheet-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.am-action-sheet-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
}
.am-action-sheet-mask-hidden {
  display: none;
}
.am-action-sheet-close {
  display: none;
}
.am-action-sheet {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-action-sheet.am-action-sheet-share {
  background-color: #f2f2f2;
}
.am-action-sheet-title,
.am-action-sheet-message {
  margin: 0.3rem auto;
  padding: 0 0.3rem;
  text-align: center;
}
.am-action-sheet-title {
  font-size: 0.34rem;
}
.am-action-sheet-message {
  color: #888;
  font-size: 0.28rem;
}
.am-action-sheet-button-list {
  text-align: center;
  color: #000;
}
.am-action-sheet-button-list-item {
  font-size: 0.36rem;
  padding: 0 0.16rem;
  margin: 0;
  position: relative;
  height: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list-item {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list-item::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list-item::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-button-list-item.am-action-sheet-button-list-item-active {
  background-color: #ddd;
}
.am-action-sheet-button-list-badge {
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-action-sheet-button-list-badge .am-badge {
  margin-left: 0.16rem;
  flex-shrink: 0;
}
.am-action-sheet-button-list-item-content {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button {
  padding-top: 0.12rem;
  position: relative;
}
.am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.12rem;
  background-color: #e7e7ed;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask {
    border-bottom: none;
  }
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-button-list .am-action-sheet-cancel-button-mask::after {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-button-list .am-action-sheet-destructive-button {
  color: #f4333c;
}
.am-action-sheet-share-list {
  display: flex;
  position: relative;
  border-top: 1PX solid #ddd;
  padding: 0.42rem 0 0.42rem 0.3rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-share-list {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-share-list::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-share-list::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-share-list-item {
  flex: none;
  margin: 0 0.24rem 0 0;
}
.am-action-sheet-share-list-item-icon {
  margin-bottom: 0.18rem;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #fff;
  border-radius: 0.06rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.am-action-sheet-share-list-item-title {
  color: #888;
  font-size: 0.2rem;
  text-align: center;
}
.am-action-sheet-share-cancel-button {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  background-color: #fff;
  color: #000;
  font-size: 0.36rem;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-action-sheet-share-cancel-button {
    border-top: none;
  }
  html:not([data-scale]) .am-action-sheet-share-cancel-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-action-sheet-share-cancel-button::before {
    transform: scaleY(0.33);
  }
}
.am-action-sheet-share-cancel-button.am-action-sheet-share-cancel-button-active {
  background-color: #ddd;
}
.am-activity-indicator {
  display: flex;
  align-items: center;
  z-index: 99;
}
.am-activity-indicator-spinner {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-2.125%20-1.875%2064%2064%22%3E%3Cpath%20fill%3D%22%23CCC%22%20d%3D%22M29.875-1.875c-17.673%200-32%2014.327-32%2032s14.327%2032%2032%2032%2032-14.327%2032-32-14.327-32-32-32zm0%2060.7c-15.85%200-28.7-12.85-28.7-28.7s12.85-28.7%2028.7-28.7%2028.7%2012.85%2028.7%2028.7-12.85%2028.7-28.7%2028.7z%22%2F%3E%3Cpath%20fill%3D%22%23108ee9%22%20d%3D%22M61.858%2030.34c.003-.102.008-.203.008-.305%200-11.43-5.996-21.452-15.01-27.113l-.013.026c-.24-.137-.515-.22-.81-.22-.912%200-1.65.738-1.65%201.65%200%20.654.384%201.215.937%201.482%207.963%205.1%2013.247%2014.017%2013.247%2024.176%200%20.147-.01.293-.01.44h.022c0%20.01-.004.02-.004.03%200%20.91.74%201.65%201.65%201.65s1.65-.74%201.65-1.65c0-.06-.012-.112-.018-.167z%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  animation: spinner-anime 1s linear infinite;
}
.am-activity-indicator-tip {
  font-size: 0.28rem;
  margin-left: 0.16rem;
  color: #000;
  opacity: 0.4;
}
.am-activity-indicator.am-activity-indicator-toast {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 1999;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-spinner {
  margin: 0;
}
.am-activity-indicator.am-activity-indicator-toast .am-activity-indicator-toast {
  display: inline-block;
  position: relative;
  top: 0.08rem;
}
.am-activity-indicator-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.3rem 0.3rem;
  border-radius: 0.14rem;
  background-clip: padding-box;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  font-size: 0.3rem;
  line-height: 0.4rem;
}
.am-activity-indicator-spinner-lg {
  width: 0.64rem;
  height: 0.64rem;
}
@keyframes spinner-anime {
  100% {
    transform: rotate(360deg);
  }
}
.am-badge {
  position: relative;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
.am-badge-text {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -0.12rem;
  height: 0.36rem;
  line-height: 0.36rem;
  min-width: 0.36rem / 2;
  border-radius: 0.24rem;
  padding: 0 0.1rem;
  text-align: center;
  font-size: 0.24rem;
  color: #fff;
  background-color: #ff5b05;
  white-space: nowrap;
  transform: translateX(-45%);
  transform-origin: -10% center;
  z-index: 10;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1", SimSun, sans-serif;
}
.am-badge-text a {
  color: #fff;
}
.am-badge-text p {
  margin: 0;
  padding: 0;
}
.am-badge-hot .am-badge-text {
  background-color: #f96268;
}
.am-badge-dot {
  position: absolute;
  transform: translateX(-50%);
  transform-origin: 0 center;
  top: -0.08rem;
  height: 0.16rem;
  width: 0.16rem;
  border-radius: 100%;
  background: #ff5b05;
  z-index: 10;
}
.am-badge-dot-large {
  height: 0.32rem;
  width: 0.32rem;
}
.am-badge-not-a-wrapper .am-badge-text,
.am-badge-not-a-wrapper .am-badge-dot {
  top: auto;
  display: block;
  position: relative;
  transform: translateX(0);
}
.am-badge-corner {
  width: 1.6rem;
  padding: 0.16rem;
  position: absolute;
  right: -0.64rem;
  top: 0.16rem;
  background-color: #ff5b05;
  color: #fff;
  white-space: nowrap;
  transform: rotate(45deg);
  text-align: center;
  font-size: 0.3rem;
}
.am-badge-corner-wrapper {
  overflow: hidden;
}
.am-button {
  display: block;
  outline: 0 none;
  -webkit-appearance: none;
  box-sizing: border-box;
  padding: 0;
  text-align: center;
  font-size: 0.36rem;
  height: 0.94rem;
  line-height: 0.94rem;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  white-space: nowrap;
  color: #000;
  background-color: #fff;
  border: 1PX solid #ddd;
  border-radius: 0.1rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-borderfix:before {
  transform: scale(0.49) !important;
}
.am-button.am-button-active {
  background-color: #ddd;
}
.am-button.am-button-disabled {
  color: rgba(0, 0, 0, 0.3);
  opacity: 0.6;
}
.am-button-primary {
  color: #fff;
  background-color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 0.1rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-primary {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-primary::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-primary.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #0e80d2;
}
.am-button-primary.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-ghost {
  color: #108ee9;
  background-color: transparent;
  border: 1PX solid #108ee9;
  border-radius: 0.1rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-active {
  color: rgba(16, 142, 233, 0.6);
  background-color: transparent;
  border: 1PX solid rgba(16, 142, 233, 0.6);
  border-radius: 0.1rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(16, 142, 233, 0.6);
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-ghost.am-button-disabled {
  color: rgba(0, 0, 0, 0.1);
  border: 1PX solid rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  opacity: 1;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-button-ghost.am-button-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-button-ghost.am-button-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid rgba(0, 0, 0, 0.1);
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-button-warning {
  color: #fff;
  background-color: #e94f4f;
}
.am-button-warning.am-button-active {
  color: rgba(255, 255, 255, 0.3);
  background-color: #d24747;
}
.am-button-warning.am-button-disabled {
  color: rgba(255, 255, 255, 0.6);
  opacity: 0.4;
}
.am-button-inline {
  display: inline-block;
  padding: 0 0.3rem;
}
.am-button-inline.am-button-icon {
  display: inline-flex;
}
.am-button-small {
  font-size: 0.26rem;
  height: 0.6rem;
  line-height: 0.6rem;
  padding: 0 0.3rem;
}
.am-button-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-button > .am-button-icon {
  margin-right: 0.5em;
}
.am-calendar .animate {
  animation-duration: 0.3s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-calendar .fade-enter {
  animation-name: fadeIn;
}
.am-calendar .fade-leave {
  animation-name: fadeOut;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    transform: translateZ(0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateZ(0);
    visibility: visible;
  }
  to {
    transform: translate3d(100%, 0, 0);
  }
}
.am-calendar .slideV-enter {
  animation-name: slideInUp;
}
.am-calendar .slideV-leave {
  animation-name: slideInDown;
}
.am-calendar .slideH-enter {
  animation-name: slideInLeft;
}
.am-calendar .slideH-leave {
  animation-name: slideInRight;
}
.am-calendar .mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
}
.am-calendar .content {
  position: fixed;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
}
.am-calendar .header {
  margin: 0.1rem;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.am-calendar .header .title {
  text-align: center;
  width: 100%;
  font-size: 0.32rem;
  font-weight: bold;
}
.am-calendar .header .left {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  height: 0.48rem;
  left: 0.1rem;
  top: 0.1rem;
  color: #068EEF;
}
.am-calendar .header .right {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.16rem;
  height: 0.48rem;
  right: 0.1rem;
  top: 0.1rem;
  color: #068EEF;
  font-size: 0.28rem;
}
.am-calendar .timePicker {
  border-top: 1PX #ccc solid;
}
.am-calendar .week-panel {
  background: #fff;
  display: flex;
  flex-shrink: 0;
  padding: 0 0.04rem;
  border-bottom: 1PX #ddd solid;
}
.am-calendar .week-panel .cell {
  height: 0.48rem;
  display: flex;
  width: 100/7%;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 0.28rem;
}
.am-calendar .week-panel .cell-grey {
  color: #bbb;
}
.am-calendar .date-picker {
  display: flex;
  flex-direction: column;
  background: #eee;
  padding-bottom: env(safe-area-inset-bottom);
  flex: 1 1;
  min-height: 0;
}
.am-calendar .date-picker .wrapper {
  height: auto;
  position: relative;
  flex: 1 1;
  min-height: 0;
}
.am-calendar .date-picker .months {
  background: #fff;
}
.am-calendar .date-picker .load-tip {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  left: 0;
  right: 0;
  padding: 0.2rem 0;
  top: -0.8rem;
  color: #bbb;
}
.am-calendar .confirm-panel {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background: #f7f7f7;
  padding: 0.16rem 0.3rem;
  border-top: #ddd 1PX solid;
}
.am-calendar .confirm-panel .info {
  font-size: 0.24rem;
}
.am-calendar .confirm-panel .info p {
  margin: 0;
}
.am-calendar .confirm-panel .info p + p {
  margin-top: 0.16rem;
}
.am-calendar .confirm-panel .info .grey {
  color: #bbb;
}
.am-calendar .confirm-panel .button {
  text-align: center;
  width: 1.6rem;
  margin: 0 0 0 auto;
  padding: 0.16rem 0;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.36rem;
  background: #108ee9;
}
.am-calendar .confirm-panel .button-disable {
  color: #bbb;
  background: #ddd;
}
.am-calendar .confirm-panel .button-full {
  width: 100%;
  text-align: center;
}
.am-calendar .time-picker {
  flex-shrink: 0;
  text-align: center;
  background: #fff;
}
.am-calendar .time-picker .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 0.88rem;
  font-size: 0.32rem;
  border-top: 1PX #ddd solid;
  border-bottom: 1PX #ddd solid;
}
.am-calendar .single-month {
  padding: 0;
}
.am-calendar .single-month .month-title {
  margin: 0;
  padding: 0.42rem 0 0.12rem 0.3rem;
}
.am-calendar .single-month .row {
  display: flex;
  align-items: baseline;
}
.am-calendar .single-month .row .cell {
  display: flex;
  flex-direction: column;
  width: 100/7%;
  justify-content: center;
  align-items: center;
}
.am-calendar .single-month .row .cell .date-wrapper {
  display: flex;
  height: 0.7rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.04rem;
}
.am-calendar .single-month .row .cell .date-wrapper .date {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  color: #000;
  font-size: 0.34rem;
  font-weight: bold;
}
.am-calendar .single-month .row .cell .date-wrapper .disable {
  color: #bbb;
  background: #eee;
  border: none;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .grey {
  color: #bbb;
}
.am-calendar .single-month .row .cell .date-wrapper .important {
  border: 1PX #ddd solid;
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .left,
.am-calendar .single-month .row .cell .date-wrapper .right {
  border: none;
  width: 100%;
  height: 0.7rem;
}
.am-calendar .single-month .row .cell .date-wrapper .date-selected {
  border: none;
  background: #108ee9;
  color: #fff;
  font-size: 0.34rem;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-start {
  border-radius: 100% 0 0 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-single {
  border-radius: 100%;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-middle {
  border-radius: 0;
}
.am-calendar .single-month .row .cell .date-wrapper .selected-end {
  border-radius: 0 100% 100% 0;
}
.am-calendar .single-month .row .cell .info {
  height: 0.25rem;
  width: 100%;
  padding: 0 0.1rem;
  font-size: 0.2rem;
  color: #888;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.am-calendar .single-month .row .cell .date-selected {
  color: #108ee9;
}
.am-calendar .single-month .row + .row {
  margin-top: 0.12rem;
}
.am-calendar .single-month .row-xl + .row-xl {
  margin-top: 0.42rem;
}
.am-calendar .shortcut-panel {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.6rem;
  border-top: #ddd 1PX solid;
  height: 0.84rem;
}
.am-calendar .shortcut-panel .item {
  display: inline-block;
  color: #108ee9;
  font-size: 0.32rem;
}
.am-card {
  min-height: 1.92rem;
  padding-bottom: 0.12rem;
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.am-card:not(.am-card-full) {
  border: 1PX solid #ddd;
  border-radius: 0.1rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card:not(.am-card-full) {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-card:not(.am-card-full)::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.2rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-card.am-card-full {
  position: relative;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card.am-card-full {
    border-top: none;
  }
  html:not([data-scale]) .am-card.am-card-full::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card.am-card-full::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card.am-card-full {
    border-bottom: none;
  }
  html:not([data-scale]) .am-card.am-card-full::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card.am-card-full::after {
    transform: scaleY(0.33);
  }
}
.am-card-header {
  display: flex;
  align-items: center;
  font-size: 0.34rem;
  padding: 0.18rem 0.3rem;
}
.am-card-header-content {
  flex: 1 1;
  text-align: left;
  color: #000;
  display: flex;
  align-items: center;
}
.am-card-header-content img {
  margin-right: 0.1rem;
}
.am-card-header-extra {
  flex: 1 1;
  text-align: right;
  font-size: 0.34rem;
  color: #888;
}
.am-card-body {
  position: relative;
  border-top: 1PX solid #ddd;
  padding: 0.3rem 0.3rem 0.12rem;
  font-size: 0.3rem;
  color: #333;
  min-height: 0.8rem;
  flex: 1 1;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-card-body {
    border-top: none;
  }
  html:not([data-scale]) .am-card-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-card-body::before {
    transform: scaleY(0.33);
  }
}
.am-card-footer {
  font-size: 0.28rem;
  color: #888;
  padding: 0 0.3rem;
  display: flex;
}
.am-card-footer-content {
  flex: 1 1;
}
.am-card-footer-extra {
  flex: 1 1;
  text-align: right;
}
.am-carousel {
  position: relative;
}
.am-carousel-wrap {
  font-size: 0.36rem;
  color: #000;
  background: none;
  text-align: center;
  zoom: 1;
  width: 100%;
}
.am-carousel-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-carousel-wrap-dot > span {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.06rem;
  border-radius: 50%;
  background: #ccc;
}
.am-carousel-wrap-dot-active > span {
  background: #888;
}
.am-checkbox {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.42rem;
  height: 0.42rem;
}
.am-checkbox-inner {
  position: absolute;
  right: 0;
  width: 0.42rem;
  height: 0.42rem;
  border: 0.02rem solid #ccc;
  border-radius: 50%;
  transform: rotate(0deg);
  box-sizing: border-box;
}
.am-checkbox-inner:after {
  position: absolute;
  display: none;
  top: 0.03rem;
  right: 0.12rem;
  z-index: 999;
  width: 0.1rem;
  height: 0.22rem;
  border-style: solid;
  border-width: 0 0.02rem 0.02rem 0;
  content: '\0020';
  transform: rotate(45deg);
}
.am-checkbox-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
          appearance: none;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner {
  border-color: #108ee9;
  background: #108ee9;
}
.am-checkbox.am-checkbox-checked .am-checkbox-inner:after {
  display: block;
  border-color: #fff;
}
.am-checkbox.am-checkbox-disabled {
  opacity: 0.3;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner {
  border-color: #888;
  background: none;
}
.am-checkbox.am-checkbox-disabled.am-checkbox-checked .am-checkbox-inner:after {
  border-color: #888;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb {
  width: 0.42rem;
  height: 0.42rem;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.88rem;
}
.am-list .am-list-item.am-checkbox-item .am-list-thumb .am-checkbox-inner {
  left: 0.3rem;
  top: 0.24rem;
}
.am-list .am-list-item.am-checkbox-item.am-checkbox-item-disabled .am-list-content {
  color: #bbb;
}
.am-checkbox-agree {
  position: relative;
  display: flex;
  align-items: stretch;
  margin-left: 0.3rem;
  padding-top: 0.18rem;
  padding-bottom: 0.18rem;
}
.am-checkbox-agree .am-checkbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
}
.am-checkbox-agree .am-checkbox-inner {
  left: 0;
  top: 0.24rem;
}
.am-checkbox-agree .am-checkbox-agree-label {
  display: inline-block;
  font-size: 0.3rem;
  color: #000;
  line-height: 1.5;
  margin-left: 0.6rem;
  margin-top: 1PX;
}
.am-drawer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.am-drawer-sidebar {
  z-index: 4;
  position: absolute;
  transition: transform 0.3s ease-out;
  will-change: transform;
  overflow-y: auto;
}
.am-drawer-draghandle {
  z-index: 1;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.1);
}
.am-drawer-overlay {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease-out;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-drawer-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  transition: left 0.3s ease-out, right 0.3s ease-out;
}
.am-drawer.am-drawer-left .am-drawer-sidebar,
.am-drawer.am-drawer-right .am-drawer-sidebar,
.am-drawer.am-drawer-left .am-drawer-draghandle,
.am-drawer.am-drawer-right .am-drawer-draghandle {
  top: 0;
  bottom: 0;
}
.am-drawer.am-drawer-left .am-drawer-draghandle,
.am-drawer.am-drawer-right .am-drawer-draghandle {
  width: 0.2rem;
  height: 100%;
}
.am-drawer.am-drawer-top .am-drawer-sidebar,
.am-drawer.am-drawer-bottom .am-drawer-sidebar,
.am-drawer.am-drawer-top .am-drawer-draghandle,
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  left: 0;
  right: 0;
}
.am-drawer.am-drawer-top .am-drawer-draghandle,
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  width: 100%;
  height: 0.2rem;
}
.am-drawer.am-drawer-left .am-drawer-sidebar {
  left: 0;
  transform: translateX(-100%);
}
.am-drawer-open.am-drawer.am-drawer-left .am-drawer-sidebar {
  box-shadow: 1PX 1PX 0.04rem rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-left .am-drawer-draghandle {
  left: 0;
}
.am-drawer.am-drawer-right .am-drawer-sidebar {
  right: 0;
  transform: translateX(100%);
}
.am-drawer-open.am-drawer.am-drawer-right .am-drawer-sidebar {
  box-shadow: -1PX 1PX 0.04rem rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-right .am-drawer-draghandle {
  right: 0;
}
.am-drawer.am-drawer-top .am-drawer-sidebar {
  top: 0;
  transform: translateY(-100%);
}
.am-drawer-open.am-drawer.am-drawer-top .am-drawer-sidebar {
  box-shadow: 1PX 1PX 0.04rem rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-top .am-drawer-draghandle {
  top: 0;
}
.am-drawer.am-drawer-bottom .am-drawer-sidebar {
  bottom: 0;
  transform: translateY(100%);
}
.am-drawer-open.am-drawer.am-drawer-bottom .am-drawer-sidebar {
  box-shadow: 1PX -1PX 0.04rem rgba(0, 0, 0, 0.15);
}
.am-drawer.am-drawer-bottom .am-drawer-draghandle {
  bottom: 0;
}
/* flexbox */
.am-flexbox {
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.am-flexbox.am-flexbox-dir-row {
  flex-direction: row;
}
.am-flexbox.am-flexbox-dir-row-reverse {
  flex-direction: row-reverse;
}
.am-flexbox.am-flexbox-dir-column {
  flex-direction: column;
}
.am-flexbox.am-flexbox-dir-column .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-dir-column-reverse {
  flex-direction: column-reverse;
}
.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-nowrap {
  flex-wrap: nowrap;
}
.am-flexbox.am-flexbox-wrap {
  flex-wrap: wrap;
}
.am-flexbox.am-flexbox-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.am-flexbox.am-flexbox-justify-start {
  justify-content: flex-start;
}
.am-flexbox.am-flexbox-justify-end {
  justify-content: flex-end;
}
.am-flexbox.am-flexbox-justify-center {
  justify-content: center;
}
.am-flexbox.am-flexbox-justify-between {
  justify-content: space-between;
}
.am-flexbox.am-flexbox-justify-around {
  justify-content: space-around;
}
.am-flexbox.am-flexbox-align-start {
  align-items: flex-start;
}
.am-flexbox.am-flexbox-align-end {
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-center {
  align-items: center;
}
.am-flexbox.am-flexbox-align-stretch {
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-baseline {
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-start {
  align-content: flex-start;
}
.am-flexbox.am-flexbox-align-content-end {
  align-content: flex-end;
}
.am-flexbox.am-flexbox-align-content-center {
  align-content: center;
}
.am-flexbox.am-flexbox-align-content-between {
  align-content: space-between;
}
.am-flexbox.am-flexbox-align-content-around {
  align-content: space-around;
}
.am-flexbox.am-flexbox-align-content-stretch {
  align-content: stretch;
}
.am-flexbox .am-flexbox-item {
  box-sizing: border-box;
  flex: 1 1;
  margin-left: 0.16rem;
  min-width: 0.2rem;
}
.am-flexbox .am-flexbox-item:first-child {
  margin-left: 0;
}
/* flexbox */
.am-grid .am-flexbox {
  background: #fff;
}
.am-grid .am-flexbox .am-flexbox-item {
  margin-left: 0;
}
.am-grid .am-flexbox .am-flexbox-item.am-grid-item {
  position: relative;
}
.am-grid .am-flexbox .am-flexbox-item.am-grid-item-active .am-grid-item-content {
  background-color: #ddd;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-icon {
  max-width: 100%;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text {
  margin-top: 0.18rem;
  font-size: 0.24rem;
  color: #000;
  text-align: center;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-3 .am-grid-text {
  font-size: 0.32rem;
}
.am-grid .am-flexbox .am-flexbox-item .am-grid-item-content .am-grid-item-inner-content.column-num-2 .am-grid-text {
  margin-top: 0.3rem;
  font-size: 0.36rem;
}
.am-grid.am-grid-line {
  position: relative;
}
.am-grid.am-grid-line:not(.am-grid-carousel) {
  border-top: 1PX solid #ddd;
  border-right: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel) {
    border-top: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel) {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line:not(.am-grid-carousel)::after {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox {
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox {
    border-bottom: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox::after {
    transform: scaleY(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item {
  position: relative;
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child {
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child {
    border-left: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:first-child::before {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child) {
  border-right: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child) {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line .am-flexbox .am-flexbox-item:not(:last-child)::after {
    transform: scaleX(0.33);
  }
}
.am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
  border-top: 1PX solid #ddd;
  border-right: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
    border-top: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page {
    border-right: none;
  }
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-grid.am-grid-line.am-grid-carousel .am-grid-carousel-page::after {
    transform: scaleX(0.33);
  }
}
.am-grid .am-carousel .am-carousel-wrap-dot > span {
  background: #dcdee3;
}
.am-grid .am-carousel .am-carousel-wrap-dot-active > span {
  background: #0ae;
}
.am-grid.am-grid-square .am-grid-item:before {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content {
  height: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon {
  margin-top: 0.18rem;
  width: 28%!important;
}
.am-icon {
  fill: currentColor;
  background-size: cover;
  width: 0.44rem;
  height: 0.44rem;
}
.am-icon-xxs {
  width: 0.3rem;
  height: 0.3rem;
}
.am-icon-xs {
  width: 0.36rem;
  height: 0.36rem;
}
.am-icon-sm {
  width: 0.42rem;
  height: 0.42rem;
}
.am-icon-md {
  width: 0.44rem;
  height: 0.44rem;
}
.am-icon-lg {
  width: 0.72rem;
  height: 0.72rem;
}
.am-icon-loading {
  animation: cirle-anim 1s linear infinite;
}
@keyframes cirle-anim {
  100% {
    transform: rotate(360deg);
  }
}
.am-image-picker-list {
  padding: 0.18rem 0.16rem 0;
  margin-bottom: 0.3rem;
}
.am-image-picker-list .am-flexbox {
  margin-bottom: 0.12rem;
}
.am-image-picker-list .am-flexbox .am-flexbox-item {
  position: relative;
  margin-right: 0.1rem;
  margin-left: 0;
}
.am-image-picker-list .am-flexbox .am-flexbox-item:after {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-image-picker-list .am-image-picker-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}
.am-image-picker-list .am-image-picker-item .am-image-picker-item-remove {
  width: 0.3rem;
  height: 0.3rem;
  position: absolute;
  right: 0.12rem;
  top: 0.12rem;
  text-align: right;
  vertical-align: top;
  z-index: 2;
  background-size: 0.3rem auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2716%27%20height%3D%2716%27%20viewBox%3D%270%200%2016%2016%27%20version%3D%271.1%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cg%20id%3D%27Page-1%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Ccircle%20id%3D%27Oval-98%27%20fill-opacity%3D%270.4%27%20fill%3D%27%23404040%27%20cx%3D%278%27%20cy%3D%278%27%20r%3D%278%27%3E%3C%2Fcircle%3E%3Cpath%20d%3D%27M11.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20C11.7633757%2C12.0336542%2011.5447877%2C12.0336542%2011.4101891%2C11.8990375%20L8%2C8.48838931%20L4.5887341%2C11.8990375%20C4.45413554%2C12.0336542%204.23554748%2C12.0336542%204.10094892%2C11.8990375%20L4.10094892%2C11.8990375%20C3.96635036%2C11.7644208%203.96635036%2C11.5458033%204.10094892%2C11.4111866%20L7.51221482%2C8.00053847%20L4.10202571%2C4.58881335%20C3.96742715%2C4.45419667%203.96742715%2C4.23557919%204.10202571%2C4.10096251%20L4.10202571%2C4.10096251%20C4.23662427%2C3.96634583%204.45521233%2C3.96634583%204.58981089%2C4.10096251%20L8%2C7.51268762%20L11.4112659%2C4.10203944%20C11.5458645%2C3.96742276%2011.7644525%2C3.96742276%2011.8990511%2C4.10203944%20L11.8990511%2C4.10203944%20C12.0336496%2C4.23665612%2012.0336496%2C4.45527361%2011.8990511%2C4.58989029%20L8.48778518%2C8.00053847%20L11.8979743%2C11.4122636%20C12.0325729%2C11.5468803%2012.0325729%2C11.7644208%2011.8979743%2C11.8990375%20L11.8979743%2C11.8990375%20Z%27%20id%3D%27Shape%27%20fill%3D%27%23FFFFFF%27%20transform%3D%27translate%288.000000%2C%208.000000%29%20scale%281%2C%20-1%29%20translate%28-8.000000%2C%20-8.000000%29%20%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-image-picker-list .am-image-picker-item .am-image-picker-item-content {
  height: 100%;
  width: 100%;
  border-radius: 0.06rem;
  background-size: cover;
}
.am-image-picker-list .am-image-picker-item img {
  width: 100%;
}
.am-image-picker-list .am-image-picker-upload-btn {
  box-sizing: border-box;
  border-radius: 0.06rem;
  border: 1PX solid #ddd;
  background-color: #fff;
}
.am-image-picker-list .am-image-picker-upload-btn:before,
.am-image-picker-list .am-image-picker-upload-btn:after {
  width: 1PX;
  height: 0.5rem;
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ccc;
}
.am-image-picker-list .am-image-picker-upload-btn:after {
  width: 0.5rem;
  height: 1PX;
}
.am-image-picker-list .am-image-picker-upload-btn-active {
  background-color: #ddd;
}
.am-image-picker-list .am-image-picker-upload-btn input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
.am-list-item .am-input-control .fake-input-container {
  height: 0.6rem;
  line-height: 0.6rem;
  position: relative;
}
.am-list-item .am-input-control .fake-input-container .fake-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-right: 0.04rem;
  margin-right: 0.06rem;
  text-decoration: rtl;
  text-align: right;
  color: #000;
  font-size: 0.34rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-input-control .fake-input-container .fake-input.fake-input-disabled {
  color: #bbb;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus {
  transition: color 0.2s;
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus::before {
  content: "";
}
.am-list-item .am-input-control .fake-input-container .fake-input.focus::after {
  content: "";
  position: absolute;
  right: 0.03rem;
  top: 10%;
  height: 80%;
  border-right: 0.03rem solid #108ee9;
  animation: keyboard-cursor infinite 1s step-start;
}
.am-list-item .am-input-control .fake-input-container .fake-input-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #bbb;
  text-align: right;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input {
  text-align: left;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input.focus:after {
  position: static;
}
.am-list-item .am-input-control .fake-input-container-left .fake-input-placeholder {
  text-align: left;
}
.am-number-keyboard-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000;
  font-family: 'PingFang SC';
  background-color: #f6f6f7;
  transition-duration: 0.2s;
  transition-property: transform display;
  transform: translateZ(0);
  padding-bottom: env(safe-area-inset-bottom);
}
.am-number-keyboard-wrapper.am-number-keyboard-wrapper-hide {
  bottom: -10rem;
}
.am-number-keyboard-wrapper table {
  width: 100%;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table {
    border-top: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table::before {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr {
  width: 100%;
  padding: 0;
  margin: 0;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item {
  width: 25%;
  padding: 0;
  margin: 0;
  height: 1rem;
  text-align: center;
  font-size: 0.51rem;
  color: #2a2b2c;
  position: relative;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
  border-left: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-left: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::before {
    transform: scaleX(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm) {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item:not(.keyboard-confirm)::after {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.am-number-keyboard-item-active {
  background-color: #ddd;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
  color: #fff;
  font-size: 0.42rem;
  background-color: #108ee9;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm {
    border-bottom: none;
  }
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm::after {
    transform: scaleY(0.33);
  }
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-active {
  background-color: #0e80d2;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-confirm.am-number-keyboard-item-disabled {
  background-color: #0e80d2;
  color: rgba(255, 255, 255, 0.45);
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-delete {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22204%22%20height%3D%22148%22%20viewBox%3D%220%200%20153.000000%20111.000000%22%3E%3Cpath%20d%3D%22M46.9%204.7c-2.5%202.6-14.1%2015.5-25.8%2028.6L-.1%2057l25.6%2027%2025.7%2027.1%2047.4-.3%2047.4-.3%203.2-3.3%203.3-3.2V7l-3.3-3.2L146%20.5%2098.7.2%2051.5-.1l-4.6%204.8zm97.9%203.5c1.7%201.7%201.7%2092.9%200%2094.6-.9.9-12.6%201.2-46.3%201.2H53.4L31.2%2080.4%209%2056.9l5.1-5.7c2.8-3.1%2012.8-14.4%2022.2-24.9L53.5%207h45c33.8%200%2045.4.3%2046.3%201.2z%22%2F%3E%3Cpath%20d%3D%22M69.5%2031c-1.9%202.1-1.7%202.2%209.3%2013.3L90%2055.5%2078.8%2066.7%2067.5%2078l2.3%202.2%202.2%202.3%2011.3-11.3L94.5%2060l11.2%2011.2L117%2082.5l2.2-2.3%202.3-2.2-11.3-11.3L99%2055.5l11.2-11.2L121.5%2033l-2.3-2.2-2.2-2.3-11.3%2011.3L94.5%2051l-11-11c-6-6-11.2-11-11.6-11-.3%200-1.4.9-2.4%202z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.51rem 0.37rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item.keyboard-hide {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22260%22%20height%3D%22188%22%20viewBox%3D%220%200%20195.000000%20141.000000%22%3E%3Cpath%20d%3D%22M0%2057v57h195V0H0v57zm183%200v45H12V12h171v45z%22%2F%3E%3Cpath%20d%3D%22M21%2031.5V39h15V24H21v7.5zM48%2031.5V39h15V24H48v7.5zM75%2031.5V39h15V24H75v7.5zM102%2031.5V39h15V24h-15v7.5zM129%2031.5V39h15V24h-15v7.5zM156%2031.5V39h15V24h-15v7.5zM36%2055.5V63h15V48H36v7.5zM63%2055.5V63h15V48H63v7.5zM90%2055.5V63h15V48H90v7.5zM117%2055.5V63h15V48h-15v7.5zM144%2055.5V63h15V48h-15v7.5zM27%2079.5V87h15V72H27v7.5zM48%2079.5V87h96V72H48v7.5zM150%2079.5V87h15V72h-15v7.5zM81%20124.5c0%20.8.7%201.5%201.5%201.5s1.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5.7%201.5%201.5.7%201.5%201.5%201.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5.7-1.5%201.5-1.5%201.5-.7%201.5-1.5c0-1.3-2.5-1.5-16.5-1.5s-16.5.2-16.5%201.5z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0.65rem 0.47rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.am-number-keyboard-wrapper table tr .am-number-keyboard-item-disabled {
  color: #bbb;
}
@keyframes keyboard-cursor {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.am-list-item.am-input-item {
  height: 0.88rem;
  padding-left: 0.3rem;
}
.am-list-item:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-item:not(:last-child) .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-list-item .am-input-label {
  color: #000;
  font-size: 0.34rem;
  margin-left: 0;
  margin-right: 0.1rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  padding: 0.04rem 0;
}
.am-list-item .am-input-label.am-input-label-2 {
  width: 0.68rem;
}
.am-list-item .am-input-label.am-input-label-3 {
  width: 1.02rem;
}
.am-list-item .am-input-label.am-input-label-4 {
  width: 1.36rem;
}
.am-list-item .am-input-label.am-input-label-5 {
  width: 1.7rem;
}
.am-list-item .am-input-label.am-input-label-6 {
  width: 2.04rem;
}
.am-list-item .am-input-label.am-input-label-7 {
  width: 2.38rem;
}
.am-list-item .am-input-control {
  font-size: 0.34rem;
  flex: 1 1;
}
.am-list-item .am-input-control input {
  color: #000;
  font-size: 0.34rem;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0.04rem 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
  box-sizing: border-box;
}
.am-list-item .am-input-control input::placeholder {
  color: #bbb;
  line-height: 1.2;
}
.am-list-item .am-input-control input:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-list-item .am-input-clear {
  display: none;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  background-size: 0.42rem auto;
  background-position: 0.04rem 0.04rem;
}
.am-list-item .am-input-clear-active {
  background-color: #108ee9;
}
.am-list-item.am-input-focus .am-input-clear {
  display: block;
}
.am-list-item .am-input-extra {
  flex: initial;
  min-width: 0;
  max-height: 0.42rem;
  overflow: hidden;
  padding-right: 0;
  line-height: 1;
  color: #888;
  font-size: 0.3rem;
  margin-left: 0.1rem;
}
.am-list-item.am-input-error .am-input-control input {
  color: #f50;
}
.am-list-item.am-input-error .am-input-error-extra {
  height: 0.42rem;
  width: 0.42rem;
  margin-left: 0.12rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2018%2018%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%28-300.000000%2C%20-1207.000000%29%27%20fill%3D%27%23FF5500%27%3E%3Cg%20id%3D%27exclamation-circle-o%27%20transform%3D%27translate%28300.000000%2C%201207.000000%29%27%3E%3Cpath%20d%3D%27M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z%27%20id%3D%27Shape%27%20transform%3D%27translate%289.000000%2C%209.000000%29%20scale%281%2C%20-1%29%20translate%28-9.000000%2C%20-9.000000%29%20%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: 0.42rem auto;
}
.am-list-item.am-input-disabled .am-input-label {
  color: #bbb;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.am-list-header {
  padding: 0.3rem 0.3rem 0.18rem 0.3rem;
  font-size: 0.28rem;
  color: #888;
  width: 100%;
  box-sizing: border-box;
}
.am-list-footer {
  padding: 0.18rem 0.3rem 0.3rem 0.3rem;
  font-size: 0.28rem;
  color: #888;
}
.am-list-body {
  position: relative;
  background-color: #fff;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-top: none;
  }
  html:not([data-scale]) .am-list-body::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body::after {
    transform: scaleY(0.33);
  }
}
.am-list-body div:not(:last-child) .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list-body div:not(:last-child) .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-list-item {
  position: relative;
  display: flex;
  padding-left: 0.3rem;
  min-height: 0.88rem;
  background-color: #fff;
  vertical-align: middle;
  overflow: hidden;
  transition: background-color 200ms;
  align-items: center;
  /* list左图片显示*/
}
.am-list-item .am-list-ripple {
  position: absolute;
  background: transparent;
  display: inline-block;
  overflow: hidden;
  will-change: box-shadow, transform;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  border-radius: 100%;
  transform: scale(0);
}
.am-list-item .am-list-ripple.am-list-ripple-animate {
  background-color: hsla(0, 0%, 62%, 0.2);
  animation: ripple 1s linear;
}
.am-list-item.am-list-item-top .am-list-line {
  align-items: flex-start;
}
.am-list-item.am-list-item-top .am-list-line .am-list-arrow {
  margin-top: 0.04rem;
}
.am-list-item.am-list-item-middle .am-list-line {
  align-items: center;
}
.am-list-item.am-list-item-bottom .am-list-line {
  align-items: flex-end;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra {
  color: #f50;
}
.am-list-item.am-list-item-error .am-list-line .am-list-extra .am-list-brief {
  color: #f50;
}
.am-list-item.am-list-item-active {
  background-color: #ddd;
}
.am-list-item.am-list-item-disabled .am-list-line .am-list-content,
.am-list-item.am-list-item-disabled .am-list-line .am-list-extra {
  color: #bbb;
}
.am-list-item img {
  width: 0.44rem;
  height: 0.44rem;
  vertical-align: middle;
}
.am-list-item .am-list-thumb:first-child {
  margin-right: 0.3rem;
}
.am-list-item .am-list-thumb:last-child {
  margin-left: 0.16rem;
}
.am-list-item .am-list-line {
  position: relative;
  display: flex;
  flex: 1 1;
  align-self: stretch;
  padding-right: 0.3rem;
  overflow: hidden;
  /* list左侧主内容*/
  /* list右补充内容*/
  /* 辅助性文字*/
  /* list右侧箭头*/
}
.am-list-item .am-list-line .am-list-content {
  flex: 1 1;
  color: #000;
  font-size: 0.34rem;
  line-height: 1.5;
  text-align: left;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.am-list-item .am-list-line .am-list-extra {
  flex-basis: 36%;
  color: #888;
  font-size: 0.32rem;
  line-height: 1.5;
  text-align: right;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
}
.am-list-item .am-list-line .am-list-title {
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-brief {
  color: #888;
  font-size: 0.3rem;
  line-height: 1.5;
  margin-top: 0.12rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-list-item .am-list-line .am-list-arrow {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.16rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  visibility: hidden;
}
.am-list-item .am-list-line .am-list-arrow-horizontal {
  visibility: visible;
}
.am-list-item .am-list-line .am-list-arrow-vertical {
  visibility: visible;
  transform: rotate(90deg);
}
.am-list-item .am-list-line .am-list-arrow-vertical-up {
  visibility: visible;
  transform: rotate(270deg);
}
.am-list-item .am-list-line-multiple {
  padding: 0.25rem 0.3rem 0.25rem 0;
}
.am-list-item .am-list-line-multiple .am-list-content {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-multiple .am-list-extra {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list-item .am-list-line-wrap .am-list-content {
  white-space: normal;
}
.am-list-item .am-list-line-wrap .am-list-extra {
  white-space: normal;
}
.am-list-item select {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  font-size: 0.34rem;
  -webkit-appearance: none;
          appearance: none;
  background-color: transparent;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
.am-indexed-list-section-body.am-list-body,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-body.am-list-body:after,
.am-indexed-list-section-body.am-list-body .am-list-item:last-child .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header.am-list-body,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-indexed-list-section-header.am-list-body:after,
.am-indexed-list-section-header.am-list-body .am-list-item .am-list-line:after {
  display: none !important;
}
.am-indexed-list-section-header .am-list-item {
  height: 0.6rem;
  min-height: 0.6rem;
  background-color: #f5f5f9;
}
.am-indexed-list-section-header .am-list-item .am-list-line {
  height: 0.6rem;
  min-height: 0.6rem;
}
.am-indexed-list-section-header .am-list-item .am-list-content {
  font-size: 0.28rem !important;
  color: #888 !important;
}
.am-indexed-list-quick-search-bar {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 0;
  text-align: center;
  color: #108ee9;
  font-size: 0.32rem;
  list-style: none;
  padding: 0;
}
.am-indexed-list-quick-search-bar li {
  padding: 0 0.1rem;
}
.am-indexed-list-quick-search-bar-over {
  background-color: rgba(0, 0, 0, 0.4);
}
.am-indexed-list-qsindicator {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.3rem auto auto -0.6rem;
  width: 1.2rem;
  height: 0.6rem;
  background: transparent;
  opacity: 0.7;
  color: #0af;
  font-size: 0.4rem;
  border-radius: 0.6rem;
  z-index: 1999;
  text-align: center;
  line-height: 0.6rem;
}
.am-indexed-list-qsindicator-hide {
  display: none;
}
.am-menu {
  background-color: #f5f5f9;
}
.am-menu .am-menu-select-container {
  flex-grow: 2;
}
.am-menu .am-menu-select-container .am-menu-select-container-submenu {
  align-self: stretch;
}
.am-menu .am-multi-select-btns {
  height: 0.94rem;
  width: 100%;
}
.am-menu .am-multi-select-btns .am-multi-select-btns-btn {
  width: 50%;
  height: 100%;
  border: 1PX solid #ddd;
  border-radius: 0;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-menu .am-multi-select-btns .am-multi-select-btns-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-menu .am-flexbox .am-flexbox-item {
  margin-left: 0;
  -webkit-overflow-scrolling: touch;
  overflow-y: scroll;
}
.am-menu .am-flexbox .am-flexbox-item .am-list {
  padding: 0;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-content {
  font-size: 0.32rem;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.am-menu .am-flexbox .am-flexbox-item .am-list .am-list-item .am-list-line .am-list-extra .am-checkbox-wrapper .am-checkbox .am-checkbox-inner {
  top: 0.12rem;
  right: 0.15rem;
}
.am-menu .am-flexbox .am-flexbox-item:first-child {
  background-color: #f7f7f7;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body {
  background-color: #f7f7f7;
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-body:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item {
  background-color: #f7f7f7;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item .am-list-line .am-list-content {
  color: #000;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item:last-child:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:first-child .am-list .am-list-item.am-menu-selected {
  background-color: #fff;
}
.am-menu .am-flexbox .am-flexbox-item:last-child {
  background-color: #fff;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item {
  background-color: #fff;
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item:after {
  display: none !important;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item .am-list-line .am-list-extra {
  flex: 0 1;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-selected .am-list-line .am-list-content {
  color: #108ee9;
}
.am-menu .am-flexbox .am-flexbox-item:last-child .am-list .am-list-item.am-sub-menu-item-disabled .am-list-line .am-list-content {
  color: #bbb;
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line {
    border-bottom: none;
  }
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item .am-list-line::after {
    transform: scaleY(0.33);
  }
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child {
    border-bottom: none;
  }
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child::after {
    transform: scaleY(0.33);
  }
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line {
  border-bottom: 0;
}
.am-menu .am-flexbox .am-flexbox-item:only-child .am-list .am-list-item:last-child .am-list-line:after {
  display: none !important;
}
.am-modal {
  position: relative;
}
.am-modal:not(.am-modal-transparent):not(.am-modal-popup) {
  width: 100%;
  height: 100%;
}
.am-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
}
.am-modal-mask-hidden {
  display: none;
}
.am-modal-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: 999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateZ(1px);
}
.am-modal-wrap-popup {
  display: block;
}
.am-modal-transparent {
  width: 5.4rem;
}
.am-modal-transparent .am-modal-content {
  border-radius: 0.14rem;
  padding-top: 0.3rem;
}
.am-modal-transparent .am-modal-content .am-modal-body {
  padding: 0 0.3rem 0.3rem;
}
.am-modal-popup {
  position: fixed;
  left: 0;
  width: 100%;
}
.am-modal-popup-slide-down {
  top: 0;
}
.am-modal-popup-slide-up {
  bottom: 0;
}
.am-modal-popup .am-modal-content {
  padding-bottom: env(safe-area-inset-bottom);
}
.am-modal-title {
  margin: 0;
  font-size: 0.36rem;
  line-height: 1;
  color: #000;
  text-align: center;
}
.am-modal-header {
  padding: 0.12rem 0.3rem 0.3rem;
}
.am-modal-content {
  position: relative;
  background-color: #fff;
  border: 0;
  background-clip: padding-box;
  text-align: center;
  height: 100%;
  overflow: hidden;
}
.am-modal-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  outline: none;
  position: absolute;
  right: 0.3rem;
  z-index: 999;
  height: 0.42rem;
  width: 0.42rem;
}
.am-modal-close-x {
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2730%27%20height%3D%2730%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%20%3Cdefs%3E%3C%2Fdefs%3E%20%3Cg%20id%3D%27ALL-ICON%27%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%20%3Cg%20id%3D%27Rectangle-283-%2B-Rectangle-283%27%20fill%3D%27%23888888%27%3E%20%3Crect%20id%3D%27Rectangle-283%27%20transform%3D%27translate%2814.849242%2C%2014.849242%29%20rotate%28-315.000000%29%20translate%28-14.849242%2C%20-14.849242%29%20%27%20x%3D%27-5.1507576%27%20y%3D%2713.8492424%27%20width%3D%2740%27%20height%3D%272%27%3E%3C%2Frect%3E%20%3Crect%20id%3D%27Rectangle-283%27%20transform%3D%27translate%2814.849242%2C%2014.849242%29%20scale%28-1%2C%201%29%20rotate%28-315.000000%29%20translate%28-14.849242%2C%20-14.849242%29%20%27%20x%3D%27-5.1507576%27%20y%3D%2713.8492424%27%20width%3D%2740%27%20height%3D%272%27%3E%3C%2Frect%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E");
}
.am-modal-body {
  font-size: 0.3rem;
  color: #888;
  height: 100%;
  line-height: 1.5;
  overflow: auto;
}
.am-modal-button-group-h {
  position: relative;
  border-top: 1PX solid #ddd;
  display: flex;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-h::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-group-h .am-modal-button {
  -webkit-touch-callout: none;
  flex: 1 1;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 0.36rem;
  height: 1rem;
  line-height: 1rem;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-modal-button-group-h .am-modal-button:first-child {
  color: #000;
}
.am-modal-button-group-h .am-modal-button:last-child {
  position: relative;
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child {
    border-left: none;
  }
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-h .am-modal-button:last-child::before {
    transform: scaleX(0.33);
  }
}
.am-modal-button-group-v .am-modal-button {
  -webkit-touch-callout: none;
  position: relative;
  border-top: 1PX solid #ddd;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #108ee9;
  font-size: 0.36rem;
  height: 1rem;
  line-height: 1rem;
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-button-group-v .am-modal-button::before {
    transform: scaleY(0.33);
  }
}
.am-modal-button-active {
  background-color: #ddd;
}
.am-modal-input-container {
  margin-top: 0.18rem;
  border: 1PX solid #ddd;
  border-radius: 0.06rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input-container {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-modal-input-container::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.12rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-modal-input {
  height: 0.72rem;
  line-height: 1;
}
.am-modal-input:nth-child(2) {
  position: relative;
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2) {
    border-top: none;
  }
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal-input:nth-child(2)::before {
    transform: scaleY(0.33);
  }
}
.am-modal-input input {
  position: relative;
  border: 0;
  width: 98%;
  height: 0.68rem;
  top: 1PX;
  box-sizing: border-box;
  margin: 0;
}
.am-modal-input input::placeholder {
  font-size: 0.28rem;
  color: #ccc;
  padding-left: 0.16rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content {
  border-radius: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header {
  padding: 0.18rem 0.48rem 0.24rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-header .am-modal-title {
  text-align: left;
  font-size: 0.42rem;
  color: #000;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body {
  color: #000;
  text-align: left;
  padding: 0 0.48rem 0.3rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
  border: 0;
  border-bottom: 1PX solid #ddd;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container:before {
  display: none !important;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container {
    border-bottom: none;
  }
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container::after {
    transform: scaleY(0.33);
  }
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child {
  border-top: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-body .am-modal-input-container .am-modal-input:first-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer {
  padding-bottom: 0.24rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h {
  overflow: hidden;
  border-top: 0;
  justify-content: flex-end;
  padding: 0 0.24rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button {
  flex: initial;
  margin-left: 0.06rem;
  padding: 0 0.3rem;
  height: 0.96rem;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:first-child {
  color: #777;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child {
  border-left: 0;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-h .am-modal-button:last-child:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal {
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 0 0.24rem;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button {
  border-top: 0;
  padding: 0 0.3rem;
  margin-left: 0.06rem;
  height: 0.96rem;
  box-sizing: border-box;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-v.am-modal-button-group-normal .am-modal-button:before {
  display: none !important;
}
.am-modal.am-modal-transparent.am-modal-android .am-modal-content .am-modal-footer .am-modal-button-group-operation .am-modal-button {
  text-align: start;
  padding-left: 0.3rem;
}
.am-modal.am-modal-operation .am-modal-content {
  border-radius: 0.14rem;
  height: auto;
  padding-top: 0;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-body {
  padding: 0!important;
}
.am-modal.am-modal-operation .am-modal-content .am-modal-button {
  color: #000;
  text-align: left;
  padding-left: 0.3rem;
}
.am-modal-alert-content,
.am-modal-propmt-content {
  zoom: 1;
  overflow: hidden;
}
.am-navbar {
  display: flex;
  align-items: center;
  height: 0.9rem;
  background-color: #108ee9;
  color: #fff;
}
.am-navbar-left,
.am-navbar-title,
.am-navbar-right {
  flex: 1 1;
  height: 100%;
  display: flex;
  align-items: center;
}
.am-navbar-left {
  padding-left: 0.3rem;
  font-size: 0.32rem;
}
.am-navbar-left-icon {
  margin-right: 0.1rem;
  display: inherit;
}
.am-navbar-title {
  justify-content: center;
  font-size: 0.36rem;
  white-space: nowrap;
}
.am-navbar-right {
  justify-content: flex-end;
  font-size: 0.32rem;
  margin-right: 0.3rem;
}
.am-navbar-light {
  background-color: #fff;
  color: #108ee9;
}
.am-navbar-light .am-navbar-title {
  color: #000;
}
.am-notice-bar {
  background-color: #fefcec;
  height: 0.72rem;
  overflow: hidden;
  font-size: 0.28rem;
  line-height: 0.72rem;
  color: #f76a24;
  display: flex;
}
.am-notice-bar-content {
  flex: 1 1;
  width: 100%;
  margin: auto 0.3rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.am-notice-bar-icon {
  margin-left: 0.3rem;
  display: flex;
  align-items: center;
}
.am-notice-bar-icon .am-notice-bar-trips {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2238%22%20height%3D%2233%22%20viewBox%3D%220%200%2038%2033%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ctitle%3Etrips%3C%2Ftitle%3E%3Cg%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M17.838%2028.8c-.564-.468-1.192-.983-1.836-1.496-4.244-3.385-5.294-3.67-6.006-3.67-.014%200-.027.005-.04.005-.015%200-.028-.005-.042-.005H3.562c-.734%200-.903-.203-.903-.928V10.085c0-.49.058-.8.66-.8h5.782c.693%200%201.758-.28%206.4-3.628.828-.597%201.637-1.197%202.336-1.723V28.8zM19.682.19c-.463-.22-1.014-.158-1.417.157-.02.016-1.983%201.552-4.152%203.125C10.34%206.21%209.243%206.664%209.02%206.737H3.676c-.027%200-.053.003-.08.004H1.183c-.608%200-1.1.486-1.1%201.085V25.14c0%20.598.492%201.084%201.1%201.084h8.71c.22.08%201.257.55%204.605%203.24%201.947%201.562%203.694%203.088%203.712%203.103.25.22.568.333.89.333.186%200%20.373-.038.55-.116.48-.213.79-.684.79-1.204V1.38c0-.506-.294-.968-.758-1.19z%22%20mask%3D%22url%28%23mask-2%29%22%2F%3E%3Cpath%20d%3D%22M31.42%2016.475c0-3.363-1.854-6.297-4.606-7.876-.125-.066-.42-.192-.625-.192-.612%200-1.108.488-1.108%201.09%200%20.404.22.764.55.952%202.128%201.19%203.565%203.442%203.565%206.025%200%202.627-1.486%204.913-3.677%206.087-.318.19-.53.54-.53.934%200%20.602.496%201.09%201.107%201.09.26.002.568-.15.568-.15%202.835-1.556%204.754-4.538%204.754-7.96%22%20mask%3D%22url%28%23mask-4%29%22%2F%3E%3Cg%3E%3Cpath%20d%3D%22M30.14%203.057c-.205-.122-.41-.22-.658-.22-.608%200-1.1.485-1.1%201.084%200%20.433.26.78.627.977%204.043%202.323%206.762%206.636%206.762%2011.578%200%204.938-2.716%209.248-6.755%2011.572-.354.19-.66.55-.66.993%200%20.6.494%201.084%201.102%201.084.243%200%20.438-.092.65-.213%204.692-2.695%207.848-7.7%207.848-13.435%200-5.723-3.142-10.718-7.817-13.418%22%20mask%3D%22url%28%23mask-6%29%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-notice-bar-icon + div {
  margin-left: 0.1rem;
}
.am-notice-bar-operation {
  display: flex;
  align-items: center;
  padding-right: 0.16rem;
}
.am-pagination-wrap {
  font-size: 0.36rem;
  color: #000;
  background: none;
  text-align: center;
}
.am-pagination-wrap .active {
  color: #108ee9;
}
.am-pagination-wrap-btn {
  text-align: center;
}
.am-pagination-wrap-btn-prev {
  text-align: left;
}
.am-pagination-wrap-btn-next {
  text-align: right;
}
.am-pagination-wrap-dot {
  display: inline-block;
  zoom: 1;
}
.am-pagination-wrap-dot > span {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  border-radius: 50%;
  background: #ccc;
}
.am-pagination-wrap-dot-active > span {
  background: #888;
}
.am-picker-popup {
  left: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
}
.am-picker-popup-wrap {
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  transform: translateZ(1px);
}
.am-picker-popup-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 1000;
  transform: translateZ(1px);
}
.am-picker-popup-mask-hidden {
  display: none;
}
.am-picker-popup-header {
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7, transparent, transparent);
  background-image: linear-gradient(to bottom, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-size: 100% 1PX;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-popup-header {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-popup-header::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-popup-header::after {
    transform: scaleY(0.33);
  }
}
.am-picker-popup-header .am-picker-popup-header-right {
  text-align: right;
}
.am-picker-popup-item {
  color: #108ee9;
  font-size: 0.34rem;
  padding: 0.18rem 0.3rem;
  height: 0.84rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.am-picker-popup-item-active {
  background-color: #ddd;
}
.am-picker-popup-title {
  flex: 1 1;
  text-align: center;
  color: #000;
}
.am-picker-popup .am-picker-popup-close {
  display: none;
}
.am-picker {
  flex: 1 1;
}
.am-picker-col {
  display: block;
  position: relative;
  height: 4.76rem;
  overflow: hidden;
  width: 100%;
}
.am-picker-col-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  padding: 2.04rem 0;
}
.am-picker-col-item {
  touch-action: manipulation;
  text-align: center;
  font-size: 0.32rem;
  height: 0.68rem;
  line-height: 0.68rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.am-picker-col-item-selected {
  font-size: 0.34rem;
}
.am-picker-col-mask {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6)), linear-gradient(to top, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.6));
  background-position: top, bottom;
  background-size: 100% 2.04rem;
  background-repeat: no-repeat;
}
.am-picker-col-indicator {
  box-sizing: border-box;
  width: 100%;
  height: 0.68rem;
  position: absolute;
  left: 0;
  top: 2.04rem;
  z-index: 3;
  border-top: 1PX solid #ddd;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-top: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::before {
    transform: scaleY(0.33);
  }
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-picker-col-indicator {
    border-bottom: none;
  }
  html:not([data-scale]) .am-picker-col-indicator::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-picker-col-indicator::after {
    transform: scaleY(0.33);
  }
}
.am-picker {
  display: flex;
  align-items: center;
}
.am-picker-item {
  flex: 1 1;
  text-align: center;
}
.am-popover {
  position: absolute;
  z-index: 1999;
}
.am-popover-hidden {
  display: none;
}
.am-popover-mask {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  z-index: 999;
}
.am-popover-mask-hidden {
  display: none;
}
.am-popover-arrow {
  position: absolute;
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 1PX;
  background-color: #fff;
  transform: rotate(45deg);
  z-index: 0;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.21);
}
.am-popover-placement-top .am-popover-arrow,
.am-popover-placement-topLeft .am-popover-arrow,
.am-popover-placement-topRight .am-popover-arrow {
  transform: rotate(225deg);
  bottom: -0.14rem/2;
}
.am-popover-placement-top .am-popover-arrow {
  left: 50%;
}
.am-popover-placement-topLeft .am-popover-arrow {
  left: 0.16rem;
}
.am-popover-placement-topRight .am-popover-arrow {
  right: 0.16rem;
}
.am-popover-placement-right .am-popover-arrow,
.am-popover-placement-rightTop .am-popover-arrow,
.am-popover-placement-rightBottom .am-popover-arrow {
  transform: rotate(-45deg);
  left: -0.14rem/2;
}
.am-popover-placement-right .am-popover-arrow {
  top: 50%;
}
.am-popover-placement-rightTop .am-popover-arrow {
  top: 0.16rem;
}
.am-popover-placement-rightBottom .am-popover-arrow {
  bottom: 0.16rem;
}
.am-popover-placement-left .am-popover-arrow,
.am-popover-placement-leftTop .am-popover-arrow,
.am-popover-placement-leftBottom .am-popover-arrow {
  transform: rotate(135deg);
  right: -0.14rem/2;
}
.am-popover-placement-left .am-popover-arrow {
  top: 50%;
}
.am-popover-placement-leftTop .am-popover-arrow {
  top: 0.16rem;
}
.am-popover-placement-leftBottom .am-popover-arrow {
  bottom: 0.16rem;
}
.am-popover-placement-bottom .am-popover-arrow,
.am-popover-placement-bottomLeft .am-popover-arrow,
.am-popover-placement-bottomRight .am-popover-arrow {
  top: -0.14rem/2;
}
.am-popover-placement-bottom .am-popover-arrow {
  left: 50%;
}
.am-popover-placement-bottomLeft .am-popover-arrow {
  left: 0.16rem;
}
.am-popover-placement-bottomRight .am-popover-arrow {
  right: 0.16rem;
}
.am-popover-inner {
  font-size: 0.3rem;
  color: #000;
  background-color: #fff;
  border-radius: 0.06rem;
  box-shadow: 0 0 0.04rem rgba(0, 0, 0, 0.21);
  overflow: hidden;
}
.am-popover-inner-wrapper {
  position: relative;
  background-color: #fff;
}
.am-popover .am-popover-item {
  padding: 0 0.16rem;
}
.am-popover .am-popover-item-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.78rem;
  box-sizing: border-box;
  padding: 0 0.16rem;
}
.am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container {
    border-top: none;
  }
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-popover .am-popover-item:not(:first-child) .am-popover-item-container::before {
    transform: scaleY(0.33);
  }
}
.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container {
  border-top: 0;
}
.am-popover .am-popover-item.am-popover-item-active .am-popover-item-container:before {
  display: none !important;
}
.am-popover .am-popover-item.am-popover-item-active + .am-popover-item .am-popover-item-container {
  border-top: 0;
}
.am-popover .am-popover-item.am-popover-item-active + .am-popover-item .am-popover-item-container:before {
  display: none !important;
}
.am-popover .am-popover-item.am-popover-item-active {
  background-color: #ddd;
}
.am-popover .am-popover-item.am-popover-item-active.am-popover-item-fix-active-arrow {
  position: relative;
}
.am-popover .am-popover-item.am-popover-item-disabled {
  color: #bbb;
}
.am-popover .am-popover-item.am-popover-item-disabled.am-popover-item-active {
  background-color: transparent;
}
.am-popover .am-popover-item-icon {
  margin-right: 0.16rem;
  width: 0.36rem;
  height: 0.36rem;
}
.am-progress-outer {
  background-color: #ddd;
  display: block;
}
.am-progress-fixed-outer {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2000;
}
.am-progress-hide-outer {
  background-color: transparent;
}
.am-progress-bar {
  border: 0.04rem solid #108ee9;
  transition: all 0.3s linear 0s;
}
.am-pull-to-refresh-content {
  transform-origin: left top 0;
}
.am-pull-to-refresh-content-wrapper {
  overflow: hidden;
}
.am-pull-to-refresh-transition {
  transition: transform 0.3s;
}
.am-pull-to-refresh-indicator {
  color: grey;
  text-align: center;
  height: 0.5rem;
}
.am-pull-to-refresh-down .am-pull-to-refresh-indicator {
  margin-top: -0.5rem;
}
.am-pull-to-refresh-up .am-pull-to-refresh-indicator {
  margin-bottom: -0.5rem;
}
.am-radio {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0.3rem;
  height: 0.3rem;
}
.am-radio-inner {
  position: absolute;
  right: 0;
  width: 0.3rem;
  height: 0.3rem;
  box-sizing: border-box;
  transform: rotate(0deg);
}
.am-radio-inner:after {
  position: absolute;
  display: none;
  top: -0.05rem;
  right: 0.1rem;
  z-index: 999;
  width: 0.14rem;
  height: 0.28rem;
  border-style: solid;
  border-width: 0 0.03rem 0.03rem 0;
  content: '\0020';
  transform: rotate(45deg);
}
.am-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
          appearance: none;
}
.am-radio.am-radio-checked .am-radio-inner {
  border-width: 0;
}
.am-radio.am-radio-checked .am-radio-inner:after {
  display: block;
  border-color: #108ee9;
}
.am-radio.am-radio-disabled.am-radio-checked .am-radio-inner:after {
  display: block;
  border-color: #bbb;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra {
  flex: 0 1;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.88rem;
  overflow: visible;
}
.am-list .am-list-item.am-radio-item .am-list-line .am-list-extra .am-radio-inner {
  right: 0.3rem;
  top: 0.3rem;
}
.am-list .am-list-item.am-radio-item.am-radio-item-disabled .am-list-content {
  color: #bbb;
}
.am-result {
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 0.6rem;
  padding-bottom: 0.42rem;
  background-color: #fff;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-result {
    border-bottom: none;
  }
  html:not([data-scale]) .am-result::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-result::after {
    transform: scaleY(0.33);
  }
}
.am-result .am-result-pic {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 auto;
  line-height: 1.2rem;
  background-size: 1.2rem 1.2rem;
}
.am-result .am-result-title,
.am-result .am-result-message {
  font-size: 0.42rem;
  color: #000;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.am-result .am-result-title {
  margin-top: 0.3rem;
  line-height: 1;
}
.am-result .am-result-message {
  margin-top: 0.18rem;
  line-height: 1.5;
  font-size: 0.32rem;
  color: #888;
}
.am-result .am-result-button {
  padding: 0 0.3rem;
  margin-top: 0.3rem;
}
/* 默认搜索bar */
.am-search {
  position: relative;
  display: flex;
  align-items: center;
  height: 0.88rem;
  padding: 0 0.16rem;
  overflow: hidden;
  background-color: #efeff4;
}
.am-search-input {
  flex: 1 1;
  position: relative;
  width: 100%;
  height: 0.56rem;
  overflow: hidden;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.06rem;
}
.am-search-input .am-search-synthetic-ph,
.am-search-input input[type="search"] {
  position: absolute;
  top: 0;
  left: 0;
}
.am-search-input .am-search-synthetic-ph {
  box-sizing: content-box;
  z-index: 1;
  height: 0.56rem;
  line-height: 0.56rem;
  width: 100%;
  transition: width 0.3s;
  display: block;
  text-align: center;
}
.am-search-input .am-search-synthetic-ph-icon {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.3rem;
  height: 0.3rem;
  overflow: hidden;
  vertical-align: -0.05rem;
  background-repeat: no-repeat;
  background-size: 0.3rem auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2738%27%20height%3D%2736%27%20viewBox%3D%270%200%2038%2036%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M29.05%2025.23a15.81%2015.81%200%200%200%203.004-9.294c0-8.8-7.17-15.934-16.017-15.934C7.192.002.02%207.136.02%2015.936c0%208.802%207.172%2015.937%2016.017%2015.937%204.148%200%207.928-1.569%2010.772-4.143l8.873%208.232%202.296-2.45-8.927-8.282zM16.2%2028.933c-7.19%200-13.04-5.788-13.04-12.903%200-7.113%205.85-12.904%2013.04-12.904%207.19%200%2012.9%205.79%2012.9%2012.904%200%207.115-5.71%2012.903-12.9%2012.903z%27%20fill%3D%27%23bbb%27%20fill-rule%3D%27evenodd%27%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-synthetic-ph-placeholder {
  color: #bbb;
  font-size: 0.3rem;
}
.am-search-input input[type="search"] {
  z-index: 2;
  opacity: 0;
  width: 100%;
  text-align: left;
  display: block;
  color: #000;
  height: 0.56rem;
  font-size: 0.3rem;
  background-color: transparent;
  border: 0;
}
.am-search-input input[type="search"]::placeholder {
  background: none;
  text-align: left;
  color: transparent;
}
.am-search-input input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.am-search-input .am-search-clear {
  box-sizing: content-box;
  position: absolute;
  display: none;
  z-index: 3;
  width: 0.3rem;
  height: 0.3rem;
  padding: 0.26rem / 2;
  border-radius: 50%;
  top: 0;
  right: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.3rem 0.3rem;
  transition: all 0.3s;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2028%2028%27%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27%20fill%3D%27%23ccc%27%2F%3E%3Cline%20stroke%3D%27%23ffffff%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%2710%27%20x1%3D%278%27%20y1%3D%278%27%20x2%3D%2720%27%20y2%3D%2720%27%2F%3E%3Cline%20fill%3D%27none%27%20stroke%3D%27%23ffffff%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%2710%27%20x1%3D%2720%27%20y1%3D%278%27%20x2%3D%278%27%20y2%3D%2720%27%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-clear-active {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2028%2028%27%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27%20fill%3D%27%23108ee9%27%2F%3E%3Cline%20stroke%3D%27%23ffffff%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%2710%27%20x1%3D%278%27%20y1%3D%278%27%20x2%3D%2720%27%20y2%3D%2720%27%2F%3E%3Cline%20fill%3D%27none%27%20stroke%3D%27%23ffffff%27%20stroke-width%3D%272%27%20stroke-miterlimit%3D%2710%27%20x1%3D%2720%27%20y1%3D%278%27%20x2%3D%278%27%20y2%3D%2720%27%2F%3E%3C%2Fsvg%3E");
}
.am-search-input .am-search-clear-show {
  display: block;
}
.am-search-cancel {
  flex: none;
  opacity: 0;
  padding-left: 0.16rem;
  height: 0.88rem;
  line-height: 0.88rem;
  font-size: 0.32rem;
  color: #108ee9;
  text-align: right;
}
.am-search-cancel-anim {
  transition: margin-right 0.3s, opacity 0.3s;
  transition-delay: 0.1s;
}
.am-search-cancel-show {
  opacity: 1;
}
.am-search.am-search-start .am-search-input input[type="search"] {
  opacity: 1;
  padding: 0 0.56rem 0 0.7rem;
}
.am-search.am-search-start .am-search-input input[type="search"]::placeholder {
  color: transparent;
}
.am-search.am-search-start .am-search-input .am-search-synthetic-ph {
  padding-left: 0.3rem;
  width: auto;
}
.am-segment {
  display: flex;
  border-radius: 0.1rem;
  overflow: hidden;
  min-height: 0.54rem;
  opacity: 1;
}
.am-segment.am-segment-disabled {
  opacity: 0.5;
}
.am-segment-item {
  display: flex;
  flex: 1 1;
  justify-content: center;
  align-items: center;
  color: #108ee9;
  font-size: 0.28rem;
  line-height: 1;
  transition: background 0.2s;
  position: relative;
  border: 1PX solid #108ee9;
  width: 100%;
  box-sizing: border-box;
  border-left-width: 0;
}
.am-segment-item-tintcolor {
  border-color: #108ee9;
}
.am-segment-item:first-child {
  border-left-width: 1PX;
  border-radius: 0.1rem 0 0 0.1rem;
}
.am-segment-item:last-child {
  border-radius: 0 0.1rem 0.1rem 0;
}
.am-segment-item-selected {
  background: #108ee9;
  color: #fff;
}
.am-segment-item-active .am-segment-item-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.1;
  transition: background 0.2s;
  background-color: #108ee9;
}
.am-slider {
  position: relative;
}
.am-slider-rail {
  position: absolute;
  width: 100%;
  background-color: #ddd;
  height: 0.04rem;
  box-sizing: border-box;
}
.am-slider-track {
  position: absolute;
  left: 0;
  height: 0.04rem;
  border-radius: 0.04rem;
  background-color: #108ee9;
}
.am-slider-handle {
  position: absolute;
  margin-left: -0.24rem;
  margin-top: -0.2rem;
  width: 0.44rem;
  height: 0.44rem;
  cursor: pointer;
  border-radius: 50%;
  border: 0.04rem solid #108ee9;
  background-color: #fff;
  box-sizing: border-box;
}
.am-slider-handle:focus {
  background-color: #40a5ed;
}
.am-slider-mark {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 100%;
  font-size: 0.24rem;
}
.am-slider-mark-text {
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  color: #000;
}
.am-slider-mark-text-active {
  opacity: 0.3;
}
.am-slider-step {
  position: absolute;
  width: 100%;
  height: 0.08rem;
  background: transparent;
}
.am-slider-dot {
  position: absolute;
  bottom: -0.1rem;
  margin-left: -0.08rem;
  width: 0.24rem;
  height: 0.24rem;
  border: 0.04rem solid #ddd;
  background-color: #fff;
  cursor: pointer;
  border-radius: 50%;
  vertical-align: middle;
}
.am-slider-dot:first-child {
  margin-left: -0.08rem;
}
.am-slider-dot:last-child {
  margin-left: -0.08rem;
}
.am-slider-dot-active {
  border-color: #108ee9;
}
.am-slider-disabled {
  opacity: 0.3;
}
.am-slider-disabled .am-slider-track {
  height: 0.04rem;
}
.am-slider-disabled .am-slider-handle,
.am-slider-disabled .am-slider-mark-text,
.am-slider-disabled .am-slider-dot {
  cursor: not-allowed;
  box-shadow: none;
}
.am-stepper {
  position: relative;
  margin: 0;
  padding: 0.04rem 0;
  display: inline-block;
  box-sizing: content-box;
  width: 1.26rem;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.28rem;
  vertical-align: middle;
  overflow: hidden;
}
.am-stepper-handler-wrap {
  position: absolute;
  width: 100%;
  font-size: 0.48rem;
}
.am-stepper-handler,
.am-stepper-handler-up-inner,
.am-stepper-handler-down-inner {
  width: 0.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
}
.am-stepper-handler {
  text-align: center;
  border: 1PX solid #ddd;
  border-radius: 0.1rem;
  overflow: hidden;
  color: #000;
  position: absolute;
  display: inline-block;
  box-sizing: content-box;
}
.am-stepper-handler-active {
  z-index: 2;
  background-color: #ddd;
}
.am-stepper-handler-up-inner,
.am-stepper-handler-down-inner {
  user-select: none;
  right: 0.04rem;
  color: #000;
}
.am-stepper-input-wrap {
  display: none;
  width: 100%;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
  overflow: hidden;
}
.am-stepper-input {
  display: none;
  width: 1.2rem;
  font-size: 0.32rem;
  color: #000;
  text-align: center;
  border: 0;
  padding: 0;
  background: none;
  vertical-align: middle;
}
.am-stepper-input[disabled] {
  opacity: 1;
  color: #000;
}
.am-stepper.showNumber {
  width: 2.76rem;
}
.am-stepper.showNumber .am-stepper-input-wrap {
  display: inline-block;
}
.am-stepper.showNumber .am-stepper-input {
  display: inline-block;
}
.am-stepper.showNumber .am-stepper-handler-down-disabled {
  right: -1PX;
}
.am-stepper-handler-up {
  cursor: pointer;
  right: 0;
}
.am-stepper-handler-up-inner:before {
  text-align: center;
  content: "+";
}
.am-stepper-handler-down {
  cursor: pointer;
  left: 0;
}
.am-stepper-handler-down-inner:before {
  text-align: center;
  content: "-";
}
.am-stepper-handler-down-disabled,
.am-stepper-handler-up-disabled {
  opacity: 0.3;
}
.am-stepper-handler-up-disabled .am-stepper-handler-active {
  background: none;
}
.am-stepper-disabled .am-stepper-handler-down,
.am-stepper-disabled .am-stepper-handler-up {
  opacity: 0.3;
  background: none;
}
.am-stepper-disabled .am-stepper-handler {
  opacity: 0.3;
}
.am-stepper-disabled .am-stepper-input-wrap {
  opacity: 0.3;
}
.am-steps {
  font-size: 0;
  width: 100%;
  line-height: 1.5;
  display: flex;
}
.am-steps,
.am-steps * {
  box-sizing: border-box;
}
.am-steps-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  flex: 1 1;
  overflow: hidden;
}
.am-steps-item:last-child {
  flex: none;
}
.am-steps-item:last-child .am-steps-item-tail,
.am-steps-item:last-child .am-steps-item-title:after {
  display: none;
}
.am-steps-item-icon,
.am-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.am-steps-item-icon {
  border: 0.02rem solid #bbb;
  width: 0.44rem;
  height: 0.44rem;
  line-height: 0.44rem;
  border-radius: 0.44rem;
  text-align: center;
  font-size: 0.28rem;
  margin-right: 0.16rem;
  transition: background-color 0.3s, border-color 0.3s;
}
.am-steps-item-icon > .am-steps-icon {
  line-height: 1;
  top: -0.02rem;
  color: #108ee9;
  position: relative;
}
.am-steps-item-icon > .am-steps-icon .am-icon {
  font-size: 0.24rem;
  position: relative;
  float: left;
}
.am-steps-item-tail {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.24rem;
  padding: 0 0.2rem;
}
.am-steps-item-tail:after {
  content: '';
  display: inline-block;
  background: #ddd;
  height: 0.02rem;
  border-radius: 0.02rem;
  width: 100%;
  transition: background 0.3s;
  position: relative;
  left: -0.04rem;
}
.am-steps-item-content {
  margin-top: 0.06rem;
}
.am-steps-item-title {
  font-size: 0.32rem;
  margin-bottom: 0.08rem;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding-right: 0.2rem;
  position: relative;
}
.am-steps-item-description {
  font-size: 0.3rem;
  color: #bbb;
}
.am-steps-item-wait .am-steps-item-icon {
  border-color: #ccc;
  background-color: #fff;
}
.am-steps-item-wait .am-steps-item-icon > .am-steps-icon {
  color: #ccc;
}
.am-steps-item-wait .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #ccc;
}
.am-steps-item-wait .am-steps-item-title {
  color: #000;
}
.am-steps-item-wait .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-wait .am-steps-item-description {
  color: #000;
}
.am-steps-item-wait .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #108ee9;
}
.am-steps-item-process .am-steps-item-title {
  color: #000;
}
.am-steps-item-process .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-description {
  color: #000;
}
.am-steps-item-process .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item-process .am-steps-item-icon {
  background: #108ee9;
}
.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #fff;
}
.am-steps-item-finish .am-steps-item-icon {
  border-color: #108ee9;
  background-color: #fff;
}
.am-steps-item-finish .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-item-finish .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #108ee9;
}
.am-steps-item-finish .am-steps-item-title {
  color: #000;
}
.am-steps-item-finish .am-steps-item-title:after {
  background-color: #108ee9;
}
.am-steps-item-finish .am-steps-item-description {
  color: #000;
}
.am-steps-item-finish .am-steps-item-tail:after {
  background-color: #108ee9;
}
.am-steps-item-error .am-steps-item-icon {
  border-color: #f4333c;
  background-color: #fff;
}
.am-steps-item-error .am-steps-item-icon > .am-steps-icon {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-icon > .am-steps-icon .am-steps-icon-dot {
  background: #f4333c;
}
.am-steps-item-error .am-steps-item-title {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-title:after {
  background-color: #ddd;
}
.am-steps-item-error .am-steps-item-description {
  color: #f4333c;
}
.am-steps-item-error .am-steps-item-tail:after {
  background-color: #ddd;
}
.am-steps-item.am-steps-next-error .am-steps-item-title:after {
  background: #f4333c;
}
.am-steps-item.error-tail .am-steps-item-tail:after {
  background-color: #f4333c;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item {
  margin-right: 0.2rem;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item:last-child {
  margin-right: 0;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-tail {
  display: none;
}
.am-steps-horizontal:not(.am-steps-label-vertical) .am-steps-item-description {
  max-width: 2rem;
}
.am-steps-item-custom .am-steps-item-icon {
  background: none;
  border: 0;
  width: auto;
  height: auto;
}
.am-steps-item-custom .am-steps-item-icon > .am-steps-icon {
  font-size: 0.44rem;
  top: 0.02rem;
  width: 0.44rem;
  height: 0.44rem;
}
.am-steps-item-custom.am-steps-item-process .am-steps-item-icon > .am-steps-icon {
  color: #108ee9;
}
.am-steps-small .am-steps-item-icon {
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  text-align: center;
  border-radius: 0.36rem;
  font-size: 0.28rem;
  margin-right: 0.16rem;
}
.am-steps-small .am-steps-item-icon > .am-steps-icon {
  font-size: 0.24rem;
  transform: scale(0.75);
  top: -0.04rem;
}
.am-steps-small .am-steps-item-content {
  margin-top: 0;
}
.am-steps-small .am-steps-item-title {
  font-size: 0.32rem;
  margin-bottom: 0.06rem;
  color: #000;
  font-weight: bold;
}
.am-steps-small .am-steps-item-description {
  font-size: 0.24rem;
  color: #bbb;
}
.am-steps-small .am-steps-item-tail {
  top: 0.16rem;
  padding: 0 0.16rem;
}
.am-steps-small .am-steps-item-tail:after {
  height: 0.02rem;
  border-radius: 0.02rem;
  width: 100%;
  left: 0;
}
.am-steps-small .am-steps-item-custom .am-steps-item-icon {
  background: none;
}
.am-steps-small .am-steps-item-custom .am-steps-item-icon > .am-steps-icon {
  font-size: 0.36rem;
  top: -0.04rem;
  transform: none;
}
.am-steps-vertical {
  display: block;
}
.am-steps-vertical .am-steps-item {
  display: block;
  overflow: visible;
}
.am-steps-vertical .am-steps-item-icon {
  float: left;
}
.am-steps-vertical .am-steps-item-icon-inner {
  margin-right: 0.32rem;
}
.am-steps-vertical .am-steps-item-content {
  min-height: 0.96rem;
  overflow: hidden;
  display: block;
}
.am-steps-vertical .am-steps-item-title {
  line-height: 0.52rem;
}
.am-steps-vertical .am-steps-item-title:after {
  display: none;
}
.am-steps-vertical .am-steps-item-description {
  padding-bottom: 0.24rem;
}
.am-steps-vertical .am-steps-item-tail {
  position: absolute;
  left: 0.26rem;
  top: 0;
  height: 100%;
  width: 0.02rem;
  padding: 0.6rem 0 0.08rem 0;
}
.am-steps-vertical .am-steps-item-tail:after {
  height: 100%;
  width: 0.02rem;
}
.am-steps-vertical.am-steps-small .am-steps-item-tail {
  position: absolute;
  left: 0.18rem;
  top: 0;
  padding: 0.44rem 0 0.08rem 0;
}
.am-steps-vertical.am-steps-small .am-steps-item-title {
  line-height: 0.36rem;
}
.am-steps-label-vertical .am-steps-item {
  overflow: visible;
}
.am-steps-label-vertical .am-steps-item-tail {
  padding: 0 0.48rem;
  margin-left: 0.96rem;
}
.am-steps-label-vertical .am-steps-item-content {
  display: block;
  text-align: center;
  margin-top: 0.16rem;
  width: 2rem;
}
.am-steps-label-vertical .am-steps-item-icon {
  display: inline-block;
  margin-left: 0.72rem;
}
.am-steps-label-vertical .am-steps-item-title {
  padding-right: 0;
}
.am-steps-label-vertical .am-steps-item-title:after {
  display: none;
}
.am-swipe {
  overflow: hidden;
  position: relative;
}
.am-swipe-content {
  position: relative;
  background-color: #fff;
}
.am-swipe-cover {
  position: absolute;
  z-index: 2;
  background: transparent;
  height: 100%;
  width: 100%;
  top: 0;
  display: none;
}
.am-swipe .am-swipe-content,
.am-swipe .am-swipe-actions {
  transition: all 250ms;
}
.am-swipe-swiping .am-swipe-content,
.am-swipe-swiping .am-swipe-actions {
  transition: none;
}
.am-swipe-swiping .am-list-item-active {
  background-color: #FFF;
}
.am-swipe-actions {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.am-swipe-actions-left {
  left: 0;
}
.am-swipe-actions-right {
  right: 0;
}
.am-swipe-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.am-swipe-btn-text {
  padding: 0 0.16rem;
}
.am-switch {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  align-self: center;
}
.am-switch .checkbox {
  width: 1.02rem;
  height: 0.62rem;
  border-radius: 0.62rem;
  box-sizing: border-box;
  background: #e5e5e5;
  z-index: 0;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
          appearance: none;
  border: 0;
  cursor: pointer;
  position: relative;
  transition: all 300ms;
}
.am-switch .checkbox:before {
  content: ' ';
  position: absolute;
  left: 0.04rem;
  top: 0.04rem;
  width: 0.94rem;
  height: 0.54rem;
  border-radius: 0.54rem;
  box-sizing: border-box;
  background: #fff;
  z-index: 1;
  transition: all 200ms;
  transform: scale(1);
}
.am-switch .checkbox:after {
  content: ' ';
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 0.54rem;
  background: #fff;
  position: absolute;
  z-index: 2;
  top: 0.04rem;
  left: 0.04rem;
  transform: translateX(0);
  transition: all 200ms;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.2), 0 0.04rem 0.23rem 0 rgba(0, 0, 0, 0.08), -0.02rem 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1);
}
.am-switch .checkbox.checkbox-disabled {
  z-index: 3;
}
.am-switch input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 0 none;
  -webkit-appearance: none;
          appearance: none;
}
.am-switch input[type="checkbox"]:checked + .checkbox {
  background: #4dd865;
}
.am-switch input[type="checkbox"]:checked + .checkbox:before {
  transform: scale(0);
}
.am-switch input[type="checkbox"]:checked + .checkbox:after {
  transform: translateX(0.4rem);
}
.am-switch input[type="checkbox"]:disabled + .checkbox {
  opacity: 0.3;
}
.am-switch.am-switch-android .checkbox {
  width: 1.44rem;
  height: 0.46rem;
  border-radius: 0.06rem;
  background: #a7aaa6;
}
.am-switch.am-switch-android .checkbox:before {
  display: none;
}
.am-switch.am-switch-android .checkbox:after {
  width: 0.7rem;
  height: 0.42rem;
  border-radius: 0.04rem;
  box-shadow: none;
  left: 1PX;
  top: 1PX;
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox {
  background: #108ee9;
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox:before {
  transform: scale(0);
}
.am-switch.am-switch-android input[type="checkbox"]:checked + .checkbox:after {
  transform: translateX(0.7rem);
}
.am-tab-bar {
  height: 100%;
  overflow: hidden;
}
.am-tab-bar-bar {
  position: relative;
  box-sizing: border-box;
  height: 1rem;
  border-top: 1PX solid #ddd;
  width: 100%;
  display: flex;
  transition-duration: 0.2s;
  transition-property: height bottom;
  z-index: 100;
  justify-content: space-around;
  align-items: center;
  bottom: 0;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tab-bar-bar {
    border-top: none;
  }
  html:not([data-scale]) .am-tab-bar-bar::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tab-bar-bar::before {
    transform: scaleY(0.33);
  }
}
.am-tab-bar-bar-hidden-top {
  bottom: 1rem;
  height: 0;
}
.am-tab-bar-bar-hidden-bottom {
  bottom: -1rem;
  height: 0;
}
.am-tab-bar-bar .am-tab-bar-tab {
  flex: 1 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
.am-tab-bar-bar .am-tab-bar-tab-image {
  width: 0.44rem;
  height: 0.44rem;
  vertical-align: middle;
}
.am-tab-bar-bar .am-tab-bar-tab-title {
  font-size: 0.2rem;
  margin: 0.06rem 0 0 0;
  line-height: 1;
  text-align: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon {
  display: flex;
  justify-content: center;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-badge :last-child {
  margin-top: 0.08rem;
  left: 0.44rem;
}
.am-tab-bar-bar .am-tab-bar-tab-icon .tab-dot :last-child {
  margin-top: 0.08rem;
  left: 0.44rem;
}
.am-tab-bar-item {
  height: 100%;
}
.am-tabs {
  box-sizing: border-box;
  display: flex;
  flex: 1 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: flex;
  flex: 1 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top,
.am-tabs-bottom {
  flex-direction: column;
}
.am-tabs-left,
.am-tabs-right {
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  height: 0.87rem;
  line-height: 0.87rem;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -0.26rem;
  transform: translateX(-0.1rem);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -0.12rem;
  transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
  transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top,
.am-tabs-default-bar-bottom {
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content,
.am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 1.18rem;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 1.18rem;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab,
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 0.08rem 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline,
.am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left,
.am-tabs-default-bar-right {
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content,
.am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab,
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 0.08rem;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    transform: scaleX(0.33);
  }
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    transform: scaleX(0.33);
  }
}
.am-tag {
  display: inline-block;
  position: relative;
  font-size: 0.28rem;
  text-align: center;
  padding: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  box-sizing: border-box;
}
.am-tag.am-tag-small {
  height: 0.3rem;
  line-height: 0.3rem;
  padding: 0 0.1rem;
  font-size: 0.2rem;
}
.am-tag-normal {
  background-color: #fff;
  color: #888;
  border: 1PX solid #ddd;
  border-radius: 0.06rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-normal {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-normal::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.12rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-active {
  background-color: #fff;
  color: #108ee9;
  border: 1PX solid #108ee9;
  border-radius: 0.06rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-active {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #108ee9;
    border-radius: 0.12rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-disabled {
  color: #bbb;
  background-color: #ddd;
  border: 1PX solid #ddd;
  border-radius: 0.06rem;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tag-disabled {
    position: relative;
    border: none;
  }
  html:not([data-scale]) .am-tag-disabled::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1PX solid #ddd;
    border-radius: 0.12rem;
    transform-origin: 0 0;
    transform: scale(0.5);
    box-sizing: border-box;
    pointer-events: none;
  }
}
.am-tag-close {
  position: absolute;
  top: -0.18rem;
  left: -0.2rem;
  color: #bbb;
}
.am-tag-close-active {
  color: #888;
}
.am-tag-close .am-icon {
  background-color: #fff;
  border-radius: 0.18rem;
}
.am-list .am-list-item.am-textarea-item {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  min-height: 0.88rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item {
    border-bottom: none;
  }
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-list .am-list-item.am-textarea-item::after {
    transform: scaleY(0.33);
  }
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line {
  align-items: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-label {
  align-self: center;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control {
  padding-top: 0;
  padding-bottom: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-control textarea {
  line-height: 0.51rem;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line .am-textarea-clear {
  margin-top: 0;
}
.am-list .am-list-item.am-textarea-item.am-textarea-item-single-line.am-textarea-error .am-textarea-error-extra {
  margin-top: 0;
}
.am-textarea-label {
  align-self: flex-start;
  color: #000;
  text-align: left;
  min-height: 0.88rem;
  font-size: 0.34rem;
  line-height: 0.88rem;
  margin-left: 0;
  margin-right: 0.1rem;
  white-space: nowrap;
  overflow: hidden;
}
.am-textarea-label.am-textarea-label-2 {
  width: 0.68rem;
}
.am-textarea-label.am-textarea-label-3 {
  width: 1.02rem;
}
.am-textarea-label.am-textarea-label-4 {
  width: 1.36rem;
}
.am-textarea-label.am-textarea-label-5 {
  width: 1.7rem;
}
.am-textarea-label.am-textarea-label-6 {
  width: 2.04rem;
}
.am-textarea-label.am-textarea-label-7 {
  width: 2.38rem;
}
.am-textarea-control {
  flex: 1 1;
  padding-top: 0.2rem;
  padding-bottom: 0.18rem;
}
.am-textarea-control textarea {
  color: #000;
  font-size: 0.34rem;
  line-height: 0.51rem;
  -webkit-appearance: none;
          appearance: none;
  width: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: visible;
  display: block;
  resize: none;
  word-break: break-word;
  word-wrap: break-word;
}
.am-textarea-control textarea::placeholder {
  color: #bbb;
}
.am-textarea-control textarea:disabled {
  color: #bbb;
  background-color: #fff;
}
.am-textarea-clear {
  display: none;
  width: 0.42rem;
  height: 0.42rem;
  margin-top: 0.24rem;
  border-radius: 50%;
  overflow: hidden;
  font-style: normal;
  color: #fff;
  background-color: #ccc;
  background-repeat: no-repeat;
  background-size: 0.42rem auto;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20width%3D%2724%27%20height%3D%2724%27%20viewBox%3D%270%200%2024%2024%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
}
.am-textarea-clear-active {
  background-color: #108ee9;
}
.am-textarea-focus .am-textarea-clear {
  display: block;
}
.am-textarea-has-count {
  padding-bottom: 0.14rem;
}
.am-textarea-count {
  position: absolute;
  bottom: 0.12rem;
  right: 0.1rem;
  color: #bbb;
  font-size: 0.28rem;
}
.am-textarea-count span {
  color: #000;
}
.am-textarea-error .am-textarea-control textarea {
  color: #f50;
}
.am-textarea-error .am-textarea-error-extra {
  margin-top: 0.24rem;
  width: 0.42rem;
  height: 0.42rem;
  margin-left: 0.16rem;
  background-size: 0.42rem 0.42rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2718%27%20height%3D%2718%27%20viewBox%3D%270%200%2018%2018%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cg%20stroke%3D%27none%27%20stroke-width%3D%271%27%20fill%3D%27none%27%20fill-rule%3D%27evenodd%27%3E%3Cg%20transform%3D%27translate%28-300.000000%2C%20-1207.000000%29%27%20fill%3D%27%23FF5500%27%3E%3Cg%20id%3D%27exclamation-circle-o%27%20transform%3D%27translate%28300.000000%2C%201207.000000%29%27%3E%3Cpath%20d%3D%27M9%2C16.734375%20C10.0441406%2C16.734375%2011.0566406%2C16.5304688%2012.009375%2C16.1279297%20C12.9304688%2C15.7376953%2013.7566406%2C15.1804687%2014.4685547%2C14.4703125%20C15.1787109%2C13.7601563%2015.7376953%2C12.9322266%2016.1261719%2C12.0111328%20C16.5304688%2C11.0566406%2016.734375%2C10.0441406%2016.734375%2C9%20C16.734375%2C7.95585938%2016.5304688%2C6.94335938%2016.1279297%2C5.990625%20C15.7376953%2C5.06953125%2015.1804687%2C4.24335938%2014.4703125%2C3.53144531%20C13.7601563%2C2.82128906%2012.9322266%2C2.26230469%2012.0111328%2C1.87382813%20C11.0566406%2C1.46953125%2010.0441406%2C1.265625%209%2C1.265625%20C7.95585938%2C1.265625%206.94335938%2C1.46953125%205.990625%2C1.87207031%20C5.06953125%2C2.26230469%204.24335938%2C2.81953125%203.53144531%2C3.5296875%20C2.82128906%2C4.23984375%202.26230469%2C5.06777344%201.87382813%2C5.98886719%20C1.46953125%2C6.94335938%201.265625%2C7.95585938%201.265625%2C9%20C1.265625%2C10.0441406%201.46953125%2C11.0566406%201.87207031%2C12.009375%20C2.26230469%2C12.9304688%202.81953125%2C13.7566406%203.5296875%2C14.4685547%20C4.23984375%2C15.1787109%205.06777344%2C15.7376953%205.98886719%2C16.1261719%20C6.94335938%2C16.5304688%207.95585938%2C16.734375%209%2C16.734375%20L9%2C16.734375%20Z%20M9%2C18%20C4.02890625%2C18%200%2C13.9710937%200%2C9%20C0%2C4.02890625%204.02890625%2C0%209%2C0%20C13.9710937%2C0%2018%2C4.02890625%2018%2C9%20C18%2C13.9710937%2013.9710937%2C18%209%2C18%20L9%2C18%20L9%2C18%20Z%20M9%2C6.75%20C8.61152344%2C6.75%208.296875%2C7.06464844%208.296875%2C7.453125%20L8.296875%2C13.9394531%20C8.296875%2C14.3279297%208.61152344%2C14.6425781%209%2C14.6425781%20C9.38847656%2C14.6425781%209.703125%2C14.3279297%209.703125%2C13.9394531%20L9.703125%2C7.453125%20C9.703125%2C7.06464844%209.38847656%2C6.75%209%2C6.75%20L9%2C6.75%20Z%20M8.20898438%2C4.83398438%20C8.20898438%2C5.27085024%208.56313413%2C5.625%209%2C5.625%20C9.43686587%2C5.625%209.79101562%2C5.27085024%209.79101562%2C4.83398438%20C9.79101562%2C4.39711851%209.43686587%2C4.04296875%209%2C4.04296875%20C8.56313413%2C4.04296875%208.20898438%2C4.39711851%208.20898438%2C4.83398438%20L8.20898438%2C4.83398438%20Z%27%20id%3D%27Shape%27%20transform%3D%27translate%289.000000%2C%209.000000%29%20scale%281%2C%20-1%29%20translate%28-9.000000%2C%20-9.000000%29%20%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.am-textarea-disabled .am-textarea-label {
  color: #bbb;
}
.am-list-body .am-list-item:last-child {
  border-bottom: 0;
}
.am-list-body .am-list-item:last-child:after {
  display: none !important;
}
.am-toast {
  position: fixed;
  width: 100%;
  z-index: 1999;
  font-size: 0.28rem;
  text-align: center;
}
.am-toast > span {
  max-width: 50%;
}
.am-toast.am-toast-mask {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask {
  position: fixed;
  max-width: 50%;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translateZ(1px);
}
.am-toast.am-toast-nomask .am-toast-notice {
  transform: translateX(-50%) translateY(-50%);
}
.am-toast-notice-content .am-toast-text {
  min-width: 1.2rem;
  border-radius: 0.06rem;
  color: #fff;
  background-color: rgba(58, 58, 58, 0.9);
  line-height: 1.5;
  padding: 0.18rem 0.3rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon {
  border-radius: 0.1rem;
  padding: 0.3rem 0.3rem;
}
.am-toast-notice-content .am-toast-text.am-toast-text-icon .am-toast-text-info {
  margin-top: 0.12rem;
}
.am-whitespace.am-whitespace-xs {
  height: 0.06rem;
}
.am-whitespace.am-whitespace-sm {
  height: 0.12rem;
}
.am-whitespace.am-whitespace-md {
  height: 0.18rem;
}
.am-whitespace.am-whitespace-lg {
  height: 0.3rem;
}
.am-whitespace.am-whitespace-xl {
  height: 0.42rem;
}
.am-wingblank {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-wingblank.am-wingblank-sm {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
.am-wingblank.am-wingblank-md {
  margin-left: 0.16rem;
  margin-right: 0.16rem;
}
.am-wingblank.am-wingblank-lg {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-platform/es/utils/showErrorUI.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.showErrorUI-message {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2 ;
  -webkit-box-orient: vertical;
}
.lx-drawer .showErrorUI-message {
  overflow: visible;
  -webkit-line-clamp: initial;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/icons/es/EmptyIcon/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-icons-empty {
  padding-top: 0.16rem;
  padding-bottom: 0.32rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.12rem;
  color: rgba(28, 36, 46, 0.85);
}
.lcdp-icons-empty-searchResIcon {
  min-height: 0.64rem;
  font-size: 0.64rem;
  margin-bottom: 0.04rem;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-app/es/components/BannerModal/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-bannermodal {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 1000;
  top: 0;
  left: 0;
}
.lcdp-bannermodal-with-mask {
  transition: all 0.2s ease-out;
  background-color: rgba(0, 0, 0, 0.8);
}
.lcdp-bannermodal-with-mask .adm-mask {
  background-color: transparent !important;
}
.lcdp-bannermodal-enter {
  transform: scale(0.3);
  animation-duration: 0.2s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-fill-mode: both;
}
.lcdp-bannermodal-enter-enter-active {
  animation-name: fadeIn;
  animation-play-state: running;
}
.lcdp-bannermodal-appear {
  transform: scale(0.3);
  animation-duration: 0.2s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-fill-mode: both;
}
.lcdp-bannermodal-appear-appear-active {
  animation-name: fadeIn;
  animation-play-state: running;
}
.lcdp-bannermodal-leave {
  animation-duration: 0.2s;
  animation-play-state: paused;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-fill-mode: both;
}
.lcdp-bannermodal-leave.lcdp-bannermodal-leave-leave-active {
  animation-name: fadeOut;
  animation-play-state: running;
}
@keyframes fadeIn {
  0% {
    transform: scale(0.3);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.3);
  }
}
.lcdp-bannermodal-left-icon {
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-self: center;
}
.lcdp-bannermodal-left-icon .anticon {
  color: white;
  font-size: 0.36rem;
}
.lcdp-bannermodal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.lcdp-bannermodal-content-closeIcon {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1001;
}
.lcdp-bannermodal-content-closeIcon img {
  width: 100%;
  height: 100%;
}
.lcdp-bannermodal-content .pdf-disbtn {
  position: absolute;
  bottom: 0.4rem;
  display: flex;
  align-items: center;
  padding: 0.26rem 0.64rem;
  background-color: #323232;
  border-radius: 0.08rem;
}
.lcdp-bannermodal-content .pdf-disbtn .pdf-bt {
  width: 0.4rem;
  height: 0.4rem;
}
.lcdp-bannermodal-content .pdf-disbtn .pdf-bt img {
  width: 100%;
  height: 100%;
}
.lcdp-bannermodal-content .pdf-disbtn .pdf-bt-text {
  margin: 0 0.32rem;
  color: #fff;
  font-size: 0.28rem;
}
.lcdp-bannermodal-content .pdf-disbtn .pdf-bt-line {
  width: 0.02rem;
  height: 0.28rem;
  margin: 0 0.32rem;
  background-color: #fff;
}
.lcdp-bannermodal-image {
  width: 80%;
  height: 7.32rem;
  object-fit: contain;
  background-color: #fff;
}
.lcdp-bannermodal-iframe {
  flex: 1 1;
  width: 90%;
  background-color: #fff;
  border: none;
  outline: none;
}
.lcdp-bannermodal-close {
  position: fixed;
  top: 0.4rem;
  right: 0.4rem;
  z-index: 1000;
  width: 0.8rem;
  height: 0.8rem;
}
.lcdp-bannermodal-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0.16rem;
  background-color: #fff;
}
.lcdp-bannermodal-footer .am-button {
  flex: 1 1;
}
.lcdp-bannermodal-footer .am-button:not(:first-child) {
  margin-left: 0.16rem;
}
.lcdp-bannermodal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  transition: transform 0.2s ease-out;
}
.lcdp-bannermodal-modal {
  transform: scale(0.85);
}
.lcdp-bannermodal-modal .lcdp-bannermodal-left-icon,
.lcdp-bannermodal-modal .lcdp-bannermodal-content-closeIcon,
.lcdp-bannermodal-modal .pdf-disbtn {
  transform: scale(1.176);
}
.lcdp-bannermodal-modal .adm-image-viewer-indicator {
  transform: scale(1.176) translateX(-50%);
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/toast/toast.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-toast-mask .adm-toast-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.adm-toast-mask .adm-toast-main {
  display: inline-block;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 4.08rem;
  max-height: 70%;
  overflow: auto;
  color: white;
  word-break: break-all;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.16rem;
  pointer-events: all;
  font-size: var(--adm-font-size-7);
  line-height: 1.5;
  box-sizing: border-box;
}
.adm-toast-mask .adm-toast-main-text {
  padding: 0.24rem;
  min-width: 0px;
}
.adm-toast-mask .adm-toast-main-icon {
  padding: 0.7rem 0.24rem;
  min-width: 3rem;
}
.adm-toast-mask .adm-toast-main-icon .adm-toast-icon {
  text-align: center;
  margin-bottom: 0.16rem;
  font-size: 0.72rem;
  line-height: 1;
}
.adm-toast-loading {
  --size: 0.96rem;
  margin: 0 auto 0.16rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/spin-loading/spin-loading.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-spin-loading {
  --color: var(--adm-color-weak);
  --size: 0.64rem;
  width: var(--size);
  height: var(--size);
}
.adm-spin-loading-svg {
  width: 100%;
  height: 100%;
  animation: adm-spin-loading-rotate 0.8s infinite linear;
}
.adm-spin-loading-svg > .adm-spin-loading-fill {
  stroke: var(--color);
}
@keyframes adm-spin-loading-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/mask/mask.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-mask {
  --z-index: var(--adm-mask-z-index, 1000);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  display: block;
  width: 100%;
  height: 100%;
}
.adm-mask-aria-button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.adm-mask-content {
  z-index: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/auto-center/auto-center.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-auto-center {
  display: flex;
  justify-content: center;
}
.adm-auto-center-content {
  flex: 0 1 auto;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-render/es/components/WaterMark/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.engine-watermark {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  pointer-events: none;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-render-core/es/NotFound/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.render-core-NotFound {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  font-weight: 600;
  height: 1rem;
  background-color: #fff;
  color: red;
  border: 1px solid #f00;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-businesscomponent/es/Pageview/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-pageview {
  overflow: auto;
  position: relative;
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/global/global.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
:root {
  --adm-radius-s: 0.08rem;
  --adm-radius-m: 0.16rem;
  --adm-radius-l: 0.24rem;
  --adm-font-size-1: 0.18rem;
  --adm-font-size-2: 0.2rem;
  --adm-font-size-3: 0.22rem;
  --adm-font-size-4: 0.24rem;
  --adm-font-size-5: 0.26rem;
  --adm-font-size-6: 0.28rem;
  --adm-font-size-7: 0.3rem;
  --adm-font-size-8: 0.32rem;
  --adm-font-size-9: 0.34rem;
  --adm-font-size-10: 0.36rem;
  --adm-color-primary: #1677ff;
  --adm-color-success: #00b578;
  --adm-color-warning: #ff8f1f;
  --adm-color-danger: #ff3141;
  --adm-color-white: #ffffff;
  --adm-color-text: #333333;
  --adm-color-text-secondary: #666666;
  --adm-color-weak: #999999;
  --adm-color-light: #cccccc;
  --adm-color-border: #eeeeee;
  --adm-color-box: #f5f5f5;
  --adm-color-background: #ffffff;
  --adm-font-size-main: var(--adm-font-size-5);
  --adm-font-family: -apple-system, blinkmacsystemfont, 'Helvetica Neue',
    helvetica, segoe ui, arial, roboto, 'PingFang SC', 'miui',
    'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
  --adm-border-color: var(--adm-color-border);
}
html[data-prefers-color-scheme='dark'] {
  --adm-color-primary: #3086ff;
  --adm-color-success: #34b368;
  --adm-color-warning: #ffa930;
  --adm-color-danger: #ff4a58;
  --adm-color-text: #e6e6e6;
  --adm-color-text-secondary: #b3b3b3;
  --adm-color-weak: #808080;
  --adm-color-light: #4d4d4d;
  --adm-color-border: #2b2b2b;
  --adm-color-box: #0a0a0a;
  --adm-color-background: #1a1a1a;
  --adm-border-color: var(--adm-color-border);
}
:root {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-main);
  font-family: var(--adm-font-family);
}
a,
button {
  cursor: pointer;
}
a {
  color: var(--adm-color-primary);
  transition: opacity ease-in-out 0.2s;
}
a:active {
  opacity: 0.8;
}
.adm-plain-anchor {
  color: unset;
  transition: none;
}
.adm-plain-anchor:active {
  opacity: unset;
}
body.adm-overflow-hidden {
  overflow: hidden !important;
}
div.adm-px-tester {
  --size: 1;
  height: calc(var(--size) / 2 * 0.04rem);
  width: 0;
  position: fixed;
  right: -100vw;
  bottom: -100vh;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/action-sheet/action-sheet.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-action-sheet-popup > .adm-popup-body {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
  overflow: hidden;
}
.adm-action-sheet-extra {
  display: flex;
  justify-content: center;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-7);
  padding: 0.36rem 0.24rem;
  border-bottom: 1px solid var(--adm-color-border);
}
.adm-action-sheet-button-list {
  border-bottom: 1px solid var(--adm-color-border);
}
.adm-action-sheet-button-item-wrapper {
  border-bottom: 1px solid var(--adm-color-border);
}
.adm-action-sheet-button-item-wrapper:last-child {
  border-bottom: none;
}
.adm-action-sheet-button-item {
  text-align: center;
  display: block;
  background-color: var(--adm-color-background);
  padding: 0.32rem;
}
.adm-action-sheet-button-item:active {
  background-color: #eeeeee;
}
.adm-action-sheet-button-item-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}
.adm-action-sheet-button-item-name {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-10);
}
.adm-action-sheet-button-item-description {
  font-size: var(--adm-font-size-6);
  color: var(--adm-color-weak);
  padding-top: 0.08rem;
}
.adm-action-sheet-button-item-danger .adm-action-sheet-button-item-name {
  color: var(--adm-color-danger);
}
.adm-action-sheet-button-item-bold .adm-action-sheet-button-item-name {
  font-weight: bold;
}
.adm-action-sheet-cancel {
  background-color: var(--adm-color-box);
  padding-top: 0.16rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/popup/popup.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-popup {
  --z-index: var(--adm-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-popup-body {
  position: fixed;
  background-color: var(--adm-color-background);
  z-index: calc(var(--z-index) + 10);
}
.adm-popup-body .adm-popup-close-icon {
  position: absolute;
  z-index: 100;
}
.adm-popup-body-position-bottom {
  width: 100%;
  bottom: 0;
  left: 0;
}
.adm-popup-body-position-bottom .adm-popup-close-icon {
  right: 0.16rem;
  top: 0.16rem;
}
.adm-popup-body-position-top {
  width: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-top .adm-popup-close-icon {
  right: 0.16rem;
  bottom: 0.16rem;
}
.adm-popup-body-position-left {
  height: 100%;
  top: 0;
  left: 0;
}
.adm-popup-body-position-left .adm-popup-close-icon {
  right: 0.16rem;
  top: 0.16rem;
}
.adm-popup-body-position-right {
  height: 100%;
  top: 0;
  right: 0;
}
.adm-popup-body-position-right .adm-popup-close-icon {
  left: 0.16rem;
  top: 0.16rem;
}
.adm-popup-close-icon {
  cursor: pointer;
  padding: 0.08rem;
  font-size: 0.36rem;
  color: var(--adm-color-weak);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/safe-area/safe-area.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.adm-safe-area {
  --multiple: var(--adm-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.adm-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.adm-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/avatar/avatar.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-avatar {
  --size: var(--adm-avatar-size, 0.88rem);
  --border-radius: var(--adm-avatar-border-radius, 0.08rem);
  border-radius: var(--border-radius);
}
.adm-avatar.adm-image {
  --width: var(--size);
  --height: var(--size);
}
.adm-avatar-fallback {
  height: 100%;
  width: 100%;
  display: block;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/image/image.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-image {
  --width: var(--adm-image-width, auto);
  --height: var(--adm-image-height, auto);
  width: var(--width);
  height: var(--height);
  display: block;
  overflow: hidden;
}
.adm-image-img {
  width: 100%;
  height: 100%;
}
.adm-image-tip {
  position: relative;
  background-color: var(--adm-color-box);
  height: 100%;
  min-height: 0.48rem;
  min-width: 0.48rem;
}
.adm-image-tip > svg {
  width: 0.48rem;
  height: 0.48rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: var(--adm-color-weak);
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/badge/badge.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-badge-wrapper {
  display: inline-block;
  position: relative;
}
.adm-badge {
  display: inline-flex;
  vertical-align: middle;
  box-sizing: content-box;
  border-radius: 2rem;
  background-color: var(--color);
  --right: 0;
  --top: 0;
  --color: var(--adm-badge-color, #ff411c);
}
.adm-badge-content {
  color: var(--adm-color-white);
  box-sizing: border-box;
  min-width: 0.16rem;
  padding: 1px 0.08rem;
  font-size: var(--adm-font-size-1);
  line-height: 0.24rem;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
}
.adm-badge-fixed {
  position: absolute;
  right: var(--right);
  top: var(--top);
  transform: translate(50%, -50%);
}
.adm-badge-dot {
  min-width: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}
.adm-badge-bordered {
  border: solid 1px var(--adm-color-white);
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/button/button.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-button {
  --color: var(--adm-color-white);
  --text-color: var(--adm-button-text-color, var(--adm-color-text));
  --background-color: var(--adm-button-background-color, var(--adm-color-background));
  --border-radius: var(--adm-button-border-radius, 0.08rem);
  --border-width: var(--adm-button-border-width, 1px);
  --border-style: var(--adm-button-border-style, solid);
  --border-color: var(--adm-button-border-color, var(--adm-color-border));
  color: var(--text-color);
  background-color: var(--background-color);
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
  padding: 0.14rem 0.24rem;
  margin: 0;
  font-size: var(--adm-font-size-9);
  line-height: 1.4;
  text-align: center;
  border: var(--border-width) var(--border-style) var(--border-color);
  border-radius: var(--border-radius);
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          user-select: none;
}
.adm-button:focus {
  outline: none;
}
.adm-button::before {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(calc(var(--border-width) * -1), calc(var(--border-width) * -1));
  width: 100%;
  height: 100%;
  background-color: #000;
  border: var(--border-width) var(--border-style) #000;
  border-radius: var(--border-radius);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-button:active::before {
  opacity: 0.08;
}
.adm-button-default.adm-button-fill-outline {
  --background-color: transparent;
  --border-color: var(--adm-color-text);
}
.adm-button-default.adm-button-fill-none {
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button:not(.adm-button-default) {
  --text-color: var(--adm-color-white);
  --background-color: var(--color);
  --border-color: var(--color);
}
.adm-button:not(.adm-button-default).adm-button-fill-outline {
  --text-color: var(--color);
  --background-color: transparent;
}
.adm-button:not(.adm-button-default).adm-button-fill-none {
  --text-color: var(--color);
  --background-color: transparent;
  --border-width: 0px;
}
.adm-button-primary {
  --color: var(--adm-color-primary);
}
.adm-button-success {
  --color: var(--adm-color-success);
}
.adm-button-danger {
  --color: var(--adm-color-danger);
}
.adm-button-warning {
  --color: var(--adm-color-warning);
}
.adm-button-block {
  display: block;
  width: 100%;
}
.adm-button-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-button-disabled:active::before {
  display: none;
}
.adm-button.adm-button-mini {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  font-size: var(--adm-font-size-main);
}
.adm-button.adm-button-mini.adm-button-shape-rounded {
  padding-left: 0.18rem;
  padding-right: 0.18rem;
}
.adm-button.adm-button-small {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
  font-size: var(--adm-font-size-7);
}
.adm-button.adm-button-large {
  padding-top: 0.22rem;
  padding-bottom: 0.22rem;
  font-size: var(--adm-font-size-10);
}
.adm-button.adm-button-shape-rounded {
  --border-radius: 20rem;
}
.adm-button.adm-button-shape-rectangular {
  --border-radius: 0;
}
.adm-button-loading {
  vertical-align: bottom;
}
.adm-button-loading-wrapper {
  display: flex;
  height: 1.4em;
  align-items: center;
  justify-content: center;
}
.adm-button-loading-wrapper > .adm-loading {
  opacity: 0.6;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/dot-loading/dot-loading.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-dot-loading {
  display: inline-block;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/calendar/calendar.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-calendar .adm-calendar-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.08rem;
}
.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button {
  padding: 0.08rem 0.16rem;
  display: block;
  flex: none;
}
.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button svg {
  height: 0.44rem;
}
.adm-calendar .adm-calendar-header a.adm-calendar-arrow-button.adm-calendar-arrow-button-right svg {
  transform: rotate(180deg);
}
.adm-calendar .adm-calendar-header .adm-calendar-title {
  font-size: var(--adm-font-size-10);
  flex: auto;
  text-align: center;
}
.adm-calendar .adm-calendar-body {
  display: flex;
  flex-wrap: wrap;
}
.adm-calendar-cells {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0.16rem 0.16rem 0.08rem;
}
.adm-calendar-cell {
  flex: none;
  box-sizing: border-box;
  width: calc(100% / 7);
  height: 0.96rem;
  margin-bottom: 0.08rem;
  padding: 0.04rem;
  color: var(--adm-color-text);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.adm-calendar-cell.adm-calendar-cell-today {
  color: var(--adm-color-primary);
}
.adm-calendar-cell.adm-calendar-cell-disabled {
  color: var(--adm-color-light);
}
.adm-calendar-cell.adm-calendar-cell-disabled .adm-calendar-cell-bottom {
  color: var(--adm-color-light);
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected {
  background: var(--adm-color-primary);
  color: var(--adm-color-white);
}
.adm-calendar-cell.adm-calendar-cell-selected .adm-calendar-cell-bottom {
  color: var(--adm-color-white);
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-begin {
  border-top-left-radius: 0.08rem;
  border-bottom-left-radius: 0.08rem;
}
.adm-calendar-cell.adm-calendar-cell-selected.adm-calendar-cell.adm-calendar-cell-selected-end {
  border-top-right-radius: 0.08rem;
  border-bottom-right-radius: 0.08rem;
}
.adm-calendar-cell.adm-calendar-cell-disabled.adm-calendar-cell.adm-calendar-cell-selected {
  color: var(--adm-color-light);
}
.adm-calendar-cell .adm-calendar-cell-top {
  flex: none;
  font-size: var(--adm-font-size-10);
}
.adm-calendar-cell .adm-calendar-cell-bottom {
  flex: none;
  font-size: var(--adm-font-size-4);
  height: 0.24rem;
  line-height: 0.24rem;
  color: var(--adm-color-weak);
}
.adm-calendar-mark {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-bottom: solid 1px var(--adm-color-border);
  height: 0.9rem;
  box-sizing: border-box;
  font-size: var(--adm-font-size-7);
  padding: 0 0.16rem;
}
.adm-calendar-mark .adm-calendar-mark-cell {
  flex: 1 1;
  text-align: center;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/capsule-tabs/capsule-tabs.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-capsule-tabs {
  position: relative;
  min-width: 0;
}
.adm-capsule-tabs-header {
  position: relative;
  padding: 0.24rem 0.12rem;
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-capsule-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}
.adm-capsule-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.adm-capsule-tabs-tab-wrapper {
  flex: auto;
  padding: 0 0.12rem;
}
.adm-capsule-tabs-tab {
  position: relative;
  padding: 0.16rem 0.4rem;
  margin: 0 auto;
  border-radius: 0.4rem;
  cursor: pointer;
  font-size: var(--adm-font-size-7);
  text-align: center;
  white-space: nowrap;
  background-color: var(--adm-color-box);
}
.adm-capsule-tabs-tab-active {
  color: var(--adm-color-white);
  background-color: var(--adm-color-primary);
}
.adm-capsule-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adm-capsule-tabs-content {
  padding: 0.24rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/scroll-mask/scroll-mask.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-scroll-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0.6rem;
  height: 100%;
  pointer-events: none;
}
.adm-scroll-mask-left {
  left: 0;
  background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
}
.adm-scroll-mask-right {
  right: 0;
  background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/card/card.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-card {
  background: var(--adm-color-background);
  border-radius: 0.16rem;
  padding: 0 0.24rem;
}
.adm-card-header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0.24rem 0;
}
.adm-card-header:not(:last-child) {
  border-bottom: solid 0.5px var(--adm-color-border);
}
.adm-card-header-title {
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  font-weight: bold;
}
.adm-card-body {
  padding: 0.24rem 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/picker/picker.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-picker {
  --header-button-font-size: var(--adm-font-size-7);
  --title-font-size: var(--adm-font-size-7);
  --item-font-size: var(--adm-font-size-8);
  --item-height: 0.68rem;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  ---item-font-size: var(--item-font-size);
  ---item-height: var(--item-height);
}
.adm-picker .adm-picker-view.adm-picker-view {
  --item-font-size: var(---item-font-size);
  --item-height: var(---item-height);
}
.adm-picker-header {
  flex-shrink: 0;
  border-bottom: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.08rem 0.08rem;
}
.adm-picker-header-button {
  font-size: var(--header-button-font-size);
  display: inline-block;
  padding: 0.16rem 0.16rem;
}
.adm-picker-header-button-disabled,
.adm-picker-header-button-disabled:active {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-picker-header-title {
  padding: 0.08rem 0.08rem;
  font-size: var(--title-font-size);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-picker-body {
  flex: 1 1;
  width: 100%;
  height: 100%;
}
.adm-picker-body > .adm-picker-view {
  --height: 100%;
}
.adm-picker-popup .adm-popup-body {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/picker-view/picker-view.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-picker-view {
  --height: 4.8rem;
  --item-height: 0.68rem;
  --item-font-size: var(--adm-font-size-8);
  height: var(--height);
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
  background: var(--adm-color-background);
}
.adm-picker-view-column {
  height: 100%;
  flex: 1 1;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  position: relative;
  z-index: 0;
}
.adm-picker-view-column-wheel {
  width: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  position: absolute;
  top: calc(50% - var(--item-height) / 2);
  left: 0;
}
.adm-picker-view-column-wheel::before {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: -100vh;
}
.adm-picker-view-column-wheel::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: -100vh;
}
.adm-picker-view-column-item {
  font-size: var(--item-font-size);
  padding: 0 0.12rem;
  height: var(--item-height);
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-column-item-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.adm-picker-view-column-accessible {
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  top: calc(var(--item-height) * -1);
  z-index: 0;
  padding-bottom: 1px;
}
.adm-picker-view-column-accessible > * {
  flex: 1 1;
  text-overflow: ellipsis;
}
.adm-picker-view-column-accessible-current {
  position: absolute;
  width: 100%;
  height: 100%;
}
.adm-picker-view-column-accessible-button {
  width: 100%;
  height: 100%;
}
.adm-picker-view-mask {
  position: absolute;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  pointer-events: none;
}
.adm-picker-view-mask-top,
.adm-picker-view-mask-bottom {
  flex: auto;
}
.adm-picker-view-mask-middle {
  height: var(--item-height);
  box-sizing: border-box;
  flex: none;
  border-top: solid 1px var(--adm-color-border);
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-picker-view-mask-top {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-mask-bottom {
  background: var(--adm-color-background);
  -webkit-mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
          mask: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 50%, #000000 100%);
}
.adm-picker-view-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-picker-view-item-height-measure {
  position: relative;
  left: 0;
  top: 0;
  height: var(--item-height);
  width: 0;
  pointer-events: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/cascader/cascader.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-cascader {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.adm-cascader-header {
  flex: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.12rem 0.16rem;
}
.adm-cascader-header-button {
  font-size: var(--adm-font-size-7);
  display: inline-block;
  padding: 0.08rem 0.08rem;
}
.adm-cascader-header-title {
  padding: 0.08rem 0.08rem;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-text);
  text-align: center;
  flex: 1 1;
}
.adm-cascader-body {
  flex: auto;
  height: 100%;
  width: 100%;
}
.adm-cascader-body > .adm-cascader-view {
  --height: 6.2rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/cascader-view/cascader-view.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.adm-cascader-view {
  --height: auto;
}
.adm-cascader-view-tabs.adm-tabs {
  --title-font-size: var(--adm-font-size-6);
  --content-padding: none;
}
.adm-cascader-view-header-title {
  max-width: 1.68rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.adm-cascader-view-content {
  height: var(--height);
  overflow-y: auto;
}
.adm-cascader-view-content > .adm-check-list {
  --border-inner: none;
  --border-bottom: none;
  --border-top: none;
}
.adm-cascader-view-item {
  font-size: var(--adm-font-size-6);
}
.adm-cascader-view-item-active {
  color: var(--adm-color-primary);
}
.adm-cascader-view .adm-list-inner {
  margin-bottom: 0;
}
.adm-cascader-view-skeleton {
  padding: 0.32rem 0.24rem;
}
.adm-cascader-view-skeleton .adm-skeleton {
  margin-bottom: 0.32rem;
  --height: 0.36rem;
  --width: 80%;
  --border-radius: 0.04rem;
}
.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-3 {
  --width: 90%;
}
.adm-cascader-view-skeleton .adm-skeleton.adm-cascader-view-skeleton-line-4 {
  --width: 60%;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/tabs/tabs.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-tabs {
  --title-font-size: var(--adm-font-size-9);
  --content-padding: 0.24rem;
  --active-line-height: 0.04rem;
  --active-line-border-radius: var(--active-line-height);
  --active-line-color: var(--adm-color-primary);
  --active-title-color: var(--adm-color-primary);
  position: relative;
  min-width: 0;
}
.adm-tabs-header {
  position: relative;
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: scroll;
  scrollbar-width: none;
}
.adm-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.adm-tabs-tab-wrapper {
  padding: 0 0.24rem;
}
.adm-tabs-tab-wrapper-stretch {
  flex: auto;
}
.adm-tabs-tab {
  white-space: nowrap;
  padding: 0.16rem 0 0.2rem;
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto;
  font-size: var(--title-font-size);
  position: relative;
  cursor: pointer;
}
.adm-tabs-tab-active {
  color: var(--active-title-color);
}
.adm-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adm-tabs-tab-line {
  position: absolute;
  bottom: 0;
  height: var(--active-line-height);
  background: var(--active-line-color);
  border-radius: var(--active-line-border-radius);
}
.adm-tabs-content {
  padding: var(--content-padding);
}
.adm-tabs-header-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 0.6rem;
  height: 100%;
  pointer-events: none;
}
.adm-tabs-header-mask-left {
  left: 0;
  background: linear-gradient(to right, var(--adm-color-background), rgba(255, 255, 255, 0));
}
.adm-tabs-header-mask-right {
  right: 0;
  background: linear-gradient(to left, var(--adm-color-background), rgba(255, 255, 255, 0));
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/skeleton/skeleton.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-skeleton {
  --width: 100%;
  --height: 0;
  --border-radius: 0;
  background-color: rgba(190, 190, 190, 0.2);
  border-radius: var(--border-radius);
  width: var(--width);
  height: var(--height);
  display: block;
}
.adm-skeleton.adm-skeleton-animated {
  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%;
  animation: adm-skeleton-loading 1.4s ease infinite;
}
.adm-skeleton.adm-skeleton-title {
  --width: 45%;
  --height: 0.64rem;
  --border-radius: 0.04rem;
  margin-bottom: 0.32rem;
  margin-top: 0.32rem;
}
.adm-skeleton.adm-skeleton-paragraph-line {
  --height: 0.36rem;
  --border-radius: 0.04rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}
.adm-skeleton.adm-skeleton-paragraph-line:last-child {
  --width: 65%;
}
@keyframes adm-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/check-list/check-list.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.adm-check-list-item-extra {
  font-size: var(--adm-font-size-10);
  line-height: 1;
  color: var(--adm-color-primary);
}
.adm-check-list-item-readonly {
  cursor: unset;
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/list/list.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-list {
  --header-font-size: var(--adm-font-size-7);
  --prefix-width: 'auto';
  --prefix-padding-right: 0.24rem;
  --align-items: center;
  --active-background-color: var(--adm-color-border);
  --border-inner: solid 1px var(--adm-color-border);
  --border-top: solid 1px var(--adm-color-border);
  --border-bottom: solid 1px var(--adm-color-border);
  --padding-left: 0.24rem;
  --padding-right: 0.24rem;
  --font-size: var(--adm-font-size-9);
  --extra-max-width: 70%;
}
.adm-list-header {
  color: var(--adm-color-weak);
  font-size: var(--header-font-size);
  padding: 0.16rem var(--padding-right) 0.16rem var(--padding-left);
}
.adm-list-body {
  background-color: var(--adm-color-background);
  overflow: hidden;
  font-size: var(--font-size);
}
.adm-list-body-inner {
  margin-top: -1px;
}
.adm-list-default .adm-list-body {
  border-top: var(--border-top);
  border-bottom: var(--border-bottom);
}
.adm-list-card {
  margin: 0.24rem;
}
.adm-list-card .adm-list-body {
  border-radius: 0.16rem;
}
.adm-list-card .adm-list-header {
  padding-left: 0;
}
.adm-list-item {
  display: block;
  padding-left: var(--padding-left);
  position: relative;
  background-color: var(--adm-color-background);
  line-height: 1.5;
}
.adm-list-item-title,
.adm-list-item-description {
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
}
.adm-list-item-content {
  display: flex;
  align-items: var(--align-items);
  justify-content: flex-start;
  border-top: var(--border-inner);
  padding-right: var(--padding-right);
}
.adm-list-item-content-prefix {
  width: var(--prefix-width);
  flex: none;
  padding-right: var(--prefix-padding-right);
}
.adm-list-item-content-main {
  flex: auto;
  padding: 0.24rem 0;
}
.adm-list-item-content-extra {
  flex: none;
  padding-left: 0.24rem;
  font-size: var(--adm-font-size-7);
  color: var(--adm-color-weak);
  max-width: var(--extra-max-width);
}
.adm-list-item-content-arrow {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 0.08rem;
  color: var(--adm-color-light);
  font-size: 0.38rem;
}
.adm-list-item-disabled {
  cursor: not-allowed;
}
.adm-list-item-disabled.adm-list-item-disabled > .adm-list-item-content > * {
  opacity: 0.4;
  pointer-events: none;
}
a.adm-list-item:active:not(.adm-list-item-disabled) {
  background-color: var(--active-background-color);
}
a.adm-list-item:active:not(.adm-list-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: var(--border-inner);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/center-popup/center-popup.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-center-popup {
  --background-color: var(--adm-center-popup-background-color, var(--adm-color-background));
  --border-radius: var(--adm-center-popup-border-radius, 0.16rem);
  --max-width: var(--adm-center-popup-max-width, 75vw);
  --min-width: var(--adm-center-popup-min-width, 5.6rem);
  --z-index: var(--adm-center-popup-z-index, 1000);
  position: fixed;
  z-index: var(--z-index);
}
.adm-center-popup .adm-center-popup-mask {
  z-index: 0;
}
.adm-center-popup-wrap {
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: auto;
  min-width: var(--min-width);
  max-width: var(--max-width);
  transform: translate(-50%, -50%);
}
.adm-center-popup-body {
  background-color: var(--background-color);
  border-radius: var(--border-radius);
}
.adm-center-popup-close {
  position: absolute;
  z-index: 100;
  right: 0.16rem;
  top: 0.16rem;
  cursor: pointer;
  padding: 0.08rem;
  font-size: 0.36rem;
  color: var(--adm-color-weak);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/checkbox/checkbox.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-checkbox {
  --icon-size: 0.44rem;
  --font-size: var(--adm-font-size-9);
  --gap: 0.16rem;
  display: inline-flex;
  vertical-align: text-bottom;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.adm-checkbox input {
  display: none;
}
.adm-checkbox .adm-checkbox-icon {
  flex: none;
  border: 1px solid var(--adm-color-light);
  border-radius: var(--icon-size);
  box-sizing: border-box;
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--adm-color-white);
}
.adm-checkbox .adm-checkbox-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.adm-checkbox.adm-checkbox-block {
  display: flex;
}
.adm-checkbox.adm-checkbox-checked .adm-checkbox-icon {
  border-color: var(--adm-color-primary);
  background-color: var(--adm-color-primary);
}
.adm-checkbox.adm-checkbox-disabled {
  cursor: not-allowed;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-content {
  opacity: 0.4;
}
.adm-checkbox.adm-checkbox-disabled .adm-checkbox-icon.adm-checkbox-icon {
  color: #b7b7b7;
  border-color: var(--adm-color-light);
  background-color: var(--adm-color-box);
}
.adm-checkbox .adm-checkbox-custom-icon {
  font-size: var(--icon-size);
}
.adm-checkbox.adm-checkbox-indeterminate .adm-checkbox-icon {
  background-color: var(--adm-color-background);
  color: var(--adm-color-primary);
}
.adm-checkbox-content {
  flex: 0 1 auto;
  font-size: var(--font-size);
  padding-left: var(--gap);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/collapse/collapse.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-collapse-panel-header .adm-list-item-content-main {
  padding: 0.24rem 0;
}
.adm-collapse-arrow {
  transform: rotate(0deg);
  transition: all ease 0.3s;
}
.adm-collapse-arrow-active {
  transform: rotate(-180deg);
}
.adm-collapse-panel-content {
  font-size: var(--adm-font-size-main);
  color: var(--adm-color-weak);
  overflow: hidden;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/date-picker/date-picker.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/dialog/dialog.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-dialog {
  --z-index: var(--adm-dialog-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-dialog .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-dialog-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-dialog-body > * {
  flex: none;
}
.adm-dialog-body > .adm-dialog-content {
  flex: auto;
}
.adm-dialog-body:not(.adm-dialog-with-image) {
  padding-top: 0.4rem;
}
.adm-dialog-image-container {
  margin-bottom: 0.24rem;
  max-height: 40vh;
}
.adm-dialog-header {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
}
.adm-dialog-title {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  text-align: center;
}
.adm-dialog-content {
  padding: 0 0.24rem 0.4rem;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-dialog-content-empty {
  padding: 0;
  height: 0.24rem;
}
.adm-dialog-footer {
  -webkit-user-select: none;
          user-select: none;
}
.adm-dialog-footer .adm-dialog-action-row {
  display: flex;
  align-items: stretch;
  border-top: 0.5px solid var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > * {
  flex: 1 1;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button {
  padding: 0.2rem;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  border-radius: 0;
  border-right: solid 0.5px var(--adm-color-border);
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button-bold {
  font-weight: bold;
}
.adm-dialog-footer .adm-dialog-action-row > .adm-dialog-button:last-child {
  border-right: none;
}
.adm-dialog-image-container {
  overflow-y: auto;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/divider/divider.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.adm-divider-horizontal {
  display: flex;
  align-items: center;
  margin: 0.32rem 0;
  border-width: 0;
  border-color: var(--adm-color-border);
  border-style: solid;
  color: var(--adm-color-weak);
  font-size: 0.28rem;
}
.adm-divider-left.adm-divider-horizontal::before {
  max-width: 10%;
}
.adm-divider-right.adm-divider-horizontal::after {
  max-width: 10%;
}
.adm-divider-horizontal::after,
.adm-divider-horizontal::before {
  flex: auto;
  display: block;
  content: '';
  border-style: inherit;
  border-color: inherit;
  border-width: 1px 0 0;
}
.adm-divider-horizontal .adm-divider-content {
  flex: none;
  padding: 0 0.32rem;
}
.adm-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  height: 0.9em;
  margin: 0 0.32rem;
  vertical-align: middle;
  border-top: 0;
  border-left: 1px solid var(--adm-color-border);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/dropdown/dropdown.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-dropdown {
  background-color: var(--adm-color-background);
}
.adm-dropdown .adm-dropdown-nav {
  display: flex;
  border-bottom: 1px solid transparent;
}
.adm-dropdown-open .adm-dropdown-nav {
  border-bottom-color: var(--adm-color-border);
}
.adm-dropdown-item {
  display: flex;
  flex: 1 1;
  justify-content: center;
  min-width: 0;
  cursor: pointer;
}
.adm-dropdown-item .adm-dropdown-item-title {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: var(--adm-font-size-main);
  padding: 0.24rem;
}
.adm-dropdown-item .adm-dropdown-item-title-text {
  margin-right: 0.1rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.adm-dropdown-item .adm-dropdown-item-title-arrow {
  color: var(--adm-color-light);
  font-size: 0.18rem;
  transform: rotate(0deg) translateY(1px);
  transition: all ease 0.2s;
}
.adm-dropdown-item .adm-dropdown-item-title-arrow-active {
  transform: rotate(-180deg) translateY(-1px);
}
.adm-dropdown-item .adm-dropdown-item-title:active {
  opacity: 0.7;
}
.adm-dropdown-item-highlight {
  color: var(--adm-color-primary);
}
.adm-dropdown-item-active .adm-dropdown-item-title:after {
  margin-top: -1px;
  transform: rotate(135deg);
}
.adm-dropdown-item-content {
  width: 100%;
  background: var(--adm-color-background);
}
.adm-dropdown-item-content-hidden {
  display: none;
}
.adm-dropdown-popup {
  position: fixed;
  overflow: hidden;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
}
.adm-dropdown-popup .adm-dropdown-popup-mask {
  position: absolute;
}
.adm-dropdown-popup .adm-dropdown-popup-body {
  position: absolute;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/ellipsis/ellipsis.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-ellipsis {
  overflow: hidden;
  line-height: 1.5;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/empty/empty.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.48rem 0;
}
.adm-empty-image-container {
  display: flex;
  justify-content: center;
}
.adm-empty-image-container .adm-empty-image {
  width: 1.28rem;
  height: intrinsic;
}
.adm-empty-description {
  margin-top: 0.16rem;
  font-size: var(--adm-font-size-6);
  color: var(--adm-color-light);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/error-block/error-block.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-error-block {
  --color: var(--adm-color-text);
  --image-height: var(--adm-error-block-image-height, 2rem);
  --image-height-full-page: var(--adm-error-block-image-height-full-page, 4rem);
  --image-width: var(--adm-error-block-image-width, auto);
  --image-width-full-page: var(--adm-error-block-image-width-full-page, auto);
  box-sizing: border-box;
  text-align: center;
}
.adm-error-block-image {
  height: var(--image-height);
  width: var(--image-width);
  max-width: 100%;
}
.adm-error-block-image svg,
.adm-error-block-image img {
  height: 100%;
}
.adm-error-block-description {
  font-size: var(--adm-font-size-4);
  color: #999;
  line-height: 1.4;
  margin-top: 0.24rem;
}
.adm-error-block-description-title {
  font-size: var(--adm-font-size-7);
}
.adm-error-block-description-subtitle {
  margin-top: 0.16rem;
}
.adm-error-block-content {
  margin-top: 0.24rem;
}
.adm-error-block-full-page {
  padding-top: calc(50vh - var(--image-height-full-page));
}
.adm-error-block-full-page .adm-error-block-image {
  height: var(--image-height-full-page);
  width: var(--image-width-full-page);
}
.adm-error-block-full-page .adm-error-block-description {
  margin-top: 0.4rem;
  font-size: var(--adm-font-size-main);
}
.adm-error-block-full-page .adm-error-block-description-title {
  font-size: 0.4rem;
  color: var(--adm-color-text);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/floating-bubble/floating-bubble.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.adm-floating-bubble {
  --initial-position-left: var(--initial-position-left);
  --initial-position-right: var(--initial-position-right);
  --initial-position-top: var(--initial-position-top);
  --initial-position-bottom: var(--initial-position-bottom);
  --z-index: 1;
  --edge-distance: 0;
  --size: 0.96rem;
  --border-radius: 50%;
  --background: var(--adm-color-primary);
}
.adm-floating-bubble-boundary-outer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  padding: var(--edge-distance);
  box-sizing: border-box;
  pointer-events: none;
}
.adm-floating-bubble-boundary {
  position: relative;
  width: 100%;
  height: 100%;
}
.adm-floating-bubble-button {
  position: fixed;
  top: var(--initial-position-top);
  bottom: var(--initial-position-bottom);
  left: var(--initial-position-left);
  right: var(--initial-position-right);
  box-sizing: border-box;
  width: var(--size);
  height: var(--size);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: opacity ease 0.15s;
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
  background: var(--background);
  color: var(--adm-color-white);
  border-radius: var(--border-radius);
  z-index: var(--z-index);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/floating-panel/floating-panel.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.adm-floating-panel {
  --border-radius: 0.16rem;
  --header-height: 0.56rem;
  --z-index: var(--adm-floating-panel-z-index, 900);
  position: fixed;
  z-index: var(--z-index);
  bottom: 0;
  left: 0;
  width: 100vw;
  display: flex;
  flex-direction: column;
  touch-action: none;
}
.adm-floating-panel-mask {
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: -100vh;
  background: transparent;
}
.adm-floating-panel::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -100vh;
  height: 100vh;
  width: 100vw;
  background: var(--adm-color-background);
}
.adm-floating-panel .adm-floating-panel-header {
  flex: none;
  height: var(--header-height);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-user-select: none;
          user-select: none;
  background-color: var(--adm-color-background);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.adm-floating-panel .adm-floating-panel-header .adm-floating-panel-bar {
  height: 0.06rem;
  width: 0.4rem;
  border-radius: 0.2rem;
  background: var(--adm-color-light);
}
.adm-floating-panel .adm-floating-panel-content {
  flex: 1 1;
  overflow-y: scroll;
  background: var(--adm-color-background);
}

/*!************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/form/index.css ***!
  \************************************************************************************************************************************************************************************************************************************************************/
.adm-form {
  --border-inner: solid 1px var(--adm-border-color);
  --border-top: solid 1px var(--adm-border-color);
  --border-bottom: solid 1px var(--adm-border-color);
  --prefix-width: 6.8em;
  ---border-inner: var(--border-inner);
  ---border-top: var(--border-top);
  ---border-bottom: var(--border-bottom);
  ---prefix-width: var(--prefix-width);
}
.adm-form .adm-list.adm-list {
  --padding-left: 0.32rem;
  --padding-right: 0.24rem;
  --border-inner: var(---border-inner);
  --border-top: var(---border-top);
  --border-bottom: var(---border-bottom);
}
.adm-form .adm-form-footer {
  padding: 0.4rem 0.24rem;
}
.adm-form .adm-form-item-horizontal.adm-list-item {
  --prefix-width: var(---prefix-width);
}
.adm-form-list-operation {
  text-align: center;
  color: #1677ff;
}
.adm-form-item + .adm-form-item {
  border-top: none;
}
.adm-form-item-label {
  display: block;
  height: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  position: relative;
  color: var(--adm-color-text-secondary);
}
.adm-form-item-label .adm-form-item-required-asterisk {
  position: absolute;
  left: -0.6em;
  top: 0;
  font-family: SimSun, sans-serif;
  color: var(--adm-color-danger);
  -webkit-user-select: none;
          user-select: none;
}
.adm-form-item-label .adm-form-item-required-text {
  margin-left: 0.08rem;
  color: var(--adm-color-weak);
}
.adm-form-item-label-help {
  margin-left: 0.08rem;
  cursor: pointer;
}
.adm-form-item-child {
  display: flex;
}
.adm-form-item-child-position-normal {
  justify-content: normal;
}
.adm-form-item-child-position-normal > * {
  flex: auto;
}
.adm-form-item-child-position-right {
  justify-content: flex-end;
}
.adm-form-item-child-position-right > * {
  flex: none;
}
.adm-form-item-feedback-error {
  color: var(--adm-color-danger);
  margin-top: 0.08rem;
}
.adm-form-item-feedback-warning {
  color: var(--adm-color-warning);
  margin-top: 0.08rem;
}
.adm-form-item.adm-form-item-hidden {
  display: none;
}
.adm-form-item.adm-form-item-horizontal.adm-list-item {
  --align-items: stretch;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-prefix {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.adm-form-item.adm-form-item-horizontal .adm-list-item-content-extra {
  align-self: center;
}
.adm-form-item.adm-form-item-vertical .adm-form-item-label {
  font-size: var(--adm-font-size-7);
  margin-bottom: 0.08rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/popover/popover.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.adm-popover {
  --z-index: var(--adm-popover-z-index, 1030);
  --background: #ffffff;
  --arrow-size: 0.16rem;
  --content-padding: 0.16rem 0.24rem;
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--z-index);
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
          user-select: text;
  animation: none;
}
.adm-popover.adm-popover-dark {
  --background: rgba(0, 0, 0, 0.75);
  --adm-color-text: #ffffff;
  color: #ffffff;
}
.adm-popover.adm-popover-dark .adm-popover-inner {
  box-shadow: none;
}
.adm-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.adm-popover-hidden {
  display: none;
}
.adm-popover-inner {
  background-color: var(--background);
  background-clip: padding-box;
  border-radius: 0.16rem;
  box-shadow: 0 0 0.6rem 0 rgba(51, 51, 51, 0.2);
  font-size: var(--adm-font-size-7);
  width: -webkit-max-content;
  width: max-content;
  min-width: 0.64rem;
  max-width: calc(100vw - 0.48rem);
  overflow-y: hidden;
}
.adm-popover-inner-content {
  padding: var(--content-padding);
}
.adm-popover-arrow {
  position: absolute;
  display: block;
  height: var(--arrow-size);
  width: var(--arrow-size);
  overflow: visible;
  background: transparent;
}
.adm-popover-arrow-icon {
  display: block;
  height: var(--arrow-size);
  width: 0.3rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(var(--arrow-icon-rotate));
}
.adm-popover .adm-popover-arrow {
  color: var(--background);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/popover/popover-menu.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.adm-popover-menu {
  --border-color: #eeeeee;
}
.adm-popover-menu.adm-popover {
  --content-padding: 0;
}
.adm-popover-menu-list {
  overflow: hidden;
  min-width: 2.4rem;
}
.adm-popover-menu-list-inner {
  margin-top: -1px;
}
.adm-popover-menu-item {
  display: flex;
  padding-left: 0.4rem;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.adm-popover-menu-item-icon {
  flex: none;
  padding-right: 0.16rem;
  font-size: 0.4rem;
}
.adm-popover-menu-item-text {
  flex: auto;
  padding: 0.28rem 0.4rem 0.28rem 0;
  border-top: solid 1px var(--border-color);
}
.adm-popover-menu-item-disabled {
  cursor: not-allowed;
}
.adm-popover-menu-item-disabled > * {
  opacity: 0.4;
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled) {
  background-color: var(--border-color);
}
.adm-popover-menu-item:active:not(.adm-popover-menu-item-disabled)::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0;
  border-bottom: solid 1px var(--border-color);
}
.adm-popover.adm-popover-dark.adm-popover-menu {
  --border-color: #333333;
  --background: rgba(0, 0, 0, 0.9);
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/grid/grid.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-grid {
  --gap: 0;
  --gap-horizontal: var(--gap);
  --gap-vertical: var(--gap);
  display: grid;
  grid-gap: 0.2rem;
  -webkit-column-gap: var(--gap-horizontal);
          column-gap: var(--gap-horizontal);
  row-gap: var(--gap-vertical);
  grid-template-columns: repeat(var(--columns), minmax(0, 1fr));
  align-items: stretch;
}
.adm-grid-item {
  grid-column-end: span var(--item-span);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/image-uploader/image-uploader.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.adm-image-uploader {
  --cell-size: 1.6rem;
}
.adm-image-uploader-space {
  --gap: 0.24rem;
}
.adm-image-uploader-cell {
  position: relative;
  width: var(--cell-size);
  height: var(--cell-size);
  border-radius: 0.08rem;
  overflow: hidden;
}
.adm-image-uploader-cell-fail {
  border: red solid 1px;
  box-sizing: border-box;
}
.adm-image-uploader-cell-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.28rem;
  height: 0.28rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 0.24rem;
  font-size: 0.16rem;
  color: var(--adm-color-white);
  cursor: pointer;
}
.adm-image-uploader-cell-delete-icon {
  position: absolute;
  left: 0.08rem;
  top: 0.06rem;
}
.adm-image-uploader-cell-mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: var(--adm-color-white);
  background-color: rgba(50, 50, 51, 0.88);
}
.adm-image-uploader-cell-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  padding-top: 0.16rem;
}
.adm-image-uploader-cell-mask-message {
  display: inline-block;
  padding: 0.12rem 0.08rem;
  font-size: var(--adm-font-size-4);
}
.adm-image-uploader-cell-image {
  width: var(--cell-size);
  height: var(--cell-size);
}
.adm-image-uploader-upload-button-wrap {
  position: relative;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button {
  background-color: var(--adm-color-box);
  text-align: center;
  line-height: var(--cell-size);
  display: block;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-upload-button-icon {
  color: #999999;
  font-size: 0.64rem;
}
.adm-image-uploader-upload-button-wrap .adm-image-uploader-input {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/image-viewer/image-viewer.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-image-viewer-content {
  width: 100vw;
  height: 100vh;
  touch-action: none;
  -webkit-user-select: none;
          user-select: none;
}
.adm-image-viewer-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}
.adm-image-viewer-slides {
  height: 100%;
  position: relative;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}
.adm-image-viewer-slides-inner {
  height: 100%;
  white-space: nowrap;
}
.adm-image-viewer-slides-inner > * {
  margin-right: 0.32rem;
}
.adm-image-viewer-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.adm-image-viewer-control {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
}
.adm-image-viewer-image-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.adm-image-viewer-image-wrapper img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.adm-image-viewer-indicator {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 0.24rem;
  transform: translateX(-50%);
  color: #e6e6e6;
  font-size: var(--adm-font-size-6);
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/space/space.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-space-item {
  flex: none;
}
.adm-space {
  display: inline-flex;
  --gap: 0.16rem;
  --gap-vertical: var(--gap);
  --gap-horizontal: var(--gap);
}
.adm-space-vertical {
  flex-direction: column;
}
.adm-space-vertical > .adm-space-item {
  margin-bottom: var(--gap-vertical);
}
.adm-space-vertical > .adm-space-item:last-child {
  margin-bottom: 0;
}
.adm-space-horizontal {
  flex-direction: row;
}
.adm-space-horizontal > .adm-space-item {
  margin-right: var(--gap-horizontal);
}
.adm-space-horizontal > .adm-space-item:last-child {
  margin-right: 0;
}
.adm-space-horizontal.adm-space-wrap {
  flex-wrap: wrap;
  margin-bottom: calc(var(--gap-vertical) * -1);
}
.adm-space-horizontal.adm-space-wrap > .adm-space-item {
  padding-bottom: var(--gap-vertical);
}
.adm-space.adm-space-block {
  display: flex;
}
.adm-space-align-center {
  align-items: center;
}
.adm-space-align-start {
  align-items: flex-start;
}
.adm-space-align-end {
  align-items: flex-end;
}
.adm-space-align-baseline {
  align-items: baseline;
}
.adm-space-justify-center {
  justify-content: center;
}
.adm-space-justify-start {
  justify-content: flex-start;
}
.adm-space-justify-end {
  justify-content: flex-end;
}
.adm-space-justify-between {
  justify-content: space-between;
}
.adm-space-justify-around {
  justify-content: space-around;
}
.adm-space-justify-evenly {
  justify-content: space-evenly;
}
.adm-space-justify-stretch {
  justify-content: stretch;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/index-bar/index-bar.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.adm-index-bar {
  --color: var(--adm-color-text);
  overflow: hidden;
  height: 100%;
  position: relative;
  background-color: var(--adm-color-white);
  --sticky-offset-top: 0;
}
.adm-index-bar-body {
  overflow: scroll;
  height: 100%;
  width: 100%;
}
.adm-index-bar-body::-webkit-scrollbar {
  display: none;
}
.adm-index-bar-anchor-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 0.7rem;
  padding: 0 0.24rem;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
  background-color: var(--adm-color-box);
}
.adm-index-bar-sidebar {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 910;
  overflow: visible;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-4);
  -webkit-user-select: none;
          user-select: none;
  touch-action: none;
}
.adm-index-bar-sidebar-bubble {
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 0.94rem;
  height: 0.94rem;
  color: var(--adm-color-white);
  font-size: 0.5rem;
  line-height: 0.94rem;
  text-align: center;
  background: var(--adm-color-light);
  border-radius: 50%;
  transform: translateY(-50%);
}
.adm-index-bar-sidebar-row {
  cursor: pointer;
  width: auto;
  text-align: right;
  position: relative;
  padding: 0 0.24rem;
}
.adm-index-bar-sidebar-row > * {
  pointer-events: none;
}
.adm-index-bar-sidebar-item {
  display: inline-flex;
  width: 0.32rem;
  height: 0.32rem;
  line-height: 0.32rem;
  justify-content: center;
  align-items: center;
}
.adm-index-bar-sidebar-item-active {
  color: var(--adm-color-white);
  background-color: var(--adm-color-primary);
  border-radius: 50%;
}
.adm-index-bar-sidebar-interacting {
  width: 100%;
}
.adm-index-bar-sticky .adm-index-bar-anchor-title {
  position: -webkit-sticky;
  position: sticky;
  z-index: 900;
  top: var(--sticky-offset-top);
  left: 0;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/infinite-scroll/infinite-scroll.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.adm-infinite-scroll {
  color: var(--adm-color-weak);
  padding: 0.36rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--adm-font-size-main);
}
.adm-infinite-scroll-failed-text {
  display: inline-block;
  margin-right: 0.16rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/input/input.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-input {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --text-align: left;
  --background-color: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 0.48rem;
  background-color: var(--background-color);
}
.adm-input-disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.adm-input-element {
  flex: auto;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-input-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-input-element:-webkit-autofill {
  background-color: transparent;
}
.adm-input-element:read-only {
  cursor: default;
}
.adm-input-element:invalid {
  box-shadow: none;
}
.adm-input-element::-ms-clear {
  display: none;
}
.adm-input-element::-ms-reveal {
  display: none;
}
.adm-input-element::-webkit-search-cancel-button {
  display: none;
}
.adm-input-element::-webkit-search-decoration {
  display: none;
}
.adm-input-element:disabled {
  opacity: 1;
}
.adm-input-element[type='date'],
.adm-input-element[type='time'],
.adm-input-element[type='datetime-local'] {
  min-height: 1.5em;
}
.adm-input-element[type='search'] {
  -webkit-appearance: none;
}
.adm-input-element[readonly] {
  pointer-events: none;
}
.adm-input-clear {
  flex: none;
  margin-left: 0.16rem;
  color: var(--adm-color-light);
  padding: 0.08rem;
  cursor: pointer;
}
.adm-input-clear:active {
  color: var(--adm-color-weak);
}
.adm-input-clear .antd-mobile-icon {
  display: block;
  font-size: var(--adm-font-size-7);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/jumbo-tabs/jumbo-tabs.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.adm-jumbo-tabs {
  --gap: 0.16rem;
  position: relative;
  min-width: 0;
}
.adm-jumbo-tabs-header {
  position: relative;
  border-bottom: solid 1px var(--adm-color-border);
}
.adm-jumbo-tabs-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  overflow-x: scroll;
  padding: 0 var(--gap);
  scrollbar-width: none;
}
.adm-jumbo-tabs-tab-list::-webkit-scrollbar {
  display: none;
}
.adm-jumbo-tabs-tab-wrapper {
  flex: auto;
  padding: 0 calc(var(--gap) / 2);
  text-align: center;
}
.adm-jumbo-tabs-tab {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: -webkit-min-content;
  width: min-content;
  margin: 0 auto;
  padding: 0.24rem 0;
  cursor: pointer;
  font-size: var(--adm-font-size-9);
  white-space: nowrap;
}
.adm-jumbo-tabs-tab-title {
  line-height: 0.48rem;
  padding: 0 0.08rem;
}
.adm-jumbo-tabs-tab-description {
  width: -webkit-min-content;
  width: min-content;
  padding: 0 0.16rem;
  border-radius: 0.2rem;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
  background-color: var(--adm-color-box);
}
.adm-jumbo-tabs-tab-active {
  color: var(--adm-color-primary);
}
.adm-jumbo-tabs-tab-active .adm-jumbo-tabs-tab-description {
  color: var(--adm-color-white);
  background-color: var(--adm-color-primary);
}
.adm-jumbo-tabs-tab-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.adm-jumbo-tabs-content {
  padding: 0.24rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/modal/modal.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-modal {
  --z-index: var(--adm-modal-z-index, 1000);
  ---z-index: var(--z-index);
}
.adm-modal .adm-center-popup {
  --z-index: var(---z-index);
}
.adm-modal-body {
  width: 100%;
  max-height: 70vh;
  font-size: var(--adm-font-size-6);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.adm-modal-body > * {
  flex: none;
}
.adm-modal-body > .adm-modal-content {
  flex: auto;
}
.adm-modal-body:not(.adm-modal-with-image) {
  padding-top: 0.4rem;
}
.adm-modal-image-container {
  margin-bottom: 0.24rem;
  max-height: 40vh;
  overflow-y: scroll;
}
.adm-modal-header {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
}
.adm-modal-title {
  margin-bottom: 0.16rem;
  padding: 0 0.24rem;
  font-weight: bold;
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
  text-align: center;
}
.adm-modal-content {
  padding: 0 0.24rem 0.24rem;
  max-height: 70vh;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
  color: var(--adm-color-text);
}
.adm-modal-footer {
  -webkit-user-select: none;
          user-select: none;
  padding: 0.16rem 0.24rem 0.24rem;
}
.adm-modal-footer-empty {
  padding: 0;
  height: 0.16rem;
}
.adm-modal-footer.adm-space {
  --gap-vertical: 0.4rem;
}
.adm-modal-footer .adm-modal-button {
  font-size: var(--adm-font-size-10);
  line-height: 0.5rem;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary) {
  padding-top: 0;
  padding-bottom: 0;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary)::before {
  display: none;
}
.adm-modal-footer .adm-modal-button:not(.adm-modal-button-primary):active {
  opacity: 0.7;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/nav-bar/nav-bar.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.adm-nav-bar {
  --height: 0.9rem;
  --border-bottom: none;
  display: flex;
  align-items: center;
  height: var(--height);
  border-bottom: var(--border-bottom);
  padding: 0 0.24rem;
  white-space: nowrap;
}
.adm-nav-bar-left,
.adm-nav-bar-right {
  flex: 1 1;
}
.adm-nav-bar-title {
  flex: auto;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adm-nav-bar-back {
  display: flex;
  align-items: center;
  margin-right: 0.32rem;
  padding: 0.12rem 0;
  cursor: pointer;
}
.adm-nav-bar-back-arrow {
  font-size: 0.48rem;
  margin-right: 0.08rem;
}
.adm-nav-bar-left {
  font-size: var(--adm-font-size-7);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.adm-nav-bar-title {
  justify-content: center;
  white-space: nowrap;
  font-size: var(--adm-font-size-10);
  padding: 0 0.24rem;
}
.adm-nav-bar-right {
  text-align: right;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/notice-bar/notice-bar.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.adm-notice-bar {
  --background-color: #ababab;
  --border-color: #999999;
  --text-color: var(--adm-color-white);
  --font-size: var(--adm-font-size-7);
  --icon-font-size: var(--adm-font-size-10);
  --height: 0.76rem;
  height: var(--height);
  box-sizing: border-box;
  font-size: var(--font-size);
  line-height: var(--height);
  padding: 0 0.24rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px var(--border-color);
  border-left: none;
  border-right: none;
  background-color: var(--background-color);
  color: var(--text-color);
}
.adm-notice-bar > span[role='img'] {
  color: var(--text-color);
}
.adm-notice-bar.adm-notice-bar-alert {
  --background-color: #fff9ed;
  --border-color: #fff3e9;
  --text-color: #ff6010;
}
.adm-notice-bar.adm-notice-bar-error {
  --background-color: #ff3b30;
  --border-color: #d9281e;
  --text-color: #ffffff;
}
.adm-notice-bar.adm-notice-bar-info {
  --background-color: #d0e4ff;
  --border-color: #bcd8ff;
  --text-color: #1677ff;
}
.adm-notice-bar .adm-notice-bar-left {
  flex-shrink: 0;
  margin-right: 0.16rem;
  font-size: var(--icon-font-size);
  line-height: var(--height);
}
.adm-notice-bar .adm-notice-bar-content {
  flex: 1 1;
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.adm-notice-bar .adm-notice-bar-content .adm-notice-bar-content-inner {
  width: auto;
  transition-timing-function: linear;
  position: absolute;
  white-space: nowrap;
}
.adm-notice-bar .adm-notice-bar-right {
  flex-shrink: 0;
  margin-left: 0.24rem;
}
.adm-notice-bar-close {
  width: 0.48rem;
  height: 0.48rem;
  margin-right: -0.06rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.adm-notice-bar-close-icon {
  font-size: var(--adm-font-size-10);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/number-keyboard/number-keyboard.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.adm-number-keyboard-main {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
}
.adm-number-keyboard-main.adm-number-keyboard-main-confirmed-style .adm-number-keyboard-key-sign {
  background-color: var(--adm-color-background);
}
.adm-number-keyboard-popup.adm-popup {
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  z-index: 1050;
}
.adm-number-keyboard-popup.adm-popup .adm-popup-body {
  background-color: var(--adm-color-box);
}
.adm-number-keyboard-wrapper {
  display: flex;
}
.adm-number-keyboard-header {
  height: 0.68rem;
  line-height: 0.68rem;
  border-top: solid 1px var(--adm-color-border);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.24rem;
  color: var(--adm-color-weak);
  background-color: var(--adm-color-background);
}
.adm-number-keyboard-header-close-button {
  padding: 0 0.24rem;
  font-size: 0.32rem;
}
.adm-number-keyboard-header.adm-number-keyboard-header-with-title {
  justify-content: space-between;
}
.adm-number-keyboard-header.adm-number-keyboard-header-with-title .adm-number-keyboard-header-close-button {
  padding-right: 0;
}
.adm-number-keyboard-footer {
  background: var(--adm-color-white);
}
.adm-number-keyboard-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.adm-number-keyboard-confirm {
  width: 25%;
}
.adm-number-keyboard-key {
  flex: 1 1 33.33%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.96rem;
  font-size: 0.44rem;
  box-sizing: border-box;
  border: solid 1px var(--adm-color-border);
  border-bottom: none;
  border-left: none;
}
.adm-number-keyboard-key:nth-child(3n),
.adm-number-keyboard-key:last-child {
  border-right: none;
}
.adm-number-keyboard-key::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: inherit;
  border-color: #000;
  border-radius: inherit;
  transform: translate(-50%, -50%);
  opacity: 0;
  content: ' ';
  box-sizing: content-box;
}
.adm-number-keyboard-key.adm-number-keyboard-key-mid {
  flex-basis: 66.67%;
}
.adm-number-keyboard-key.adm-number-keyboard-key-sign:active::before {
  opacity: 0.1;
}
.adm-number-keyboard-key.adm-number-keyboard-key-extra {
  border-left: solid 1px var(--adm-color-border);
  border-right: none;
}
.adm-number-keyboard-key.adm-number-keyboard-key-extra,
.adm-number-keyboard-key.adm-number-keyboard-key-number {
  background-color: var(--adm-color-background);
}
.adm-number-keyboard-key.adm-number-keyboard-key-extra:active::before,
.adm-number-keyboard-key.adm-number-keyboard-key-number:active::before {
  opacity: 0.1;
}
.adm-number-keyboard-key.adm-number-keyboard-key-ok {
  background-color: var(--adm-color-primary);
  color: var(--adm-color-white);
  height: 2.88rem;
  font-size: 0.32rem;
  border: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/page-indicator/page-indicator.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.adm-page-indicator {
  display: flex;
  width: auto;
  --dot-color: #dddddd;
  --active-dot-color: var(--adm-color-primary);
  --dot-size: 0.06rem;
  --active-dot-size: 0.26rem;
  --dot-border-radius: 1px;
  --active-dot-border-radius: var(--dot-border-radius);
  --dot-spacing: 0.06rem;
}
.adm-page-indicator-dot {
  display: block;
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: var(--dot-border-radius);
  background: var(--dot-color);
}
.adm-page-indicator-dot:last-child {
  margin-right: 0;
}
.adm-page-indicator-dot-active {
  border-radius: var(--active-dot-border-radius);
  background: var(--active-dot-color);
}
.adm-page-indicator-color-white {
  --dot-color: rgba(255, 255, 255, 0.5);
  --active-dot-color: var(--adm-color-white);
}
.adm-page-indicator-horizontal {
  flex-direction: row;
}
.adm-page-indicator-horizontal .adm-page-indicator-dot {
  margin-right: var(--dot-spacing);
}
.adm-page-indicator-horizontal .adm-page-indicator-dot-active {
  width: var(--active-dot-size);
}
.adm-page-indicator-vertical {
  flex-direction: column;
}
.adm-page-indicator-vertical .adm-page-indicator-dot {
  margin-bottom: var(--dot-spacing);
}
.adm-page-indicator-vertical .adm-page-indicator-dot-active {
  height: var(--active-dot-size);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/passcode-input/passcode-input.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************/
.adm-passcode-input {
  position: relative;
  display: inline-block;
  --cell-size: 0.8rem;
  --cell-gap: 0.12rem;
  --dot-size: 0.2rem;
  --border-color: #e5e5e5;
  --border-radius: 0.16rem;
}
.adm-passcode-input-cell-container {
  display: inline-flex;
  vertical-align: top;
}
.adm-passcode-input-cell {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: var(--adm-font-size-10);
  width: var(--cell-size);
  height: var(--cell-size);
  background: var(--adm-color-background);
}
.adm-passcode-input:not(.adm-passcode-input-seperated) {
  border-radius: var(--border-radius);
  overflow: hidden;
  border: 1px solid var(--border-color);
}
.adm-passcode-input:not(.adm-passcode-input-seperated) .adm-passcode-input-cell:not(:last-child) {
  border-right: 1px solid var(--border-color);
}
.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-focused {
  border-color: var(--adm-color-primary);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-primary);
  outline: none;
}
.adm-passcode-input:not(.adm-passcode-input-seperated).adm-passcode-input-error {
  border-color: var(--adm-color-danger);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-danger);
  animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
}
.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell {
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
}
.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell:not(:last-child) {
  margin-right: var(--cell-gap);
}
.adm-passcode-input.adm-passcode-input-seperated .adm-passcode-input-cell-focused {
  border-color: var(--adm-color-primary);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-primary);
}
.adm-passcode-input-seperated.adm-passcode-input-focused {
  outline: none;
}
.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error {
  animation: 100ms ease-in-out 0s 3 normal none running adm-shake-horizontal;
}
.adm-passcode-input.adm-passcode-input-seperated.adm-passcode-input-error .adm-passcode-input-cell {
  border-color: var(--adm-color-danger);
  box-shadow: 0 0 0.04rem 0 var(--adm-color-danger);
}
.adm-passcode-input-cell-dot::before {
  content: '';
  width: var(--dot-size);
  height: var(--dot-size);
  border-radius: 100%;
  background: var(--adm-color-text);
}
.adm-passcode-input-cell-caret::after {
  content: '';
  width: 0.04rem;
  height: 1.1em;
  margin-left: 1px;
  background: var(--adm-color-primary);
  animation: 1s linear infinite adm-caret-blink;
}
.adm-passcode-input > .adm-passcode-input-native-input {
  position: absolute;
  left: -200vw;
  top: 0;
  display: block;
  width: 1rem;
  height: 0.4rem;
  opacity: 0.5;
}
@keyframes adm-shake-horizontal {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-0.04rem);
  }
  20% {
    transform: translateX(0.05rem);
  }
  30% {
    transform: translateX(-1px);
  }
  40% {
    transform: translateX(0.08rem);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(-0.08rem);
  }
  70% {
    transform: translateX(1px);
  }
  80% {
    transform: translateX(-0.05rem);
  }
  90% {
    transform: translateX(0.04rem);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes adm-caret-blink {
  from {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/progress-bar/progress-bar.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-progress-bar {
  --track-width: var(--adm-progress-bar-track-width, 0.16rem);
  --track-color: var(--adm-progress-bar-track-color, #e5e5e5);
  --fill-color: var(--adm-progress-bar-fill-color, var(--adm-color-primary));
  --text-width: var(--adm-progress-bar-text-width, 0.8rem);
  display: flex;
  align-items: center;
}
.adm-progress-bar-trail {
  flex: auto;
  background: var(--track-color);
  overflow: hidden;
  height: var(--track-width);
}
.adm-progress-bar-fill {
  transition: width 0.3s;
  background: var(--fill-color);
  height: var(--track-width);
}
.adm-progress-bar-text {
  flex: none;
  width: calc(var(--text-width) + 0.16rem);
  padding-left: 0.16rem;
  color: #999999;
}
.adm-progress-bar-rounded .adm-progress-bar-trail,
.adm-progress-bar-rounded .adm-progress-bar-fill {
  border-radius: var(--track-width);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/progress-circle/progress-circle.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
/*进度圈*/
.adm-progress-circle {
  --track-width: var(--adm-progress-circle-track-width, 0.06rem);
  --size: var(--adm-progress-circle-size, 1rem);
  --track-color: var(--adm-progress-circle-track-color, #e5e5e5);
  --fill-color: var(--adm-progress-circle-fill-color, var(--adm-color-primary));
  --percent: 0;
  --pi: 3.14159265;
  --radius: calc(var(--size) / 2 - var(--track-width) / 2);
  --circumference: calc(var(--radius) * var(--pi) * 2);
  display: inline-block;
  width: var(--size);
  height: var(--size);
}
.adm-progress-circle-svg {
  width: 100%;
  height: 100%;
}
.adm-progress-circle-svg > .adm-progress-circle-track,
.adm-progress-circle-svg .adm-progress-circle-fill {
  stroke-width: var(--track-width);
  r: var(--radius);
  cx: calc(var(--size) / 2);
  cy: calc(var(--size) / 2);
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}
.adm-progress-circle-svg > .adm-progress-circle-track {
  stroke: var(--track-color);
}
.adm-progress-circle-svg > .adm-progress-circle-fill {
  transition: stroke-dashoffset 0.35s;
  stroke: var(--fill-color);
  stroke-dasharray: var(--circumference);
  stroke-dashoffset: calc(var(--circumference) * (1 - var(--percent) / 100));
  stroke-linecap: round;
}
.adm-progress-circle-content {
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
}
.adm-progress-circle-info {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/pull-to-refresh/pull-to-refresh.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************/
.adm-pull-to-refresh-head {
  overflow: hidden;
  position: relative;
}
.adm-pull-to-refresh-head-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--adm-color-weak);
  display: flex;
  justify-content: center;
  align-items: center;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/radio/radio.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-radio {
  --icon-size: 0.44rem;
  --font-size: var(--adm-font-size-9);
  --gap: 0.16rem;
  display: inline-flex;
  vertical-align: text-bottom;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.adm-radio input {
  display: none;
}
.adm-radio .adm-radio-icon {
  flex: none;
  border: 1px solid var(--adm-color-light);
  border-radius: var(--icon-size);
  box-sizing: border-box;
  width: var(--icon-size);
  height: var(--icon-size);
  color: var(--adm-color-white);
}
.adm-radio .adm-radio-icon > svg {
  display: block;
  width: 100%;
  height: 100%;
}
.adm-radio.adm-radio-block {
  display: flex;
}
.adm-radio.adm-radio-checked .adm-radio-icon {
  border-color: var(--adm-color-primary);
  background-color: var(--adm-color-primary);
}
.adm-radio.adm-radio-disabled {
  cursor: not-allowed;
}
.adm-radio.adm-radio-disabled .adm-radio-content {
  opacity: 0.4;
}
.adm-radio.adm-radio-disabled .adm-radio-icon {
  color: #b7b7b7;
  border-color: var(--adm-color-light);
  background-color: var(--adm-color-box);
}
.adm-radio .adm-radio-custom-icon {
  font-size: var(--icon-size);
}
.adm-radio-content {
  flex: 0 1 auto;
  font-size: var(--font-size);
  padding-left: var(--gap);
}

/*!***********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/rate/rate.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************/
.adm-rate {
  --star-size: 0.48rem;
  --active-color: #ffd21e;
  --inactive-color: #e5e5e5;
  --inactive-color-half: #dbdbdb;
  display: inline-flex;
  touch-action: pan-y;
  -webkit-user-select: none;
          user-select: none;
}
.adm-rate-box {
  position: relative;
}
.adm-rate-star {
  padding: 0.125em;
  line-height: var(--star-size);
  font-size: var(--star-size);
  color: var(--inactive-color);
  text-align: center;
  overflow: hidden;
  cursor: pointer;
  box-sizing: border-box;
  transition: all 0.3s;
}
.adm-rate-star-half {
  padding-right: 0;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.adm-rate-star-active {
  color: var(--active-color);
}
.adm-rate-star-readonly {
  cursor: unset;
}
.adm-rate.adm-rate-half .adm-rate-star-half:not(.adm-rate-star-active) {
  color: var(--inactive-color-half);
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/result/result.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-result {
  padding: 0.64rem 0.24rem;
  background-color: var(--adm-color-background);
}
.adm-result-icon {
  box-sizing: border-box;
  width: 1.28rem;
  height: 1.28rem;
  margin: 0 auto 0.4rem auto;
  padding: 0.12rem;
}
.adm-result-icon .antd-mobile-icon {
  font-size: 1.04rem;
}
.adm-result-title {
  color: var(--adm-color-text);
  font-size: var(--adm-font-size-10);
  line-height: 1.4;
  text-align: center;
}
.adm-result-description {
  margin-top: 0.16rem;
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-main);
  line-height: 1.4;
  text-align: center;
}
.adm-result-success .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-primary);
}
.adm-result-error .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-danger);
}
.adm-result-info .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-primary);
}
.adm-result-waiting .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-success);
}
.adm-result-warning .adm-result-icon .antd-mobile-icon {
  color: var(--adm-color-warning);
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/result-page/result-page.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-result-page {
  --background-color: var(--adm-color-primary);
  position: relative;
  background-color: var(--adm-color-box);
  min-height: 100vh;
  width: 100%;
}
.adm-result-page-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  position: relative;
  padding: 0.4rem;
  padding-bottom: 2rem;
  z-index: 1;
  overflow: hidden;
}
.adm-result-page-icon {
  color: var(--adm-color-background);
  box-sizing: border-box;
  padding: 0.04rem;
  margin-bottom: 0.16rem;
}
.adm-result-page-icon .antd-mobile-icon {
  font-size: 0.64rem;
}
.adm-result-page-title {
  font-size: var(--adm-font-size-10);
  color: var(--adm-color-background);
  line-height: 1.4;
  text-align: center;
}
.adm-result-page-description {
  margin-top: 0.16rem;
  margin-bottom: 0.48rem;
  font-size: var(--adm-font-size-6);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  text-align: center;
}
.adm-result-page-details {
  width: 100%;
}
.adm-result-page-detail {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 0.1rem;
  color: var(--adm-color-background);
  font-size: var(--adm-font-size-6);
}
.adm-result-page-detail-bold {
  font-weight: 600;
}
.adm-result-page-collapse {
  opacity: 0.6;
  width: 0.2rem;
  height: 0.2rem;
  margin: auto;
  margin-bottom: 0.1rem;
  border-top: 0.04rem solid var(--adm-color-background);
  border-right: 0.04rem solid var(--adm-color-background);
  transform: rotate(135deg);
}
.adm-result-page-collapse-active {
  transform: rotate(-45deg);
}
.adm-result-page-bgWrapper {
  position: relative;
  align-self: flex-start;
  top: 1.08rem;
}
.adm-result-page-bg {
  --width: 440vw;
  position: absolute;
  height: var(--width);
  width: var(--width);
  left: calc((var(--width) - 100vw) * -1 / 2 - 0.4rem);
  top: calc(var(--width) * -1 + 1vw);
  border-radius: 50%;
  background-color: var(--background-color);
  z-index: -1;
}
.adm-result-page-content {
  position: relative;
  padding: 0.24rem;
  top: -2.08rem;
  z-index: 2;
}
.adm-result-page-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 0.24rem;
  padding-bottom: 0.48rem;
  display: flex;
  justify-content: center;
  background-color: var(--adm-color-box);
  z-index: 3;
}
.adm-result-page-footer-btn {
  flex: 1 1;
  max-width: calc((100vw - 0.72rem) / 2);
}
.adm-result-page-footer-space {
  width: 0.24rem;
}
.adm-result-page-card {
  border-radius: 0.16rem;
  background-color: var(--adm-color-background);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/search-bar/search-bar.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.adm-search-bar {
  --height: 0.64rem;
  --padding-left: 0.16rem;
  --background: var(--adm-color-box);
  --border-radius: 0.12rem;
  --placeholder-color: var(--adm-color-weak);
  ---placeholder-color: var(--placeholder-color);
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--height);
}
.adm-search-bar .adm-search-bar-input-box {
  flex: auto;
  background: var(--background);
  border-radius: var(--border-radius);
  border: solid 1px transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: var(--padding-left);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input-box-icon {
  flex: none;
  color: var(--adm-color-light);
  font-size: var(--adm-font-size-8);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input {
  flex: auto;
  padding: 0.08rem 0.16rem 0.08rem 0.08rem;
  height: calc(var(--height) - 0.04rem);
  box-sizing: border-box;
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-input {
  --placeholder-color: var(---placeholder-color);
  --font-size: var(--adm-font-size-7);
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input .adm-input-element {
  line-height: 0.38rem;
}
.adm-search-bar .adm-search-bar-input-box .adm-search-bar-input.adm-search-bar-input-without-icon {
  padding-left: 0.16rem;
}
.adm-search-bar .adm-search-bar-suffix {
  flex: none;
  margin-left: 0.08rem;
}
.adm-search-bar .adm-search-bar-cancel-button.adm-button {
  padding: 0.06rem 0.24rem;
}
.adm-search-bar-active .adm-input.adm-input.adm-input {
  --placeholder-color: var(--adm-color-light);
}
.adm-search-bar-active .adm-search-bar-input-box {
  border-color: var(--adm-color-primary);
  background: var(--adm-color-background);
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/selector/selector.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-selector {
  --color: var(--adm-color-box);
  --checked-color: #e7f1ff;
  --text-color: var(--adm-color-text);
  --checked-text-color: var(--adm-color-primary);
  --border: none;
  --checked-border: none;
  --border-radius: 0.04rem;
  --padding: 0.16rem 0.32rem;
  --gap: 0.16rem;
  ---gap: var(--gap);
  ---gap-horizontal: var(--gap-horizontal, var(--gap));
  ---gap-vertical: var(--gap-vertical, var(--gap));
  overflow: hidden;
  font-size: var(--adm-font-size-7);
  line-height: 1.4;
}
.adm-selector .adm-space.adm-space {
  --gap: 0.24rem;
}
.adm-selector .adm-grid {
  --gap: var(---gap);
  --gap-horizontal: var(---gap-horizontal);
  --gap-vertical: var(---gap-vertical);
}
.adm-selector-item {
  padding: var(--padding);
  position: relative;
  background-color: var(--color);
  border: var(--border);
  border-radius: var(--border-radius);
  color: var(--text-color);
  opacity: 1;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  vertical-align: top;
}
.adm-selector-item-description {
  font-size: var(--adm-font-size-main);
  color: var(--adm-color-weak);
}
.adm-selector-item-active,
.adm-selector-item-multiple-active {
  color: var(--checked-text-color);
  background-color: var(--checked-color);
  border: var(--checked-border);
}
.adm-selector-item .adm-selector-check-mark-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-top: solid 0.16rem transparent;
  border-bottom: solid 0.16rem var(--adm-color-primary);
  border-left: solid 0.2rem transparent;
  border-right: solid 0.2rem var(--adm-color-primary);
}
.adm-selector-item .adm-selector-check-mark-wrapper > svg {
  position: absolute;
  left: 0;
  top: 0;
  height: 0.12rem;
  width: 0.16rem;
}
.adm-selector-item-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/side-bar/side-bar.css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/
.adm-side-bar {
  --height: 100%;
  --width: 2.1rem;
  --item-border-radius: 0.16rem;
  --background-color: var(--adm-color-box);
  width: var(--width);
  height: var(--height);
  box-sizing: border-box;
  font-size: var(--adm-font-size-main);
  overflow-y: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  background-color: var(--background-color);
  display: flex;
  flex-direction: column;
}
.adm-side-bar-items {
  flex: none;
  overflow: hidden;
}
.adm-side-bar-extra-space {
  flex: auto;
  overflow: hidden;
  position: relative;
}
.adm-side-bar-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.32rem 0.24rem;
  position: relative;
  cursor: pointer;
  background-color: var(--background-color);
  overflow: visible;
}
.adm-side-bar-item-highlight {
  position: absolute;
  height: 100%;
  width: 0.04rem;
  left: -0.24rem;
  top: 0;
  background: var(--adm-color-primary);
  border-radius: 0.04rem;
}
.adm-side-bar-item-active {
  color: var(--adm-color-primary);
  background-color: var(--adm-color-background);
  position: relative;
}
.adm-side-bar-item-corner {
  width: var(--item-border-radius);
  height: var(--item-border-radius);
  position: absolute;
  z-index: 100;
  right: 0;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}
.adm-side-bar-item-corner-top {
  top: 0;
  transform: rotate(-90deg);
}
.adm-side-bar-item-corner-bottom {
  bottom: 0;
}
.adm-side-bar-item-disabled {
  cursor: not-allowed;
}
.adm-side-bar-item-disabled .adm-side-bar-item-title {
  opacity: 0.4;
}
.adm-side-bar-badge.adm-badge {
  --right: -0.08rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/slider/slider.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-slider {
  --fill-color: var(--adm-color-primary);
  padding: 0.1rem 0.28rem;
  list-style: none;
  -webkit-user-select: none;
          user-select: none;
}
.adm-slider-track-container {
  padding: 0.16rem 0;
}
.adm-slider-track {
  position: relative;
  width: 100%;
  height: 0.06rem;
  background-color: var(--adm-color-box);
  border-radius: 0.06rem;
}
.adm-slider-fill {
  position: absolute;
  z-index: 1;
  height: 0.06rem;
  border-radius: 0.06rem;
  background-color: var(--fill-color);
}
.adm-slider-ticks {
  position: absolute;
  width: 100%;
  height: 0.06rem;
  background: transparent;
}
.adm-slider-tick {
  position: absolute;
  top: -0.04rem;
  width: 0.14rem;
  height: 0.14rem;
  margin-left: -0.06rem;
  background-color: var(--adm-color-box);
  border-radius: 50%;
}
.adm-slider-tick-active {
  background-color: var(--fill-color);
}
.adm-slider-thumb {
  width: 0.56rem;
  height: 0.56rem;
  margin: 0.04rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.56rem;
  background: var(--adm-color-white);
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.12);
  color: var(--fill-color);
}
.adm-slider-thumb:focus {
  outline: none;
}
.adm-slider-thumb-icon {
  width: 0.24rem;
  height: 0.24rem;
  margin: 0.16rem;
  -webkit-user-select: none;
          user-select: none;
}
.adm-slider-thumb-container {
  cursor: -webkit-grab;
  cursor: grab;
  touch-action: none;
  position: absolute;
  z-index: 2;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adm-slider-mark {
  position: relative;
  width: 100%;
  overflow: visible;
  font-size: var(--adm-font-size-3);
  height: 0.22rem;
  margin-top: 0.2rem;
}
.adm-slider-mark-text {
  position: absolute;
  display: inline-block;
  line-height: 1;
  color: var(--adm-color-text);
  text-align: center;
  word-break: keep-all;
  -webkit-user-select: none;
          user-select: none;
  transform: translateX(-50%);
}
.adm-slider-disabled .adm-slider-mark,
.adm-slider-disabled .adm-slider-thumb-icon {
  opacity: 0.4;
}
.adm-slider-disabled .adm-slider-tick-active::after,
.adm-slider-disabled .adm-slider-fill::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  background-color: rgba(255, 255, 255, 0.6);
}
.adm-slider-disabled .adm-slider-thumb {
  cursor: not-allowed;
  box-shadow: 0 0.04rem 0.1rem 0 rgba(0, 0, 0, 0.06);
}
.adm-slider-disabled .adm-slider-mark-text,
.adm-slider-disabled .adm-slider-tick {
  cursor: not-allowed;
  box-shadow: none;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/stepper/stepper.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.adm-stepper {
  --height: 0.56rem;
  --input-width: 0.88rem;
  --input-font-size: var(--adm-font-size-main);
  --input-font-color: var(--adm-color-text);
  --input-background-color: var(--adm-color-box);
  --border-radius: 0.04rem;
  --border: none;
  --border-inner: solid 0.04rem transparent;
  --active-border: var(--border);
  --button-font-size: var(--adm-font-size-7);
  --button-text-color: var(--adm-color-primary);
  --button-background-color: var(--adm-color-box);
  --button-width: var(--height);
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  width: calc(var(--input-width) + 2 * var(--button-width));
  border: var(--border);
  border-radius: var(--border-radius);
}
.adm-stepper-active {
  border: var(--active-border);
}
.adm-stepper-middle {
  flex: 1 1;
  border-left: var(--border-inner);
  border-right: var(--border-inner);
}
.adm-stepper .adm-stepper-input {
  height: var(--height);
  --background-color: var(--input-background-color);
  --font-size: var(--input-font-size);
  --color: var(--input-font-color);
  --text-align: center;
}
.adm-stepper-minus,
.adm-stepper-plus {
  width: var(--button-width);
  height: var(--height);
  padding: 0;
  color: var(--button-text-color);
  background-color: var(--button-background-color);
  font-size: var(--button-font-size);
  --border-width: 0;
}
.adm-stepper-minus:disabled,
.adm-stepper-plus:disabled {
  color: var(--adm-color-weak);
}
.adm-stepper-minus svg,
.adm-stepper-plus svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.adm-stepper-minus {
  border-radius: 0;
}
.adm-stepper-plus {
  border-radius: 0;
}

/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/steps/steps.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
.adm-step {
  --line-to-next-color: #e5e5e5;
  --icon-color: #e5e5e5;
}
.adm-step .adm-step-indicator {
  position: relative;
}
.adm-step .adm-step-indicator::after {
  content: '';
  position: absolute;
  z-index: 0;
  background-color: var(--line-to-next-color);
}
.adm-step .adm-step-indicator .adm-step-icon-container {
  position: absolute;
  z-index: 1;
  background: var(--adm-color-background);
  color: var(--icon-color);
}
.adm-step .adm-step-indicator .adm-step-icon-container > .antd-mobile-icon {
  display: block;
}
.adm-step:last-child .adm-step-indicator::after {
  display: none;
}
.adm-step-status-finish {
  --line-to-next-color: var(--adm-color-primary);
}
.adm-step-status-wait {
  --icon-color: #e5e5e5;
}
.adm-step-status-wait .adm-step-title {
  color: var(--adm-color-weak);
}
.adm-step-status-process {
  --icon-color: var(--adm-color-primary);
}
.adm-step-status-process .adm-step-title {
  color: var(--adm-color-primary);
}
.adm-step-status-finish {
  --icon-color: var(--adm-color-primary);
}
.adm-step-status-error {
  --icon-color: var(--adm-color-danger);
}
.adm-step-status-error .adm-step-title {
  color: var(--adm-color-danger);
}
.adm-steps {
  --title-font-size: var(--adm-font-size-main);
  --description-font-size: var(--adm-font-size-4);
  --indicator-margin-right: 0;
  --icon-size: 0.36rem;
  width: 100%;
  box-sizing: border-box;
}
.adm-steps-horizontal {
  display: flex;
  justify-content: space-around;
  padding: 0.16rem 0;
}
.adm-steps-horizontal .adm-step {
  flex: 1 1;
}
.adm-steps-horizontal .adm-step .adm-step-indicator {
  width: 100%;
  height: 0.48rem;
}
.adm-steps-horizontal .adm-step .adm-step-indicator::after {
  left: 50%;
  top: 50%;
  height: 1px;
  transform: translateY(-50%);
  width: 100%;
}
.adm-steps-horizontal .adm-step .adm-step-indicator .adm-step-icon-container {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.adm-steps-horizontal .adm-step-content {
  text-align: center;
  font-size: var(--description-font-size);
  padding: 0.04rem 0.16rem 0;
}
.adm-steps-horizontal .adm-step-content .adm-step-title {
  font-size: var(--title-font-size);
}
.adm-steps-horizontal .adm-step-content .adm-step-description {
  margin-top: 0.08rem;
  color: var(--adm-color-weak);
}
.adm-steps-vertical {
  padding: 0.16rem 0.32rem;
}
.adm-steps-vertical .adm-step {
  display: flex;
  align-items: stretch;
}
.adm-steps-vertical .adm-step .adm-step-indicator {
  flex: none;
  width: 0.48rem;
  margin-right: var(--indicator-margin-right);
}
.adm-steps-vertical .adm-step .adm-step-indicator::after {
  left: 50%;
  top: calc(var(--title-font-size) * 1.5 / 2);
  width: 1px;
  transform: translateX(-50%);
  height: 100%;
}
.adm-steps-vertical .adm-step .adm-step-indicator .adm-step-icon-container {
  top: calc(var(--title-font-size) * 1.5 / 2);
  left: 50%;
  transform: translate(-50%, -50%);
}
.adm-steps-vertical .adm-step:last-child .adm-step-content {
  padding-bottom: 0;
}
.adm-steps-vertical .adm-step .adm-step-content {
  flex: auto;
  padding-bottom: 0.48rem;
}
.adm-steps-vertical .adm-step .adm-step-content .adm-step-title {
  font-size: var(--title-font-size);
  line-height: 1.5;
}
.adm-steps-vertical .adm-step .adm-step-content .adm-step-description {
  padding-top: 0.08rem;
  font-size: var(--description-font-size);
  color: var(--adm-color-weak);
}
.adm-step-icon-container {
  font-size: var(--icon-size);
}
.adm-step-icon-dot {
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: currentColor;
  border-radius: 0.08rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/swipe-action/swipe-action.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.adm-swipe-action {
  --background: var(--adm-color-background);
  background: var(--background);
  cursor: -webkit-grab;
  cursor: grab;
  overflow: hidden;
  touch-action: pan-y;
}
.adm-swipe-action-track {
  position: relative;
  overflow: visible;
}
.adm-swipe-action-actions {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: auto;
  white-space: nowrap;
}
.adm-swipe-action-actions-right {
  left: 100%;
  top: 0;
  height: 100%;
}
.adm-swipe-action-actions-left {
  right: 100%;
  top: 0;
  height: 100%;
}
.adm-swipe-action-action-button.adm-button {
  --border-radius: 0;
  --border-width: 0;
  --text-color: var(--adm-color-white);
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/swiper/swiper.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-swiper {
  --height: auto;
  --width: 100%;
  --border-radius: 0;
  --track-padding: 0;
  --slide-size: 100%;
  --track-offset: 0%;
  display: block;
  width: var(--width);
  height: var(--height);
  position: relative;
  border-radius: var(--border-radius);
  z-index: 0;
  overflow: hidden;
}
.adm-swiper-track {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  padding: var(--track-padding);
}
.adm-swiper-track-allow-touch-move {
  cursor: -webkit-grab;
  cursor: grab;
}
.adm-swiper-track-inner {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
.adm-swiper-slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  white-space: unset;
  flex: none;
}
.adm-swiper-item {
  display: block;
  width: 100%;
  height: 100%;
  white-space: normal;
}
.adm-swiper-horizontal .adm-swiper-track-allow-touch-move {
  touch-action: pan-y;
}
.adm-swiper-horizontal .adm-swiper-indicator {
  position: absolute;
  bottom: 0.12rem;
  left: 50%;
  transform: translateX(-50%);
}
.adm-swiper-horizontal .adm-swiper-track {
  transform: translateX(var(--track-offset));
}
.adm-swiper-horizontal .adm-swiper-track-inner {
  flex-direction: row;
  width: var(--slide-size);
}
.adm-swiper-vertical .adm-swiper-track-allow-touch-move {
  touch-action: pan-x;
}
.adm-swiper-vertical .adm-swiper-indicator {
  position: absolute;
  right: 0.12rem;
  top: 50%;
  transform: translateY(-50%);
}
.adm-swiper-vertical .adm-swiper-track {
  transform: translateY(var(--track-offset));
}
.adm-swiper-vertical .adm-swiper-track-inner {
  flex-direction: column;
  height: var(--slide-size);
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/switch/switch.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
@keyframes loading-rotate {
  100% {
    transform: rotate(1turn);
  }
}
.adm-switch {
  --checked-color: var(--adm-color-primary);
  --height: 0.62rem;
  --width: 1.02rem;
  --border-width: 0.04rem;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  align-self: center;
  cursor: pointer;
  /* 选中状态 */
  /* 禁用状态 */
  /* loading图标 */
}
.adm-switch input {
  display: none;
}
.adm-switch-checkbox {
  min-width: var(--width);
  height: var(--height);
  box-sizing: border-box;
  border-radius: 0.62rem;
  background: var(--adm-color-border);
  z-index: 0;
  overflow: hidden;
  line-height: var(--height);
}
.adm-switch-checkbox:before {
  content: ' ';
  position: absolute;
  left: var(--border-width);
  top: var(--border-width);
  width: calc(100% - 2 * var(--border-width));
  height: calc(var(--height) - 2 * var(--border-width));
  border-radius: calc(var(--height) - 2 * var(--border-width));
  box-sizing: border-box;
  background: var(--adm-color-background);
  z-index: 1;
  transition: all 200ms;
  transform: scale(1);
}
.adm-switch-handle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(var(--height) - 2 * var(--border-width));
  height: calc(var(--height) - 2 * var(--border-width));
  border-radius: calc(var(--height) - 2 * var(--border-width));
  background: var(--adm-color-white);
  position: absolute;
  z-index: 2;
  top: var(--border-width);
  left: var(--border-width);
  transition: all 200ms;
  box-shadow: 0 0 0.04rem 0 rgba(0, 0, 0, 0.2), 0 0.04rem 0.23rem 0 rgba(0, 0, 0, 0.08), -1px 0.04rem 0.04rem 0 rgba(0, 0, 0, 0.1);
}
.adm-switch-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.16rem 0 calc(var(--height) - var(--border-width) + 0.08rem);
  height: 100%;
  color: var(--adm-color-weak);
  transition: margin 200ms;
  font-size: var(--adm-font-size-7);
}
.adm-switch.adm-switch-checked .adm-switch-checkbox {
  background: var(--checked-color);
}
.adm-switch.adm-switch-checked .adm-switch-checkbox:before {
  transform: scale(0);
}
.adm-switch.adm-switch-checked .adm-switch-handle {
  left: calc(100% - (var(--height) - var(--border-width)));
}
.adm-switch.adm-switch-checked .adm-switch-inner {
  margin: 0 calc(var(--height) - var(--border-width) + 0.1rem) 0 0.2rem;
  color: var(--adm-color-white);
}
.adm-switch.adm-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.adm-switch-spin-icon {
  width: 0.28rem;
  height: 0.28rem;
  animation: loading-rotate 1s linear infinite;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/tab-bar/tab-bar.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
.adm-tab-bar-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  min-height: 0.96rem;
}
.adm-tab-bar-item {
  flex: 1 1;
  color: var(--adm-color-text-secondary);
  white-space: nowrap;
  padding: 0.08rem 0.16rem;
  width: -webkit-min-content;
  width: min-content;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.adm-tab-bar-item-icon {
  font-size: 0.48rem;
  height: 0.48rem;
  line-height: 1;
}
.adm-tab-bar-item-title {
  font-size: var(--adm-font-size-2);
  line-height: 0.3rem;
}
.adm-tab-bar-item-title-with-icon {
  margin-top: 0.04rem;
}
.adm-tab-bar-item-active {
  color: var(--adm-color-primary);
}
.adm-tab-bar-icon-badge {
  --top: 0.12rem;
}
.adm-tab-bar-title-badge {
  --right: -0.04rem;
  --top: -0.04rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/tag/tag.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
.adm-tag {
  --border-radius: var(--adm-tag-border-radius, 0.04rem);
  padding: 0.04rem 0.08rem;
  font-size: var(--adm-font-size-3);
  line-height: 1;
  font-weight: normal;
  background: var(--background-color);
  color: var(--text-color);
  display: inline-block;
  white-space: nowrap;
  border-radius: var(--border-radius);
  border: 1px solid var(--border-color);
  box-sizing: border-box;
}
.adm-tag-round {
  border-radius: 2rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/text-area/text-area.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.adm-text-area {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --disabled-color: var(--adm-color-weak);
  --text-align: left;
  --count-text-align: right;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.adm-text-area-element {
  font-family: var(--adm-font-family);
  resize: none;
  flex: auto;
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  margin: 0;
  color: var(--color);
  font-size: var(--font-size);
  line-height: 1.5;
  background: transparent;
  border: 0;
  outline: none;
  -webkit-appearance: none;
          appearance: none;
  min-height: 1.5em;
  text-align: var(--text-align);
}
.adm-text-area-element::-webkit-input-placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-text-area-element::placeholder {
  color: var(--placeholder-color);
  font-family: inherit;
}
.adm-text-area-element:-webkit-autofill {
  background-color: transparent;
}
.adm-text-area-element:disabled {
  color: var(--disabled-color);
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: var(--disabled-color);
}
.adm-text-area-element:read-only {
  cursor: default;
}
.adm-text-area-element:invalid {
  box-shadow: none;
}
.adm-text-area-element::-ms-clear {
  display: none;
}
.adm-text-area-element[readonly] {
  pointer-events: none;
}
.adm-text-area-count {
  text-align: var(--count-text-align);
  color: var(--adm-color-weak);
  font-size: var(--adm-font-size-9);
  padding-top: 0.16rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/tree-select/tree-select.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.adm-tree-select,
.adm-tree-select-multiple {
  display: flex;
  height: 100%;
  font-size: var(--adm-font-size-main);
  background-color: var(--adm-color-white);
}
.adm-tree-select-column,
.adm-tree-select-multiple-column {
  overflow-y: auto;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.adm-tree-select-column:first-child,
.adm-tree-select-multiple-column:first-child {
  background-color: var(--adm-color-box);
}
.adm-tree-select-column:nth-child(2),
.adm-tree-select-multiple-column:nth-child(2) {
  background-color: #fafafa;
}
.adm-tree-select-item,
.adm-tree-select-multiple-item {
  display: flex;
  align-items: center;
  min-height: 1rem;
  box-sizing: border-box;
  padding: 0.12rem 0.24rem;
  position: relative;
}
.adm-tree-select-item-active {
  color: var(--adm-color-primary);
  font-weight: bold;
  background-color: white;
}
.adm-tree-select-multiple-item-expand {
  color: var(--adm-color-primary);
  font-weight: bold;
  background-color: white;
}
.adm-tree-select-multiple-item-checkbox {
  margin-right: 0.16rem;
}
.adm-tree-select-multiple-dot {
  position: absolute;
  top: 50%;
  margin-top: -0.06rem;
  right: 0.16rem;
  width: 0.12rem;
  height: 0.12rem;
  background: var(--adm-color-primary);
  border-radius: 0.06rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/virtual-input/virtual-input.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/
.adm-virtual-input {
  --font-size: var(--adm-font-size-9);
  --color: var(--adm-color-text);
  --placeholder-color: var(--adm-color-light);
  --disabled-color: var(--adm-color-weak);
  --text-align: left;
  --caret-width: var(--adm-virtual-input-caret-width, 0.04rem);
  --caret-color: var(--adm-virtual-input-caret-color, var(--adm-color-primary));
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  text-align: var(--text-align);
  font-size: var(--font-size);
  line-height: 1.5;
  white-space: nowrap;
  color: var(--color);
}
.adm-virtual-input > * {
  vertical-align: top;
}
.adm-virtual-input-content {
  flex: auto;
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  scrollbar-width: none;
}
.adm-virtual-input-content::-webkit-scrollbar {
  display: none;
}
.adm-virtual-input-placeholder {
  display: block;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  text-align: var(--text-align);
  color: var(--placeholder-color);
}
.adm-virtual-input-caret-container {
  display: inline-block;
  width: var(--caret-width);
  height: 1.3em;
  vertical-align: top;
  margin-right: 1px;
}
.adm-virtual-input-caret {
  width: 100%;
  height: 100%;
  background-color: var(--caret-color);
  position: relative;
  top: 5%;
}
.adm-virtual-input:focus {
  outline: none;
}
.adm-virtual-input:focus .adm-virtual-input-caret {
  display: block;
  animation-name: adm-caret-blink;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.adm-virtual-input-disabled {
  color: var(--disabled-color);
}
@keyframes adm-caret-blink {
  from {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
.adm-virtual-input-clear {
  flex: none;
  margin-left: 0.16rem;
  color: var(--placeholder-color);
  padding: 0.06rem;
  cursor: pointer;
}
.adm-virtual-input-clear .antd-mobile-icon {
  display: block;
  font-size: var(--adm-font-size-6);
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/water-mark/water-mark.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
.adm-water-mark {
  --z-index: var(--adm-water-mark-z-index, 2000);
  position: absolute;
  z-index: var(--z-index);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  background-repeat: repeat;
}
.adm-water-mark-full-page {
  position: fixed;
}

/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./node_modules/antd-mobile-5/es/components/footer/footer.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
.adm-footer {
  --background-color: var(--adm-color-background);
  color: var(--adm-color-text);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--background-color);
}
.adm-footer-label {
  width: 100%;
}
.adm-footer-label .adm-divider.adm-divider {
  color: var(--adm-color-light);
}
.adm-footer-links {
  margin: 0.16rem 0;
  color: var(--adm-color-primary);
  white-space: nowrap;
}
.adm-footer-links a {
  text-decoration: none;
}
.adm-footer-content {
  display: flex;
  align-items: center;
  margin: 0.16rem 0;
  color: var(--adm-color-light);
}
.adm-footer-chips {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 0.16rem 0;
}
.adm-footer-chip {
  white-space: nowrap;
  margin-right: 0.4rem;
  font-size: 0.24rem;
  background-color: var(--adm-color-box);
  color: var(--adm-color-weak);
  padding: 0.08rem 0.24rem;
  border-radius: 2rem;
}
.adm-footer-chip-link {
  cursor: pointer;
  background-color: #e7f1ff;
  color: var(--adm-color-primary);
}
.adm-footer-chip:last-child {
  margin-right: 0;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-app/es/components/ErrorBoundary/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.engine-error-boundary {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 0.88rem;
  padding-left: 0.32rem;
}
.engine-error-boundary .warn-icon {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #fff;
  background-color: #FAAD14;
  border-radius: 50%;
}
.engine-error-boundary-text {
  padding-left: 0.08rem;
  font-size: 0.24rem;
  color: rgba(28, 36, 46, 0.75);
  line-height: 0.44rem;
}
.engine-error-boundary-text span {
  color: #4477EE;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-app/es/components/Skeleton/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.com-skeleton-view {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: auto;
}
@keyframes com-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.com-skeleton-view ul {
  padding: 0;
}
.com-skeleton-view ul:last-child {
  padding-bottom: 0.25rem;
}
.com-skeleton-view .title,
.com-skeleton-view li {
  background-color: rgba(190, 190, 190, 0.2);
  border-radius: 0.04rem;
  width: 100%;
  display: block;
}
.com-skeleton-view.com-skeleton-animated .title,
.com-skeleton-view.com-skeleton-animated 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%;
  animation: com-skeleton-loading 1.4s ease infinite;
}
.com-skeleton-view .title {
  width: 45%;
  height: 0.36rem;
  border-radius: 0.04rem;
  margin-bottom: 0.38rem;
  margin-top: 0.44rem;
}
.com-skeleton-view li {
  height: 0.36rem;
  border-radius: 0.04rem;
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}
.com-skeleton-view li:last-child {
  width: 65%;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/engine-app/es/components/BOFramer/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.dynamic_boframer {
  position: relative;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/styles/theme.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
body {
  --adm-color-primary: #108ee9;
  --adm-color-success: #6abf47;
  --adm-color-warning: #ffc600;
  --adm-color-danger: #f4333c;
  --adm-color-text: #000;
  --adm-color-text-secondary: #a4a9b0;
  --adm-color-border: #ddd;
  --adm-color-box: #f5f5f9;
  --adm-color-background: #fff;
  --adm-border-color: var(--adm-color-border);
  --adm-font-size-main: 0.28rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Icon/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.cust-icon {
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.32rem;
}
.cust-icon svg {
  width: 1em;
  height: 1em;
}
.cust-icon-xxs {
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
}
.cust-icon-xs {
  width: 0.32rem;
  height: 0.32rem;
  font-size: 0.32rem;
}
.cust-icon-sm {
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0.4rem;
}
.cust-icon-md {
  width: 0.48rem;
  height: 0.48rem;
  font-size: 0.48rem;
}
.cust-icon-lg {
  width: 0.72rem;
  height: 0.72rem;
  font-size: 0.72rem;
}
.cust-icon-theme {
  fill: var(--adm-color-primary);
  color: var(--adm-color-primary);
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Accordion/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.pannel-default {
  display: flex;
  flex: 1 1;
  align-items: center;
  margin-right: -1.2rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.lcdp-accordion .adm-list-item-content-main {
  padding: 0 !important;
}
.lcdp-accordion .adm-list-item-content {
  padding-right: 0;
}
.lcdp-accordion .adm-collapse-arrow {
  margin-right: 0.32rem;
}
.lcdp-accordion-header-default {
  display: flex;
  flex: 1 1;
  align-items: center;
  margin-right: -1.2rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.lcdp-accordion-header {
  display: flex;
  flex: 1 1;
  align-items: center;
  margin-right: -1.2rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.lcdp-accordion-header-default-icon {
  width: 0.08rem;
  height: 0.32rem;
  background: #47e;
  margin-right: 0.12rem;
  border-radius: 0.04rem;
}
.lcdp-accordion-header-icon-left {
  position: absolute;
  left: 0;
  width: 0.24rem;
  height: 0.16rem;
  margin-right: 0.12rem;
  border-radius: 0 0.16rem 0.16rem 0;
  background: #47e;
}
.lcdp-accordion-header-icon-auto::before {
  content: none;
}
.lcdp-accordion-header-icon-auto > i,
.lcdp-accordion-header-icon-auto span {
  margin-right: 0.16rem;
  color: #47e;
}
.lcdp-accordion-border-none {
  border: none;
}
.lcdp-accordion .lcdp-accordion-header {
  padding-left: 0.24rem;
}
.lcdp-accordion .adm-list-body {
  border: none;
}
.lcdp-accordion .adm-list-item {
  padding-left: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/BasicComponents/DFormWrapper/dform.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-dformwrapper .alitajs-dform-cell {
  position: relative;
}
.lcdp-dformwrapper.lcdp-dformwrapper-hidden {
  display: none;
  height: 0;
  overflow: hidden;
}
.lcdp-dformwrapper .alitajs-dform-radio {
  overflow: hidden;
}
.lcdp-dformwrapper-right-content .anticon {
  color: rgba(0, 0, 0, 0.45);
}
.lcdp-dformwrapper-extra {
  color: rgba(0, 0, 0, 0.45);
  fill: rgba(0, 0, 0, 0.45);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/BasicComponents/Spin/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
@keyframes rotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes spinmove {
  to {
    opacity: 1;
  }
}
.lcdp-spin {
  position: absolute;
  display: none;
  box-sizing: border-box;
  font-size: 0.28rem;
  font-feature-settings: "tnum";
  font-variant: tabular-nums;
  line-height: 1.5715;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.lcdp-spin-small {
  transform: scale(0.6);
}
.lcdp-spin-default {
  transform: scale(1);
}
.lcdp-spin-large {
  transform: scale(1.4);
}
.lcdp-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.lcdp-spin-spinning-dotSpin {
  animation: rotate 1.2s infinite linear;
}
.lcdp-spin-dotSpin {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 0.4rem;
  transform: rotate(45deg);
}
.lcdp-spin-dotSpin-spinDotItem {
  position: absolute;
  display: block;
  width: 0.18rem;
  height: 0.18rem;
  background-color: #108ee9;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: spinmove 1s infinite linear alternate;
  animation: spinmove 1s infinite linear alternate;
}
.lcdp-spin-dotSpin-spinDotItem:nth-child(1) {
  top: 0;
  left: 0;
}
.lcdp-spin-dotSpin-spinDotItem:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.lcdp-spin-dotSpin-spinDotItem:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.lcdp-spin-dotSpin-spinDotItem:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.lcdp-spin-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0;
}
.lcdp-spin-wrapper-tips {
  display: block;
  width: 100%;
  padding-top: 0.1rem;
  color: #108ee9;
  text-align: center;
  text-shadow: 0 1px 0.04rem #fff;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/BasicComponents/Sticky/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-app-sticky {
  position: relative;
  overflow: visible;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/BlockSelect/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-blockselect-blockSelectView {
  overflow: hidden;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  min-height: 0.94rem;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView {
  flex: 1 1;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .allSelectedIcon {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.24rem;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .allSelectedIcon svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleOne {
  display: flex;
  align-items: center;
  margin-right: 0.12rem;
  font-size: 0.28rem;
  color: #1C242E;
  line-height: 0.44rem;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleOne-number {
  margin-left: 0.2rem;
  font-size: 0.24rem;
  color: rgba(28, 36, 46, 0.35);
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleTwo {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 0.16rem;
  font-size: 0.28rem;
  color: #1C242E;
  line-height: 0.44rem;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleTwo-number {
  margin-left: 0.12rem;
  font-size: 0.26rem;
  color: rgba(28, 36, 46, 0.35);
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleThree {
  margin-right: 0.12rem;
  font-size: 0.26rem;
  color: #1C242E;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleDefault {
  display: flex;
  flex-direction: column;
  margin-left: 0.12rem;
  margin-right: 0.12rem;
  font-size: 0.26rem;
  color: #1C242E;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .noticeView .styleDefault-number {
  font-size: 0.2rem;
  color: rgba(28, 36, 46, 0.35);
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .rigthView {
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .rigthView .normalBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  color: var(--adm-color-primary);
  font-size: 0.32rem;
  font-weight: 500;
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .rigthView .borderBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  color: var(--adm-color-primary);
  font-size: 0.32rem;
  font-weight: 500;
  border: 0.02rem solid var(--adm-color-primary);
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .rigthView .lightBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  font-size: 0.32rem;
  font-weight: 500;
  color: var(--adm-color-primary);
  background: rgba(68, 119, 238, 0.1);
}
.lcdp-blockselect-blockSelectView .blockSelect-ActionView .rigthView .primaryBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6rem;
  color: var(--adm-color-primary);
  font-size: 0.32rem;
  font-weight: 500;
  color: #ffffff;
  background: var(--adm-color-primary);
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-blockSelectWrapper {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1;
  overflow: auto;
  align-content: flex-start;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-blockSelect {
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow: hidden;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-placeholder {
  display: flex;
  flex: 1 1;
  align-items: center;
  justify-content: center;
  height: 0.9rem;
  color: rgba(28, 36, 46, 0.45);
  font-size: 0.24rem;
  background: #f2f3f5;
  border: 0.02rem solid rgba(0, 0, 0, 0.15);
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-content {
  flex: 1 1;
  overflow: auto;
  width: auto;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-showIcon {
  border-radius: 0.16rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-icon {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.2rem;
  margin-left: 0.24rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-iconRight {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.24rem;
  margin-left: 0.2rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-iconRight svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-nobox {
  overflow: hidden;
  background-color: #fff;
  border: 0.02rem solid transparent;
  border-radius: 0.06rem;
}
.lcdp-blockselect-blockSelectView .lcdp-blockselect-select {
  color: #1677ff;
  border: 0.02rem solid #1677ff;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Icon/IconED/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.cust-icon-ed {
  width: 0.16rem;
  height: 0.16rem;
  font-size: 0.16rem;
}
.cust-icon-ed svg {
  width: 1em;
  height: 1em;
}
.cust-icon-theme {
  fill: var(--adm-color-primary);
  color: var(--adm-color-primary);
}
.cust-icon-ed-xxs {
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0.12rem;
}
.cust-icon-ed-xs {
  width: 0.16rem;
  height: 0.16rem;
  font-size: 0.16rem;
}
.cust-icon-ed-sm {
  width: 0.2rem;
  height: 0.2rem;
  font-size: 0.2rem;
}
.cust-icon-ed-md {
  width: 0.24rem;
  height: 0.24rem;
  font-size: 0.24rem;
}
.cust-icon-ed-lg {
  width: 0.36rem;
  height: 0.36rem;
  font-size: 0.36rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Button/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-button-imageRight {
  flex-direction: row-reverse !important;
}
.lcdp-button-imageLeft {
  flex-direction: row !important;
}
.lcdp-button-type-dashed {
  --adm-button-border-style: dashed;
}
.lcdp-button-type-text {
  --adm-button-border-width: 0;
  background: transparent;
  border-color: transparent;
}
.lcdp-button-type-link {
  --adm-button-border-width: 0;
  --adm-button-text-color: var(--adm-color-primary);
  background: transparent;
  border-color: transparent;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/FilterItems/component/FilterItem/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-filter-item {
  flex: 1 1;
  margin: 0;
  width: 0;
}
.alita-filter-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.24rem;
  font-size: var(--adm-font-size-6);
  background: var(--adm-color-background);
  border-radius: 0.08rem;
}
.alita-filter-item-active-text {
  flex: 1 1;
  overflow: hidden;
  color: #1677ff;
  width: auto;
  max-width: 2rem;
  word-break: keep-all;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alita-filter-item-noraml-icon {
  width: 0.32rem;
  height: 0.32rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.alita-filter-item-icon-up {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E7%BC%96%E7%BB%84%206%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-171.000000%2C%20-3340.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%2851.000000%2C%202131.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%2884.000000%2C%2010.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M13.4723603%2C5.99735754%20L8.67496913%2C11.2434071%20C8.53163306%2C11.4065089%208.32501122%2C11.5%208.10787665%2C11.5%20C7.89072486%2C11.5%207.68408225%2C11.4065218%207.54073483%2C11.2434071%20L2.74334363%2C5.99735754%20C2.50915215%2C5.75000397%202.43677915%2C5.38947121%202.55781612%2C5.07103987%20C2.67885308%2C4.75260854%202.97097257%2C4.53024691%203.31046078%2C4.5%20L12.9013205%2C4.5%20C13.2421162%2C4.52895167%2013.5355186%2C4.74998106%2013.6565803%2C5.06974464%20C13.7789495%2C5.38948354%2013.7065888%2C5.74867172%2013.4723603%2C5.99735754%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%20fill%3D%22%23BFBFBF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-filter-item-icon-down {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E7%BC%96%E7%BB%84%206%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-295.000000%2C%20-3340.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%28175.000000%2C%202131.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%2892.000000%2C%2018.000000%29%20scale%281%2C%20-1%29%20translate%28-92.000000%2C%20-18.000000%29%20translate%2884.000000%2C%2010.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%231677ff%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M13.4723603%2C5.99735754%20L8.67496913%2C11.2434071%20C8.53163306%2C11.4065089%208.32501122%2C11.5%208.10787665%2C11.5%20C7.89072486%2C11.5%207.68408225%2C11.4065218%207.54073483%2C11.2434071%20L2.74334363%2C5.99735754%20C2.50915215%2C5.75000397%202.43677915%2C5.38947121%202.55781612%2C5.07103987%20C2.67885308%2C4.75260854%202.97097257%2C4.53024691%203.31046078%2C4.5%20L12.9013205%2C4.5%20C13.2421162%2C4.52895167%2013.5355186%2C4.74998106%2013.6565803%2C5.06974464%20C13.7789495%2C5.38948354%2013.7065888%2C5.74867172%2013.4723603%2C5.99735754%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%20fill%3D%22%231677ff%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Popup/components/Transition/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-transition-wrapper {
  overflow: scroll;
}
.alita-transition-popup-box {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(0%);
}
.alita-transition-popup-enter {
  transform: translateY(100%);
}
.alita-transition-popup-enter-active {
  transform: translateY(0%);
  transition: transform 200ms ease-in;
}
.alita-transition-popup-exit {
  transform: translateY(0%);
}
.alita-transition-popup-exit-active {
  transform: translateY(100%);
  transition: transform 200ms ease-in;
}
.alita-transition-dropdown-box {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  transform: translateY(0%);
}
.alita-transition-dropdown-enter {
  transform: translateY(-100%);
}
.alita-transition-dropdown-enter-active {
  transform: translateY(0%);
  transition: transform 200ms ease-in;
}
.alita-transition-dropdown-exit {
  transform: translateY(0%);
}
.alita-transition-dropdown-exit-active {
  transform: translateY(-100%);
  transition: transform 200ms ease-in;
}
.alita-transition-sliderleft-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  transform: translateX(0%);
}
.alita-transition-sliderleft-enter {
  transform: translateX(-100%);
}
.alita-transition-sliderleft-enter-active {
  transform: translateX(0%);
  transition: transform 200ms ease-in;
}
.alita-transition-sliderleft-exit {
  transform: translateX(0%);
}
.alita-transition-sliderleft-exit-active {
  transform: translateX(-100%);
  transition: transform 200ms ease-in;
}
.alita-transition-sliderright-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translateX(0%);
}
.alita-transition-sliderright-enter {
  transform: translateX(100%);
}
.alita-transition-sliderright-enter-active {
  transform: translateX(0%);
  transition: transform 200ms ease-in;
}
.alita-transition-sliderright-exit {
  transform: translateX(0%);
}
.alita-transition-sliderright-exit-active {
  transform: translateX(100%);
  transition: transform 200ms ease-in;
}
.alita-transition-alert-box {
  position: fixed;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}
.alita-transition-alert-enter {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
}
.alita-transition-alert-enter-active {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(1, 1);
  transition: transform 200ms ease-in;
}
.alita-transition-alert-exit {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1, 1);
}
.alita-transition-alert-exit-active {
  opacity: 0.8;
  transform: translate(-50%, -50%) scale(0.5, 0.5);
  transition: transform 200ms ease-in;
}
.alita-transition-overlay-box {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.alita-transition-overlay-enter {
  display: block;
}
.alita-transition-overlay-enter-active {
  display: block;
  opacity: 0.2;
}
.alita-transition-overlay-enter-done {
  display: block;
  opacity: 0.3;
}
.alita-transition-overlay-exit {
  display: block;
  opacity: 0.3;
}
.alita-transition-overlay-exit-active {
  display: block;
  opacity: 0.2;
}
.alita-transition-overlay-exit-done {
  display: none;
  opacity: 0;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Popup/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-popup-flow-hidden {
  overflow: hidden !important;
}
.alita-popup-inview {
  position: relative;
  background-color: #fff;
  overflow: scroll;
}
.alita-popup-close {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.alita-popup-close-top-right {
  right: 0.24rem;
  top: 0.24rem;
}
.alita-popup-close-top-left {
  left: 0.24rem;
  top: 0.24rem;
}
.alita-popup-close-bottom-left {
  left: 0.24rem;
  bottom: 0.24rem;
}
.alita-popup-close-bottom-right {
  right: 0.24rem;
  bottom: 0.24rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/FilterItems/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-filter {
  width: 100%;
}
.alita-filter-popwrapper {
  background-color: var(--adm-color-background);
}
.alita-filter-content {
  display: flex;
}
.alita-filter-single {
  max-width: 2.24rem;
}
.alita-filter-drawer-item {
  padding: 0.4rem 0.3rem;
  font-size: var(--adm-font-size-6);
}
.alita-filter-drawer-item-active {
  color: #1677ff;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Card/components/CardHeader/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.32rem;
  font-size: 0.34rem;
  color: var(--adm-color-text);
}
.alita-card-header-title {
  font-weight: 600;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Card/components/CardBody/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-card-body {
  width: 100%;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Card/components/CardFooter/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-card-footer {
  padding-top: 0.32rem;
}
.alita-card-footer-details {
  display: flex;
  height: 0.6rem;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  color: var(--adm-color-text-secondary);
  font-size: 0.24rem;
}
.alita-card-footer-icon-right {
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.04rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2222px%22%20height%3D%2222px%22%20viewBox%3D%220%200%2022%2022%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E7%AE%AD%E5%A4%B4%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-399.000000%2C%20-2098.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E4%BF%A1%E6%81%AF%E8%BE%93%E5%85%A5%3A50%2F%E6%97%A5%E6%9C%9F%E9%80%89%E6%8B%A9Calendar%3A7%2F%E5%85%AC%E5%8E%86%22%20transform%3D%22translate%2860.000000%2C%20888.000000%29%22%3E%3Cg%20id%3D%22%E7%AE%AD%E5%A4%B4%22%20transform%3D%22translate%28314.000000%2C%2022.000000%29%20scale%28-1%2C%201%29%20translate%28-314.000000%2C%20-22.000000%29%20translate%28303.000000%2C%2011.000000%29%22%3E%3Crect%20id%3D%22bg%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2222%22%20height%3D%2222%22%3E%3C%2Frect%3E%3Cg%20id%3D%22left%22%20transform%3D%22translate%285.500000%2C%201.500000%29%22%20fill%3D%22%23444444%22%20fill-rule%3D%22nonzero%22%3E%3Cpath%20d%3D%22M10.3481825%2C1.71236897%20L2.20939764%2C9.02602397%20C1.94761023%2C9.26127815%201.92610434%2C9.6641751%202.16133704%2C9.92596251%20L2.16133701%2C9.92596248%20C2.17649184%2C9.94281849%202.19253472%2C9.95885423%202.20939761%2C9.9740016%20L10.3481825%2C17.2876781%20C10.6747454%2C17.581112%2010.7015579%2C18.0837181%2010.4081239%2C18.4102595%20C10.11469%2C18.7368223%209.61208396%2C18.7636349%209.28552108%2C18.4702009%20L1.14673622%2C11.1565459%20L1.14673603%2C11.1565458%20C1.08780733%2C11.1035919%201.03174636%2C11.0475309%200.978792472%2C10.9886022%20C0.156670422%2C10.073732%200.231865822%2C8.66562295%201.14673603%2C7.8435009%20L9.28552089%2C0.529845904%20C9.61208377%2C0.236390485%2010.1146898%2C0.2632245%2010.4081238%2C0.58978738%20C10.7015577%2C0.916328776%2010.6747452%2C1.41893483%2010.3481823%2C1.71236876%20L10.3481825%2C1.71236897%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-card-footer-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.alita-card-footer-btn-text {
  font-size: 0.3rem;
  padding: 0.08rem 0.24rem;
  color: var(--adm-color-primary);
  border: 1PX solid var(--adm-color-primary);
  border-radius: 0.34rem;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Card/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-card {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  padding: 0.32rem;
  overflow: hidden;
  background: var(--adm-color-background);
  border-radius: 0.12rem;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/LevelView/components/Item/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-item {
  vertical-align: top;
  display: inline-block;
  padding-right: 0.32rem;
}
.alita-item-btn {
  position: relative;
  height: 0.64rem;
  min-width: 1.28rem;
  padding: 0 0.24rem;
  line-height: 0.64rem;
  text-align: center;
  border-radius: 0.32rem;
  font-size: 0.26rem;
  color: #888;
  background-color: var(--adm-color-box);
}
.alita-item-btn::after {
  position: absolute;
  top: 50%;
  right: -0.32rem;
  width: 0.32rem;
  height: 1PX;
  background-color: #ddd;
  transform: translateY(-50%);
  content: '';
}
.alita-item:last-child .alita-item-btn::after {
  width: 0;
}
.alita-item-active {
  color: #fff;
  background-color: var(--adm-color-primary);
}
.alita-item-sub {
  margin-top: 0.32rem;
  font-size: 0.28rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.alita-item-date {
  margin-top: 0.08rem;
  color: #888;
  font-size: 0.24rem;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/LevelView/components/LevelBody/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-levelbody {
  white-space: nowrap;
  overflow-x: scroll;
}
.alita-levelbody::-webkit-scrollbar {
  display: none;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/NoticeBarPlus/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-notice-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.12rem;
  padding: 0 0.24rem;
  font-size: 0.24rem;
  background: var(--adm-color-background);
  border-radius: 0.12rem;
}
.alita-notice-bar-bar-icon {
  width: 0.92rem;
  height: 0.32rem;
}
.alita-notice-bar-v-item {
  line-height: 0.72rem;
  padding-left: 0.2rem;
  margin-right: 0.1rem;
  height: 100%;
  display: flex;
  align-items: center;
  width: auto;
}
.alita-notice-bar-v-item > div {
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 0;
  flex: 1 1;
}
.alita-notice-bar-bar-content {
  display: flex;
  flex: 1 1;
  align-items: center;
  height: 100%;
  margin-right: 0.1rem;
}
.alita-notice-bar-extra-text {
  color: #343438;
}
.alita-notice-bar-right-icon {
  display: inline-block;
  width: 0.1rem;
  height: 0.16rem;
  margin-left: 0.1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%225px%22%20height%3D%228px%22%20viewBox%3D%220%200%205%208%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E6%9B%B4%E5%A4%9A%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-441.000000%2C%20-3881.000000%29%22%20fill%3D%22%23C5C5C5%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20id%3D%22%E5%85%AC%E5%91%8A%22%20transform%3D%22translate%28107.000000%2C%203857.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-8%22%20transform%3D%22translate%2812.000000%2C%2019.000000%29%22%3E%3Cg%20id%3D%22%E6%9B%B4%E5%A4%9A%22%20transform%3D%22translate%28322.000000%2C%205.000000%29%22%3E%3Cg%20id%3D%22%E8%B7%AF%E5%BE%84-2%22%20transform%3D%22translate%28-0.000000%2C%200.000000%29%22%3E%3Cpath%20d%3D%22M0.491237423%2C8%20L0.491237418%2C8%20C0.61855788%2C8.00019839%200.740696478%2C7.94959483%200.830569643%2C7.8594102%20L4.34530882%2C4.34530882%20L4.34530882%2C4.34530881%20C4.53219933%2C4.1581859%204.53219933%2C3.85504635%204.34530881%2C3.66792345%20L0.829931841%2C0.152546476%20L0.829931855%2C0.15254649%20C0.649479582%2C-0.0411107581%200.346203738%2C-0.0518161018%200.15254649%2C0.128635559%20C-0.0411107581%2C0.309087832%20-0.0518161018%2C0.612363676%200.128635559%2C0.806020924%20C0.136322115%2C0.814269989%200.144297356%2C0.822245203%200.152546403%2C0.829931768%20L3.32731468%2C4.00597564%20L0.152546403%2C7.18074392%20L0.152546385%2C7.18074394%20C-0.0348613467%2C7.36767813%20-0.0352448973%2C7.67114269%200.151689576%2C7.8585513%20C0.241660594%2C7.94874948%200.363840255%2C7.9994166%200.49123935%2C7.99935806%20L0.491237423%2C8%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Notification/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-notification-header {
  height: 0.5rem;
  display: flex;
  align-items: center;
  margin: 0.2rem;
  font-size: 0.3rem;
}
.alita-notification-prefix {
  width: 0.44rem;
  height: 0.44rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/ProcessTrack/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-track {
  width: 100%;
}
.alita-track-node {
  position: relative;
  margin: 0 0.4rem;
  padding: 0 0 0.5rem 0.4rem;
}
.alita-track-node-img {
  position: absolute;
  width: 0.4rem;
  margin-left: -0.6rem;
}
.alita-track-node-time {
  display: flex;
  align-items: center;
  padding: 0 0 0.2rem 0;
  color: #999;
  font-size: --adm-font-size-6;
}
.alita-track-child {
  background: --adm-color-background;
  border: 1PX solid #ddd;
  border-radius: 0.2rem;
  overflow: hidden;
}
.alita-track-child-block {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  color: --adm-color-primary;
  font-weight: 600;
  background: #ecf8ff;
  border-radius: 0.2rem 0.2rem 0 0;
}
.alita-track-child-title {
  flex: 9 1;
  overflow: hidden;
  font-size: --adm-font-size-6;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}
.alita-track-child-content {
  display: flex;
  align-items: center;
  padding: 0.2rem;
  color: #666;
  font-size: 0.24rem;
}
.alita-track-content-label {
  flex: 1 1;
}
.alita-track-content-value {
  flex: 2 1;
}
.alita-track-node::before {
  position: absolute;
  top: 0.4rem;
  left: 0;
  width: 1PX;
  height: 94%;
  background-color: #e1e1e1;
  content: "";
}
.alita-track-node:last-child::before {
  width: 0;
}
.alita-track-phone-icon {
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.06rem;
}
.alita-track-hide {
  display: none;
}
.alita-track-no-data {
  display: flex;
  justify-content: center;
  padding: 0.3rem;
  font-size: 0.32rem;
}
.alita-track-last-icon {
  margin-left: 0.1rem;
  width: 0.88rem;
  height: 0.4rem;
}
.alita-track-change-icon {
  width: 0.32rem;
  height: 0.32rem;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/QRCode/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-qrcode {
  text-align: center;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/SafeArea/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-safe-area {
  --multiple: var(--alita-safe-area-multiple, 1);
  display: block;
  width: 100%;
}
.alita-safe-area-position-top {
  padding-top: calc(env(safe-area-inset-top) * var(--multiple));
}
.alita-safe-area-position-bottom {
  padding-bottom: calc(env(safe-area-inset-bottom) * var(--multiple));
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Badge/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-badge-wrapper {
  display: inline-block;
  position: relative;
}
.alita-badge {
  display: inline-flex;
  vertical-align: middle;
  box-sizing: content-box;
  border-radius: 2rem;
  background-color: var(--color);
  --right: 0;
  --top: 0;
  --color: #ff411c;
}
.alita-badge-content {
  color: #fff;
  box-sizing: border-box;
  min-width: 0.16rem;
  padding: 0.02rem 0.08rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  white-space: nowrap;
  font-weight: normal;
  text-align: center;
}
.alita-badge-fixed {
  position: absolute;
  right: var(--right);
  top: var(--top);
  transform: translate(50%, -50%);
}
.alita-badge-dot {
  min-width: 0.2rem;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
}
.alita-badge-bordered {
  border: solid 0.02rem #fff;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/TabBar/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-tab-bar-plus-wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
  min-height: 0.96rem;
}
.alita-tab-bar-plus-item {
  flex: 1 1;
  color: #999;
  white-space: nowrap;
  padding: 0.08rem 0.16rem;
  width: min-content;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.alita-tab-bar-plus-item-icon {
  font-size: 0.48rem;
  height: 0.48rem;
  line-height: 1;
}
.alita-tab-bar-plus-item-title {
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.alita-tab-bar-plus-item-title-with-icon {
  margin-top: 0.04rem;
}
.alita-tab-bar-plus-item-active {
  color: #1677ff;
}
.alita-tab-bar-plus-item-active svg {
  fill: #1677ff;
}
.alita-tab-bar-plus-icon-badge {
  --top: 15%;
  --right: -10%;
}
.alita-tab-bar-plus-title-badge {
  --right: -2%;
  --top: -2%;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/components/MonthPanel/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-monthpanel {
  background-color: #fff;
}
.alita-monthpanel-month-title {
  height: 0.88rem;
  font-weight: 500;
  line-height: 0.88rem;
  text-align: center;
}
.alita-monthpanel-month-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  user-select: none;
}
.alita-monthpanel-month-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 3.2rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.alita-monthpanel-days {
  position: relative;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/components/DayPanel/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-daypanel {
  position: relative;
  width: 14.285%;
  height: 1.28rem;
  font-size: 0.32rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.alita-daypanel-selected-day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.alita-daypanel-end,
.alita-daypanel-start,
.alita-daypanel-start-end,
.alita-daypanel-multiple-middle,
.alita-daypanel-multiple-selected {
  color: #fff;
  background-color: #1989fa;
}
.alita-daypanel-start {
  border-radius: 0.08rem 0 0 0.08rem;
}
.alita-daypanel-end {
  border-radius: 0 0.08rem 0.08rem 0;
}
.alita-daypanel-start-end,
.alita-daypanel-multiple-selected {
  border-radius: 0.08rem;
}
.alita-daypanel-middle {
  color: #1989fa;
}
.alita-daypanel-middle::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.1;
  content: '';
}
.alita-daypanel-disabled {
  color: #c8c9cc;
  cursor: default;
}
.alita-daypanel-top-info,
.alita-daypanel-bottom-info {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0.2rem;
  line-height: 0.28rem;
}
@media (max-width: 700px) {
  .alita-daypanel-top-info,
  .alita-daypanel-bottom-info {
    font-size: 0.18rem;
  }
}
.alita-daypanel-top-info {
  top: 0.12rem;
}
.alita-daypanel-bottom-info {
  bottom: 0.12rem;
}
.alita-daypanel-selected-day {
  width: 1.08rem;
  height: 1.08rem;
  color: #fff;
  background-color: #1989fa;
  border-radius: 0.08rem;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/components/WeekPanel/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-weekpanel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.alita-weekpanel-weekday {
  flex: 1 1;
  font-size: 0.24rem;
  line-height: 0.6rem;
  text-align: center;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/components/Header/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-calendar_header {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  box-shadow: 0 0.08rem 0.32rem rgba(226, 228, 238, 0.8);
  background-color: #fff;
}
.alita-calendar_header-header-title,
.alita-calendar_header-header-subtitle {
  height: 0.88rem;
  font-weight: 500;
  line-height: 0.88rem;
  text-align: center;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/components/FooterPanel/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-footerpanel {
  padding: 0 0.32rem;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.02rem);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.02rem);
}
.alita-footerpanel-button {
  height: 0.72rem;
  margin: 0.14rem 0;
  border-radius: 0.36rem;
  background-color: #1989fa;
  line-height: 0.72rem;
  text-align: center;
  color: #fff;
  font-size: 0.28rem;
  cursor: pointer;
}
.alita-footerpanel-disabled {
  opacity: 0.7;
  cursor: crosshair;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Calendar/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-calendar-panel {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.alita-calendar-panel-months {
  overflow: auto;
  flex: 1 1;
  -webkit-overflow-scrolling: touch;
}
.alita-calendar-panel-footer {
  background-color: #fff;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/SearchView/components/SearchBar/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-search-bar {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
}
.alita-search-bar-searchview {
  display: flex;
  flex: 1 1;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}
.alita-search-bar-search {
  position: absolute;
  top: 50%;
  left: 0.2rem;
  width: 0.24rem;
  height: 0.24rem;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2212px%22%20height%3D%2212px%22%20viewBox%3D%220%200%2012%2012%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Esearch_message%401x%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-227.000000%2C%20-4099.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-4%22%20transform%3D%22translate%28115.000000%2C%204080.000000%29%22%3E%3Cg%20id%3D%22%E5%88%86%E7%BB%84-3%22%20transform%3D%22translate%28102.000000%2C%207.000000%29%22%3E%3Cg%20id%3D%22%E5%88%86%E7%BB%84-2%22%20transform%3D%22translate%2810.000000%2C%208.000000%29%22%3E%3Cg%20id%3D%22%E6%90%9C%E7%B4%A2%22%20transform%3D%22translate%280.000000%2C%204.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%23BBBBBB%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2212%22%20height%3D%2212%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M11.79075%2C11.367%20L9.9825%2C9.55875%20C10.8975%2C8.5425%2011.4615%2C7.20225%2011.4615%2C5.73075%20C11.4615%2C2.571%208.8905%2C0%205.73075%2C0%20C2.571%2C0%200%2C2.571%200%2C5.73075%20C0%2C8.8905%202.571%2C11.4615%205.73075%2C11.4615%20C7.0965%2C11.4615%208.352%2C10.97925%209.33675%2C10.179%20L11.1585%2C12%20L11.79075%2C11.367%20Z%20M0.89475%2C5.73%20C0.89475%2C3.063%203.0645%2C0.894%205.73075%2C0.894%20C8.397%2C0.894%2010.56675%2C3.063%2010.56675%2C5.73%20C10.56675%2C8.397%208.39775%2C10.566%205.73075%2C10.566%20C3.06375%2C10.566%200.89475%2C8.39775%200.89475%2C5.73%20Z%22%20id%3D%22%E5%BD%A2%E7%8A%B6%22%20fill%3D%22%23A3A3A3%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-search-bar-input {
  width: 100%;
  height: 0.72rem;
  padding: 0.16rem 0.6rem;
  overflow: hidden;
  border: none;
  background-color: #f7f7f7;
  border-radius: 0.36rem;
  font-size: 0.28rem;
  box-sizing: border-box;
  transition: width 0.3s ease-in;
  outline: none;
}
.alita-search-bar-cancel-box {
  overflow: hidden;
  padding-left: 0.16rem;
  padding-right: 0.16rem;
  color: #1677ff;
  transform: translateX(0%);
}
.alita-search-bar-cancel-enter {
  transform: translateX(100%);
}
.alita-search-bar-cancel-enter-active {
  transform: translateX(0%);
  transition: transform 200ms ease-in;
}
.alita-search-bar-cancel-exit {
  transform: translateY(0%);
}
.alita-search-bar-cancel-exit-active {
  transform: translateY(100%);
  transition: transform 200ms ease-in;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/SearchView/components/SearchLeftItem/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-search-left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  max-width: 4rem;
  padding-right: 0.2rem;
}
.alita-search-left-text {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alita-search-left-hide {
  display: none;
}
.alita-search-left-iconfont {
  margin-left: 0.06rem;
  transition: transform 0.3s ease-in;
}
.alita-search-left-icon {
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0.06rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in;
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20width%3D%2218px%22%20height%3D%2218px%22%20viewBox%3D%220%200%2018%2018%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Earrow_bottom_red%401x%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-176.000000%2C%20-4096.000000%29%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-4%22%20transform%3D%22translate%28115.000000%2C%204080.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84%22%20transform%3D%22translate%2823.000000%2C%2015.000000%29%22%3E%3Cg%20id%3D%22%E5%B1%95%E5%BC%80%22%20transform%3D%22translate%2838.000000%2C%201.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%23000000%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2218%22%20height%3D%2218%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M2.46375%2C5.83875%20C2.3270285%2C5.9739941%202.25009374%2C6.15831344%202.25009374%2C6.350625%20C2.25009374%2C6.54293656%202.3270285%2C6.7272559%202.46375%2C6.8625%20L8.49375%2C12.81375%20C8.6289941%2C12.9504715%208.81331344%2C13.0274063%209.005625%2C13.0274063%20C9.19793656%2C13.0274063%209.3822559%2C12.9504715%209.5175%2C12.81375%20L15.53625%2C6.8625%20C15.7191253%2C6.67962468%2015.7905463%2C6.41307808%2015.7236093%2C6.16326574%20C15.6566722%2C5.9134534%2015.4615466%2C5.71832775%2015.2117343%2C5.65139074%20C14.9619219%2C5.58445372%2014.6953753%2C5.65587467%2014.5125%2C5.83875%20L9%2C11.25%20L3.47625%2C5.83875%20C3.19574086%2C5.56137362%202.74425914%2C5.56137362%202.46375%2C5.83875%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%20fill%3D%22currentColor%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-search-left-icon-open {
  transform: rotate(-180deg);
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/SearchView/components/FilterCell/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-search-cell {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  padding: 0 0.3rem;
  background-color: var(--adm-color-background);
}
.alita-search-cell::after {
  position: absolute;
  top: 0;
  left: 0.24rem;
  right: 0.24rem;
  height: 1PX;
  background-color: #f6f8fa;
  content: '';
}
.alita-search-cell::after:first-child {
  left: 0;
  right: 0;
}
.alita-search-cell-text {
  flex: 1 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
}
.alita-search-cell-select {
  color: #1677ff;
}
.alita-search-cell-icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.4rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20width%3D%2216%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22m0%200h16v16h-16z%22%2F%3E%3Cpath%20d%3D%22m5.45617113%2010.825949%207.20328477-7.52709094c.3638524-.38369884.9698156-.40012212%201.3535144-.03658221.3843645.36351274.4007878.9694624.0369354%201.35351442l-7.80721037%208.16418913c-.39428092.4158254-1.06351928.3946341-1.43079484-.0458194l-3.59001433-4.30815579c-.33854501-.40590897-.28348832-1.00984817.12278743-1.34803999.40624858-.33854502%201.009821-.28384151%201.34839318.12242065l3.03667622%203.64403863h.00000007c-.06656644-.0140227-.13440381-.0211287-.2024315-.0212049-.02394892%200-.04788425.0006928-.07114037.0027304z%22%20fill%3D%22%232d97fa%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/SearchView/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-search-view {
  display: flex;
  flex-direction: column;
  width: auto;
  overflow: hidden;
  background-color: var(--adm-color-background);
  font-size: 0.28rem;
  color: var(--adm-color-text);
}
.alita-search-view-search {
  flex: 1 1;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.alita-search-view-placeholder {
  height: 0.72rem;
  background-color: transparent;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Star/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-star-item {
  display: inline-block;
  width: 0.48rem;
  height: 0.48rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.alita-star-light {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Eicon%2Fstar-full%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-259.000000%2C%20-1402.000000%29%22%20fill%3D%22%23F5A623%22%20fill-rule%3D%22nonzero%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E5%9F%BA%E7%A1%80%E4%BF%A1%E6%81%AF%E5%A4%87%E4%BB%BD%22%20transform%3D%22translate%2860.000000%2C%20154.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%2815.000000%2C%2049.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-4%22%20transform%3D%22translate%28148.000000%2C%200.000000%29%22%3E%3Cg%20id%3D%22%E6%98%9F%E6%98%9F%22%20transform%3D%22translate%283.000000%2C%203.000000%29%22%3E%3Cpath%20d%3D%22M8.31074692%2C0.603057436%20C8.68982292%2C-0.201019145%209.31025003%2C-0.201019145%209.68927456%2C0.603057436%20L11.3313128%2C4.08520044%20C11.7103631%2C4.88919726%2012.7425651%2C5.65686198%2013.6245807%2C5.79094851%20L17.171437%2C6.33024852%20C18.0534269%2C6.46430932%2018.2652157%2C7.0941977%2017.642285%2C7.72993215%20L15.0203532%2C10.4046124%20C14.396949%2C11.0404009%2014.004776%2C12.2778843%2014.1483752%2C13.154427%20L14.7800004%2C17.0071728%20C14.9236254%2C17.8838672%2014.4022959%2C18.2495297%2013.6213%2C17.8197071%20L10.4199073%2C16.058074%20C9.63891138%2C15.6284624%208.36106378%2C15.6284624%207.58006014%2C16.058074%20L4.37848735%2C17.8197071%20C3.59767669%2C18.2495297%203.07608214%2C17.883893%203.21989239%2C17.0071728%20L3.85114965%2C13.154427%20C3.9949599%2C12.2778663%203.6025244%2C11.0403829%202.97935694%2C10.4046124%20L0.357888303%2C7.72998361%20C-0.265279153%2C7.09424658%20-0.0534903209%2C6.46433505%200.82865652%2C6.33027168%20L4.37543566%2C5.79097167%20C5.2575825%2C5.65691087%206.2895735%2C4.88922042%206.66864949%2C4.0852236%20L8.31076236%2C0.603054863%20L8.31074692%2C0.603057436%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-star-half {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2024%2024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3Eicon%2Fstar-full%3C%2Ftitle%3E%3Cdefs%3E%3Cpath%20d%3D%22M9.31074692%2C0.603057436%20C9.68982292%2C-0.201019145%2010.31025%2C-0.201019145%2010.6892746%2C0.603057436%20L12.3313128%2C4.08520044%20C12.7103631%2C4.88919726%2013.7425651%2C5.65686198%2014.6245807%2C5.79094851%20L18.171437%2C6.33024852%20C19.0534269%2C6.46430932%2019.2652157%2C7.0941977%2018.642285%2C7.72993215%20L16.0203532%2C10.4046124%20C15.396949%2C11.0404009%2015.004776%2C12.2778843%2015.1483752%2C13.154427%20L15.7800004%2C17.0071728%20C15.9236254%2C17.8838672%2015.4022959%2C18.2495297%2014.6213%2C17.8197071%20L11.4199073%2C16.058074%20C10.6389114%2C15.6284624%209.36106378%2C15.6284624%208.58006014%2C16.058074%20L5.37848735%2C17.8197071%20C4.59767669%2C18.2495297%204.07608214%2C17.883893%204.21989239%2C17.0071728%20L4.85114965%2C13.154427%20C4.9949599%2C12.2778663%204.6025244%2C11.0403829%203.97935694%2C10.4046124%20L1.3578883%2C7.72998361%20C0.734720847%2C7.09424658%200.946509679%2C6.46433505%201.82865652%2C6.33027168%20L5.37543566%2C5.79097167%20C6.2575825%2C5.65691087%207.2895735%2C4.88922042%207.66864949%2C4.0852236%20L9.31076236%2C0.603054863%20L9.31074692%2C0.603057436%20Z%22%20id%3D%22path-1%22%3E%3C%2Fpath%3E%3C%2Fdefs%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-331.000000%2C%20-1402.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E5%9F%BA%E7%A1%80%E4%BF%A1%E6%81%AF%E5%A4%87%E4%BB%BD%22%20transform%3D%22translate%2860.000000%2C%20154.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%2815.000000%2C%2049.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-4%22%20transform%3D%22translate%28148.000000%2C%200.000000%29%22%3E%3Cg%20id%3D%22icon%2Fstar-full%E5%A4%87%E4%BB%BD-3%22%20transform%3D%22translate%2872.000000%2C%200.000000%29%22%3E%3Cg%20id%3D%22%E6%98%9F%E6%98%9F%22%20transform%3D%22translate%282.000000%2C%203.000000%29%22%3E%3Cmask%20id%3D%22mask-2%22%20fill%3D%22white%22%3E%3Cuse%20xlink%3Ahref%3D%22%23path-1%22%3E%3C%2Fuse%3E%3C%2Fmask%3E%3Cpath%20stroke%3D%22%23F5A623%22%20d%3D%22M9.83494417%2C0.681666535%20L11.879055%2C4.29842073%20C12.3204507%2C5.23465737%2013.5221856%2C6.129104%2014.5494195%2C6.28526702%20L14.5494195%2C6.28526702%20L18.0963009%2C6.82457086%20C18.1569162%2C6.83378426%2018.2130005%2C6.8456333%2018.2639799%2C6.86079423%20C18.3359953%2C7.16960117%2018.365289%2C7.29821087%2018.2852283%2C7.37991712%20L18.2852283%2C7.37991712%20L15.6633398%2C10.0545532%20C14.9422397%2C10.7899784%2014.4888605%2C12.2214201%2014.654962%2C13.2353179%20L14.654962%2C13.2353179%20L15.286578%2C17.088008%20C15.2956096%2C17.1431372%2015.3015144%2C17.1951655%2015.3035866%2C17.2438633%20C15.0642644%2C17.3779615%2014.9569513%2C17.433713%2014.8623504%2C17.3816493%20L14.8623504%2C17.3816493%20L11.6608942%2C15.6199812%20C10.7473497%2C15.1174571%209.25262893%2C15.1174559%208.33902008%2C15.6200104%20L8.33902008%2C15.6200104%20L5.13736575%2C17.3816884%20C5.08688242%2C17.4094786%205.03836501%2C17.4330706%204.99183438%2C17.4517143%20C4.78623917%2C17.2749143%204.69598869%2C17.1936343%204.71331318%2C17.0880178%20L4.71331318%2C17.0880178%20L5.34455344%2C13.2353758%20C5.51088973%2C12.221513%205.05727242%2C10.7900349%204.33644117%2C10.0546254%20L4.33644117%2C10.0546254%20L1.71495396%2C7.37997773%20C1.67280815%2C7.33698181%201.63571702%2C7.29458875%201.60453427%2C7.25258171%20C1.73494033%2C6.96130652%201.78998756%2C6.84188942%201.90381932%2C6.82458995%20L1.90381932%2C6.82458995%20L5.45055865%2C6.28529599%20C6.47796026%2C6.12916067%207.67947201%2C5.23470089%208.12088631%2C4.29848837%20L8.12088631%2C4.29848837%20L9.76302581%2C0.816263143%20C9.78619802%2C0.767109598%209.81003048%2C0.722058514%209.83494417%2C0.681666535%20L9.83494417%2C0.681666535%20Z%22%3E%3C%2Fpath%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%23F5A623%22%20mask%3D%22url%28%23mask-2%29%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2210%22%20height%3D%2221%22%3E%3C%2Frect%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.alita-star-default {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20width%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m8.83494417.68166654%202.04411083%203.61675419c.4413957.93623664%201.6431306%201.83068327%202.6703645%201.98684629l3.5468814.53930384c.0606153.0092134.1166996.02106244.167679.03622337.0720154.30880694.1013091.43741664.0212484.51912289l-2.6218885%202.67463608c-.7211001.7354252-1.1744793%202.1668669-1.0083778%203.1807647l.631616%203.8526901c.0090316.0551292.0149364.1071575.0170086.1558553-.2393222.1340982-.3466353.1898497-.4412362.137786l-3.2014562-1.7616681c-.91354452-.5025241-2.40826527-.5025253-3.32187412.0000292l-3.20165433%201.761678c-.05048333.0277902-.09900074.0513822-.14553137.0700259-.20559521-.1768-.29584569-.25808-.2785212-.3636965l.63124026-3.852642c.16633629-1.0138628-.28728102-2.4453409-1.00811227-3.1807504l-2.62148721-2.67464767c-.04214581-.04299592-.07923694-.08538898-.11041969-.12739602.13040606-.29127519.18545329-.41069229.29928505-.42799176l3.54673933-.53929396c1.02740161-.15613532%202.22891336-1.0505951%202.67032766-1.98680762l1.6421395-3.48222523c.02317221-.04915354.04700467-.09420463.07191836-.1345966z%22%20fill%3D%22none%22%20stroke%3D%22%23f5a623%22%20transform%3D%22translate%283%203%29%22%2F%3E%3C%2Fsvg%3E");
}
.alita-star-disabled {
  opacity: 0.3;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Table/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-table {
  height: inherit;
  display: flex;
  flex-direction: column;
  background: var(--adm-color-background);
  border: 1PX solid #ebeeef;
  border-bottom: 0;
  overflow: scroll;
}
.alita-table > .alita-table-tr {
  height: inherit;
  display: flex;
  flex-direction: row;
  background: #fff;
}
.alita-table > .alita-table-tr > div {
  display: flex;
  align-items: center;
  padding: 0.16rem 0.24rem;
  border: 1PX solid #ebeeef;
  box-sizing: border-box;
  color: #333;
  border-width: 0 1PX 1PX 0;
}
.alita-table > .alita-table-tr > div:last-child {
  border-right: 0;
}
.alita-table-td {
  background-color: #fff;
}
.alita-table-th {
  background: #f7f7f7;
}
.alita-table::-webkit-scrollbar {
  width: 0 !important;
  display: none !important;
}
.alita-table-th-complex {
  position: relative;
  overflow: hidden;
}
.alita-table-th-complex:before {
  content: '';
  position: absolute;
  width: 2rem;
  height: 0.02rem;
  display: inline-block;
  transform: rotate(29deg);
  background: #ebeeef;
  top: 0.5rem;
  left: -0.1rem;
  z-index: 3;
}
.alita-table-th-complex .top,
.alita-table-th-complex .bottom {
  position: absolute;
  color: #ddd;
  background: transparent;
}
.alita-table-th-complex .top {
  top: 0.04rem;
  right: 0.1rem;
}
.alita-table-th-complex .bottom {
  left: 0.1rem;
  bottom: 0.04rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Signature/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.alita-signature {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.alita-signature-cavans {
  flex: 1 1;
  background: var(--adm-color-background);
  border-radius: 0.1rem;
  margin: 0.3rem 0.3rem 0 0.3rem;
}
.alita-signature-foot {
  display: flex;
  justify-content: space-around;
  margin: 0.3rem;
}
.alita-signature-clear-btn {
  padding: 0.16rem 0.24rem;
  margin-right: 0.18rem;
  color: #000;
  font-size: 0.28rem;
}
.alita-signature-sure-btn {
  padding: 0.16rem 0.24rem;
  margin-left: 0.18rem;
  background: var(--adm-color-primary);
  background-color: var(--adm-color-primary);
  color: #fff;
  font-size: 0.28rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Grid/style/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* flexbox */
.am-grid {
  height: inherit;
  display: flex;
  flex-direction: column;
}
.am-grid .am-grid-carousel-page {
  display: flex;
  flex-direction: column;
}
.am-grid .am-grid-flex {
  flex: 1 1;
}
.am-grid .am-grid-flex .am-grid-flex-item {
  margin-left: 0;
}
.am-grid .am-grid-flex .am-grid-flex-item:active {
  background-color: var(--adm-color-box);
}
.am-grid .am-grid-flex .am-grid-flex-item.am-grid-item {
  position: relative;
}
.am-grid .am-grid-flex .am-grid-flex-item.am-grid-item-active .am-grid-item-content {
  background-color: #ddd;
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content {
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0.3rem 0;
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-icon {
  max-width: 100%;
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text {
  margin-top: 0.18rem;
  font-size: var(--adm-font-size-4);
  color: var(--adm-color-text);
  text-align: center;
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content.column-num-3 .am-grid-text {
  font-size: var(--adm-font-size-8);
}
.am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content.column-num-2 .am-grid-text {
  margin-top: 0.3rem;
  font-size: 0.36rem;
}
.am-grid.am-grid-line {
  position: relative;
  border-top: 1PX solid var(--adm-border-color);
  border-bottom: 1PX solid var(--adm-border-color);
  border-left: 1PX solid var(--adm-border-color);
  border-right: 1PX solid var(--adm-border-color);
}
.am-grid.am-grid-line .am-grid-flex {
  position: relative;
}
.am-grid.am-grid-line .am-grid-flex:not(:last-child) {
  border-bottom: 1PX solid var(--adm-border-color);
}
.am-grid.am-grid-line .am-grid-flex .am-grid-flex-item {
  position: relative;
}
.am-grid.am-grid-line .am-grid-flex .am-grid-flex-item:not(:last-child) {
  border-right: 1PX solid var(--adm-border-color);
}
.am-grid .am-carousel .am-carousel-wrap-dot > span {
  background: #dcdee3;
}
.am-grid .am-carousel .am-carousel-wrap-dot-active > span {
  background: #0ae;
}
.am-grid.am-grid-square .am-grid-item:before {
  display: block;
  content: ' ';
  padding-bottom: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content {
  height: 100%;
}
.am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon {
  margin-top: 0.18rem;
  width: 28%;
}
.am-grid-flex {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.am-grid-flex-item {
  box-sizing: border-box;
  flex: 1 1;
  margin-left: 0.18rem;
  min-width: 0.2rem;
}
.am-grid-flex-item:first-child {
  margin-left: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/LoadMoreListView/components/ListMoreLoading/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
@keyframes animationRoting {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  line-height: 100%;
}
.loading::before {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  margin-right: 0.12rem;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: animationRoting 1s linear infinite;
  content: '';
  background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20standalone%3D%22no%22%3F%3E%3C%21DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20t%3D%221615379857885%22%20class%3D%22icon%22%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20p-id%3D%223069%22%20width%3D%2248%22%20height%3D%2248%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cdefs%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20d%3D%22M520.665099%2064.564131a29.244341%2029.244341%200%200%200-7.071394-0.894196c-16.210984%200-29.350001%2013.140974-29.350001%2029.35%200%2015.829434%2012.53832%2028.696474%2028.222961%2029.293258v0.072396c0.37568%200%200.75136-0.013697%201.12704-0.013696%20216.493432%200%20389.629086%20173.941801%20389.629086%20390.433275%200%20216.495388-173.135654%20388.826852-389.629086%20388.826853s-389.631042-172.333421-389.631042-388.828809c0-0.27002%200.009783-0.536127%200.009783-0.80419h-0.009783c0-16.209027-13.140974-29.350001-29.350001-29.350001s-29.350001%2013.139017-29.350001%2029.350001c0%200.054787%200.007827%200.109573%200.007827%200.16436-0.001957%200.213277-0.007827%200.424597-0.007827%200.63983%200%20247.608346%20200.722698%20448.331044%20448.331044%20448.331043%20247.606389%200%20448.329087-200.722698%20448.329087-448.331043-0.001957-245.240779-196.916981-444.454887-441.257693-448.239081z%22%20fill%3D%22%23999999%22%20p-id%3D%223070%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/LoadMoreListView/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.loadMore .am-list-body {
  background-color: transparent;
  border: none;
}
.loadMore .am-list-body::before {
  height: 0;
}
.loadMore .am-list-body::after {
  height: 0;
}
.loadMore .am-list-body .list-view-section-body {
  background-color: transparent;
}
.loadMore .am-pull-to-refresh-content-wrapper {
  height: 1.6rem;
  overflow: visible;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/antd-mobile-plus/es/Flex/style/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* flexbox */
.am-flexbox {
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.am-flexbox.am-flexbox-dir-row {
  flex-direction: row;
}
.am-flexbox.am-flexbox-dir-row-reverse {
  flex-direction: row-reverse;
}
.am-flexbox.am-flexbox-dir-column {
  flex-direction: column;
}
.am-flexbox.am-flexbox-dir-column .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-dir-column-reverse {
  flex-direction: column-reverse;
}
.am-flexbox.am-flexbox-dir-column-reverse .am-flexbox-item {
  margin-left: 0;
}
.am-flexbox.am-flexbox-nowrap {
  flex-wrap: nowrap;
}
.am-flexbox.am-flexbox-wrap {
  flex-wrap: wrap;
}
.am-flexbox.am-flexbox-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.am-flexbox.am-flexbox-justify-start {
  justify-content: flex-start;
}
.am-flexbox.am-flexbox-justify-end {
  justify-content: flex-end;
}
.am-flexbox.am-flexbox-justify-center {
  justify-content: center;
}
.am-flexbox.am-flexbox-justify-between {
  justify-content: space-between;
}
.am-flexbox.am-flexbox-justify-around {
  justify-content: space-around;
}
.am-flexbox.am-flexbox-align-start {
  align-items: flex-start;
}
.am-flexbox.am-flexbox-align-end {
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-center {
  align-items: center;
}
.am-flexbox.am-flexbox-align-stretch {
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-baseline {
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-start {
  align-content: flex-start;
}
.am-flexbox.am-flexbox-align-content-end {
  align-items: flex-end;
}
.am-flexbox.am-flexbox-align-content-center {
  align-items: center;
}
.am-flexbox.am-flexbox-align-content-between {
  align-items: stretch;
}
.am-flexbox.am-flexbox-align-content-around {
  align-items: baseline;
}
.am-flexbox.am-flexbox-align-content-stretch {
  align-items: baseline;
}
.am-flexbox .am-flexbox-item {
  box-sizing: border-box;
  flex: 1 1;
  margin-left: 0.16rem;
  min-width: 0.2rem;
}
.am-flexbox .am-flexbox-item:first-child {
  margin-left: 0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/DynamicForm/components/ExpandView/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-expand-view {
  position: relative;
  overflow: hidden;
  margin-top: 0.18rem;
  height: 0.3rem;
}
.lingxiteam-dform-expand-view-center {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.62rem;
  height: 0.5rem;
  text-align: center;
  background-color: #eee;
  transform: translateX(-50%);
  border-radius: 0.34rem;
  font-size: 0.2rem;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/DynamicForm/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform {
  background-color: var(--adm-color-background);
  border-radius: 0.12rem;
}
.lingxiteam-dform-header {
  display: flex;
  flex-direction: row;
  padding: 0.32rem 0.32rem 0;
}
.lingxiteam-dform-header-title {
  flex: 1 1;
  margin-right: 0.2rem;
  color: var(--adm-color-text);
  font-weight: 600;
  font-size: 0.34rem;
}
.lingxiteam-dform-header-icon {
  padding-left: 0.2rem;
}
.lingxiteam-dform-group .lingxiteam-dform-group:last-child {
  padding-bottom: 0.28rem;
}
.lingxiteam-dform-group .lingxiteam-dform-default {
  margin: 0.24rem;
}
.lingxiteam-dform-card {
  padding-top: 0.28rem;
  overflow: hidden;
  background: #fff;
  border-radius: 0.12rem;
}
.lingxiteam-dform-card-border {
  border: 0.02rem solid #edf0f5;
}
.lingxiteam-dform-card-title-box {
  display: flex;
  flex-direction: row;
  padding: 0 0.24rem 0.24rem 0.24rem;
  align-items: center;
}
.lingxiteam-dform-card-require {
  color: #ff4848;
  font-size: 0.34rem;
}
.lingxiteam-dform-card-title {
  flex: 1 1;
  color: #333;
  font-weight: bold;
  font-size: 0.36rem;
}
.lingxiteam-dform-card-extends-icon {
  font-size: 0.2rem;
  display: flex;
  align-items: center;
  padding-left: 0.1rem;
}
.lingxiteam-dform-card-extends-animation {
  display: none;
}
.lingxiteam-dform-card-extends-entered {
  display: block;
}
.lingxiteam-dform-card-extends-body-enter .lingxiteam-dform-card-extends-animation {
  display: block;
  max-height: 0;
}
.lingxiteam-dform-card-extends-body-enter-active .lingxiteam-dform-card-extends-animation {
  display: block;
  max-height: 100vh;
  transition: max-height 200ms linear;
}
.lingxiteam-dform-card-extends-body-enter-done .lingxiteam-dform-card-extends-animation {
  display: block;
  max-height: 100vh;
}
.lingxiteam-dform-card-extends-body-exit .lingxiteam-dform-card-extends-animation {
  display: block;
  max-height: 100vh;
}
.lingxiteam-dform-card-extends-body-exit-active .lingxiteam-dform-card-extends-animation {
  display: block;
  max-height: 1px;
  transition: max-height 200ms linear;
}
.lingxiteam-dform-card-extends-body-exit-done .lingxiteam-dform-card-extends-animation {
  display: none;
  max-height: 0;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/styles/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/TextItem/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-text-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-text-item .text-item {
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lingxiteam-dform-text-item .lingxiteam-dform-placeholder .lingxiteam-dform-text-item-text {
  color: rgba(28, 36, 46, 0.25);
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1;
}
.lingxiteam-dform-text-item-min-width {
  min-width: 25%;
}
.lingxiteam-dform-text-item-content {
  width: 100%;
  border: 0px;
}
.lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-text {
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1;
}
.lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text {
  width: 100%;
  margin-right: 0.16rem;
}
.lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text:last-child {
  width: auto;
  margin-right: 0;
}
.lingxiteam-dform-text-item-content-box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lingxiteam-dform-text-item-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  padding-right: 0.04rem;
}
.lingxiteam-dform-text-item-overflow {
  text-align: right;
  color: var(--adm-color-primary);
}
.lingxiteam-dform-text-item .am-input-extra {
  max-height: 0.66rem;
  display: flex;
}
.lingxiteam-dform-text-item-right {
  flex: 1 1;
  overflow-x: hidden;
  width: 0;
}
.lingxiteam-dform-text-item-value-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  align-self: center;
  padding: 0.12rem 0 0.12rem 0;
  color: #1C242E;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.lingxiteam-dform-text-item-rangtime-v-arrow {
  display: none !important;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/Field/index.less ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-field-readonly .lingxiteam-dform-right-content > .am-input-extra {
  display: none;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/Line/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-bottom-line {
  position: absolute;
  bottom: 0;
  z-index: 1;
  left: 0.32rem;
  right: 0.32rem;
  height: 1px;
  background-color: #e5e5e5;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/AddressPicker/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.adm-popup-body.adm-popup-body-position-bottom {
  border-top-left-radius: 0.16rem;
  border-top-right-radius: 0.16rem;
}
.lingxiteam-dform-address .adm-cascader-header {
  padding: 0.24rem 0.32rem;
  border-bottom: 1px solid #EFEFEF;
}
.lingxiteam-dform-address .adm-cascader-header-title {
  font-size: 0.32rem;
  font-weight: 600;
}
.lingxiteam-dform-address .adm-cascader-header-button {
  padding: 0;
  font-size: 0.32rem;
}
.lingxiteam-dform-address .adm-cascader-header-button:first-child {
  color: rgba(28, 36, 46, 0.55);
}
.lingxiteam-dform-address .adm-tabs-header .adm-tabs-tab-wrapper {
  padding: 0 0.32rem;
  font-size: 0.28rem;
}
.lingxiteam-dform-address .adm-tabs-header .adm-tabs-tab-wrapper .adm-tabs-tab {
  padding-bottom: 0.2rem;
  line-height: 0.44rem;
}
.lingxiteam-dform-address .am-modal-header {
  padding: 0px !important;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content {
  height: 100%;
  max-height: 16rem;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-value {
  display: flex;
  justify-content: flex-start;
  padding: 0.3rem 0.3rem 0.02rem 0.3rem;
  overflow-x: auto;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-value .lingxiteam-dform-address-label {
  padding-right: 0.24rem;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-value .lingxiteam-dform-address-label .lingxiteam-dform-address-underline {
  background-color: var(--adm-color-primary);
  height: 0.06rem;
  width: 100%;
  border-radius: 0.2rem;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-value .lingxiteam-dform-address-label .lingxiteam-dform-address-value-item-label {
  text-align: left;
  color: #1C242E;
  font-size: 0.32rem;
  padding-bottom: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-value .lingxiteam-dform-address-label .lingxiteam-dform-address-value-select {
  color: var(--adm-color-primary);
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-list {
  flex: 1 1;
  overflow: auto;
  padding-bottom: 1rem;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-list .lingxiteam-dform-address-list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-list .lingxiteam-dform-address-list-item .lingxiteam-dform-address-list-item-common {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lingxiteam-dform-address .lingxiteam-dform-address-content .lingxiteam-dform-address-list .lingxiteam-dform-address-list-item .lingxiteam-dform-address-list-item-tick {
  color: var(--adm-color-primary);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarPicker/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-picker .adm-picker-header-button:first-child {
  color: rgba(28, 36, 46, 0.55);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-picker .adm-picker-header-button:last-child {
  color: var(--adm-color-primary);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-picker .adm-picker-header-title {
  color: #1C242E;
  font-weight: 600;
  font-size: var(--adm-font-size-8);
}
.lingxiteam-dform-picker .adm-picker-view-column-item-label {
  color: #1C242E;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/InputItem/extra/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-input-extra-password {
  display: inline-block;
  width: 0.32rem;
  height: 0.32rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  margin-left: 0.16rem;
}
.lingxiteam-dform-input-extra-password-show-pw {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20id%3D%22%26%23228%3B%26%23186%3B%26%23139%3B%26%23228%3B%26%23187%3B%26%23182%3B%26%23230%3B%26%23152%3B%26%23190%3B%26%23231%3B%26%23164%3B%26%23186%3B%2F%26%23231%3B%26%23166%3B%26%23129%3B%26%23231%3B%26%23148%3B%26%23168%3B%22%3E%3Cg%20id%3D%22Union%22%3E%3Cpath%20d%3D%22M12.2396%209C12.2396%2010.7893%2010.7891%2012.2399%208.99973%2012.2399C7.21033%2012.2399%205.75986%2010.7893%205.75986%209C5.75986%207.21074%207.21033%205.7602%208.99973%205.7602C10.7891%205.7602%2012.2396%207.21074%2012.2396%209ZM11.1146%209C11.1146%207.83202%2010.1676%206.8852%208.99973%206.8852C7.8316%206.8852%206.88486%207.83202%206.88486%209C6.88486%2010.168%207.8316%2011.1149%208.99973%2011.1149C10.1676%2011.1149%2011.1146%2010.168%2011.1146%209Z%22%20fill%3D%22%2392959A%22%20fill-opacity%3D%220.9%22%2F%3E%3Cpath%20d%3D%22M1.25656%209.25873C2.7691%2012.2287%205.73926%2014.0625%209.00549%2014.0625C12.2607%2014.0625%2015.2309%2012.2287%2016.7434%209.25873L16.875%209L16.7434%208.74127C15.2309%205.78252%2012.2607%203.9375%209.00549%203.9375C5.73926%203.9375%202.7691%205.78252%201.25656%208.74127L1.125%209L1.25656%209.25873ZM9.00549%2012.9375C6.24353%2012.9375%203.73343%2011.4412%202.37442%209C3.73343%206.55877%206.24353%205.0625%209.00549%205.0625C11.7565%205.0625%2014.2666%206.55877%2015.6366%209C14.2773%2011.4412%2011.7565%2012.9375%209.00549%2012.9375Z%22%20fill%3D%22%2392959A%22%20fill-opacity%3D%220.9%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.lingxiteam-dform-input-extra-password-hidden-pw {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22none%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20width%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22%2392959a%22%20fill-opacity%3D%22.9%22%3E%3Cpath%20d%3D%22m12.1198%2013.4779%201.545%201.545.7954-.7956-10.9168-10.91675-.79541.79554%201.362%201.36193c-1.17911.81573-2.16651%201.92968-2.85343%203.27324l-.13156.25873.13156.25872c1.51254%202.96999%204.4827%204.80379%207.74893%204.80379%201.08431%200%202.13681-.2035%203.11431-.5846zm-.8797-.8798c-.7133.2222-1.46474.3394-2.23461.3394-2.76196%200-5.27206-1.4963-6.63107-3.93751.62924-1.13043%201.5054-2.05816%202.53894-2.7286l1.21893%201.21901c-.23785.45078-.37243.96446-.37243%201.50959%200%201.78931%201.45047%203.23991%203.23987%203.23991.54519%200%201.05877-.1347%201.50947-.3725zm-4.25225-4.25207%202.66584%202.66577c-.206.0669-.42572.1031-.65396.1031-1.16813%200-2.11487-.9469-2.11487-2.11491%200-.22824.03598-.44804.10299-.65396z%22%2F%3E%3Cpath%20d%3D%22m16.7434%209.25871.1316-.25872-.1316-.25873c-1.5125-2.95876-4.4827-4.80377-7.73791-4.80377-.96322%200-1.90091.16046-2.78283.46273l.90005.90019c.60617-.15628%201.23761-.23792%201.88278-.23792%202.75101%200%205.26111%201.49627%206.63111%203.9375-.5735%201.02991-1.3535%201.89161-2.2706%202.54371l.797.7969c1.0583-.794%201.9471-1.8383%202.5804-3.08189z%22%2F%3E%3Cpath%20d%3D%22m12.2396%208.99999c0%20.42064-.0802.82253-.2261%201.19121l-.9165-.91656c.0116-.08988.0176-.18161.0176-.27465%200-1.16799-.947-2.1148-2.11487-2.1148-.09311%200-.18485.00597-.27466.01764l-.91654-.91667c.36859-.14584.77069-.22597%201.1912-.22597%201.78937%200%203.23987%201.45054%203.23987%203.2398z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/InputItem/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-input-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.lingxiteam-dform-input-item-input-box {
  position: relative;
  flex: 1 1;
}
.lingxiteam-dform-input-item-value {
  font-size: 0.32rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex: 1 1;
  min-width: 1.24rem;
  color: #1C242E;
  padding-right: 0.16rem;
  padding: 0.12rem 0.16rem 0.12rem 0;
  line-height: 0.48rem;
}
.lingxiteam-dform-input-item-value input {
  flex: 1 1;
  padding: 0;
  padding-left: 0.16rem;
  line-height: inherit;
}
.lingxiteam-dform-input-item-text {
  width: 100%;
  border: 0px;
  background-color: transparent;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-align: inherit;
}
.lingxiteam-dform-input-item-unit {
  padding: 0 0.16rem;
  color: #1c242e;
  font-size: 0.28rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #fff;
  border: none;
}
.lingxiteam-dform-input-item-text:focus {
  outline: none;
  outline-color: transparent;
}
.lingxiteam-dform-input-item-value input::placeholder {
  color: rgba(28, 36, 46, 0.25) !important;
}
.lingxiteam-dform-input-item-focus .lingxiteam-dform-clear {
  display: block;
}
.lingxiteam-dform-input-item-focus-clear-padding {
  padding-right: 0.16rem;
}
.lingxiteam-dform-input-item-value-wrapper {
  flex: 1 1;
  align-self: center;
}
.lingxiteam-dform-clear-item {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/ExtraInput/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-extra-input {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-extra-input-begin-input {
  width: 65%;
}
.lingxiteam-dform-extra-input-begin-vertical-input {
  width: 48%;
}
.lingxiteam-dform-extra-input-end-input {
  width: 30%;
}
.lingxiteam-dform-extra-input-end-vertical-input {
  width: 47%;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/Modal/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-popup {
  display: flex;
  flex-direction: column;
}
.lingxiteam-dform-popup-content {
  flex: 1 1;
  overflow: auto;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/MultiplePicker/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-extra-value-labels {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding-top: 0.04rem;
}
.lingxiteam-dform-extra-value-labels .lingxiteam-dform-extra-label-box {
  display: inline-block;
  margin: 0.16rem 0.16rem 0 0;
  border-radius: 0.04rem;
  padding: 0.04rem 0.16rem;
  background-color: rgba(16, 142, 233, 0.1);
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #1C242E;
  display: flex;
  align-items: center;
  opacity: 0.75;
}
.lingxiteam-dform-extra-value-labels .lingxiteam-dform-extra-label-box .lingxiteam-dform-extra-value-label {
  max-width: 2.56rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
.lingxiteam-dform-extra-value-labels .lingxiteam-dform-extra-label-box .lingxiteam-dform-extra-value-close {
  margin-left: 0.08rem;
}
.lingxiteam-dform-multiple-picker {
  height: 7.68rem;
}
.lingxiteam-dform-multiple-picker .adm-list-item-content {
  border-top: none;
}
.lingxiteam-dform-multiple-picker .adm-list-body {
  border-bottom: none;
}
.lingxiteam-dform-multiple-picker .adm-list-body .adm-list {
  border-top: none;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-multiple-picker-right {
  width: 0.8rem;
  height: 0.8rem;
  color: var(--adm-color-primary);
}
.lingxiteam-dform-multiple-picker .am-picker-popup-title {
  font-weight: 600;
  color: rgba(28, 36, 46, 0.9);
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header {
  padding: 0px !important;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header .am-picker-popup-header {
  border-bottom: none;
  align-items: center;
  background-image: -webkit-linear-gradient(top, #e7e7e7, #e7e7e7, transparent, transparent);
  background-image: linear-gradient(180deg, #e7e7e7, #e7e7e7, transparent, transparent);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 1PX;
  display: flex;
  position: relative;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header .am-picker-popup-item {
  font-size: 0.32rem;
  align-items: center;
  box-sizing: border-box;
  color: #108ee9;
  display: flex;
  font-size: 0.34rem;
  height: 0.84rem;
  justify-content: center;
  padding: 0.18rem 0.24rem;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header .am-picker-popup-item.am-picker-popup-header-left {
  color: rgba(28, 36, 46, 0.55);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header .am-picker-popup-item.am-picker-popup-title {
  color: #1C242E;
  font-weight: 600;
  font-size: var(--adm-font-size-8);
  flex: 1 1;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-popup-header .am-picker-popup-item.am-picker-popup-header-right {
  color: var(--adm-color-primary);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-multiple-picker-item {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-multiple-picker-item .lingxiteam-dform-multiple-picker-label {
  font-size: 0.32rem;
  color: #1C242E;
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-multiple-picker-item .lingxiteam-dform-multiple-picker-checked {
  color: var(--adm-color-primary);
}
.lingxiteam-dform-multiple-picker .lingxiteam-dform-multiple-picker-item .lingxiteam-dform-multiple-picker-right {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-modal-content {
  overflow-y: auto;
  max-height: 16rem;
  min-height: 6rem;
  --border-top: none;
}
.lingxiteam-dform-modal-content .am-list-body {
  border: none;
}
.lingxiteam-dform-modal-content .am-list-body .am-list-line {
  border: none !important;
}
.lingxiteam-dform-modal-content .am-list-body .am-list-line .am-list-content {
  font-size: 0.32rem;
  padding: 0.24rem 0;
  color: #1C242E;
}
.lingxiteam-dform-modal-content .am-list-body .am-list-line .am-list-content .lingxiteam-dform-multiple-picker-checked {
  color: var(--adm-color-primary);
}
.lingxiteam-dform-modal-content .am-list-body .am-list-line .am-list-content .lingxiteam-dform-tick {
  border-color: var(--adm-color-primary);
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarSelect/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-select .am-list-item {
  padding-left: 0;
}
.lingxiteam-dform-select .am-list-item .am-list-line {
  padding-right: 0;
}
.lingxiteam-dform-vertical-select .am-list-item {
  padding-left: 0;
}
.lingxiteam-dform-vertical-select .am-list-item .am-list-line {
  padding-right: 0;
}
.lingxiteam-dform-picker .adm-picker-header-button:first-child {
  color: rgba(28, 36, 46, 0.55);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-picker .adm-picker-header-button:last-child {
  color: var(--adm-color-primary);
  font-size: var(--adm-font-size-8);
  font-weight: 400;
}
.lingxiteam-dform-picker .adm-picker-header-title {
  color: #1C242E;
  font-weight: 600;
  font-size: var(--adm-font-size-8);
  border-bottom: none;
}
.lingxiteam-dform-picker .adm-picker-view-column-item-label {
  color: #1C242E;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarSwitch/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-switch {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.lingxiteam-dform-switch .adm-switch-checkbox {
  background: var(--adm-color-border);
}
.lingxiteam-dform-switch .adm-switch-checkbox::before {
  background-color: var(--adm-color-border);
}
.lingxiteam-dform-switch .adm-switch-disabled {
  opacity: 1 !important;
}
.lingxiteam-dform-switch .adm-switch-inner {
  font-size: var(--adm-font-size-4);
  color: #fff;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NormarRate/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-rate-group {
  display: flex;
}
.lingxiteam-dform-rate-group-value {
  display: flex;
  flex: 1 1;
}
.lingxiteam-dform-rate-group-value .adm-rate-half {
  word-break: normal;
  overflow: hidden;
}
.lingxiteam-dform-rate-group-input-item-value {
  padding-left: 0.16rem;
}
.lingxiteam-dform-rate-group-value-disabled {
  opacity: 0.55;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarTextArea/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-area {
  margin-top: 0.12rem;
}
.lingxiteam-dform-area-item .lingxiteam-dform-title {
  height: auto;
}
.lingxiteam-dform-area-item .lingxiteam-dform-redStar {
  padding-top: 0;
}
.lingxiteam-dform-area-group {
  display: flex;
  flex-direction: row;
}
.lingxiteam-dform-area-group-value {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 0.96rem;
}
.lingxiteam-dform-area-group-value-area {
  display: flex;
  align-items: center;
  width: 100%;
}
.lingxiteam-dform-area-group-value-area textarea {
  line-height: unset;
  font-weight: unset;
}
.lingxiteam-dform-area-group-value-overflow {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.04rem;
  color: #4477ee;
  font-size: 0.28rem;
  line-height: 0.24rem;
}
.lingxiteam-dform-area-group-value-area-readonly textarea::-webkit-scrollbar {
  width: 0;
}
.lingxiteam-dform-area-group-value-area-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-area-group-maxlength {
  margin-top: 0.04rem;
  text-align: right;
  color: rgba(28, 36, 46, 0.45);
  font-size: 0.24rem;
}
.lingxiteam-dform-area .am-textarea-control textarea {
  color: #1C242E;
  font-size: 0.32rem;
}
.lingxiteam-dform-area .am-list-item {
  padding-left: 0px;
}
.lingxiteam-dform-area .am-textarea-item {
  background-color: transparent;
}
.lingxiteam-dform-area .am-textarea-focus textarea {
  outline: none;
  outline-color: transparent;
}
.lingxiteam-dform-area .am-textarea-control {
  padding: 0px;
}
.lingxiteam-dform-area .am-list-item {
  min-height: 0 !important;
}
.lingxiteam-dform-area .am-textarea-label {
  min-height: 0 !important;
  line-height: 0.48rem !important;
}
.lingxiteam-dform-vertical-area {
  margin-top: -0.04rem;
}
.lingxiteam-dform-vertical-area .am-textarea-label {
  display: none;
}
.lingxiteam-dform-vertical-area .am-list-item {
  padding-left: 0px;
  background-color: transparent;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarDatePicker/index.less ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-date-picker-modal .adm-picker-header-button:first-child {
  color: rgba(28, 36, 46, 0.55);
  font-size: 0.32rem;
}
.lingxiteam-dform-date-picker-modal .adm-picker-header-button:last-child {
  color: #4477ee;
  font-size: 0.32rem;
}
.lingxiteam-dform-date-picker-modal .adm-picker-header-title {
  color: #1c242e;
  font-weight: 600;
  font-size: 0.32rem;
}
.lingxiteam-dform-calender-modal {
  font-size: 0.32rem;
}
.lingxiteam-dform-calender-modal .around-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-calender-modal-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.24rem 0.32rem;
  font-weight: 400;
  border-bottom: solid 1px #efefef;
}
.lingxiteam-dform-calender-modal-title-cancle {
  color: rgba(28, 36, 46, 0.55);
}
.lingxiteam-dform-calender-modal-title-text {
  color: #1c242e;
  font-weight: 600;
}
.lingxiteam-dform-calender-modal-title-ok {
  color: #47e;
}
.lingxiteam-dform-date-picker {
  width: 100%;
}
.lingxiteam-dform-date-picker .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text {
  width: auto;
}
.lingxiteam-dform-vertical-date-picker {
  width: 100%;
}
.lingxiteam-dform-vertical-date-picker .am-list-content {
  display: none;
}
.lingxiteam-dform-vertical-date-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarRadio/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lingxiteam-dform-radio-field {
  flex: 1 1;
  overflow: auto;
}
.lingxiteam-dform-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lingxiteam-dform-radio-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 0.5em;
  line-height: 0.56rem;
}
.lingxiteam-dform-radio-wrapper-last {
  padding-right: 0;
}
.lingxiteam-dform-radio-button {
  width: 1em;
  height: 1em;
  border: calc(1/16 * 1em) solid #e5e5e5;
  border-radius: 50%;
  padding: calc(3/16 * 1em);
  font-size: 0.32rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  margin-right: calc(5/8 * 1em);
}
.lingxiteam-dform-radio .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: var(--adm-color-primary);
}
.lingxiteam-dform-radio-inner-button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--adm-color-primary);
}
.lingxiteam-dform-radio-inner-button-roundCheck {
  content: " ";
  width: calc(5/16 * 1em);
  height: calc(5/8 * 1em);
  transform: rotate(40deg);
  margin-top: calc(-1/16 * 1em);
  margin-left: calc(-1/32 * 1em);
  border-right: calc(1/8 * 1em) solid #fff;
  border-bottom: calc(1/8 * 1em) solid #fff;
}
.lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid var(--adm-color-primary);
}
.lingxiteam-dform-radio-label {
  font-size: 0.32rem;
  color: #1C242E;
  padding-right: 0.08rem;
  word-break: break-all;
  width: 100%;
}
.lingxiteam-dform-radio-wrapper-item-vertical {
  width: 100%;
  box-sizing: border-box;
  justify-content: unset;
  padding-right: 0.26rem;
}
.lingxiteam-dform-radio-wrapper-item-vertical .lingxiteam-dform-radio-label {
  width: 100%;
  display: inline-block;
}
.lingxiteam-dform-radio-wrapper-item-vertical:first-child {
  padding-bottom: 0.16rem;
  padding-top: 0;
}
.lingxiteam-dform-radio-wrapper-item-vertical-radioRight {
  padding-right: 0 !important;
}
.lingxiteam-dform-radio-wrapper-item-vertical-radioRight .lingxiteam-dform-radio-button {
  margin-right: 0 !important;
}
.lingxiteam-dform-radio-position {
  justify-content: flex-end;
}
.lingxiteam-dform-radio-item-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.lingxiteam-dform-radio-value-wrapper {
  flex: 1 1;
}
.lingxiteam-dform-radio-width-100 {
  width: 100%;
}
.lingxiteam-dform-groupBox-flex {
  display: flex;
}
.lingxiteam-dform-vertical-radio {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  align-items: flex-start;
}
.lingxiteam-dform-vertical-radio-field {
  flex: 1 1;
  overflow: auto;
}
.lingxiteam-dform-vertical-radio-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.lingxiteam-dform-vertical-radio-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-right: 0.5em;
  line-height: 0.56rem;
}
.lingxiteam-dform-vertical-radio-wrapper-last {
  padding-right: 0;
}
.lingxiteam-dform-vertical-radio-button {
  width: 1em;
  height: 1em;
  border: calc(1/16 * 1em) solid #e5e5e5;
  border-radius: 50%;
  padding: calc(3/16 * 1em);
  font-size: 0.32rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0 !important;
  margin-right: calc(5/8 * 1em);
}
.lingxiteam-dform-vertical-radio .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: var(--adm-color-primary);
}
.lingxiteam-dform-vertical-radio-inner-button {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--adm-color-primary);
}
.lingxiteam-dform-vertical-radio-inner-button-roundCheck {
  content: " ";
  width: calc(5/16 * 1em);
  height: calc(5/8 * 1em);
  transform: rotate(40deg);
  margin-top: calc(-1/16 * 1em);
  margin-left: calc(-1/32 * 1em);
  border-right: calc(1/8 * 1em) solid #fff;
  border-bottom: calc(1/8 * 1em) solid #fff;
}
.lingxiteam-dform-vertical-radio-checked {
  border: calc(1/16 * 1em) solid var(--adm-color-primary);
}
.lingxiteam-dform-vertical-radio-label {
  font-size: 0.32rem;
  color: #1C242E;
  padding-right: 0.08rem;
  word-break: break-all;
  width: 100%;
}
.lingxiteam-dform-vertical-radio-wrapper-item-vertical {
  width: 100%;
  box-sizing: border-box;
  justify-content: unset;
  padding-right: 0.26rem;
}
.lingxiteam-dform-vertical-radio-wrapper-item-vertical .lingxiteam-dform-radio-label {
  width: 100%;
  display: inline-block;
}
.lingxiteam-dform-vertical-radio-wrapper-item-vertical:first-child {
  padding-bottom: 0.16rem;
  padding-top: 0;
}
.lingxiteam-dform-vertical-radio-wrapper-item-vertical-radioRight {
  padding-right: 0 !important;
}
.lingxiteam-dform-vertical-radio-wrapper-item-vertical-radioRight .lingxiteam-dform-radio-button {
  margin-right: 0 !important;
}
.lingxiteam-dform-vertical-radio-position {
  justify-content: flex-end;
}
.lingxiteam-dform-vertical-radio-item-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.lingxiteam-dform-vertical-radio-value-wrapper {
  flex: 1 1;
}
.lingxiteam-dform-vertical-radio-width-100 {
  width: 100%;
}
.lingxiteam-dform-vertical-radio .lingxiteam-dform-groupBox {
  width: 100%;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/baseComponents/Flex/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-flex {
  display: flex;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-start {
  align-content: flex-start;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-end {
  align-content: flex-end;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-center {
  align-content: center;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-between {
  align-content: space-between;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-around {
  align-content: space-around;
}
.lingxiteam-dform-flex .lingxiteam-dform-flex-alignContent-stretch {
  align-content: stretch;
}
.lingxiteam-dform-flex-direction-row {
  flex-direction: row;
}
.lingxiteam-dform-flex-direction-row-reverse {
  flex-direction: row-reverse;
}
.lingxiteam-dform-flex-direction-column {
  flex-direction: column;
}
.lingxiteam-dform-flex-direction-column-reverse {
  flex-direction: column-reverse;
}
.lingxiteam-dform-flex-wrap-nowrap {
  flex-wrap: nowrap;
}
.lingxiteam-dform-flex-wrap-wrap {
  flex-wrap: wrap;
}
.lingxiteam-dform-flex-wrap-wrap-reverse {
  flex-wrap: wrap-reverse;
}
.lingxiteam-dform-flex-justify-start {
  justify-content: flex-start;
}
.lingxiteam-dform-flex-justify-end {
  justify-content: flex-end;
}
.lingxiteam-dform-flex-justify-center {
  justify-content: center;
}
.lingxiteam-dform-flex-justify-between {
  justify-content: space-between;
}
.lingxiteam-dform-flex-justify-around {
  justify-content: space-around;
}
.lingxiteam-dform-flex-align-start {
  align-items: flex-start;
}
.lingxiteam-dform-flex-align-center {
  align-items: center;
}
.lingxiteam-dform-flex-align-end {
  align-items: flex-end;
}
.lingxiteam-dform-flex-align-baseline {
  align-items: baseline;
}
.lingxiteam-dform-flex-align-stretch {
  align-items: stretch;
}
.lingxiteam-dform-flex-item {
  flex: 1 1;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarCheckBox/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content {
  color: #1C242E;
  flex: 1 1;
  font-size: 0.32rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper {
  padding-bottom: 0.14rem;
  line-height: 0.56rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-label {
  color: #aaa;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-circular,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-circular,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-square,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-square {
  background: #F7F8FA;
  border-color: #e5e5e5 !important;
  box-shadow: none !important;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-circular .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-circular .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-square .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-square .lingxiteam-dform-box-tick {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-checked .lingxiteam-dform-box-tick {
  border-bottom-color: #e5e5e5 !important;
  border-right-color: #e5e5e5 !important;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-circular.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-circular.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-disabled .lingxiteam-dform-box-botton-selectAll-square.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper.lingxiteam-dform-box-wrapper-readonly .lingxiteam-dform-box-botton-selectAll-square.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-circular,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-square {
  width: 0.3rem;
  height: 0.3rem;
  border: 0.02rem solid #d9d9d9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-sizing: border-box;
  border-radius: 0.04rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-circular .lingxiteam-dform-box-tick,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-square .lingxiteam-dform-box-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid #fff;
  border-right: 0.04rem solid #fff;
  transform: rotate(40deg);
  margin-bottom: 0.04rem;
  border-radius: 0;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-circular,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-circular {
  border-radius: 50%;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-checked,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-checked,
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-half-checked {
  background-color: var(--adm-color-primary);
  border: 0.02rem solid var(--adm-color-primary);
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-circular.lingxiteam-dform-box-botton-selectAll-half-checked {
  padding: 0.06rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-circular.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick {
  width: 100%;
  height: 100%;
  border: none !important;
  border-radius: 50%;
  background-color: #fff;
  transform: unset;
  margin: 0 !important;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-square.lingxiteam-dform-box-botton-selectAll-half-checked {
  padding: 0.06rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-botton-selectAll-square.lingxiteam-dform-box-botton-selectAll-half-checked .lingxiteam-dform-box-tick {
  width: 100%;
  height: 25%;
  background-color: #fff;
  border: none !important;
  transform: unset;
  margin-top: 0.05rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-label {
  padding-left: 0.16rem;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends {
  color: #adb7cc;
  font-size: 0.26rem;
  text-align: left;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-animation {
  display: none;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-entered {
  display: block;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-enter .lingxiteam-dform-check-box-extends-animation {
  display: block;
  max-height: 0;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-enter-active .lingxiteam-dform-check-box-extends-animation {
  display: block;
  max-height: 100vh;
  transition: max-height 200ms linear;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-enter-done .lingxiteam-dform-check-box-extends-animation {
  display: block;
  max-height: 100vh;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-exit .lingxiteam-dform-check-box-extends-animation {
  display: block;
  max-height: 100vh;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-exit-active .lingxiteam-dform-check-box-extends-animation {
  display: block;
  max-height: 1px;
  transition: max-height 200ms linear;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-body-exit-done .lingxiteam-dform-check-box-extends-animation {
  display: none;
  max-height: 0;
}
.lingxiteam-dform-check-box .lingxiteam-dform-check-box-extends-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-box-horizontal {
  display: flex;
  justify-content: space-between;
}
.lingxiteam-dform-box-item {
  margin-bottom: 0.16rem;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarImagePicker/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lingxiteam-dform-image {
  --gap: 0.06rem;
}
.lingxiteam-dform-image .adm-image-uploader-cell-delete {
  width: 0.24rem;
  height: 0.24rem;
  border-radius: 50%;
  top: 0.1rem;
  right: 0.1rem;
  background-color: rgba(28, 36, 46, 0.25);
}
.lingxiteam-dform-image .adm-image-uploader-cell-delete svg {
  height: 0.16rem;
  width: 0.16rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.lingxiteam-dform-image .am-image-picker-list {
  padding: 0;
}
.lingxiteam-dform-image .am-image-picker-list .am-image-picker-item .am-image-picker-item-remove {
  width: 15.8%;
  height: 15.8%;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 0.05rem;
  right: 0.05rem;
}
.lingxiteam-dform-image .am-image-picker-list .am-image-picker-item.am-image-picker-upload-btn {
  background-color: #f7f7f7;
  border: 0;
  border-radius: 0.04rem;
}
.lingxiteam-dform-image .am-image-picker-list .am-image-picker-item.am-image-picker-upload-btn::before,
.lingxiteam-dform-image .am-image-picker-list .am-image-picker-item.am-image-picker-upload-btn::after {
  width: 2.4%;
  border-radius: 1px;
  background-color: #d8d8d8;
  height: 22%;
}
.lingxiteam-dform-image .am-image-picker-list .am-image-picker-item.am-image-picker-upload-btn::after {
  height: 2.4%;
  width: 22%;
}
.lingxiteam-dform-image-picker-upload-item {
  width: var(--cell-size);
  height: var(--cell-size);
  display: inline-block;
  position: relative;
  background-color: #f7f7f7;
  border-radius: 0.04rem;
}
.lingxiteam-dform-image-picker-upload-item::after,
.lingxiteam-dform-image-picker-upload-item::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 2.4%;
  height: 21.4%;
  border-radius: 1px;
  background-color: #d8d8d8;
}
.lingxiteam-dform-image-picker-upload-item::before {
  height: 2.4%;
  width: 21.4%;
}
.lingxiteam-dform-image-picker-click-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarCustom/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-dom {
  font-size: 0.34rem;
  display: flex;
}
.lingxiteam-dform-dom > div:last-child {
  flex: 1 1;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/NomarFile/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-file-content {
  padding-top: 0.12rem;
}
.lingxiteam-dform-file-item {
  display: flex;
  align-items: center;
  padding-bottom: 0.16rem;
  padding-right: 0.3rem;
}
.lingxiteam-dform-file-title {
  font-size: 0.32rem;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  padding-right: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  flex: 1 1;
}
.lingxiteam-dform-file-extra {
  position: relative;
  display: inline-block;
}
.lingxiteam-dform-file-extra-stop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.lingxiteam-dform-file-item-extra {
  font-size: 0.36rem;
}
.lingxiteam-dform-file-extra-btn {
  display: flex;
  align-items: center;
  height: 0.48rem;
  max-width: 3.1rem;
  padding: 0 0.24rem;
  background: rgba(68, 119, 238, 0.1);
  border-radius: 2rem;
}
.lingxiteam-dform-file-extra-btn span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #108ee9;
  font-size: 0.26rem;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}
.lingxiteam-dform-file-extra-card {
  width: 1.2rem;
  height: 1.2rem;
  font-size: 0.2rem !important;
  color: #47e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.02rem dashed #47e;
  background: rgba(68, 119, 238, 0.06);
  border-radius: 0.08rem;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/RangeDatePicker/LxPopupDatePicker/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-date-picker {
  font-size: 0.32rem;
}
.lingxiteam-dform-date-picker .around-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-date-picker-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.96rem;
  padding: 0.24rem 0.32rem;
  font-weight: 400;
  border-bottom: solid 1px #EFEFEF;
}
.lingxiteam-dform-date-picker-title-cancle {
  color: rgba(28, 36, 46, 0.55);
}
.lingxiteam-dform-date-picker-title-text {
  color: #1C242E;
  font-weight: 600;
}
.lingxiteam-dform-date-picker-title-ok {
  color: #47E;
}
.lingxiteam-dform-date-picker-sel-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.14rem 0.32rem;
}
.lingxiteam-dform-date-picker-sel-date-value {
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.64rem;
  color: rgba(28, 36, 46, 0.75);
  border-radius: 0.04rem;
  background: #F7F7F7;
}
.lingxiteam-dform-date-picker-sel-date-separator {
  width: 1.5rem;
  color: rgba(28, 36, 46, 0.75);
  text-align: center;
}
.lingxiteam-dform-date-picker-sel-date-focus {
  color: #47E;
}
.lingxiteam-dform-date-picker-sel-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(28, 36, 46, 0.75);
  padding: 0.24rem 0.32rem;
}
.lingxiteam-dform-date-picker-sel-time-cell {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-date-picker-sel-time span {
  display: flex;
  height: 0.64rem;
  align-items: center;
  padding: 0 0.32rem;
  background: #F7F7F7;
  border-radius: 0.04rem;
}
.lingxiteam-dform-date-picker-sel-time span:first-child {
  margin-right: 0.16rem;
}
.lingxiteam-dform-date-picker-sel-time-focus {
  color: #47E;
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/components/RangeDatePicker/LxDatePicker/index.less ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes colorful {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: var(--adm-color-primary);
  }
}
.lingxiteam-dform-renderfooter {
  margin-top: -0.12rem;
  padding-bottom: 0.12rem;
}
.lingxiteam-dform .lingxiteam-dform-item-content {
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform .lingxiteam-dform-title-content {
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.lingxiteam-dform-content {
  position: relative;
  padding-left: 0.32rem;
}
.lingxiteam-dform-item {
  display: flex;
  align-items: center;
  min-height: 0.96rem;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  border: none;
  padding-right: 0.32rem;
  padding-bottom: 0.12rem;
  overflow-x: auto;
}
.lingxiteam-dform-item::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  /* firefox */
  -ms-overflow-style: none;
}
.lingxiteam-dform-item > div {
  flex: 1 1;
}
.lingxiteam-dform-vertical-item {
  height: auto;
  padding-top: 0.12rem;
  padding-bottom: 0.24rem;
  padding-right: 0.32rem;
}
.lingxiteam-dform-close {
  width: 0.24rem;
  height: 0.24rem;
}
.lingxiteam-dform-title-extension {
  display: flex;
  align-items: center;
}
.lingxiteam-dform-title {
  color: #1C242E;
  font-size: 0.32rem !important;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0.02rem;
  height: 100%;
}
.lingxiteam-dform-title-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-vertical-title {
  padding-bottom: 0.24rem;
  padding-top: 0.12rem;
}
.lingxiteam-dform-redStar {
  color: #FF7474;
  font-size: 0.32rem !important;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.lingxiteam-dform-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
}
.lingxiteam-dform-input-label-0 {
  width: 0px;
}
.lingxiteam-dform-input-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-input-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-input-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-input-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-input-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-input-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-input-label-auto {
  width: auto;
}
.lingxiteam-dform-input-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-title-label-0 {
  width: 0px;
  display: none;
}
.lingxiteam-dform-title-label-2 {
  width: 0.68rem;
}
.lingxiteam-dform-title-label-3 {
  width: 1.02rem;
}
.lingxiteam-dform-title-label-4 {
  width: 1.36rem;
}
.lingxiteam-dform-title-label-5 {
  width: 1.7rem;
}
.lingxiteam-dform-title-label-6 {
  width: 2.04rem;
}
.lingxiteam-dform-title-label-7 {
  width: 2.38rem;
}
.lingxiteam-dform-title-label-auto {
  width: auto;
}
.lingxiteam-dform-title-label-min-width {
  max-width: 30%;
}
.lingxiteam-dform-placeholder {
  width: 100%;
}
.lingxiteam-dform-value-content {
  width: 100%;
}
.lingxiteam-dform-arrow-horizontal {
  display: block;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  color: #000000;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.lingxiteam-dform-clear {
  flex-shrink: 0;
  display: none;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 100%;
  overflow: hidden;
  font-style: normal;
  color: var(--adm-color-background);
  background-color: rgba(28, 36, 46, 0.25);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%27%23fff%27%20viewBox%3D%270%200%2030%2030%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M19%206.41L17.59%205%2012%2010.59%206.41%205%205%206.41%2010.59%2012%205%2017.59%206.41%2019%2012%2013.41%2017.59%2019%2019%2017.59%2013.41%2012z%27%2F%3E%3Cpath%20d%3D%27M0%200h24v24H0z%27%20fill%3D%27none%27%2F%3E%3C%2Fsvg%3E");
  margin-left: 0.16rem;
  background-size: 0.28rem;
  background-position: 0.05rem 0.05rem;
}
.lingxiteam-dform-clear-active {
  background-color: #108ee9;
}
.lingxiteam-dform-close {
  width: 0.3rem;
  height: 0.3rem;
  flex-shrink: 0;
  margin: 0.02rem;
}
.lingxiteam-dform-ellipsis {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.lingxiteam-dform-LxDatePicker-title {
  padding-right: 0.16rem;
}
.lingxiteam-dform-hide {
  height: 0px;
  overflow: hidden;
}
.lingxiteam-dform-line {
  display: inline-block;
  min-width: 0.34rem;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  font-size: 0.34rem;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.lingxiteam-dform-disabled {
  opacity: 0.55;
}
.lingxiteam-dform-disabled .am-input-control input {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .am-textarea-control textarea {
  font-size: 0.32rem !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-checked {
  border: calc(1/16 * 1em) solid #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-inner-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-inner-button {
  background-color: #e5e5e5 !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked {
  background-color: #F7F8FA !important;
}
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-disabled .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck,
.lingxiteam-dform-radio-readonly .lingxiteam-dform-radio-button-roundCheck.lingxiteam-dform-radio-checked .lingxiteam-dform-radio-inner-button-roundCheck {
  background-color: #F7F8FA !important;
  border-right-color: #e5e5e5 !important;
  border-bottom-color: #e5e5e5 !important;
}
.lingxiteam-dform-input-title {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 0.3rem;
}
.lingxiteam-dform-vertical-picker .am-list-extra {
  flex-basis: 100% !important;
  text-align: left !important;
}
.lingxiteam-dform-right-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lingxiteam-dform-file-input-card {
  position: absolute;
  width: 1.08rem;
  height: 1.08rem;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
}
.lingxiteam-dform-extra {
  position: relative;
  flex: 1 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra {
  position: relative;
  font-size: 0.32rem;
}
.lingxiteam-dform-extra .lingxiteam-dform-file-extra .lingxiteam-dform-file-img {
  width: 0.36rem;
  height: 0.36rem;
}
.lingxiteam-dform-tick {
  width: 0.1rem;
  height: 0.2rem;
  border-bottom: 0.04rem solid var(--adm-color-primary);
  border-right: 0.04rem solid var(--adm-color-primary);
  transform: rotate(40deg);
  margin-right: 0.3rem;
}
.lingxiteam-dform-rangdate-item .lingxiteam-dform-text-item-right {
  width: auto;
}
.lingxiteam-dform-rangdate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lingxiteam-dform-rangdate-layout-v {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lingxiteam-dform-rangdate-layout-v-label {
  font-size: 0.32rem;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.75);
}
.lingxiteam-dform-rangdate-layout-v:first-child {
  margin-bottom: 0.1rem;
}
.lingxiteam-dform-rangdate-time-value {
  height: 0.64rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.04rem 0.08rem;
}
.lingxiteam-dform-rangdate-input-content-default {
  padding: 0.04rem 0.08rem;
  border-radius: 0.04rem;
  background: #F7F7F7;
  color: rgba(28, 36, 46, 0.25);
  font-size: 0.32rem;
  text-align: center;
  width: 2.7rem;
}
.lingxiteam-dform-rangdate-default {
  color: rgba(28, 36, 46, 0.25);
  font-size: 0.32rem;
  text-align: center;
  background: transparent;
}
.lingxiteam-dform-rangdate-h-value {
  line-height: 0.64rem;
  height: 0.64rem;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/dform/es/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformCustom/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dform-custom-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding: 0.08rem 0;
  flex-direction: row-reverse;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Card/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-h5-card-title {
  display: flex;
  align-items: center;
}
.lcdp-h5-card-title-img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
}
.lcdp-h5-card-vStyle {
  display: inline-block;
  width: 0.12rem;
  height: 0.3rem;
  margin-right: 0.08rem;
  background: #47e;
  border-radius: 2rem;
}
.lcdp-h5-card-hStyle {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 0.2rem;
  height: 0.16rem;
  margin-right: 0.08rem;
  background: #47e;
  border-radius: 0 2rem 2rem 0;
}
.lcdp-h5-card-icon {
  width: 0.32rem;
  height: 0.32rem;
  margin-top: -0.1rem;
  margin-right: 0.08rem;
}
.lcdp-h5-card-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-h5-card-extra {
  display: flex;
  align-items: center;
}
.lcdp-h5-card-extra-icon {
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.24rem;
}
.lcdp-h5-card-extra-icon .anticon {
  width: 0.24rem;
  height: 0.24rem;
}
.lcdp-h5-card-extra-icon svg {
  width: 0.24rem;
  height: 0.24rem;
}
.lcdp-h5-card .adm-card-header {
  padding-bottom: 0.24rem !important;
  position: relative;
  border-radius: 0px !important;
}
.lcdp-h5-card .adm-card-header:not(:last-child) {
  border-bottom: solid 1px #f0f0f0 !important;
}
.lcdp-h5-card .adm-card-body {
  padding-top: 0.24rem !important;
  padding-bottom: 0.24rem !important;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Carousel/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-swiper {
  width: 100%;
  height: 100%;
}
.lcdp-swiper .adm-page-indicator-horizontal {
  height: 0.06rem;
}
.lcdp-swiper .adm-swiper-indicator {
  bottom: 0.16rem !important;
}
.lcdp-swiper .adm-page-indicator-dot {
  height: 100%;
}
.lcdp-swiper-vertical {
  width: 100%;
  height: 100%;
}
.lcdp-swiper-vertical .adm-page-indicator-vertical {
  width: 0.06rem;
}
.lcdp-swiper-vertical .adm-page-indicator-dot {
  width: 100%;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DForm/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.dynamic-form-wrapper {
  background-color: #fff;
}
.dynamic-form-wrapper .lcdp-form-item .lingxiteam-dform-bottom-line {
  display: block;
}
.dynamic-form-wrapper .lcdp-form-item:last-child .lingxiteam-dform-bottom-line {
  display: none;
}
.lcdp-form-item .lingxiteam-dform-bottom-line {
  display: none;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DGroup/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.normal-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  color: #47e;
  font-size: 0.26rem;
  border-radius: 1rem;
  font-weight: 400;
  gap: 0.04rem;
}
.lcdp-dgroup-group .alitajs-dform-card .alitajs-dform-item:last-child {
  border-bottom: none;
}
.lcdp-dgroup-group .lingxiteam-dform-card {
  position: relative;
}
.lcdp-dgroup-groupLeftView {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  overflow: hidden;
  border: none;
  outline: none;
}
.lcdp-dgroup-groupLeftView {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
  overflow: hidden;
  border: none;
  outline: none;
}
.lcdp-dgroup-vStyle {
  width: 0.12rem;
  height: 0.32rem;
  margin-right: 0.12rem;
  background: #47e;
  border-radius: 1rem;
}
.lcdp-dgroup-hStyle {
  position: absolute;
  left: 0;
  width: 0.2rem;
  height: 0.16rem;
  background: #47e;
  border-radius: 0 1rem 1rem 0;
}
.lcdp-dgroup-icon {
  display: flex;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  align-self: center;
  margin-right: 0.12rem;
}
.lcdp-dgroup-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-dgroup-rigthView {
  display: flex;
  gap: 0.08rem;
  align-items: center;
}
.lcdp-dgroup-rigthView svg {
  width: 0.24rem !important;
  height: 0.24rem !important;
}
.lcdp-dgroup-border-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  color: #47e;
  font-size: 0.26rem;
  border-radius: 1rem;
  font-weight: 400;
  gap: 0.04rem;
  border: 1px solid #47e;
}
.lcdp-dgroup-light-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  color: #47e;
  font-size: 0.26rem;
  border-radius: 1rem;
  font-weight: 400;
  gap: 0.04rem;
  background: rgba(68, 119, 238, 0.1);
}
.lcdp-dgroup-primary-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.24rem;
  height: 0.48rem;
  color: #47e;
  font-size: 0.26rem;
  border-radius: 1rem;
  font-weight: 400;
  gap: 0.04rem;
  color: #fff;
  background: #47e;
}
.lcdp-dgroup-default-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.48rem;
  color: #47e;
  font-size: 0.26rem;
  gap: 0.04rem;
}

/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformFile/index.less ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dformfile-extra-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.22rem;
  height: 0.22rem;
  color: #108ee9;
}
.lcdp-dformfile-extra-right {
  flex-direction: row-reverse;
}
.lcdp-dformfile-extra {
  display: flex;
  align-items: center;
  padding: 0.04rem 0.24rem;
  color: #108ee9;
  font-weight: 500;
  font-size: 0.26rem;
  border-radius: 2rem;
  background-color: rgba(68, 119, 238, 0.1);
}
.lcdp-dformfile-extra .lcdp-dformfile-extra-icon-left {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
  color: #108ee9;
}
.lcdp-dformfile-extra .lcdp-dformfile-extra-icon-right {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
  width: 0.22rem;
  height: 0.22rem;
  color: #108ee9;
}
.lcdp-dformfile-img-close {
  position: fixed;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1001;
}
.lcdp-dformfile-img-close img {
  width: 100%;
  height: 100%;
}
.lcdp-dformfile-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  align-self: center;
  margin-right: 0.12rem;
}
.lcdp-dformfile-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}
.lcdp-dformfile-line-icon {
  width: 0.32rem;
  height: 0.32rem;
  color: rgba(146, 149, 154, 0.75);
}
.lcdp-dformfile-line-icon svg {
  width: 0.32rem;
  height: 0.32rem;
  color: rgba(146, 149, 154, 0.75);
}
.lcdp-dformfile-card-icon {
  width: 0.32rem;
  height: 0.32rem;
  color: #47e;
  margin-bottom: 0.12rem;
}
.lcdp-dformfile-card-icon svg {
  width: 0.32rem;
  height: 0.32rem;
  color: #47e;
}
.lcdp-dformfile-list-style-text-item {
  display: flex;
  padding: 0.16rem;
  background: rgba(28, 36, 46, 0.04);
  border-radius: 0.08rem;
  align-items: center;
  margin-bottom: 0.08rem;
  margin-left: -0.12rem;
}
.lcdp-dformfile-list-style-text-item:last-child {
  margin-bottom: 0;
}
.lcdp-dformfile-list-style-text-item-file-icon {
  width: 0.4rem;
  height: 0.4rem;
}
.lcdp-dformfile-list-style-text-item-left-item {
  display: flex;
  flex: 1 1;
  overflow: hidden;
  align-items: center;
}
.lcdp-dformfile-list-style-text-item-file-name {
  display: inline-block;
  font-size: 0.28rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.75);
  margin-left: 0.16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.lcdp-dformfile-list-style-text-item-right-icon {
  display: flex;
  gap: 0.08rem;
  align-items: center;
  justify-content: center;
  height: 0.32rem;
}
.lcdp-dformfile-list-style-img-item {
  display: flex;
  padding: 0.1rem 0;
  align-items: center;
  margin-bottom: 0.08rem;
  border-bottom: solid 1px #efefef;
  margin-left: -0.12rem;
}
.lcdp-dformfile-list-style-img-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.lcdp-dformfile-list-style-img-item-left-item {
  display: flex;
  flex: 1 1;
  overflow: hidden;
  align-items: center;
}
.lcdp-dformfile-list-style-img-item-fileInfo {
  flex: 1 1;
  width: 0;
  margin-right: 0.16rem;
}
.lcdp-dformfile-list-style-img-item-file-name {
  font-size: 0.28rem;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.75);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  height: 0.44rem;
  line-height: 0.44rem;
}
.lcdp-dformfile-list-style-img-item-file-icon {
  width: 0.96rem;
  height: 0.96rem;
  margin-left: -0.12rem;
  object-fit: scale-down;
  border-radius: 0.08rem;
}
.lcdp-dformfile-list-style-img-item-upload-time {
  font-size: 0.24rem;
  font-weight: 400;
  color: rgba(28, 36, 46, 0.25);
  display: flex;
  align-items: center;
  height: 0.44rem;
  line-height: 0.44rem;
}
.lcdp-dformfile-list-style-img-item-more-btn {
  padding: 0.02rem 0.24rem;
  font-size: 0.26rem;
  color: var(--adm-color-primary);
  border-radius: 2rem;
  border: 0.02rem solid var(--adm-color-primary);
  font-family: PingFang SC-Medium, PingFang SC;
  line-height: 1.5;
}
.lcdp-dformfile-list-style-img-item-pover-text {
  padding: 0.16rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #1C242E;
}
.lcdp-dformfile-popover .adm-popover-menu-list {
  min-width: 0.4rem;
}
.lcdp-dformfile-popover .adm-popover-menu-item {
  padding-left: 0;
}
.lcdp-dformfile-popover .adm-popover-menu-item-text {
  border: none !important;
  padding: 0.16rem 0.32rem;
  font-size: 0.26rem;
}
.lcdp-dformfile-popover .adm-popover-menu-item-text:first-child {
  padding-top: 0.24rem;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformList/Group/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dformlist-group-wrapper {
  padding: 0.15rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.12rem;
}
.lcdp-dformlist-group-wrapper .lcdp-dformlist-group-error {
  padding-top: 0.28rem;
  color: #ff4848;
  font-size: 0.28rem;
}
.lcdp-dformlist-group-hidden {
  display: none;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformList/Title/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dformlist-title-box {
  padding: 0.16rem 0;
}
.lcdp-dformlist-title-box .lcdp-dformlist-title-error {
  padding-top: 0.28rem;
  color: #ff4848;
  font-size: 0.28rem;
}
.lcdp-dformlist-title-box .lcdp-dformlist-title-redStar {
  padding-top: 0.04rem;
  color: #ff4848;
  font-size: 0.3rem !important;
}
.lcdp-dformlist-title-box .lcdp-dformlist-title-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.lcdp-dformlist-title-box .lcdp-dformlist-title-wrapper .lcdp-dformlist-title-title {
  flex: 1 1;
  color: #333;
  font-weight: 600;
  font-size: 0.32rem;
  line-height: 0.44rem;
}
.lcdp-dformlist-title-box .lcdp-dformlist-title-wrapper .lcdp-dformlist-title-btnText {
  width: 1.28rem;
  height: 0.46rem;
  color: #0089ff;
  font-size: 0.26rem;
  line-height: 0.46rem;
  text-align: center;
  background: #dbf0ff;
  border-radius: 0.28rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformPicker/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.picker-empty-tip {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgba(28, 36, 46, 0.45);
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DformRangePicker/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dform-rangepicker-icon {
  display: flex;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  align-self: center;
  margin-right: 0.08rem;
}
.lcdp-dform-rangepicker-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Divider/LxDashed/index.module.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.e3AnViDMcYE6Inw5r0Ys {
  display: flex;
  align-items: center;
  height: auto;
}
.e3AnViDMcYE6Inw5r0Ys .yZRqJyX92eAVzTLgVu1j {
  padding: 0 0.08rem;
  white-space: nowrap;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Divider/LxSolid/index.module.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.xZpTakYkjWkrg0U0FdQE {
  display: flex;
  align-items: center;
  height: auto;
}
.xZpTakYkjWkrg0U0FdQE .GuI3yUGd9o21oqmXRd4R {
  padding: 0 0.08rem;
  white-space: nowrap;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/DynamicList/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-dynamicList .adm-list-item-content-main {
  padding: 0;
}
.lcdp-dynamicList-grid-view {
  display: flex;
  flex-direction: row;
}
.lcdp-dynamicList-grid-view .adm-list-item {
  flex: 1 1;
  flex-shrink: 0;
  word-break: break-all;
}
.lcdp-dynamicList-grid-item {
  flex: 1 1;
}
.lcdp-dynamicList .list-empty {
  width: 100%;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lcdp-dynamicList .list-empty span {
  color: #EFEFEF;
  font-size: 2.4rem;
}
.lcdp-dynamicList .list-empty .empty-tip {
  font-size: 0.28rem;
  color: #a4a9b0;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Image/File/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-file {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.lcdp-file .lcdp-file-input {
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.lcdp-file-stop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Image/index.less ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-image {
  width: 2rem;
  height: 2rem;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Input/BasicInput/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-input {
  display: inline-block;
  height: 0.8rem;
  padding: 0.1rem;
  color: #333;
  font-size: 0.28rem;
  background-color: transparent;
  border: none;
  outline: none;
}
.lcdp-input-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
  flex-direction: row-reverse;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Input/BasicTextArea/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-textarea {
  height: 1.6rem;
  padding: 0.1rem;
  color: #333;
  line-height: 0.4rem;
  background-color: transparent;
  border: none;
  outline: none;
}
.lcdp-textarea-error-text {
  color: #FF7474;
  font-size: 0.24rem;
  padding-top: 0.08rem;
  flex-direction: row-reverse;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/Layout/Row/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-row {
  display: flex;
  flex-direction: row;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/LoadMore/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-loadmore-loadMore .adm-list-body {
  border: none;
  background-color: transparent;
}
.lcdp-loadmore-loadMore .adm-list-body::before,
.lcdp-loadmore-loadMore .adm-list-body::after {
  display: none !important;
}
.lcdp-loadmore-loadMore .lcdp-loadmore-row {
  display: flex;
  flex-direction: row;
}
.lcdp-loadmore-loadMore .lcdp-loadmore-row .lcdp-loadmore-column {
  flex: 1 1;
  word-break: break-all;
}
.lcdp-loadmore-loadMore .lcdp-loadmore-row .lcdp-loadmore-columnPlaceholder {
  flex: 1 1;
  word-break: break-all;
  opacity: 0;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/ProgressBar/index.less ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.lcdp-adm-progressbar-wrapper {
  display: flex;
  align-items: center;
}
.lcdp-adm-progressbar-wrapper .lcdp-adm-progressbar-title {
  max-width: 25%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 0.14rem;
}
.lcdp-adm-progressbar-wrapper .lcdp-adm-progressbar-value {
  padding-left: 0.14rem;
}
.lcdp-adm-progressbar-wrapper .adm-progress-bar {
  flex: 1 1;
}
.lcdp-adm-progressbar-wrapper-vertical {
  display: block;
}
.lcdp-adm-progressbar-wrapper-vertical .lcdp-adm-progressbar-context {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.08rem;
}
.lcdp-adm-progressbar-wrapper-vertical .lcdp-adm-progressbar-context .lcdp-adm-progressbar-title {
  flex: 12 1;
  max-width: initial;
}
.lcdp-adm-progressbar-wrapper-vertical .lcdp-adm-progressbar-context .lcdp-adm-progressbar-value {
  flex: 1 1;
  text-align: right;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/QRCode/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-qrcode-img-close {
  position: fixed;
  top: 0.2rem;
  right: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  z-index: 1001;
}
.lcdp-qrcode-img-close img {
  width: 100%;
  height: 100%;
}
.lcdp-qrcode-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.32rem;
  height: 0.32rem;
  align-self: center;
  margin-right: 0.12rem;
}
.lcdp-qrcode-icon svg {
  width: 0.32rem;
  height: 0.32rem;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/SearchView/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable-next-line CssSyntaxError */
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.alita-search-view-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.alita-search-view-wrap-date-range {
  height: 0.8rem;
  padding: 0.1rem 0.2rem;
  background: #fff;
  border-top: 0.02rem solid #eee;
}
.alita-search-view-wrap-date-range .range-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  line-height: 0.6rem;
  background: #f1f9ff;
  border-radius: 19999.98rem;
}
.alita-search-view-wrap-date-range .range-content .date {
  flex: 1 1;
  color: #39a8fb;
  text-align: center;
}
.alita-search-view-wrap-date-range .range-content .date-space {
  width: 0.6rem;
  text-align: center;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/SideBar/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.appSideBar-wrap {
  width: 100%;
  height: 100%;
}
.appSideBar-wrap .my-side-container {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
}
.appSideBar-wrap .my-side-container .side {
  flex: none;
}
.appSideBar-wrap .my-side-container .main {
  flex: 1 1;
}
.appSideBar-wrap .my-side-container .content {
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  font-size: 0.24rem;
  color: #cccccc;
  word-break: break-all;
  word-wrap: break-word;
}
.appSideBar-wrap .my-side-container .content.active {
  display: flex;
}
.appSideBar-wrap .my-side-container .adm-side-bar {
  font-size: var(--my-side-bar-font-size);
}
.appSideBar-wrap .my-side-container .adm-side-bar-item-highlight {
  background: var(--my-side-bar-pointer-color);
}
.appSideBar-wrap .my-side-container .adm-side-bar-item-active {
  background-color: var(--my-side-bar-active-bg-color);
}
.appSideBar-wrap .my-side-container .adm-side-bar-item path {
  fill: var(--my-side-bar-active-bg-color);
}
.appSideBar-wrap .my-side-container .adm-side-bar-item-active-next-sibling path {
  fill: var(--my-side-bar-active-bg-color);
}
.appSideBar-wrap .my-side-bar-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: scroll;
  padding: 0.32rem;
  color: #afb4bd;
  font-weight: 400;
  font-size: 0.34rem;
  text-align: center;
  background: #e9ecf5;
}
.appSideBar-wrap .my-side-bar-body .notice {
  color: #333;
  font-weight: 600;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/StaticTabs/Tabs/index.less ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.am-tabs {
  box-sizing: border-box;
  display: flex;
  flex: 1 1;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.am-tabs * {
  box-sizing: border-box;
}
.am-tabs-content-wrap {
  display: flex;
  flex: 1 1;
  width: 100%;
  height: 100%;
  min-height: 0;
}
.am-tabs-content-wrap-animated {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), top 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform, left, top;
}
.am-tabs-pane-wrap {
  width: 100%;
  flex-shrink: 0;
  overflow-y: auto;
}
.am-tabs-tab-bar-wrap {
  flex-shrink: 0;
}
.am-tabs-horizontal .am-tabs-pane-wrap-active {
  height: auto;
}
.am-tabs-horizontal .am-tabs-pane-wrap-inactive {
  height: 0;
  overflow: visible;
}
.am-tabs-vertical .am-tabs-content-wrap {
  flex-direction: column;
}
.am-tabs-vertical .am-tabs-tab-bar-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap {
  height: 100%;
}
.am-tabs-vertical .am-tabs-pane-wrap-active {
  overflow: auto;
}
.am-tabs-vertical .am-tabs-pane-wrap-inactive {
  overflow: hidden;
}
.am-tabs-top,
.am-tabs-bottom {
  flex-direction: column;
}
.am-tabs-left,
.am-tabs-right {
  flex-direction: row;
}
.am-tabs-default-bar {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.am-tabs-default-bar-tab {
  position: relative;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: 0.3rem;
  height: 0.87rem;
  line-height: 0.87rem;
}
.am-tabs-default-bar-tab .am-badge .am-badge-text {
  top: -0.26rem;
  transform: translateX(-0.1rem);
}
.am-tabs-default-bar-tab .am-badge .am-badge-dot {
  top: -0.12rem;
  transform: translateX(0);
}
.am-tabs-default-bar-tab-active {
  color: #108ee9;
  background: var(--myTabs-selected-background);
}
.am-tabs-default-bar-underline {
  position: absolute;
  border: 1px #108ee9 solid;
  transform: translate3d(0, 0, 0);
}
.am-tabs-default-bar-animated .am-tabs-default-bar-content {
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: transform;
}
.am-tabs-default-bar-animated .am-tabs-default-bar-underline {
  transition: top 0.3s cubic-bezier(0.35, 0, 0.25, 1), left 0.3s cubic-bezier(0.35, 0, 0.25, 1), color 0.3s cubic-bezier(0.35, 0, 0.25, 1), width 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  will-change: top, left, width, color;
}
.am-tabs-default-bar-top,
.am-tabs-default-bar-bottom {
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-content,
.am-tabs-default-bar-bottom .am-tabs-default-bar-content {
  display: flex;
  width: 100%;
  flex-direction: row;
}
.am-tabs-default-bar-top .am-tabs-default-bar-prevpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-prevpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 1.18rem;
  height: 100%;
  content: ' ';
  z-index: 999;
  left: 0;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.am-tabs-default-bar-top .am-tabs-default-bar-nextpage,
.am-tabs-default-bar-bottom .am-tabs-default-bar-nextpage {
  pointer-events: none;
  position: absolute;
  top: 0;
  display: block;
  width: 1.18rem;
  height: 100%;
  content: ' ';
  z-index: 999;
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff);
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab,
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  padding: 0.08rem 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-underline,
.am-tabs-default-bar-bottom .am-tabs-default-bar-underline {
  bottom: 0;
}
.am-tabs-default-bar-top .am-tabs-default-bar-tab {
  border-bottom: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab {
    border-bottom: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 100%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-top .am-tabs-default-bar-tab::after {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
  border-top: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab {
    border-top: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 100%;
    height: 1PX;
    transform-origin: 50% 50%;
    transform: scaleY(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-bottom .am-tabs-default-bar-tab::before {
    transform: scaleY(0.33);
  }
}
.am-tabs-default-bar-left,
.am-tabs-default-bar-right {
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-content,
.am-tabs-default-bar-right .am-tabs-default-bar-content {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab,
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  padding: 0 0.08rem;
}
.am-tabs-default-bar-left .am-tabs-default-bar-underline {
  right: 0;
}
.am-tabs-default-bar-left .am-tabs-default-bar-tab {
  border-right: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab {
    border-right: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    width: 1PX;
    height: 100%;
    background: #ddd;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-left .am-tabs-default-bar-tab::after {
    transform: scaleX(0.33);
  }
}
.am-tabs-default-bar-right .am-tabs-default-bar-underline {
  left: 0;
}
.am-tabs-default-bar-right .am-tabs-default-bar-tab {
  border-left: 1PX solid #ddd;
}
@media (min-resolution: 2dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab {
    border-left: none;
  }
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    content: '';
    position: absolute;
    background-color: #ddd;
    display: block;
    z-index: 1;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 1PX;
    height: 100%;
    transform-origin: 100% 50%;
    transform: scaleX(0.5);
  }
}
@media (min-resolution: 2dppx) and (min-resolution: 3dppx) {
  html:not([data-scale]) .am-tabs-default-bar-right .am-tabs-default-bar-tab::before {
    transform: scaleX(0.33);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/StaticTabs/index.less ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.appTabs-wrapper {
  height: 100%;
}
.appTabs-tabBarWrapper {
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.appTabs-tabBarWrapper .appTabs-span {
  margin-left: 0.04rem;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/StepBar/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.lcdp-stepprocess-stepProcess {
  display: block;
  width: auto;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-start-content {
  justify-content: start;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.2rem;
  color: #c6c7c9;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-title .lcdp-stepprocess-subTitle {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  opacity: 0.65;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-description {
  opacity: 0.85;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-numberBox {
  text-align: center;
  line-height: 0.32rem;
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  font-size: 0.24rem;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-numberBox-small {
  width: 0.24rem;
  height: 0.24rem;
  line-height: 0.28rem;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot {
  width: 0.24rem;
  height: 0.24rem;
  opacity: 1;
  border-radius: 50%;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot-small {
  width: 0.16rem;
  height: 0.16rem;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot-finish {
  background-color: #108ee9;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot-process {
  background-color: #108ee9;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot-wait {
  background-color: #e5e5e5;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-dot-error {
  background-color: #f4333c;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-finish {
  border: 0.02rem solid #108ee9;
  color: #108ee9;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-process {
  border: 0.02rem solid #108ee9;
  background-color: #108ee9;
  color: #fff;
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-wait {
  border: 0.02rem solid #E5E5E5;
  color: rgba(28, 36, 46, 0.85);
}
.lcdp-stepprocess-stepProcess .lcdp-stepprocess-error {
  border: 0.02rem solid #f4333c;
  color: #f4333c;
}
.lcdp-stepprocess-stepProcess-vertical .lcdp-stepprocess-title {
  display: flex;
}
.lcdp-stepprocess-stepProcess-vertical .lcdp-stepprocess-title .lcdp-stepprocess-subTitle {
  margin-left: 0.08rem;
}
.lcdp-stepprocess-stepProcess-navigate .adm-steps-horizontal .adm-step .adm-step-indicator::after {
  height: 0;
}

/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/TabBar/index.less ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.appTabBar-app {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.appTabBar-app .my-apptabbar-body {
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: scroll;
}
.appTabBar-app .my-apptabbar-body .notice {
  color: #333;
  font-weight: 600;
}
.appTabBar-app .my-apptabbar-bottom {
  flex-shrink: 0;
  background-color: #fff;
  border-top: solid 1px #f8f7fa;
}
.appTabBar-app .my-apptabbar-bottom .icon {
  width: 100%;
  height: 100%;
  margin-bottom: 0.03rem;
}
.appTabBar-app .my-apptabbar-bottom .alita-tab-bar-plus-item-icon {
  width: 0.48rem;
}
.appTabBar-app .my-apptabbar-bottom .alita-tab-bar-plus-item-active svg {
  fill: unset;
}
.appTabBar-app .my-apptabbar-bottom .alita-tab-bar-plus {
  margin-top: 0;
  background-image: none !important;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/@lingxiteam/factory/es/VerificationCode/index.less ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*do not import this file except components/style/index.less*/
.am-fade-enter,
.am-fade-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-fade-enter.am-fade-enter-active,
.am-fade-appear.am-fade-appear-active {
  animation-name: amFadeIn;
  animation-play-state: running;
}
.am-fade-leave.am-fade-leave-active {
  animation-name: amFadeOut;
  animation-play-state: running;
}
@keyframes amFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.am-slide-up-enter,
.am-slide-up-appear {
  transform: translate(0, 100%);
}
.am-slide-up-enter,
.am-slide-up-appear,
.am-slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-up-enter.am-slide-up-enter-active,
.am-slide-up-appear.am-slide-up-appear-active {
  animation-name: amSlideUpIn;
  animation-play-state: running;
}
.am-slide-up-leave.am-slide-up-leave-active {
  animation-name: amSlideUpOut;
  animation-play-state: running;
}
@keyframes amSlideUpIn {
  0% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideUpOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 100%);
  }
}
.am.am-zoom-enter,
.am.am-zoom-leave {
  display: block;
}
.am-zoom-enter,
.am-zoom-appear {
  opacity: 0;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  animation-play-state: paused;
}
.am-zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-timing-function: cubic-bezier(0.6, -0.3, 0.74, 0.05);
  animation-play-state: paused;
}
.am-zoom-enter.am-zoom-enter-active,
.am-zoom-appear.am-zoom-appear-active {
  animation-name: amZoomIn;
  animation-play-state: running;
}
.am-zoom-leave.am-zoom-leave-active {
  animation-name: amZoomOut;
  animation-play-state: running;
}
@keyframes amZoomIn {
  0% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
  100% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
}
@keyframes amZoomOut {
  0% {
    opacity: 1;
    transform-origin: 50% 50%;
    transform: scale(1, 1);
  }
  100% {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: scale(0, 0);
  }
}
.am-slide-down-enter,
.am-slide-down-appear {
  transform: translate(0, -100%);
}
.am-slide-down-enter,
.am-slide-down-appear,
.am-slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.55, 0, 0.55, 0.2);
  animation-play-state: paused;
}
.am-slide-down-enter.am-slide-down-enter-active,
.am-slide-down-appear.am-slide-down-appear-active {
  animation-name: amSlideDownIn;
  animation-play-state: running;
}
.am-slide-down-leave.am-slide-down-leave-active {
  animation-name: amSlideDownOut;
  animation-play-state: running;
}
@keyframes amSlideDownIn {
  0% {
    transform: translate(0, -100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes amSlideDownOut {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100%);
  }
}
*,
*:before,
*:after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  background-color: #f5f5f9;
  font-size: 0.28rem;
}
*[contenteditable] {
  -webkit-user-select: auto !important;
}
*:focus {
  outline: none;
}
a {
  background: transparent;
  text-decoration: none;
  outline: none;
}
.verificationCode {
  display: flex;
  flex-direction: column;
  min-width: 1.6rem;
  color: #1c242e;
}
.verificationCode .redStar {
  color: #FF7474;
  font-size: 0.32rem;
  padding-top: 0.12rem;
  padding-left: 0.04rem;
}
.verificationCode-titleTop {
  display: flex;
  flex-direction: column;
}
.verificationCode-titleTop .topText {
  display: flex;
  align-items: center;
  height: 0.64rem;
  padding: 0 0.1rem;
  line-height: 0.64rem;
}
.verificationCode-inputContent {
  display: flex;
  flex-direction: column;
}
.verificationCode-inputContent .normalArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 0.96rem;
  padding: 0 0.1rem;
}
.verificationCode-inputContent .normalArea .titleText {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.32rem;
}
.verificationCode-inputContent .normalArea input {
  flex: 1 1;
  background: none;
  border: 0;
}
.verificationCode-inputContent .normalArea ::-webkit-input-placeholder {
  color: rgba(28, 36, 46, 0.25);
}
.verificationCode-inputContent .normalArea .sendButtonActive {
  flex-shrink: 0;
  color: #4477ee;
}
.verificationCode-inputContent .normalArea .sendButtonDisable {
  flex-shrink: 0;
  color: rgba(28, 36, 46, 0.45);
  font-size: 86%;
}
.verificationCode-inputContent .normalArea .imageActive {
  width: 1.6rem;
  height: 0.6rem;
  background-color: #f5f5f5;
}
.verificationCode .errorNotice {
  text-align: right;
  padding: 0 0.1rem 0.1rem 0.1rem;
  font-size: 0.24rem;
  color: #f4333c;
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/byAiLogin/index.less ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ai-auth {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.ai-auth .loading {
  color: #666;
  font-size: 0.16rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/lnAppLogin/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ln-login {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.ln-login .loading {
  color: #666;
  font-size: 0.16rem;
}

/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/loginError/index.less ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.login-error-page {
  min-height: 100vh;
  padding: 0.4rem 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: radial-gradient(circle at 15% 10%, #ffeef5 0%, #eef3ff 55%, #f5f7fa 100%);
  overflow: hidden;
  position: relative;
}
.login-error-page::before,
.login-error-page::after {
  content: '';
  position: absolute;
  border-radius: 9.99rem;
  filter: blur(0.4rem);
  opacity: 0.7;
}
.login-error-page::before {
  width: 4.2rem;
  height: 4.2rem;
  top: -1.4rem;
  right: -0.6rem;
  background: radial-gradient(circle, rgba(243, 90, 140, 0.45), transparent 70%);
}
.login-error-page::after {
  width: 3.2rem;
  height: 3.2rem;
  bottom: -1.2rem;
  left: -0.8rem;
  background: radial-gradient(circle, rgba(78, 156, 250, 0.35), transparent 70%);
}
.login-error-page__content {
  width: 85%;
  max-width: 6rem;
  padding: 0.8rem 0.5rem 0.7rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0.32rem;
  box-shadow: 0 0.25rem 0.6rem rgba(15, 23, 42, 0.08);
  backdrop-filter: blur(0.18rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.32rem;
  text-align: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.login-error-page__badge {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 209, 153, 0.9), rgba(255, 156, 156, 0.75));
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0.15rem 0.35rem rgba(245, 170, 60, 0.35);
}
.login-error-page__badge-icon {
  color: #ff5a5a;
  font-size: 0.56rem;
}
.login-error-page__title {
  margin: 0;
  font-size: 0.32rem;
  font-weight: 600;
  color: #1d2129;
  line-height: 1.3;
}
.login-error-page__description {
  margin: 0;
  color: #606266;
  font-size: 0.26rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
  max-width: 5rem;
  word-break: break-word;
}
.login-error-page__button {
  border: none;
  color: #fff !important;
  font-size: 0.28rem !important;
  font-weight: 600;
  letter-spacing: 0.02em;
  width: 100%;
  padding: 0.2rem 0 !important;
  height: auto !important;
  line-height: 1.2 !important;
}
.login-error-page__button .adm-button-icon {
  margin-right: 0.2rem;
  font-size: 0.56rem !important;
}
.login-error-page__button:active {
  transform: translateY(1px);
}
.login-error-page__tip {
  margin: 0;
  margin-top: 0.08rem;
  font-size: 0.22rem;
  color: #667085;
  line-height: 1.5;
}


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