    .tibiu-catagory-container {
      display: flex;
      flex-wrap: wrap;
    }

    .tibiu-catagory-col {
      flex: 1;
      min-width: 30%;
      padding-left: 18px;
	  padding-right: 5px;
      display: flex;
	  height: 39px;
	  line-height: 39px;
      align-items: center;
      justify-content: space-between;
      position: relative;
	  font-size:14px;
	  font-weight: 700;
	  color: rgb(99, 108, 115);
      transition: background-color 0.3s, color 0.3s;
    }
    .tibiu-catagory-col::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: -10px;
      width: 120%;
      border-bottom: 1px solid rgb(230, 232, 235);

    }
    .tibiu-catagory-col svg {
      width: 12px;
      height: 20px;
      fill: rgb(31, 140, 230);
      stroke-width: 1;
      margin-left: 6px;
    }
    .tibiu-catagory-col:hover {
      background-color: #ccc; /* 悬停时背景灰色 */
      color: white; /* 文字变白色 */
	  stroke: white;
    }

    .tibiu-catagory-col:active {
      background-color: #636C73; /* 按下时背景 #636C73 */
    }

    .tibiu-catagory-title {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
    color: black;
    border-bottom: 2px solid rgb(31, 124, 230);
	margin-top:10px;
    }
    .tibiu-catagory-title text{
      padding: 10px;
    }
	.tibiu-catagory-fenge{
    height: 10px;
    width: 120%;
	margin-left: -20px;
    background: rgb(240, 240, 240);
    }
	
	
	
	.tibiu-catagory-title1 {
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 700;
	margin-top:10px;
	border-bottom: 2px solid #2196F3;
    }
    .tibiu-catagory-title1 text{
      padding: 10px;
    }
	.custom-font-color {
        color: #9EA7AD;
        font-family: Font1, sans-serif;
    }

    .custom-font-style {
        color: #000000;
        font-family: Font2, sans-serif;
    }
	#catagoryCon1 {
	overflow:hidden;
	padding-bottom:0px;
	padding-top:.4rem;
	