.form-info {
  gap: 16px;
}

.ai-produce {
  display: none;
}

.ai-produce_func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}

.ai-produce_func p {
  font-size: 14px;
  margin: 2px 0;
}

.ai-produce > .btn {
  margin-bottom: 24px;
}
/*from common.css*/

.produce-kv {
  width: 294px;
  height: 106px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 53px;
  background-image: image-set(var(--record-circle));
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.select {
  border: 1px solid var(--nblack-5);
  border-radius: 4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: image-set(var(--keyboard-arrow-down));
  background-size: 24px;
  background-position: calc(100% - 12px) center;
  background-repeat: no-repeat;
  padding: 12px;
}
