.miniVideoPlayer {
  position: relative; }
  .miniVideoPlayer * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: absolute; }
  .miniVideoPlayer video {
    background: black; }
  .miniVideoPlayer .video, .miniVideoPlayer .snapshot, .miniVideoPlayer .pauselayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain; }
  .miniVideoPlayer .pauselayer {
    display: none; }
  .miniVideoPlayer .videobar {
    background: #000 url(mypagemini.png) 0 0 no-repeat;
    height: 16px;
    bottom: 0;
    left: 0;
    right: 0; }
  .miniVideoPlayer .close, .miniVideoPlayer .maximize {
    position: absolute;
    top: 5px;
    width: 10px;
    height: 10px; }
  .miniVideoPlayer .close {
    right: 5px;
    background: url(mypagemini.png?5) -50px -20px no-repeat; }
  .miniVideoPlayer .maximize {
    right: 20px;
    background: url(mypagemini.png?5) -60px -20px no-repeat; }
  .miniVideoPlayer .time {
    right: 19px;
    bottom: 0;
    width: 24px;
    height: 16px;
    line-height: 16px;
    letter-spacing: -0.05em;
    font-size: 9px;
    color: #FFF;
    text-align: center; }
  .miniVideoPlayer .bar {
    width: 2px;
    height: 16px;
    right: 17px;
    bottom: 0;
    background: green url(mypagemini.png) -198px -16px no-repeat; }
  .miniVideoPlayer .seekbar.seek {
    height: 16px;
    left: 20px;
    right: 50px;
    bottom: 0px; }
    .miniVideoPlayer .seekbar.seek .bg {
      height: 2px;
      left: -1px;
      bottom: 6px;
      background: #bbe7f7;
      border: 1px solid #2f2e34; }
    .miniVideoPlayer .seekbar.seek .fill {
      top: 7px;
      width: 0%;
      height: 2px;
      background-color: #20abe2; }
    .miniVideoPlayer .seekbar.seek .drag {
      top: 3px;
      width: 10px;
      height: 10px;
      background: transparent url(mypagemini.png) -20px -20px no-repeat; }
    .miniVideoPlayer .seekbar.seek .left {
      display: none; }
    .miniVideoPlayer .seekbar.seek .right {
      display: none; }
  .miniVideoPlayer .button {
    width: 10px;
    height: 10px;
    bottom: 3px; }
    .miniVideoPlayer .button.playpause {
      left: 3px; }
      .miniVideoPlayer .button.playpause.play {
        background: transparent url(mypagemini.png) 0 -20px no-repeat; }
      .miniVideoPlayer .button.playpause.pause {
        background: transparent url(mypagemini.png) -10px -20px no-repeat; }
    .miniVideoPlayer .button.volume {
      right: 3px; }
      .miniVideoPlayer .button.volume.off {
        background: transparent url(mypagemini.png) -40px -20px no-repeat; }
      .miniVideoPlayer .button.volume.on {
        background: transparent url(mypagemini.png) -30px -20px no-repeat; }

/*# sourceMappingURL=mypagemini.css.map */
