.youku-film-player{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0);
}
.youku-inter-player{
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0, 0, 0);
}
.ykplayer-dashboard-hidden .information-tips{
    bottom: 0;
}
.ykplayer-dashboard-hidden .top_area{
    display:none;
}
.fullscreen-75-percent video{
    position: absolute !important;
    width:75% !important;
    height:75% !important;
    top: 50% !important;
    left:50% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgb(0, 0, 0) !important;
}
.fullscreen-50-percent video{
    position: absolute !important;
    width:50% !important;
    height:50% !important;
    top: 50% !important;
    left:50% !important;
    transform: translate(-50%,-50%) !important;
    background-color: rgb(0, 0, 0) !important;
}
