.live-detail-warpper::before {
  content: " ";
  position: absolute;
  left: 128px;
  top: 8px;
  width: 701px;
  height: 239px;
  z-index: 1;
}
.live-detail-warpper::after {
  content: " ";
  position: absolute;
  right: -10px;
  bottom: -90px;
  width: 667px;
  height: 231px;
  z-index: 1;
}
.live-detail-box {
  display: flex;
  justify-content: flex-start;
  width: 1200px;
  margin: 39px auto 60px;
  position: relative;
  z-index: 5;
}
.live-player-box {
  width: 720px;
  margin-right: 80px;
}
.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;
}
.live-player-box .live-copy {
  font-size: 12px;
  color: #666;
  line-height: 18px;
  margin-top: 40px;
}
.live-player-box .live-copy p {
  margin-bottom: 6px;
}
.live-player-box .live-info {
  position: relative;
}
.live-player-box .live-info .subtitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin: 45px 0 20px;
}
.live-player-box .live-info .layui-row {
  height: 250px;
  overflow: hidden;
}
.live-player-box .live-info .layui-row .layui-col-md6 {
  margin-bottom: 20px;
}
.live-player-box .live-info .layui-row .layui-col-md6 dl {
  display: flex;
}
.live-player-box .live-info .layui-row .layui-col-md6 dl dt {
  margin-right: 10px;
}
.live-player-box .live-info .layui-row .layui-col-md6 dl dt img {
  width: 100px;
  height: 100px;
  border-radius: 5px;
}
.live-player-box .live-info .layui-row .layui-col-md6 dl dd a {
  font-size: 14px;
  font-weight: bold;
}
.live-player-box .live-info .layui-row .layui-col-md6 dl dd p {
  margin-top: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #666;
  height: 50px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /*截取到第三行*/
  overflow: hidden;
}
.live-player-box .live-info .layui-row.current {
  height: 100%;
  overflow: auto;
}
.live-player-box .live-info .layui-row.related {
  height: 100%;
  overflow: auto;
}
.live-player-box .baike-tags-list {
  border: 1px solid #ddd;
  margin-top: 45px;
  position: relative;
}
.live-player-box .baike-tags-list .tag-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
.live-player-box .baike-tags-list .tags-list {
  font-size: 14px;
  color: #333;
  padding: 13px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: 200px;
  overflow: hidden;
}
.live-player-box .baike-tags-list .tags-list a {
  line-height: 1.5;
  padding: 0 10px;
  margin-bottom: 10px;
  border-left: 1px solid #ddd;
}
.live-player-box .baike-tags-list .tags-list.current {
  height: 100%;
  overflow: auto;
}
.live-player-box .label {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 14px;
  color: #08B28E;
}
.live-player-box .label a {
  color: #08B28E;
  margin-left: 7px;
}
.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 {
  margin-top: 20px;
  position: relative;
}
.live-btn .live-btn-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
  margin: 0 10px;
}
.live-btn .live-btn-list a {
  display: block;
  font-size: 16px;
  height: 36px;
  text-align: center;
  margin: 0 10px 20px;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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::-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/game-icon/horn.png');
}
.read-whole-mask {
  width: 100%;
  height: 109px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 9px solid #fff;
  box-sizing: content-box;
}
.read-whole-mask .exp-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 109px;
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 13%, #fff 63%);
}
.read-whole-mask .read-whole {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #08B28E;
  width: 100%;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.read-whole-mask .read-whole span {
  cursor: pointer;
}
.read-whole-mask .read-whole i {
  border-top: #08B28E 1px solid;
  border-right: #08B28E 1px solid;
  width: 5px;
  height: 5px;
  transform: rotate(135deg);
  margin-left: 5px;
}
