  .ci-title {
    display: block;
    overflow-x: auto;
  }

  .ci-title .pinyin {
    font-family: "pinyin";
    font-size: 18px;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
    justify-content: center;
  }

  .ci-title .pinyin span {
    text-align: center;
    min-width: 50px;
    white-space: nowrap;
    overflow-x: hidden;
  }

  .ci-title h1 {
    font-size: 40px;
    letter-spacing: 10px;
    padding-left: 10px;
    white-space: nowrap;
    margin-bottom: 20px;
    line-height: 120%;
    text-align: center;
    font-family: "Songti", "Songti SC", "宋体", "Noto Serif CJK SC", "Source Han Serif SC", "Source Han Serif CN", STSong, "AR PL New Sung", "AR PL SungtiL GB", NSimSun, SimSun, "TW-Sung", "WenQuanYi Bitmap Song", "AR PL UMing CN", "AR PL UMing HK", "AR PL UMing TW", "AR PL UMing TW MBE", PMingLiU, MingLiU, serif;
  }

  .ci-cards {
    margin-bottom: 15px;
    padding: 0 0 5px;
  }


  .ci-cards ul {
    list-style: none;
    margin: 0;
  }

  .ci-cards li,
  .ci-cards ul {
    display: flex;
    justify-content: center;
  }

  .ci-cards li:first-child {
    margin-left: 0;
  }

  .ci-cards li {
    flex-direction: column;
    align-items: center;
    margin-left: 10px;
    border: 1px solid rgba(120, 120, 120, .2);
    border-radius: 5px;
    padding: 5px 8px;
    white-space: nowrap;
    position: relative;
    transition: all .2s;
  }

  .ci-cards li,
  .ci-cards ul {
    display: flex;
    justify-content: center;
  }

  .ci-cards li span {
    font-size: 13px;
    color: #999;
  }

  .ci-cards li a {
    font-size: 15px;
  }

  .ci-attrs p {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-top: -1px;
    margin-bottom: 0;
    margin-left: 80px;
    position: relative;
    font-size: 15px;
    padding: 8px 0 8px 10px;
  }

  .ci-attrs p>span:first-child {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    position: absolute;
    left: -80px;
    top: -1px;
    bottom: -1px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    color: #666;
  }

  .socail-list ul li,
  .voice {
    cursor: pointer;
  }

  img,
  svg {
    vertical-align: middle;
  }

  .ci-attrs p a {
    color: var(--color-primary) !important;
    display: inline-block;
    white-space: nowrap;
  }

  a.red {
    color: red;
    border-bottom: 1px solid red;
    transition: all .2s;
  }

  a.red:hover {
    border-bottom-color: var(--color-bg-secondary);
  }

  /* tabs标签页切换 start */
  .tabs-group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
  }

  .tabs-group .tabs-box {
    display: flex;
    padding: 1px;
    border: 1px solid var(--color-tabs-border);
    border-radius: 4px;
  }

  .tabs-group .tabs-item {
    color: var(--color-primary);
    width: 100px;
    padding: 5px 0;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
    background-color: var(--color-tabs-bg);
  }

  .tabs-group .tabs-item.mini-size {
    width: 50px;
  }

  .tabs-group .current {
    color: #fff;
    background-color: var(--color-tabs-bg-active);
  }

  .tabs-content-box>div:not(.show) {
    display: none;
  }

  .tabs-content-box>div.show {
    display: block;
  }

  .tabs-content-box .title-w {
    display: flex;
    font: normal 300 16px '' !important;
    color: #616161;
    justify-content: center;
    width: 100%;
    margin: 20px 0 15px 0;
  }

  /* tabs and */

  .h-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 0 1% 0;
  }

  .h-wrapper ul li {
    position: relative;
    margin-top: 1%;
    width: calc((100% - 50px)/ 6);
    padding: 5px 0;
    display: flex;
    border-radius: 5px;
    border: 1px solid var(--color-border-quaternary);
    justify-content: center;
    overflow: hidden;
  }

  .h-wrapper ul li:not(.more):hover {
    border-color: var(--color-border-hover);
    background: var(--color-bg-hover);
  }

  .h-wrapper ul .xicon {
    position: absolute;
    left: -2%;
    top: -8%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--color-bg-tertiary);
    display: flex;
    justify-content: center;
    align-items: center;
    font: normal 500 10px '';
  }

  .h-wrapper ul li a {
    color: var(--color-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .h-wrapper ul .more {
    background-color: var(--color-bg);
  }


  .h-wrapper ul li:hover .model {
    color: var(--color-hover-text);
  }

  .h-wrapper ul .more a {
    color: #fff !important;
  }

  .ci-char-card {
    display: none;
    border: 1px solid var(--color-border-tertiary);
    border-radius: 6px;
  }

  .ci-char-card-header {
    background-color: var(--color-bg-tertiary);
    padding: 8px 10px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid var(--color-border-tertiary);
  }

  .ci-char-card-header h3 {
    height: 40px;
    width: 40px;
    line-height: 38px;
    border: 1px solid rgba(255, 0, 0, .4);
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96' fill='%23fff' fill-opacity='.5' stroke='red'%3E%3Cpath d='M96 0L0 96zM0 0l96 96z' stroke-dasharray='1,2'/%3E%3Cpath d='M0 48h96zM48 0v96z' stroke-dasharray='1,3'/%3E%3C/svg%3E") center no-repeat;
    ;
    font-size: 30px;
    flex-shrink: 0;
    text-align: center;
    color: #212112;
    position: absolute;
    top: 10px;
    left: 10px;
    box-shadow: 0 .5rem 1rem rgba(200, 200, 200, 0.3);
    z-index: 10;
  }

  .ci-char-card-header .ci-char-attr {
    font-size: 14px;
  }

  .ci-char-card-body {
    padding: 15px 10px;
    max-height: 380px;
    min-height: 120px;
    overflow-y: auto;
  }

  .ci-char-card-body p {
    position: relative;
    margin: 0 0 0 40px;
    padding: 5px 5px 5px 0;
    font-size: 15px;
  }

  .ci-char-card-body p .no {
    position: absolute;
    left: -30px;
    color: red;
  }

  .ci-char-card-body p .tag,
  .ci-char-card-body p .tag-content {
    color: rgba(125, 125, 125, .8);
  }

  .ci-char-card-footer a {
    display: block;
    text-align: center;
    padding: 5px 0;
    background-color: var(--color-bg-tertiary);
    color: red;
  }

  .ci-list-terse {
    display: flex;
    flex-wrap: wrap;
  }

  .ci-char-card-footer a:hover {
    color: red;
    background-color: var(--color-bg-hover);
  }

  .ci-list-terse a {
    margin: 5px;
    width: 14%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
  }

  .socail-list ul li,
  .voice {
    cursor: pointer;
  }

  .ci-searching-list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .ci-searching-list li {
    margin: 5px;
    width: calc((100% - 20px) / 2)
  }

  .ci-searching-list li:last-child {
    flex-grow: 1;
  }

  .list a {
    color: var(--color-primary);
    display: block;
    border: 1px solid var(--color-border-quaternary);
    border-radius: 5px;
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .list a:hover {
    background-color: var(--color-bg-hover);
    border-color: var(--color-border-hover);
  }

  .list a,
  .text-center {
    text-align: center;
  }

  @media screen and (max-width: 768px) {
    .ci-list-terse a {
      width: calc((100% - 20px) / 2);
    }

    .h-wrapper ul li {
      width: calc((100% - 10px) / 2);
    }

    .ci-title .pinyin {
      width: 100%;
      display: block;
      text-align: center;
    }

    .ci-title .pinyin span {
      min-width: auto;
      margin: 0 10px;
    }
  }