.gui-result {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gui-result-icon {
  text-align: center;
  margin-bottom: 21px;
}
.gui-result-title {
  font-size: 16px;
  color: #333;
  text-align: center;
  margin-bottom: 9px;
}
.gui-result-content {
  font-size: 14px;
  color: #666;
  text-align: center;
}
