.form_check_info {
  position: absolute;
  z-index: 1000;
  left: 0px;
}
.form_check_info .tips {
  padding: 0px 2px;
  height: 20px;
  margin: 0px;
  color: #f00;
  line-height: 20px;
  text-align: center;
}
.form_check_info .tips .green {
  background: #2ac25f;
}

