
html, body {
    background: #000;
}

.logo {
    position: fixed;
    top: 50px;
    left: 50px;
    z-index: 3;
}

.nav {
    position: fixed;
    top: 60px;
    right: 50px;
    z-index: 3;
}
.nav a {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.nav a .line {
    width: 20px;
    height: 13px;
    position: relative;
    margin-top: 8px;
}
.nav a .line span {
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
}
.nav a .line span:nth-child(1) {
    top: 0;
}
.nav a .line span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}
.nav a .line span:nth-child(3) {
    bottom: 0;
}
.nav p {
    font-family: Arial, 华文细黑, 微软雅黑, "Microsoft Yahei", 华文黑体, "ST Heiti", MS黑体, "MS Hei", abchanel-couture;
    color: #fff;
    font-size: 16px;
}



.content .container {
    width: 100%;
    height: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}
.content .row {
    margin-left: 0;
    margin-right: 0;
}


.content #willesPlay .playContent .playTip {
    position: fixed;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 0;
    top: 50%;
    left: 50%;
    margin-left: -43px;
    margin-top: -43px;
    background: none;
    font-size: 0px;
    border: none;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}
.content #willesPlay .playContent .playTip img {
    width: 85px;
    height: 85px;
}
.content .glyphicon-play:before {
    content: '';
}
.content #willesPlay {
    margin: 0;
    box-shadow: none;
}

.content #willesPlay .playContent #playVideo {
    position: fixed;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.content #willesPlay .playControll {
    position: fixed;
    z-index: 4;
    width: 100%;
    height: 55px;
    line-height: 55px;
    bottom: 0;
    // bottom: 100px;
    font-size: 0;
    left: 0;
    border-radius: 0px 0px 3px 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background: rgba(0, 0, 0, 0.5);
    z-index: 21474836498;
}
#willesPlay .playControll .timebar {
    line-height: 55px;
    height: 55px;
}
.content #willesPlay .playControll .timebar span {
    color: #fff;
}

x-object-fit > .x-object-fit-taller, x-object-fit > .x-object-fit-wider {
    position: fixed !important;
}
.content #willesPlay .playControll
 {
    height: 55px;
    line-height: 55px;
 }
.content #willesPlay .playControll .timebar .progress {
    float: left;
    width: 73%;
    margin: 25px 5px;
    height: 7px;
    cursor: pointer;
    -webkit-box-shadow: none; 
    box-shadow: none;
    background: rgba(255, 255, 255,0.1);     
}

.content .progress-bar-danger {
    background-color: #fff;
}

.content #willesPlay .playControll .playPause {
    float: left;
    width: 11px;
    height: 15px;
    background: url(../png/stop2.png) 0px 0px no-repeat;
    margin: 20px 0px 0px 20px;
    cursor: pointer;
}

.content #willesPlay .otherControl span {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    line-height: auto;
    vertical-align: middle;
    font-size: 20px;
    margin: 20px 10px;
    cursor: pointer;    
}
.content #willesPlay .otherControl span:nth-child(1) {
    font-size: 0;
    background: url(../png/shenying.png) 0px 0px no-repeat;
    width: 20px;
    height: 16px;

}

.content #willesPlay .otherControl span:nth-child(2) {
    font-size: 0;
    background: url(../png/quanpin.png) 0px 0px no-repeat;
    width: 16px;
    height: 16px;  
    margin-right: 30px;  
}
.content #willesPlay .otherControl .volumeBar {
    background: rgba(0, 0, 0, 0.5);
}
.content #willesPlay .otherControl .volumeBar:after {
    border-top: 8px solid #000;
    opacity: 0.5;
    filter:alpha(opacity=50);  //filter 过滤器   兼容IE678
}

.content #willesPlay .otherControl .volumeBar .volumewrap {
    background: rgba(0, 0, 0, 0.1);
}
.content #willesPlay .otherControl {
    position: absolute;
    right: 0;
}


 


@media only screen and (max-width: 1366px) {

    .logo {
        top: 35px;
        left: 35px;
    }   
    .logo a img {
        width: 160px;
        height: auto;
    }
    .nav {
        top: 40px;
        right: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .content .control .range1 {
        width: 60%;
    }  
}

@media only screen and (max-width: 768px) {
    // html, body {
    //     width: 100%;
    //     height: auto;  
    // }
    .content {
        width: 100%;
        height: auto;
    }    
    .content .control .range1 {
        width: 50%;
    } 
.content #willesPlay .playContent #playVideo {
    position: fixed;
    height: auto;
    width: 100%;
    object-fit: contain;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);    
}
.dd {
    position: relative;
    width: 100%;
    height: auto;    
}

.content #willesPlay .playControll {
    // background: red;
    top: 50%;
    // position: relative;


}

}


@media only screen and (max-width: 414px) {

    .logo {
        top: 20px;
        left: 20px;
    }   
    .logo a img {
        width: 110px;
    }
    .nav a {
        width: 70px;
    }
    .nav {
        top: 20px;
        right: 15px;
    } 
    .content #willesPlay .playControll {
        height: 40px;
        line-height: 30px;
    }

    #willesPlay .playControll .timebar {
        height: 40px;
        line-height: 40px;
        font-size: 12px;
    }
    .content #willesPlay .playControll .playPause {
        margin: 11px 0px 0px 15px;
    }
    .content #willesPlay .playControll .timebar .progress {
        margin: 0;
        margin-top: 16px;
        margin-left: 29px;
        width: 50%;
        margin-right: 7px;

    }
    .content #willesPlay .otherControl span {
        margin: 10px 7px;
    }
    .content #willesPlay .otherControl span:nth-child(2) {
        margin-right: 15px;
    }
    .content #willesPlay .playContent .playTip {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
    }
    .content #willesPlay .playContent .playTip img {
        width: 50px;
        height: 50px;
    }

  
}

@media only screen and (max-width: 320px) {
    .content #willesPlay .playControll .timebar .progress {
        margin: 0;
        margin-top: 16px;
        margin-left: 29px;
        width: 45%;
        margin-right: 7px;

    }
}