<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background: #000;
}

.contaier {
    display: none;
}

/* .match {
    padding-top: 76px;
    position   : relative;
} */

.match-wrap {
    width: 100%;
    height: 100%;
    background: url(../../images/news-bg.png);
    background-attachment: fixed;
}

.event-recommendation {
    display: flex;
    width: 1140px;
    margin: auto;
    position: relative;
    background: #3a5a9a82;
    padding: 26px 30px;
    border-radius: 6px;
    margin-top: 20px;
}

.event-recommendation .event-recommendation-title {
    width: 25px;
    height: 107px;
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 26px;
}

.event-recommendation .event-recommendation-title img {
    margin-bottom: 5px;
}

.live .video-bg-wrap {
    width: 100% !important;
    height: 100%;
    position: absolute;
    background: rgba(7, 7, 7, 0.6);
    z-index: 1;
}

.live .video-football-bg {
    background: url(../../images/zqc4.png) no-repeat;
    width: 850px;
    height: 477px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    background-size: 100% 100%;
}

.live .video-basketball-bg {
    background: url(../../images/lqc4.png) no-repeat;
    width: 850px;
    height: 477px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    background-size: 100% 100%;
}

.live .video-basketball-bg&gt;div,
.live .video-football-bg&gt;div {
    width: auto;
    z-index: 2;
    padding: 0 10px;
}

.live .video-basketball-bg&gt;p:first-child,
.live .video-football-bg&gt;p:first-child {
    text-align: right;
}

.live .video-football-bg&gt;p:last-child,
.live .video-basketball-bg&gt;p:last-child {
    text-align: left;
}

.live .video-basketball-bg&gt;p:first-child,
.live .video-basketball-bg&gt;p:last-child,
.live .video-football-bg&gt;p:first-child,
.live .video-football-bg&gt;p:last-child {
    padding-top: 180px;
    width: 30%;
    z-index: 2;
}

.live .video-basketball-bg&gt;div&gt;p:first-child,
.live .video-football-bg&gt;div&gt;p:first-child {
    padding: 100px 0 32px 0;
    z-index: 2;
}

.live .video-basketball-bg&gt;div&gt;p:last-child,
.live .video-football-bg&gt;div&gt;p:last-child {
    padding-top: 88px;
    z-index: 2;
}

.live .video-football-bg&gt;div&gt;p:nth-child(2),
.live .video-basketball-bg&gt;div&gt;p:nth-child(2) {
    font-size: 60px;
}

.team-img {
    width: 38px;
    height: 40px;
    padding: 0 10px;
}

.live-detail-box {
    padding-bottom: 20px;
}

.live-player-box-container {
    width: 1200px;
    margin: 20px auto 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.live-player-box {
    width: 1200px;
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: space-between;
}

.live-player-box .live-player-head {
    height: 70px;
    background: #FFFFFF;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    line-height: 70px;
    font-size: 22px;
}

.live-player-box .live-player-head .time {
    width: 25px;
    height: 25px;
    margin: auto 7px auto 27px;
}

.live-player-box .live-player-head .home,
.live-player-box .live-player-head .away {
    width: 185px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.live-player-box .live-player-head .home p,
.live-player-box .live-player-head .away p {
    flex: 8;
}

.live-player-box .live-player-head .home img,
.live-player-box .live-player-head .away img {
    width: 48px;
    height: 48px;
    flex: 2;
    object-fit: contain;
}


.live-player-box .live-player-head p {
    margin-right: 20px;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-player-box .live-player-head .score {
    font-size: 40px;
    font-weight: bold;
    margin: 0 20px;
    width: 180px;
    text-align: center;
}

.live-player-box .live-bg .live-source {
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-top: 615px;
}

.live-player-box .info {
    width: 850px;
    height: 477px;
    background: #fff;
    position: relative;
}

.live-player-box .info .live {
    width: 850px;
    height: 477px;
    position: absolute;
    top: 0;
}

.match-info-title {
    font-size: 24px;
    font-weight: 500;
    color: #5E46E3;
    display: flex;
    justify-content: center;
    padding-top: 30px;
}

.match-info-title .match-info-title-text {
    color: #5E46E3;
    padding: 0 20px;
    font-weight: bold;
}

.match-info-wrap {
    width: 264px;
    height: 157px;
    background: #21233e;
    border-radius: 6px;
    margin-right: 10px;
}

.match-info-fight-team {
    width: 100%;
    height: auto;
    margin-top: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.vs-style {
    font-size: 36px;
    color: #fff;
    padding: 0 10px;
    font-weight: bold;
    position: static;
}

.match-info-fight-team .team-left,
.match-info-fight-team .team-right {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
    margin-bottom: 15px;
    margin-left: 0;
}

.match-info-fight-team .team-left p,
.match-info-fight-team .team-right p {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #fff;
    margin: 0;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 88px;
}

.match-info-fight-team .team-left img,
.match-info-fight-team .team-right img {
    margin: 10px 0;
    width: 50px;
}

.match-info-wrap .match-info-details-league {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    background: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.match-info-wrap .match-info-details-league p {
    font-weight: bold;
    color: #292b45;
    position: relative;
    margin-left: 30px;
}

.match-info-wrap .match-info-details-league p img {
    margin-right: 5px;
    position: absolute;
    top: 6px;
    left: -30px;
}

.match-info-details-time {
    font-size: 16px;
    color: #333333;
    margin-top: 7px;
}

.match-info-details-live {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 10px;
}

.match-info-details-live a {
    font-size: 14px;
    color: #3A5A9A;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    margin-left: 7px;
    flex: 3.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    line-height: 16px;
}

.match-info-details-live a img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.match-info-details-live p&gt;a {
    display: block;
}

.match-info-details-live p:hover {
    background: #cec7f7;
    color: #ffffff !important;
}

.match-info-details-live p:hover,
.match-info-details-live p&gt;a:hover {
    color: #ffffff !important;
}

.live-player-box .info .match-name {
    font-size: 26px;
    text-align: center;
    width: 100%;
    margin-left: 18px;
    margin-bottom: 30px;
}

.live-player-box .info .match-info p {
    width: calc(50% - 30px);
    float: left;
    font-size: 20px;
    color: #040F23;
    margin-top: 31px;
    padding-left: 30px;
}

.live-player-box .info .match-info img {
    max-height: 54px;
    object-fit: contain;
    width: 30px;
}

.live-player-box .info .match-info .score {
    font-size: 54px;
    font-family: Arial;
    font-weight: bold;
    color: #CD7E38;
}

.live-player-box .info .opening-time {
    font-size: 25px;
    font-weight: 500;
    color: #CD7E38;
    margin-top: 52px;
    text-align: center;
    width: 100%;
    margin-left: 20px;
}


/* 鐩存挱婧� */

.live-player-box .match {
    height: 141px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    display: flex;
}

.live-player-box .match .live-left {
    padding: 20px 0 20px 20px;
}

.live-player-box .match .live-btn {
    flex: 1;
    padding: 20px 0 20px 20px;
}

.live-player-box .match .live-remind {
    height: 36px;
    line-height: 36px;
    color: #CD7E38;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative;
    padding-right: 35px;
}

.live-player-box .match .live-remind::after {
    content: "";
    background: url(../../images/arrow.png)no-repeat center;
    background-size: 28px;
    position: absolute;
    width: 28px;
    height: 28px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.live-player-box .match .live-poster {
    line-height: 36px;
    color: #CD7E38;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    background: #f3ced6;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /* border-radius          : 5px; */
    border: 1px solid;
    display: flex;
}

.live-player-box .match .live-poster p:first-child {
    margin-right: 10px;
}


/* 褰曞儚鍥炴斁 */

.live-match-info-video {
    width: 339px;
    height: 679px;
    background: #fff;
    border-radius: 6px;
    position: relative;
}

.live-match-info-video .live-match-info-video-title {
    position: absolute;
    top: -40px;
    left: -10px;
}

.live-match-info-video-playback-wrap {
    padding: 43px 20px;
}

.live-match-info-video-playback {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
}

.live-match-info-video-news {
    display: flex;
    flex-direction: column;
}

.live-match-info-video-playback li {
    width: 240px;
    margin-right: 10px;
    list-style-type: disc;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.live-match-info-video-playback-date {
    color: #a2aec2;
    font-size: 13px;
    margin-right: 13px;
}

.live-match-info-video-playback-label {
    width: 170px;
    overflow: hidden;
    display: flex;
    font-size: 14px;
    color: #CD7E38;
    align-items: center;
}

.live-match-info-video-playback-label span {
    width: 55px;
    height: 18px;
    border: 1px solid #6c94aa;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
    margin-right: 6px;
}

.live-match-info-video-playback-label span a {
    color: #6c94aa;
}

.live-match-info-video-playback-icon {
    background: url(../../images/playback-icon.png);
    width: 27px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -15px;
}

.live-match-info-video-playback:hover:not(.live-match-info-video-playback-icon) .live-match-info-video-playback-icon {
    background: url(../../images/playback-hover-icon.png);
    width: 42px;
    height: 33px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -21px;
}

.news-aside-newest-more-wrap {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 鏂伴椈 */

.live-player-right {
    margin-left: 11px;
}

.live-player-box .news {
    height: auto;
    background: #fff;
}

.live-player-box .news ul {
    margin-top: 18px;
    height: 100%;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    padding: 40px 20px 18px 20px;
    overflow: hidden;
}

.live-player-box .news ul li {
    width: calc(50% - 25px);
    float: left;
    font-size: 20px;
}

.live-player-box .news ul li a {
    padding: 14.5px 30px 14.5px 20px;
}

.live-player-box .news ul li .title:hover:not(.center),
.live-player-box .news ul li:hover:not(.center) {
    color: #5E46E3 !important;
    background: #E7E3FF;
}

.live-player-box .news ul li:nth-child(2n) {
    margin-left: 47px;
}

.live-player-box .news ul li .title {
    width: 335px;
    color: #131D30;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-player-box .room-title {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.live-player-box .room-title a {
    color: inherit;
}

.live-player-box .player-box {
    width: 100%;
    height: 405px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.live-player-box .player-box.basketball {
    background: url('../../images/live-basketball-bg.jpg');
}

.live-player-box .player-box.football {
    background: url('../../images/live-football-bg.jpg');
}

.live-player-box .player-box #liveWindow {
    width: 100%;
    height: 100%;
}

.live-player-box .player-box #liveWindow iframe {
    width: 100%;
    height: 100%;
    background: #000;
}

.player-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding-top: 0.5px;
}

.player-content .room-num {
    font-size: 16px;
    color: #fff;
    margin-top: 60px;
}

.player-content .league {
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 130px;
}

.player-content .team {
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 18px auto;
    height: 32px;
}

.player-content .team .team-left,
.player-content .team .team-right {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.player-content .team .team-left {
    justify-content: flex-end;
}

.player-content .team img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    margin: 0 18px;
}

.player-content .team-score {
    width: 150px;
    height: 32px;
    position: relative;
}

.player-content .team-score .charts {
    display: inline-block;
    width: 2px;
    height: 23px;
    background: #fff;
    position: relative;
    margin-right: 10px;
    margin-left: 3px;
}

.player-content .team-score .charts::before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: -5px;
    width: 2px;
    height: 14px;
    background: #fff;
}

.player-content .team-score .charts::after {
    content: " ";
    position: absolute;
    bottom: 0;
    right: -5px;
    width: 2px;
    height: 18px;
    background: #fff;
}

.player-content .team-score span {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
}

.player-content .time,
.player-content .not-live {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 20px;
}

.player-content .not-live {
    margin-top: 80px;
}

.live-detail-box .sports-news-other {
    flex: 1;
    max-width: 400px;
}

.live-detail-box .sprots-news-list {
    margin-bottom: 40px;
}


/* 鍥捐〃 */

.live-charts {
    margin-top: 40px;
}

.live-charts .live-charts-tabs {
    display: flex;
    justify-content: flex-start;
}

.live-charts .live-charts-tabs span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #333;
    background: transparent;
    cursor: pointer;
}

.live-charts .live-charts-tabs span+span {
    margin-left: 40px;
}

.live-charts .live-charts-tabs span.active {
    font-weight: bold;
    color: #333 !important;
}

.live-charts .live-charts-tabs span.active::after {
    content: " ";
    display: block;
    width: 55px;
    height: 4px;
    border-radius: 2px;
    margin: 7px auto 0;
}

.live-charts .live-charts-warpper {
    margin-top: 21px;
}

.live-charts .live-charts-warpper .live-charts-item .rotate {
    transform: rotate(180deg);
}


/* 鐩存挱婧愭寜閽� */

.live-btn {
    /* display       : flex;
    flex-direction: row;
    flex-wrap     : wrap; */
}

.live-match-info-details-live .live-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 24px;
    color: #fff;
    line-height: 16px;
}

.live-match-info-details-live .live-btn img {
    margin-right: 5px;
}

.live-match-info-details-live .live-btn:last-child {
    margin-right: 0;
}

.live-btn .live-btn-list a {
    padding: 0 5px;
    border-radius: 6px;
    line-height: 37px;
    text-align: center;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    border: 1px solid #5b6fb4;
    margin-right: 10px;
    margin-bottom: 5px;
    /* max-width: 100px; */
    display: inline-block;
}

.live-btn .live-btn-list a {
    color: #5b6fb4 !important;
    padding-left: 5px;
}

/* .live-btn .live-btn-list:first-child {
    margin-left: 0;
} */

.live-btn .live-btn-list a i {
    margin-right: 5px;
}

.live-btn .live-btn-list.actived a i,
.live-to-be-updated-text i {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../../images/link_active.png) no-repeat;
}

.live-btn .live-btn-list a i {
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../../images/link.png) no-repeat;
}

/* .live-btn .live-btn-list:nth-child(5n+1) {
    margin-left: 0;
} */

.live-btn .live-btn-list.actived {
    background: #CD7E38;
    border: 1px solid #CD7E38;
}

.live-btn .live-btn-list.actived:hover {
    background: #CD7E38 !important;
}


.live-btn .live-btn-list:hover {
    background: none !important;
    color: #5b6fb4 !important;
}

.live-btn .live-btn-list a:hover {
    color: none !important;

}

.live-btn .live-btn-list.actived:hover {
    background: linear-gradient(7deg, #5E46E3 0%, #915BFD 100%);
}

.live-btn .actived .text-theme {
    color: #ffffff !important;
}

.live-btn .live-btn-more {
    position: absolute;
    right: -10px;
    top: 5px;
    display: block;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s linear;
}

.live-btn .live-btn-more.rotate {
    transform: rotate(180deg);
}


.progress-icon {
    display: inline-block;
    width: 12px;
    height: 12px;
    position: relative;
    top: 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 12px 12px;
}

.progress-icon.corner-kick-icon {
    background-image: url('../../images/game-icon/corner-kick.png');
}

.progress-icon.goal-icon {
    background-image: url('../../images/game-icon/goal.png');
}

.progress-icon.penalty-kick-icon {
    background-image: url('../../images/game-icon/penalty-kick.png');
}

.progress-icon.own-goals-icon {
    background-image: url('../../images/game-icon/own-goals.png');
}

.progress-icon.yellow-card-icon {
    background-image: url('../../images/game-icon/yellow-card.png');
}

.progress-icon.red-card-icon {
    background-image: url('../../images/game-icon/red-card.png');
}

.progress-icon.yellow-red-card-icon {
    background-image: url('../../images/game-icon/yellow-red-card.png');
}

.progress-icon.change-icon {
    background-image: url('../../images/game-icon/change.png');
}

.progress-icon.three-pointer-icon {
    background-image: url('../../images/game-icon/three-pointer.png');
}

.progress-icon.two-pointer-icon {
    background: url('../../images/game-icon/two-pointer.png');
}

.progress-icon.game-clock-icon {
    background-image: url('../../images/game-icon/game-clock.png');
}

.progress-icon.foul-icon {
    background-image: url('../../images/game-icon/foul.png');
}

.progress-icon.assist-icon {
    background-image: url('../../images/game-icon/assist.png');
}

.progress-item-warpper {
    margin-top: 35px;
    margin-bottom: 42px;
}

.progress-item-team {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.progress-item-team p {
    font-size: 14px;
    color: #666;
}

.progress-item-team p::before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    margin-right: 12px;
    vertical-align: middle;
}

.progress-item-team p.right-team {
    margin-left: 40px;
}

.progress-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 42px;
}

.progress-item:last-child {
    margin-bottom: 0;
}

.progress-item p {
    font-size: 14px;
    color: #666;
    margin: 0 16px;
}

.progress-item p+p {
    margin-top: 5px;
}

.progress-item .progress-item-left,
.progress-item .progress-item-right {
    flex: 1;
    display: flex;
    align-items: center;
}

.progress-item .progress-item-left p,
.progress-item .progress-item-right p {
    flex: 1;
    font-size: 14px;
    color: #333;
    margin: 0;
}

.progress-item .progress-item-left .layui-progress,
.progress-item .progress-item-right .layui-progress {
    width: 270px;
    height: 16px;
    background: #F8F8F8;
    border-radius: 2px;
}

.progress-item .progress-item-left .layui-progress .layui-progress-bar,
.progress-item .progress-item-right .layui-progress .layui-progress-bar {
    height: 100%;
    border-radius: 2px;
}

.progress-item .progress-item-right p {
    text-align: right;
}

.progress-item-text {
    padding-top: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.progress-item-text.border {
    border-top: 1px solid #ddd;
}

.progress-item-text span {
    font-size: 12px;
    color: #999;
    padding-right: 33px;
    border-right: 1px solid #ddd;
}

.progress-item-text p {
    font-size: 12px;
    color: #666;
    margin-left: 35px;
}

.progress-item-text p i {
    margin-right: 4px;
}


/**
* 鐞冮槦闃靛 - 鎸夐挳
*/

.team-lineup-btns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.team-lineup-btns button {
    padding: 0 12px;
    height: 26px;
    margin-left: 20px;
    background: #fff;
    border: 2px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}


/*
* 鐞冮槦闃靛 - 瓒崇悆
*/

.team-lineup-list .team-lineup-title {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.team-lineup-list .team-player-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.team-lineup-list .team-player-list .team-player-item {
    flex: 1 0 50%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 22px;
    border-bottom: 1px solid rgba(221, 221, 221, 0.4);
}

.team-lineup-list .team-player-list .team-player-item .cover {
    width: 36px;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
}

.team-lineup-list .team-player-list .team-player-item .player-info {
    flex: 1;
    margin-left: 10px;
}

.team-lineup-list .team-player-list .team-player-item .player-info h1.name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.team-lineup-list .team-player-list .team-player-item .player-info .info {
    display: flex;
    align-items: center;
    margin-top: 6px;
    font-size: 14px;
    color: #999;
}

.team-lineup-list .team-player-list .team-player-item .player-info .info p.num {
    color: #666;
}

.team-lineup-list .team-player-list .team-player-item .player-info .info p:not(.num) {
    margin-left: 8px;
}

.team-lineup-list .team-player-list .team-player-item .player-info .info .progress-icon {
    width: 14px;
    height: 14px;
}

.team-lineup-list .team-lineup-last {
    margin-top: 40px;
}

.not-tem-lineup {
    text-align: center;
    margin: 44px auto 0;
}

.not-tem-lineup p {
    font-size: 12px;
    color: #666;
    margin-top: 22px;
}


/*
* 鐞冮槦闃靛 - 绡悆
*/

.team-lineup-table {
    width: 100%;
    margin-top: 20px;
}

.team-lineup-table tr {
    font-size: 14px;
    color: #fff;
    height: 44px;
    text-align: center;
    width: 100%;
}

.team-lineup-table thead {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.team-lineup-table tbody {
    display: table;
    table-layout: fixed;
    width: 100%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
}

.team-lineup-table tbody .tr-bg {
    background: #f8f8f8;
}

.team-lineup-table tbody td {
    color: #666;
    border-bottom: 1px solid #ddd;
    line-height: 22px;
    word-break: keep-all;
    overflow: hidden;
}

.team-lineup-table tbody td.bg {
    background: #F8F8F8;
}

.team-lineup-table tbody td img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}


/*
* 鏂囧瓧鐩存挱
*/

.live-text-list {
    padding-left: 25px;
    max-height: 600px;
    overflow-y: auto;
}

.live-text-list .live-text-item {
    font-size: 14px;
    line-height: 46px;
    height: 46px;
    background: #fafafa;
    border-radius: 8px;
    position: relative;
    margin-bottom: 16px;
    padding: 0 26px;
    box-sizing: border-box;
}

.live-text-list .live-text-item p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live-text-list .live-text-item::before {
    content: " ";
    position: absolute;
    left: -16px;
    top: 8px;
    display: block;
    width: 30px;
    height: 30px;
    background: url('../../images/game-icon/horn.png');
}


/* 搴曢儴缁勪欢 */
.live-plaer-box-components {
    display: flex;
    width: 1200px;
}

.news-aside-recommend {
    margin-top: 113px;
    margin-left: 11px;
    width: 640px;
}

.live-match-info-video-list {
    height: 580px;
    overflow: auto;
}

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

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

div {
    scrollbar-width: none;
}

.news-aside-recommend-games {
    overflow: auto;
    height: 600px;
}

.container-wrap {
    height: 650px;
}</pre></body></html>