.live-blue .head-wrap {
  background: -webkit-gradient(linear, right top, left top, from(#5ea2fe), to(#4378f1));
  background: -o-linear-gradient(right, #5ea2fe 0%, #4378f1 100%);
  background: linear-gradient(270deg, #5ea2fe 0%, #4378f1 100%);
}
.live-blue .head-wrap .head-l .info-text h5 {
  color: #ffffff;
}
.live-blue .head-wrap .head-l .info-text p span {
  color: #ffffff;
}
.live-blue .head-wrap .head-r {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.live-blue .head-wrap .head-r span {
  color: #fff;
}
.live-blue .bg-wrap {
  background: url("../../images/main-bg-blue.png") no-repeat center / cover;
}
.live-blue .bg-wrap .content-l .video-list {
  background: rgba(113, 157, 255, 0.3);
}
.live-blue .bg-wrap .content-l .video-list li h5 i {
  color: #4378f1;
}
.live-blue .bg-wrap .content-r .head-title {
  background: #5387fe;
  color: #fff;
}
.live-blue .bg-wrap .content-r .notice {
  background: #eeeeee;
}
.live-blue .bg-wrap .content-r .msg-content .topping .discuss-item p .tag {
  background: #94b4ff;
}
.live-blue .tab-wrap .nav-tabs {
  border-bottom: 1px solid #b6ccff;
}
.live-blue .tab-wrap .nav-tabs li.active a::before {
  background-color: #4378f1;
}
.live-blue .tab-wrap .nav-tabs li.active a::after {
  border-bottom: 5px solid #4378f1;
}
.live-blue .tab-wrap .nav-tabs > li.active > a,
.live-blue .tab-wrap .nav-tabs > li.active > a:hover,
.live-blue .tab-wrap .nav-tabs > li.active > a:focus {
  color: #4378f1;
}
.live-blue .tab-wrap .nav > li > a:hover,
.live-blue .tab-wrap .nav > li > a:focus {
  color: #4378f1;
}
.live-blue .tab-content .tab-pane .text-content {
  border: 1px solid #b6ccff;
}
.live-blue .modal-dialog .modal-header {
  background: #5387fe;
}
.live-blue #loginModal .qr-code-tip {
  color: #5387fe;
}
.live-blue #payment .money-list li.active {
  border: 1px solid #5387fe;
  color: #5387fe;
}
.live-blue #payment .other .form-control {
  color: #5387fe;
}
.live-blue .form-control:focus,
.live-blue .form-control.focus {
  border-color: #5387fe !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(83, 135, 254, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(83, 135, 254, 0.6) !important;
}
.live-blue .btn {
  background: #5387fe;
}
.live-blue .hollow {
  background: transparent !important;
  border: 1px solid #5387fe;
  color: #666666;
}
.live-blue .hollow:active {
  border: 1px solid #5387fe;
}
