@media only screen and (max-width: 1200px) {
  .ot-follow-ad {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  .ot-follow-ad2 {
    display: block !important;
    /*border: 1px solid #eeeeee;*/
    width: 100% !important;
    object-fit: contain;
    position: fixed;
    bottom: 100px;
    z-index: 110;
    display: flex;
    justify-content: center;
  }

  /* .ot-follow-ad2 .box {
        position: relative;
      } */

  .ot-follow-ad2 > img {
    position: fixed;
    width: 18px !important;
    height: 18px;
    object-fit: contain;
    bottom: 29.9rem;
    margin-left: calc((100%) / 2 + 149px);
    cursor: pointer;
    display: block;
  }
  .h5Script {
    margin-left: calc((100% - 337px) / 2);
    margin-right: calc((100% - 337px) / 2);
  }
}
.ot-follow-ad2 {
  display: none;
}
.closeImg {
  width: 18px !important;
  height: 18px !important;
  right: -6px !important;
  top: -22px !important;
}
.pcAd {
  width: 319px !important;
}
.ot-follow-ad {
  /*border: 1px solid #eeeeee;*/
  width: 122px;
  object-fit: contain;
  display: block;
  position: fixed;
  bottom: 78px;
  right: 10px;
  z-index: 110;
}

.ot-follow-ad .box {
  position: relative;
}

.ot-follow-ad .box img {
  position: absolute;
  width: 20px;
  object-fit: contain;
  right: -8px;
  top: -8px;
  cursor: pointer;
}
