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

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

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

.video-detail-wrapper .main-container .team-box {
  position: relative;
  height: 244px;
  margin-bottom: 14px;
  font-size: 0;
}

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

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

.video-detail-wrapper .main-container .team-box .content.no-face .no-face-box {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0 80px;
  /* line-height: 244px; */
  font-size: 30px;
  font-weight: 800;
  color: #daaf8b;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

.video-detail-wrapper .main-container .team-box .content.has-face .has-face-box .race .score-box .vs {
  position: absolute;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  color: #daaf8b;
  left: 50%;
  transform: translate(-50%);
}

.video-detail-wrapper .main-container .team-box .content.has-finish .has-face-box .finish {
  position: absolute;
  display: block;
  font-size: 18px;
  color: #daaf8b;
  text-align: center;
  top: 65px;
  left: 50%;
  transform: translateX(-50%);
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .finish {
  top: 41px;
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race {
  padding-top: 59px;
}

.video-detail-wrapper .main-container .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 .main-container .team-box .content.has-field .has-face-box .race .field .field-name {
  display: inline-block;
  font-size: 14px;
  color: #d7d7d7;
  background: rgba(79, 68, 60, 0.36);
  border-radius: 6px 0 0 6px;
  vertical-align: bottom;
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race .field .field-name table {
  height: 100px;
  padding: 12px 0 8px 0;
  border-collapse: separate;
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race .field .field-name table td {
  padding-left: 22px;
  padding-right: 24px;
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race .field .field-content {
  display: inline-block;
  vertical-align: middle;
  width: 215px;
  height: 100px;
  padding-bottom: 4px;
  margin-top: 16px;
  background: rgba(79, 68, 60, 0.36);
  border-radius: 0 6px 6px 0;
}

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

.field .field-content .field-content-inner::-webkit-scrollbar {
  height: 4px;
}
/* Track */
.field .field-content .field-content-inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 3px;
  color: #D8D8D8;
}
/* Handle */
.field .field-content .field-content-inner::-webkit-scrollbar-thumb {
  background:rgba(216,216,216,0.22);
  border-radius: 3px;
}
/* Handle on hover */
.field .field-content .field-content-inner::-webkit-scrollbar-thumb:hover {
  background:rgba(216,216,216,0.22);
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race .field .field-content table {
  /* width: 303px; */
  height: 100px;
  padding: 12px 0 8px 0;
  border-collapse: separate;
  font-size: 14px;
  color: #d7d7d7;
  text-align: center;
}

.video-detail-wrapper .main-container .team-box .content.has-field .has-face-box .race .field .field-content table td {
  padding: 0 12px;
}

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

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

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

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

.video-detail-wrapper .main-container .tab-content-box {
  min-height: 867px;
  padding: 26px 30px 30px;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card {
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card:last-child,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card:last-child {
  margin-bottom: 30px;
}

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

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card .bottom .title,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card .bottom .title {
  float: left;
  font-size: 0;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card .bottom .date,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card .bottom .date {
  float: right;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card .bottom .date .time1,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card .bottom .date .time1 {
  color: #949494;
  margin-right: 8px;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .card .bottom .date .time2,
.video-detail-wrapper .main-container .tab-content-box .collection-content .card .bottom .date .time2 {
  color: #949494;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .bottom img, 
.video-detail-wrapper .main-container .tab-content-box .collection-content .bottom img {
  margin-right: 6px;
  vertical-align: middle;
}

.video-detail-wrapper .main-container .tab-content-box .videotape-content .bottom span, 
.video-detail-wrapper .main-container .tab-content-box .collection-content .bottom span {
  font-size: 14px;
  vertical-align: middle;
}

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