.enter-x5-player video.center {
    object-position: 50% 50% !important
}

.prism-progress-cursor {
    margin-left: 0 !important
}

video::-webkit-media-controls {
    display: none !important
}

.video-list-wrapper {
    margin-top: .266667rem;
    z-index: 1000
}

.video-list-wrapper .video-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.video-list .video-list-item {
    width: 100%;
    height: 2.666667rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2%;
    padding: 0 2%
}

.video-list-item img {
    /* width: 100%; */
    max-height: 2.666667rem;
    border-radius: .026667rem;
    -ms-flex: 1;
    flex: 1
}

.video-list-item img:hover {
    opacity: .8;
    cursor: pointer
}

.video-list-item p {
    margin: 0;
    font-size: 14px;
    -ms-flex: 1;
    flex: 1;
    padding: 1% 2%
}

.ui-tab-content>li {
    overflow: scroll
}

.ui-tab-content>li::-webkit-scrollbar {
    display: none
}

.content-container li.comment-list {
    height: 100%;
    overflow: auto;
    clear: both;
    z-index: 500;
    position: relative
}

.comment-list .code-view {
    position: absolute;
    left: 50%;
    top: 20px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.comment-list .comment-container {
    position: absolute;
    height: auto;
    width: 60%;
    bottom: 0
}

.comment-container .comment-row {
    background: rgba(0, 0, 0, .3);
    border-radius: .106667rem;
    position: relative;
    text-shadow: 0 .013333rem .013333rem #000;
    filter: shadow(Color=rgba(0, 0, 0, .5), Direction=0.026667rem, Strength=0);
    margin-bottom: .053333rem;
    float: left;
    clear: both;
    padding-left: .133333rem;
    padding-right: .133333rem;
    margin-left: .133333rem;
    margin-right: .133333rem
}

.comment-row .comment-left {
    color: #dbdbdb;
    line-height: .8rem;
    vertical-align: top
}

html[data-dpr="1"] .comment-row .comment-left {
    font-size: 14px
}

html[data-dpr="2"] .comment-row .comment-left {
    font-size: 28px
}

html[data-dpr="3"] .comment-row .comment-left {
    font-size: 42px
}

@media (min-device-width:980px) {
    .comment-row .comment-left {
        font-size: 28px
    }
}

.comment-row .comment-right {
    line-height: .8rem;
    margin-left: .133333rem
}

html[data-dpr="1"] .comment-row .comment-right {
    font-size: 14px
}

html[data-dpr="2"] .comment-row .comment-right {
    font-size: 28px
}

html[data-dpr="3"] .comment-row .comment-right {
    font-size: 42px
}

@media (min-device-width:980px) {
    .comment-row .comment-right {
        font-size: 28px
    }
}

.comment-color1 {
    color: #ffd88e
}

.comment-color2 {
    color: #cdf3f9
}

.comment-color3 {
    color: #b69fff
}

.comment-color4 {
    color: #fff
}

.favorite-animation-container {
    right: 0;
    bottom: .5rem;
    height: 90%;
    width: 2.4rem;
    margin-left: .133333rem;
    position: absolute
}

.favorite-animation-container img {
    position: absolute;
    bottom: 0;
    left: 45%
}

.favorite-animation {
    animation-name: appear-from-bottom;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.47, 0, .745, .715)
}

@keyframes appear-from-bottom {
    0% {
        opacity: .5;
        width: .56rem;
        height: .533333rem;
        display: block
    }
    10% {
        opacity: 1
    }
    20% {
        width: 1.12rem;
        height: 1.066667rem
    }
    66% {
        opacity: 1
    }
    to {
        transform: translateY(-5.6rem);
        opacity: 0;
        width: .56rem;
        height: .533333rem;
        display: none
    }
}

.comment-textbox {
    height: .933333rem;
    position: fixed;
    bottom: 0;
    margin-left: .133333rem;
    margin-right: .133333rem;
    margin-bottom: .066667rem;
    width: 100%;
    display: none
}

.comment-textbox .send-container {
    position: relative;
    width: 100%
}

.send-container .send-txt {
    float: left;
    width: 68%;
    height: .933333rem;
    line-height: .933333rem;
    background: #fff;
    border: 0;
    border-radius: .106667rem 0 0 .106667rem;
    resize: none;
    color: #000
}

.send-container .send-btn {
    float: left;
    width: 15%;
    height: .933333rem;
    background: #343b59;
    line-height: .933333rem;
    text-align: center;
    border-radius: 0 .106667rem .106667rem 0;
    cursor: pointer;
    color: #fff;
    padding-right: .133333rem;
    padding-left: .133333rem
}

.send-container .send-btn:hover {
    background: #343445
}

.send-container .favoriate-send {
    width: 1rem;
    height: 1rem;
    margin-left: .133333rem;
    margin-right: .266667rem
}

.send-container .favoriate-send:hover {
    opacity: .8;
    cursor: pointer
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-size: 16px !important
}

ul {
    padding: 0;
    margin: 0
}

ul li {
    list-style-type: none
}

.content-container {
    position: absolute;
    top: 252px
}