.jlzz{
  position: fixed;
  right: 0;
  bottom: 0;
  width: 300px;
	height: 250px;
	background-color: #d8d8d8;
    z-index: 999;
}

.jlzz-img {
  display: block;
  width: 300px;
	height: 250px;
}

.jlzz-close,
.zmad-close {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 36px;
	line-height: 23px;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 2px;
  font-size: 14px;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
    z-index: 9;
}

.jlzz-tag{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 34px;
	line-height: 18px;
	background-color: #a0a0a0;
  font-size: 12px;
	color: #ffffff;
  text-align: center;
}

.zm-ad {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 370px;
    height: 250px;
    background-color: #d8d8d8;
    z-index: 999;
}
