iframe {
  border: none;
}
.face-bubble {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9001;
  background: rgba(0,0,0,0.7);
}
.face-bubble iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: none;
  margin: auto;
}
.bottom-bubble1 {
  width: 100px;
  height: 100px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 8000;
}
.bottom-bubble1-big {
  width: 830px;
  height: 220px;
}
.bottom-bubble1-big iframe {
  width: 830px;
  height: 220px;
}
.bottom-bubble2 {
  width: 100%;
  height: 140px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8000;
}
.hover-bubble {
  width: 100px;
  height: 100px;
  position: fixed;
  right: 20px;
  bottom: 225px;
  z-index: 9000;
}
.hover-bubble-small {
  width: 80px;
  height: 60px;
}
.hover-bubble-small iframe {
  width: 80px;
  height: 60px;
}
.hover-bubble-big {
  width: 350px;
  height: 270px;
}
.hover-bubble-big iframe{
  width: 350px;
  height: 270px;
}
.corner-bubble{
  width: 300px;
  height: 250px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9000;
}
.remind-bubble{
  width: 360px;
  height: 270px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.ad-bubble{
  width: 300px;
  height: 250px;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9000;
}
.ad-bubble-sdk{
  position: fixed!important;
  right: 0;
  bottom: 0;
  z-index: 9000;
}