<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-add-moolah-ads {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 84px;
  background: #FFFFFF;
  border: 1px solid #f0f0f0;
  z-index: 999;
  transition: all .3s;
}
.index-add-moolah-ads .moolah-ads-content {
  width: 1020px;
  margin: 3px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index-add-moolah-ads .moolah-ads-content .left {
  display: flex;
  align-items: center;
  flex: 6;
}
.index-add-moolah-ads .moolah-ads-content .left .moolah {
  width: 163px;
  height: 101px;
  margin-right: 20px;
  margin-top: -25px;
}
.index-add-moolah-ads .moolah-ads-content .left .goolge {
  display: flex;
  align-items: center;
  margin-left: 80px;
}
.index-add-moolah-ads .moolah-ads-content .left .goolge .img {
  width: 32px;
  height: 32px;
  margin-right: 6px;
}
.index-add-moolah-ads .moolah-ads-content .left .goolge li img {
  width: 13px;
  height: 12px;
  margin-right: 2px;
}
.index-add-moolah-ads .moolah-ads-content .left .remark p {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
  margin-bottom: 8px;
}
.index-add-moolah-ads .moolah-ads-content .left .remark span {
  font-size: 12px;
  font-weight: normal;
  color: #999999;
  line-height: 16px;
}
.index-add-moolah-ads .moolah-ads-content .right {
  width: 136px;
  height: 34px;
  background: #F0585A;
  border-radius: 18px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 34px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
}
.index-add-moolah-ads .moolah-ads-content .right:hover {
  color: #fff;
  opacity: 0.9;
}
.index-add-moolah-ads .close {
  position: absolute;
  left: 40px;
  top: -26px;
  width: 22px;
  height: 26px;
  background: #666666;
  border-radius: 11px 11px 0px 0px;
  cursor: pointer;
  text-align: center;
}
.index-add-moolah-ads .close img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.index-add-moolah-ads .up {
  display: none;
  position: absolute;
  right: 12px;
  top: -26px;
  width: 22px;
  height: 26px;
  background: #666666;
  border-radius: 11px 11px 0px 0px;
  cursor: pointer;
  text-align: center;
}
.index-add-moolah-ads .up img {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}</pre></body></html>