@charset "UTF-8";

.sy-video-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  /*早期浏览器*/
  user-select: none;
}

.sy-video-content .customTools *:not(hr) {
  font-size: 0.51rem !important;
  padding-bottom: 0 !important;
}

.parentNode {
  position: relative !important;
}

.article-content .parentNode {
  position: relative !important;
}

.sy-video-content video {
  width: 100%;
  height: 100%;
  outline: none;
  background-color: #000;
}

.sy-video-content .customTools {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2.77rem;
  z-index: 111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.8rem 0.64rem 0 !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.4);
}

.article-content .customTools {
  bottom: 1rem !important;
}

.article-content .fullVideoNode .customTools {
  bottom: 0 !important;
}

.article-content video {
  margin: auto !important;
}

.sy-video-content .sy-progress {
  width: 100%;
  height: 0.12rem;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 0.25rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9;
}

.sy-video-content .sy-progress .sy-progress_bar {
  width: 0%;
  height: 0.12rem;
  border-radius: 0.25rem;
  background-color: white;
}

.sy-video-content .sy-progress .sy-progress_icon {
  width: 0.55rem;
  height: 0.55rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 9;
  background: url("../../image/component/icon-vCom-moveBar.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools {
  width: 100%;
  height: 0.74rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.29rem;
  position: relative;
  z-index: 10;
}

.videoFull {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  z-index: 9999 !important;
  background: #000;
}

#articleContent .videoWrap .fullVideoNode,
.videoWrap .fullVideoNode {
  position: fixed !important;
  width: 100vw !important;
  height: auto !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 10000;
  margin: auto !important;
}

.sy-video-content .sy-tools > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

.sy-video-content .sy-tools_left .sy-tools_playBtn {
  width: 0.98rem;
  height: 0.98rem;
  cursor: pointer;
  background: url("../../image/component/icon-vCom-play.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools_left .sy-tools_playBtn.pauseBtn {
  background: url("../../image/component/icon-vCom-pause.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools_left .sy-tools_time {
  margin-left: 8px;
  font-size: 12px;
}

.sy-video-content .sy-tools_right .sy-tools_voice {
  position: relative;
  width: 0.64rem;
  height: 0.64rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sy-video-content .sy-tools_right .sy-tools_voiceIcon {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  background: url("../../image/component/icon-vCom-voice.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools_right .sy-tools_voiceMod {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.08rem;
  display: none;
  width: 3.03rem;
  height: 0.94rem;
  right: 0.72rem;
  bottom: -0.08rem;
}

.sy-video-content .sy-tools_right .sy-tools_voiceMod .sy-tools_voiceMod-in {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sy-video-content .sy-tools_right .sy-tools_voicePro {
  width: 2.35rem;
  height: 0.12rem;
  border-radius: 0.64rem;
  background-color: rgba(255, 255, 255, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0.42rem;
  top: 0.42rem;
}

.sy-video-content .sy-tools_right .sy-tools_voicePro_bar {
  width: 100%;
  height: 0.12rem;
  border-radius: 0.25rem;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.sy-video-content .sy-tools_right .sy-tools_voicePro_icon {
  width: 0.34rem;
  height: 0.34rem;
  cursor: pointer;
  position: absolute;
  left: calc(100% - 0.34rem);
  background: url("../../image/component/icon-vCom-moveBar.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools_right .sy-tools_full,
.sy-video-content .sy-tools_right .sy-tools_delete {
  position: relative;
  width: 0.72rem;
  height: 0.72rem;
  cursor: pointer;
  margin: 0 0.64rem;
  background: url("../../image/component/icon-vCom-full.png") no-repeat;
  background-size: cover;
}

.sy-video-content .sy-tools_right .sy-tools_delete {
  background: url("../../image/component/icon-vCom-delete.png") no-repeat;
  background-size: cover;
  margin: 0;
}

.sy-video-content .sy-tools_right .sy-tools_setImg {
  width: 3.33rem;
  height: 0.89rem;
  line-height: 0.89rem;
  text-align: center;
  background-color: #f1f1f1;
  border-radius: 0.08rem;
  color: #4a4a4a;
  margin-left: 0.64rem;
  cursor: pointer;
}