﻿.live-detail-wrapper {
  padding-top: 154px;
}

.live-detail-wrapper .main-container {
  float: left;
  width: 796px;
}

.live-detail-wrapper .main-container .tab-box {
  width: 100%;
  background: #fff;
}

.live-detail-wrapper .main-container .team-box {
  position: relative;
  margin-bottom: 14px;
}

.live-detail-wrapper .team-box .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  border-radius: 4px;
}

.live-detail-wrapper .main-container .team-box .content {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}

.live-detail-wrapper .main-container .team-box .content.has-face {
  position: relative;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box {
  display: block;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .team {
  margin-top: 65px;
  font-size: 0;
  text-align: center;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .team .team-img {
  width: 80px;
  height: 80px;
  margin-bottom: 14px;
  object-fit: cover;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .team .team-name {
  width: 180px;
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .host {
  float: left;
  margin-left: 40px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .guest {
  float: right;
  margin-right: 40px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race {
  position: relative;
  display: block;
  width: 303px;
  margin: 0 auto 0;
  padding-top: 26px;
  padding-bottom: 36px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks {
  margin-bottom: 26px;
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .time1 {
  margin-right: 4px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .time2 {
  margin-right: 17px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .league {
  display: inline-block;
  position: relative;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .league:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: white;
  left: -11px;
  top: 50%;
  transform: translateY(-40%);
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .top {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .remarks .bottom {
  font-size: 12px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box {
  position: relative;
  width: 210px;
  height: 36px;
  margin: 0 auto;
  line-height: 36px;
  text-align: center;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .host-score,
.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .guest-score {
  width: 72px;
  font-size: 38px;
  font-weight: bold;
  color: #daaf8b;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .host-score {
  float: left;
  text-align: right;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .guest-score {
  float: right;
  text-align: left;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .vs {
  position: absolute;
  display: inline-block;
  width: 14px;
  height: 6px;
  margin: 0 auto;
  background: #daaf8b;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box {
  padding: 0 68px;
  margin-bottom: 14px;
  text-align: center;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box .source-text {
  margin-bottom: 8px;
  font-size: 12px;
  color: #fff;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box .source-list {
  display: inline-block;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box .source-list ul {
  margin-right: -12px;
  margin-bottom: -12px;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box .source-list ul li {
  float: left;
  height: 28px;
  padding: 0 11px;
  margin-right: 12px;
  margin-bottom: 12px;
  line-height: 24px;
  border-radius: 15px;
  border: 1px solid #dd4d30;
  text-align: center;
}

.live-detail-wrapper .main-container .team-box .content.has-face .has-face-box .source-box .source-list ul li a {
  font-size: 14px;
  color: #dd4d30;
}

.live-detail-wrapper .main-container .tab-box {
  margin-bottom: 10px;
}

.live-detail-wrapper .main-container .tab-box .tab .tab-item {
  float: left;
  height: 50px;
  margin: 0 41px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.live-detail-wrapper .main-container .tab-box .tab .tab-item.active {
  font-weight: 600;
  border-bottom: 4px solid #dd4d30;
}

.live-detail-wrapper .main-container .tab-box .tab .tab-item:first-child {
  margin-left: 74px;
}

.live-detail-wrapper .main-container .tab-content-box {
  min-height: 867px;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card {
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .title {
  margin: 21px 0 0 20px;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .title img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  vertical-align: middle;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .title span {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content {
  margin: 4px 33px 0;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table {
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table th {
  color: #999999;
  font-weight: 400;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table .none-td {
  padding: 40px 0 30px;
  line-height: 1;
  color: #999999;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table td {
  position: relative;
  color: #000;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table td .vs {
  margin: 0 5px;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table th,
.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table td {
  width: 146px;
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table tr {
  border-bottom: 1px solid #eeeeee;
}

.live-detail-wrapper .main-container .tab-content-box .analysis-content .analysis-card .content table tr:last-child {
  border-bottom: none;
}

.live-detail-wrapper .main-container .tab-content-box .report-content {
  padding: 26px 30px 30px;
  background: #fff;
}

.tab-content-box .tab-content .none {
  position: relative;
  margin-top: 168px;
  text-align: center;
}

.tab-content-box .tab-content .none img {
  width: 330px;
  height: 262px;
}

.tab-content-box .tab-content .none span {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #949494;
  left: 50%;
  top: 226px;
  transform: translateX(-50%);
}

.tab-content-box .tab-content.report-content p:first-child {
  margin-top: 0px;
}

.tab-content-box .tab-content.report-content p img {
  display: block;
  margin: 0px auto;
  padding: 20px 0 20px 0;
  max-width: 100% !important;
  height: auto !important;
}

.tab-content-box .tab-content.report-content p:last-child img {
  padding-bottom: 0;
}

.tab-content-box .tab-content.report-content p {
  line-height: 26px;
}