.game-pic-recommend {
  height: 218px;
  box-sizing: border-box;
  overflow: hidden;
}

.ylh-ad-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 88px;
  cursor: pointer;
}
.ylh-ad-icon .ad-title {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}
.ylh-ad-icon:hover .ad-title {
  color: #f30;
  text-decoration: underline;
}

#rightBottomWmGg {
  position: fixed;
  bottom: 0;
  right: 0;
}

/* 右下角广告-优量汇 */

.ylh-ad-rb {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
}

.ylh-ad-rb .ad-video {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.ylh-ad-rb .ad-image {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.ylh-ad-rb .ad-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  padding: 0 6px;
  border-radius: 2px;
  line-height: 18px;
  height: 18px;
}
.ylh-ad-rb .ad-badge .ad-close {
  display: inline-block;
  width: 8px;
  height: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 8px;
  cursor: pointer;
  margin-left: 6px;
}
.ylh-ad-rb .ad-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: blur(10px);
  transform: scale(1.1);
}
.ylh-ad-rb .ad-mask:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}