body {
  background: #0c132a;
}

.live-detail-box {
  position: relative;
  background: #091932;
  padding: 1px 0;
}

.live-player-box {
  width: 1200px;
  margin: 20px auto 0 auto;
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.live-player-box .live-player-info {
  width: 802px;
  /* height: 715px; */
}

.live-player-box .video-back {
  width: 298px;
  height: 660px;
  background: #0d142c;
  border: 1px solid #212840;
  padding: 24px 40px;
}

/* 视频 */
.live-player-info .live-player-info-title {
  width: 800px;
  height: 92px;
  background: #0c132a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.live-player-info .live-player-info-title .title-name {
  font-size: 24px;
  color: #fff;
  max-width: 584px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.live-player-info .live-player-info-title .date {
  color: #9ea0aa;
  margin-top: 16px;
}

.live-player-info .live-player-info-container {
  width: 800px;
  height: 360px;
  margin-top: 6px;
  display: flex;
  justify-content: center;
  background: url(../images/replay-container-bg.png) no-repeat;
}

.live-player-info .live-player-info-container .embed-btn {
  width: 72px;
  height: 72px;
  margin: auto;
  cursor: pointer;
  background: url(../images/replay-container-btn.png) no-repeat;
}

.live-player-info .live-player-info-container .form {
  width: 594px;
  height: 390px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #293048;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.live-player-info .live-player-info-container .form .form-title {
  width: 594px;
  height: 56px;
  font-size: 20px;
  border-bottom: 1px solid #293048;
  font-weight: bold;
  color: #fff;
  margin: auto;
  line-height: 56px;
  text-align: center;
}

.live-player-info .live-player-info-container .form .form-title p {
  display: inline-block;
  height: 55px;
  border-radius: 2px;
  border-bottom: 2px solid #fff;
}

.live-player-info .live-player-info-container .form .form-lists {
  height: 314px;
  width: 534px;
  padding: 0px 30px 20px 30px;
  font-size: 16px;
  overflow: auto;
}

.form-lists::-webkit-scrollbar {
  width: 6px;
  height: 243px;
}

.form-lists::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.live-player-info .live-player-info-container .form .form-lists-list {
  height: 36px;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
}

.form-lists-list:hover:not(.list-name) .list-name,
.form-lists-list:hover:not(.num) .num {
  color: #ff9900 !important;
}

.live-player-info .live-player-info-container .form .form-lists-list .num {
  color: #737478;
  margin-right: 20px;
  cursor: pointer;
}

.live-player-info .live-player-info-container .form .form-lists-list .list-name a {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 433px;
  cursor: pointer;
  display: inline-block;
}

.dashed-line {
  border-bottom: 1px dashed #292f47;
  display: inline-block;
  margin-left: 16px;
}

.live-player-info .live-player-info-container .form .form-lists-list .outer-btn {
  background: url(../images/video-icon.png) no-repeat;
  width: 36px;
  height: 36px;
  position: relative;
  right: 0;
  cursor: pointer;
}

.live-player-info .live-player-info-desc {
  /* height: 86px; */
  width: 760px;
  background: #0c132a;
  padding: 30px 20px 46px 20px;
}

.live-player-info .live-player-info-desc .live-plater-info-label {
  display: flex;
  color: #575c6c;
  width: 760px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  flex-wrap: wrap;
}

.live-player-info .live-player-info-desc .live-plater-info-label p {
  margin-right: 20px;
}

.live-player-info .live-player-info-desc .live-plater-info-label span a {
  background: #2b3055;
  color: #6e86dc;
  padding: 2px 10px;
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  display: inline-block;
}

.live-player-info .live-player-info-desc .live-plater-info-text {
  margin-bottom: 30px;
  width: 760px;
  font-size: 14px;
  line-height: 28px;
  color: #fff;

}

/*分页*/
.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.pagination .prev,
.next {
  width: 326px;
  padding: 9px 0;
  display: flex;
  background: #2b3055;
}

.pagination .subtitle {
  width: 77px;
  font-size: 16px;
  text-align: center;
  color: #6e86dc;
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.pagination .link {
  width: 200px;
  padding: 0 20px;
  border-left: 2px solid #6e86dc;
  line-height: 22px;
  font-size: 14px;
  color: #6e86dc;
  display: flex;
  align-items: center;
}

/* 录像回放 */
.video-back .back-title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  border-bottom: 1px solid #293048;
  padding-bottom: 24px;
  padding-top: 6px;
}

.video-back .back-title i {
  width: 8px;
  height: 8px;
  background: #ff9900;
  border-radius: 50%;
  margin-right: 14px;
  display: inline-block;
}

.newest-match .live-info-wrap {
  padding: 0;
  border: none;
  max-height: 580px;
  overflow: auto;
}

.newest-match .live-info-wrap .live-info .detail {
  padding-bottom: 15px;
  margin-top: 10px;
  display: flex;
}

.newest-match .live-info-wrap .live-info .detail .name {
  width: 234px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* 录像回放 */
.replay-match {
  width: 380px;
  position: relative;
  max-height: 1160px;
  margin-top: 40px;
}

.replay-match .title {
  font-size: 50px;
  color: #fff;
  margin-left: 20px;
  margin-bottom: 50px;
}

.replay-match .title-bg {
  width: 305px;
  height: 46px;
  background: url("../images/newest-video.png") no-repeat;
  position: absolute;
  top: 30px;
  z-index: -1;
}

.replay-match .live-info-wrap {
  width: 300px;
  max-height: 1075px;
  padding: 0 40px 40px 40px;
  border: 1px solid #293048;
}

.replay-match .live-info-wrap .play-back-list {
  max-height: 800px;
  overflow: auto;
}

.replay-match .live-info-wrap .live-info {
  width: 300px;
  max-height: 576px;
  overflow: hidden;
}

.replay-match .live-info-wrap .live-info .detail {
  width: 300px;
  overflow: hidden;
  position: relative;
  height: 45px;
  padding-bottom: 16px;
  margin-top: 19px;
  border-bottom: 1px solid #293048;
}

.replay-match .live-info-wrap .live-info .detail .name {
  font-size: 14px;
  color: #fff;
  width: 234px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.replay-match .live-info-wrap .live-info .detail .name:hover {
  color: #ff9900;
}

.replay-match .live-info-wrap .live-info .detail .icon {
  background: url("../images/video-icon.png") no-repeat;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -22px;
  cursor: pointer;
}

.more {
  width: 133px;
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  border: 1px solid #293048;
  margin: auto;
  position: relative;
  padding: 10px;
  color: #fff;
  margin-top: 30px;
  cursor: pointer;
}

.more:hover {
  color: #ff9900;
}

.more:after {
  content: " ";
  margin-left: 10px;
  width: 58px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5.5px;
  background: url("../images/go_right.png") no-repeat;
}

.play-back-list .back-list {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 16px 0;
  border-bottom: 1px solid #293048;
}

.play-back-list .back-list .back-info p:first-child a {
  width: 223px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 13px;
  cursor: pointer;
  display: inline-block;
  color: #fff !important;
}

.play-back-list .back-list .back-info p:nth-child(2) span {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.6;
  margin-right: 20px;
  display: inline-block;
}

.play-back-list .back-list .back-info p:nth-child(2) a {
  font-size: 12px;
  background: #2b3055;
  color: #6e86dc;
  padding: 2px 10px;
  text-align: center;
  margin-right: 10px;
}

.play-back-list .back-list .back-info p:first-child:hover {
  color: #ff9900;
}

.play-back-list .back-list .go-play img {
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.see-more {
  margin: auto;
  margin-top: 20px;
}

/* 推荐阅读 相关赛事 */
.live-bottom-wrap {
  width: 1200px;
  display: flex;
  margin: auto;
  padding-bottom: 80px;
}

.live-bottom-wrap .recommend-read {
  margin-right: 40px;
  /* margin-top: 85px; */
}

.live-bottom-wrap .recommend-match {
  margin-top: 40px;
}


div::-webkit-scrollbar {
  display: none;
}

div:hover::-webkit-scrollbar {
  display: none;
}

div {
  scrollbar-width: none;
}