.prism-player .prism-liveshift-progress .prism-progress-played, .prism-player .prism-progress .prism-progress-played {
    background-color: #efa22e;
}
.prism-player .prism-liveshift-progress .prism-progress-cursor, .prism-player .prism-progress .prism-progress-cursor {
    background: rgb(239 162 46 / 50%) !important;
}
.prism-player .prism-big-play-btn {
    background: url(https://static.orangenews.hk/static/orange/img/video-icon.png) no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}
.prism-player .prism-big-play-btn .outter {
    width: 120px;
    height: 120px;
    border-radius: 100%;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    left: 0;
    border:none;
}
.btn{
    position: absolute;
    cursor: pointer;
    right:40px;
    width: 28px;
    height: 28px;
    background: url(https://static.orangenews.hk/static/orange/img/ico_80.png);
    background-size: contain;
}
.prism-player .prism-play-btn-live{
    position:absolute;
    top: 10px;
    left: 10px;
    width:24px;
    height:24px;
    cursor: pointer;
    background: url(https://static.orangenews.hk/static/orange/img/smallpause.png) no-repeat;
    background-size:100%;
}
.playing-live{
    background: url(https://static.orangenews.hk/static/orange/img/smallplay.png) no-repeat !important;
    background-size:100% !important;
}
.prism-player .prism-live-display{
    top:0 !important;
    left:50px !important;
    color:#efa22e;
}


.costom-prism-sharpness {
    width: 80px;
    float: right;
    position: relative;
    user-select: none;
}

.costom-prism-sharpness .selectd-definition {
    line-height: 44px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.costom-prism-sharpness .definition-list {
    display: none;
    position: absolute;
    bottom: 44px;
    width: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.costom-prism-sharpness .definition-item {
    cursor: pointer;
    line-height: 36px;
    color: #fff;
}

.costom-prism-sharpness .definition-item:hover {
    background: rgba(216, 216, 216, .1)
}

.costom-prism-sharpness .definition-item.active {
    color: #efa22e;
}