

 .sup_content {
    height: 460px;
    min-height: 460px;
    min-height: calc(100% - 190px - 240px - 40px);;
  }
  .left_content, .right_content {
    height: 100%;
  }
  .left-category-content {
    height: 100%;
    overflow-y: auto;
    padding: 12px 0;
  }
  .category-item {
    line-height: 35px;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
  }
  .category-item.active {
    color: #007dee;
    /* background-color: #f2f2f2; */
  }
  .left-category-content .category-item {
    /* width: 245px; */
    font-size: 16px;
    padding: 0 24px 0 12px;
    position: relative;
  }
  .left-category-content .category-item .iconmore {
    position: absolute;
    right: 6px;
    top: 0;
    font-size: 18px;
  }
  .left-category-content .category-item.active {
    background-color: #007dee;
    color: #fff;
  }
  .height100 {
    height: 100%;
  }
  .right_content>.layui-row, .two-category-content, .three-category-content {
    height: 100%;
    overflow-y: auto;
  }
  .two-category-content .category-item {
    font-size: 14px;
    font-weight: bold;
  }
  .three-category-content {
    position: relative;
  }
  .three-category-content .category-item {
    font-size: 14px;
    color: #666;
    
  }
  .three-category-content .category-item.active {
    color: #007dee;
    font-weight: bold;
  }

  .category-item .tow_item {
    display: inline-block;
    max-width: calc(100% - 16px);
    width: auto;
  }

  .popver-content {
    position: absolute;
    top: 40px;
    left: 0;
    border: 1px solid #e5e5e5;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
    border-radius: 4px 4px 4px 4px;
    background-color: #fff;
    z-index: 999;
  }
  .popver-box {
    padding: 12px 24px;
    width: calc(100% - 48px);
  }
  .popver-content .popver-text {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
  }
  .popver-content .popver-text:hover {
    color: #007dee;
  }
  /* 三角箭头 */
  .triangle {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e5e5e5;
    position: absolute;
    top: -10px;
    left: 40px;
  }
  .pos_inhert {
    position: inherit;
  }