.tipsmodal {
  position: fixed;
  right: 20px;
  bottom: 0px;
  background: #fff;
  width: 350px;
  z-index: 1000;
  box-shadow: 0px 0px 20px rgba(153, 153, 153, 0.2);
}
.tipstitle {
  background: #eee;
  height: 40px;
  line-height: 40px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.tipstitle span {
  color: #7193ac;
  float: left;
  font-size: 15px;
  margin-left: 9px;
}
.tipstitle i {
  float: right;
  cursor: pointer;
  margin-right: 9px;
  margin-top: 11px;
}
.maincontent {
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
}
.maincontent p {
  color: #999;
  font-size: 15px;
  min-height: 100px;
}
.maincontent p a {
  color: #4faeff;
  vertical-align: top;
}