.logo_flex {
    margin: 80px 0 24px 0;
    display: flex;
    align-items: center;
    font-size: 36px;
    color: #fe628e;

    .label_black{
      display: flex;
      align-items: center;
      .black_img{
          display: none;
          width: 24px;
          height: 24px;
      }
  }
  
    img {
      margin-right: 10px;
    }
  }
  
  .redLabel_flex {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    background: #1f202e;
    border-radius: 8px;
  
    a {
      padding: 10px 0px;
      border-radius: 8px;
      text-align: center;
      cursor: pointer;
      font-size: 20px;
      // flex: 1;
      width: 25%;
      color: #fff;
    }
  
    a:last-child {
      margin-right: 0px;
    }
  
    a:hover {
      background: #fe628e;
    }
  
    .redLabel_action {
      background: #fe628e;
    }
  }

  .tab_box {
    display: flex;
    margin-bottom: 30px;
    font-size: 20px;
    align-items: center;
  
    .tab_flex {
      display: flex;
  
      li {
        margin-right: 30px;
        color: #b8babc;
        cursor: pointer;
        display: inline-block;
        list-style: none;
  
        a {
          position: relative;
        }
  
        .active::before {
          opacity: 1;
        }
  
        a::before {
          content: "";
          position: absolute;
          background: #fe628e;
          left: 50%;
          bottom: -10px;
          height: 4px;
          width: 30px;
          margin-left: -15px;
          opacity: 0;
          border-radius: 100px;
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
        }
      }
    }
    .tab_total{
        color: #b8babc;
    }
  }
  .search_figure_box_video{
    .listing_cover{
      /* width: 10rem; */
      height: 19rem;
      img{
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }

  .listing_box {
    .pictures_grid {
      column-count: 6;
      column-gap: 10px;
      cursor: pointer;
      margin-bottom: 30px;

      .listing_flex {
        padding: 0 5px;
        margin-bottom: 20px;
        cursor: pointer;
        break-inside: avoid-column;

        .listing_a {
            display: flex;
            flex-direction: column;
            border-radius: 12px;

            .listing_cover {
                position: relative;
                font-size: 14px;
                /* width: 10rem; */
                /* height: 13rem; */

                img {
                    width: 100%;
                }

                .absolute_bottom_right_pictures {
                    position: absolute;
                    bottom: 30px;
                    right: 0px;
                    background: #0000006b;
                    border-radius: 50px 0 0 50px;
                    color: #fff;
                    padding: 14px 16px 13px 30px;
                }


            }

            .details {
                font-size: 14px;
                color: #dbdbdd;

                .video_title {
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    padding: 15px 0;
                }



            }
        }

    }
  }
    


}
