#media {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-user-select: none
}

.fullscreen #media {
    max-width: none
}

/* flash */
#fsPlayer {
    position: relative;
}

#fsPlayer>object,
#fsPlayer>embed,
#fsPlayer>iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100% !important;
    height: 100% !important
}

#fsPlayer .error {
    box-sizing: border-box;
    margin: 25px;
    padding-bottom: 20px;
    text-align: left;
    border-bottom: 1px solid #888;
    font-size: 19px;
    text-shadow: 0 2px 2px #000;
    color: #fff
}

#fsPlayer .solution {
    line-height: 2;
    margin: 25px;
    text-align: left;
    font-size: 13px;
    color: #fff
}

#seekholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999
}

/* html5 player */

.fs-player {
    text-align: center;
    background-color: black;
    /*overflow:hidden;*/
    height: 100%;
    /* for mobile */
    outline: 0
}

.fs-player .fs-videoWrap {}

.fs-player .fs-videoWrap video,
.fs-player .fs-videoWrap canvas {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.fs-player .fs-videoWrap video {
    max-width: 100%;
    max-height: 100%;
    /*width:100%; height:100%; */
    z-index: 20
}

.fs-player .fs-videoWrap .videoCanvas {
    visibility: hidden;
    display: block;
    z-index: 15
}

.fs-player .fs-videoWrap .seekholder {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15
}

.fs-player.fullscreen {
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0 !important;
    bottom: 0 !important;
    padding: 0;
    z-index: 9999;
    background: #000;
    min-width: none
}

/* this class very important */
.fs-player.fullscreen .fs-videoWrap video {
    width: auto;
    height: auto;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: auto !important
}

.fs-player.listing {}

.fs-player.listing .fs-player-action {
    display: none;
}

.fs-player.listing .fs-player-list-next {
    display: block;
}

.fs-player.listing .fs-player-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.fs-playBtn {
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    cursor: pointer;
    background: url(./player/play.png) no-repeat center center;
    transition: all .5s;
    background-size: 100px 100px
}

@media (min-width: 768px) {
    .fs-playBtn:hover {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        background-size: 120px 120px
    }
}

.fs-player .fs-video-controls {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    z-index: 101;
    transition: opacity .2s ease-in;
    background-color: rgba(25, 25, 25, 0.8);
}

.fs-video-controls.inactive {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.control-hide .fs-video-controls {
    display: none !important;
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.control-show .fs-video-controls {
    display: block !important;
    opacity: .8 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}

.fs-player .fs-video-controls>.separator {
    float: left;
    width: 10px
}

.boderRadius {
    float: left;
    width: 5px;
    height: 40px;
}

.borderRadius.left {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.borderRadius.right {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.fs-player-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    white-space: nowrap;
    z-index: 75;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}

.fs-player-list-box {
    position: relative;
    width: 100%;
    height: 100%;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
}

.fs-player-list-item {
    position: relative;
    display: inline-block;
    background-size: cover;
    background-color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    border-right: 0;
    vertical-align: top;
    background-position: center center;
    background-repeat: no-repeat;
}

a.fs-player-list-item {
    cursor: pointer;
}

.fs-player-list-item .text {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    transition: opacity 0.3s ease;
}

.fs-player-list-item:hover {}

.fs-player-list-item:hover .text {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    transition: opacity 0.3s ease;
}

.fs-player-list-prev,
.fs-player-list-next {
    position: absolute;
    border-radius: 50%;
    z-index: 105;
    cursor: pointer;
    display: none;
    top;
    top: 0;
    bottom: 0;
    height: 60px;
    width: 60px;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, .3);
}

.fs-player-list-prev:hover,
.fs-player-list-next:hover {
    background-color: rgba(0, 0, 0, .7);
    transition: background-color 0.3s ease;
}

.fs-player-list-prev:hover {
    background-image: url(/sys/res/icon/prev_hover.png);
}

.fs-player-list-next:hover {
    background-image: url(/sys/res/icon/next_hover.png);
}

.fs-player-list-prev {
    left: 10px;
    background-image: url(/sys/res/icon/prev.png);
}

.fs-player-list-next {
    right: 10px;
    background-image: url(/sys/res/icon/next.png)
}

.fs-player-list.c1r1 .fs-player-list-item {
    width: 100%;
    height: 100%
}

.fs-player-list.c2r2 .fs-player-list-item {
    width: 50%;
    height: 50%
}

.fs-player-list.c2r2 .fs-player-list-item:nth-child(2n+1) {
    border-right: 1px;
}

.fs-player-list.c3r3 .fs-player-list-item {
    width: 33.3333%;
    height: 33.3333%
}

.fs-player-list.c3r3 .fs-player-list-item:nth-child(3n+1) {
    border-right: 1px;
}

.fs-player-list.c4r4 .fs-player-list-item {
    width: 25%;
    height: 25%
}

.fs-player-list.c4r4 .fs-player-list-item:nth-child(4n+1) {
    border-right: 1px;
}


/* bezel */

.fs-center-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 40;
    margin-top: -30px
}

.fs-bezel-fade {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all .4s ease-in
}

.fs-bezel-fade .play {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 30px solid #fff
}

.fs-bezel-fade .pause {
    width: 10px;
    height: 40px;
    margin-left: -5px;
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
    box-sizing: content-box;
}

.control-hide .fs-center-overlay {
    display: none
}

.fs-center-replay {
    display: none;
    opacity: 0;
    position: absolute;
    width: 213px;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 40;
    margin: -80px auto 0 auto;
}

/* poster */
/*.fullscreen .fs-poster {display:none}*/
.fs-poster {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    margin: auto;
    display: block;
    z-index: 50;
    width: 100%;
}

/* play btn start */

.fs-play-wrap {
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 50px;
    height: 37px;
    cursor: pointer;
    border-radius: 5px;
}

.fs-play-wrap:hover {
    background-color: #00adee
}

.fs-play-wrap .play.paused {
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 4px;
    margin: auto
}

.fs-play-wrap .play.playing {
    width: 6px;
    height: 16px;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0px;
    margin: auto
}

/* play btn end */

.fs-toggleList {
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 7px 5px;
    float: left;
    background-color: rgba(25, 25, 25, .8);
    line-height: 30px;
    cursor: pointer;
    box-sizing: content-box;
}

.fs-toggleList:before {
    display: inline-block;
    vertical-align: top;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url('./player/list.png');
    background-position: 0 0;
    background-repeat: no-repeat;
}

.fs-toggleList:hover:before {
    background-position: 0 -16px;
}

/* paragraph */

.fs-index-wrap {
    position: relative;
    float: left;
    width: 45px;
    height: 40px;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: table
}

.fs-index-wrap .paragraph {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 16px
}

.fs-index-wrap ul {
    z-index: 10;
    position: absolute;
    width: 160px;
    max-height: 160px;
    padding: 0;
    margin: 0;
    overflow: auto;
    border-radius: 2px;
    line-height: 1.8;
    background-color: rgba(25, 25, 25, .8);
    box-shadow: 0 0 4px #999;
    list-style: none;
    text-align: left;
    z-index: 999
}

.fs-index-wrap ul {
    display: none;
    transition: display .1s
}

.fs-index-wrap ul.in {
    display: block;
    transition: display .1s
}

.fs-index-wrap ul li {
    padding: 0 10px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fs-index-wrap ul li.indent {
    padding-left: 20px
}

.fs-index-wrap ul li.active {
    background-color: #00adee
}

.fs-index-wrap ul li:hover {
    background-color: #666
}


/* progress bar start */

.fs-progress-bar {
    position: relative;
    width: 100%;
    height: 5px;
    box-sizing: border-box;
    margin: 8px 0 5px 0;
}

.fs-progress-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 5px;
    margin: auto 10px;
    cursor: pointer;
    background: #f6f6f68c;
}

.fs-progress-mask {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    z-index: 4;
    top: -16px;
}

.fs-progress-wrapper .fs-progress-play {
    position: absolute;
    max-width: 100%;
    width: 0;
    height: 5px;
    box-sizing: border-box;
    z-index: 2;
    background: #00adee
}

.fs-progress-wrapper .fs-mProgress-play {
    position: absolute;
    max-width: 100%;
    width: 0;
    height: 5px;
    box-sizing: border-box;
    z-index: 2;
    background: #00adee;
    display: none;
}

.fs-progress-wrapper .fs-progress-buffer {
    position: absolute;
    top: 0px;
    z-index: 1;
    width: 0;
    height: 5px;
    background: #999
}

.fs-play-point,
.fs-mplay-point {
    content: '';
    width: 11px;
    height: 11px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: -3px;
    z-index: 3;
}

/* progress bar end */
.fs-mplay-point {
    display: none;
}

/* time & indexTime start */

.fs-time-display,
.fs-indexTime-display {
    float: left;
    box-sizing: border-box;
    height: 40px;
    padding: 0 5px;
    color: #FFF;
    white-space: nowrap;
    overflow: hidden;
    text-align: right;
    cursor: default
}

.fs-time-display.active,
.fs-indexTime-display.active {
    display: table
}

.fs-time-display,
.fs-indexTime-display {
    display: none
}

.fs-time-display .separator,
.fs-indexTime-display .separator {
    width: auto;
    padding: 0 4px
}

.fs-time-display span,
.fs-indexTime-display span {
    display: table-cell;
    vertical-align: middle
}

.fs-time-display .current,
.fs-indexTime-display .current {}

.fs-time-display .total,
.fs-indexTime-display .total {}

.fs-time-display span,
.fs-indexTime-display span {
    font-size: 16px;
}

/* time & indexTime end */


/* volume start */

.fs-volume {
    float: right;
    position: relative;
    height: 40px;
    box-sizing: border-box;
    padding: 11px 20px 11px 5px;
}

.fs-volume .fs-volume-button {
    background-image: url(./player/volume.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
    height: 16px;
    width: 16px;
    cursor: pointer;
}

.fs-volume .fs-volume-button {
    background-position: 0 0
}

.fs-volume .fs-volume-button.half {
    background-position: 0 -16px
}

.fs-volume .fs-volume-button.muted {
    background-position: 0 -32px
}

.fs-volume .fs-volume-wrapper {
    position: relative;
    width: 6px;
    height: 64px;
    padding-top: 1px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    border: 1px solid #888
}

.fs-volume .fs-volume-position {
    width: 6px;
    background: url(./player/bg_vol.png);
    position: absolute;
    bottom: 0
}

.fs-volume .fs-volume-position:before {
    content: " ";
    position: relative;
    top: -2px;
    left: -5px;
    display: block;
    width: 16px;
    height: 1px;
    border-top: 4px solid #fff
}

.fs-volume .fs-volume-bar {
    position: absolute;
    bottom: 40px;
    left: -3px;
    width: 30px;
    height: 80px;
    background-color: rgba(25, 25, 25, .8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    z-index: 60;
    border: 1px solid #777
}

.fs-volume.inactive .fs-volume-bar {
    display: none
}

/* volume end */

/* thumbnail start */

.fs-storyboard-wrapper {
    position: absolute;
    bottom: 65px;
    visibility: hidden;
    z-index: 60;
    padding: 1px;
    background-color: rgba(25, 25, 25, .8);
    color: #fff;
    overflow: visible
}

.fs-storyboard-wrapper.active {
    visibility: visible
}

.fs-storyboard-wrapper .fs-thumbnail {}

.fs-storyboard-wrapper .fs-timestamp {
    font-size: 12px
}

.fs-storyboard-wrapper .arrow {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-top: 5px solid rgba(55, 55, 55, .8);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

.fs-storyboard-wrapper.with-text {}

.fs-storyboard-wrapper.with-text .fs-timestamp {
    padding: 0 5px
}

.fs-storyboard-wrapper.with-text .thumbnail {
    display: none
}

.fs-storyboard-wrapper.with-thumbnail .fs-timestamp {
    margin: -18px auto 0;
    width: 60px;
    border-radius: 4px;
    background-size: cover;
    background-color: rgba(25, 25, 25, .8)
}

/* thumbnail end */




/* fullscreen start */

.fs-fullscreen {
    float: right;
    box-sizing: border-box;
    height: 40px;
    padding: 11px 5px;
    cursor: pointer;
    margin-right: 5px
}

.fs-fullscreen .tog {
    width: 16px;
    height: 16px;
    background-image: url(./player/fullscreen.png);
    background-position: no-repeat
}

.fs-fullscreen .tog {
    background-position: 0 0
}

.fs-fullscreen .tog:hover {
    background-position: -16px 0
}

.fullscreen .fs-fullscreen .tog {
    background-position: 0 -16px
}

.fullscreen .fs-fullscreen .tog:hover {
    background-position: -16px -16px
}

.fullscreen .fs-video-controls {
    position: fixed;
    bottom: 0px
}

.fullscreen .fs-storyboard-wrapper {
    position: fixed;
    bottom: 65px
}

.fullscreen .fs-center-overlay {
    position: fixed;
    margin: -20px 0 0 -20px
}

/* fullscreen end */





/* loading */

.fs-video-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 60;
    width: 37px;
    height: 37px;
    margin-left: -18px;
    margin-top: -18px;
    background: url(./player/loading.gif) no-repeat top center;
    display: none
}

/* canvas */

.fs-player .canvas-container {
    z-index: 90;
    position: absolute !important;
    top: 0;
    left: 0
}

/* resolution */

.fs-resolution-wrap {
    float: left;
    position: relative;
    background-color: rgba(25, 25, 25, 0.8);
}

.fs-resolution-button {
    width: 30px;
    height: 40px;
    background: url(./player/resolution.png) center no-repeat;
    cursor: pointer
}

.fs-resolution-wrap ul {
    position: absolute;
    width: 100px;
    z-index: 10;
    border-radius: 2px;
    line-height: 1.8;
    background-color: rgba(25, 25, 25, .8);
    box-shadow: 0 0 4px #999;
    text-align: left;
    list-style: none
}

.fs-resolution-wrap ul li {
    padding: 0 10px;
    color: #fff;
    cursor: pointer
}

.fs-resolution-wrap ul {
    display: none;
    transition: display .1s
}

.fs-resolution-wrap ul.in {
    display: block;
    transition: display .1s
}

.fs-resolution-wrap ul li.active {
    background-color: #00adee
}

.fs-resolution-wrap ul li:hover {
    background-color: #666
}

/* playback */

.fs-playback {
    float: left;
    background-color: rgba(25, 25, 25, .8);
    position: relative
}

.fs-playback .fs-playback-bar {
    position: absolute;
    bottom: 30px;
    left: -3px;
    width: 30px;
    height: 80px;
    background-color: rgba(25, 25, 25, .8);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.fs-playback.inactive .fs-playback-bar {
    display: none
}

.fs-playback .fs-playback-button {
    width: 30px;
    height: 25px;
    padding-top: 5px;
    font-size: 12px;
    cursor: pointer;
    color: #ccc;
    text-align: center
}

.fs-playback .fs-playback-wrapper {
    position: relative;
    width: 6px;
    height: 64px;
    padding-top: 1px;
    margin: 10px 0 0 10px;
    cursor: pointer;
    background: url(./player/bg_volw.png);
    border: 1px solid #888
}

.fs-playback .fs-playback-position {
    width: 6px;
    background: url(./player/bg_vol.png);
    position: absolute;
    bottom: 0
}

.fs-playback .fs-playback-position:before {
    content: " ";
    position: relative;
    top: 0;
    left: -5px;
    display: block;
    width: 16px;
    height: 0;
    border-top: 4px solid #fff
}

/* msg */
.fs-msg {
    position: absolute;
    z-index: 90;
    bottom: 40px;
    right: 15px;
    display: none;
    font-size: 12px;
    color: #fff;
    cursor: default;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* seekerHelper */

.fs-seekerHelper {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    color: #999
}

.fs-seekerHelper .storyboard {
    display: inline-block;
    margin-right: 15px;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    border: 1px solid #999;
    box-shadow: 0 0 4px #333
}

.fs-seekerHelper .currentTimeBox {
    display: inline-block;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    position: relative;
    top: 5px;
    text-shadow: 2px 2px #000;
    text-align: center
}

.fs-seekerHelper .currentTime {
    font-size: 50px;
    font-weight: bold
}

.fs-seekerHelper .offset {
    position: relative;
    top: -10px;
    font-size: 25px
}


/* pager */
.fs-prev,
.fs-next {
    visibility: hidden;
    position: absolute;
    top: 40%;
    width: 35px;
    height: 45px;
    z-index: 55;
    background-repeat: no-repeat;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    cursor: pointer
}

.fs-prev.active,
.fs-next.active {
    visibility: visible
}

.fs-prev {
    left: 10px;
    background-position: 15% 50%;
    background-image: url(./player/prev.png)
}

.fs-next {
    right: 10px;
    background-position: 85% 50%;
    background-image: url(./player/next.png)
}

.fs-forward,
.fs-backward {
    position: absolute;
    top: 0;
    width: 30%;
    bottom: 60px;
    z-index: 50;
    cursor: pointer;
}

.fs-forward {
    right: 0;
}

.fs-backward {
    left: 0;
}

.forward-hint,
.backward-hint {
    display: none;
    color: white;
    background: rgba(0, 0, 0, 70%);
    padding: 5px 10px;
    bottom: 0px;
    position: absolute;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.forward-hint {
    right: 20px;
}

.backward-hint {
    left: 20px;
}


.fs-player.hover .fs-prev,
.fs-player.hover .fs-next {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.fs-waterMark {
    display: flex;
    flex-wrap: wrap;
    display: -webkit-flex;
    cursor: default;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100%;
    z-index: 51;
    transition: all .5s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fs-returnWaterMark {
    position: absolute;
    right: 10px;
    bottom: 40px;
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
    z-index: 60;
    background-repeat: no-repeat;
    cursor: pointer
}

.fs-waterMark.large {
    font-size: 32px
}

.fs-waterMark .rotate45 {
    transform: rotate(-45deg);
}

.fs-waterMark .text {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 0 4px black;
}

.fs-waterMark .item.center {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fs-waterMark .item.random {
    width: 33.3333%;
    height: 33.3333%;
    text-align: center;
    vertical-align: middle;
    visibility: hidden;
}

/* cog */
.fs-cog-wrap {
    float: right;
    box-sizing: border-box;
    height: 40px;
    padding: 0px 5px;
    margin-right: 10px
}

.fs-cog-button {
    cursor: pointer;
    color: white;
    font-size: 22px;
    padding: 8px 10px;
}

.fs-cog-button:hover {
    color: #808080
}

.fs-cog-button {
    background-position: 0 0
}

.fs-cog-button:hover {
    background-position: 0 -16px
}

.fs-cog-wrap ul {
    width: 215px;
    position: absolute;
    right: 10px;
    bottom: 40px;
    padding: 0 5px;
    margin: 0;
    border-radius: 2px;
    line-height: 1.8;
    background-color: rgba(25, 25, 25, .8);
    list-style: none;
    text-align: left;
    z-index: 999;
    cursor: normal
}

.fs-cog-wrap .list li {
    padding: 0;
    margin: 5px 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px
}

.fs-cog-wrap .list .title {
    float: left;
    margin-right: 10px;
    width: 50px;
    text-align: right
}

.fs-cog-wrap .list .content {
    overflow: hidden
}

.fs-cog-wrap ul {
    display: none;
    position: absolute;
    padding: 0 5px;
    margin: 0;
    border-radius: 2px;
    line-height: 1.8;
    background-color: rgba(25, 25, 25, .8);
    list-style: none;
    text-align: left;
    z-index: 999;
    cursor: normal;
    right: 10px;
    width: auto;
    bottom: 30px;
}

.fs-cog-wrap ul.in {
    display: block;
    transition: display .1s
}

.fs-cog-wrap .cog-playback select,
.fs-cog-wrap .cog-resolution select {
    position: relative;
    z-index: 10;
    width: 105px !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 1 !important;
    color: #000;
}

.fs-cog-wrap .cog-subtitle select {
    position: relative;
    z-index: 10;
    width: 105px !important;
    height: auto !important;
    padding: 0 !important;
    line-height: 1 !important;
    color: #000;
}


.fs-cog-wrap ul .spanLink {
    color: #ccc
}

.fs-cog-wrap ul .spanLink:hover {
    color: #fff;
    text-decoration: underline
}

/* adSkiper */

.fs-adSkiper {
    position: absolute;
    bottom: 40px;
    right: 0px;
    z-index: 20;
    box-sizing: border-box;
    background-color: rgba(25, 25, 25, .8);
    text-align: center;
    color: #fff;
    font-size: 16px;
    width: 17%;
    min-width: 100px;
    max-width: 120px;
}

.fs-adSkiper:hover {
    background-color: rgba(25, 25, 25, .9)
}

.fs-adSkiper .before {
    display: none;
    line-height: 45px;
}

.fs-adSkiper .before .text {
    overflow: hidden;
}

.fs-adSkiper .before img {
    float: right;
    height: 45px;
    width: 70% !important;
}

.fs-adSkiper .after {
    display: none;
    font-size: 16px;
    cursor: pointer;
    padding: 5px 0;
}

.fs-adSkiper .adThumb {
    background-size: cover;
    float: right;
    width: 65%;
    height: 45px;
}

.fs-mobile-progress-bar {
    position: absolute;
    bottom: 50px;
    height: 50px;
    left: 70px;
    right: 10px;
    z-index: 999;
}

@media (max-width:992px) {
    .fs-adSkiper {
        width: 15%;
        min-width: 90px;
        max-width: 120px;
        font-size: 0.8em;
    }

    .fs-adSkiper .before img {
        height: 35px;
    }

    .fs-adSkiper .before {
        line-height: 35px;
    }

    .fs-adSkiper .adThumb {
        height: 35px;
    }
}