  * {
    font-family: "SimSun", "Songti SC", serif !important;
    /* font-size: 11px !important; */
    color: #000;
  }
  i {
    font-style: normal;
  }

  a {
    color: #0000ee !important;

    * {
      color: inherit !important;
    }
  }

  /* ul, li, ol {
    margin: 0;
  }

  ol {
    padding-left: 10px !important;
  }

  ul {
    padding-left: 18px !important;
  } */

  table {
    border-collapse: collapse;
    font-size: inherit;
    box-shadow: inset 0px 0px 0px 1px rgb(147, 147, 147);

    span {
      font-size: inherit !important;
    }
  }

  .recombination {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: fit-content;

    img {
      width: 100%;
      height: 30px;
      object-fit: contain;
    }
  }