.bg-orange {
  background-color: #ff7300;
}
.text-orange {
  color: #ff7300;
}

/* 商务合作表单 */

.register-form-container {
  margin: 0 auto;
  width: 840px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #eee;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.02);
}
.register-form-container .fa {
  color: #ccc;
}

.register-form-container .form-item {
  height: 48px;
  border-radius: 6px;
  border-color: #eee;
}

input[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #ddd;
  border-radius: 50%;
  outline: none;
  margin-right: 2px;
}

input[type='radio']:checked {
  background-color: #fff;
  border-width: 4px;
  border-color: #4caf50;
}

.register-form-container input::placeholder {
  color: #ccc;
}
