﻿body{
    padding:0;
    margin:0; 
    background:#fff;  
    padding:10px;
    }
    img
    {
        border:none;    
    }
    
    a
    {
       cursor:pointer; 
       }
  .clear
  {
   clear:both;   
   } 
.vedio-bottom
{
    width:100%;
     height:70px;
     margin-top:10px;
}

.vedio-bottom-btn
{
    background:#f5f5f5;
    float:left;
    }

.vedio-bottom-side
{
    width:26%; 
    height:100%;   
}

.vedio-bottom-middle
{
    width:40%;
    height:100%;
    background:#F75C61;
    margin:0px 4%;
    }
    
    .vedio-bottom-btn img
    {
        display:block;
        margin:auto; 
        height:100%;
    }
    
    #CuPlayer
    {
        width:100%;
        height:420px; 
        background:#000;
    }
    
    #CuPlayer img
    {
      display:block;
      margin:auto;
      padding-top:220px;  
      }