@charset "utf-8";

html, body {
    width: 100%;
    height: 100%;
}

a:hover {
    text-decoration: none;
}

#qyy-video {
    display: none;
    width: 100%;
    height: 100%;
}

.video-shade {
    background: rgba(255,255,255,1);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}

.container {
    z-index: 25;
}

#willesPlay {
    /*width: 1000px;
	height: 660px;*/
    /*width: 1024px;
	height: auto;*/
    margin: 100px auto;
    box-shadow: 0px 0px 15px #333333;
    position: relative;
}
    /*播放器头部*/
    #willesPlay .playHeader {
        width: 100%;
        height: 48px;
        background: url(playheader.jpg) repeat-x;
        border-radius: 3px 3px 0px 0px;
    }

        #willesPlay .playHeader .videoName {
            font-size: 16px;
            width: 400px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            margin: 0 auto;
            color: #7a7f82;
        }

    #willesPlay .playContent {
        position: relative;
        height: auto;
        overflow: hidden;
        background: #000;
        cursor: pointer;
        text-align: center;
        color: #fff;
    }

/*屏幕宽度为414px至767px*/
@media screen and (min-width:414px) and (max-width:767px) {
    #willesPlay .playsize {
        width: 100%;
        height: 50%;
    }
      /*进度条*/
    #willesPlay .playControll .timebar {
        float: left;
        width: calc(100% - 145px);
        line-height: 48px;
        overflow: hidden;
        margin: 0 auto;
        margin: 0px 0px 0px 20px;
    }

        #willesPlay .playControll .timebar .progress {
            float: left;
            width: 80%;
            margin: 19px 5px;
            height: 10px;
            cursor: pointer;
        }

        #willesPlay .playControll .timebar span {
            float: left;
            width: 8%;
            text-align: center;
        }

    #willesPlay .otherControl {
        float: right;
        position: relative;
    }

        #willesPlay .otherControl span {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            vertical-align: middle;
            font-size: 20px;
            margin: 9px 7px;
            /*background: url(../img/control_01.png) no-repeat;*/
            cursor: pointer;
        }
}

/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {
    #willesPlay .playsize {
        width: 100%;
        height: 50%;
    }
    /*进度条*/
    #willesPlay .playControll .timebar {
        float: left;
        width: calc(100% - 200px);
        line-height: 48px;
        overflow: hidden;
        margin: 0 auto;
        margin: 0px 0px 0px 10px;
    }

        #willesPlay .playControll .timebar .progress {
            float: left;
            width: 75%;
            margin: 19px 5px 0px 20px;
            height: 10px;
            cursor: pointer;
        }

        #willesPlay .playControll .timebar span {
            float: left;
            width: 8%;
            text-align: center;
        }

    #willesPlay .otherControl {
        float: right;
        position: relative;
    }

        #willesPlay .otherControl span {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            vertical-align: middle;
            font-size: 20px;
            margin: 9px 7px;
            /*background: url(../img/control_01.png) no-repeat;*/
            cursor: pointer;
        }
}
/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {
    #willesPlay .playsize {
        width: 100%;
        height: 400px;
    }
    /*进度条*/
    #willesPlay .playControll .timebar {
        float: left;
        width: calc(100% - 200px);
        line-height: 48px;
        overflow: hidden;
        margin: 0 auto;
        margin: 0px 0px 0px 20px;
    }

        #willesPlay .playControll .timebar .progress {
            float: left;
            width: 80%;
            margin: 19px 5px;
            height: 10px;
            cursor: pointer;
        }

        #willesPlay .playControll .timebar span {
            float: left;
            width: 8%;
            text-align: center;
        }

    #willesPlay .otherControl {
        float: right;
        position: relative;
    }

        #willesPlay .otherControl span {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            vertical-align: middle;
            font-size: 20px;
            margin: 9px 7px;
            /*background: url(../img/control_01.png) no-repeat;*/
            cursor: pointer;
        }
}

/*屏幕宽度为1000px以上*/
@media screen and (min-width:1000px) {
    #willesPlay .playsize {
        width: 100%;
        height:400px;
    }
    /*进度条*/
    #willesPlay .playControll .timebar {
        float: left;
        width: calc(100% - 145px);
        line-height: 48px;
        overflow: hidden;
        margin: 0 auto;
        margin: 0px 0px 0px 20px;
    }

        #willesPlay .playControll .timebar .progress {
            float: left;
            width: 80%;
            margin: 19px 5px;
            height: 10px;
            cursor: pointer;
        }

        #willesPlay .playControll .timebar span {
            float: left;
            width: 8%;
            text-align: center;
        }

    #willesPlay .otherControl {
        float: right;
        position: relative;
    }

        #willesPlay .otherControl span {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            vertical-align: middle;
            font-size: 20px;
            margin: 9px 7px;
            /*background: url(../img/control_01.png) no-repeat;*/
            cursor: pointer;
        }
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px) {
    #willesPlay .playsize {
        width: 100%;
        height: 500px;
    }

    .video-shade .news-close-video {
        width: 40px;
        height: 40px;
        position: absolute;
        margin-top: 100px;
        left: 30px;
        background-repeat: no-repeat;
        background-image: url(vidio_close.png);
        cursor: pointer;
    }

    /*进度条*/
    #willesPlay .playControll .timebar {
        float: left;
        width: calc(100% - 145px);
        line-height: 48px;
        overflow: hidden;
        margin: 0 auto;
        margin: 0px 0px 0px 20px;
    }

        #willesPlay .playControll .timebar .progress {
            float: left;
            width: 80%;
            margin: 19px 5px;
            height: 10px;
            cursor: pointer;
        }

        #willesPlay .playControll .timebar span {
            float: left;
            width: 8%;
            text-align: center;
        }

    #willesPlay .otherControl {
        float: right;
        position: relative;
    }

        #willesPlay .otherControl span {
            display: inline-block;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            vertical-align: middle;
            font-size: 20px;
            margin: 9px 7px;
            /*background: url(../img/control_01.png) no-repeat;*/
            cursor: pointer;
        }
}



#willesPlay .playContent .turnoff {
    position: absolute;
    z-index: 10;
    right: -40px;
    top: 50%;
    margin-top: -90px;
}

    #willesPlay .playContent .turnoff li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        text-align: center;
        font-size: 20px;
        color: #fff;
        background: rgba(0,0,0,.5);
    }

        #willesPlay .playContent .turnoff li a:hover {
            color: #666;
        }

#willesPlay .playContent .playTip {
    display: none;
    position: absolute;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    top: 50%;
    left: 50%;
    margin-left: -55px;
    margin-top: -55px;
    background: #ef6a6c;
    font-size: 60px;
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
}

#willesPlay .playControll {
    position: absolute;
    z-index: 2147483650;
    width: 100%;
    height: 48px;
    bottom: -48px;
    background: url(playheader.jpg) repeat-x;
    border-radius: 0px 0px 3px 3px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

#willesPlay .fullControll {
    background: rgba(0,0,0,.5);
}

    #willesPlay .fullControll .timebar span {
        color: #FFFFFF;
    }

#willesPlay .playControll .playPause {
    float: left;
    width: 20px;
    height: 25px;
    background: url(control_01.png) 0px 0px no-repeat;
    margin: 11px 0px 0px 12px;
    cursor: pointer;
}

#willesPlay .playControll .playIcon {
    background-position: 0px -32px;
}

#willesPlay .otherControl span:nth-child(1) {
    font-size: 28px;
    color: #ef6a6c;
}
/*#willesPlay .otherControl span:nth-child(2){
	background-position: -171px 0px;
}*/
#willesPlay .otherControl span:nth-child(2) {
    color: #919597;
}
/*音量*/
#willesPlay .otherControl .volumeBar {
    display: none;
    position: absolute;
    top: -110px;
    left: 4px;
    width: 26px;
    height: 100px;
    background: #f1f2f2;
    border-radius: 4px;
    cursor: pointer;
}

    #willesPlay .otherControl .volumeBar:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -7px;
        left: 5px;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #f1f2f2;
    }

    #willesPlay .otherControl .volumeBar .volumewrap {
        background: #a2a7aa;
        width: 8px;
        height: 80px;
        position: absolute;
        bottom: 10px;
        left: 9px;
        border-radius: 4px;
    }

    #willesPlay .otherControl .volumeBar .progress {
        background: none;
    }

    #willesPlay .otherControl .volumeBar .progress-bar {
        position: absolute;
        bottom: 0px;
        left: 0px;
        border-radius: 4px;
    }

video::-webkit-media-controls-enclosure {
    /*禁用播放器控制栏的样式*/
    display: none !important;
}

:-webkit-full-screen {
}
