.order-form-root .error-tips {
  color: #FF3F3F;
}
.order-form-root .error-tips + .order-form-item {
  margin-top: 16px;
}
@media (min-width: 600px) {
  .order-form-root .error-tips {
    color: #FF3F3F;
    margin: 5px 0 0 85px;
  }
  .order-form-root .accept-error {
    margin-left: 0;
  }
}
.html-form-items .html-form-item {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2px;
  margin-top: 5px;
}
.html-form-items .html-form-item div {
  color: #606266;
}
.html-form-items .html-form-item .html-form-item-label {
  width: 100px;
  flex-shrink: 0;
  font-weight: bold;
}
.html-form-items .html-form-item .form-type {
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 8px;
  min-width: 0;
  background: none;
  background-color: #f7f7f7;
  box-sizing: content-box;
  outline: none;
  border-bottom: 2px solid #e8e8e8;
  transition: border-bottom-color 300ms ease;
  border-radius: 4px 4px 0 0;
  -webkit-tap-highlight-color: transparent;
}
.html-form-items .html-form-item .form-type:hover,
.html-form-items .html-form-item .form-type:focus {
  border-bottom-color: #c9bfa4;
}
.html-form-items .html-form-item #htmlFormDiscount {
  color: #E36844;
}
.html-form-items .html-form-item:last-child {
  flex-direction: column;
}
.html-form-items .html-form-item:last-child label {
  margin-bottom: 5px;
  font-weight: bold;
}
.html-form-items .html-form-item:last-child .form-type {
  height: auto;
}
.html-form-items .html-form-item:last-child .html-error-tips {
  margin-left: 0;
  color: #FF3F3F;
}
.html-form-items .html-error-tips {
  margin-left: 100px;
  color: #FF3F3F;
  font-size: 12px;
}
.mini-dialog-footer {
  height: 65px !important;
}
