
* {
    margin: 0;
    padding: 0;
}

.closecommnet {
    max-width: 650px;
    width: 100%;
    z-index: 1005;
    position: absolute;
    text-align: right;
    margin-left: -10px;
}

.numcommnet {
    background-color: #ffffff;
    max-width: 650px;
    width: 100%;
    z-index: 1005;
    margin-top: -3px;
    position: absolute;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 25px;
    line-height: 30px;
}

.editor:empty:before {
    content: '留下你的精彩评论吧';
    color: gray;
}

img.addpl {
    width: 1.7rem;
}


/*
  .secondBg{
    position: fixed;//视频定位方式设为固定
    right: 0;
    bottom: 0;//视频位置
    min-width: 100%;
    min-height: 100%; //不会因视频尺寸造成页面需要滚动
    width: auto;
    height: auto; //尺寸保持原视频大小
    z-index: -100; //z轴定位，小于0即可
    -webkit-filter: grayscale(20%);//添加灰度蒙版，如果设定为100%则视频显示为黑白
}
*/

.video-top {
    position: absolute;
    width: 100%;
    height: 5rem;
    top: 0;
    background: linear-gradient(
            0deg, rgba(0, 0, 0, 0.001) 0%, rgba(0, 0, 0, 0.2) 97.7%);
    z-index: 2;
}


.secondBg {
    width: 100%;
    height: 100%;
}

.secondBg_all {
    object-fit: cover;
    object-position: center center;
}


@keyframes tiktokswirl {
    0%, 100% {
        text-shadow: -1px -1px 0 #0ff, 1px 1px 0 red
    }
    25% {
        text-shadow: 1px 1px 0 #0ff, -1px -1px 0 red
    }
    50% {
        text-shadow: 1px -1px 0 #0ff, -1px 1px 0 red
    }
    75% {
        text-shadow: -1px 1px 0 #0ff, 1px -1px 0 red
    }
}

.videoxzsp {
    transform: rotate(-90deg);
    width: 667px;
}






















/*载入动画*/

@keyframes bird {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -800px 0;
    }
}


.icon_loading {
    position: absolute;
    top: 44%;
    right: 0;
    left: 0;
    bottom: auto;
    margin: auto;
    z-index: 400;
    height: 60px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    background: url(/ui/shortVideo/img/loading-cc4ac959d43af00ab308ce31e57dc921.png);
    width: 15%;
    height: 25px;
    animation: bird 2s steps(15) infinite;
}

p.bottom-desc {
    margin-top: 7px;
    width: 260px;
    pointer-events: none;
}

p.bottom-desc span{
    margin-left: 0.3rem;
}















/**视频播放***/
.videoPlayer {
    border: 1px solid #000;
    width: 100%;
}

#video {
    margin-top: 0px;
}

#videoControls {
    width: 100%;
    margin-top: 0px;
}

.show {
    opacity: 1;
}

.hide {
    opacity: 0;
}

#progressWrap {
    height: 25px;
    cursor: pointer;
}

#playProgress {
    background-color: #b5b1b1;
    width: 0px;
    height: 2px;
    /* border-right: 2px solid blue; */
}

#showProgress {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
}

div#videoControls {
    position: absolute;
    bottom: 50%;
    width: 100%;
    /*height: 3.3rem;*/
    z-index: 401;
}

span#showProgress {
    display: none;
}

i.iconfont.icon-shoucang.icon_right {
    font-size: 36px;
    margin-left: 2px;
}

i.iconfont.icon-liuyan.icon_right.icon_right_change {
    font-size: 36px;
    /* margin-left: 1px; */
}

div#comment {
    margin-top: 30px;
}

i.iconfont.icon-iconfontforward.icon_right.icon_right_change {
    font-size: 36px;
}

div#share {
    margin-top: 0px;
}

div#like {
    margin-top: 30px;

}

span.pltime {
    color: #bdbdbd;
    margin-left: 5px;
}

img#zhubo {
    width: 2.48rem;
    /* height: 1.48rem; */
    position: absolute;
    /* bottom: 20rem; */
    left: 50%;
    /* margin-left: 0.24rem; */
    position: absolute;
    /* bottom: 20%; */
    top: -12px;
    left: 0;
    right: 0;
    /* background: #f44; */
    /* border-radius: 67px; */
    display: inline-block;
    /* width: 15px; */
    /* height: 15px; */
    line-height: 24px;
    margin: 0 auto;
    z-index: 1;
}



.customDataTopNav a.back {
    position: relative;
    top: 10px;
    margin: 10px;
    z-index: 99;
}

.customDataTopNav .back img {
    width: 1.8rem;
}


.box-wrapper .icon-shoucang{
    font-size: 16px !important;
}

.closeVipTip {
    position: absolute;
    top: 10px;
    right: 10px;
}
.closeVipTip>i{
    font-size: 1.2rem;
    font-weight: bold;
}

.new-data-indicator {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%;
    margin-left: 3px;
    animation: blink 1s infinite; /* 应用名为blink的动画，持续时间为1秒，无限次循环 */
}

@keyframes blink {
    0%, 100% { opacity: 1; } /* 初始和结束时完全可见 */
    50% { opacity: 0; } /* 中间时完全透明，即不可见 */
}