.content .img-responsive {
  margin-bottom: 20px;
}
.content .current {
  border-bottom: 1px solid #c9c7c7;
  padding: 10px 0;
  font-size: 16px;
}
.content .current a {
  color: #333;
}
.content .current a:hover {
  color: #ff6600;
}
.content .place {
  color: #FF6600;
}
.content .title {
  text-align: center;
  color: #999;
  font-size: 12px;
  margin: 20px 0;
}
.content .title .text {
  margin: 0 10px;
}
@media screen and (min-width: 500px) {
  .content .head .playersp {
    background: url('/upload/images/navice-video-back.jpg') no-repeat;
    background-size: contain;
    padding: 35px 35px 30px 35px;
    height: 240px;
    width: 380px;
  }
  .content .head .text {
    font-size: 12px;
    left: 205px;
  }
}
@media screen and (min-width: 800px) {
  .content .head .playersp {
    background: url('/upload/images/navice-video-back.jpg') no-repeat;
    background-size: contain;
    padding: 55px 55px 48px 55px;
    height: 380px;
    width: 600px;
  }
  .content .head .text {
    font-size: 20px;
    left: 310px;
  }
}
@media screen and (min-width: 1200px) {
  .content .head .playersp {
    background: url('/upload/images/navice-video-back.jpg') no-repeat;
    background-size: contain;
    padding: 83px 83px 63px 83px;
    height: 560px;
    width: 900px;
  }
  .content .head .text {
    font-size: 24px;
    white-space: nowrap;
    left: 460px;
    top: 4px;
  }
}
@media screen and (max-width: 500px) {
  .content .head .playersp {
    background: url('/upload/images/navice-video-back.jpg') no-repeat;
    background-size: contain;
    padding: 25px 25px 24px 25px;
    height: 180px;
    width: 280px;
  }
  .content .head .text {
    font-size: 12px;
    left: 155px;
  }
}
.content .head .text {
  position: absolute;
  color: #fff;
  z-index: 11;
  transform: translate(-50%);
}
