.gender-main .li-box {
  display: flex; }
  .gender-main .li-box .other-input {
    flex: 1;
    height: 44px; }
    .gender-main .li-box .other-input input {
      width: 100%;
      height: 100%;
      border-radius: 0px; }
  .gender-main .li-box .li {
    height: 44px;
    padding: 0px 15px;
    color: #606266;
    font-size: 14px;
    text-align: center;
    background: #191919;
    border: 1px solid #292A2C;
    user-select: none;
    margin-right: 1px;
    cursor: pointer; }
  .gender-main .li-box .disabled {
    cursor: no-drop; }
  .gender-main .li-box .is-active {
    color: #EBEEF5;
    background: rgba(207, 169, 114, 0.1) !important;
    border: 1px solid #CFA972 !important; }

/*# sourceMappingURL=formCreateGender.css.map */
