.video{
    /*object-fit: none;*/
    /*position: absolute;*/
    /*position: absolute;
    top: 0%;
    left: 7.5%;
    top: 0%;
    left: 19.8%;*/
   /* left: 4%;
    top: 0%;*/
    z-index: 1;
    height: 522px;
}
.TimeLine{
	background-image: url(../img/vediobar01.png);
	background-repeat: no-repeat;
    background-size:cover;
    position: absolute;
    top: 87%;
    left: 2%;
     z-index: 9999;
     width: 858px;
     height: 8px;
}
.TimeLineBG{
    position: absolute;
    top: 0%;
	left: 0%;
    width: 858px;
    height: 8px;

}
.TimeLineValue{

    position: absolute;
    z-index: 9999;
    /*top: 92.3%;
    left: 17.5%;*/
    top: 0%;
    left: 0%;
    width: 858px;
    height: 8px;
}
.Controls{
    position: absolute;
    top: 88.7%;
    text-align: start;
    width: 858px;
    height: 67px;
}
/*撥放按鈕*/
.play{
    position: absolute;
    padding: 0;
    left: 2%;
    top: 27%;
    width: 25px;
    height: 28px;
}
.full{
    position: absolute;
    padding: 0;
    left: 99%;
    top: 27%;
    width: 25px;
    height: 25px;
}
.play img{
	width:100%;
	height:100%;
}
/*聲音條*/
.Sound{
    position: absolute;
    left: 9%;
    top: 30%;
    width: 24px;
    height: 21px;
}
.Sound > img{
    width:100%;
	height:100%;
}
.SoundBar{
    position: absolute;
    top: 39.3%;
    left: 12.5%;
    line-height: 0px;

    width: 95px;
    height: 12px;
}
.SoundBG{
    /*position: absolute;
    top: 30%;
    left: 0%;*/
    z-index: 1000;
    position: absolute;
    top: 0%;
    left: 0%;

    width: 82px;
    height: 6px;
}
/*max 224*/
.divSoundValue{
    position: absolute;
    top: 0%;
    left: 0%;
    overflow: hidden;
    padding: 0;
    width: 0px;
    z-index: 2000;

    width: 14px;
    height: 14px;
}
.SoundValue{


}
.btn_SoundValue{
    z-index: 9999;
    position: absolute;
    left: 0%;
    top: -30%;
}
@media (max-height: 300px) {
    .btn_SoundValue{
        top: 0%;
    }

}