/*.main{
    background: RGB(64,110,179);
}
.ysplay .pos{
    position: absolute;
    top: 50%;
    left: 50%;
}
.ysplay .stage{
    position: relative;
    top: -270px;
    left: -480px;
    width: 960px;
    height: 540px;
}
.ysplay .center{
    width: 100%;
    height: 100%;
}*/

.pop_player{
    position: absolute;
    top: 2%;
    left: 50%;
    margin-left: -35%;
    width: 70%;
    overflow: visible;
}
.ysplay,.ysplay2{
    width: 100%;
    height: 100%;
    background-color: #3E4346;
    position: relative;
    overflow: visible;
 }
.pop_player .ysplay,.pop_player .ysplay .video{
    background: none;
}
.ysplay div,.ysplay2 div,#ysplayer{
    overflow: visible;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.ysplay ,.ysplay2 ,#vplayer{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font: 12px/20px "Microsoft YaHei",SimHei,helvetica,arial,verdana,tahoma,sans-serif;
    letter-spacing:1px;
    background: #3E4346;
}
.ysplay .video,.ysplay2 .video{
    position: relative;
    width: 100%;
    height: 100%;
}
.ysplay .floatPan,.ysplay2 .floatPan{
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.ysplay .pre_pic, .ysplay2 .pre_pic{
    width: 100%;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}
.ysplay .cover, .ysplay2 .cover{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.ysplay .danPan, .ysplay2 .danPan{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 7;
    overflow: hidden;
}
.ysplay .danPan .barrangeTip, .ysplay2 .danPan .barrangeTip{
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    color: #FFF;
    left:100%;
    display: inline-block;
    cursor: default;
    white-space: nowrap;
    filter:glow(color=#769be6,strength=4);
    text-shadow: 0 0 4px #769be6
}
.ysplay .floatBtn, .ysplay2 .floatBtn{
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    margin-left: -59px;
    margin-top: -102px;
    width: 118px;
    height: 118px;
    background: url("../web_images/player/playBtn.png") no-repeat 3px 3px;
}
.ysplay .floatBtn:hover, .ysplay2 .floatBtn:hover{
    background: url("../web_images/player/playBtnH.png")  no-repeat 0 0;
}
.ysplay .control{
    position: absolute;
    z-index: 50;
    bottom: 0;
    width: 100%;
    height: 87px;
    background: #2f2f2f;
}
.ysplay .radius{
    border-radius: 3px;
}
.ysplay .control .progress{
    position: relative;
    left: 0px;
    margin: 0 206px 0 35px;
    height: 100%;
}
.ysplay .control .progressBar{
    position: absolute;
    top: 38px;
    width: 100%;
    height: 7px;
    cursor: pointer;
}
.ysplay .control .pgD{
    width: 100%;
    height: 100%;
    background: black;
}
.ysplay .control .pgB{
    position: absolute;
    z-index: 1;
    top: 0;
    width: 75%;
    height: 100%;
    background: rgb(230,52,74);
}
.ysplay .control .pgC{
    position: absolute;
    z-index: 2;
    top: 0;
    width: 360px;
    height: 100%;
    background: rgb(2, 183, 251);
}
.ysplay .control .pgS{
    position: absolute;
    z-index: 3;
    top: -9px;
    left: 350px;
    width: 25px;
    height: 25px;
    background: url("../web_images/player/prgSlide.png") no-repeat;
}
.ysplay .control .pgS:hover, .ysplay .control .pgS.force{
    background: url("../web_images/player/prgSlideH.png") no-repeat;
}
.ysplay .control .timeTip{
    position: absolute;
    z-index: 2;
    top: -6px;
    left: 332px;
    width: 62px;
    height: 33px;
    /*
    transition: left 300ms;
    -moz-transition:  left 300ms;
    -webkit-transition:  left 300ms;
    -o-transition:  left 300ms;
    -ms-transition:  left 300ms;
    */
    background: url("../web_images/player/timeTip.png") no-repeat;
}
.ysplay .control #p_timeTip{
    color: #f0f0f0;
    width: 45px;
    font-size: 14px;
    line-height: 28px;
    vertical-align: middle;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.ysplay .control .timeBar{
    position: absolute;
    z-index: 1;
    top:46px;
    width: 96px;
    height: 28px;
    text-align: left;
}
.ysplay .control #p_curTime{
    color: #969696;
    vertical-align: middle;
    font-size: 14px;
    line-height: 28px;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.ysplay .control .volume{
    position: absolute;
    top: 0;
    right: 35px;
    width: 136px;
    height: 100%;
}
.ysplay .control .vol_btn0{
    position: absolute;
    top: 30px;
    width: 27px;
    height: 23px;
    cursor: pointer;
    background: url("../web_images/player/volBtn0.png") no-repeat;
}
.ysplay .control .vol_btn0:hover{
    background: url("../web_images/player/volBtn0H.png") no-repeat;
}
.ysplay .control .vol_prog{
    position: absolute;
    top: 38px;
    right: 0;
    width: 100px;
    height: 7px;
    cursor: pointer;
}
.ysplay .control .v_pgD{
    background: black;
    width: 100%;
    height: 100%;
}
.ysplay .control .v_pgC{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: rgb(2, 183, 251);
}
.ysplay .close{
    position: absolute;
    top: 0;
    right: -65px;
    width: 65px;
    height: 65px;
    cursor: pointer;
    background: url("../web_images/player/closeBtn.png") no-repeat;
}
.ysplay .close:hover{
    background: url("../web_images/player/closeBtnH.png") no-repeat;
}
/*video page*/
.ysplay2 .control_pos{
    position: absolute;
    width: 100%;
    bottom: 36px;
}
.ysplay2 .control{
    position: relative;
    z-index: 50;
    height: 62px;
    margin: auto 56px;
}
.ysplay2 .radius{
    border-radius: 3px;
}
.ysplay2 .radius2{
    border-radius: 6px;
    background: #2f2f2f;
}
.ysplay2 .control .playBtn{
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 100%;
    cursor: pointer;
}
.ysplay2 .playBtn .plB{
    position: absolute;
    top: 18px;
    left: 28px;
    width: 23px;
    height: 27px;
    background: url("../web_images/player2/playBtn.png") no-repeat;
}
.ysplay2 .playBtn .plB:hover{
    background: url("../web_images/player2/playBtnH.png") no-repeat;
}
.ysplay2 .playBtn .puB{
    position: absolute;
    top: 18px;
    left: 26px;
    width: 23px;
    height: 27px;
    display: none;
    background: url("../web_images/player2/pauseBtn.png") no-repeat;
}
.ysplay2 .playBtn .puB:hover{
    background: url("../web_images/player2/pauseBtnH.png") no-repeat;
}
.ysplay2 .controlL{
    position: relative;
    top:0;
    margin-left: 102px;
    height: 100%;
}
.ysplay2 .control .progress{
    position: relative;
    margin: 0 227px 0 21px;
    height: 100%;
}
.ysplay2 .control .progressBar{
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 7px;
    cursor: pointer;
}
.ysplay2 .control .pgD{
    width: 100%;
    height: 100%;
    background: #000;
}
.ysplay2 .control .pgC{
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: rgb(2, 183, 251);
}
.ysplay2 .control .timeTip{
    position: absolute;
    z-index: 2;
    top: -5px;
    left: 332px;
    width: 50px;
    height: 28px;
    background: url("../web_images/player2/timeTip.png") no-repeat;
}
.ysplay2 .control #p_timeTip{
    color: #000;
    width: 30px;
    font-size: 10px;
    line-height: 22px;
    vertical-align: top;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.ysplay2 .control .timeBar{
    position: absolute;
    z-index: 1;
    top:37px;
    left: 0;
    width: 80px;
    height: 16px;
    text-align: left;
    font-size: 10px;
    line-height: 16px;
    color: #979797;
}
.ysplay .control #p_curTime{
    color: #969696;
    vertical-align: middle;
    font-size: 10px;
    line-height: 16px;
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.ysplay2 .control .volume{
    position: absolute;
    top: 0;
    right: 36px;
    width: 170px;
    height: 100%;
}
.ysplay2 .control .vol_btn{
    position: absolute;
    top: 22px;
    width: 24px;
    height: 19px;
    cursor: pointer;
}
.ysplay2 .control .vol_btn0{
    display: none;
    height: 100%;
    background: url("../web_images/player2/muteBtn.png") no-repeat;
}
.ysplay2 .control .vol_btn0:hover{
    background: url("../web_images/player2/muteBtnH.png") no-repeat;
}
.ysplay2 .control .vol_btn1{
    height: 100%;
    background: url("../web_images/player2/volBtn.png") no-repeat;
}
.ysplay2 .control .vol_btn1:hover{
    background: url("../web_images/player2/volBtnH.png") no-repeat;
}
.ysplay2 .control .vol_prog{
    position: absolute;
    top: 28px;
    right: 0;
    width: 140px;
    height: 7px;
    cursor: pointer;
}
.ysplay2 .control .v_pgD{
    background: black;
    width: 100%;
    height: 100%;
}
.ysplay2 .control .v_pgC{
    position: absolute;
    top: 0;
    z-index: 2;
    width: 50%;
    height: 100%;
    background: rgb(2, 183, 251);
}
.ysplay2 .rightBar{
    position: absolute;
    z-index: 50;
    top: 50%;
    right: 56px;
    margin-top: -70px;
    width: 64px;
    padding: 20px 7px;
}
.ysplay2 .rightBar ul{
    margin-bottom: -15px;
}
.ysplay2 .rightBar li{
    width: 64px;
    height: 24px;
    margin-bottom: 15px;
    cursor: pointer;
    border-radius: 2px;
}
.ysplay2 .rightBar li:hover{
    background: rgb(2, 183, 251);
}
.ysplay2 .rightBar span{
    color: #CACACA;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}
.ysplay2 .rightBar li:hover span{
    color: #FFF;
}
.ysplay2 .next_ep{
    display: none;
}
.ysplay2 .pre_ep{
    display: none;
}
.ysplay2 .bitRateTip{
    position: relative;
}
.ysplay2 .bitRateTip div{
    width: 100%;
    height: 100%;
}
.ysplay2 .bitRateTip .nocur{
    position: absolute;
    top: 0;
    left: -100%;
    margin-left: -2px;
    width: 100%;
    height: 100%;
    background: rgb(62, 62, 62);
    display: none;
    border-radius: 2px;
}
.ysplay2 .bitRateTip:hover .nocur{
     display: block;
 }
.ysplay2 .bitRateTip .nocur:hover{
    background: rgb(2, 183, 251);
}
@media (max-width: 599px) ,(max-height: 499px) and (orientation: landscape) {
    .ysplay2 .control .volume {
        width: 19px;
        right: 12px;
    }

    .ysplay2 .control .vol_prog {
        display: none;
    }
    .ysplay2 .control .vol_btn{
        top: 10px;
        width: 100%;
        height: 19px;
    }
    .ysplay2 .control .vol_btn1 {
        margin-right: 2px;
    }
    .ysplay2 .control .vol_btn div {
        background-size: contain;
    }
    .ysplay2 .control .vol_btn div:hover {
        background-size: contain;
    }
    .ysplay .floatBtn, .ysplay2 .floatBtn {
        margin-left: -34px;
        margin-top: -34px;
        width: 70px;
        height: 70px;
        background: url("../web_images/player/playBtn.png") no-repeat;
        background-size: 68px 68px;
    }

    .ysplay .floatBtn:hover, .ysplay2 .floatBtn:hover {
        background-size: 68px 68px;
    }

    .ysplay2 .control_pos {
        bottom: 20px;
    }

    .ysplay2 .control {
        height: 36px;
        margin: auto 24px;
    }

    .ysplay2 .radius {
        border-radius: 2px;
    }

    .ysplay2 .radius2 {
        border-radius: 4px;
    }

    .ysplay2 .control .playBtn {
        width: 45px;
    }

    .ysplay2 .playBtn .plB {
        top: 10px;
        left: 17px;
        width: 18px;
        height: 16px;
        background-size: contain;
    }

    .ysplay2 .playBtn .plB:hover {
        background-size: contain;
    }

    .ysplay2 .playBtn .puB {
        top: 10px;
        left: 16px;
        width: 18px;
        height: 16px;
        background-size: contain;
    }

    .ysplay2 .playBtn .puB:hover {
        background-size: contain;
    }

    .ysplay2 .controlL {
        margin-left: 54px;
    }

    .ysplay2 .control .progress {
        margin: 0 42px 0 12px;
    }

    .ysplay2 .control .progressBar {
        top: 16px;
        height: 5px;
    }

    .ysplay2 .control .timeTip {
        top: -15px;
    }

    .ysplay2 .control .timeBar {
        top: 22px;
        width: 100px;
        height: 14px;
        line-height: 10px;
    }
    .ysplay2 .rightBar{
        top: 18px;
        height: 0;
        right: 0;
        margin-top: 0;
        width: 100%;
        padding: 0;
    }
    .ysplay2 .rightBar ul{
        margin-bottom: 0;
        position: relative;
    }
    .ysplay2 .rightBar li{
        width: 50px;
        height: 40px;
        margin-bottom: 6px;
        cursor: pointer;
        border-radius: 3px;
        background: #2f2f2f;
        position: relative;
        overflow: hidden;
    }

    .ysplay2 .rightBar li:nth-child(2n+1) {
        float: right;
        right: 10px;
        clear: right;
    }

    .ysplay2 .rightBar li:nth-child(2n) {
        float: left;
        left: 10px;
        clear: left;
    }
    .ysplay2 .rightBar span{
        font-size: 10px;
        line-height: 40px;
    }
    .ysplay2 .bitRateTip .nocur{
        margin-left: -1px;
    }
    .ysplay2 .rightBar li.bitRateTip{
        overflow: visible;
    }
}
@media  (max-height: 499px) and (orientation: landscape){
    .ysplay2 .next_ep{
        display: block;
    }
    .ysplay2 .pre_ep{
        display: block;
    }
}
@media (max-width: 599px) and (orientation: portrait){
    .ysplay2 .control{
        display: none;
    }
    .ysplay2 .rightBar{
        display: none;
    }
}
@media (max-width: 239px),(max-height: 199px) {
    .ysplay2 .control{
        display: none;
    }
    .ysplay2 .rightBar{
        display: none;
    }
}
@media (min-width: 1788px){
    .ysplay2 .control{
        width: 1200px;
        margin: auto;
    }
}
