.tab-bar {
    padding: 0 0.22rem;
    margin-bottom: 0;
    height: 0.93rem;
    border-bottom: 1px solid #eee;
    background: #fff;
    font-size: .34rem;
    letter-spacing: 0;
    line-height: .48rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tab-bar ul {
    width: 100%;
    height: 0.93rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

}
.tab-bar ul li{
    padding: 0 10px;
}

.inner {
    padding: 0 0.19rem 0.65rem;
    background-color: #fff;
}
.index-news-list {
    padding-top: .1rem;
}

.index-news-list .index-news-li {
    padding: .25rem 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.index-title {
    color: #333;
    font-size: .3rem;
    line-height: .46rem;
    max-height: 1.4rem;
}

.index-img-warp {
    padding: .15rem 0;
}

.index-img-warp img {
    width: 2.2rem;
    height: 1.6rem;
    border-radius: .1rem;
    display: block;
}

.index-bottom {
    color: #879399;
}

.index-bottom div {
    padding-right: .2rem;
}

.index-news-li .index-news-li-right {
    width: 2.3rem;
}

.index-news-li .index-news-li-right1 {
    width: 2.4rem;
}

.index-news-li .index-news-li-left{
    width: calc(100% - 2.3rem);
    word-break: break-all;
}
.index-news-li .index-news-li-left .index-title {
    min-height: 1.4rem;
    overflow: hidden;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
}

.index-news-li .index-news-li-right .index-img-warp {
    padding: 0 0 0 .1rem;
}

.index-news-li .index-news-li-right1 .index-img-warp {
    padding: 0 0 0 .1rem;
    position: relative;

}
.index-news-li .index-news-li-right1 img{
    width: 2.3rem;
    height: 1.6rem;
}
.index-news-li .index-news-li-right1 .index-img-warp .playBtn{
    width: .6rem;
    height: .6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA/UExURQAAAAAAAAMDAwAAAAAAAAEBAQAAAEdwTAAAAAAAAAAAAAAAAAAAAD09Pb6+vvj4+Ovr69vb23V1daGhof///81GNrkAAAAUdFJOU2Yjej1xdlMAaWxdBxeHv/Tl1puu8N5LhAAAAqZJREFUaN69mtuCqyAMRROjGQewdjr8/7eeKm3HYxXCJd3vzWo2KkkAvkSyDomYjQEwhpkInZX9EgTBkRgOxIS2HmDxMPgLkmTEAUiQFGExIP7nt2mUAKw0/CKD2QDHMEKG2GUBLEG2yMoBaKBAxz4dAQgKRSKAZSgW2zTAGaiQcSmAg0q5OAChWhgDNIi/J0BTfw5cgvbx/ydsANa0Ahh7CGBoJj4CEDQUvQMQmgr3gHYLsFsGEBo0riowCSRP6LhR7rMK6SdojfsdlMHgLQDj8dfYfd8/ESLAiBuAScTvX3ow5ClAIoFn/CEoMGRZhBQgvgKP+MN0uc7z9TJlIfgJiCawxr/4hy5TNwSjJAR8ACgV/8e/NP92wyBNggLARhPY/v9V15scYVdAzKElgcnv9DOtCIFPuAI47tAugYdPsqXgBZB06OrfJfXJ3gGYAHSzP5LMJ7wDKA4YOn+iy9OnCIHuAI6v8TnAz7dkEvwFFooBwad4EhZcDWDxKSRxBnCAdYD11Y4QEKgSsPi0EE5MogYAP98JZykQcD3AX0MKh49RE4D/PU2BwbQAnKdg2gD8dA6AJoDb6SLoA9QtUl9k9cdU/UXT/VSMpP+xU/9cV284XWLDqd4yh8SWWbfpp7Zkri1bUpURpQuvIV549enCq7R07KSlY7z47euL34hHobqeou6M6fI9vwHp8hqQ3BZK3KWNVNYEilu0VxOYaGP7TRubE/6vjU2l8NaIC3v9v0Y8Nk3ejRLk4UfOG4ZsJxWy+gRzxjnfleOcjIGUuLpyJSO1jNqNPj0UVB9r6g9m9UfL+sNx9fG+/gGF/hGL/iGR/jGX/kGd/lGj/mHpB4579Q+sw5F7nvsu+1ZCzqUBxpJrD1b32sMnLm584OrJBy7PVF//+QfeOJ72m0WGxQAAAABJRU5ErkJggg==) no-repeat 50%;
    background-size: contain;
    z-index: 1;
}
.index-news-li .index-news-li-right1 .index-img-warp .mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: .1rem;
    background-color: rgba(0, 0, 0, .5);
    border-radius: .1rem;
}
.curVideoPlay {
    width: 100%;
    background-color: #fff;
}
.curVideoPlay .video {
    display: block;
    width: 100%;
}
.curVideoPlay .info {
    padding: .2rem;
}
.curVideoPlay .info .title{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.curVideoPlay .info .authorInfo{
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.curVideoPlay .info .authorInfo .portrait {
    width: 30px;
    height: 30px;
    border-radius: 50% 50%;
    background: #ccc;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.curVideoPlay .info .authorInfo .nameFans {
    margin-left: 0.25rem;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.curVideoPlay .info .authorInfo .nameFans .nickName {
    font-size: 14px;
}
.curVideoPlay .info .authorInfo .nameFans .fansNum {
    color: #afafaf;
    font-size: 12px;
}


.video_mian {
    width: 100%;
    /* height: 100vh; */
}

.txp_videos_container {
    width: 100%;
    height: 100%;
    position: relative;
}

.thumbPlayer_content {
    /* width: 50px;
    height: 50px; */
    position: relative;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .5); */
    z-index: 99;
}

.thumbPlayer_content .play_icon {
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
}

.txp_videos_container .video_bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    height: 100px;
    padding: 0 20px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), to(rgba(0, 0, 0, .6)));
    background-image: linear-gradient(-180deg, transparent 1%, rgba(0, 0, 0, .6));
}

.video_bottom .video_bottom_head {
    display: flex;
    padding: 10px 0;
}

.video_bottom .video_bottom_head img {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    border-radius: 50%;
}

.video_bottom .video_bottom_head .video_bottom_head_user strong {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 20px;
}

.video_bottom .video_bottom_head .video_bottom_head_user span {
    display: block;
    font-size: 12px;
    line-height: 14px;
    height: 14px;
    color: #fff;
    opacity: .7;
}

.video_bottom .video_bottom_title {
    width: 99%;
    font-size: 14px;
    color: #fff;
    opacity: .9;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-play-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}
