body .content-main {
  margin-bottom: 0;
}

.live-wrapper {
  display: flex;
  background: #1b1e33;
}

.live-content-wrapper {
  display: flex;
  background: #1b1e33;
  padding-bottom: 40px;
}

.live-wrapper .prism-player .prism-ErrorMessage {
  display: none !important;
}

.live-wrapper .prism-player .prism-liveshift-progress .prism-progress-played, .live-wrapper .prism-player .prism-progress .prism-progress-played  {
  background-color: #a92e2b !important;
}

@media (max-width: 1350px) {
  .live-wrapper {
    width: 1440px;
  }
}

.live-content-wrapper .breadcrumb {
  color: #fff;
}

.live-content-wrapper .breadcrumb a {
  color: #fff;
}

.live-content-wrapper .breadcrumb .beloneName {
  color: #fff;
}

.live-wrapper .left-content {
  width: 880px;
  flex: 0 0 880px;
  border-right: 1px solid #1A1E35;
}
.live-wrapper .left-content .live-player {
  position: relative;
  width: 100%;
  height: 495px;
}

.live-wrapper .left-content .live-player .live-player-extra {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.live-wrapper .left-content #live-player {
  width: 100%;
  height: 495px;
}
.live-wrapper .left-content #rotatChart {
  margin-bottom: 16px;
}
.live-wrapper .left-content .live-player-bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.live-wrapper .left-content .live-player-bottom::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.live-wrapper .left-content .live-player-bottom::-webkit-scrollbar-thumb {
  background-color: #5c5e6c;
  border-radius: 2px;
}

.live-wrapper .left-content .live-player-bottom::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}

.live-wrapper .left-content .live-title {
  position: relative;
}
.live-wrapper .left-content .live-title .live-status-subscribe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #2696FF;
  color: #fff;
}
.live-wrapper .left-content .live-title .live-status-review {
  position: absolute;
  left: 0;
  top: 0;
  width: 74px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #0D0F1A;
  color: #fff;
}
.live-wrapper .left-content .live-title::before,
.live-wrapper .left-content .live-title::after {
  display: table;
  content: '';
}
.live-wrapper .left-content .live-title::after {
  height: 0;
  clear: both;
  font-size: 0;
  visibility: hidden;
}
.live-wrapper .left-content .live-title .live-status-living, .live-wrapper .left-content .live-title .live-status-vr {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.live-wrapper .left-content .live-title .live-status-living img, .live-wrapper .left-content .live-title .live-status-vr img {
  width: 32px;
  height: 32px;
}
.live-wrapper .left-content .live-title .live-status-living > span {
  border: 1px solid #ffffff;
  border-left: 0;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
}

.live-wrapper .left-content .live-title .live-status-vr > span {
  border-left: 0;
  padding: 0 8px;
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  background: #00000080;
}

.live-wrapper .left-content .live-title .title {
  text-indent: 90px;
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  display: block;
}
.live-wrapper .left-content .live-title .live-status-vr.wait+.title {
  text-indent: 145px;
}
.live-wrapper .left-content .live-title .live-status-vr.review+.title {
  text-indent: 110px;
}
.live-wrapper .left-content .live-title .live-status-subscribe+.title {
  text-indent: 110px;
}
.live-wrapper .left-content .live-title .live-status-review+.title {
  text-indent: 90px;
}
.live-wrapper .left-content .live-time {
  display: flex;
  margin-top: 12px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.live-wrapper #rightContent {
  flex: 1;
}

#live-player.prism-player .prism-controlbar .prism-controlbar-bg {
  background-color: transparent;
}

#live-player {
  position: relative;
}

#live-player>img.pd-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.live-player .live-player-title {
  position: absolute;
  line-height: 34px;
  display: none;
  width: 100%;
  z-index: 1000;
  left: 0;
  padding: 0 30px;
  top: 18px;
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.live-player .live-player-title .live-status-living, .live-player .live-player-title .live-status-vr {
  display: flex;
  align-items: center;
  position: absolute;
  left: 30px;
  top: 0;
}

.live-player .live-player-title .live-status-living img, .live-player .live-player-title .live-status-vr img {
  width: 32px;
  height: 32px;
}

.live-player .live-player-title .live-status-living > span {
  border: 1px solid #ffffff;
  border-left: 0;
  padding: 0 8px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -1px;
}

.live-player .live-player-title .live-status-vr > span {
  border: 1px solid #ffffff;
  border-left: 0;
  padding: 0 8px;
  height: 31px;
  line-height: 31px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  position: relative;
  top: -1px;
}

.live-player .live-player-title .live-status-review {
  position: absolute;
  left: 30px;
  top: 0;
  width: 74px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #0D0F1A;
  color: #fff;
}

.live-player .live-player-title .live-status-subscribe {
  position: absolute;
  left: 30px;
  top: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #2696FF;
  color: #fff;
}

.live-player .live-player-title .title {
  font-size: 28px;
  color: #fff;
  line-height: 32px;
}

.live-player .live-player-title.running .title {
  text-indent: 100px;
}

.live-player .live-player-title.running.vr .title {
  text-indent: 95px;
}

.live-player .live-player-title.wait .title {
  text-indent: 110px;
}

.live-player .live-player-title.wait.vr .title {
  text-indent: 140px;
}

.live-player .live-player-title.end .title {
  text-indent: 84px;
}

.live-player .live-player-title.end.vr .title {
  text-indent: 120px;
}

body .prism-player .prism-live-display {
  display: none;
}

body .themea.vr-container .control-ui-container .ui-progress .progress-percent {
  box-shadow: none;
  background-image: none;
  background: #a92e2b;
  border-radius: 0;
}

body .dplayer-controller .dplayer-icons .dplayer-label {
  line-height: 21px;
}

body .xgplayer-tips {
  display: none !important;
}

body .dplayer-mobile-play {
  z-index: 1000;
}

#live-message {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
}

#live-message a {
  color: #a82e2d;
  text-decoration: none;
}

.prism-info-left-bottom{
  display: none !important;
}

.sigleShare {
  margin-top: 12px;
}

body .art-notice {
  display: none !important;
}

body .art-controls .art-controls-left .art-control-volume {
  position: absolute;
  right: 47px;
}

body .art-controls .art-control-vr-position {
  position: relative;
  left: -47px;
}

#live-player canvas {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#live-player .art-fullscreen-web canvas {
  width: 100% !important;
  height: 100% !important;
}

.live-player-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.live-player-end.none {
  display: none;
}

.live-player-end img {
  width: 48px;
  height: 48px;
}

.live-player-end span {
  color: #fff;
  position: relative;
  left: -2px;
  height: 20px;
  line-height: 20px;
}

body .art-poster {
  z-index: 11;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  inset: 0;
}

body .art-control-fullscreenWeb::before {
  display: none !important;
}

body .art-control-fullscreenWeb::after {
  display: none !important;
}

body .art-icon::after {
  display: none !important;
}

body .art-icon::before {
  display: none !important;
}

body .art-icon-state {
  display: none !important;
}

body .art-progress-hover {
  display: none !important;
}

body .art-bottom .art-progress .art-control-progress {
  height: 4px !important;
  border-radius: 2px !important;
}

body .art-bottom .art-progress .art-control-progress .art-control-progress-inner {
  background: rgba(255, 255, 255, 0.36) !important;
}

body .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-loaded {
  background: rgba(255, 255, 255, 0.5) !important;
}

body .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-played {
  background: #fff !important;
}

body .art-bottom .art-progress .art-control-progress:hover .art-control-progress-inner {
  height: 100%;
}

body .art-progress-indicator {
  background: #fff !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 10px !important;
}

body .art-bottom .art-progress .art-control-progress .art-control-progress-inner .art-progress-indicator:hover {
  transform: scale(1) !important;
}

body .art-progress-indicator::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #F22B41;
}
