.wrapped {
  max-width: 1200px;
  margin: 0 auto;
}

header {
  background: #161721;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #060715;
}

.header_nav ul {
  padding: 0;
  margin: 0 auto;
  height: 88px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
}

.header_nav li:first-of-type {
  margin-right: 33px;
}

.header_nav li img {
  max-height: 36px;
}

body {
  background-size: 100%;
}

.video--wrapped {
  width: 1054px;
  margin: 0 auto;
  position: relative;
  /*position: fixed;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*-webkit-transform: translate(-50%, -50%);*/
  /*transform: translate(-50%, -50%);*/
}

.wrapped_title {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 600;
  line-height: 34px;
  color: #fff;
  margin: 30px auto;
  text-align: left;
}

.wrapped_title_wap {
  display: none;
}

.content-wrapper {
  min-height: 590px;
  padding: 18px;
  background: #161721;
  border-radius: 6px 6px 0 0;
  position: relative;
}

.content-wrapper::before {
  display: none;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.content-wrapper.notStarted::before,
.content-wrapper.living::before,
.content-wrapper.finished::before,
.content-wrapper.playback::before {
  display: block;
}

.content-wrapper p {
  margin: 0;
}

.content-wrapper .content-button {
  width: 186px;
  height: 62px;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 100px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  align-items: center;
  justify-content: center;
}

.content-wrapper.notStarted .content-button,
.content-wrapper.living .content-button,
.content-wrapper.finished .content-button,
.content-wrapper.playback .content-button {
  display: flex;
}

.content-wrapper .content-button .img--wrapper {
  width: 26px;
  height: 26px;
  background: url("../images/player-icon.png") no-repeat center;
  background-size: contain;
  margin-right: 12px;
}

.content-wrapper.living .content-button .img--wrapper {
  background: url("../images/player-icon-living.png") no-repeat center;
  background-size: contain;
}

.content-wrapper .content-button #button-text {
  vertical-align: top;
  user-select: none;
  min-width: 4em;
  max-width: 6em;
  position: relative;
}

.content-wrapper.notStarted .content-button #button-text::after {
  content: "直播未开始";
}

.content-wrapper.living .content-button #button-text::after {
  content: "正在直播";
}

.content-wrapper.finished .content-button #button-text::after {
  content: "直播结束";
}

.content-wrapper.playback .content-button #button-text::after {
  content: "直播回放";
}

.content-wrapper.living .content-button,
.content-wrapper.playback .content-button {
  cursor: pointer;
}

#playercontainer {
  min-width: 1014px;
  height: 570px;
}

.jw-icon-barlogo-new {
  display: none !important;
}

.content-info {
  padding: 30px 18px;
  background: #161721;
  border-radius: 0 0 6px 6px;
  margin-bottom: 30px;
}

.content-info .info-date {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 24px;
}

.content-info .info-desc {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  color: #BFBFBF;
  margin-bottom: 24px;
}

.content-info .info-num {
  padding-left: 26px;
  background: url("../images/hot.png") no-repeat left center;
  background-size: contain;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC, serif;
  font-weight: 500;
  color: #EA445A;
  line-height: 1;
}

.video--wrapped .url-code {
  display: none;
  position: absolute;
  left: 100%;
  top: 58px;
  transform: translateX(80px);
  z-index: 1;
}

.url-code.img--wrapper {
  width: 120px;
  height: 120px;
  background: #FFFFFF;
  margin: 0 auto;
  padding: 10px;
  border-radius: 2px;
  user-select: none;
}

.video--wrapped .gnev {
  position: fixed;
  right: 2%;
  bottom: 10%;
  z-index: 1;
}

.gnev.img--wrapper {
  width: 100px;
  height: 100px;
  background: #FFFFFF url("../images/fix-pc.png") no-repeat center;
  background-size: contain;
  margin: 0 auto;
  user-select: none;
}

@media (max-width: 641px) {
  body {
    background: #000;
  }

  .wrapped_title {
    display: none;
  }

  .header_nav ul {
    height: 45px;
    padding: 0 12px;
  }

  .header_nav ul img {
    height: 20px;
  }

  .header_nav li:first-of-type {
    margin-right: 10px;
  }

  .video--wrapped {
    width: 100%;
  }

  .content-wrapper {
    padding: 0;
    min-height: auto;
  }

  .content-wrapper .content-button {
    width: 136px;
    height: 40px;
    font-size: 14px;
  }

  .content-wrapper .content-button .img--wrapper {
    width: 16px;
    height: 16px;
  }

  .wrapped_title_wap {
    display: block;
    padding: 0 15px;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC, serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.3;
    margin: 30px auto 16px;
  }

  .content-info {
    margin: 0 12px;
    padding: 20px 14px;
  }

  .content-info .info-date,
  .content-info .info-desc {
    margin-bottom: 16px;
  }

  .content-info .info-date,
  .content-info .info-num {
    font-size: 14px;
  }

  .content-info .info-desc {
    font-size: 12px;
  }

  #playercontainer {
    width: 100% !important;
    min-width: 100%;
    height: 32vh;
    background-size: contain !important;
  }

  .video--wrapped .url-code {
    display: none !important;
  }

  .video--wrapped .gnev {
    right: 25px;
  }

  .gnev.img--wrapper {
    width: 60px;
    height: 60px;
    background: #FFFFFF url("../images/fix-wap.png") no-repeat center;
    background-size: contain;
  }
}

@media (max-width: 1454px) {
  .video--wrapped .url-code {
    left: auto;
    right: 0;
  }
}

@media (min-width: 1454px) {
  .video--wrapped .gnev {
    position: absolute;
    left: 100%;
    bottom: 252px;
    transform: translateX(100px);
  }
}

.my_alert {
  width: 261px;
  padding: 15px 20px;
  font-size: 16px;
  color: #fff;
  font-family: PingFangSC-Regular, PingFang SC, serif;
  font-weight: 400;
  text-align: center;
  position: fixed;
  max-width: 80%;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  display: none;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  z-index: 1111;
}