.outerNode{
    width: 708px;
    height: 398px;
    margin: auto;
}  
.outerNode .videoNode{
        width: 708px;
    height: 398px;float: left;
    background: black;
}     
.outerNode .controlsNode{
    width: 708px;height: 34px;float: left;background: #000000;
}

.outerNode .controlsNode .playNode{
     float: left;
    width: 25px;
    height: 25px;
    margin: 5px 0 0 14px;
    background: url(../images/playNode.png) no-repeat;cursor: pointer;
    background-size: 100% 100%;
}
.outerNode .controlsNode .pauseNode{
    float: left;
    width: 25px;
    height: 25px;
    margin: 5px 0 0 14px;
    background: url(../images/pause.png) no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}


.outerNode .controlsNode .loadNode{       width: 345px;
    height: 10px;
    margin: 12px 0 0 21px;
    float: left;
    background: #a5a5a5;
    position: relative;
}
.outerNode .controlsNode .loadNode .lineNode{
    width: 0%;height: 10px;position: absolute;left: 0;top: 0px;
     background: #ffffff;

}
.outerNode .controlsNode .loadNode .lineNode .lineRight{
    width: 2px;height: 100%;position: absolute;right: 0;top: 0;
background: #a5a5a5;}

.outerNode .controlsNode .loadNode .loadLeft{
    height: 100%;width:3px ;position: absolute;left: 0;top: 0;
    background:  #ffffff;z-index: 4;
}
.outerNode .controlsNode .loadNode .loadRight{
    height: 100%;width:3px ;position: absolute;right: 0;top: 0;
    background:  #ffffff;
}
.outerNode .controlsNode .loadNode .crlNode{
width: 12px;
    height: 15px;
    background: #ffffff;
    position: absolute;
    left: -8.5px;
    top: -2.5px;
    cursor: pointer;
    z-index: 5;}

.outerNode .controlsNode .timeNode{
  float: left;
    width: 75px;
    height: 10px;
    margin: 12px 0 0 29px;
}
.outerNode .controlsNode .timeNode span{font-size:10px;float: left;line-height: 10px;color: white; }
.outerNode .controlsNode .volumeNode{
    width: 17px;
    height: 16px;
    float: left;
    margin: 9px 0 0 30px;
    background: url(../images/volume_bg.png);
    background-size: 100% 100%;
}
.outerNode .controlsNode .volumeLine{
    height: 8px;
    width: 61px;
    float: left;
    margin: 13px 0 0 5px;
    background: #a5a5a5;
    position: relative;
}
.outerNode .controlsNode .volumeLine .v_left{
    width: 3px;height:100%;position: absolute;left: 0;top: 0;background: #ffffff;
}
.outerNode .controlsNode .volumeLine .v_right{
    width: 3px;height:100%;position: absolute;right: 0;top: 0;background: #ffffff;
}
.outerNode .controlsNode .volumeLine .v_DragNode{
    width: 8px;
    height: 13px;
    position: absolute;
    left: 58.5px;
    top: -2.5px;
    background: #ffffff;
    cursor: pointer;
}
.outerNode .controlsNode .fullNode{
    width:20px;height:20px;float: left;margin: 7px 0 0 51px;
    background: url(../images/full_bg.png) no-repeat;cursor: pointer;
    background-size: 100% 100%;
    transition: 0.7s;
}
.outerNode .controlsNode .fullNode:hover{
    background: url(../images/full_hover_bg.png) no-repeat;
     background-size: 100% 100%;
}