.ttip .box_lv{
      width: 60px;
      height: 60px;
      border: solid 1px var(--main_color);
      border-radius: 3px;
      background: #f1f1f1;
      display: flex;
      box-shadow: 0px 0px 2px #ccc;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding: unset;
  }
  .ttip .box_lv span{
      width: 60px;
      text-align: center;
  }
  .ttip .box_lv span:nth-child(1){
      color: red;
      font-size: 35px;
      font-weight: bold ;
      line-height: 35px;
  }
  .ttip .box_lv span:nth-child(2){
      font-size: 12px;
      font-weight: bold ;
      line-height: 12px;
  }
  .ttip div:nth-child(2){
      font-weight: bold;
      font-size: var(--font_sm);
  }
  .ttip div:nth-child(2) span:nth-child(1){
      font-size: var(--font_lg);
      color: red;
  }
  .ltip span, .ltip p{
      margin: 0px;
      padding: 0px;
  }
  .ltip .item {
      display: flex;
      align-items: center;
      border-top: solid 1px #CCC;
      padding: 8px 0px 8px 0px;
  }
  .ltip .item:last-child{
      border-bottom: solid 1px #CCC;
  }
  .ltip .item span{
      height: 30px;
      width: 30px;
      background: var(--main_color);
      line-height: 30px;
      text-align: center;
      border-radius: 2px;
      box-shadow: 0px 0px 3px #CCC;
      font-weight: bold;
  }
  .ltip .item p{
      margin-left: 10px;
  }
  .tsev {
      display: flex;
      justify-content:center;
  }
  .tsev img{
      height: 50px;
      width: auto;
      margin: 10px;
  }