#content {
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}

#video {
  position: relative;
}

#go-detail {
  position: absolute;
  height: 100%;
  width: 97%;
  z-index: 1;
}

.go-detail {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  width: 200px;
  height: 50px;
  text-align: center;
  background-color: rgba(155,28,31,0.85) ;
  text-decoration: none;
  font-size: 16px;
  line-height: 50px;
  transition: all .3s;
  -ms-transition: all .3s;
  -webkit-transition: all .3s;
  margin-top: -33px;
  margin-left: -100px;
  display: none;
}

.go-detail:hover {
  background-color: #FF7242;
}

#bgpic {
  width: 100%;
  height: 100%;
}

#info-panel {
  background: rgba(155,28,31,0.0) ; 
  border: 1px solid rgba(155,28,31,0.85) ;
}

#info-panel button {
  #background-color: rgba(155,28,31,0.85) !important;
}

.comment-list {
  width: 100%;
  height: calc(100% - 68px);
  /*background-color: #A4D8FA;*/
  #background: rgba(155,28,31,0.85) ; 
  padding: 10px 10px 10px 10px;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}

.comment-lists {
  height: calc(100% - 50px);
  overflow-y: auto;
}

.comment-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  width: 100%;
  color: #bfbfbf;
  position: relative;
}

.comment-title:before {
  content: '';
  position: absolute;
  bottom: -1px;
  width: 52px;
  height: 1px;
  background-color: rgb(27, 158, 243);
}

.comment-title span {
  font-size: 13px;
  margin-top: 3px;
  cursor: pointer;
} 

.comment-title span i{
  color: #49B1F5;
} 

.comment-item {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-item__username {
  font-size: 13px;
  color: #49B1F5;
}

.comment-item__time {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #bfbfbf;
  font-size: 12px;
}

.comment-item__comment {
  margin-top: 8px;
  font-size: 13px;
  margin-bottom: 8px;
  padding-bottom: 10px;
  color: #bfbfbf;
}

.comment-item__delete {
  margin-top: 8px;
  font-size: 13px;
  color: #4C4948;
  margin-bottom: 8px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.no-comment {
  padding-top: 200px;
  text-align: center;
  color: grey;
  font-size: 16px;
}

.comment-type-in {
  height: 64px;
  padding: 7px 6px 7px 8px;
}


.comment-type-in .el-button {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  height: 50px;
}

.comment-type-in .el-textarea textarea {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px;
  height: 50px;
  font-size: 12px;
  padding-right: 25px;
  #background-color: rgba(155,28,31,0.85) ;
  border-color: rgba(155,28,31,0.85) ;
  color: #bbb;
  overflow: auto;
}

.comment-type-in .el-textarea textarea::-webkit-scrollbar {
  display: none;
}

.input-num {
  position: absolute;
  color: #7c7c7c;
  bottom: 2px;
  right: 3px;
  font-size: 12px;
}

.submit-info {
  position: absolute;
  color: #7c7c7c;
  top: -28px;
  left: 0px;
  font-size: 12px;
  color: #bbb;
  background-color: rgba(155,28,31,0.85) ;
  padding: 2px 20px 2px 4px;
  border-radius: 3px;
}


.info-title {
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-bottom: 12px;
}

.info-thing {
  padding-top: 12px;
  color: #a2a2a2;
  margin-bottom: 12px;
  font-size: 14px;
}

.info-thing p {
  margin: 4px 0;
}

.key-text {
  color: #2E2E2E;
  font-size: 16px;
}

.video-title {
  margin-bottom: 8px;
  color: #3b3a3a;
}

.play-title {
  font-size: 18px;
  font-weight: bold;
  margin-right: 15px;
}

.content-item__card {
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.content-item__card.active {
  border: 1px solid #5e9aea;
  background-color: #d4eaf8;
}

.content-item__card.active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  left: 50%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #d4eaf8;
  z-index: 1;
  margin-left: -10px;
}

.content-item__card.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  left: 50%;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #2f72cc;
  z-index: 0;
  margin-left: -11px;
}

.card-info {
  color: #bfbfbf;
  font-size: 12px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  height: 20px;
  line-height: 20px;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.card-img {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.card-img img{
  width: 100%;
  height: 115px;
}

.card-img:hover .mask {
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
}

.mask {
  background: rgba(0,0,0,.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 100%;
  position: absolute;
  transition: all, .2s ease-in-out;
  -webkit-transition: all, .2s ease-in-out;
  -ms-transition: all, .2s ease-in-out;
}

.mask .coming {
  color: #ddd;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -10px;
  position: absolute;
}

.mask img{
  width: 55px;
  height: 55px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27.5px;
  margin-top: -27.5px;
}

.card-title {
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
}

.no-live {
  background: #3b3c3e; 
  position: relative;
}

.no-live-notice {
  padding: 250px 0;
  text-align: center;
  color: #bfbfbf;
}

.el-col-50 {
  width: 222px; 
  float: left;
}

.live-list {
  padding: 0;
  margin: 0;
  height: 100%;
}

.live-list li {
  list-style: none;
  margin-bottom: 21px;
  border: 2px solid #5e9aea;
  height: 86.5px;
  text-align: center;
  cursor: pointer;
  line-height: 86px;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
  position: relative;
}

.live-list li.active::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 50%;
  left: -13px;
  margin-bottom: -7px;
  border-left: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-right: 6px solid #5e9aea;
}

.live-list li:hover {
  color: #FF7242;
}

.live-show-card-list,
.live-notice-list{
  margin-top: 20px;
  border: 1px solid #eaeefb;
  padding: 8px;
  transition: all, .2s;
  -ms-transition: all, .2s;
  -webkit-transition: all, .2s;
}

.live-show-card-list:hover,
.live-notice-list:hover{
  box-shadow: 0 0 8px 0 rgba(232,237,250,.6), 0 2px 4px 0 rgba(232,237,250,.5); 
}

.live-show-card img{
  width: 100%;
  height: 123px; 
  cursor: pointer;
}

.notice-img {
  width: 40%;
  height: 100px;
  display: inline-block;
}

.notice-img img {
  width: 100%;
  height: 100%;
}
.notice-info {
  width: 60%;
  display: inline-block;
  padding-left: 12px;
}

.notice-text {
  margin: 19px 0;
}

.empty-notice {
  padding: 12px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

.empty-notice i {
  color: #5e9aea;
  font-size: 25px;
  float: left;
  margin-right: 20px;
}
.scrollable{
    overflow-y:scroll;
    line-height:20px;
    height:340px;
}
.scrollable::-webkit-scrollbar{
    background: transparent;
    width:12px;
}
.scrollable:hover::-webkit-scrollbar {
    background:#3b3c3e;
}
.scrollable:hover::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.3);
    border-radius:0px
}
.scrollable:hover::-webkit-scrollbar-thumb{
    border-radius:10px;
    -webkit-box-shadow: inset 0 0 6px #a2a2a2;
}

.list-enter-active,
.list-leave-active {
  transition: all .6s;
}

.list-enter,
.list-leave-to {
  opacity: 0;
  transform: translateX(60px);
}
.comment-type-in .el-col-16 {
  width: calc(100% - 60px);
}

.comment-type-in .el-col-8 {
  width: 60px;
}

.hl {
    background: yellow;
}

a[href="https://flowplayer.com/hello/?from=player"],
a.fp-share.fp-icon {
  /*display: none !important;*/
  opacity: 0;
  height: 0;
  width: 0;
  pointer-events: none;
}

.setting-name .el-dialog--tiny{
  width: 460px;
}

.setting-name .el-dialog__body {
  padding: 30px 40px 10px;
}

.setting-name .el-dialog__header {
  padding: 20px 20px 0 40px;
}

.setting-name .el-dialog__footer {
  padding: 10px 40px 15px;
}

.setting-name .el-input__inner {
  height: 48px;
  font-size: 16px;
}

.font-size-control {
  position: absolute;
  right: 6px;
  top: -16px;
  font-size: 13px;
  color: #bfbfbf;
}

.font-size-item {
  margin: 0 2px; 
  cursor: pointer;
}

.font-size-item.active {
  color: #4db3ff;
}

.comment-item__username.small,
.comment-item__comment.small{
  font-size: 13px; 
}

.comment-item__username.middle,
.comment-item__comment.middle{
  font-size: 15px; 
}

.comment-item__username.large,
.comment-item__comment.large{
  font-size: 18px; 
}

.handle-panel {
  height: 48px;
  position: relative;
  background-color: rgba(155,28,31,0.0);
}

.operations {
  width: 84px;
  overflow: hidden;
  padding: 0 12px;
  box-sizing: border-box;
  position: absolute;
  top: 6.5px;
  left: 0;
  z-index: 1;
}

.share-item {
  width: 90%;
  float: left;
  height: 35px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 6px;
  overflow: hidden;
  color: #a2a2a2;
  font-size: 14px;
}

.qrcode-share {
  text-align: center;
  font-size: 14px;
}

.fn-share-qrcode {
  margin-top: 20px;
}

@media screen and (max-width: 1500px) {
  .hide {
    display: none;
  }
}

