body {
    background: #201753;
    position: relative;
}

.bg1,
.bg2 {
    display: none;
}

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

.live-detail-box {
    position: relative;
    background: #201753;
    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: 896px;
    border-radius: 8px;
}

.live-player-box .video-back {
    width: 245px;
    height: 650px;
    background: #fff;
    border: 1px solid #212840;
    padding: 20px;
    border-radius: 8px;
}

.live-player-box .info {
    width: 894px;
    height: 92px;
    background: #fff;
    border: 1px solid #212840;
    display: flex;
    color: #000000;
    border-radius: 8px 8px 0px 0px;
    position: relative;
}

.live-player-box .info-wrap {
    background: url(../../images/live-details-title-bg.png) no-repeat;
    width: 694px;
    height: 51px;
    position: absolute;
    top: 20px;
    left: 95px;

}

.live-player-box #match {
    height: 450px;
    background: #fff;
    border: 1px solid #212840;
    width: 894px;
}

.live-player-box #match .live {
    width: 894px;
    height: 450px;
}

.live-player-box #match .live .video-football-bg {
    background: url(../../images/zqc.png);
    width: 894px;
    height: 450px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.live-player-box #match .live .video-basketball-bg {
    background: url(../../images/lqc.png);
    width: 894px;
    height: 450px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.live-player-box #match .live .video-basketball-bg>div,
.live-player-box #match .live .video-football-bg>div {
    width: 128px;
}

.live-player-box #match .live .video-basketball-bg>p:first-child,
.live-player-box #match .live .video-basketball-bg>p:last-child,
.live-player-box #match .live .video-football-bg>p:first-child,
.live-player-box #match .live .video-football-bg>p:last-child {
    padding-top: 128px;
}

.live-player-box #match .live .video-basketball-bg>div>p:first-child,
.live-player-box #match .live .video-football-bg>div>p:first-child {
    padding: 48px 0 60px 0;
}

.live-player-box #match .live .video-basketball-bg>div>p:last-child,
.live-player-box #match .live .video-football-bg>div>p:last-child {
    padding-top: 123px;
}

.video-football-bg .end {
    padding: 0 !important;
    line-height: 72px;
    width: 228px;
    height: 72px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.16);
    opacity: 0.9;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: auto;
}

.video-basketball-bg p > img {
    width: 24px;
    height: 24px;
}

.live-player-box #match .live-title {
    width: 230px;
    height: 40px;
    background: linear-gradient(0deg, #1E986D 0%, #91F8B8 100%);
    border-radius: 5px;
    display: block;
    margin: auto;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.match-info-title {
    font-size: 28px;
    font-weight: bold;
    color: #040F23;
    padding-left: 10px;
    position: relative;
}

.match-info-title::after {
    content: "";
    position: absolute;
    width: 4px;
    height: 28px;
    background: linear-gradient(-5deg, #1E986D 0%, #91F8B8 100%);
    left: 0;
}

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

.live-player-box .info .info-match-name {
    width: 128px;
    margin: auto;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.live-player-box .info .info-matchtime {
    text-align: center;
}

.live-player-box .info .info-matchtime span:first-child {
    font-size: 14px;
    color: #000000;
    display: block;
    margin: 20px 0;
}

.live-player-box .info .info-matchtime span:nth-child(2) {
    font-size: 14px;
    color: #000000;
    display: block;
    opacity: 0.6;
}

.live-player-box .info .info-score {
    font-size: 36px;
    font-weight: bold;
}

.live-player-box .info .info-match-name:nth-child(3) {
    text-align: right;
}

.live-player-box .info .info-match-name:nth-child(7) {
    text-align: left;
}

.live-player-box .info .info-score:nth-child(4) {
    margin: auto 30px auto 10px;
}

.live-player-box .info .info-score:nth-child(6) {
    margin: auto 10px auto 30px;
}

.live-player-box .info img {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0);
    object-fit: contain;
    margin: auto;
}

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

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

/* 直播源 */
.live-player-box .match {
    width: 894px;
    height: 144px;
    background: #ffffff;
    border-radius: 0px 0px 8px 8px;
    border: 1px solid #212840;
    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: #B92D32;
    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: #B92D32;
    font-weight: bold;
    font-size: 14px;
    padding: 0 15px;
    background: #f3ced6;
    border-radius: 5px;
    border: 1px solid;
    display: flex;
}


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


/* 新闻 */
.live-player-box .news {
    height: 290px;
    background: #fff;
    padding: 20px;
}

.live-player-box .news ul {
    margin: 30px 30px 0 30px;
}

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

.live-player-box .news ul li:hover span {
    color: #7dcfaa;
}

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

.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 .live-btn-list {
  margin: 20px 0 20px 20px;
} */

.live-btn .live-btn-list a {
    /* width        : 134px;
  height       : 36px; */
    text-align: center;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #C10B33;
    color: #C10B33 !important;
    cursor: pointer;
    display: block;
    background: none;
    float: left;
    margin-right: 20px;
    margin-bottom: 8px;
    padding: 0 5px;
    /* margin-bottom: 20px;
  box-sizing   : border-box;
  overflow     : hidden; */
}

.live-btn .live-btn-list a:hover {
    border: 2px solid #4ebe8c;
    color: #4ebe8c !important;
    text-align: center;
}

.live-btn .live-btn-list a.active {
    color: #fff !important;
    background: #BF0B33;
    border: 1px solid #BF0B33;
}

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

/* 背景 */
.live-detail-box .bg1 {
    position: absolute;
    top: 6px;
    right: 0;
}

.live-detail-box .bg2 {
    position: absolute;
    top: 589px;
    left: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.progress-icon.assist-icon {
    background-image: url('../../images/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::-webkit-scrollbar {
    width: 6px;
    height: 100%;
    background: #f8f8f8;
    border-radius: 10px;
}

.live-text-list::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}

.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/horn.png');
}

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

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

.play-back-list {
    height: 525px;
    overflow: auto;
}

.play-back-list .back-list {
    display: flex;
    justify-content: space-between;
    color: #000000;
    padding: 13px 0;
    border-bottom: 1px solid #ccd5f7;
    border-top: 1px solid #ccd5f7;
}

.play-back-list .back-list .back-info .label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 20px;
    overflow: hidden;
}

.play-back-list .back-list .back-info p a {
    color: #000;
}

.play-back-list .back-list .back-info p a:hover {
    color: #c10B33;
}

.play-back-list .back-list .back-info p:first-child {
    width: 193px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 13px;
    cursor: pointer;
}

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

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

.play-back-list .back-list .back-info p:nth-child(2) a {
    font-size: 12px;
    background: #ededff;
    color: #6e86dc;
    padding: 4px 10px;
    text-align: center;
    margin-right: 5px;
    border-radius: 10px;
    /* max-width : 22px; */
    width: 48px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

.see-more {
    margin: auto;
    margin-top: 20px;
    color: #C10B33 !important;
    border: 1px solid #C10B33;
    border-radius: 4px;
}

.more-match {
    margin-top: 20px;
}

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

.live-bottom-wrap .recommend-read {
    margin-right: 20px;
    margin-top: 45px;
}

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

.banner-title {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 2px;
    display: flex;
    width: -webkit-fill-available;
}

.banner-title :after {
    content: ' ';
    width: 11px;
    height: 11px;
    background: #C10B33;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    right: -24px;
    bottom: -3px;
}

.banner-title .title-bottom {
    position: absolute;
    left: 0;
    top: 0;
    color: #201753;
    -webkit-text-stroke: 1.2px #fff;
}

.banner-title .title-top {
    position: absolute;
    left: -2px;
    top: 0;
    color: #fff;
}

.live-match-title .banner-title {
    left: 0;
    top: 0;
    margin-left: 0;
    margin-top: 0;
}

.live-match-title {
    height: 74px;
    width: -webkit-fill-available;
}



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

/*设置滚动条上的滚动滑块样式*/

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

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

div {
    scrollbar-width: none;
}

/* 赛事分析 */
.event-analysis-hide {
    visibility: hidden;
    height: 0;
}