.del_tip{
  text - align: center;
  width: 125px;
  height: 203px;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.del_tip.del_tip_word{
  position: inherit;
  top: 45 %;
  left: 50 %;
  margin - top: -25px;
  margin - left: -35px;
  color: #fff;
}
.del_tip.del_tip_word p{
  font - size: 16px;
  margin - bottom: 25px;
}
.del_tip.del_tip_word.sure{
  width: 50px;
  height: 25px;
  background: #ff4040;
  padding: 5px 10px;
  margin - left: -19px;
  cursor: pointer;
}
.del_tip.del_tip_word.cancle{
  width: 50px;
  height: 25px;
  background: #bbb;
  padding: 5px 10px;
  margin - left: 10px;
  cursor: pointer;
}