#winpop {
  width: 220px;
  height: 0px;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 0;
  /* border: 1px solid #f0f0f0; */
  border-radius: 6px;
  overflow: hidden;
  display: none;
  z-index: 111;
}

#winpop .title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #ed1d24;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #fff;
}

#winpop .con {
  width: 100%;
  background: #fff;
}

#winpop .con a {
  display: block;
  padding: 20px 10px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #ed1d24;
}

.con_pic {
  width: 220px;
  height: 130px;
}

.pic-title {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.pic-title span {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

#silu {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  text-decoration: underline;
  line-height: 22px;
}

.close {
  position: absolute;
  right: 12px;
  top: 12px;
  color: #fff;
  cursor: pointer;
}
