﻿body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  
  .bossgoo_vIdeo_detail1 main {
    display: flex;
  }
  
  .search-icon, .language-selector {
    cursor: pointer;
    margin-left: 20px;
  }
  
  .bossgoo_vIdeo_detail1{
    padding: 30px 0;
  }

  .bossgoo_vIdeo_detail1 .wrap{
    max-width: 1700px;
  }

  .bossgoo_vIdeo_detail1 .video-section{
    width: calc(100% - 370px);
  }

  .bossgoo_vIdeo_detail1 .video-info .btnBox .leave>.icon-youjian{
    display: inline-block;
  }

  .bossgoo_vIdeo_detail1 .video-info .categories .icon-facebook-fill{
    font-size: 20px;
    color: rgb(60, 90, 153);
  }
  .bossgoo_vIdeo_detail1 .video-info .categories .icon-linkedin-fill{
    font-size: 20px;
    color: rgb(0, 122, 183);
  }
  .bossgoo_vIdeo_detail1 .video-info .categories .icon-twitterlogo{
    font-size: 20px;
    color: rgb(47, 176, 236);
  }
  .bossgoo_vIdeo_detail1 .video-info .categories .icon-pinterest2{
    font-size: 20px;
    color: rgb(230, 0, 35);
  }

  .bossgoo_vIdeo_detail1 .video-info .categories .iconbox a{
    text-decoration: none;
  }

  .bossgoo_vIdeo_detail1 .more {
    color:#3B8DFE;
    TEXT-ALIGN: center;
    DISPLAY: block;
  }


  .bossgoo_vIdeo_detail1 .video-info .categories .share {
    position: relative;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .categories .share:hover .shareBox{
    display: block;
    z-index: 99;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .categories .share .shareBox{
    width: 110px;
    position: absolute;
    bottom: 25px;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 8px #00000026;
    display: none;
    right: 0;
  } 
  
  .bossgoo_vIdeo_detail1 .video-info .categories .share .shareBox::after{
    content: '';
    position: absolute;
    bottom: -5px;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 5px solid #fff;
  }
  
  
  .bossgoo_vIdeo_detail1 .video-container {
    position: relative;
    width: 100%;
  }
  
  .bossgoo_vIdeo_detail1 .video-container video {
    width: 100%;
    border-radius: 8px;
  }
  
  .bossgoo_vIdeo_detail1 .video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
  }
  
  .bossgoo_vIdeo_detail1 .video-info {
    margin-top: 30px;
     
  
  }
  .bossgoo_vIdeo_detail1 .video-info .infoTitle{
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .bossgoo_vIdeo_detail1 .video-info .infoTitle h2{
    font-weight: bold;
    color: #000;
  }
  .bossgoo_vIdeo_detail1 .video-info .btnBox{
    flex-shrink: 0;
    display: flex;
    margin-left: 20px;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .categories{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    color: #333;
  }
  
  
  .bossgoo_vIdeo_detail1 .video-info .categories a{
    text-decoration: underline;
    color: #333;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .categories .share>a{
    text-decoration: none;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .btnBox button{
    height: 44px;
    border-radius: 22px;
    font-size: 14px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border: unset;
    color: #fff;
  }
  .bossgoo_vIdeo_detail1 .video-info .btnBox button .iconfont { 
    font-size: 26px;
    color: #ffffff;
    margin-right: 8px;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .btnBox .leave{
    background-color: #ff9000;
    margin-right: 10px;
    cursor: pointer;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .btnBox .now{
    background-color: #3abf27;
    cursor: pointer;
  }
  
  .bossgoo_vIdeo_detail1 .video-info h2 {
    margin-top: 0;
  }
  
  .bossgoo_vIdeo_detail1 .tags span {
    margin-right: 10px;
    color: orange;
    cursor: pointer;
  }
  
  .bossgoo_vIdeo_detail1 .video-stats {
    margin-top: 5px;
  }
  
  .bossgoo_vIdeo_detail1 .video-info .video-stats{
    margin-top: 20px;
  }
  
  .bossgoo_vIdeo_detail1 .cta-buttons button {
    margin-right: 10px;
    padding: 10px 20px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .bossgoo_vIdeo_detail1 .cta-buttons button:hover {
    background-color: #0056b3;
  }
  
  .bossgoo_vIdeo_detail1 .share-button button {
    margin-top: 20px;
    padding: 10px 20px;
    border: none;
    background-color: #ccc;
    color: black;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  
  .bossgoo_vIdeo_detail1 .share-button button:hover {
    background-color: #aaa;
  }
  
  .bossgoo_vIdeo_detail1 .related-videos {
    display: flex;
    flex-direction: column;
    width: 350px;
    padding-left: 20px;
    flex-shrink: 0;
  }
  
  .bossgoo_vIdeo_detail1 .video-item {
    margin-bottom: 20px;
    position: relative;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  
  
  .bossgoo_vIdeo_detail1 .video-item img {
    width: 100%;
    border-radius: 8px;
  }
  
  .bossgoo_vIdeo_detail1 .video-item .video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
  }
  
  .bossgoo_vIdeo_detail1 .related-videos .video-item  a {
    display: block;
    margin-top: 5px;
    font-family: ArialMT;
      font-size: 16px;
      line-height: 20px;
      color: #333333;
  }
  
  .bossgoo_vIdeo_detail1  .content{
    margin-top: 20px;
    padding: 20px;
      background-color: #f0f0f0;
      border-radius: 8px;
  }

    
  .bossgoo_vIdeo_detail1  .content  .contentText{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 限制显示的行数为3行 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .bossgoo_vIdeo_detail1  .content p{
    color: #333;
  }
  
  .bossgoo_vIdeo_detail1   .video-stats{
    display: flex;
  }
  
  .bossgoo_vIdeo_detail1   .video-stats .iconfont{
    font-size: 20px;
    margin-right: 5px;
  }
  
  .bossgoo_vIdeo_detail1   .video-stats .iconbox{
    margin-right: 10px;
    display: flex;
    align-items: center;
  }
  
  .bossgoo_vIdeo_detail1   .video-stats {
    font-size: 14px;
  }
  
  .bossgoo_vIdeo_detail1 .videobox{
     position: relative;
     width: 100%;
     height: 0;
     padding-bottom: 56.6%;
  }
  
  .bossgoo_vIdeo_detail1 .videobox video{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    border-radius: 16px;
  }
  
.bossgoo_vIdeo_detail1 .more {
  color:#3B8DFE;
  TEXT-ALIGN: center;
  DISPLAY: block;
}
  
  .bossgoo_vIdeo_detail1 .content p{
    margin-bottom: 10px;
  }


  
  @media only screen and (max-width:1040px) {
    .bossgoo_vIdeo_detail1 .video-section{
      width: 100%;
    }
    .bossgoo_vIdeo_detail1 main{
      flex-direction: column;
    }
    .bossgoo_vIdeo_detail1 .video-info .infoTitle{
      flex-direction: column;
    }
  
    .bossgoo_vIdeo_detail1 .wrap {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  
  .bossgoo_vIdeo_detail1 .video-container, .bossgoo_vIdeo_detail1 .video-info{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .bossgoo_vIdeo_detail1 .related-videos{
    width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: .6rem;
    flex-direction: row;
  }
  .bossgoo_vIdeo_detail1 .video-item{
    width: 49%;
    margin-right: 2%;
  }
  
  .bossgoo_vIdeo_detail1 .video-item:nth-child(2n){
    margin-right: 0;
  }
  
  .bossgoo_vIdeo_detail1 .related-videos .video-stats{
    display: none;
  }
  
  
  }
  
  @media only screen and (max-width:767px) {
  
    .bossgoo_vIdeo_detail1 .video-item{
      border-radius: 4px;
    }
    .bossgoo_vIdeo_detail1 .video-container, .bossgoo_vIdeo_detail1 .video-info{
      padding-left: .1rem !important;
      padding-right: .1rem !important;
    }
  
    .bossgoo_vIdeo_detail1 .related-videos{
      padding-left: .1rem !important;
      padding-right: .1rem !important;
    }
    .bossgoo_vIdeo_detail1{
      padding: .3rem 0;
    }
    .bossgoo_vIdeo_detail1 .video-info .infoTitle h2{
      font-size: .28rem;
    }
  
    .bossgoo_vIdeo_detail1 .video-info{
      margin-top: .3rem;
    }
  
    .bossgoo_vIdeo_detail1 .video-info .infoTitle{
      margin-top: .1rem;
    }
  
    .bossgoo_vIdeo_detail1 .video-info .btnBox{
      margin-left: 0;
      width: 100%;
      margin-top: .35rem;
    }
  
    .bossgoo_vIdeo_detail1 .video-info .btnBox button{
       width: 50%;
       justify-content: center;
       height: .74rem;
       border-radius: .37rem;
    }
  
    .bossgoo_vIdeo_detail1 .video-info .btnBox button .iconfont{
      margin-right: 5px;
      font-size: .40rem;
    }
  
    .bossgoo_vIdeo_detail1 .content{
      padding: .2rem;
    }
  
    .bossgoo_vIdeo_detail1 .content p{
      margin-bottom: .1rem;
    }
  
    .bossgoo_vIdeo_detail1 .related-videos{
      margin-top: .3rem;
    }
  
    .bossgoo_vIdeo_detail1 .related-videos .video-item a{
      font-size: .28rem;
    }
  
    .bossgoo_vIdeo_detail1 .content{
      margin-top: .2rem;
    }
  
   
  
  }