.tip-list-wrap {
  /*max-width: 750px;*/  
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0; 
  z-index: 999999999; 
  display: none;
}

.tip-list-wrap .tip-list {
  max-width: 270px;
  position: relative;
  width: 77%;
  margin: 0 auto;
  text-align: center;
  top: 30%;
  background: #fff;
  padding: 0 0 15px;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
}

.tip-list-wrap .tip-list .tip-list-header {
  background: #f0f0ee;
  padding: 10px 0;
  font-size: 14px;
  color: #4c4c4c;
}

.tip-list-wrap .tip-list .tip-list-body {
  padding: 0 15px;
  font-size: 13px;
  color: grey;
}

.tip-list-wrap .tip-list .titles {
  font-size: 15px;
  line-height: 26px
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn {
  margin-top: 25px;
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-confirm {
  background: #00D48C;
  color: #fff;
  padding: 7px 11px;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}

.tip-list-wrap .tip-list .tip-list-body .tip-list-btn .close-cancel {
  padding: 7px 11px;
  border-radius: 5px;
  color: #4c4c4c;
  border: 1px solid;
  margin-left: 23px;
}

.icon {
  text-align: center;
  display: inline-block;
  margin-top: 15px;
}

.icon img {
  width: 50px;
}

