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

.video-wrapper {
  background: #1b1e33;
  padding-top: 24px;
  padding-bottom: 40px;
}

.video-loading {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #1b1e33;
}

.video-loading.none {
  display: none;
}

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

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

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

.video-wrapper .breadcrumb {
  color: #fff;
  margin-top: 0;
}

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

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

.video-content {
  display: flex;
  position: relative;
}

.video-content .left {
  flex: 0 0 880px;
  width: 880px;
}

.video-content .left.full {
  flex: 1;
  width: 100%;
}

#videoPlayer {
  position: relative;
  width: 100%;
}

#videoPlayerWrapper {
  width: 100%;
  height: 495px;
}

#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;
}

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

.video-extra {
  margin-top: 20px;
  padding-right: 16px;
  max-height: 158px;
  overflow: auto;
}

.video-extra::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.video-extra::-webkit-scrollbar-thumb {
  background-color: #5c5e6c;
  border-radius: 2px;
}

.video-extra::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}

.video-extra.active {
  display: block;
}

.video-extra .title {
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 16px;
  word-wrap: break-word;
}

.video-share-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.video-extra .video-author {
  font-size: 14px;
  line-height: 24px;
  color: #FFFFFF;
}

.video-extra .video-publish {
  display: flex;
  align-items: center;
  line-height: 22px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.video-publish-time.none {
  opacity: 0;
  visibility: hidden;
}

.video-extra .video-source::after {
  display: inline-block;
  content: "";
  height: 8px;
  width: 1px;
  background: rgba(255, 255, 255, 0.6);
  margin: 0 8px;
}

.summary {
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  word-break: break-word;
  margin-top: 16px;
}

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

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

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

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

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

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;
  background-color: #000;
  inset: 0;
}

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;
}

