video {
    width: 100%;
    height: 100%;
}
.Title {
    width: 22.3rem;
    margin: 0rem auto 2.2rem;
    text-align: center;
}

.Title1 {
    font-size: 1.25rem;
    font-family: 'Conv_OPTIMA_B', Sans-Serif;
    line-height: 1.45rem;
    color: rgba(26, 26, 26, 1);
}

.Title2 {
    font-size: 1.5rem;
    font-family: PingFang SC;
    font-weight: bold;
    line-height: 2.1rem;
    color: rgba(26, 26, 26, 1);
}

.Title3 {
    font-size: .7rem;
    line-height: .8rem;
    color: rgba(128, 128, 128, 1);
    font-family: 'Conv_OPTIMA_B', Sans-Serif;
}

.videoList {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-count: 3;
}

.videoListD{
    width: 32%;
    height: 13.55rem;
    background: lightgray;
    /* background: url(../img/videoposter/poster1.png);
    background-size:100% 100%;  */
    margin-bottom: 1.4rem;
    position: relative;
}
.videoListD:hover{
    transition: opacity 1.5s;
    opacity: 0.8;
}
.videoListD  .bakimg{
    width: 100%;
    height: 100%;
}

.plo{
    position: absolute;
    width:100%;
    /* height:1.6rem; */
   bottom: 0px;
    /* background: black; */
}
.line{
    width: 100%;
    height: .2rem;
    background:linear-gradient(243deg,rgba(201,117,22,1) 0%,rgba(156,73,40,1) 20%,rgba(161,52,73,1) 43%,rgba(109,61,109,1) 64%,rgba(99,146,219,1) 82%,rgba(96,186,217,1) 100%);
}
.txt{
    font-size:.7rem;
font-family:PingFang SC;
font-weight:400;
line-height:1rem;
color:rgba(255,255,255,1);
text-align: center;
margin-bottom: .3rem;
}
.play{
    width:3.2rem;
    height:3.2rem;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.plays{
    /* width:3.2rem;
    height:3.2rem;
    position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    display: none; */
}
.videoabso{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    background: black;
    z-index: 1000;
    display: none;
    /* opacity: 0.98; */
}
#video2{
    width: 50%;
    height: 50%;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
    /* width: 1200px; */
}
/* .videoListD:hover{
    transform: scale(1.4)
} */

.btnNav {
    /* width: 23rem; */
    width: 15rem;
    height: 2rem;
    margin: 4.1rem auto 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.prev,
.next {
    width: 2rem;
    height: 2rem;
    background: rgba(26, 26, 26, 1);
    text-align: center;
    line-height: 2rem;
    color: #fff;
}
.prev:hover,
.next:hover{
    opacity: 0.6;
}

.num {
    /* width: 12.95rem; */
    width: 5rem;
    height: 1.5rem;
    display: flex;
    justify-content: space-between;
    color: #fff;

}

.num span {
    font-size: 1.2rem;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.5rem;
    color: rgba(26, 26, 26, 1);
}

.num span:hover {
    color: #54BBFF;
    -webkit-transform: scale(1.05);
    /* for Chrome || Safari */
    -moz-transform: scale(1.05);
    /* for Firefox */
    -ms-transform: scale(1.05);
    /* for IE */
    -o-transform: scale(1.05);
    /* for Opera */
    transform: scale(1.05)
}

@media (max-width: 992px) {
    .videoList div{
        width: 42%;
    }
    .videoList{
        columns: 2;
    }
}
@media (max-width: 768px) {
    .videoList div{
        width: 48%;
    }
    .videoList{
        columns: 2;
    }
    #video2{
       width: 100%;
    }
    .videoHidden{
        position: relative;
    }
}
@media (max-width: 468px) {
    .videoList div{
        width: 100%;
    }
    .videoList{
        columns: 1;
    }
    /* .mobileV{
        width: 100%;
        height: 100%;
    } */
}