.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgba(204, 204, 204, var(--tw-border-opacity));
}
.rounded-\[16px\] {
  border-radius: 0.16rem;
}
.border-solid {
  border-style: solid;
}
.border-1 {
  border-width: 1px;
}
.cursor-pointer {
  cursor: pointer;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.font-medium {
  font-weight: 500;
}
.h-\[200px\] {
  height: 2rem;
}
.text-\[14px\] {
  font-size: 0.14rem;
  line-height: 1;
}
.mt-\[10px\] {
  margin-top: 0.1rem;
}
.p-2 {
  padding: 0.5rem;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.text-\[\#444950\] {
  --tw-text-opacity: 1;
  color: rgba(68, 73, 80, var(--tw-text-opacity));
}
.visible {
  visibility: visible;
}
.duration {
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.index-module_empty__JgHZE {
  width: 100%;
  height: 100%;
  border: 0.04rem solid #2573ff;
  background-color: rgba(37, 115, 255, 0.46);
}