* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    padding: 0;
}

div {
    display: block;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", "FontAwesome", sans-serif;
}

.ios_heng{
	height:100%;
	padding-bottom:0;
}

/*视频16＿9*/
.wrap2 {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.player2 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*网页全屏*/
.full {
    position: absolute;
    height: 100%;
}

/*同层*/
.x5-full .player2 {
    position: fixed;
}


.x5-full .header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.x5-full .plv-control {
    display: inline-flex;
    position: fixed;
    width: 100%;
    height: 50px;
    bottom: auto;
    left:0;
    background: rgba(0, 0, 0, 0.5);
}

/**控制栿**/
.clear {
    clear: both
}

.con {
    width: 100%;
}
.plv-control {
    display: inline-flex;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
} 

    .plv-control .plv-control__play {
        width: 50px;
        height: 100%;
        background: url("img/play.png") center / 30% no-repeat;
    }

    .plv-control .plv-control__pause {
        background: url("img/pause.png") center / 30% no-repeat;
    }

    .plv-control .plv-control__full {
        width: 50px;
        height: 100%;
        background: url("img/full.png") center / 30% no-repeat;
    }

    .plv-control .plv-control__normal {
        width: 50px;
        height: 100%;
        background: url("img/normal.png") center / 30% no-repeat;
    }

    .plv-control .plv-control__time {
        width: 100px;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        vertical-align: middle;
    }

    .plv-control .plv-control__progress {
        position: relative;
        flex: 1;
        width: 40%;
        margin: 0 0 0 10px;
    }

    .plv-control .plv-control__Srt {
        width: 40px;
        color: #fff;
        font-size: 14px;
        line-height: 50px;
        vertical-align: middle;
        text-align:right;
    }

.plv-control__progress .progress {
    position: absolute;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}

.plv-control__progress .progress-bg {
    width: 100%;
    background: #fff;
}

.plv-control__progress .progress-play {
    background: #4a90e2;
    z-index: 1;
}

.plv-control__progress .progress-dot {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    transform: translate(-9px, -50%);
}

.plv-control__progress .progress-mask {
    width: 100%;
    height: auto;
}

#srtContainer {
    color: #f7b93e;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 1px 1px 1px #333;
    width: 94% !important;
    left: 0 !important;
    right: 0 !important;
    margin:0 auto;
}
/*.header {
    width: 100%;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #fff;
    font-size: 0.9rem;
    text-align: center;
    color: #000;    
}*/
/*跑马灿*/
/*.marquee {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    overflow: hidden;
}*/

.web-full {
    position: fixed;
    top: 0;
    height: 100%;
}