*{
  margin: 0;
  padding: 0;
}

body{
  width: 100%;
  height: auto;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .zy_media{
    height: 500px !important;
  }
  .zy_media video {
    width: 100% !important;
  }
  .component-video-shade span{
   font-size: 20px !important;
   position: relative;
   top: -5px;
  }
  .component-video-shade svg {
    width: 30px;
    height: 30px;
  }
}

/* 送首充 */

.send-charge{
  position: fixed;
  right: 20px;
  bottom: 160px;
  width: 128px;
  height: auto;
  z-index:1000;
}
#send-charge{
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
  top: 0;
  z-index:10000;
}
#send-charge img{
  position: relative;
  top: 24%;
  width: 410px;
  height: auto;
  margin: 0 auto;
}
#send-charge .close-send-charge{
  position: absolute;
  right: 10%;
  top: 17%;
}