/* yzt0827 右下角弹窗广告 start */
#popupRbAds {
  --popupRbAds-width : 15rem;
  position: fixed;
  bottom: 10rem;
  right: 5rem;
  width: var(--popupRbAds-width);
  z-index: 1050;
}

#popupRbAds .carousel-close {
  position: absolute;
  top: -1rem;
  right: -1rem;
  z-index: 1060;
  width: 5rem;
  height: 5rem;
  background:  rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  padding: .8rem;
}

#popupRbAds .carousel-indicators {
  bottom: -2rem;
}

#popupRbAds .carousel-indicators li {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.5);
  margin: 0 .625rem;
  cursor: pointer;
}

#popupRbAds .carousel-indicators .active {
  background-color: #fff;
}

#popupRbAds .carousel-item-container {
  width: var(--popupRbAds-width);
  height: var(--popupRbAds-width);
  border-radius: 0.5rem;
  border: 0;
  overflow: hidden;
}


@media (min-width: 768px) {

  #popupRbAds {
    --popupRbAds-width: 10rem;
    bottom: 10rem;
    right: 5rem;
    width: var(--popupRbAds-width);
  }

  #popupRbAds .carousel-item-container {
    width: var(--popupRbAds-width);
    height: var(--popupRbAds-width);
  }

  #popupRbAds .carousel-close {
    width: 3rem;
    height: 3rem;
    padding: 0.4rem;
  }

  #popupRbAds .carousel-indicators {
    bottom: -1.5rem;
  }

  #popupRbAds .carousel-indicators li {
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 .625rem;
  }

}


/* yzt0827 右下角弹窗广告 end */