﻿.video-detail-wrapper {
  padding-top: 0.44rem;
}

.video-detail-wrapper .team-box {
  position: relative;
  height: 1.4rem;
  font-size: 0;
}

.video-detail-wrapper .team-box .bg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
  z-index: -1;
}

.video-detail-wrapper .team-box .content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-detail-wrapper .team-box .content.no-face .no-face-box {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 0.16rem;
  font-size: 0.18rem;
  font-weight: 800;
  color: #daaf8b;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.video-detail-wrapper .team-box .content.has-face {
  position: relative;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box {
  display: block;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .team {
  margin-top: 0.42rem;
  text-align: center;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .team .team-img {
  width: 0.4rem;
  height: 0.4rem;
  margin-bottom: 0.05rem;
  object-fit: cover;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .team .team-name {
  width: 0.68rem;
  font-size: 0.11rem;
  font-weight: 600;
  color: #fff;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .host {
  float: left;
  margin-left: 0.16rem;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .guest {
  float: right;
  margin-right: 0.16rem;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race {
  position: relative;
  display: block;
  margin: 0 auto;
  padding-top: 0.67rem;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box {
  overflow: hidden;
  font-size: 0;
  text-align: center;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box .host-score,
.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box .guest-score {
  display: inline-block;
  width: 0.45rem;
  font-size: 0.2rem;
  font-weight: bold;
  color: #daaf8b;
  vertical-align: middle;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box .host-score {
  text-align: right;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box .guest-score {
  text-align: left;
}

.video-detail-wrapper .team-box .content.has-face .has-face-box .race .score-box .vs {
  display: inline-block;
  margin: 0 0.24rem;
  font-size: 0.15rem;
  font-weight: bold;
  color: #daaf8b;
  vertical-align: middle;
}

.video-detail-wrapper .team-box .content.has-finish .has-face-box .finish {
  position: absolute;
  display: block;
  font-size: 0.11rem;
  color: #fff;
  text-align: center;
  top: 0.34rem;
  left: 50%;
  transform: translateX(-50%);
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .finish {
  top: 0.2rem;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race {
  position: relative;
  padding-top: 0.33rem;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field {
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-name {
  display: inline-block;
  font-size: 0.1rem;
  color: #d7d7d7;
  background: rgba(79, 68, 60, 0.36);
  border-radius: 6px 0 0 6px;
  vertical-align: bottom;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-name table {
  width: 0.52rem;
  height: .61rem;
  padding: 0.06rem 0;
  margin-left: 0.1rem;
  border-collapse: separate;
  font-size: 0.1rem;
  color: #d7d7d7;
  text-align: right;
  table-layout: fixed;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-name table td {
  max-width: 0.52rem;
  margin-left: .1rem;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-content {
  display: inline-block;
  width: 1.25rem;
  background: rgba(79, 68, 60, 0.36);
  border-radius: 0 6px 6px 0;
  vertical-align: middle;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-content .field-content-inner {
  width: 100%;
  height: 0.61rem;
  overflow: hidden;
  overflow-x: scroll;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-content table {
  height: 0.61rem;
  padding: 0.06rem 0;
  border-collapse: separate;
  font-size: 0.1rem;
  font-weight: 400;
  color: #d7d7d7;
  text-align: center;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-content table th {
  font-weight: 400;
}

.video-detail-wrapper .team-box .content.has-field .has-face-box .race .field .field-content table td {
  padding: 0 0.08rem;
}

.video-detail-wrapper .tab-container .tab-box {
  margin-bottom: 0.06rem;
  background: #fff;
}

.video-detail-wrapper .tab-container .tab-box .tab {
  font-size: 0;
}

.video-detail-wrapper .tab-container .tab-box .tab .tab-item {
  display: inline-block;
  height: 0.48rem;
  line-height: 0.48rem;
  font-size: 0.15rem;
  font-weight: 400;
  color: #000;
  text-align: center;
}

.video-detail-wrapper .tab-container .tab-box .tab .tab-item a {
  display: inline-block;
  height: 100%;
}

.video-detail-wrapper .tab-container .tab-box .tab .tab-item.active a {
  border-bottom: 3px solid #dd4d30;
}

.video-detail-wrapper .tab-container .tab-content-box .report-content {
  padding: 0.1rem 0.14rem 0;
  background: #fff;
  font-size: .13rem;
  line-height: .22rem;
}

.video-detail-wrapper .tab-container .tab-content-box .report-content p {
  margin: 0.1rem 0;
}

.video-detail-wrapper .tab-container .tab-content-box .report-content p:first-child {
  padding-top: 0.08rem;
}

.video-detail-wrapper .tab-container .tab-content-box .report-content p img {
  vertical-align: middle;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content,
.video-detail-wrapper .tab-container .tab-content-box .collection-content {
  background: #fff;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card {
  padding: 0.16rem 0 0.12rem;
  margin: 0 0.14rem;
  border-bottom: 1px solid #eeeeee;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top {
  position: relative;
  margin-bottom: 0.08rem;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top img,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top img {
  position: absolute;
  margin-top: 0.03rem;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top .left,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top .left {
  width: 100%;
  font-size: 0.14rem;
  color: #dd4d30;
  vertical-align: middle;
  text-indent: 0.25rem;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top .right.date,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top .right.date {
  float: right;
  margin-top: 0.03rem;
  font-size: 0;
  color: #949494;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top .right.date .time1,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top .right.date .time1 {
  margin-right: 0.06rem;
  font-size: 0.11rem;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top .right.date .time2,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top .right.date .time2 {
  font-size: 0.11rem;
}

.video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .bottom,
.video-detail-wrapper .tab-container .tab-content-box .collection-content .card .bottom {
  font-size: 0.14rem;
}

.video-detail-wrapper .tab-container .tab-content-box .tab-content {
  overflow: hidden;
}

.video-detail-wrapper .tab-container .tab-content-box .tab-content img {
  max-width: 100%;
}

.video-detail-wrapper .tab-container .tab-content-box .tab-content .none {
  position: relative;
  margin-top: .59rem;
  margin-bottom: .34rem;
  text-align: center;
  font-size: .14rem !important;
  line-height: normal;
}

.video-detail-wrapper .tab-container .tab-content-box .tab-content .none img {
  width: 1.80rem;
  height: 1.44rem;
}

.video-detail-wrapper .tab-container .tab-content-box .tab-content .none span {
  position: absolute;
  color: #949494;
  top: 1.28rem;
  left: 50%;
  transform: translateX(-50%);
}

.video-detail-wrapper .block-container {
  padding-top: 0.36rem;
  padding-bottom: 0.24rem;
}

@media screen and (max-width: 320px) {
  .video-detail-wrapper .tab-container .tab-content-box .videotape-content .card .top .right.date,
  .video-detail-wrapper .tab-container .tab-content-box .collection-content .card .top .right.date {
    margin-top: 0;
  }
}