  body {
      color: rgb(31 41 55);
      font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      background-color: rgb(249 250 251);
      margin: 0;
      line-height: inherit;

  }

  :root {
      --tw-gradient-from-position: rgb(0 0 0 / 0.8);
      --tw-gradient-via-position: ;
      --tw-gradient-to-position: rgb(0 0 0 / 0);
  }

  img,
  video {
      max-width: 100%;
      height: auto;
  }

  blockquote,
  dd,
  dl,
  figure,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  hr,
  p,
  pre {
      margin: 0;
  }

  menu,
  ol,
  ul {
      list-style: none;
      margin: 0;
      padding: 0;
  }

  a {
      color: inherit;
      text-decoration: inherit;
  }

  [role=button],
  button {
      cursor: pointer;
  }

  button,
  input:where([type=button]),
  input:where([type=reset]),
  input:where([type=submit]) {
      -webkit-appearance: button;
      background-color: transparent;
      background-image: none;
  }

  button,
  select {
      text-transform: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
      font-family: inherit;
      font-feature-settings: inherit;
      font-variation-settings: inherit;
      font-size: 100%;
      font-weight: inherit;
      line-height: inherit;
      letter-spacing: inherit;
      color: inherit;
      margin: 0;
      padding: 0;
      border-width: 0px;
      border-style: solid;
      outline: none;
  }

  .app {
      overflow: hidden;
      height: 100vh;
      display: flex
  }

  .resize-none {
      resize: none;
  }

  .text-xs {
      font-size: 0.75rem;
      line-height: 1rem;
  }

  .text-sm {
      font-size: 0.875rem;
      line-height: 1.25rem;
  }

  .text-md {
      font-size: 1rem;
      line-height: 1.5rem;
  }

  .text-lg {
      font-size: 1.125rem;
      line-height: 1.75rem;
  }

  .text-xl {
      font-size: 1.25rem;
      line-height: 1.75rem;
  }

  .text-2xl {
      font-size: 1.5rem;
      line-height: 2rem
  }

  .text-3xl {
      font-size: 1.875rem;
      line-height: 2.25rem;
  }

  .text-5xl {
      font-size: 5rem;
      line-height: 5rem;
  }

  .-space-x-px> :not([hidden])~ :not([hidden]) {
      margin-right: -1px;
      margin-left: -1px;
  }

  .space-x-1> :not([hidden])~ :not([hidden]) {
      margin-right: 0.25rem;
      margin-left: 0.25rem
  }

  .space-x-2> :not([hidden])~ :not([hidden]) {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
  }

  .space-x-3> :not([hidden])~ :not([hidden]) {
      margin-right: 0.75rem;
      margin-left: 0.75rem;
  }

  .space-x-4> :not([hidden])~ :not([hidden]) {
      margin-right: 1rem;
      margin-left: 1rem;
  }

  .space-y-1> :not([hidden])~ :not([hidden]) {
      margin-top: 0.25rem;
      margin-bottom: 0.25rem
  }

  .space-y-2> :not([hidden])~ :not([hidden]) {
      margin-top: 0.5rem;
      margin-bottom: 0.5rem
  }

  .space-y-3> :not([hidden])~ :not([hidden]) {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem
  }

  .space-y-4> :not([hidden])~ :not([hidden]) {
      margin-top: 1rem;
      margin-bottom: 1rem
  }

  .space-y-6> :not([hidden])~ :not([hidden]) {
      margin-top: 1.5rem;
      margin-bottom: 1.5rem
  }

  .sidebar {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      background-color: rgb(255 255 255);
      border-color: rgb(229 231 235);
      border-right-width: 1px;
      border-right-style: solid;
      flex-shrink: 0;
      width: 16rem;
      display: none;
  }

  @media (min-width: 768px) {
      .sidebar {
          display: block;
      }
  }

  .sidebar-header {
      border-color: rgb(229 231 235);
      border-bottom-width: 1px;
      border-bottom-style: solid;
      display: flex;
      justify-content: center;
  }

  .nav-title {
      color: rgb(156 163 175);
      text-transform: uppercase;
      font-weight: 600;
      font-size: 0.75rem;
      line-height: 1rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-bottom: 0.75rem;
  }

  .sidebar-item {
      display: flex;
      align-items: center;
      gap: 0.75rem;
      border-radius: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
      color: rgb(75 85 99);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 200ms;
  }

  .sidebar-item:hover,
  .sidebar-item.active {
      background-color: rgb(22 93 255 / 0.1);
      font-weight: 500;
      color: rgb(22 93 255);
  }

  .icon {
      text-align: center;
      width: 1.25rem;
  }

  .workspace {
      overflow: hidden;
      flex-direction: column;
      flex: 1 1 0%;
      display: flex;
  }

  header {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      background-color: rgb(255 255 255);
      border-color: rgb(229 231 235);
      border-bottom-width: 1px;
      border-bottom-style: solid;
      justify-content: space-between;
      align-items: center;
      display: flex;
  }

  .nav-btn {
      color: rgb(75 85 99);
      font-size: 1.25rem;
      line-height: 1.75rem;
      border-width: 0px;
  }

  .search {
      position: relative;
  }

  .search input {
      transition-duration: 150ms;
      padding-right: 1rem;
      padding-left: 2.5rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      border: solid 1px rgb(209 213 219);
      border-radius: 0.5rem;
      width: 16rem;
      outline: none;
  }

  .search i {
      color: rgb(156 163 175);
      top: 25%;
      left: 0.75rem;
      position: absolute;
  }

  .top_badge {
      position: relative;
      color: rgb(75 85 99);
  }

  .top_badge:hover {
      color: rgb(59 130 246);
  }

  .top_badge_span {
      color: #fff;
      font-size: 0.75rem;
      line-height: 1rem;
      border-radius: 9999px;
      justify-content: center;
      align-items: center;
      width: 1rem;
      height: 1rem;
      display: flex;
      top: -0.25rem;
      right: -0.25rem;
      position: absolute;
  }

  .cart_badge_span {
      background-color: rgb(255 125 0);
  }

  .msg_badge_span {
      background-color: rgb(59 130 246);
  }

  .bell_badge_span {
      background-color: rgb(239 68 68);
  }

  .top_badge_span_lg {
      width: 1.5rem;
      right: -0.75rem;
  }

  .top_badge_span_xl {
      width: 2rem;
      right: -1rem;
  }


  .img-header {
      object-fit: cover;
      border-color: rgb(243 244 246);
      border-width: 2px;
      border-radius: 9999px;
      width: 2.25rem;
      height: 2.25rem;
  }

  .user-mk {
      color: rgb(107 114 128);
      font-size: 0.75rem;
      line-height: 1rem;
  }

  .user-name {
      font-weight: 500;
      font-size: 0.875rem;
      line-height: 1.25rem;
  }

  .user-cn {
      display: none;
  }

  @media (min-width: 768px) {
      .user-cn {
          display: block;
          text-align: left;
      }
  }

  .inline-flex {
      display: inline-flex;
  }

  .block {
      display: block;
  }

  .relative {
      position: relative;
  }

  .absolute {
      position: absolute;
  }

  .fixed {
      position: fixed;
  }

  .overflow-hidden {
      overflow: hidden;
  }

  .overflow-x-hidden {
      overflow-x: hidden;
  }

  .overflow-y-hidden {
      overflow-y: hidden;
  }

  .overflow-y-auto {
      overflow-y: auto;
  }

  .overflow-x-auto {
      overflow-x: auto;
  }

  .text-\[clamp\(1\.5rem\2c 3vw\2c 2rem\)\] {
      font-size: clamp(1.5rem, 3vw, 2rem);
  }

  .font-bold {
      font-weight: 700;
  }

  .font-medium {
      font-weight: 500;
  }

  .font-semibold {
      font-weight: 600;
  }

  .flex {
      display: flex;
  }

  .flex-1 {
      flex: 1 1 0%;
  }

  .flex-col {
      flex-direction: column;
  }

  .flex-wrap {
      flex-wrap: wrap;
  }

  .flex-nowrap {
      flex-wrap: nowrap;
  }

  .justify-between {
      justify-content: space-between;
  }

  .items-start {
      align-items: flex-start !important;
  }

  .justify-center {
      justify-content: center;
  }

  .items-baseline {
      align-items: baseline;
  }

  .items-center {
      align-items: center;
  }

  .justify-end {
      justify-content: flex-end;
  }

  .justify-around {
      justify-content: space-around;
  }

  .grid-cols-1 {
      grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sliderimg {
      width: calc(100vw - 2rem);
      height: calc(100vw * 9/ 16 - 2rem);
  }

  @media (min-width: 768px) {
      .md\:grid-cols-2 {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .md\:justify-between {
          justify-content: space-between;
      }

      .md\:items-center {
          align-items: center;
      }

      .md\:flex-row {
          flex-direction: row;
      }

      .md\:w-64 {
          width: 16rem;
      }
  }









  @media (min-width: 640px) {
      .sm\:w-64 {
          width: 16rem;
      }

      .sm\:w-96 {
          width: 24rem;
      }

      .sm\:items-center {
          align-items: center;
      }

      .sm\:flex-row {
          flex-direction: row;
      }

      .sm\:justify-between {
          justify-content: space-between;
      }

      .sm\:grid-cols-2 {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .sm\:grid-cols-3 {
          grid-template-columns: repeat(3, minmax(0, 1fr));
      }
  }

  @media (min-width: 1024px) {
      .lg\:grid-cols-3 {
          grid-template-columns: repeat(3, minmax(0, 1fr));
      }

      .lg\:grid-cols-4 {
          grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .lg\:col-span-2 {
          grid-column: span 2 / span 2;
      }

      .lg\:col-span-1 {
          grid-column: span 1 / span 1;
      }

      .lg\:grid-cols-2 {
          grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .lg\:grid {
          display: grid;
      }

      .lg\:gap-8 {
          gap: 2rem;
      }

      .lg\:sliderimg {
          width: calc(50vw - 2rem);
          height: calc(50vw * 9/ 16 - 2rem);
      }
  }

  .chapter_menu {
      display: flex;
      flex-direction: column;
      height: calc(100vh - 7rem);
      overflow-x: hidden;
      flex: 0 0 18rem;
  }

  @media (max-width: 640px) {
      .chapter_menu {
          display: none;
      }
  }

  .sentence_content {
      /* width: calc(100% - 19rem); */
      display: flex;
      flex-direction: column;
      height: calc(100vh - 7rem);
      overflow-x: hidden;
      margin-left: 1rem;
      flex: 1;
  }

  @media (max-width: 640px) {
      .sentence_content {
          width: 100%;
          margin-left: 0px;
      }
  }

  .single-line {
      width: 16rem;
      /* 必须指定宽度 */
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }

  .grid {
      display: grid;
  }

  .card {
      border-radius: 0.75rem;
      border-width: 1px;
      border-color: rgb(243 244 246);
      background-color: rgb(255 255 255);
      padding: 1.25rem;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
  }

  .btn {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      border-radius: 0.5rem;
      padding-left: 1rem;
      padding-right: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      font-weight: 500;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 200ms;
  }

  .btn_ms {
      display: flex;
      align-items: center;
      gap: 0.5rem;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-weight: 500;
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 200ms;
      font-size: 0.875rem;
      border-radius: 0.25rem;
  }

  .btn-gray {
      background-color: rgb(80, 79, 79);
      color: rgb(225, 226, 228);
  }

  .btn-gray:hover {
      background-color: rgb(55, 55, 55);
      color: #FFF
  }

  .btn-secondary {
      border-width: 1px;
      border-color: rgb(209 213 219);
      background-color: rgb(255 255 255);
      color: rgb(55 65 81);
  }

  .btn-primary {
      background-color: rgb(59 130 246);
      color: rgb(255 255 255);
  }

  .btn-primary:hover {
      background-color: rgb(59 130 246/0.9);
  }

  .btn-accent {
      background-color: rgb(255 125 0);
      color: rgb(255 255 255);
  }

  .btn-accent:hover {
      background-color: rgb(255 125 0/0.8);
  }


  .btn-outline {
      border-width: 1px;
      border-color: rgb(209 213 219);
  }

  .btn-outline:hover {
      border-color: rgb(59 130 246/0.9);
      color: rgb(59 130 246);
  }

  .btn-danger {
      background-color: rgb(245 63 63);
      color: white;
  }



  .btn-danger:hover {
      background-color: rgb(245 63 63/0.8);
  }

  .text-danger {
      color: rgb(245 63 63);
  }

  .text-dark {
      color: rgb(30 41 59);
  }

  .text-primary {
      color: rgb(59 130 246);
  }

  .text-blue {
      color: rgb(30 64 175);
  }

  .text-warning {
      color: rgb(255 125 0);
  }

  .text-accent {
      color: rgb(255 125 0);
  }

  .text-secondary {
      color: rgb(16 185 129);
  }

  .text-gray-700 {
      --tw-text-opacity: 1;
      color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }

  .max-w-none {
      max-width: none;
  }

  .list-disc {
      list-style-type: disc;
  }

  .text-gray-dark {
      --tw-text-opacity: 1;
      color: rgb(134 144 156 / var(--tw-text-opacity, 1));
  }

  .text-gray-400 {
      color: rgb(156 163 175);
  }

  .text-gray-500 {
      color: rgb(107 114 128);
  }

  .text-green-500 {
      color: rgb(34 197 94);
  }

  .text-purple-500 {
      color: rgb(168 85 247);
  }

  .text-red-500 {
      color: rgb(239 68 68)
  }

  .text-green-600 {
      color: rgb(22 163 74);
  }

  .text-red-600 {
      color: rgb(220 38 38);
  }

  .text-blue-600 {
      color: rgb(37 99 235);
  }

  .text-gray-600 {
      color: rgb(75 85 99);
  }

  .text-yellow-600 {
      color: rgb(202 138 4);
  }

  .text-green-800 {
      color: rgb(22 101 52);
  }

  .text-yellow-800 {
      color: rgb(133 77 14);
  }

  .text-red-800 {
      color: rgb(153 27 27);
  }

  .text-gray-800 {
      color: rgb(31 41 55);
  }

  .text-white {
      color: rgb(255 255 255)
  }

  .bg-danger {
      background-color: rgb(245 63 63);
  }

  .bg-danger\/10 {
      background-color: rgb(245 63 63 / 0.1);
  }

  .bg-primary\/10 {
      background-color: rgb(22 93 255 / 0.1);
  }

  .bg-primary\/90 {
      background-color: rgb(22 93 255 / 0.9);
  }

  .bg-primary {
      background-color: rgb(59 130 246);
  }

  .bg-warning\/10 {
      background-color: rgb(255 125 0 / 0.1);
  }

  .bg-secondary {
      background-color: rgb(16 185 129);
  }

  .bg-secondary\/10 {
      background-color: rgb(16 185 129/0.1);
  }

  .bg-accent {
      background-color: rgb(255 125 0);
  }

  .bg-accent\/10 {
      background-color: rgb(255 125 0/0.1);
  }

  .bg-blue-50 {
      background-color: rgb(239 246 255);
  }

  .bg-green-50 {
      background-color: rgb(240 253 244);
  }

  .bg-yellow-50 {
      background-color: rgb(254 252 232);
  }

  .bg-red-50 {
      background-color: rgb(254 242 242);
  }


  .bg-gray-medium\/30 {
      background-color: rgb(201 205 212 / 0.3);
  }

  .bg-gray-50 {
      background-color: rgb(249 250 251);
  }

  .bg-blue-100 {
      background-color: rgb(219 234 254);
  }

  .bg-yellow-100 {
      background-color: rgb(254 249 195);
  }

  .bg-purple-100 {
      background-color: rgb(243 232 255);
  }

  .bg-red-100 {
      background-color: rgb(254 226 226);
  }

  .bg-green-100 {
      background-color: rgb(220 252 231);
  }

  .bg-gray-100 {
      background-color: rgb(243 244 246);
  }

  .bg-gray-200 {
      background-color: rgb(229 231 235);
  }

  .text-gray-200 {
      color: rgb(229 231 235);
  }

  .bg-red-500 {
      background-color: rgb(239 68 68);
  }

  .bg-purple-500 {
      background-color: rgb(168 85 247);
  }

  .bg-black {
      background-color: black;
  }

  .bg-transparent {
      background-color: transparent;
  }

  .rounded-xl {
      border-radius: 0.75rem;
  }

  .rounded-full {
      border-radius: 9999px
  }

  .rounded-lg {
      border-radius: 0.5rem
  }

  .rounded {
      border-radius: 0.25rem
  }

  .rounded-md {
      border-radius: 0.375rem;
  }

  .rounded-l-md {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
  }

  .rounded-r-md {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem;
  }

  .h-px {
      height: 1px;
  }

  .h-vh-60 {
      height: calc(100vh - 15rem);
  }

  .h-full {
      height: 100%;
  }

  .h-full-16 {
      height: calc(100% - 16rem);
  }

  .w-full {
      width: 100%;
      box-sizing: border-box;
  }

  .box {
      box-sizing: border-box;
  }

  .w-f-1 {
      width: calc(100% - 1rem);
  }

  .w-f-2 {
      width: calc(100% - 2rem);
  }

  .w-f-3 {
      width: calc(100% - 3rem);
  }

  .w-f-3h {
      width: calc(100% - 3.5rem);
  }

  .w-f-5 {
      width: calc(100% - 5rem);
  }

  .w-f-6 {
      width: calc(100% - 6rem);
  }

  .w-f-7 {
      width: calc(100% - 7rem);
  }

  .w-f-8 {
      width: calc(100% - 8rem);
  }

  .w-half {
      width: 50%;
  }

  .min-w-\[640px\] {
      min-width: 640px;
  }

  .text-left {
      text-align: left;
  }

  .text-center {
      text-align: center;
  }

  .text-right {
      text-align: right;
  }

  .text-justify {
      text-align-last: justify;
  }

  .message-hover {
      transition-property: all;
      transition-timing-function:
          cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 200ms;
  }

  .message-hover:hover {
      background-color: rgb(22 93 255 /0.05);
  }

  .border-l-4 {
      border-left-width: 4px;
      border-left-style: solid;
  }

  .border-l {
      border-left-width: 1px;
      border-left-style: solid;
  }

  .border-primary {
      border-color: rgb(22 93 255);
  }

  .border-primary\/30 {
      border-color: rgb(59 130 246 / 0.3);
  }

  .border-green-100 {
      border-color: rgb(220 252 231);
  }

  .border-blue-100 {
      border-color: rgb(219 234 254);
  }

  .border-yellow-100 {
      border-color: rgb(254 249 195);
  }

  .border-red-100 {
      border-color: rgb(254 226 226);
  }

  .border {
      border-width: 1px;
      border-style: solid;
  }

  .border-gray-100 {
      border-color: rgb(243 244 246);
  }

  .border-gray-200 {
      border-color: rgb(229 231 235);
  }

  .border-gray-300 {
      border-color: rgb(209 213 219);
  }

  .border-b {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: #e5e7eb
  }

  .border-t {
      border-top-width: 1px;
      border-top-style: solid;
  }

  tr {
      border-bottom-width: 1px;
      border-bottom-style: solid;
      border-color: rgb(243 244 246);
  }

  .l-nobor tr:last-child {
      border-bottom-width: 0;
  }

  table {
      text-indent: 0;
      border-color: inherit;
      border-collapse: collapse;
  }

  .outline-none {
      outline: 2px solid transparent;
      outline-offset: 2px;
  }

  .placeholder-gray-400::placeholder {
      color: rgb(156 163 175)
  }

  .focus-within\:ring-2:focus-within {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 50%);
  }

  .focus-within\:ring-primary\/30:focus-within {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 30%);
  }

  .transition-colors {
      transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
      transition-timing-function:
          cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
  }

  .hover\:bg-primary:hover {
      background-color: rgb(22 93 255 / 0.8)
  }

  .hover\:bg-primary120:hover {
      background-color: rgba(3, 46, 145)
  }

  .hover\:bg-primary\/10:hover {
      background-color: rgb(22 93 255 / 0.1)
  }

  .hover\:bg-danger\/5:hover {
      background-color: rgb(245 63 63 / 0.05);
  }

  .hover\:bg-primary\/5:hover {
      background-color: rgb(59 130 246 / 0.05)
  }

  .hover\:bg-gray-50:hover {
      background-color: rgb(249 250 251)
  }

  .hover\:bg-accent:hover {
      background-color: rgb(255 125 0 / 0.8);
  }

  .hover\:text-red-600:hover {
      color: rgb(239 68 68);
  }

  .hover\:text-accent:hover {
      color: rgb(255 125 0);
  }

  .hover\:text-primary:hover {
      color: rgb(22 93 255)
  }

  .hover\:shadow-md:hover {
      box-shadow: 0 0 3px 3px rgb(22 93 255 / 0.3);
  }

  .hover\:box-shadow-primary:hover {
      box-shadow: 0 0 3px 3px rgb(22 93 255 / 0.7);
  }

  .shadow-primary {
      box-shadow: 0 0 3px 3px rgb(22 93 255 / 0.3);
  }

  .box-shadow-primary {
      box-shadow: 0 0 3px 3px rgb(22 93 255 / 0.7);
  }

  .box-shadow-red {
      box-shadow: 0 0 3px 3px rgba(239, 68, 68, 0.7);
  }

  .hover\:text-primary\/80:hover {
      color: rgb(22 93 255 / 0.8)
  }

  .hover\:text-primary\/90:hover {
      color: rgb(0, 76, 255)
  }

  .hover\:text-gary\/50:hover {
      color: rgb(255 255 255 / 0.5)
  }



  .hover\:text-danger\/80:hover {
      color: rgb(255 77 79 / 0.8)
  }

  .hover\:text-warning\/80:hover {
      color: rgb(250 173 20 / 0.8)
  }

  .hover\:text-danger:hover {
      color: rgb(255 77 79)
  }

  .hover\:text-warning:hover {
      color: rgb(250 173 20)
  }

  .hover\:underline:hover {
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline
  }

  .object-cover {
      object-fit: cover
  }

  .object-fill {
      object-fit: fill
  }

  .object-contain {
      object-fit: contain
  }


  .badge {
      border-radius: 9999px;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 500
  }

  .group:hover .group-hover\:opacity-100 {
      opacity: 1;
  }

  .group:hover .group-hover\:visible {
      visibility: visible;
  }

  .group:hover .group-hover\:translate-y-0 {
      transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }

  .group:hover .group-hover\:rotate-180 {
      --tw-rotate: 180deg;
      transform: translate(0, 0) rotate(var(--tw-rotate)) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }

  .transition-transform {
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
  }

  .duration-200 {
      transition-duration: 200ms;
  }

  .transition-all {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
  }

  .shadow-lg {
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }

  .shadow-sm {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  }

  .shadow-xl {
      box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
  }

  .pt-\[56\.25\%\] {
      padding-top: 56.25%;
  }

  .inset-0 {
      inset: 0px;
  }

  .opacity-0 {
      opacity: 0;
  }

  .hover\:opacity-100:hover {
      opacity: 100;
  }

  .bg-white {
      background-color: rgb(255 255 255);
  }

  .transform {
      transform: translate(0, 0.5rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }

  .translate-y-2 {
      transform: translate(0, 0.5rem) rotate(0) skewX(0) skewY(0) scaleX(1) scaleY(1);
  }

  .z-50 {
      z-index: 50;
  }

  .z-150 {
      z-index: 150;
  }

  .right-0 {
      right: 0px;
  }

  .to-transparent {
      --tw-gradient-to: transparent var(--tw-gradient-to-position);
  }

  .from-black\/80 {
      --tw-gradient-from: rgb(0 0 0 / 0.8);
      --tw-gradient-to: rgb(0 0 0 / 0);
      --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .bg-gradient-to-t {
      background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .left-0 {
      left: 0px;
  }

  .bottom-0 {
      bottom: 0px;
  }

  .invisible {
      visibility: hidden;
  }

  .flex-shrink-0 {
      flex-shrink: 0;
  }

  .truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }

  .line-1-nowrap {
      white-space: nowrap;
  }

  .line-clamp-2 {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
  }

  .footer {
      line-height: 44px;
      width: 100%;
      text-align: center;
      color: #999;
      font-size: 0.875rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      border-top: 1px solid #eee;
  }

  .z-10 {
      z-index: 10;
  }

  .rshow {
      position: relative;
      animation: rmove 0.5s;
      -webkit-animation: rmove 0.5s;


  }

  @keyframes rmove {
      from {
          transform: translateX(-100%)
      }

      to {
          transform: translateX(0)
      }
  }

  @-webkit-keyframes rmove {
      from {
          transform: translateX(-100%)
      }

      to {
          transform: translateX(0)
      }
  }

  .lshow {

      animation: lmove 0.5s;
      -webkit-animation: lmove 0.5s;

  }

  @keyframes lmove {
      from {
          transform: translateX(100%)
      }

      to {
          transform: translateX(0)
      }
  }

  @-webkit-keyframes lmove {
      from {
          transform: translateX(100%)
      }

      to {
          transform: translateX(0)
      }
  }

  .appearance-none {
      -webkit-appearance: none;
      appearance: none;
  }

  .fa-right {
      color: rgb(156 163 175);
      font-size: 0.75rem;
      line-height: 1rem;
      top: 0.75rem;
      right: 0.75rem;
      position: absolute;
      pointer-events: none;
  }

  .fa-right_sm {
      color: rgb(156 163 175);
      font-size: 0.75rem;
      line-height: 1rem;
      top: 0.5rem;
      right: 0.5rem;
      position: absolute;
      pointer-events: none;
  }

  .input100 {
      outline: none;
      font-size: 0.875rem;
      line-height: 1.25rem;
      padding-right: 2.5rem;
      padding-left: 1rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      background-color: rgb(255 255 255);
      border-color: rgb(209 213 219);
      border-width: 1px;
      border-radius: 0.5rem;
      -webkit-appearance: none;
      appearance: none;
  }

  .input100:focus {
      border-color: rgb(23 98 255/ 50%);
  }

  .input100:focus-within {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 50%);
  }

  .text-neutral-500 {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .tracking-wider {
      letter-spacing: 0.05em;
  }

  .uppercase {
      text-transform: uppercase;
  }

  .status-badge {
      border-radius: 0.375rem;
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 500;
      white-space: nowrap;
  }

  .text-success {
      color: rgb(16 185 129);
  }

  .hover\:text-success\/80:hover {
      color: rgb(16 185 129 0.8);
  }

  .bg-success\/10 {
      background-color: rgb(16 185 129 / 0.1);
  }

  .bg-dark\/10 {

      background-color: rgb(0 0 0 / 0.05);
  }

  .bg-success {
      --tw-bg-opacity: 1;
      background-color: rgb(0 180 42 / var(--tw-bg-opacity, 1));
  }

  .duration-300 {
      transition-duration: 300ms;
  }

  .transition-opacity {
      transition-property: opacity;
      transition-timing-function:
          cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 300ms;
  }

  .contentbody {
      min-height: calc(100vh - 13rem);
  }

  .upload {
      transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
      text-align: center;
      padding: 1.5rem;
      --tw-border-opacity: 1;
      border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
      border-style: dashed;
      border-width: 2px;
      border-radius: 0.5rem;
      cursor: pointer;
  }

  .upload-icon {
      --tw-bg-opacity: 1;
      background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
      border-radius: 9999px;
      justify-content: center;
      align-items: center;
      width: 5rem;
      height: 5rem;
      display: flex;
      margin-bottom: 0.75rem;
      margin-left: auto;
      margin-right: auto;
  }

  .cursor-pointer {
      cursor: pointer;
  }

  .hide {
      display: none;
  }

  .remove-left {
      position: relative;
      animation: removeleft 0.6s;
      -webkit-animation: removeleft 0.6s;
      top: 0;
  }

  @keyframes removeleft {
      from {
          transform: translateX(0)
      }

      to {
          transform: translateX(-100%)
      }
  }

  @-webkit-keyframes removeleft {
      from {
          transform: translateX(0)
      }

      to {
          transform: translateX(-100%)
      }
  }

  /* 隐藏默认的checkbox */
  .switch input {
      display: none;
  }

  /* 创建自定义的滑动开关 */
  .slider {
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #ccc;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 34px;
  }

  .slider:before {
      position: absolute;
      content: "";
      height: 1.25rem;
      width: 1.25rem;
      left: 3px;
      bottom: 3px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
      border-radius: 50%;
  }

  input:checked+.slider {
      background-color: #2196F3;
  }

  input:focus+.slider {
      box-shadow: 0 0 1px #2196F3;
  }

  input:checked+.slider:before {
      -webkit-transform: translateX(1.25rem);
      -ms-transform: translateX(1.25rem);
      transform: translateX(1.25rem);
  }

  /* Rounded sliders */
  .slider.round {
      border-radius: 34px;
  }

  .slider.round:before {
      border-radius: 50%;
  }

  .slider-sm {
      width: 2.85rem;
      height: 1.65rem;
  }

  .active-primary {
      background-color: rgb(22 93 255 / 0.1);
      font-weight: 500;
      color: rgb(22 93 255);
  }

  .cn {
      width: 6rem;
      justify-content: center;
      align-items: center;
      display: flex;
      border-right: #fff 1px dashed;
      position: relative;
      padding-right: 1rem;
  }

  .cn_down {
      position: absolute;
      right: 0.5rem;
      height: 100%;
      align-items: center;
      display: flex;
  }

  .say {
      width: calc(100% - 6rem);
      outline: none;
  }

  .say2 {
      width: calc(100% - 12rem);
      outline: none;
      border-right: #fff 1px dashed;
  }

  .rec {
      width: 6rem;
      justify-content: center;
      align-items: center;
      display: flex;
  }

  .w-f-1 {
      width: calc(100% - 1rem);
      outline: none;
  }

  .actor_dropdown {
      position: absolute;
      box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
      z-index: 999;
      border-radius: 0.25rem;
      left: 0;
      background: #fff;
      color: #555;
      width: 20rem;
      height: 22rem;
      font-size: 1rem;
  }

  .actor_dropdown_top {
      top: 100%;
  }

  .actor_dropdown_bottom {
      bottom: 100%;
  }

  .actor_dropdown input {
      width: 14rem;
  }

  .actor_dropdown .list-group {
      overflow-y: auto;
      height: 18rem;
      animation: slideDown 1s forwards;
  }

  @keyframes slideDown {
      from {
          max-height: 0;
      }

      to {
          max-height: 22rem;
      }
  }

  @keyframes slideUp {
      from {
          max-height: 22rem;
      }

      to {
          max-height: 0;
      }
  }

  .actor_dropdown.is-open {
      animation: slideDown 0.3s forwards;
      /* 应用动画 */
  }

  .actor_dropdown:not(.is-open) {
      /* 当关闭时应用另一个动画 */
      animation: slideUp 5s forwards;
      /* 应用动画 */
  }

  .actor_modal {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      z-index: 999;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 99vh;
  }

  .actor_modal_content {
      background-color: #fff;
      border-radius: 0.5rem;
      width: 60rem;
      height: 80vh;
  }

  .actor_modal_content_small {
      background-color: #fff;
      border-radius: 0.5rem;
      width: 45rem;
  }

  .actor_modal_header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-bottom-width: 1px;
      border-color: rgb(229 231 235);
      border-bottom-style: solid;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      padding-top: 1rem;
      padding-bottom: 1rem;
      opacity: 1;
  }

  .actor_modal_close {
      font-size: 1.5rem;
      cursor: pointer;
  }

  .actor_modal_body {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      display: flex;
      flex-direction: column;
      margin-top: 0.5rem;
  }

  .actor_modal_body_header {
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .left_list {
      overflow-y: auto;
      height: calc(80vh - 12rem);
      border: 1px solid #eee;
      display: block;
  }

  input[type="checkbox"] {
      width: 20px;
      height: 20px;
  }

  /* 滚动条滑块 */
  ::-webkit-scrollbar-thumb {
      background: #888;
      /* 滑块颜色 */
      border-radius: 10px;
      /* 滑块圆角 */
  }

  /* 当滑块处于活动状态时 */
  ::-webkit-scrollbar-thumb:hover {
      background: #555;
      /* 滑块活动状态下的颜色 */
  }

  /* 针对整个滚动条 */
  ::-webkit-scrollbar {
      width: 6px;
      /* 滚动条的宽度 */
      height: 6px;
      /* 滚动条的高度 */
  }

  /* 滚动条轨道 */
  ::-webkit-scrollbar-track {
      background: #f1f1f1;
      /* 轨道颜色 */
  }

  input[type="color"] {
      appearance: auto;
      inline-size: calc(100% - 5.5rem);
      block-size: 42px;
      cursor: default;
      box-sizing: border-box;
      background-color: buttonface;
      color: buttontext;
      border-width: 1px;
      border-style: solid;
      border-color: #999;
      border-image: initial;
      padding: 1px 1px;
  }

  .area_contrl {
      resize: none;
      width: calc(100% - 6.5rem) !important;
      padding-right: 0.5rem !important;
  }

  .align-top {
      align-items: start !important;
  }

  .from-control {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
      border-radius: 0.5rem;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(209 213 219);
      background-color: rgb(255 255 255);
      color: rgb(75 85 99);
  }

  .from-control:focus {
      outline: none;
      box-shadow: 0 0 0 2px rgb(23 98 255/ 50%);
  }

  .from-control:focus-within {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 50%);
  }

  .from-control_sm {
      padding-left: 0.25rem;
      padding-right: 2rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      border-radius: 0.25rem;
      border-width: 1px;
      border-style: solid;
      border-color: rgb(209 213 219);
      background-color: rgb(255 255 255);
      color: rgb(75 85 99);
  }

  .from-control_sm:focus {
      outline: none;
      box-shadow: 0 0 0 2px rgb(23 98 255/ 50%);
  }

  .from-control_sm:focus-within {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 50%);
  }
  [data-tooltip4],
  [data-tooltip2],
  [data-tooltip] {
      position: relative;
      cursor: pointer;
  }

  [data-tooltip]::after {
      content: attr(data-tooltip);
      /* 使用data-tooltip属性的值 */
      position: absolute;
      top: 100%;
      /* 显示在元素上方 */
      left: 0;
      background-color: #333;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      white-space: nowrap;
      opacity: 0;
      /* 初始不显示 */
      transition: opacity 0.3s;
  }
 [data-tooltip4]:hover::after,
  [data-tooltip2]:hover::after,
  [data-tooltip]:hover::after {
      opacity: 1;
      /* 鼠标悬停时显示 */
  }

  [data-tooltip2]::after {
      content: attr(data-tooltip2);     
      position: absolute;
      top: 100%;      
      left: -2rem;
      background-color: #333;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      white-space: nowrap;
      opacity: 0;    
      transition: opacity 0.3s;
  }

    [data-tooltip4]::after {
      content: attr(data-tooltip4);     
      position: absolute;
      top: 100%;      
      left: -4rem;
      background-color: #333;
      color: #fff;
      padding: 5px;
      border-radius: 5px;
      white-space: nowrap;
      opacity: 0;    
      transition: opacity 0.3s;
  }

  .fixed_btn {
      position: fixed;
      top: 50%;
      left: -0.5rem;
      width: 4rem;
      height: 4rem;
      background-image: url(/Public/img/fixedmenu.png);
      background-size: 100% 100%;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 999;
      color: rgb(255 255 255);
      align-items: center;
      justify-content: center;
  }

  .fixed_btn:hover {
      opacity: 0.8;
      transform: translateX(0.5rem);
      transition: transform 0.3s;
  }

  .toleft20 {
      transform: translateX(-20rem);
      transition: transform 0.5s;
  }

  .toscaleX20 {
      transform: scaleX(1.2);
      transition: transform 0.5s;
  }

  .container {
      margin-left: auto;
      margin-right: auto;
      width: 100%;
  }

  @media (min-width: 1536px) {
      .container {
          max-width: 100%;
      }

      .xxl\:grid-cols-4 {
          grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .xxl\:col-span-3 {
          grid-column: span 3 / span 3;
      }
  }

  @media (min-width: 1280px) {
      .xl\:grid-cols-4 {
          grid-template-columns: repeat(4, minmax(0, 1fr));
      }

      .xl\:grid-cols-5 {
          grid-template-columns: repeat(5, minmax(0, 1fr));
      }

      .xl\:gap-12 {
          gap: 3rem;
      }
  }

  @media (min-width: 1536px) {
      .xl\:grid-cols-4 {
          grid-template-columns: repeat(5, minmax(0, 1fr));
      }

      .xl\:grid-cols-5 {
          grid-template-columns: repeat(6, minmax(0, 1fr));
      }
  }

  .max-h-\[500px\] {
      max-height: 500px;
  }

  .bg-black\/70 {
      background-color: rgb(0 0 0 / 0.7);
  }

  .top-half {
      top: 50%;
      transform: translateY(-50%);
  }

  .left-half {
      left: 50%;
  }


  .right-2 {
      right: 0.5rem;
  }

  .border-b-2 {
      border-bottom-width: 3px;
      border-bottom-style: solid;
  }

  .border-primary {
      border-color: rgb(22 93 255);
  }

  .lable6 {
      width: 6rem !important;
      display: flex !important;
      justify-content: center;
      align-items: center;
      gap: 0.5rem;

  }

  .lable6s {
      width: 6rem !important;
      display: flex !important;
      justify-content: flex-start;
      align-items: start;
      gap: 0.5rem;

  }

  .card-hover:hover {
      box-shadow: 0px 0px 10px rgb(23 98 255 / 50%);
      transform: translateY(-0.2rem);
      transition: all 0.3s;
  }

  .goods_cn {
      font-size: clamp(1.5rem, 3vw, 2.5rem);
      line-height: 1.25;
      text-wrap: balance;

  }

  .line-through {
      -webkit-text-decoration-line: line-through;
      text-decoration-line: line-through;
  }

  .border-neutral-300 {
      --tw-border-opacity: 1;
      border-color: rgb(201 205 212 / var(--tw-border-opacity, 1));
  }

  .border-x {
      border-left-width: 1px;
      border-right-width: 1px;
  }

  .sliderimg img {

      object-fit: cover;
  }

  .prev {
      position: absolute;
      top: 50%;
      left: 0.5rem;
      transform: translate(-50%, -50%);
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
      background-color: rgb(0 0 0 / 0.7);
      border-radius: 1rem;
      padding: 0.5rem 1rem;
      display: flex;
      justify-content: center;
  }

  .next {
      position: absolute;
      top: 50%;
      right: 0.5rem;
      transform: translate(50%, -50%);
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
      background-color: rgb(0 0 0 / 0.7);
      border-radius: 1rem;
      padding: 0.5rem 1rem;
      display: flex;
      justify-content: center;
  }

  .prev:hover {
      background-color: rgb(22 93 255 / 0.2);
      color: #2196F3;
  }

  .next:hover {
      background-color: rgb(22 93 255 / 0.2);
      color: #2196F3;
  }

  .dots {
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      bottom: 0.5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      gap: 0.5rem;
      z-index: 999;
  }

  .z-10002 {
      z-index: 10002;
  }

  .text-muted {
      --tw-text-opacity: 1;
      color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  }

  .ml-auto {
      margin-left: auto;
  }

  .max-h-80vh {
      max-height: 80vh;
  }

  .max-h-70vh {
      max-height: 70vh;
  }

  .max-h-60vh {
      max-height: 52vh;
  }

  .mb-last0:last-child {
      margin-bottom: 0;
  }

  .br-last0:last-child {
      border-width: 0;
  }

  .max-w-700 {
      max-width: 700px;
  }

  .max-w-500 {
      max-width: 500px;
  }

  .max-w-70f {
      max-width: 70%;


  }

  .mx-auto {
      margin-left: auto;
      margin-right: auto;
  }

  .min-w-500 {
      min-width: 500px;
  }

  .min-w-640 {
      min-width: 640px;
  }

  .min-w-300 {
      min-width: 300px;
  }

  .col-span-6 {
      grid-column: span 6 / span 6;
  }

  .col-span-2 {
      grid-column: span 2 / span 2;
  }

  .col-span-4 {
      grid-column: span 4 / span 4;
  }

  .grid-cols-12 {
      grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .w-1\/3 {
      width: 33.333333%;
  }

  .mt-6 {
      margin-top: 1.5rem;
  }

  .ml-auto {
      margin-left: auto;
  }

  .h-3p {
      height: 3px
  }

  .min-w-16 {
      min-width: 4rem;
  }

  .min-w-6 {
      min-width: 1.5rem;

  }

  .min-w-4 {
      min-width: 1rem;

  }

  .min-h-40vh {
      min-height: 40vh;
  }

  .min-h-47vh {
      min-height: 47vh;
  }

  .input_mine {
      border: 1px solid rgba(41, 17, 176, 0.5);
      border-radius: 0.325rem;
      padding-left: 0.25rem;
      padding-right: 0.25rem;
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;

      color: #555;
      font-size: 1rem;
      line-height: 1.5rem;
  }

  .no-select {
      user-select: none;
      /* 标准语法 */
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
  }

  @keyframes colorChange {
      0% {
          color: red;
      }

      33% {
          color: blue;
      }

      66% {
          color: green;
      }

      100% {
          color: red;
      }
  }

  .uploading {
      animation: colorChange 3s infinite;
  }

  @keyframes bounce {

      0%,
      20%,
      50%,
      80%,
      100% {
          transform: translateX(-3px);
          color: rgb(250, 74, 15);
      }

      40% {
          transform: translateY(-20px);
          color: yellow;
      }

      60% {
          transform: translateY(-15px);
          color: rgb(239, 104, 7);
      }
  }

  .bounce {
      animation: bounce 1.5s infinite;

      /* 2秒跳动一次，无限次重复 */
  }

  .mt-4-a {
      margin-top: 1rem;
      margin-bottom: auto;
  }

  .second {
      position: relative;
      display: flex;
      align-items: center;
  }

  .second span {
      position: absolute;
      left: -2rem;
  }

  .second-25 {
      position: relative;
      display: flex;
      align-items: center;
  }

  .second-25 span {
      position: absolute;
      left: -2.5rem;
  }


  .ellipsis-4rem {
      width: 4rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
  }
canvas {
  position: absolute;
  top: 0;
  left: 0;
}

body,
html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: white;
}

img {
  max-width: 100%;
}

.banner {
  background-image: url("/Assets/img/top2.jpg");
  background-size: cover;
  height: 85%;
  width: 100%;
}

section {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar {
  background-color: rgba(15, 48, 99, 0.8);
  height: 64px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
}

.logo {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

.container {
  width: 1200px;
}

.logo img {
  height: 40px;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a {
  color: white;
  text-decoration: none;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav li {
  margin-right: 40px;
  display: inline;
  list-style: none;
}

.nav li:last-child {
  margin-right: 0;
}

.nav a {
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.nav {
  float: right;
  margin-right: 20px;
}

.nav ul li a:hover {
  color: rgb(88, 88, 255);
}

.nav ul li a:active {
  color: rgb(66, 66, 255);
}

.ms_20 {
  margin-left: 20px;
}

.me_20 {
  margin-right: 20px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_50 {
  margin-bottom: 50px;
}

.banner {
  z-index: 1;
  position: relative;
}

.banner h1 {
  font-size: 48px;
  font-weight: bold;
  margin-top: 100px;
}

.banner p {
  font-size: 24px;
  margin-top: 20px;
}

.banner a {
  background-color: #0a55c2;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.banner a:hover {
  background-color: rgb(66, 66, 255);
}

.banner a:active {
  background-color: rgb(55, 55, 255);
}

#starCanvas {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 85%;
}

.row {
  display: flex;

  flex-wrap: wrap;
}



.about_us {
  background: #fefefe;
  color: black;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
}

.services {
  background: #f1f1f1;
  color: black;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
}

.services_title {
  margin-top: 50px;
  margin-bottom: 50px;

  display: flex;
  justify-content: center;
}

.services_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services_item {
  width: 23.5%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 300px;
  border-radius: 5px;
}

.join_us {
  background: #fff;
  color: #333;
  min-height: 300px;
  display: flex;
  align-items: flex-start;
}

.join_us_left {
  width: 30%;
  padding-top: 30px;
}

.join_us_right {
  width: 70%;
  padding-top: 30px;
}

.item-cf {
  margin-bottom: 30px;

  overflow: hidden;
  background: #f1f1f1;
  border-radius: 5px;
  padding: 30px;
  display: flex;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_50 {
  padding-bottom: 50px;
}

.item-cf .icon {
  width: 75px;
  height: 75px;
  background: white;
  margin-right: 16px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 27px;
  color: #3630ff;
}

.icon img {
  max-width: 100%;
  padding: 10px;
  width: 55px;
}

.contact-form {
  padding-left: 25px;
}

.contact-form-inner {
  background: #f1f1f1;
  border-radius: 5px;
  padding: 20px;
}

.h_200 {
  height: 200px;
}

.h_100 {
  height: 100px;
}

.w_50 {
  width: 50%;
}

.w_48 {
  width: 48%;
}

.w_100 {
  width: 100%;
}

.single-input {
  margin-bottom: 20px;
}

.single-input label {
  display: block;
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 500;
  color: #020843;
}

.single-input input,
.single-input select,
.single-input textarea {
  width: calc(100% - 36px);
  border: 1px solid #efefff;
  padding: 13px 18px;
  outline: none;
  border-radius: 5px;
  resize: vertical;
}

.button-2 {
  font-weight: 600;
  font-size: 16px;
  color: #020842;
  display: inline-flex;
  align-items: center;
  line-height: 25px;
  background: white;
  padding: 16px 30px;
  border: 2px solid #e1e1e1;
}

.button-2:hover {
  background: #0d6efd;
  color: white;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

.sub-title {
  position: relative;
  padding-left: 50px;
  color: rgb(66, 66, 255);
  letter-spacing: 2px;
}

.sub-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background: rgb(66, 66, 255);
  position: absolute;
  left: 0;
  top: 12px;
}

.c_blue {
  color: rgb(38, 38, 163);
}

.footer {
  background-color: #222;
  color: white;
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;

}

.popup {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  overflow-x: hidden;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
}

.flex_x_center {
  display: flex;
  justify-content: center;
  align-items: center;
}


.growshow {
  position: relative;
  animation: grow 0.5s;
  -webkit-animation: grow 0.5s;
  top: 0;

}

@keyframes grow {

  from {
    transform: scale(0.1);
  }

  to {
    transform: scale(1);
  }

}

@-webkit-keyframes grow {
  from {
    transform: scale(0.1);
  }

  to {
    transform: scale(1);
  }
}

#particles-js {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;


}
 
.login_form{
  background: #fff;
  padding: 30px 80px 30px 80px;
  border-radius: 10px;
  width: 300px;
  color: #4b8fea;
  margin-bottom: 100px;
  
}
.close_btn{
  text-align: end;
}
.close_btn img{
  width: 36px;
  cursor: pointer;
}
.login_tel{
    
   background-image: url('/Assets/img/tel.png') ;
   background-repeat: no-repeat;
   background-position:  left center;
   background-size: 36px;   
   font-size: 18px;   
   margin-bottom: 20px;
}
.login_pwd{
    
   background-image: url('/Assets/img/pwd.png') ;
   background-repeat: no-repeat;
   background-position:  left center;
   background-size: 36px;   
   font-size: 18px;   
   margin-bottom: 20px;
}

.login_nick{
    
   background-image: url('/Assets/img/nick.png') ;
   background-repeat: no-repeat;
   background-position:  left center;
   background-size: 36px;   
   font-size: 18px;   
   margin-bottom: 20px;
}



.login_form h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4b8fea;
}
.login_form input{
  width: calc(100% - 58px);
  padding: 13px 18px 13px 40px;
  
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}
.mt_20{
  margin-top: 20px;
}
.login_btn button{
  background: #4185f4;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
 
}
.login_form button:hover{
  background: #0a55c2;
}
.login_register{
  margin-top: 20px;
  text-align: center;
}
.login_register a{
  color: #0d6efd;  
  text-decoration: none;
}
.login_register a:hover{
  color: #033886;
}

.login_type{
  display: flex;
  justify-content: space-around
   
}
.login_type a{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px; 
  color: #444;
}
.login_type a:hover{
  color: #0d6efd;  
} 
.login_type a.active{
  color: #0d6efd!important; 
  border-bottom: #0d6efd 2px solid;
  padding-bottom: 10px;
}
.login_qrcode{
    text-align: center;
    font-size: 12px;
    color: #444;
}
.login_qrcode img{
    width: 200px ;
    margin-bottom: 20px;
}
 

.login_vcode_box{
  display: flex;
  justify-content: space-between;
  
}

.login_vcode_box input{
  width: calc(50% - 36px);
  padding: 13px 18px 13px 18px;
  
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  font-size: 16px;
}

.login_vcode_box button{
  background: #f1f1f1;
  width: 100%;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;     
  cursor: pointer;
  color: #666;
 
}
.login_vcode_box button:hover{
  background: #84a9e0;
}
 
