html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
}
.start-loading {
  height: 100%; 
  width: 100%; 
  background: #fefefe; 
  position: fixed; 
  z-index: 98; 
  text-align: center;
  padding: 0;
}
.start-loading img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
}

.start-loading {
    max-width: 720px;
}

.new-live-casting {
    height: 100%;
    position: relative;
    font-size: 0;
    overflow: hidden;
    background-color: #000;
}
.new-live-casting span{
    font-size: 0;
}
.new-live-casting img {
    width: 100%;
    height: auto;
}
.new-live-casting .custom-emoji-in-replys {
    width: 0.9rem;
    vertical-align: top;
}
.new-live-casting .video-player{
    position: absolute;
    width: 100%;
    height: 100%;
}
.new-live-casting .video-player .bg{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: 50%;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    filter: blur(20px);
}
.new-live-casting .video-player .poster{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 20;
}
.new-live-casting .video-player .startIcon{
    width: 2.22rem;
    position: absolute;
    left: 50%;
    top: 4.5rem;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 60;
    cursor: pointer;
}
.new-live-casting .video-player .live-video-img-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11.25rem;
    overflow: hidden;
    background-size: cover;
}
.new-live-casting .video-player .live-video-img{
    width: 100%;
}
.new-live-casting .video-player video {
    /* min-height: 100%; */
    position: absolute;
    left: 0;
    top:0;
    z-index: 10;
    /* top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); */
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    filter: blur(0);
    /* background-color: black; */
}
.videoRef {
    width: 100%;
    height: auto;
    max-height: 100%;
}
.videoRef video{
    width: 100%;
    height: auto;
    max-height: 100%;
}
video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls {
    display: none !important;
}
/* 结束弹框 */
.new-live-casting .video-end-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 50;
    background-color: rgba(0, 0, 0, 0.5);
}

.new-live-casting .video-end-pop-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 10.386473rem;
    background-color: #fff;
    border-radius: 0.5rem;
    padding: .450886rem 1.417069rem .644122rem;
    color: #000;
    box-sizing: border-box;
    text-align: center;
}

.new-live-casting .video-end-pop-inner img {
    display: block;
    width: 2.093398rem;
    margin: 0 auto .724638rem;
    border-radius: 0.3rem;
}

.new-live-casting .video-end-pop-inner p {
    font-size: .772947rem;
    line-height: 1.3;
    margin-bottom: .644122rem;
}

.new-live-casting .video-end-pop-btn {
    background-color: #0c359b;
    border-radius: 0.2rem;
    color: #fff;
    line-height: 1.513688rem;
    font-size: .772947rem;
    padding: 0 1rem;
    display: block
}

.new-live-casting .video-end-pop-close {
    position: absolute;
    right: -0.676329rem;
    top: -0.901771rem;
    width: 1.288245rem;
    height: 1.288245rem;
    background: url(https://wapcdn.thecover.cn/wap/5.0.0/img/video_pop_close.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 2;
}
/* 视频蒙层 */
.new-live-casting .video-cover-layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    /* color: #fff; */
    background-color: transparent;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.new-live-casting .video-cover-layer-inner {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
}
/* 在看人数 */
.new-live-casting .video-cover-layer-inner .online-num {
    width: 100%;
    position: absolute;
    left: .87rem;
    top: .96rem;
    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;
}

.new-live-casting .video-cover-layer-inner .online-num img {
    width: .81rem;
}
.new-live-casting .video-cover-layer-inner .online-num span {
    font-size: .74rem;
    font-weight: 500;
    color:white;
    padding-left:.33rem;
}
/* 声音 */
.new-live-casting .video-cover-layer-inner .video-sound-btn{
    position: absolute;
    right: .87rem;
    top: .41rem;
    background: url(./img/7.3/sound.png) no-repeat top left;
    background-size: cover;
    width: 1.78rem;
    height: 1.78rem;
    cursor: pointer;
}
.new-live-casting .video-cover-layer-inner .video-sound-btn.mutedyes{
    background: url(./img/7.3/soundno.png) no-repeat top left;
    background-size: cover;
}
/* 评论，控制条 */
.new-live-casting .video-cover-layer-inner .video-cover-bottom {
    position: absolute;
    left: 0;
    bottom: 0rem;
    width: 100%;
    /* display: none; */
}
/* 评论 */
.new-live-casting .video-cover-bottom .new-live-casting-info {
    box-sizing: border-box;
    padding: 0 1.06rem 0 0.87rem;
    /* height: 41vh; */
    overflow-y: scroll;
    overflow-x: hidden;
    /* margin-bottom: 0.54rem; */
    display: flex;
    flex-direction: column;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item {
    margin-bottom: .28rem;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item a {
    color: #fff !important;
    text-decoration: underline;
}
.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box {
    display: inline-block;
    padding: .28rem .5rem .28rem;
    background: linear-gradient(0deg, rgba(3, 8, 26, 0.55) 0%, rgba(3, 8, 26, 0.4) 100%);
    border-radius: 1rem;
    max-width: 15.74rem;
    box-sizing: border-box;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content {
    color: #fff !important;
    font-size: 0.78rem;
    line-height: 1.23rem !important;
    word-wrap: break-word;
    max-height: 3.5rem;
    overflow-y: auto;
}
.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content p {
    line-height: 1.23rem !important;
    word-wrap: break-word;
    margin: 0;
}
.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content .live-item-user {
    display: inline-block;
    line-height: 1.23rem;
    font-size: .67rem;
    color: #00222D !important;
    background: #D7D7D7;
    border-radius: 1rem;
    padding: 0 .3rem;
    margin-right: .54rem;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content .reply-item-location {
    display: inline-block;
    margin-right: 0.26rem;
    padding: 0.21rem 0.27rem 0.11rem;
    font-size: .59rem;
    line-height: 0.59rem;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.16rem;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content .reply-item-user {
    font-size: .78rem;
    color: #B5B5B5 !important;
}

.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content img {
    width: 6.59rem;
    padding: .25rem  0 .24rem 0;
    margin-right: .67rem;
    box-sizing: border-box;
    border-radius: .32rem;
}
.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-imgs img {
    /* width: 6.59rem; */
    width: 100%;
    box-sizing: border-box;
    border-radius: .32rem;
    padding: .25rem  0 .24rem 0;
    margin-right: .67rem;
}
.new-live-casting .video-cover-bottom .new-live-casting-info .live-item .live-item-box .live-item-content .custom-emoji-in-replys {
    width: 1.23rem;
    padding: 0;
    margin: 0;
}
/* .live-item-video {
    padding-left: 2.4rem;
    margin-top: 0.4rem;
}

.live-item-video video {
    background-color: #000;
    height: 8.68rem;
} */

/* .live-item-imgs img:nth-of-type(even) {
    margin-right: 0;
} */

/* 控制条 */
.video-control-box {
    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;
    font-size: 0;
    height: 1.48rem;
    width: 100%;
    box-sizing: border-box;
    padding: 0.74rem 1.06rem 0 0.87rem;
    margin-bottom: 3.2rem;
}

.video-control-box .video-play-btn {
    font-size: 0;
    width: .57rem;
    height: .74rem;
    margin-right: 0.54rem;
    overflow: hidden;
    background: url('./img/7.3/video-play.png') no-repeat left top;
    background-size: cover;
    cursor: pointer;
}

.video-control-box .video-play-btn.hide {
    background: url('./img/7.3/video-pause.png') no-repeat left top;
    background-size: cover;
}

.video-control-box .video-drag-wrap {
    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;
    font-size: 0;
    height: .74rem;
    line-height: .74rem;
    flex: 1;
}

.video-control-box .video-drag-wrap .video-current-time,
.video-drag-wrap .video-total-time {
    font-size: .67rem;
    color: #fff;
    align-self: center;
    line-height: .74rem;
    height: .74rem;
}

.video-control-box .video-drag-wrap .video-current-time {
    padding-right: .322061rem;
}

.video-control-box .video-drag-wrap .video-total-time {
    padding-left: .322061rem;
}

.video-control-box .video-drag-wrap .video-drag-progress {
    height: .064412rem;
    background-color: #808080;
    align-self: center;
    flex: 1;
}

.video-control-box .video-drag-wrap .video-drag-progress span {
    width: 0;
    background: #FF7814;
    height: 100%;
    display: block;
    font-size: 0;
    position: relative;
}

.video-control-box .video-drag-wrap .video-drag-progress i {
    position: absolute;
    right: -0.5rem;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    margin-top: -0.5rem;
    top: 50%;
    cursor: pointer;
}

.video-control-box .video-drag-wrap .video-drag-progress i::before {
    content: '';
    position: absolute;
    left: 50%;
    width: .322061rem;
    height: .322061rem;
    border-radius: 50%;
    background-color: #fff;
    margin: -0.161031rem 0 0 -0.161031rem;
    top: 50%;
}

.video-control-box-live {
    height: 1.48rem;
    width: 5.56rem;
    padding: 0 0 0 .63rem;
    background: linear-gradient(0deg,rgba(3,8,26,.55),rgba(3,8,26,.4));
    border-radius: 1rem;
    margin-left: .87rem;
    margin-top: 0.54rem;
}

.video-control-box-live .video-play-btn {
    margin-right: 0.46rem;
}

.video-control-box-live .line {
    width: 1px;
    height: 0.74rem;
    background: #FFFFFF;
    margin-right: 0.5rem;
}
.video-control-box-live .text {
    font-size: 0.7rem;
    height: 0.74rem;
    line-height: 0.74rem;
    /* line-height: 1; */
    font-weight: 500;
    color: #FFFFFF;
}
/* 我要说两句 */
.goSay{
    position: fixed;
    bottom: 5.3rem;
    right: .5rem;
    padding: .28rem .5rem;
    border-radius: 1rem;
    font-size: .78rem;
    line-height: 1.23rem;
    color: #fff;
    background: linear-gradient(0deg,rgba(3,8,26,.55),rgba(3,8,26,.4));
    cursor: pointer;
}
.android-full-body .cm-footer-wrap {
    top: 2.2rem;
}

.android-full .video-end-top {
    margin-top: 2.2rem;
}

.iPhoneX .video-bx {
    bottom: 12.2rem;
}

.iPhoneX .video-handle {
    bottom: 6.1rem;
}

.iPhoneX .new-live-casting-info {
    padding-bottom: 3.974718rem;
}

.iPhoneX .video-drag-wrap {
    bottom: 2.444122rem;
}
/* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸 */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background-color: #e2e2e2;
}

/* 定义内层轨道 滚动条中间部分 */
::-webkit-scrollbar-track-piece {
    background-color: #fff;
}

/* 没有对应文章 */
.details-no-data{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 10;
}
.details-no-data-inner {
  position: relative;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.details-no-data .details-no-data-inner img{
  width: 25%; 
}
.details-no-data span {
  color: #ccc;
  font-size: 0.7rem;
  display: block;
}

/* 底部下载条 */
.cm-footer-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 2.657rem;
  width: 100%;
  z-index: 9998;
  background:rgba(0, 0, 0, 0.5);
}
.swipe-wrap > div {
  position: relative;
  float: left;
}
.cm-footer-hottitle {
  height: 100%;
  font-size: .5797rem;
  color: #fff;

  position:relative;
  width:100%;
}
.cm-footer-wrap .cm-footer-hottitle img {
  width: 2.4476rem;
  height: 1.8518rem;
  float: left;
  margin: 0.4348rem .5rem 0 .966rem;
  border-radius: .2rem;
}

.cm-footer-wrap .cm-footer-hottitle p {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: .8rem;
  padding: 0rem 5.5rem 0 0;
  height: 100%;
}

.cm-footer-wrap .cm-footer-download {
  /* background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/btn-download.png) no-repeat; */
  background: url(https://wapcdn.thecover.cn/cdn/cbgc/static/img/btn-download.png) no-repeat;

  background-size: 4.0258rem 1.1755rem;
  display: block;
  position: absolute;
  width: 4.1rem;
  height: 100%;
  top: 0;

  right: 1.2rem;
  background-position: 0 .72rem;
}

.cm-footer-wrap .cm-footer-on-loading {
  /* background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/btn-downloading.png) no-repeat;
  background-size: 4.0258rem 1.1755rem;
  display: block;
  position: absolute;
  width: 4.1rem;
  height: 100%;
  top: 0;

  right: 1.2rem;
  background-position: 0 .72rem; */
}

.cm-footer-wrap .cm-footer-close {
  background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/btn-close-b.png) no-repeat;
  background-size: .5475rem .5636rem;
  position: absolute;
  width: 1rem;
  height: 100%;
  top: 0;
  right: 0;
  background-position: .1rem 1rem;
}
.cm-footer-wrap .cm-swipe-dot {
  position: absolute;
  bottom: .06rem;
  z-index: 99;
  width: 100%;
  text-align: center;
}

.cm-footer-wrap .cm-swipe-dot  ul {
    margin: 0;
    padding: 0;
}

.cm-footer-wrap .cm-swipe-dot  ul li {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-block;
  margin: 0 2px;
}
.cm-footer-wrap .cm-swipe-dot  ul .no {
  background-color: #fa0000;
}

.cm-footer-wrap .cm-foot-link {
  /* background: url(https://cbgccdn.thecover.cn/wap/4.0.0/img/cbgc-logo-bottom.png) no-repeat; */
  background: url(https://wapcdn.thecover.cn/cdn/cbgc/static/img/cbgc-logo-bottom_3.png) no-repeat;
  width: 8.712rem;
  background-size: 8.712rem 1.852rem;
  display: block;
  height: 2.657rem;
  margin: 0.4348rem 0 0 .966rem;
}

.cm-footer-wrap .tc-footer-download {
  /* width: 60%; */
  overflow: hidden;

  width:100%;
}

.cm-footer-oper {
  /* width: 40%; */
  
  position:absolute;
  top:0;
  right:0;
  height:100%;
}

.downloadapp {
  display: block;
  width: 100%;
  height: 100%;
}

.cm-footer-swipe {
  position: relative;
  z-index: 100;
}

.themeConfig_gray {
    -webkit-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(graysale=1)
}
