.fullvideo {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
.fullvideo-body {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 9999;
    background: rgba(0,0,0,0.1);
}
.fullvideo-main {    
    padding: 0px;
}
.video {
    background: rgba(0,0,0,0.1);
    width: 100%;    
    overflow: hidden;
}
.video video {
    width: 100%;
    height: auto;
    
}
.fullvideo-close {
    display: block;
    width: 36px;
    height: 36px;
    border: 0px solid #fff;
    position: absolute;
    right: -50px;
    top: 0;

}
.ico-close {
    width: 36px;
    height: 36px;
    background-image: url("images/h/imgclose.png");
    background-repeat: no-repeat;
    background-size: 36px 36px;    
    display: inline-block;
    vertical-align: middle;
}