.jmc-ed-web-w .jwh5audio-w {
  padding: 20px;
  background-color: #f7f7f7;
  position: relative;
}
.jmc-ed-web-w .jwh5audio {
  height: 88px !important;
  width: 100% !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
}
.jmc-ed-web-w .jwh5audio1 {
  width: 130px !important;
  height: 88px !important;
  cursor: pointer !important;
}
.jmc-ed-web-w .jwh5audio1 > section {
  width: 30px !important;
  height: 30px !important;
  border-radius: 30px !important;
  left: 50px !important;
  top: 28px !important;
}
.jmc-ed-web-w .jwh5audio1 > section > section {
  left: 12px !important;
  top: 10px !important;
  border-width: 5px 0 5px 7px !important;
}
.jmc-ed-web-w .jwh5audio2 {
  left: 150px !important;
  top: 16px !important;
  font-size: 16px !important;
  right: 100px !important;
}
.jmc-ed-web-w .jwh5audio3 {
  left: 150px !important;
  top: 50px !important;
  font-size: 14px !important;
  right: 100px !important;
}
.jmc-ed-web-w .jwh5audio4 {
  top: 31px !important;
  right: 40px !important;
  width: 14px !important;
}
.jmc-ed-web-w .jwh5audio5 {
  display: block !important;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  bottom: 0;
  background-color: #fff;
}
.jmc-ed-web-w .jwh5audio5 svg {
  width: 24px;
  margin-top: 46px;
  margin-left: 7px;
  cursor: pointer;
}
.jmc-ed-web-w .jwh5audio audio {
  display: none !important;
}
.jmc-ed-web-w .jwaudio-playing .jwh5audio4 {
  -webkit-animation: audioPlaying 30s linear infinite;
          animation: audioPlaying 30s linear infinite;
}
.jmc-ed-web-w .jwaudio-playing .jwh5audio1 > section > section {
  border-width: 2px !important;
  border-color: transparent #fff transparent #fff !important;
  height: 7px !important;
  width: 4px !important;
  left: 11px !important;
}
.jmc-ed-web-w .tencent_video_container {
  position: relative;
  width: 0;
  height: 0;
  padding-right: 100%;
  padding-bottom: 56.25%;
}
.jmc-ed-web-w .tencent_video_container iframe {
  border: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.jmc-ed-web-w .ed_video_p_w {
  color: #fff;
  position: relative;
  display: block;
}
.jmc-ed-web-w .ed_video_player {
  width: 100%;
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.jmc-ed-web-w .ed_video_player video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.jmc-ed-web-w .ed_video_preview {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.jmc-ed-web-w .ed_video_preview_img {
  background-size: cover;
  z-index: 9;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-repeat: no-repeat;
}
.jmc-ed-web-w .ed_video_preview_btn {
  position: absolute;
  display: block;
  z-index: 11;
  left: 41%;
  bottom: 35%;
  margin: 0 !important;
  width: 18%;
  background-image: url(/public/images/joychat/joychat_play.png);
  cursor: pointer;
  text-indent: 0;
  overflow: hidden;
  background-size: cover;
  top: auto !important;
  padding-bottom: 18%;
  height: 0;
  background-repeat: no-repeat;
}
.jmc-ed-web-w .jwvideo-playing .ed_video_preview, .jmc-ed-web-w .jwvideo-playing .ed_video_preview_btn {
  display: none;
}
.jmc-ed-web-w .jwvideo-playing video {
  display: block;
}
