.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;
    color: #fff;
  
    a {
      padding: 10px 0px;
      border-radius: 8px;
      text-align: center;
      cursor: pointer;
      font-size: 20px;
      // flex: 1;
      width: 25%;
    }
  
    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;
    }
  }

/**视频封面 */
.listing_box {
  .listing_flex {
      padding: 0 5px;
      margin-bottom: 20px;
      cursor: pointer;

      .listing_a {
          display: flex;
          flex-direction: column;
          background: #1f202e;
          border-radius: 12px;
          padding: 10px;

          .listing_cover {
              position: relative;
              font-size: 14px;

              img {
                  width: 100%;

              }
              .listing_style_2{
                  aspect-ratio: 2 / 1; /* 设置宽高比为2:1 */
                  position: relative; /* 如果需要绝对定位的子元素 */
              }
              .listing_style_11{
                  
              }

              .video_flex {
                  position: absolute;
                  top: 0;
                  background: #000;
                  height: 100%;
                  border-radius: 7px;
                  display: flex
              }

              .absolute_top_left {
                  position: absolute;
                  top: 5px;
                  left: 5px;
                  display: flex;
                  flex-wrap: wrap;

                  span {
                      padding: 0 10px;
                      border-radius: 4px;
                      font-size: 14px;
                      margin-right: 9px;
                      background: #ff5922;
                      margin-bottom: 5px;
                      color: #fff;
                  }

                  span:nth-child(1) {
                      background: #ff5922;
                  }

                  span:nth-child(2) {
                      background: #c21818;
                  }

                  span:nth-child(3) {
                      background: #fe628e;
                  }

                  span:nth-child(4) {
                      background: #18c237;
                  }

                  span:nth-child(5) {
                      background: #2884f3;
                  }

              }

              .absolute_bottom_left {
                  position: absolute;
                  bottom: 5px;
                  left: 5px;
                  display: flex;
                  flex-wrap: wrap;

                  span {
                      padding: 0 10px;
                      border-radius: 4px;
                      font-size: 14px;
                      margin-right: 9px;
                      background: #ff5922;
                  }

                  span:nth-child(1) {
                      background: #2884f3;
                  }

                  span:nth-child(2) {
                      background: #c21818;
                  }

                  span:nth-child(3) {
                      background: #fe628e;
                  }

                  span:nth-child(4) {
                      background: #18c237;
                  }

                  span:nth-child(5) {
                      background: #ff5922;
                  }
              }

              .absolute_bottom_right {
                  position: absolute;
                  bottom: 5px;
                  right: 5px;
                  display: flex;
                  flex-wrap: wrap;

                  span {
                      padding: 0 10px;
                      border-radius: 4px;
                      font-size: 14px;
                      margin-left: 9px;
                      background: rgba(0, 0, 0, 0.5);
                  }
              }

          }

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

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

              .plug {
                  display: flex;
                  font-size: 14px;
                  color: #dbdbdd;
                  align-items: center;

                  .player {
                      display: flex;
                      align-items: center;
                      margin-right: 20px;

                      img {
                          margin-right: 10px;
                      }
                  }

                  .collect {
                      display: flex;
                      align-items: center;

                      img {
                          margin-right: 10px;
                      }
                  }
              }

          }
      }

  }


}
.home_block_top{
    margin-top: 80px;
}
.tagDetail_box{
    margin-top: 80px;
}
.label_delait_title_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    padding: 0 5px;
    /* margin-top: 80px; */

    .label_black{
        display: flex;
        align-items: center;

        .black_img{
            display: none;
            width: 24px;
            height: 24px;
        }

        h1{
            font-size: 36px;
            color: #fe628e;
            margin-left: 10px;
        }
    }

    h1 {
        font-size: 36px;
        color: #fe628e;
    }

    .label_delait_type {
        display: flex;
        align-items: center;

        a {
            font-size: 16px;
            border: 1px solid #999aa8;
            padding: 10px 30px;
            border-radius: 30px;
            margin-left: 20px;
            cursor: pointer;
            color: #fff;
        }

        a:hover {
            background: #fe628e;
        }

        .label_action {
            background: #fe628e;
        }
    }
}
.tag_label_box{
    margin-top: 80px;
}