<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    
.videomain{
    width: 1220px;
    box-sizing: border-box;
    clear: both;
    padding-top: 0;
}

/* 綵��頵�蘂�茹���綏�捷 */
.live-player-box {
    width: 100%;
    margin: 0px auto 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    clear: both;
  }
  
  .live-player-box .live-player-info {
    width: 850px;
    height: 682px;
    border-radius: 8px;
    box-sizing: border-box;
  }
  
  
  .live-player-info .live-player-info-title {
    width: 100%;
    height: 92px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
  }

.blue-live-player-info-title {
    background: url(../images/blue-live-video-title-bg.png) no-repeat;
    background-size: cover;
}
.red-live-player-info-title {
    background: url(../images/red-live-video-title-bg.png) no-repeat;
    background-size: cover;
}
  
  .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;
  }
  
  .live-player-info .live-player-info-title .date {
    color: #999999;
    margin-top: 16px;
  }
  
  .live-player-info .live-player-info-container {
    width: 100%;
    height: 446px;
    display: flex;
    justify-content: center;
    background: url(../images/basketball-live-bg.png) no-repeat;
    background-size: cover;
  }
  
  .live-player-info .live-player-info-container .embed-btn {
    width: 72px;
    height: 72px;
    margin: auto;
    cursor: pointer;
  }
  
  .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: 433px;
    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 {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
.blue-outer-btn {
    background: url(../images/blue-video-play-icon-36.png) no-repeat;
    background-size: cover;
}
.red-outer-btn {
    background: url(../images/red-video-play-icon-36.png) no-repeat;
    background-size: cover;
}
  
  .live-player-info .live-player-info-desc {
    height: 86px;
    width: 751px;
    background: #fff;
    padding: 29px 20px 29px 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;
    font-size: 12px;
    color: #999;
  }
  
  .live-player-info .live-player-info-desc .live-plater-info-label span {
    background: var(--c77);
    color: var(--c66);
    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: var(--c66);
  }
  
  .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;
  }
  
  
  .common-bg-01 {
    top: 98px;
  }
/* �後�喝��� */
.video-back {
    width: 330px;
    height: 635px;
    background: #fff;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.16);
    padding: 24px 0;
    border-radius: 8px;
    position: relative;
}

.video-back .more-video-btn {
    padding: 11px 103px;
    border: 1px solid var(--c66);
    font-size: 14px;
    color: #1B2F4A;
    margin-top: 24px;
    display: inline-block;
    margin-left: 20px;
}

.video-back .more-video-btn:hover {
    color: var(--c66);
}

.video-back .more-video-btn img {
    margin-left: 18px;
}

.video-back .back-title {
    color: #FFFFFF;
    border-bottom: 1px solid #e8e7ed;
    padding-bottom: 24px;
    padding-top: 6px;
    font-size: 24px;
    font-weight: bold;
    color: #1B2F4A;
}

.video-back .back-title i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 8px 4px 20px;
    background: #1B2F4A;
}

.video-back .replay-video-list-wrap {
    max-height: 515px;
    overflow: auto;
    display: flex;
    flex-direction: column;
    padding: 0 20px;
}

.video-back .replay-video-list-wrap .replay-video-list {
    display: flex;
    justify-content: space-between;
    padding: 14px 0 15px 0;
    border-bottom: 1px solid #ddd;
}

.video-back .replay-video-list-wrap .replay-video-list .video-play-icon {
    width: 36px;
    height: 36px;
    flex: 1.2;
}
.blue-video-play-icon {
    background: url(../images/blue-video-play-icon-36.png) no-repeat;
}
.red-video-play-icon {
    background: url(../images/red-video-play-icon-36.png) no-repeat;
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info {
    display: flex;
    flex-direction: column;
    flex: 8.8;
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info .video-name {
    font-size: 14px;
    color: #1B2F4A;
    width: 245px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info .video-name:hover {
    color: var(--c66);
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info .video-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info .video-label p {
    font-size: 14px;
    color: #1B2F4A;
    margin-right: 20px;
}

.video-back .replay-video-list-wrap .replay-video-list .replay-video-list-info .video-label a {
    padding: 4px 10px;
    background: var(--c77);
    color: var(--c66);
    font-size: 12px;
    margin-right: 10px;
    height: 12px;
    line-height: 12px;
    max-width: 58px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
div::-webkit-scrollbar {
    display: none;
  }
  
  div:hover::-webkit-scrollbar {
    display: none;
  }
  
  div {
    
    scrollbar-width: none;
  }

.shipin_video {
    width: 860px;
    height: 608px;
    background: #000;
    text-align: center
}
.shipin_video .backimg{
    width: 100%;
    height: 100%;
}
.shipin_video .videoico{
    z-index: 10;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.videoico img{
    width: 25px;
    height: 25px;
}

.luxianglb {
    width: 340px;
    height: 608px;
    overflow: hidden;
    background: #232222
}

.luxianglb_title {
    text-align: center;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    border-bottom: 2px #3c3c3c solid
}
.bssm_pl {
    background: #fff;
    border-radius: 4px
}

.bsshuming {
    overflow: hidden;
    margin-top: 12px;
    padding: 17px 12px
}

.bssm_bt {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 20px
}

.bssm_xx {
    color: #666;
    font-size: 14px;
    line-height: 26px
}

.bssm_xx span {
    color: #333;
    font-weight: 700
}

.bssm_xx a {
    color: #e60640
}

.bssm_xx a:hover {
    color: #ff003c
}

.bssm_xx cite {
    color: #333;
    padding: 0 5px
}
.xg_duansp {
    padding-bottom: 10px
}

.xg_duansp li {
    background: #434343;
    padding: 5px 8px;
    border-radius: 6px;
    color: #ccc;
    margin: 5px 2px 5px 7px;
    overflow: hidden
}

.xg_duansp li a {
    color: #ccc
}

.xg_duansp li a:hover {
    color: var(--c66)
}

.xg_duansp h5 {
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center
}

.xg_duansp li.dspselect a {
    color: var(--c66)
}

.xg_duansp li.dspselect {
    color: var(--c66)
}

.xgdsp_img {
    width: 130px;
    height: 75px;
    border-radius: 4px;
    overflow: hidden
}

.xgdsp_img img {
    width: 130px;
    height: 75px
}

.xgdsp_title {
    width: 154px;
    padding-left: 10px
}
.dqdsp {
    padding-top: 5px
}

.dqdsp li {
    background: #434343;
    padding: 5px 8px;
    border-radius: 6px;
    color: #ccc;
    margin: 5px 2px 5px 7px;
    overflow: hidden
}

.dqdsp li a {
    color: #ccc
}

.dqdsp li a:hover {
    color: var(--c66)
}

.dqdsp h5 {
    color: #fff;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center
}

.dqdsp li.dspselect a {
    color: var(--c66)
}

.dqdsp li.dspselect {
    color: var(--c66)
}
.bssm_xx_dsp {
    color: #666;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    overflow: hidden
}

.bssm_xx_dsp span {
    color: #333;
    font-weight: 700
}

.bssm_xx_dsp a {
    color: #e60640
}

.bssm_xx_dsp a:hover {
    color: var(--c11)
}

.bssm_xx_dsp cite {
    color: #333;
    padding: 0 5px
}
.spgjc {
    float: left;
    height: 30px;
    line-height: 30px
}

.spgjc li {
    float: left
}

.spgjc a {
    padding: 0 15px;
    background: #ededed;
    margin: 0 10px;
    display: inline-block;
    border-radius: 30px;
    min-width: 40px;
    text-align: center;
    color: #333
}
.zdh_enu_unt .max-btn {
    position: absolute;
    width: 26px;
    height: 26px;
    top: -40px;
    right: 6px;
    cursor: pointer;
    z-index: 999;
    background-size: 100% 100%
}

.zdh_enu_unt {
    position: relative;
}
.videosroll{
    height: 460px;
    overflow-y: scroll;
}
.videosroll::-webkit-scrollbar {
    display: none;
}</pre></body></html>