.turn {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  z-index: 1000;
  top: 100px;
  right: 0;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.2);
}
.on {
  background-image: url(./assets/images/type-on.png);
  background-size: 100% 100%;
}
.off {
  background-image: url(./assets/images/type-off.png);
  background-size: 100% 100%;
}
.hold {
  background-image: url(./assets/images/type-hold.gif);
  background-size: 100% 100%;
}
.display-none {
  display: none;
}html[data-theme='dark'] .app-loading {
  background-color: #2c344a;
}
html[data-theme='dark'] .app-loading .app-loading-title {
  color: rgb(255 255 255 / 85%);
}
.app-loading {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #f4f7f9;
}
.app-loading .app-loading-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  transform: translate3d(-50%, -50%, 0);
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.app-loading .dots {
  display: flex;
  padding: 98px;
  justify-content: center;
  align-items: center;
}
.app-loading .app-loading-title {
  display: flex;
  margin-top: 30px;
  font-size: 30px;
  color: rgb(0 0 0 / 85%);
  justify-content: center;
  align-items: center;
}
.app-loading .app-loading-logo {
  display: block;
  width: 90px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.dot {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-top: 30px;
  font-size: 32px;
  transform: rotate(45deg);
  box-sizing: border-box;
  animation: antRotate 1.2s infinite linear;
}
.dot i {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #0065cc;
  border-radius: 100%;
  opacity: 30%;
  transform: scale(0.75);
  animation: antSpinMove 1s infinite linear alternate;
  transform-origin: 50% 50%;
}
.dot i:nth-child(1) {
  top: 0;
  left: 0;
}
.dot i:nth-child(2) {
  top: 0;
  right: 0;
  animation-delay: 0.4s;
}
.dot i:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.dot i:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes antSpinMove {
  to {
    opacity: 100%;
  }
}/* windicss layer base */
*, ::before, ::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}
*> .enter-x:nth-child(1) {
  transform: translateX(50px);
}
*> .-enter-x:nth-child(1) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(1), * > .-enter-x:nth-child(1) {
  z-index: 9;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
*> .enter-y:nth-child(1) {
  transform: translateY(50px);
}
*> .-enter-y:nth-child(1) {
  transform: translateY(-50px);
}
* > .enter-y:nth-child(1), * > .-enter-y:nth-child(1) {
  z-index: 9;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
*> .enter-x:nth-child(2) {
  transform: translateX(50px);
}
*> .-enter-x:nth-child(2) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(2), * > .-enter-x:nth-child(2) {
  z-index: 8;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
*> .enter-y:nth-child(2) {
  transform: translateY(50px);
}
*> .-enter-y:nth-child(2) {
  transform: translateY(-50px);
}
* > .enter-y:nth-child(2), * > .-enter-y:nth-child(2) {
  z-index: 8;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}
*> .enter-x:nth-child(3) {
  transform: translateX(50px);
}
*> .-enter-x:nth-child(3) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(3), * > .-enter-x:nth-child(3) {
  z-index: 7;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
*> .enter-y:nth-child(3) {
  transform: translateY(50px);
}
*> .-enter-y:nth-child(3) {
  transform: translateY(-50px);
}
* > .enter-y:nth-child(3), * > .-enter-y:nth-child(3) {
  z-index: 7;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
}
*> .enter-x:nth-child(4) {
  transform: translateX(50px);
}
*> .-enter-x:nth-child(4) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(4), * > .-enter-x:nth-child(4) {
  z-index: 6;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
*> .enter-y:nth-child(4) {
  transform: translateY(50px);
}
*> .-enter-y:nth-child(4) {
  transform: translateY(-50px);
}
* > .enter-y:nth-child(4), * > .-enter-y:nth-child(4) {
  z-index: 6;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.4s;
}
*> .enter-x:nth-child(5) {
  transform: translateX(50px);
}
*> .-enter-x:nth-child(5) {
  transform: translateX(-50px);
}
* > .enter-x:nth-child(5), * > .-enter-x:nth-child(5) {
  z-index: 5;
  opacity: 0;
  animation: enter-x-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
*> .enter-y:nth-child(5) {
  transform: translateY(50px);
}
*> .-enter-y:nth-child(5) {
  transform: translateY(-50px);
}
* > .enter-y:nth-child(5), * > .-enter-y:nth-child(5) {
  z-index: 5;
  opacity: 0;
  animation: enter-y-animation 0.4s ease-in-out 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.5s;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
b {
  font-weight: bolder;
}
button, select {
  text-transform: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
button {
  background-color: transparent;
  background-image: none;
}
button, [role="button"] {
  cursor: pointer;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  line-height: 1.5;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1, h3, h4, h5, h2 {
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, button, select {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
img {
  border-style: solid;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
img, svg, video, iframe, audio, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
p, h1, h3, hr, h4, h5, h2 {
  margin: 0;
}
small {
  font-size: 80%;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
textarea {
  resize: vertical;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
@keyframes enter-x-animation {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes enter-y-animation {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}/* windicss layer components */
.expand-transition-enter-active, .expand-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-transition-move {
  transition: transform 0.4s;
}
.expand-x-transition-enter-active, .expand-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.expand-x-transition-move {
  transition: transform 0.4s;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.2s ease-in-out;
}
.fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.fade-slide-leave-active, .fade-slide-enter-active {
  transition: all 0.3s;
}
.fade-slide-enter-from {
  opacity: 0;
  transform: translateX(-30px);
}
.fade-slide-leave-to {
  opacity: 0;
  transform: translateX(30px);
}
.fade-bottom-enter-active, .fade-bottom-leave-active {
  transition: opacity 0.25s, transform 0.3s;
}
.fade-bottom-enter-from {
  opacity: 0;
  transform: translateY(-10%);
}
.fade-bottom-leave-to {
  opacity: 0;
  transform: translateY(10%);
}
.fade-scale-leave-active, .fade-scale-enter-active {
  transition: all 0.28s;
}
.fade-scale-enter-from {
  opacity: 0;
  transform: scale(1.2);
}
.fade-scale-leave-to {
  opacity: 0;
  transform: scale(0.8);
}
.fade-top-enter-active, .fade-top-leave-active {
  transition: opacity 0.2s, transform 0.25s;
}
.fade-top-enter-from {
  opacity: 0;
  transform: translateY(8%);
}
.fade-top-leave-to {
  opacity: 0;
  transform: translateY(-8%);
}
.scale-transition-enter-active, .scale-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-transition-move {
  transition: transform 0.4s;
}
.scale-transition-enter-from, .scale-transition-leave, .scale-transition-leave-to {
  opacity: 0;
  transform: scale(0);
}
.scale-rotate-transition-enter-active, .scale-rotate-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scale-rotate-transition-move {
  transition: transform 0.4s;
}
.scale-rotate-transition-enter-from, .scale-rotate-transition-leave, .scale-rotate-transition-leave-to {
  opacity: 0;
  transform: scale(0) rotate(-45deg);
}
.slide-y-transition-enter-active, .slide-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-transition-move {
  transition: transform 0.4s;
}
.slide-y-transition-enter-from, .slide-y-transition-leave-to {
  opacity: 0;
  transform: translateY(-15px);
}
.slide-y-reverse-transition-enter-active, .slide-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-y-reverse-transition-move {
  transition: transform 0.4s;
}
.slide-y-reverse-transition-enter-from, .slide-y-reverse-transition-leave-to {
  opacity: 0;
  transform: translateY(15px);
}
.slide-x-transition-enter-active, .slide-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-transition-move {
  transition: transform 0.4s;
}
.slide-x-transition-enter-from, .slide-x-transition-leave-to {
  opacity: 0;
  transform: translateX(-15px);
}
.slide-x-reverse-transition-enter-active, .slide-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.slide-x-reverse-transition-move {
  transition: transform 0.4s;
}
.slide-x-reverse-transition-enter-from, .slide-x-reverse-transition-leave-to {
  opacity: 0;
  transform: translateX(15px);
}
.scroll-y-transition-enter-active, .scroll-y-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-transition-move {
  transition: transform 0.4s;
}
.scroll-y-transition-enter-from, .scroll-y-transition-leave-to {
  opacity: 0;
}
.scroll-y-transition-enter-from {
  transform: translateY(-15px);
}
.scroll-y-transition-leave-to {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-enter-active, .scroll-y-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-y-reverse-transition-move {
  transition: transform 0.4s;
}
.scroll-y-reverse-transition-enter-from, .scroll-y-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-y-reverse-transition-enter-from {
  transform: translateY(15px);
}
.scroll-y-reverse-transition-leave-to {
  transform: translateY(-15px);
}
.scroll-x-transition-enter-active, .scroll-x-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-transition-move {
  transition: transform 0.4s;
}
.scroll-x-transition-enter-from, .scroll-x-transition-leave-to {
  opacity: 0;
}
.scroll-x-transition-enter-from {
  transform: translateX(-15px);
}
.scroll-x-transition-leave-to {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-enter-active, .scroll-x-reverse-transition-leave-active {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1) !important;
}
.scroll-x-reverse-transition-move {
  transition: transform 0.4s;
}
.scroll-x-reverse-transition-enter-from, .scroll-x-reverse-transition-leave-to {
  opacity: 0;
}
.scroll-x-reverse-transition-enter-from {
  transform: translateX(15px);
}
.scroll-x-reverse-transition-leave-to {
  transform: translateX(-15px);
}
.zoom-out-enter-active, .zoom-out-leave-active {
  transition: opacity 0.1 ease-in-out, transform 0.15s ease-out;
}
.zoom-out-enter-from, .zoom-out-leave-to {
  opacity: 0;
  transform: scale(0);
}
.zoom-fade-enter-active, .zoom-fade-leave-active {
  transition: transform 0.2s, opacity 0.3s ease-out;
}
.zoom-fade-enter-from {
  opacity: 0;
  transform: scale(0.92);
}
.zoom-fade-leave-to {
  opacity: 0;
  transform: scale(1.06);
}
.collapse-transition {
  transition: 0.2s height ease-in-out, 0.2s padding-top ease-in-out, 0.2s padding-bottom ease-in-out;
}
#app {
  width: 100%;
  height: 100%;
}
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb:hover {
  background-color: #b6b7b9;
}
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 2px;
  background-color: #0960bd;
  opacity: 0.75;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev, html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next, html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item {
  background-color: rgba(255, 255, 255, 0.04) !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-prev a, html[data-theme='dark'] .ant-pagination.mini .ant-pagination-next a, html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item a {
  color: #8b949e !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-select-arrow {
  color: rgba(0, 0, 0, 0.45) !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active {
  background-color: #0960bd !important;
  border: none;
  border-radius: none !important;
}
html[data-theme='dark'] .ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
.ant-pagination.mini .ant-pagination-prev, .ant-pagination.mini .ant-pagination-next {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.85);
  border: 1px solid;
}
.ant-pagination.mini .ant-pagination-prev:hover a, .ant-pagination.mini .ant-pagination-next:hover a, .ant-pagination.mini .ant-pagination-item:focus a, .ant-pagination.mini .ant-pagination-item:hover a {
  color: #0960bd;
}
.ant-pagination.mini .ant-pagination-prev, .ant-pagination.mini .ant-pagination-next, .ant-pagination.mini .ant-pagination-item {
  margin: 0 4px !important;
  background-color: #f4f4f5 !important;
  border: none;
  border-radius: none !important;
}
.ant-pagination.mini .ant-pagination-prev a, .ant-pagination.mini .ant-pagination-next a, .ant-pagination.mini .ant-pagination-item a {
  margin-top: 1px;
  color: #606266;
}
.ant-pagination.mini .ant-pagination-prev:last-child, .ant-pagination.mini .ant-pagination-next:last-child, .ant-pagination.mini .ant-pagination-item:last-child {
  margin-right: 0 !important;
}
.ant-pagination.mini .ant-pagination-item-active {
  background-color: #0960bd !important;
  border: none;
  border-radius: none !important;
}
.ant-pagination.mini .ant-pagination-item-active a {
  color: #fff !important;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 12px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 22px;
  margin: 0 6px;
  line-height: 22px;
  text-align: center;
}
.ant-pagination.mini .ant-select-arrow {
  color: #cececd;
}
.ant-pagination-disabled {
  display: none !important;
}
.ant-input-number {
  min-width: 110px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 9px;
}
.ant-input-clear-icon {
  margin-right: 5px;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
  padding: 0 !important;
}
.ant-input-affix-wrapper-textarea-with-clear-btn textarea.ant-input {
  padding: 4px;
}
.ant-btn-link:hover, .ant-btn-link:focus, .ant-btn-link:active {
  border-color: transparent !important;
}
.ant-btn-primary {
  color: #fff;
  background-color: #0960bd;
}
.ant-btn-primary:hover, .ant-btn-primary:focus {
  color: #fff;
  background-color: #0a6cd5;
}
.ant-btn-primary:not(.ant-btn-background-ghost):not([disabled]) {
  color: #fff;
}
.ant-btn-default {
  color: #606266;
  background-color: #fff;
  border-color: #cececd;
}
.ant-btn-default:hover, .ant-btn-default:focus {
  color: #0960bd;
  background-color: #fff;
  border-color: #0960bd;
}
[data-theme='light'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(0, 0, 0, 0.25);
  text-shadow: none;
  cursor: not-allowed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
[data-theme='dark'] .ant-btn.ant-btn-link.is-disabled {
  color: rgba(255, 255, 255, 0.25) !important;
  text-shadow: none;
  cursor: not-allowed !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']) {
  color: #55D187;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']):hover, .ant-btn-success.ant-btn-link:not([disabled='disabled']):focus {
  color: #7ddca3;
  border-color: transparent;
}
.ant-btn-success.ant-btn-link:not([disabled='disabled']):active {
  color: #34bf6c;
}
.ant-btn-success.ant-btn-link.ant-btn-loading::before, .ant-btn-warning.ant-btn-link.ant-btn-loading::before, .ant-btn-error.ant-btn-link.ant-btn-loading::before, .ant-btn-background-ghost.ant-btn-link.ant-btn-loading::before, .ant-btn.ant-btn-link.ant-btn-loading::before {
  background: transparent;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #55D187;
  border-color: #55D187;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled):hover, .ant-btn-success:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #7ddca3;
  border-color: #7ddca3;
}
.ant-btn-success:not(.ant-btn-link, .is-disabled):active {
  background-color: #34bf6c;
  border-color: #34bf6c;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']) {
  color: #EFBD47;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):hover, .ant-btn-warning.ant-btn-link:not([disabled='disabled']):focus {
  color: #f3ce76;
  border-color: transparent;
}
.ant-btn-warning.ant-btn-link:not([disabled='disabled']):active {
  color: #ebac18;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #EFBD47;
  border-color: #EFBD47;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled):hover, .ant-btn-warning:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #f3ce76;
  border-color: #f3ce76;
}
.ant-btn-warning:not(.ant-btn-link, .is-disabled):active {
  background-color: #ebac18;
  border-color: #ebac18;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']) {
  color: #ED6F6F;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']):hover, .ant-btn-error.ant-btn-link:not([disabled='disabled']):focus {
  color: #f39c9c;
  border-color: transparent;
}
.ant-btn-error.ant-btn-link:not([disabled='disabled']):active {
  color: #e74242;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled) {
  color: #fff;
  background-color: #ED6F6F;
  border-color: #ED6F6F;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled):hover, .ant-btn-error:not(.ant-btn-link, .is-disabled):focus {
  color: #fff;
  background-color: #f39c9c;
  border-color: #f39c9c;
}
.ant-btn-error:not(.ant-btn-link, .is-disabled):active {
  background-color: #e74242;
  border-color: #e74242;
}
.ant-btn-background-ghost {
  border-width: 1px;
  background-color: transparent !important;
}
.ant-btn-background-ghost[disabled], .ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  background-color: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.ant-btn-dashed.ant-btn-background-ghost, .ant-btn-default.ant-btn-background-ghost {
  color: #fff;
  border-color: #fff;
}
.ant-btn-dashed.ant-btn-background-ghost:hover, .ant-btn-default.ant-btn-background-ghost:hover, .ant-btn-dashed.ant-btn-background-ghost:focus, .ant-btn-default.ant-btn-background-ghost:focus {
  color: #ffffff;
  border-color: #ffffff;
}
.ant-btn-dashed.ant-btn-background-ghost:active, .ant-btn-default.ant-btn-background-ghost:active {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.ant-btn-dashed.ant-btn-background-ghost[disabled], .ant-btn-default.ant-btn-background-ghost[disabled], .ant-btn-dashed.ant-btn-background-ghost[disabled]:hover, .ant-btn-default.ant-btn-background-ghost[disabled]:hover {
  color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link) {
  color: #55D187;
  background-color: transparent;
  border-color: #55D187;
  border-width: 1px;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):hover, .ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):focus {
  color: #7ddca3 !important;
  border-color: #7ddca3;
}
.ant-btn-background-ghost.ant-btn-success:not(.ant-btn-link):active {
  color: #34bf6c;
  border-color: #34bf6c;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link) {
  color: #EFBD47;
  background-color: transparent;
  border-color: #EFBD47;
  border-width: 1px;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):hover, .ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):focus {
  color: #f3ce76 !important;
  border-color: #f3ce76;
}
.ant-btn-background-ghost.ant-btn-warning:not(.ant-btn-link):active {
  color: #ebac18;
  border-color: #ebac18;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link) {
  color: #ED6F6F;
  background-color: transparent;
  border-color: #ED6F6F;
  border-width: 1px;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):hover, .ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):focus {
  color: #f39c9c !important;
  border-color: #f39c9c;
}
.ant-btn-background-ghost.ant-btn-error:not(.ant-btn-link):active {
  color: #e74242;
  border-color: #e74242;
}
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']) {
  color: #fff;
}
.ant-btn-ghost.ant-btn-link:not([disabled='disabled']):hover, .ant-btn-ghost.ant-btn-link:not([disabled='disabled']):focus {
  color: #ffffff;
  border-color: transparent;
}
.ant-col {
  width: 100%;
}
.ant-image-preview-root img {
  display: unset;
}
span.anticon:not(.app-iconify) {
  vertical-align: 0.125em !important;
}
.ant-back-top {
  right: 20px;
  bottom: 20px;
}
.collapse-container__body > .ant-descriptions {
  margin-left: 6px;
}
.ant-image-preview-operations {
  background-color: rgba(0, 0, 0, 0.3);
}
.ant-popover-content {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.modal-icon-warning {
  color: #EFBD47 !important;
}
.modal-icon-success {
  color: #55D187 !important;
}
.modal-icon-error {
  color: #ED6F6F !important;
}
.modal-icon-info {
  color: #0960bd !important;
}
.ant-checkbox-checked .ant-checkbox-inner::after, .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-top: 0 !important;
  border-left: 0 !important;
}
.bg-white {
  background-color: #fff !important;
}
html[data-theme='light'] .text-secondary {
  color: rgba(0, 0, 0, 0.45);
}
html[data-theme='light'] .ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
html[data-theme='light'] .ant-alert-error {
  background-color: #fff2f0;
  border: 1px solid #ffccc7;
}
html[data-theme='light'] .ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
html[data-theme='light'] :not(:root):fullscreen::backdrop {
  background-color: #f0f2f5 !important;
}
[data-theme='dark'] .text-secondary {
  color: #8b949e;
}
[data-theme='dark'] .ant-card-grid-hoverable:hover {
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.48), 0 6px 16px 0 rgba(0, 0, 0, 0.32), 0 9px 28px 8px rgba(0, 0, 0, 0.2);
}
[data-theme='dark'] .ant-card-grid {
  box-shadow: 1px 0 0 0 #434343, 0 1px 0 0 #434343, 1px 1px 0 0 #434343, 1px 0 0 0 #434343 inset, 0 1px 0 0 #434343 inset;
}
[data-theme='dark'] .ant-calendar-selected-day .ant-calendar-date {
  color: rgba(0, 0, 0, 0.8);
}
[data-theme='dark'] .ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  color: rgba(0, 0, 0, 0.9);
}
input:-webkit-autofill {
  box-shadow: 0 0 0 1000px white inset !important;
}
:-webkit-autofill {
  -webkit-transition: background-color 5000s ease-in-out 0s !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
html {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
html, body {
  width: 100%;
  height: 100%;
  overflow: visible !important;
  overflow-x: hidden !important;
}
html.color-weak, body.color-weak {
  filter: invert(80%);
}
html.gray-mode, body.gray-mode {
  filter: grayscale(100%);
  filter: progid:dximagetransform.microsoft.basicimage(grayscale=1);
}
a:focus, a:active, button, div, svg, span {
  outline: none !important;
}/* windicss layer utilities */
.container {
  width: 100%;
}
@media (min-width: 576px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 992px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1600px;
  }
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(55, 65, 81, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-top {
  background-position: top;
}
.bg-center {
  background-position: center;
}
.bg-bottom {
  background-position: bottom;
}
.\.bg-top {
  background-position: top;
}
.\.bg-bottom {
  background-position: bottom;
}
.\.bg-center {
  background-position: center;
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(9, 96, 189, var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(9, 96, 189, var(--tw-border-opacity));
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.border-solid {
  border-style: solid;
}
.border {
  border-width: 1px;
}
.border\:none {
  border-width: 1px;
}
.border\:1px {
  border-width: 1px;
}
.\!border {
  border-width: 1px !important;
}
.border\.value {
  border-width: 1px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.\.border-2 {
  border-width: 2px;
}
.\.border {
  border-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.cursor-pointer {
  cursor: pointer;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.list-item {
  display: list-item;
}
.hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-self-stretch {
  justify-self: stretch;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-grow-0 {
  flex-grow: 0;
}
.float-right {
  float: right;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.h-full {
  height: 100%;
}
.\!h-full {
  height: 100% !important;
}
.h-10 {
  height: 2.5rem;
}
.h-20 {
  height: 5rem;
}
.h-32 {
  height: 8rem;
}
.h-64 {
  height: 16rem;
}
.h-4 {
  height: 1rem;
}
.h-1\/3 {
  height: 33.333333%;
}
.h-screen {
  height: 100vh;
}
.h-16 {
  height: 4rem;
}
.h-2\/5 {
  height: 40%;
}
.h-30 {
  height: 7.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.m-3 {
  margin: 0.75rem;
}
.m-4 {
  margin: 1rem;
}
.m-5 {
  margin: 1.25rem;
}
.m-10 {
  margin: 2.5rem;
}
.m-tb-15 {
  margin: 3.75rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.\!my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-soil-check-yellow-background-01 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-soil-check-green-background-01 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-soil-check-yellow-background-02 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-soil-check-green-background-02 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-soil-check-yellow-background-03 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-soil-check-green-background-03 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4 {
  margin-right: 1rem;
}
.\!mr-4 {
  margin-right: 1rem !important;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.mr-0 {
  margin-right: 0px;
}
.\!ml-4 {
  margin-left: 1rem !important;
}
.mr-16 {
  margin-right: 4rem;
}
.ml-16 {
  margin-left: 4rem;
}
.mb-120 {
  margin-bottom: 30rem;
}
.mt-80 {
  margin-top: 20rem;
}
.mb-80 {
  margin-bottom: 20rem;
}
.mb-60 {
  margin-bottom: 15rem;
}
.mb-30 {
  margin-bottom: 7.5rem;
}
.ml-50 {
  margin-left: 12.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-15 {
  margin-bottom: 3.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.max-h-80 {
  max-height: 20rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-64 {
  min-height: 16rem;
}
.min-w-64 {
  min-width: 16rem;
}
.outline {
  outline-style: solid;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-10 {
  padding: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3px {
  padding-top: 3px;
}
.pr-3px {
  padding-right: 3px;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pl-4 {
  padding-left: 1rem;
}
.tab {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.tab\.path {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.tab\.value {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.\.tab-box\.select-tab {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.right-180 {
  right: 45rem;
}
.right-90 {
  right: 22.5rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.top-left-text-1 {
  top: 0.25rem;
}
.top-left-text-1-item-1 {
  top: 0.25rem;
}
.top-right-text-1 {
  top: 0.25rem;
}
.bottom-rural-info-right-1 {
  bottom: 0.25rem;
}
.bottom-rural-info-right-2 {
  bottom: 0.5rem;
}
.bottom-left-img-box-1 {
  bottom: 0.25rem;
}
.top-text-1 {
  top: 0.25rem;
}
.top-text-2 {
  top: 0.5rem;
}
.left-1 {
  left: 0.25rem;
}
.top-1 {
  top: 0.25rem;
}
.top-0 {
  top: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-5 {
  left: 1.25rem;
}
.top-5 {
  top: 1.25rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-3 {
  top: 0.75rem;
}
.right-7 {
  right: 1.75rem;
}
.resize {
  resize: both;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-casting {
  
  --tw-shadow: var(--tw-shadow-colored);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(9, 96, 189, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.dark .dark\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.underline {
  text-decoration-line: underline;
}
.indent {
  text-indent: 1.5rem;
}
.content-type {
  content: "type";
}
.content-box {
  content: "box";
}
.content-content {
  content: "content";
}
.content-parent-box {
  content: "parent-box";
}
.content-bottom {
  content: "bottom";
}
.content-menu {
  content: "menu";
}
.content-jzys {
  content: "jzys";
}
.content-yyal {
  content: "yyal";
}
.content-fwjs {
  content: "fwjs";
}
.content-right {
  content: "right";
}
.content-title {
  content: "title";
}
.content-box-left {
  content: "box-left";
}
.content-item {
  content: "item";
}
.content-box-right {
  content: "box-right";
}
.content-grid {
  content: "grid";
}
.content-image-box-1 {
  content: "image-box-1";
}
.content-flex {
  content: "flex";
}
.content-map-box {
  content: "map-box";
}
.content-data {
  content: "data";
}
.content-top-box {
  content: "top-box";
}
.content-bottom-box {
  content: "bottom-box";
}
.ordinal {
  --tw-ordinal: ordinal;
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.w-full {
  width: 100%;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-screen {
  width: 100vw;
}
.w-2\/5 {
  width: 40%;
}
.w-50 {
  width: 12.5rem;
}
.w-1\/8 {
  width: 12.5%;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
.preserve-3d {
  transform-style: preserve-3d;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.\.rotate-180 {
  --tw-rotate: 180deg;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.\<transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.\.\/transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.ease {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.duration {
  transition-duration: 150ms;
}
.animated {
  -webkit-animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.animate {
  animation-iteration-count: 1;
}
.animate\(\) {
  animation-iteration-count: 1;
}
.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
}
.invert {
  --tw-invert: invert(100%);
}
.saturate {
  --tw-saturate: saturate(0);
}
.saturate\(a\) {
  --tw-saturate: saturate(0);
}
.saturate\(x\) {
  --tw-saturate: saturate(0);
}
.sepia {
  --tw-sepia: sepia(100%);
}
@media (min-width: 576px) {
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
}
@media (min-width: 768px) {
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-4\/5 {
    height: 80%;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\!md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .\!md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .\!md\:mt-0 {
    margin-top: 0px !important;
  }
  .\!md\:mr-4 {
    margin-right: 1rem !important;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mr-10 {
    margin-right: 2.5rem;
  }
  .md\:mr-20 {
    margin-right: 5rem;
  }
  .md\:opacity-100 {
    opacity: 1;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .\!md\:w-1\/3 {
    width: 33.333333% !important;
  }
}
@media (min-width: 992px) {
  .lg\:flex {
    display: flex;
  }
  .lg\:w-2\/4 {
    width: 50%;
  }
  .lg\:w-7\/10 {
    width: 70%;
  }
  .lg\:w-3\/10 {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-col {
    flex-direction: column;
  }
  .xl\:justify-start {
    justify-content: flex-start;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-50 {
    height: 12.5rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .xl\:ml-16 {
    margin-left: 4rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(75, 85, 99, var(--tw-text-opacity));
  }
  .xl\:w-1\/5 {
    width: 20%;
  }
  .xl\:w-4\/5 {
    width: 80%;
  }
  .xl\:w-6\/12 {
    width: 50%;
  }
  .xl\:w-auto {
    width: auto;
  }
}
@media (min-width: 1600px) {
  .\32 xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}.vben-app-logo[data-v-18833b3f] {
  display: flex;
  align-items: center;
  padding-left: 7px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.vben-app-logo.light[data-v-18833b3f] {
  border-bottom: 1px solid #d9d9d9;
}
.vben-app-logo.collapsed-show-title[data-v-18833b3f] {
  padding-left: 20px;
}
.vben-app-logo.light .vben-app-logo__title[data-v-18833b3f] {
  color: #0960bd;
}
.vben-app-logo.dark .vben-app-logo__title[data-v-18833b3f] {
  color: #fff;
}
.vben-app-logo__title[data-v-18833b3f] {
  font-size: 16px;
  font-weight: 700;
  transition: all 0.5s;
  line-height: normal;
}.vben-svg-icon[data-v-442f5584] {
  display: inline-block;
  overflow: hidden;
  vertical-align: -0.15em;
  fill: currentColor;
}
.svg-icon-spin[data-v-442f5584] {
  animation: loadingCircle 1s infinite linear;
}.app-iconify {
  display: inline-block;
}
.app-iconify-spin svg {
  animation: loadingCircle 1s infinite linear;
}
span.iconify {
  display: block;
  min-width: 1em;
  min-height: 1em;
  background-color: #5551;
  border-radius: 100%;
}.vben-basic-arrow[data-v-1ba7d1b3] {
  display: inline-block;
  cursor: pointer;
  transform: rotate(0deg);
  transition: all 0.3s ease 0.1s;
  transform-origin: center center;
}
.vben-basic-arrow--active[data-v-1ba7d1b3] {
  transform: rotate(90deg);
}
.vben-basic-arrow.inset[data-v-1ba7d1b3] {
  line-height: 0px;
}
.vben-basic-arrow.up[data-v-1ba7d1b3] {
  transform: rotate(-90deg);
}
.vben-basic-arrow.down[data-v-1ba7d1b3] {
  transform: rotate(90deg);
}
.vben-basic-arrow.up.vben-basic-arrow--active[data-v-1ba7d1b3] {
  transform: rotate(90deg);
}
.vben-basic-arrow.down.vben-basic-arrow--active[data-v-1ba7d1b3] {
  transform: rotate(-90deg);
}.vben-basic-help {
  display: inline-block;
  margin-left: 6px;
  font-size: 14px;
  color: #909399;
  cursor: pointer;
}
.vben-basic-help:hover {
  color: #0960bd;
}
.vben-basic-help__wrap p {
  margin-bottom: 0;
}.vben-basic-title[data-v-0d18fe68] {
  position: relative;
  display: flex;
  padding-left: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.vben-basic-title-normal[data-v-0d18fe68] {
  font-size: 14px;
  font-weight: 500;
}
.vben-basic-title-show-span[data-v-0d18fe68]::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 3px;
  height: 16px;
  margin-right: 4px;
  background-color: #0960bd;
  content: '';
}
.vben-basic-title-help[data-v-0d18fe68] {
  margin-left: 10px;
}.vben-collapse-container {
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.vben-collapse-container__header {
  display: flex;
  height: 32px;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.vben-collapse-container__footer {
  border-top: 1px solid #d9d9d9;
}
.vben-collapse-container__action {
  display: flex;
  text-align: right;
  flex: 1;
  align-items: center;
  justify-content: flex-end;
}.scrollbar {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.scrollbar__wrap {
  height: 100%;
  overflow: auto;
}
.scrollbar__wrap--hidden-default {
  scrollbar-width: none;
}
.scrollbar__wrap--hidden-default::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  opacity: 0%;
}
.scrollbar__thumb {
  position: relative;
  display: block;
  width: 0;
  height: 0;
  cursor: pointer;
  background-color: rgba(144, 147, 153, 0.3);
  border-radius: inherit;
  transition: 0.3s background-color;
}
.scrollbar__thumb:hover {
  background-color: rgba(144, 147, 153, 0.5);
}
.scrollbar__bar {
  position: absolute;
  right: 2px;
  bottom: 2px;
  z-index: 1;
  border-radius: 4px;
  opacity: 0%;
  transition: opacity 80ms ease;
}
.scrollbar__bar.is-vertical {
  top: 2px;
  width: 6px;
}
.scrollbar__bar.is-vertical > div {
  width: 100%;
}
.scrollbar__bar.is-horizontal {
  left: 2px;
  height: 6px;
}
.scrollbar__bar.is-horizontal > div {
  height: 100%;
}
.scrollbar:active > .scrollbar__bar, .scrollbar:focus > .scrollbar__bar, .scrollbar:hover > .scrollbar__bar {
  opacity: 100%;
  transition: opacity 340ms ease-out;
}.scroll-container {
  width: 100%;
  height: 100%;
}
.scroll-container .scrollbar__wrap {
  margin-bottom: 18px !important;
  overflow-x: hidden;
}
.scroll-container .scrollbar__view {
  box-sizing: border-box;
  height: 100%;
}.vben-icon-picker .ant-input-group-addon {
  padding: 0;
}
.vben-icon-picker-popover {
  width: 300px;
}
.vben-icon-picker-popover .ant-popover-inner-content {
  padding: 0;
}
.vben-icon-picker-popover .scrollbar {
  height: 220px;
}.vben-app-search-footer[data-v-6ec2a118] {
  position: relative;
  display: flex;
  height: 44px;
  padding: 0 16px;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  border-radius: 0 0 16px 16px;
  align-items: center;
  flex-shrink: 0;
}
.vben-app-search-footer-item[data-v-6ec2a118] {
  display: flex;
  width: 20px;
  height: 18px;
  padding-bottom: 2px;
  margin-right: 0.4em;
  background-color: linear-gradient(-225deg, #d5dbe4, #f8f8f8);
  border-radius: 2px;
  box-shadow: inset 0 -2px 0 0 #cdcde6, inset 0 0 1px 1px #fff, 0 1px 2px 1px rgba(30, 35, 90, 0.4);
  align-items: center;
  justify-content: center;
}
.vben-app-search-footer-item[data-v-6ec2a118]:nth-child(2), .vben-app-search-footer-item[data-v-6ec2a118]:nth-child(3), .vben-app-search-footer-item[data-v-6ec2a118]:nth-child(6) {
  margin-left: 14px;
}.vben-app-search-modal[data-v-2336da2c] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.25);
  justify-content: center;
}
.vben-app-search-modal--mobile[data-v-2336da2c] {
  padding: 0;
}
.vben-app-search-modal--mobile > div[data-v-2336da2c] {
  width: 100%;
}
.vben-app-search-modal--mobile .vben-app-search-modal-input[data-v-2336da2c] {
  width: calc(100% - 38px);
}
.vben-app-search-modal--mobile .vben-app-search-modal-cancel[data-v-2336da2c] {
  display: inline-block;
}
.vben-app-search-modal--mobile .vben-app-search-modal-content[data-v-2336da2c] {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.vben-app-search-modal--mobile .vben-app-search-footer[data-v-2336da2c] {
  display: none;
}
.vben-app-search-modal--mobile .vben-app-search-modal-list[data-v-2336da2c] {
  height: calc(100% - 80px);
  max-height: unset;
}
.vben-app-search-modal--mobile .vben-app-search-modal-list__item-enter[data-v-2336da2c] {
  opacity: 0% !important;
}
.vben-app-search-modal-content[data-v-2336da2c] {
  position: relative;
  width: 632px;
  margin: 0 auto auto;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  flex-direction: column;
}
.vben-app-search-modal-input__wrapper[data-v-2336da2c] {
  display: flex;
  padding: 14px 14px 0;
  justify-content: space-between;
  align-items: center;
}
.vben-app-search-modal-input[data-v-2336da2c] {
  width: 100%;
  height: 48px;
  font-size: 1.5em;
  color: #1c1e21;
  border-radius: 6px;
}
.vben-app-search-modal-input span[role='img'][data-v-2336da2c] {
  color: #999;
}
.vben-app-search-modal-cancel[data-v-2336da2c] {
  display: none;
  font-size: 1em;
  color: #666;
}
.vben-app-search-modal-not-data[data-v-2336da2c] {
  display: flex;
  width: 100%;
  height: 100px;
  font-size: 0.9;
  color: #969faf;
  align-items: center;
  justify-content: center;
}
.vben-app-search-modal-list[data-v-2336da2c] {
  max-height: 472px;
  padding: 0 14px;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-top: 14px;
  overflow: auto;
}
.vben-app-search-modal-list__item[data-v-2336da2c] {
  position: relative;
  display: flex;
  width: 100%;
  height: 56px;
  padding-bottom: 4px;
  padding-left: 14px;
  margin-top: 8px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 #d4d9e1;
  align-items: center;
}
.vben-app-search-modal-list__item > div[data-v-2336da2c]:first-child, .vben-app-search-modal-list__item > div[data-v-2336da2c]:last-child {
  display: flex;
  align-items: center;
}
.vben-app-search-modal-list__item--active[data-v-2336da2c] {
  color: #fff;
  background-color: #0960bd;
}
.vben-app-search-modal-list__item--active .vben-app-search-modal-list__item-enter[data-v-2336da2c] {
  opacity: 100%;
}
.vben-app-search-modal-list__item-icon[data-v-2336da2c] {
  width: 30px;
}
.vben-app-search-modal-list__item-text[data-v-2336da2c] {
  flex: 1;
}
.vben-app-search-modal-list__item-enter[data-v-2336da2c] {
  width: 30px;
  opacity: 0%;
}.app-locale-picker-overlay .ant-dropdown-menu-item {
  min-width: 160px;
}html[data-theme='dark'] .vben-dark-switch[data-v-4a49142b] {
  border: 1px solid #c4bcbc;
}
.vben-dark-switch[data-v-4a49142b] {
  position: relative;
  display: flex;
  width: 50px;
  height: 26px;
  padding: 0 6px;
  margin-left: auto;
  cursor: pointer;
  background-color: #151515;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
}
.vben-dark-switch-inner[data-v-4a49142b] {
  position: absolute;
  z-index: 1;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.5s, background-color 0.5s;
  will-change: transform;
}
.vben-dark-switch--dark .vben-dark-switch-inner[data-v-4a49142b] {
  transform: translateX(calc(100% + 2px));
}.full-loading[data-v-c1c538d0] {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(240, 242, 245, 0.4);
}
.full-loading.absolute[data-v-c1c538d0] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 300;
}
html[data-theme='dark'] .full-loading[data-v-c1c538d0]:not(.light) {
  background-color: rgba(0, 0, 0, 0.45);
}
.full-loading.dark[data-v-c1c538d0] {
  background-color: rgba(0, 0, 0, 0.45);
}