.text-white {
    color: white;
  }
  
  .text-T14 {
    color: #97A3B0;
  }
  
  .text-T15 {
    color: #1D2730;
  }
  
  .text-primary {
    color: #3DB485;
  }

  .text-fs20 {
    font-size: 1.25rem; /* 20px */
  }
  
  .text-fs22 {
    font-size: 1.375rem; /* 22px */
  }

  .text-fs24 {
    font-size: 1.5rem;
  }
  
  .text-fs26 {
    font-size: 1.625rem;
    /* 26px */
  }
  
  .text-fs30 {
    font-size: 1.87rem;
  }
  
  .text-fs34 {
    font-size: 2.125rem;
  }
  
  .text-fs48 {
    font-size: 3rem;
  }
  
  .bgprimary-15 {
    background-color: rgba(61, 180, 133, .15);
  }
  
  .font-medium {
    font-weight: 500;
  }

  .font-semibold {
    font-weight: 600;
  }
  
  .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 {
    align-items: center;
  }
  
  .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  
  .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
  }
  
  .inline-block {
    display: inline-block;
  }
  
  .w-full {
    width: 100%;
  }
  
  
  .w-6 {
    width: 1.5rem;
  }
  
  .w-10 {
    width: 2.5rem;
    /* 40px */
  }
  
  .w-12 {
    width: 3rem;
    /* 48px */
  }
  
  .w-40 {
    width: 10rem;
    /* 160px */
  }
  
  .w-115 {
    width: 28.75rem;
    /* 460px */
  }
  
  .h-6 {
    height: 1.5rem;
  }
  
  .h-10 {
    height: 2.5rem;
    /* 40px */
  }
  
  .h-12 {
    height: 3rem;
    /* 48px */
  }
  
  .h-20 {
    height: 5rem;
    /* 80px */
  }

  .h-22 {
    height: 5.5rem; /* 88px */
  }
  
  .h-40 {
    height: 10rem;
    /* 160px */
  }
  
  
  .mr-2 {
    margin-right: 0.5rem;
    /* 8px */
  }
  
  .mr-7 {
    margin-right: 1.75rem;
    /* 28px */
  }

  .mt-1 {
    margin-top: 0.25rem; /* 4px */
  }

  .mt-2 {
    margin-top: 0.5rem; /* 8px */
  }

  .mt-3 {
    margin-top: 0.75rem; /* 12px */
  }
  
  .mt-5 {
    margin-top: 1.25rem;
    /* 20px */
  }
  
  .mt-7\.5 {
    margin-top: 1.875rem; /* 30px */
  }

  .mt-10 {
    margin-top: 2.5rem;
    /* 40px */
  }
  
  .mt-12\.5 {
    margin-top: 3.125rem;
    /* 50px */
  }
  
  .mt-56 {
    margin-top: 14rem;
    /* 224px */
  }
  
  .sticky {
    position: -webkit-sticky;
    position: sticky;
  }
  
  .rounded-lg {
    border-radius: 0.5rem;
    /* 8px */
  }
  
  .rounded-full {
    border-radius: 50%;
  }
  
  .bg-primary {
    background-color: #3DB485;
  }
  
  .select-none {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  .text-center {
    text-align: center;
  }
  
  .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)));
  }
  
  .space-x-5> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }
  
  #app {
    width: 100%;
    height: 100vh;
  }
  
  
  .layout {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
  }
  
  
  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    /* 设置遮罩层的背景色和透明度 */
    z-index: 9999;
    /* 将遮罩层置于最上层 */
    display: none;
    /* 初始时隐藏遮罩层 */
  }
  
  
  .header {
    position: relative;
    width: 100%;
    flex: none;
    padding: 1.25rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    box-shadow: 0px 1px 10px 0px rgba(19, 57, 119, 0.1);
  }
  
  .logo {
    width: 11.25rem;
    height: 3rem;
  }
  
  .global {
    width: 2.25rem;
    height: 2.25rem;
    margin-left: 1rem;
  }
  
  .content {
    background-color: #F7F8FA;
    padding: 4.375rem 0 1.5rem;
  }
  
  .join {
    margin-top: 1.875rem;
    padding-top: 0.625rem;
    /* 10px */
    padding-bottom: 0.625rem;
    /* 10px */
    padding-left: 1.875rem;
    /* 30px */
    padding-right: 1.875rem;
    /* 30px */
    border-radius: 0.25rem;
    /* 4px */
    border: 1px solid #6C7686;
  
  }
  
  .footer {
    display: flex;
    padding-left: 1.875rem;
    /* 30px */
    padding-right: 1.875rem;
    /* 30px */
    padding-top: 1.25rem;
    /* 20px */
    padding-bottom: 2.5rem;
    /* 20px */
    bottom: 0px;
    background-color: white;
  }
  
  .relative {
    position: relative;
  }
  
  .absolute {
    position: absolute;
  }
  
  .opacity-60 {
    opacity: 0.6;
  }
  
  .mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .px-10 {
    padding-left: 2.5rem; /* 40px */
    padding-right: 2.5rem; /* 40px */
  }