*::-webkit-media-controls-start-playback-button {
  display: none;
  -webkit-appearance: none;
}
*::-webkit-media-controls-panel {
  display: none;
  -webkit-appearance: none;
}
*::-webkit-media-controls-play-button {
  display: none;
  -webkit-appearance: none;
}
.cg-ad-win {
  z-index: 99;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #000;
}
.cg-ad-win.s-toast {
  background-color: transparent;
}
.cg-ad-win .cg-ad-close {
  z-index: 1;
  position: absolute;
  top: 20px;
  right: 20px;
  border-radius: 100px;
  min-width: 40px;
  padding: 0 16px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
}
.cg-ad-win .cg-ad-close .cg-skip-ad,
.cg-ad-win .cg-ad-close .cg-fast-close-ad {
  cursor: pointer;
  display: none;
}
.cg-ad-win .cg-ad-close .cg-text-cut-line {
  display: inline-block;
  margin: 0 6px;
}
.cg-ad-win .cg-close-ad-brief {
  z-index: 1;
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: url('//mxcdn.cgyouxi.com/cg/ad/img/ad_close_brief') no-repeat 0 0;
  background-size: 100% 100%;
}
.cg-ad-win .cg-ad-mute {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.cg-ad-win .cg-ad-mute.s-on {
  background: url('//mxcdn.cgyouxi.com/cg/ad/img/ad_volume') no-repeat 0 0;
  background-size: 100% 100%;
}
.cg-ad-win .cg-ad-mute.s-off {
  background: url('//mxcdn.cgyouxi.com/cg/ad/img/ad_mute?v=2') no-repeat 0 0;
  background-size: 100% 100%;
}
.cg-ad-win .cg-ad-download {
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
}
.cg-ad-win .cg-ad-download.s-def {
  height: 66px;
  color: #fff;
  text-align: center;
  line-height: 66px;
  background-color: rgba(0, 0, 0, 0.7);
}
.cg-ad-win .cg-ad-download > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.cg-ad-win .cg-event-placeholder,
.cg-ad-win .copy-download-url {
  position: absolute;
  top: -9999px;
  left: -9999px;
  width: 100px;
  height: 30px;
}
.cg-ad-win .cg-ad-play {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
}
