
.weplayer-container{
    width: 800px;
    height: 300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}
.weplayer-container *{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
}

.weplayer-video-class{
    width: 100%;
    height: 100%;
    background: #eee
}

.weplayer-mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width:100%;
    height: 100%;
    background: rgba(0,0,0,.5) 
}
.weplayer-center-logo{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height: 100%;
    z-index:3;

    display: none
}

.weplayer-center-logo > img {

    position: absolute;
    width: 80px;
    height: 80px;

    left: 50%;
    top:50%;
    margin-top:-40px;
    margin-left:-40px;
    
    cursor: pointer;
}

.weplayer-center-logo > .play{
    transition: all 200ms;
}

.weplayer-center-logo > .play:hover{
    width: 100px;
    height: 100px;
    margin-top:-50px;
    margin-left:-50px;
}

.weplayer-foot{
    position: absolute;
    z-index: 4;

    width: 100%;
    height: 10%;
    min-height:40px ;
    max-height:50px ;

    background: rgba(0,0,0,.9);

    transition: all 200ms;
    display: flex
}
.weplayer-foot-left{
    width: 50%;
    height: 100%;
    display: flex;
}

.weplayer-foot-play{
    width: 20%;
    height: 100%;
    max-width: 80px;
    min-width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.weplayer-foot-play  img {
    height: 50%;
    cursor: pointer;
    transition: all 200ms;
}

.weplayer-foot-play img:hover{
    height: 60%;
}

.weplayer-foot-swiper{
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
}
  
.barBox{
    height: 6px;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: -6px;
    cursor: pointer;
}
.barColor{
    background: #5ac3ff;
    height: 6px;
    width: 0;
    border-top-right-radius:10px; 
    border-bottom-right-radius:10px; 
    float: left;
}
.barBlock{
    width: 5px;
    height: 14px;
    background: #0093aa;
    position: absolute;
    left:0;
    top: -4px;
    pointer-events: none;/*不接受鼠标事件 */
    opacity: 0;

    transition: opacity 200ms ease-in-out
}
.wePlayer-time-buffered{
    height: 6px;
    border-radius: 10px;
    position: absolute;
    background: #666;
    z-index: -1;
}
.weplayer-foot-time{
    font-size: 14px;height: 100%;color: #bbb;display: flex;margin-top: -1px;
    justify-content: center;
    align-items: center;
 }
 .video-currentTime{
    color: #eee
 }

.weplayer-foot-right{
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding:0 20px ;
}

.weplayer-foot-setting-box{
    width: 15%;
    min-width: 40px;
    max-width: 60px;
    height: 100%;
    position: relative;
}

.weplayer-foot-setting-box .setting-icon{
    height: 45%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
}

.weplayer-foot-voice{
    position: absolute;
    z-index: 4;
    top:-100px;

    width: 100%;
    height: 100px;
    max-width: 100px;
    background: rgba(0,0,0,.7);
    
    display: flex;
    justify-content: center;
    align-items: center;

    transition: all 200ms;
    opacity: 0;
}
.weplayer-foot-set{
    position: absolute;
    z-index: 4;
    top:100%;
    right: -12px;
    height: 120px;
    width: 150px;
    background: rgba(0,0,0,.7);
    transition: all 200ms;

    cursor: pointer;
    overflow: hidden;
}
.weplayer-set-tip{
    width: 100%;
    height: 30px;
    padding: 0 5px 0 10px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weplayer-set-tip:hover{
 background: rgba(0,0,0,.5);
}
.weplayer-set-tip label{
        color: #eee;
    font-size: 14px;
}

.weplayer-set-panel-body{
    overflow: hidden;
    height: 0;
    transition: height .5s;
    background: rgba(0,0,0,.5);
}
.weplayer-set-panel-body li{
    height: 20px;
    width: 100%;
    padding: 0 15px;
    color: white;
}

.weplayer-set-tip .setRight{
    height: 50%;
    transition: transform 200ms;
}
.weplayer-foot-voice:hover{
    box-shadow: 0 0 5px #ccc
}

.voice-barBox{
    width: 8px;
    height: 80%;
    background: #eee;
    position: relative;
    cursor: pointer;
}
.voice-barColor{
    background: #5ac3ff;
    height: 100%;
    width: 8px;
    float: left;
}
.voice-barBlock{
    width: 14px;
    height: 5px;
    background: #0093aa;
    position: absolute;
    left:-3px;
    top: 0;
    pointer-events: none;/*不接受鼠标事件 */
}

/* 加载动画 */
.weplayer-load-center{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;

    /* display: none; */

    z-index: 3;
    background: rgba(255,255,255,.4);

    transition: all 200ms ease-in-out
}

.weplayer-load{
    position: absolute;
    width: 54px;
    height: 80px;

    top: 50%;
    left: 50%;
    margin-left: -27px;
    margin-top: -40px
}
.weplayer-loadText{
    position: absolute;
    width: 100%;
    height: 20px;
    top: 50%;
    font-size: 14px;
    text-align: center;
    color: #ddd;
}

.weplayer-load span{
    display:block;
    bottom:40px;
    width: 9px;
    height: 5px;
    background:#0093aa;
    position:absolute;
    animation: weplayer-load 1.5s  infinite ease-in-out;
}  
.weplayer-load span:nth-child(2){
    left:11px;
    animation-delay: .2s;  
}
.weplayer-load span:nth-child(3){
    left:22px;
    animation-delay: .4s;
}
.weplayer-load span:nth-child(4){
    left:33px;
    animation-delay: .6s;
}
.weplayer-load span:nth-child(5){
    left:44px;
    animation-delay: .8s;
}
@keyframes weplayer-load {
    0% {height:5px;transform:translateY(0px);background:#0093aa;}
    25% {height:30px;transform:translateY(15px);background:#0093aa;}
    50% {height:5px;transform:translateY(0px);background:#0093aa;}
    100% {height:5px;transform:translateY(0px);background:#0093aa;}
}

.radio{
    display: inline-block;
    position: relative;
    line-height: 12px;
    margin-right: 10px;
    cursor: pointer;
    font-size: 12px;
}
.radio input{
    display: none;
}
.radio .radio-bg{
    display: inline-block;
    height: 12px;
    width: 12px;
    margin-right: 5px;
    padding: 0;
    background-color: #0093aa;
    border-radius: 100%;
    vertical-align: top;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1) inset, 0 1px 4px rgba(0, 0, 0, 0.1) inset, 1px -1px 2px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s ease;
}
.radio .radio-on{
    display: none;
}
.radio input:checked + span.radio-on{
    width: 8px;
    height: 8px;
    position: absolute;
    border-radius: 100%;
    background: #FFFFFF;
    top: 2px;
    left: 2px;
    box-shadow: 0 2px 5px 1px rgba(0, 0, 0, 0.3), 0 0 1px rgba(255, 255, 255, 0.4) inset;
    background-image: linear-gradient(#ffffff 0, #e7e7e7 100%);
    transform: scale(0, 0);
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
}