.interest-edit {
  background: #ffffff;
  box-sizing: border-box;
  position: relative; }
  .interest-edit .issue-icon {
    background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%);
    border-radius: 100px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 34px;
    padding: 0 33px;
    height: 34px;
    cursor: pointer; }
  .interest-edit .icon-more span {
    width: 94px;
    box-sizing: border-box; }
  .interest-edit .edit-form {
    overflow: hidden;
    border-radius: 6px; }
    .interest-edit .edit-form form {
      background: #f3f3f3;
      border-radius: 6px;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      margin-bottom: -5px; }
  .interest-edit .formfabel {
    margin-top: 15px; }
    .interest-edit .formfabel .label-icon-2 {
      margin-bottom: 5px; }
  .interest-edit textarea {
    background: #F3F3F3;
    width: 104%;
    border: none;
    box-sizing: border-box;
    padding: 20px;
    font-family: PingFangSC-Regular;
    font-size: 15px;
    color: #BCBCBC;
    min-height: 80px; }
  .interest-edit .edit-footer {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .interest-edit .edit-footer i {
      color: #C9D6DE;
      font-size: 20px;
      cursor: pointer; }
    .interest-edit .edit-footer .edit-footer-list {
      margin-right: 20px;
      position: relative;
      cursor: pointer; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(1):hover i {
      color: #FFBE4C !important; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(2):hover i {
      color: #38D2A1 !important; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(3) i {
      width: 20px;
      height: 21px;
      background: url(../../img/interset/tag_icon@3x.png) no-repeat center;
      background-size: cover;
      display: block; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(3) i::before {
      content: ''; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(3):hover i {
      color: #b05dff;
      background: url(../../img/interset/tag_icon_night@3x.png);
      background-size: cover; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(1).active i {
      color: #FFBE4C; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(2).active i {
      color: #38D2A1; }
    .interest-edit .edit-footer .edit-footer-list:nth-of-type(3).active i {
      color: #b05dff;
      background: url(../../img/interset/tag_icon_night@3x.png);
      background-size: cover; }
    .interest-edit .edit-footer ul {
      display: flex;
      justify-content: start;
      align-items: center; }
  .interest-edit .add-lable.display-block {
    display: block; }
  .interest-edit .add-lable {
    width: 290px;
    height: auto;
    background: #ffffff;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    position: absolute;
    left: 41px;
    display: none;
    bottom: -108px; }
    .interest-edit .add-lable .triangle-bottom-icon {
      position: absolute;
      top: 0px;
      left: 40px;
      top: -20px;
      box-shadow: 2px -2px 2px #ccc;
      border-bottom: 5px solid #ffffff; }
    .interest-edit .add-lable p {
      font-family: PingFangSC-Regular;
      font-size: 14px;
      color: #2D3F56;
      line-height: 22px;
      margin-bottom: 10px; }
    .interest-edit .add-lable .add-input {
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .interest-edit .add-lable input {
      background: #F4F4F4;
      border-radius: 100px;
      padding: 10px;
      font-size: 12px;
      width: 192px;
      box-sizing: border-box;
      height: 34px;
      color: #BCBCBC; }
    .interest-edit .add-lable .issue-icon {
      padding: 0 15px; }
  .interest-edit .emoji {
    left: -39px;
    bottom: -185px; }
  .interest-edit .emoji-title {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 14px;
    overflow: hidden;
    border: none; }
    .interest-edit .emoji-title .active {
      color: #333;
      border-bottom: 1px solid #333; }
    .interest-edit .emoji-title li {
      color: #999;
      border-bottom: 1px solid #ffffff;
      float: left;
      cursor: pointer;
      margin-right: 15px;
      padding-bottom: 10px; }
  .interest-edit .emoji-list {
    margin-top: 2px; }
    .interest-edit .emoji-list .emoji-list-1 {
      display: none; }
    .interest-edit .emoji-list ul {
      overflow: hidden; }
    .interest-edit .emoji-list li {
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 2px;
      border: 1px solid transparent;
      padding: 0;
      float: left;
      display: flex;
      align-items: center;
      justify-content: center; }
      .interest-edit .emoji-list li:hover {
        border: 1px solid #a8c5d8; }
    .interest-edit .emoji-list img {
      width: 15px;
      height: 15px;
      border-radius: 0 !important;
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      -ms-border-radius: 0 !important;
      -o-border-radius: 0 !important; }
  .interest-edit .add-edit-tag {
    position: relative;
    display: none; }
    .interest-edit .add-edit-tag .arrow-icon {
      top: -2px;
      left: 81px; }
    .interest-edit .add-edit-tag .choose-classify-1-content {
      background: #FFFFFF;
      padding: 20px 10px;
      border-radius: 2px;
      text-align: center;
      box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
      position: absolute;
      top: 6px;
      left: 30px;
      z-index: 10;
      width: 405px;
      display: flex;
      flex-wrap: wrap; }
      .interest-edit .add-edit-tag .choose-classify-1-content li {
        line-height: 30px;
        font-size: 15px;
        color: #333333;
        margin: 5px;
        cursor: pointer;
        border-radius: 100px;
        padding: 0 10px;
        font-family: PingFangSC-Regular; }
        .interest-edit .add-edit-tag .choose-classify-1-content li:hover {
          background: #F4F4F4;
          color: #649BE1; }
      .interest-edit .add-edit-tag .choose-classify-1-content li.active {
        background: #F4F4F4;
        color: #649BE1; }

/*# sourceMappingURL=interest_edit.css.map */
