
.detail-container {
  width: 100%;
  margin-bottom: 32px;
  margin-top: 90px;
  .top-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    .player-wrapper {
      width: 70%;

      .play_public{
        position: relative;

        .play_btn{
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 1;
          cursor: pointer;

        }
        .play_advertise{
       

          .play_advertise_start{
            display: flex;
            justify-content: space-between;
            position: absolute;
            width: 100%;
            top: 0;
            left: 0;
            z-index: 1;

            .play_advertise_top{
                  display: flex;
                  justify-content: space-between;
                  width: 100%;
                  font-size: 16px;
                  align-items: center;

              .left{
                border-radius: 6px;
                padding: 8px 16px;
                background: #2b2b2bcc;
                color: #fff;
                font-size: 14px;
                margin: 5px 0 0 5px;
               
              }
              .right{
                display: flex;
                justify-content: space-between;
                color: #fff;
                margin: 5px 5px 0 0px;
                .volume_bg{
                  background: #2b2b2bcc;
                  border-radius: 50%;
                  display: flex;
                  align-items: center;
                  justify-content: center;
                  padding: 10px;
                  cursor: pointer;
                }
                .play_time{
                  display: flex;
                  justify-content: space-between;
                  padding: 8px 16px;
                  font-size: 14px;
                  span{
                    margin-right: 7px;
                  }
                }
  
              }
            }

          }
          .play_advertise_bottom{
            position: absolute;
            bottom: 30px;
            right: 5px;
            z-index: 1;

            .play_info{
              border-radius: 6px;
              padding: 8px 16px;
              background: #2b2b2bcc;
              color: #fff;
            }

          }
          .advertise_start{
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
          }
        }
      }
    }
    .movie-info {
      margin-top: 20px;
      /* padding: 0 20px; */
      padding-left: 20px;
      width: 30%;

      .line_flex{
        display: flex;
        font-size: 14px;
        color: #999aa8;
        margin-top: 20px;
        flex-direction: column;

        .line_box{
          display: flex;
          flex-wrap: wrap;
          span{
            padding: 10px;
            background-color: #1f202e;
            border-radius: 8px;
            margin-top: 10px;
            margin-right: 10px;
            cursor: pointer;
            }
            span:hover,span.play_line_active{
              background-color: #fe628e;
              color: #fff;
            }
          }
        }
      }
      .movie-name {
        font-size: 16px;
        font-weight: 900;
        color: #fff;
      }
      .movie-data,
      .movie-number {
        margin-top: 20px;
        font-size: 14px;
        color: #999aa8;
      }
      .movie-tag {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        .tag {
          background-color: #1f202e;
          color: #999aa8;
          padding: 8px 12px;
          border-radius: 8px;
          cursor: pointer;
        }
        .tag:hover{
          background: #fe628e;
          color: #fff;
        }
      }
      .other-operations {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        .operation-btn {
          cursor: pointer;
          display: flex;
          vertical-align: middle;
          line-height: 20px;
          font-size: 14px;
          color: #fe628e;
          .icon {
            margin: 0 3px;
            width: 20px;
            height: 20px;
          }
        }
      }

      .right-wrapper {
        /* width: 25%;
        margin-left: 20px; */
        margin-top: 100px;

        .right-title {
          border-left: solid 8px #fe628e;
          color: #fe628e;
          font-size: 20px;
          padding-left: 16px;
        }
        .hot-list {
          margin-top: 20px;
          width: 100%;
          display: inline-block;
          .hot-item {
            cursor: pointer;
            margin-bottom: 20px;
            width: 100%;
            display: grid;
            grid-template-columns: 60% 40%;
            .hot-imnage {
              position: relative;
            }
            .hot-info {
              display: grid;
              grid-template-rows: 39% 41% 20%;
              margin-left: 10px;
              color: #fff;
              .name {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 26px;
              }
              .user {
                font-size: 14px;
                color: #999aa8;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
              }
              .operate {
                display: flex;
                .play,
                .fav {
                  line-height: 1.3;
                  width: 50%;
                  height: 100%;
                  display: flex;
                  font-size: 14px;
                  color: #999aa8;
                  img {
                    width: 16px;
                    height: 16px;
                    margin-right: 5px;
                  }
                }
              }
            }
          }
        }
      }

      .right-wrapper_additional{
        .right-title {
          border-left: solid 8px #fe628e;
          color: #fe628e;
          font-size: 20px;
          padding-left: 16px;
        }
        .hot-list {
          width: 100%;
          display: inline-block;
          .hot-item {
            cursor: pointer;
            margin-bottom: 20px;
            width: 100%;
            display: grid;
            grid-template-columns: 100% 0%;
            .hot-imnage {
              position: relative;
              img{
                border-radius: 6px;
              }
            }
            .hot-info {
              display: grid;
              grid-template-rows: 39% 41% 20%;
              margin-left: 10px;
              color: #fff;
              .name {
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 26px;
              }
              .user {
                font-size: 14px;
                color: #999aa8;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
              }
              .operate {
                display: flex;
                .play,
                .fav {
                  line-height: 1.3;
                  width: 50%;
                  height: 100%;
                  display: flex;
                  font-size: 14px;
                  color: #999aa8;
                  img {
                    width: 16px;
                    height: 16px;
                    margin-right: 5px;
                  }
                }
              }
            }
          }
        }
      }

      .movie-number {
        margin-top: 50px;
      }
    }
  }
  .bottom-wrapper {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;

    .left-wrapper {
      /* width: 75%; */
    }
   
  }
  .related-list {
    margin: 20px 0;
    width: 100%;
  }
  .recommend-wrapper {
    margin-top: 20px;
    width: 100%;
    height: 300px;
  }
  .file {
    background: #1f202e;
    padding: 8px;
  }
  .title {
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    display: flex;
    position: relative;
    margin-bottom: 20px;
    align-items: flex-start;

    .title-wrapper {
      width: 100%;
      display: inline-block;
      display: grid;
      grid-template-columns: 60% 20% 20%;
    }
    .title-icon {
      width: 80px;
      height: 38px;
      display: inline-block;
    }
    .look-more {
      position: absolute;
      right: 0;
      width: 120px;
      height: 38px;
      background: #fe628e;
      padding: 8px 14px;
      font-size: 16px;
      border-radius: 6px;
    }

    .title-item-little {
      color: #dbdbdd;
      line-height: 38px;
      font-size: 16px;
    }
  }
  .recommend-list {
    width: 100%;
    .recommend-item-wrapper {
      margin-top: 20px;
      display: grid;
      grid-template-columns: repeat(15, 6%);
      row-gap: 20px;
      column-gap: 12px;
      .recommend-item {
        display: grid;
        grid-template-rows: 80% 20%;
      }
      .item-img {
        width: 100%;
        height: 64px;
        img {
          width: 64px;
          display: block;
          margin: 0 auto;
        }
      }
      .item-name {
        text-align: center;
      }
    }
    .history {
      display: grid;
      column-gap: 1.3%;
      grid-template-columns: repeat(6, 16%);
      .year-btn {
        margin-top: 26px;
        height: 56px;
        color: #fff;
        border-radius: 8px;
      }
    }
  }
  .file-list-wrapper {
    width: 100%;
  }
  .ad-list {
    width: 100%;
    height: 160px;
    // background: red;
    .swiper-container {
      width: 100%;
      max-width: 1200px;
      margin: 0 auto;
      padding: 20px;
      position: relative;
    }
    :deep(.swiper-button-prev) {
      left: 0;
      color: #fff;
      width: 40px;
      height: 64px;
      background-color: rgba(9, 8, 18, 0.5);
    }
    :deep(.swiper-button-next) {
      right: 0;
      color: #fff;
      width: 40px;
      height: 64px;
      background-color: rgba(9, 8, 18, 0.5);
    }

    .slide-content {
      width: 100%;
      height: 160px;
      position: relative;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .slide-content:hover {
      transform: translateY(-5px);
    }

    .slide-image {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .slide-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
      color: white;
      padding: 15px;
      transform: translateY(100%);
      opacity: 0;
      transition: all 0.3s ease;
    }

    .slide-content:hover .slide-caption {
      transform: translateY(0);
      opacity: 1;
    }

    .slide-caption h3 {
      margin: 0 0 8px;
      font-size: 1.2rem;
    }

    .slide-caption p {
      margin: 0;
      font-size: 0.9rem;
      opacity: 0.9;
    }

    /* 自定义分页器样式 */
    .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      background-color: rgba(255, 255, 255, 0.7);
      opacity: 1;
      transition: all 0.3s ease;
    }

    .swiper-pagination-bullet-active {
      background-color: #3b82f6;
      width: 30px;
      border-radius: 6px;
    }

    /* 自定义导航按钮样式 */
    .swiper-button-next,
    .swiper-button-prev {
      color: #3b82f6;
      transition: all 0.3s ease;
    }

    .swiper-button-next:hover,
    .swiper-button-prev:hover {
      transform: scale(1.1);
    }
  }
  .file-list-item {
    height: 45px;
    line-height: 45px;
    width: 100%;
    color: #999aa8;
    font-size: 14px;
    display: grid;
    grid-template-columns: 63% 17% 20%;
    border-bottom: solid 1px #1f202e;
    .file-type {
      color: #fff;
      padding: 6px;
      background: #b12228;
      border-radius: 6px;
      margin-left: 6px;
    }
  }
  /* .img-control-left,
  .img-control-right {
    position: absolute;
    cursor: pointer;
    top: 0;
    bottom: 0;
    z-index: 10;
    margin: auto;
    width: 40px;
    height: 64px;
    border-radius: 6px;
    background-color: rgba(9, 8, 18, 0.5);
  } */
  /* .img-control-left {
    left: 0;
  } */
  /* .left-arrow,
  .right-arrow {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  } */
  /* .img-control-right {
    right: 0;
  } */
  .movie-img {
    /* width: 100%;
    // height: 310px;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    display: grid;
    grid-auto-columns: minmax(100%, 100%);
    grid-auto-flow: column;
    gap: 10px;
    position: relative; */
    position: relative;


  }
  .actor-list {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;

    .scroll-container {
      width: 100%;
      height: 120px;
      overflow: auto;
      white-space: nowrap;
      scrollbar-width: none;
    }


    .carousel-prev,
    .carousel-next {
      background: none;
      border: none;
      color: white;
      font-size: 24px;
      cursor: pointer;
    }

    .carousel {
      display: flex;
      overflow-x: auto;
      scroll-behavior: smooth;
      width: 80%;
    }

    .carousel-item {
      display: flex;
      align-items: center;
      gap: 10px;
      background-color: #333;
      padding: 10px 20px;
      border-radius: 20px;
      margin-right: 10px;
      flex-shrink: 0;
    }

    .carousel-item img {
      width: 50px;
      height: 50px;
      border-radius: 50%;
      object-fit: cover;
    }

    .carousel-item span {
      color: white;
    }

    .active {
      background-color: #e94560;
    }
  }

  .movie-list {
    margin-top: 12px;
  }
  .preview-img {
    margin-top: 20px;
    .preview-wrapper {
      overflow: hidden;
      /* margin-top: 20px;

      height: 100%;
      display: flex;
      width: 100%;
      overflow-x: auto;
      box-sizing: border-box; */
    }
  }
}



.swiper-container {
  width: 100%;
  overflow: hidden;
}

.swiper-actor{
  width: 85%;
  overflow: hidden;
  margin: auto;

    .actor_flex{
      display: flex;
      color: #fff;
      align-items: center;
      cursor: pointer;
      flex-direction: column;

      .actor_box{
        background: #1f202e;
        border-radius: 100px;
        width: 184px;
        display: flex;
        justify-content: space-between;
        align-items: center;

        .actor_select{
          border-radius: 100px;
          width: 80px;
          height: 80px;
          object-fit: cover;
          
          }
        .actor_name{
          width: 102px;
          text-align: center;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 16px;
          /* padding: 0 5px; */
        }

      }
      .actor_select_bottom{
        margin-top: 10px;
      }
      .actor_box:hover{
        background: #fe628e;
      }
      
  
    }
    
  
  


}


.play_prew{
  width: 37px; /* 或其他所需宽度 */
  height: 60px; /* 或其他所需高度 */
  background-image: url(../image/pic_left.svg); /* 使用背景图 */
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  background-size: contain;
}
.play_next{
  width: 37px; /* 或其他所需宽度 */
  height: 60px; /* 或其他所需高度 */
  background-image: url(../image/pic_right.svg); /* 使用背景图 */
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  background-size: contain;
}

.play_prew_actor{
  width: 38px; /* 或其他所需宽度 */
  height: 80px; /* 或其他所需高度 */
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-image: url(../image/play_left_arr.png); /* 使用背景图 */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  background-color: #1f202e;
  
}
.play_next_actor{
  width: 38px; /* 或其他所需宽度 */
  height: 80px; /* 或其他所需高度 */
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 9;
  transform: translateY(-50%);
  border-radius: 4px;
  display: flex;
  align-items: center;
  background-image: url(../image/play_right_arr.png); /* 使用背景图 */
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  justify-content: center;
  background-color: #1f202e;
}

.playlist_diolag_box{
  border-radius: 20px;
  background: #fff;
  padding: 30px;

  .playlist_diolag_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 22px;
    color: #100f16;
  }

  .play_have_data{
    color: #100f16;
    padding-top: 18px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    .play_have_data_ul{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      overflow: hidden;
      height: 160px;
      overflow-y: scroll;

      li{
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        width: 100%;
        background: none;
        padding: 0;
      }
      span{
        margin-left: 10px;
        font-size: 18px;
      }
      .checkbox_play{
        width: 24px;
        height: 24px;
        border-radius: 4px;
      }

     
      
    }

    .new_playlist_btn{
      display: flex;
      flex-direction: row;
      width: 100%;
      .login-btn{
        margin-left: 10px;
        margin-right: 10px;
      }
    }
    

  }

  .play_save_data{

    .new_textarea{
      width: 100%;
      border: 1px solid #dbdbdd;
      color: #999aa8;
      background: #f4f4f4;
      border-radius: 8px;
      margin: 10px 0 30px 0;
      height: 100px;
      padding: 10px 0 0 10px;
    }
    
    .new_textarea::placeholder{
      color: black ;
    }
    .new_textarea:focus {
      outline: none;
    }
    .new_btn{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
    .play_cencel{
      background: #dbdbdd;
      color: #fff;
      border-radius: 8px;
      font-size: 22px;
      width: 45%;
      text-align: center;
      cursor: pointer;
    }
    .play_submit{
      background: #fe628e;
      color: #fff;
      border-radius: 8px;
      font-size: 22px;
      width: 45%;
      text-align: center;
      cursor: pointer;
    }
    
  }
  
  
}

.share_video{
      position: relative;
      margin-top: 30px;
      display: flex;
      flex-direction: column;
      align-items: center;

  .share_video_input{
    display: flex;
    justify-content: space-between;
    width: 100%;

    .share_input{
      background: #1f202e;
      color: #fff;
      border: none;
      cursor: pointer;
      border-radius: 6px;
      padding: 10px;
      font-size: 14px;
      min-width: 200px;
    }
    .share_input:focus {
      outline: none;
    }
    .copy_btn_dialog{
      background: #fe628e;
      border-radius: 8px;
      color: #fff;
      padding: 10px 20px;
      cursor: pointer;
      margin-left: 10px;
      width: 25%;
    }
    .copy_share_input{
      background: #1f202e;
      color: #fff;
      border: none;
      font-size: 18px;
      cursor: pointer;
      border-radius: 6px;
      padding: 10px;
      font-size: 14px;
      width: 75%;
    }

  }

  .play_main_btn{
    margin-top: 20px;
    border-radius: 12px;
    background: #1f202e;
    padding: 10px;
    cursor: pointer;
    color: #fff;
  }

}

.left_info_flex{
  margin-top: 10px;

  .movie-name {
    font-size: 16px;
    font-weight: 900;
    color: #fff;
  }
  .movie-data,
  .movie-number {
    margin-top: 20px;
    font-size: 14px;
    color: #999aa8;
  }

  .playlist_diolag_box{
    border-radius: 20px;
    background: #fff;
    padding: 30px;
  
    .playlist_diolag_title{
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 22px;
      color: #100f16;
    }
  
    .play_have_data{
      color: #100f16;
      padding-top: 18px;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  
      .play_have_data_ul{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        overflow: hidden;
        height: 160px;
        overflow-y: scroll;
  
        li{
          display: flex;
          align-items: center;
          margin-bottom: 24px;
          width: 100%;
          background: none;
          padding: 0;
        }
        span{
          margin-left: 10px;
          font-size: 18px;
        }
        .checkbox_play{
          width: 24px;
          height: 24px;
          border-radius: 4px;
        }
  
       
        
      }
  
      .new_playlist_btn{
        display: flex;
        flex-direction: row;
        width: 100%;
        .login-btn{
          margin-left: 10px;
          margin-right: 10px;
        }
      }
      
  
    }
  
    .play_save_data{
  
      .new_textarea{
        width: 100%;
        border: 1px solid #dbdbdd;
        color: #999aa8;
        background: #f4f4f4;
        border-radius: 8px;
        margin: 10px 0 30px 0;
        height: 100px;
        padding: 10px 0 0 10px;
      }
      
      .new_textarea::placeholder{
        color: black ;
      }
      .new_textarea:focus {
        outline: none;
      }
      .new_btn{
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      .play_cencel{
        background: #dbdbdd;
        color: #fff;
        border-radius: 8px;
        font-size: 22px;
        width: 45%;
        text-align: center;
        cursor: pointer;
      }
      .play_submit{
        background: #fe628e;
        color: #fff;
        border-radius: 8px;
        font-size: 22px;
        width: 45%;
        text-align: center;
        cursor: pointer;
      }
      
    }
    
    
  }

  .share_video{
    position: relative;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;

.share_video_input{
  display: flex;
  justify-content: space-between;
  width: 100%;

  .share_input{
    background: #1f202e;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    min-width: 200px;
  }
  .share_input:focus {
    outline: none;
  }
  .copy_btn_dialog{
    background: #fe628e;
    border-radius: 8px;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    margin-left: 10px;
    width: 25%;
  }
  .copy_share_input{
    background: #1f202e;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    border-radius: 6px;
    padding: 10px;
    font-size: 14px;
    width: 75%;
  }

}

.play_main_btn{
  margin-top: 20px;
  border-radius: 12px;
  background: #1f202e;
  padding: 10px;
  cursor: pointer;
  color: #fff;
}

}

  .other-operations {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    width: 50%;

    .operation-btn {
      cursor: pointer;
      display: flex;
      vertical-align: middle;
      line-height: 20px;
      font-size: 14px;
      color: #fe628e;
      .icon {
        margin: 0 3px;
        width: 20px;
        height: 20px;
      }
    }
  }

  .line_flex{
    display: flex;
    font-size: 14px;
    color: #999aa8;
    margin-top: 20px;
    flex-direction: column;

    .line_box{
      display: flex;
      flex-wrap: wrap;
      span{
        padding: 10px;
        background-color: #1f202e;
        border-radius: 8px;
        margin-top: 10px;
        margin-right: 10px;
        cursor: pointer;
        }
        span:hover,span.play_line_active{
          background-color: #fe628e;
          color: #fff;
        }
      }
    }
  .movie-tag {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    .tag {
      background-color: #1f202e;
      color: #999aa8;
      padding: 8px 12px;
      border-radius: 8px;
      cursor: pointer;
    }
    .tag:hover{
      background: #fe628e;
      color: #fff;
    }
  }
}

