/* HuarenOK skin adjustments for the player page controls. */
#play_page {
  background: var(--hr-bg, #2b2b2b) !important;
  color: var(--hr-text, #f5f7fb);
}

#play_page .play_boxbg,
#play_page .play_box,
#play_page .left_row,
#play_page .right_row {
  overflow: visible;
}

#play_page .play_video {
  padding-top: 24px;
}

#play_page .player_video {
  background: #000;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

#play_page .player_video.embed-responsive {
  height: 0 !important;
  min-height: 0 !important;
}

#play_page .player_video .MacPlayer,
#play_page .player_video .MacPlayer.embed-responsive {
  bottom: 0 !important;
  box-sizing: border-box !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 2 !important;
}

#play_page .player_video .MacPlayer iframe {
  bottom: 0 !important;
  display: block !important;
  height: 100% !important;
  left: 0 !important;
  margin: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
}

#play_page .play_but {
  background: #181a20 !important;
  border: 1px solid rgba(255, 255, 255, .08) !important;
  border-top: 0 !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .22);
  box-sizing: border-box;
  color: #f5f7fb !important;
  display: block !important;
  min-height: 52px;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 8px 10px !important;
  position: relative;
  visibility: visible !important;
  z-index: 5;
}

#play_page .play-but-bar {
  align-items: center !important;
  display: flex !important;
  gap: 10px;
  min-height: 42px;
  opacity: 1 !important;
  visibility: visible !important;
  width: 100%;
}

#play_page .play-but-wrap,
#play_page .play-but-wrap .scroller {
  display: block !important;
  min-width: 0;
  opacity: 1 !important;
  overflow: visible !important;
  visibility: visible !important;
}

#play_page .play-but-strip {
  align-items: center !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px 10px;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 0 !important;
  visibility: visible !important;
}

#play_page .play-but-item {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#play_page .play_but a,
#play_page .play_but a:link,
#play_page .play_but a:visited,
#play_page .play_but .play_collec,
#play_page .play-but-social button {
  align-items: center;
  background: rgba(255, 255, 255, .07) !important;
  border: 1px solid rgba(255, 255, 255, .09) !important;
  border-radius: 18px !important;
  color: #f5f7fb !important;
  cursor: pointer;
  display: inline-flex !important;
  gap: 5px;
  justify-content: center;
  min-height: 36px;
  opacity: 1 !important;
  padding: 0 12px !important;
  text-decoration: none !important;
  visibility: visible !important;
  white-space: nowrap;
}

#play_page .play_but a:hover,
#play_page .play_but .play_collec:hover,
#play_page .play-but-social button:hover {
  background: rgba(38, 178, 255, .18) !important;
  border-color: rgba(38, 178, 255, .36) !important;
  color: #fff !important;
}

#play_page .play_but .iconfont,
#play_page .play_but svg,
#play_page .play-but-item__report-ico {
  color: var(--hr-blue, #26b2ff) !important;
  opacity: 1 !important;
  stroke: currentColor;
  visibility: visible !important;
}

#play_page .play_but span,
#play_page .play_but em,
#play_page .play_but i {
  opacity: 1 !important;
  visibility: visible !important;
}

#play_page .play_but .btns_disad,
#play_page .play_but .btns_disad:hover {
  background: rgba(255, 255, 255, .035) !important;
  border-color: rgba(255, 255, 255, .06) !important;
  color: rgba(255, 255, 255, .42) !important;
  cursor: not-allowed;
}

#play_page .play-but-social {
  display: flex !important;
  opacity: 1 !important;
  visibility: visible !important;
}

#play_page .play-but-social .mac-play-dm-toolbar__input,
#play_page .mac-play-chat-panel__dmInput,
#play_page .mac-play-chat-panel__input {
  background: rgba(255, 255, 255, .08) !important;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  color: #f5f7fb !important;
}

#play_page .play-but-social .mac-play-dm-toolbar__submit,
#play_page .mac-play-chat-panel__dmSend,
#play_page .mac-play-chat-panel__send {
  background: var(--hr-blue, #26b2ff) !important;
  color: #fff !important;
}

#play_page .play_box_right,
#play_page .play_namebox,
#play_page .play_infobox {
  background: #181a20 !important;
  color: #f5f7fb !important;
}

@media screen and (max-width: 820px) {
  body.vod-play-page-body {
    background: #15151b !important;
  }

  body.vod-play-page-body #play_page {
    padding-top: 0 !important;
  }

  body.vod-play-page-body #play_page .container {
    padding-top: 0 !important;
  }

  #play_page .play_video {
    padding-top: 0 !important;
  }

  body.vod-play-page-body #play_page .player_video {
    border-radius: 0 !important;
    margin-top: 0 !important;
    z-index: 1 !important;
  }

  body.vod-play-page-body #play_page #fd_tips.fodong_box {
    display: none !important;
  }

  #play_page .play_but {
    border-left: 0 !important;
    border-right: 0 !important;
    border-radius: 0;
    min-height: 46px;
    padding: 6px 8px !important;
  }

  #play_page .play-but-bar {
    gap: 6px;
  }

  #play_page .play-but-wrap .scroller {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
  }

  #play_page .play-but-strip {
    flex-wrap: nowrap !important;
    width: max-content;
  }

  #play_page .play_but a,
  #play_page .play_but .play_collec,
  #play_page .play-but-social button {
    min-height: 32px;
    padding: 0 9px !important;
  }

  #play_page .play-but-bar .play-but-strip .play_collec > span,
  #play_page .play-but-bar .play-but-strip a.report_click > span,
  #play_page .play-but-bar .play-but-strip a[onclick*="location.reload"] > span {
    display: inline !important;
  }
}
