<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    margin: 0;
    padding: 0;
    background-color: #303035;
}
#app{
    width: 100%;
    min-height: 100vh;
}
a{
  color: #0081ff;
}

/* é®ç½©å±‚ */
.v-modal{
  position: fixed !important;
}
.v-modal{
  z-index: 2000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color:#000 ;
}


/* max=1795px min=1560px */
@media screen and (max-width: 1795px) and (min-width:1560px) {
    .liveRoomBox{
        width:1400px;
        margin: auto;
    }

    .liveRoom{
        height: 727px;
    }
    .liveRoomVideo{
        height: 607px;
    }

    /* èŠå¤© */
    .chatModel{
        height: 727px;
    }
    .chatWindow{
        height: 592px;;
    }
    /* æé—® */
    .put-question{
        height: 672px;
    }
    .comment-list{
        height: 592px;
    }

    /* è§†é¢‘å›žçœ‹ */
    /* .block{
        height: 160px;
        width: 176px;
    }
    .vedioPic{
        height: 99px;
        width: 176px;
    }
    .desc{
        width: 176px;
    }
    .desc span{
        width: 176px;
    } */

    /* ç‚¹èµž */
    /* .likeBox{
        position: absolute;
        bottom: 125px;
        right: 4vh;
        z-index: 10;
    }
    .canvasLike{
        position: absolute;
        bottom: 60px;
        left: -30px;
    }
    .likeCount{
        width: 50px; 
        font-size: 14px;
        color: #B5B5B5;
        position: absolute;
        bottom: -20px;
        left: 9px;
    } */
    
}
.liveRoomBox{
    width:1400px;
    margin: auto;
}
/* ç›´æ’­é¡µ */
.liveHeader{
    margin-top: 23px;
    margin-bottom:21px;
    padding: 0px;
    height: 36px;
    /* border: 2px solid red; */
}
.liveLogo{
    margin: 0px;
}
.liveHeaderButton{
    /* margin: 0px; */
    height: 26px;
    width: 74px;
    padding: 6px 1px;
    border-radius:20px;
    font-size:12px;
    position: relative;
    top: -12px;
    left: 40px;
}
.liveRoom{
    width: 1080px;
    height: 727px;
    padding: 0px;
    /* border: 2px solid blue; */

}
.liveRoomVideo{
    height: 607px;
    overflow: hidden;
    padding: 0px;
    /* border: 2px solid yellow; */
}
/* .video-layer::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 40px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAwCAYAAAGnNCAXAAAABGdBTUEAALGPC/xhBQAAAENJREFUCB1jYGBgYGICEpIgQgqNBRRi4MMmARYDyXKAWLwgggfOAnMJiIH0soJ0sMEJdlQWWBYshpAAK0ZwwSzS1AEAes8Ckyqvlc0AAAAASUVORK5CYII=);
    background-repeat: repeat-x;
    background-size: contain;
    bottom: 0;
    left: 0;
    border-radius: 2px;
} */
.liveRoomInfo{
    background-color: #202026;
    height: 120px !important;
    color: #F2F2F2;
    padding: 0px;
    /* border: 2px solid orange; */
}
.liveRoomTitle{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 26px;
    color: #F2F2F2;
    margin-left: 25px;
}
.audienceNum{
    margin-left: 29px;
}
.liveRoomStartTime{
    margin-left: 35px;
}

.liveRoomWindow{
    width:310px !important;
    margin-left: 10px;
    /* border: 2px solid green; */
}
.el-tabs__item {
    color:#FFFFFF;
}
.el-tabs__item.is-active{
    color:#FFFFFF;
}
/*ç‚¹å‡»å…³æ³¨å¼¹å‡ºæ¡†  */
.msgbox-wrapper{
  position:fixed;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate3d(-50%,-50%,0);
  text-align: center;
}
.v-modal{
  z-index: 2000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-color:#000 ;
}
.msgbox{
  width: 250px;
  height: 300px;
  border-radius:8px;
  margin:0 auto;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
  backface-visibility: hidden;
  transition: 0.2s;
}
.msgbox-title{
  font-size: 16px;
  line-height: 24px;
  font-family: PingFang SC;
  font-weight: 600;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 12px;
}
.msgbox-desc{
  color: #999;
  padding: 15px 0;
  line-height: 36px;
}
.msgbox-header{
  height: 22px;
  margin: 18px 0 12px 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
}
.msgbox-content{
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%,-50%,0);
  text-align: center;
  width: 75%;
  padding: 10px;
  border-radius: 8px;
  margin: 0 auto;
  background-color: #fff;
  z-index:2001;
}
.msgbox-bottom{
  height: 17px;
  margin: 12px 0 19px;    
  color: #5E636B;
  font-size: 12px;
}
.modal-close{
  width: 32px;
  height: 32px;
  background: url(../img/icon-modalclose.png) no-repeat;
  background-size: 100% 100%;
  margin: 10px auto;
}
/* åˆ†äº« */
.shareQrcodeBox{
  width: 140px;
  height: 160px;
  background-color: #FFFFFF;
  position: absolute;
  top: 50px;
  left: 315px;
  z-index: 10;
  text-align: center;
}
.shareQrcodeText{
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 12px;
  color: #000A19;
  letter-spacing: 3px;
}
/* æ’­æ”¾å™¨ */
.wait.vjs-error .vjs-error-display:before {
    content: 'ç›´æ’­å°šæœªå¼€å§‹';
}
.suspend.vjs-error .vjs-error-display:before {
    content: 'ç›´æ’­æš‚åœä¸­';
}
.stop.vjs-error .vjs-error-display:before {
    content: 'ç›´æ’­å·²ç»“æŸ';
}

/* èŠå¤© */
.chatModel{
    overflow-y: hidden;
    height: 727px;
    background-color: #202026;
    padding: 0px;
}
.chatModel .el-tabs__nav{
    background: #202026;
}
.chatModel .el-tabs__active-bar{
    /* left: 55px; */
    width: 24px !important;
    height: 3px !important;
    border-radius: 3px !important;
    background-color: #0084FF;
    margin: auto !important;
    position: absolute;
    left: 0;
    right: 0;
}
.chatModel .el-tabs__item{
    font-size: 16px;
    font-family: PingFang HK;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 0.5;
}
.chatModel .is-active{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
}
.chatWindow{
    overflow-y: auto;
    height: 592px;
}
.chat{

}
.profilePicture{
    margin-left: 12px;
    border-radius: 100%;
}
.nickname{
    width: 24px;
    height: 17px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 14px;
    color: #8C9898;

    margin-left: 6px;
    position: relative;
    bottom: 11px;
}
.chatContentBox{
    max-width: 279px;
    width: auto;
    display:inline-block !important; 
    /* display:inline; */
    word-wrap:break-word;
    border-radius: 5px;
    margin-left: 60px;
    margin-bottom: 30px;
    /* margin-right: 12px; */
    padding-left: 12px;
    padding-top: 10px;
    padding-right: 12px;
    padding-bottom: 9px;
    background-color: #32333C;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    /* border:1px solid white; */
}
.sendChatWindow{
    /* padding-top: 8px;
    padding-left: 10px;
    padding-bottom: 9px;
    padding-right: 10px; */
    width: 310px;
    height: 80px;
    background-color: #0E0E10;
    /* border:1px solid white; */
}
.chatFunction{
    height: 24px;
    padding-bottom: 9px;
    padding-left:10px;
    padding-top:8px
    /* border:1px solid white; */
}
.emojis {
    height: 160px;
    /* padding: 10px; */
    /* position: absolute;
    bottom: 100px; */
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-y: scroll;
    /* border:1px solid red */
  }
.chatInputModel{
    margin-left: 10px;
    padding: 0px;
    /* border: 1px solid white; */
}
.chatInput{
    width: 230px;
}
.chatInput .el-input__inner{
    height: 30px;
    background-color: #383839;
    color:#FFFFFF;
    border: 0px;
}
.el-input__inner{
    height: 30px;
    /* color:#FFFFFF; */
}
.chatButton{
    height: 30px;
}


/* åˆ†å‰²çº¿ */
.el-divider{
    background-color: #525252;
}
/* å›žçœ‹è§†é¢‘ */
.replayModel{
  
}
.paginate .el-pagination.is-background .btn-prev{
    background-color: transparent;
}
.paginate .el-pagination.is-background .el-pager{
    background-color: transparent;
}
.paginate .el-pagination.is-background .btn-next{
    background-color: transparent;
}
.paginate .el-pagination.is-background .el-pager li:not(.disabled).active{
    background-color: transparent;
}
.paginate .el-pagination.is-background .el-pager li{
    background-color: transparent;
}
.replayList{
    margin-top: 15px;
    height: 175px;
}
.replayList a{
    text-decoration:none;
}
.block{
    height: 175px;
    width: 220px;
}
.vedioPic{
    height: 124px;
    width: 220px;
}
.cover{
    position: relative;
}
.cover span{
    color: #fff;
    word-wrap: break-word;
    overflow: hidden;
}
.timeLength{
    font-size: 12px;
    font-family: MicrosoftYaHei;
    line-height: 18px;
    color: #FFFFFF;
    position: absolute;
    right: 10px;
    bottom: 8px;
}
.desc{
    width: 220px;
}
.desc span{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 24px;
    color: #fff;
    opacity: 0.8;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 220px;
}
.replayModeltabs{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
    color: #FFFFFF;
}
.active{
    color: white;
}
/* ç›´æ’­ç®€ä»‹ */
.liveRoomDesc{
    color: white;
}
.liveRoomDescTitle{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 22px;
}
.liveRoomDescContent{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    opacity: 0.8;
    line-height: 1.5;
}
.liveRoomDescContent p{
    line-height: 26px;
}
.liveRoomDescContent img{
  width: 100%;
}
/* ç™»å½•é€šç”¨é¡µé¢ */
.el-dialog__header{
    padding:0px ;
}
.el-dialog__body{
    width: 500px ;
    height: 380px;
    padding: 0px ;
    padding-top: 10px;
    text-align: center;
}
/* ç™»å½•é™åˆ¶é¡µé¢ */
.loginBox{
    width: 500px;
    height: 380px;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    text-align: center;
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loginTitle{
    width: 380px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 600;
    line-height: 28px;
    color: #000A19;
    margin: auto;
    margin-top: 28px;
    margin-bottom: 10px;
}
.loginWelcome{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0px;
    color: #5E636B;
}
.loginForm{
    margin-top: 38px;
    margin-left: 60px;
    margin-right: 60px;
}
.loginMobile .el-input__inner{
    height: 44px;
}
.loginCaptcha .el-input__inner{
    width: 252px;
    height: 44px;
}
.loginCaptchaButton .el-button{
    margin-left: 30px;
    width: 114px;
    height: 44px;
}
.loginImgCaptcha .el-input__inner{
  height: 44px;
}
.login-imgCaptcha{
  height: 44px;
}
.login-imgCaptcha img{
  width: 100%;
  height: 100%;
}
.login_error{
    height: 30px;
    position: relative;
    bottom: 10px;
    /* margin-bottom: 10px; */
}
.loginButton .el-button{
    width: 380px;
    height: 44px;
}
.wechatText{
    width: 84px;
    height: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0px;
    color: #0077CC;
    margin-left: 9px;
    position: relative;
    bottom: 5px;
    text-decoration:none
}

/* æ»‘å—éªŒè¯ */
/* @mixin jc-flex{
    display: flex;
    justify-content: center;
    align-items: center;
} */
.jc-component__range .jc-range{
        background-color: #e9e9e9;
        position: relative;
        /* transition: 1s all; */
        user-select: none;
        color: #585858;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px; /*no*/
        z-index: 2;
}
.jc-component__range .success{
    background-color: #2492EF;
    color: #fff;
    
}
.jc-component__range .success i{
    color: #2492EF;
}
.jc-component__range .jc-range i{
    position: absolute;
    left: 0;
    width: 50px;/*no*/
    height: 100%;
    color: #A8A8A8;
    background-color: #fff;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
}
.moving{
    position: absolute;
    left: 0px;
    user-select: none;
    color: #585858;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2492EF;
    height: 40px;
    z-index: 3;
} 

/* å¯†ç&nbsp;/è§‚çœ‹ç&nbsp;é™åˆ¶é¡µé€šç”¨ */
.limitBox{
    width: 500px;
    height: 320px;
    background-color: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.16);
    border-radius: 15px;
    /* text-align: center; */
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.limitForm{
    margin-left: 60px;
    margin-right: 60px;
    margin-top: 0px;
}
.captcha .captcha-input{
    width: 100px;
    height: 30px;
    opacity: 0;
}
.input-table{
    display: flex;
    justify-content: space-between;
}
.code-item{
    display: block;
    width: 55px;
    height: 55px;
    line-height: 50px;
    text-align: center;
    color: #000;
    font-size: 26px;
    border: 1px solid #C5C7C9;
    background: rgba(255, 255, 255, 0.26);
}
.is-edit{
    border: 1px solid #0081FF;
}
.limitBtn .el-button{
    width: 380px;
    height: 44px;
    background: linear-gradient(152deg, #2DBBEE 0%, #228CEF 100%);
    opacity: 1;
    border-radius: 3px;
    margin-top: 42px;
}
/* é»‘ç™½åå•é™åˆ¶ */
.BOWListLimit{
    width: 100%;
    height: 100%;
    background-color: #000;
    background-size: cover;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}
.msgbox-content{
    position:fixed;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    text-align: center;
    width: 75%;
    padding: 10px;
    border-radius: 8px;
    margin: 0 auto;
    background-color: #fff;
    z-index:2001;
  }
  .msgbox-title{
    font-size: 16px;
    line-height: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 12px;
  }
  .msgbox-desc{
    color: #999;
    padding: 15px 0;
    line-height: 36px;
  }
  .send-box{
    background: #000;
    width:100%;
    height:80px;
   
  }
  /* æé—®æ&nbsp;ç›¸å…³æ&nbsp;·å¼ */
.put-question{
    height: 672px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  
}
.comment-list{
    overflow-y: auto;
    height:592px;
}
.send-input{
    display: flex;
    /* max-width: 95%; */
    margin-left: 10px;
    padding: 0px;
    /* justify-content: space-between; */
}
.rich-input{
    /* border: 1px solid ; */
    width: 230px;
    background-color: #383839;
    color: #FFFFFF;
    border-radius: 5px;
}
.emijo-box{
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
    height: 24px;
}
/* .chatFunction{
    height: 24px;
    margin-bottom: 9px;
    margin-left:10px;
    padding-top:8px
} */
.emjio-list{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-y: scroll;
    height: 160px;
    box-sizing: border-box;
}
.selected-img{
  height: 24px;
  vertical-align: sub;
}
.time-tag{
  font-size: 12px;
  color: #AAAAAA;
  margin: 0 auto;
  width:130px;
  text-align: center;
  line-height: 30px;
}
.comment{
  display: flex;
  margin: 20px 0;
}
.user-popover-box{
  display: inline;
  margin: 5px;
  font-size: 12px;
  color: #8c9898;
}
.popover{
  height: 33px;
}
.lazy{
  position: relative;
  transition: opacity .2s;
  object-fit: cover; 
}
.lazy::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
}
.avatar{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-size: cover;
}
.content-box{
  padding: 0 10px;
}
.meta-box{
  display: flex;
  font-size: 14px;
  white-space: nowrap;  
  width: 13rem;
  justify-content: space-between;
}
.user-popover-box{
  display: inline;
  margin: 5px;
  font-size: 12px;
  color: #8c9898;
}
.comment-content-box{
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  background-color: #f4f4f4;
  word-break: break-word;
}
.sub-comment-list{
  border-radius: 3px;
}
.sub-item{
  margin-top: 15px;
}
.sub-comment-content-box{
  padding: 7px;
  border-radius: 10px;
  display: flex;
  background-color: #0077cc;
}
.user-content-box{
  margin-left: 5px;
  /* margin-right: 6px; */
  font-size: 14px;
  color: #fff;
  max-width: 160px;
}
.sub-content-box{
  color: #fff;
}

/* ç‚¹èµž */
.likeBox{
  position: absolute;
  bottom: 89px;
  right: -13px;
  z-index: 10;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.likeIconBox{
  height: 46px;
}
.canvasLike{
  position: relative;
  bottom: 0px;
  /* left: -30px; */
  /* z-index:-1; */
}
.likePic{
  width: 46px;
  height: 46px;
}
.likeCount{
  width: 50px; 
  font-size: 14px;
  font-family: PingFang SC;
  color: #B5B5B5;
  /* position: absolute;
  bottom: -20px;
  left: 20px; */
}

/* è¯„è®º */
.comment-list-box{
    height: 100%;
  }
  .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0;
    /* background-color: rgb(68, 65, 65); */
    background-color: grey;
    opacity: 0.12;
    z-index: 1; 
  }
  .comment-list {
    line-height: normal;
    padding: 6px;
    overflow-y: auto;
  }
  .image-viewer-box{
    word-break: break-word;
    line-height: normal;
  }
  .item{
    margin: 0;
    padding: 0;
  }
  .user-link{
    text-decoration: none;
    cursor: pointer;
    color: #909090;
    background-color: transparent;
  }
  .name{
    max-width: 128px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .position{
    color: #8a9aa9;
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content{
    background-color: rgb(50, 51, 60);
    color: rgb(255, 255, 255);
    padding: 10px 12px 9px;
    line-height: 25px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    word-wrap: break-word;
    white-space: pre-wrap;
    overflow: hidden;
  }
  .reply-stat{
    display: flex;
    font-weight: 400;
  }
  .time{
    font-size: 12px;
    cursor: default;
    line-height: 25px;
    font-weight: 400;
    color: #FFFFFF;
  }
  .action-box{
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    min-width:6rem;
  }
  .action{
    display: flex;
    align-items: center;
    margin-left: .5rem;
    cursor: pointer;
  }
  .sub-comment{
    position: relative;
    width: 88%;
  }
  .sub-comment-content-row{
    display: flex;
    align-items: flex-start;
    width: 88%;
  }
  .user-popover-box{
    display: inline-block;
  }
  .comment-content-box{
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #f4f4f4;
  }
  .username{
    text-decoration: none;
    cursor: pointer;
    color: #fff;
  }
  .profie{
    display: flex;
  }
  .user-popover-box{
    display: inline-block;
  }
  .position{
    font-size: 12px;
    margin-left: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 13.5rem;
  }
  .content-box{
    display: inline-block;
    margin-top: .5rem;
    overflow: hidden;
  }
  .click-area{
    color: #2f3447;
  }
  .sub-comment-stat-box{
    display: flex;
    color: #8a93a0;
  }
  .sub-comment-action{
    padding: 4px;
  }
  .comment-send{
    justify-content: space-between;
    z-index: 4;
    width: 100%;
    height: 48px;
    /* position: fixed;
    bottom: 0;
    left: 0; */
    z-index: 4;
  }
  .textarea-container{
    display: flex;
    padding: 0 10px;
  }
  .input-box{
    width: 70vw;
    flex: 1;
    border:none;
    border-radius: 25px;
    height: 40px;
    position: relative;
    background-color: #F2F7FA;
  }
  .placeholder{
    position: absolute;
    top: 0.5rem;
    left: 1.5rem;
  }
  .input-box input{
    background-color: #F2F7FA;
  }
  .input-box input::-webkit-input-placeholder{
    color:#c3bfbf;
  }
  .emijo-btn{
    background-color: #f2f7fa;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
  }
  .more-btn{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f2f7fa;
    text-align: center;
  }</pre></body></html>