.live-grey .head-wrap {
  background: url("../../images/line-bg-grey.png") no-repeat center / cover;
}
.live-grey .head-wrap .head-l .info-text h5 {
  color: #333333;
}
.live-grey .head-wrap .head-l .info-text p span {
  color: #666666;
}
.live-grey .head-wrap .head-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.live-grey .head-wrap .head-r span {
  color: #fff;
}
.live-grey .bg-wrap {
  background: #f4f8ff;
}
.live-grey .bg-wrap .content-l .video-list {
  background: rgba(163, 171, 175, 0.3);
}
.live-grey .bg-wrap .content-l .video-list li h5 i {
  color: #F6B453;
}
.live-grey .bg-wrap .content-r .head-title {
  background: #d8dde0;
  color: #333333;
}
.live-grey .bg-wrap .content-r .notice {
  background: #eeeeee;
}
.live-grey .bg-wrap .content-r .msg-content .topping .discuss-item p .tag {
  background: #94b4ff;
}
.live-grey .tab-wrap .nav-tabs {
  border-bottom: 1px solid #c5c5c5;
}
.live-grey .tab-wrap .nav-tabs li.active a::before {
  background-color: #efbc72;
}
.live-grey .tab-wrap .nav-tabs li.active a::after {
  border-bottom: 5px solid #efbc72;
}
.live-grey .tab-wrap .nav-tabs > li.active > a,
.live-grey .tab-wrap .nav-tabs > li.active > a:hover,
.live-grey .tab-wrap .nav-tabs > li.active > a:focus {
  color: #333333;
}
.live-grey .tab-wrap .nav > li > a:hover,
.live-grey .tab-wrap .nav > li > a:focus {
  color: #333333;
}
.live-grey .tab-content .tab-pane .text-content {
  border: 1px solid #c5c5c5;
}
.live-grey .modal-dialog .modal-header {
  background: #efbc72;
}
.live-grey #loginModal .qr-code-tip {
  color: #efbc72;
}
.live-grey #payment .money-list li.active {
  border: 1px solid #efbc72;
  color: #efbc72;
}
.live-grey #payment .other .form-control {
  color: #efbc72;
}
.live-grey .form-control:focus,
.live-grey .form-control.focus {
  border-color: #efbc72 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(239, 188, 114, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(239, 188, 114, 0.6) !important;
}
.live-grey .btn {
  background: #efbc72;
}
.live-grey .hollow {
  background: transparent;
  border: 1px solid #efbc72;
  color: #666666;
}
.live-grey .hollow:active {
  border: 1px solid #efbc72;
}
