body{
}

.guide_player_box{
    position: relative;
}

.guide_player_canvas{
    width: 100%;
    position: relative;
    background-color: #000;
    background-size:100% 100%;
    overflow: hidden;
}

.guide_player_pause_cover{
    width: 100%;
    line-height: 768px;
    position: absolute;
    left:0;
    top:0;
    background-color: #000;
    display: none;
    text-align: center;
    color:#fff;
    font-size: 50px;
    cursor: default;
}

.guide_player_toolbar{
    width:100%;
    height:35px;
    overflow: hidden;
    background-color:rgba(0, 0, 0, 0.7);
}

.guide_player_cursor{
    width:25px;
    height:25px;
    position: absolute;
    left:0;
    top:0;
    background-image: url("images/cursor.png");
    background-size:100% 100%;
    display: none;
}

.guide_player_mouse{
    width:40px;
    height:40px;
    position: absolute;
    left:25px;
    top:25px;
    background-size:cover;
    display: none;
}

.guide_player_mouse_left{
    background-image: url("images/mouse_l.gif");
}

.guide_player_mouse_right{
    background-image: url("images/mouse_r.gif");
}

.guide_player_toolbar_play{
    width:35px;
    height:35px;
    font-size: 1.8em;
    text-align: center;
    float:left;
    color:#fff;
    background-color: #000;
}

.guide_player_toolbar_play:hover{
    background-color: #333;
}

.guide_player_toolbar_play:active{
    background-color: #666;
}

.guide_player_progress_bar{
    width:10px;
    float:left;
    height:35px;
}

.guide_player_progress{
    width:10px;
    height:8px;
    background-color: #333;
    margin: 0 auto;
    margin-top: 13px;
}

.guide_player_progress_val{
    width:0;
    height:8px;
    background-color: #000;
}

.guide_player_toolbar_time{
    width:79px;
    height:35px;
    line-height: 35px;
    float:left;
    text-align: center;
    color:#fff;
}

.guide_player_img_buffer{
    width: 0;
    height: 0;
    overflow: hidden;
}

.guide_player_frame{
    width:100%;
}

.loading_cover{
    color:#fff;
    width: 100%;
    line-height: 768px;
    position: absolute;
    left:0;
    top:0;
    text-align: center;
}

.guide_player_tips{
    width:100%;
    text-align: center;
    position: absolute;
    bottom:0;
    margin:0 auto;
    line-height: 35px;
    font-size: 18px;
    color:#fff;
    background-color: rgba(0, 0, 0, .2);
}

.noselect {

    -webkit-touch-callout: none; /* iOS Safari */

    -webkit-user-select: none; /* Chrome/Safari/Opera */

    -khtml-user-select: none; /* Konqueror */

    -moz-user-select: none; /* Firefox */

    -ms-user-select: none; /* Internet Explorer/Edge */

    user-select: none; /* Non-prefixed version, currently

    not supported by any browser */
}