body {
  background: #f5f5f8; }

.category_content {
  width: 100%;
  max-width: 1220px;
  height: calc(var(--vh, 1vh) * 100 - 48px);
  height: calc(100dvh - 48px);
  padding-top: 10px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start; }
  .category_content .category_left-box {
    width: 90px;
    max-height: 100%;
    border-radius: 0px 6px 6px 0px;
    margin-right: 10px;
    overflow-y: auto;
    overflow-x: hidden; }
    .category_content .category_left-box .category_left-info {
      width: 100%;
      font-size: 14px;
      color: #666666;
      line-height: 24px;
      padding: 16px 10px;
      text-align: left;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      background: #ffffff; }
      .category_content .category_left-box .category_left-info.active {
        font-weight: 600;
        color: #000000;
        background: #f5f5f8; }
      .category_content .category_left-box .category_left-info.prev {
        border-radius: 0 0 8px 0; }
      .category_content .category_left-box .category_left-info.next {
        border-radius: 0 8px 0 0; }
  .category_content .category_right-box {
    flex: 1;
    max-height: 100%;
    padding: 16px;
    border-radius: 6px;
    margin-right: 15px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, 76px);
    gap: 30px 0;
    justify-content: center; }
    .category_content .category_right-box .category_right-info {
      width: 100%; }
      .category_content .category_right-box .category_right-info .category_icon-box {
        width: 100%;
        margin-bottom: 8px;
        text-align: center; }
        .category_content .category_right-box .category_right-info .category_icon-box .category-icon {
          width: 55px;
          height: 55px; }
      .category_content .category_right-box .category_right-info .category-name {
        width: 100%;
        font-size: 12px;
        color: #000000;
        line-height: 18px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
  .category_content .category_no-box {
    flex: 1; }
    .category_content .category_no-box .category-no {
      width: 100%;
      font-size: 20px;
      line-height: 36px;
      color: #000000;
      text-align: center; }
