:root {
  /* 大背景 */
	--primary-color: #ffffff;	
	/* 标题文字   图标颜色 */
	--size-color:#333333;
	/* 二级标题 */
	--size-color-black:#666666;
	/* 简介文字 */
	  --size-color-gray:#999999;
	  /* 背景色块 */
	--size-bg-bgf5:#f5f5f5;
	/* 按钮颜色 */
	--green-color:#14af68;
	/* 线条颜色	 */
	--secondary-color: #eeeeee;		
	/* 输入框边框 */
	--border-color: #DDDDDD;
	/* 错误信息提示 */
	--red-color: #DF3532;
	--blue-color: #284391;
	--size-bg-bgf9: #f9f9f9;
}
.videobanner{
    background:rgba(0,0,0,0.7);
    /* backdrop-filter: blur(60px); */
    height:677px;
    position: relative;
}
.my-video-mark{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 10;
    backdrop-filter: blur(8px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.left-mark{
    width: 356px;
    height: 433px;
    font-weight: 500;
    font-size: 24px;
    color: #999999;
    text-align: center;
}
.left-mark .info{
    width: 151px;
    margin-top: 145px;
    float: right;
    margin-right: 20px;
    opacity: .5;
}
.v-name{
    line-height: 32px;
}
.right-mark .info{
    float: left;
    margin-left: 20px;
}
.vname{
    word-break: break-all;
}
.info .name{
    font-weight: 400;
    font-size: 16px;
    margin: 18px 0 12px;
}
.info .time{
    font-size: 18px;
}
.videoboxlist{
    width:1440px;
    margin:0 auto;
    display: flex;
    justify-content: space-between;
}
.title-divider{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size:24px;
    color:var(--size-color);
    padding-top:45px;
    font-weight:bold
 }
.title-divider span{
    font-size:16px;
    color:var(--size-color);
    cursor: pointer;
    font-weight: normal;
}
.title-divider p{
    display: flex;
    align-items: center;
}
.title-divider p img{
    width:126px;
}
.videohotlist{
    width:454px;
    height:auto;
    border-radius: 10px;
    margin-top:29px;
}
.seamless-container {
  height: 676px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 4px;
}

.scroll-list {
  margin: 0;
  padding: 0 20px;
  list-style: none;
}

.scroll-item {
  padding: 12px 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.scrollitemIndex{
    display: flex;
    align-items: center;
    font-size:24px;
    line-height:1;
    color:var(--size-color-gray);
	width: 206px;
}
.scroll-item:nth-child(1) .scrollitemIndex,.scroll-item:nth-child(2) .scrollitemIndex,.scroll-item:nth-child(3) .scrollitemIndex{
    color:#DF3532;
}
.scrollitemIndex span{
    margin-left:10px;
}
.scrollitemIndex span i{
    display: block;
    font-size: 16px;
    font-weight:500;
    font-style: normal;
    color:var(--size-color);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 190px;
}
.scrollitemIndex span em{
    font-style:normal;
    font-size:14px;
    color:var(--size-color-gray)
}
.dziconright{
    display: flex;
    align-items: center;
}
.dztop{
    text-align: center;
    font-size:18px;
    color:var(--size-color);
    font-weight:500;
    margin-right:28px;
    cursor: pointer;
	width:54px;
	overflow: hidden;
}
.dztop i,.dztop em{
    display: block;
}
.dztop .hovericon{
    color:#14AF68;
    display: none;
}
.dztop:hover .hovericon{
  display: block;
}
.dztop:hover .normal{
    display: none;
}
.dztop .redicon{
    color: #DF3532;
}
.imgboxset{
    width: 105px;
    height: 60px;
    border-radius:8px;
    position:relative;
    overflow: hidden;
    transition: all 0.3s;
}
.imgboxset span{
    display: block;
    width: 105px;
    height: 60px;
    border-radius:8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.imgboxset i{
    display: inline-block;
    width: 30px;
    height: 30px;
    background: rgba(0,0,0,0.6);
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    border-radius:100px;
    text-align: center;
    line-height:30px;
    color:#fff;
    font-size:12px;
}
.videolistcontent{
    display: flex;
    flex-wrap: wrap;
    margin-top:29px;
}
.videolistcontent li{
    width:454px;
    margin-right:39px;
    margin-bottom:47px;
}
.videolistcontent li:nth-child(2n){
    margin-right:0;
}
.videoimg{
    width:454px;
    height:257px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.videoimg div{
    width:454px;
    height:257px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    cursor: pointer;
}
.videoimg:hover div{
    transform: scale(1.1);
}
.videoimg i{
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100px;
    background: rgba(0,0,0,0.6);
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
    line-height:60px;
    font-size:20px;
}
.videoimg em{
    width: 40px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height:24px;
    position: absolute;
    top:16px;
    right:20px;
    text-align: center;
    font-style: normal;
}
.dzboxsetinfo{
    display: flex;
    justify-content: space-between;
}
.dzboxsetinfo div{
    display: flex;
    align-items: center;
    padding-top:16px;
}
.dzboxsetinfo div b{
    width: 42px;
    height: 42px;
    border-radius: 42px;
    background:#000;
    margin-right:15px;
}
.dzboxsetinfo div p span{
    display: block;
    font-size:16px;
    color:var(--size-color);
    font-weight:500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 310px;
}
.dzboxsetinfo div p em{
    font-style:normal;
    font-size:12px;
    color:var(--size-color-gray)
}
.dzboxsetinfo i{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-top:17px;
    font-style:normal
}
.BirdNetworkHotspots1{
    width:1440px;
    margin:0 auto;
  }
  .fjhtjnavlist{
    display: flex;
  }
  .fjhtjnavlist li{
    width:110px;
    height:40px;
    border-radius:100px;
    background:#f5f5f5;
    text-align: center;
    line-height:40px;
    font-size:16px;
    cursor: pointer;
    color:#666666;
    margin-left:12px;
    position:relative;
  }
  .fjhtjnavlist li img{
    position:absolute;
    width:24px;
    height:24px;
    top:-8px;
    right:-8px;
  }
  .fjhtjnavlist li:hover,.fjhtjnavlist li.hover{
    background:#14ae67;
    color:#fff;
  }
  .contentbox{
    width:1440px;
    max-height:870px; 
    position:relative;
    overflow: hidden;
  }
  .Essencerecommendation{
    width:1455px;
    max-height:870px; 
    position:relative;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .backgroungradeline{
    width:100%;
    height: 81px;
    background: linear-gradient( 180deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
    position:absolute;
    left:0;
    bottom:0;
    z-index:1;
  }
  .Essencerecommendationlist{
    display: flex;
    flex-wrap: wrap;
    padding-top:40px;
  }
  .Essencerecommendationlist .marginRight{
    margin-right:35px;
  }
  .Essencerecommendationlist .marginRight:nth-child(3n){
    margin-right:0;
  }
  .titlepadding{
    padding-top:38px;
  }
  .titlepadding em{
    display: inline-block;
    color:var(--size-color);
    font-style: normal;
    margin-left:20px;
    position:relative
  }
  .titlepadding em:hover::after{
    content:'';
    width: 29px;
    height: 2px;
    background:var(--green-color);
    position:absolute;
    left:50%;
    bottom:-8px;
    transform: translateX(-50%);
  }
  .titlepadding em.hover::after{
    content:'';
    width: 29px;
    height: 2px;
    background:var(--green-color);
    position:absolute;
    left:50%;
    bottom:-8px;
    transform: translateX(-50%);
  }
  .picimgjih{
    padding-top:25px;
  }
  .videolistcontent1{
    display: flex;
    flex-wrap: wrap;
    margin-top:29px;
}
.videolistcontent1 li{
    width:343px;
    margin-right:22px;
    margin-bottom:47px;
}
.videolistcontent1 li:nth-child(4n){
    margin-right:0;
}
.videoimg1{
    width:343px;
    height:194px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.videoimg1 div{
    width:343px;
    height:194px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
}
.videoimg1 i{
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 100px;
    background: rgba(0,0,0,0.6);
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    text-align: center;
    line-height:45px;
    font-size:18px;
}
.videoimg1 em{
    width: 40px;
    height: 24px;
    background: rgba(255,255,255,0.2);
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height:24px;
    position: absolute;
    top:16px;
    right:20px;
    text-align: center;
    font-style: normal;
}
.bannerboxset{
    width:100%;
    height:677px;
}

.img-banner{
    width:100%;
    height:677px;
    background-repeat: no-repeat;
    background-size:cover;
    position: relative;
    transition: all 0.3s;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s;
  position: absolute;
  width: 100%;
}
.fade-enter {
  opacity: 0;
}
.fade-leave-active {
  opacity: 0;
  transition-delay: 0.2s; /* 延迟淡出 */
}
.fade-enter-active {
  transition-delay: 0.3s; /* 延迟淡入 */
}
.positionabsoute{
    box-sizing: border-box;
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:237px;
    color:#fff;
    box-sizing: border-box;
    padding:0 42px 30px 42px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    opacity: 0;
    /* box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.5); */
  }
  .positionabsoute-left{
    font-size:24px;
  }
  .positionabsoute-left span{
    display: block;
    width: 98px;
    height: 34px;
    background: #FFFFFF;
    border-radius: 17px;
    color:#333;
    font-size:18px;
    text-align: center;
    line-height:34px;
    margin-bottom:15px;
  }
  .positionabsoute-right{
    font-size:16px;
    font-weight:normal;
    display: flex;
    align-items: center;
  }
  .positionabsoute-right p{
    font-size:16px;
    display: flex;
    align-items: center;
  }
  .positionabsoute-right p b{
    display: inline-block;
    width: 31px;
    height: 32px;
    box-shadow: 0px 2px 14px 0px rgba(0,0,0,0.5);
    background:#666;
    border-radius:100px;
    margin-right:10px;
  }
  .positionabsoute-right i{
    display: inline-block;
    background:rgba(0,0,0,0.2);
    border-radius:5px;
    width:42px;
    height:42px;
    text-align: center;
    line-height: 42px;
    font-size:16px;
    cursor: pointer;
    margin-left:30px;
    border-color:rgba(255,255,255,0.5);
  }
  .positionabsoute-right i:hover{
    border-color:rgba(255,255,255,1);
  }
  .positionabsoute-right i.hover{
    color:red;
    border-color:rgba(255,255,255,1);
  }