.live-red .head-wrap {
  background: url("../../images/line-bg-red.png") no-repeat center / cover;
}
.live-red .head-wrap .head-l .info-text h5 {
  color: #ffffff;
}
.live-red .head-wrap .head-l .info-text p span {
  color: #ffffff;
}
.live-red .head-wrap .head-r {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.live-red .head-wrap .head-r span {
  color: #fff;
}
.live-red .head-wrap .customized {
  width: 168px;
  height: 166px;
  position: absolute;
  top: 0;
  right: 5px;
  background: url("../../images/right-bg-red.png") no-repeat center / cover;
}
.live-red .bg-wrap {
  background: url("../../images/main-bg-red.png") no-repeat center / cover;
}
.live-red .bg-wrap .content-wrap .content-l {
  border: 2px solid #d2d70b;
}
.live-red .bg-wrap .content-wrap .content-l .video-list {
  background: rgba(227, 6, 6, 0.3);
}
.live-red .bg-wrap .content-wrap .content-l .video-list li h5 i {
  color: #E32006;
}
.live-red .bg-wrap .content-wrap .content-r {
  border: 2px solid #d2d70b;
}
.live-red .bg-wrap .content-wrap .content-r .head-title {
  background: #ffff;
  color: #333333;
}
.live-red .bg-wrap .content-wrap .content-r .notice {
  background-color: #ffe7e4;
}
.live-red .bg-wrap .content-wrap .content-r .msg-content .topping .discuss-item p .tag {
  background: #feb6b6;
}
.live-red .tab-wrap .nav-tabs {
  border-bottom: 1px solid #f7c6c6;
}
.live-red .tab-wrap .nav-tabs li.active a::before {
  background-color: #fc453c;
}
.live-red .tab-wrap .nav-tabs li.active a::after {
  border-bottom: 5px solid #fc453c;
}
.live-red .tab-wrap .nav-tabs > li.active > a,
.live-red .tab-wrap .nav-tabs > li.active > a:hover,
.live-red .tab-wrap .nav-tabs > li.active > a:focus {
  color: #fc453c;
}
.live-red .tab-wrap .nav > li > a:hover,
.live-red .tab-wrap .nav > li > a:focus {
  color: #fc453c;
}
.live-red .tab-content {
  background: #fff0e6;
}
.live-red .tab-content .tab-pane .text-content {
  border: 1px solid #f7c6c6;
}
.live-red .modal-dialog .modal-header {
  background: #fc453c;
}
.live-red #loginModal .qr-code-tip {
  color: #fc453c;
}
.live-red #payment .money-list li.active {
  border: 1px solid #fc453c;
  color: #fc453c;
}
.live-red #payment .other .form-control {
  color: #fc453c;
}
.live-red .form-control:focus,
.live-red .form-control.focus {
  border-color: #fdd6d1 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(253, 214, 209, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(253, 214, 209, 0.6) !important;
}
.live-red .btn {
  background: #fc453c;
}
.live-red .hollow {
  background: transparent;
  border: 1px solid #fc453c;
  color: #666666;
}
.live-red .hollow:active {
  border: 1px solid #fc453c;
}
