  .bg3 {
    position: absolute;
    z-index : -1;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
  }

  .live-detail-box {
    position: relative;
    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        : 894px;
    height       : 715px;
    border-radius: 8px;
  }

  .live-player-box .video-back {
    width        : 245px;
    height       : 709px;
    background   : #fff;
    box-shadow   : 20px 20px 40px rgba(0, 0, 0, 0.16);
    padding      : 24px 20px;
    border-radius: 8px;
  }

  /* 视频 */
  .live-player-info .live-player-info-title {
    width          : 100%;
    height         : 92px;
    background     : #fff;
    display        : flex;
    flex-direction : column;
    justify-content: center;
    align-items    : center;
    border-radius  : 8px 8px 0px 0px;
    position       : relative;
  }

  .live-player-info .live-player-info-title-bg {
    background : url(../../images/live-details-title-bg.png) no-repeat;
    width      : 694px;
    height     : 51px;
    position   : absolute;
    left       : 50%;
    margin-left: -347px;
    z-index    : 1;
  }

  .live-player-info .live-player-info-title .title-name {
    font-size    : 24px;
    color        : #000;
    font-weight  : bold;
    max-width    : 584px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    z-index      : 2;
  }


  .live-player-info .live-player-info-title .date {
    color     : #999999;
    margin-top: 16px;
    z-index   : 2;
  }

  .live-player-info .live-player-info-container {
    width          : 100%;
    height         : 503px;
    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     : url(../../images/video_bg.png) no-repeat;
    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#cfd5e2;
    font-weight  : bold;
    color        : #000;
    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 #000;
  }

  .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   : #999;
    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: #C10B33 !important;
  }

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

  .live-player-info .live-player-info-container .form .form-lists-list .list-name {
    color        : #000;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    max-width    : 398px;
    cursor       : pointer;
  }

  .dashed-line {
    border-bottom: 1px dashed #cfd5e2;
    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  : absolute;
    right     : 0;
    top       : 0;
    cursor    : pointer;
  }

  .live-player-info .live-player-info-desc {
    height       : 86px;
    width        : 854px;
    background   : #fff;
    padding      : 30px 20px 46px 20px;
    border-radius: 0px 0px 8px 8px;
  }

  .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;
    color       : #999;
  }

  .live-player-info .live-player-info-desc .live-plater-info-label span {
    background  : #e3e8fa;
    color       : #728CE5;
    padding     : 2px 10px;
    text-align  : center;
    margin-right: 10px;
    font-size   : 12px;
  }

  .live-player-info .live-player-info-desc .live-plater-info-label span a {
    color: #728CE5;

  }

  .live-player-info .live-player-info-desc .live-plater-info-text {
    margin-top        : 20px;
    width             : 760px;
    font-size         : 14px;
    line-height       : 28px;
    color             : #666;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

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

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

  .newest-match {
    width: auto;
  }

  .newest-match .live-info-wrap {
    padding      : 0;
    border       : none;
    max-height   : 590px;
    overflow     : auto;
    margin       : 0;
    border-radius: inherit;
    width        : 246px;
  }

  .newest-match .live-info-wrap .live-info {
    padding-top: 0;
  }

  .newest-match .live-info-wrap .live-info .detail {
    border-bottom: 1px solid #e8e7ed;
    padding      : 8px 0;
    width        : 245px;
  }

  .more {
    color : #C10B33;
    border: 1px solid #C10B33;
  }

  /* 录像回放 */
  .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 .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;
  }

  .newest-match .live-info-wrap .live-info .detail .name:hover {
    color: #C10B33;
  }

  .more-match:hover {
    color: #C10B33;
  }

  .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: #C10B33;
  }

  .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 {
    width        : 223px;
    font-size    : 14px;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    margin-bottom: 13px;
    cursor       : pointer;
  }

  .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: #C10B33;
  }

  .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;
    justify-content: space-between;
  }

  .recommend-read {
    margin-top: 46px;
  }


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

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

  div {
    scrollbar-width: none;
  }