.main .persion_section {
  margin-right: 8px;
  width: 892px;
  border: none; }
.main .tags_list_con {
  background: transparent; }

.new_tags_title {
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
  .new_tags_title h2 {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 24px; }
  .new_tags_title p {
    font-size: 14px;
    color: #999;
    line-height: 24px; }

.new_tags_list {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  z-index: 10000; }
  .new_tags_list h2 {
    width: 100%;
    margin: 0 16px;
    padding: 16px 0;
    font-size: 16px;
    color: #3d3d3d;
    line-height: 24px;
    border-bottom: 1px solid #f5f6f7; }
  .new_tags_list .tags_group_box {
    width: 50%;
    padding: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .new_tags_list .tags_group_box h3 {
      margin-bottom: 16px;
      font-size: 14px;
      color: #000; }
    .new_tags_list .tags_group_box div.tags_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -4px;
      margin-left: -4px; }
      .new_tags_list .tags_group_box div.tags_box a.tag {
        margin: 4px;
        padding: 6px 8px;
        display: block;
        line-height: 100%;
        font-size: 12px;
        color: #4d4d4d;
        border: 1px solid #ccc;
        background-color: #fff;
        border-radius: 50px;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        .new_tags_list .tags_group_box div.tags_box a.tag:hover {
          border: 1px solid #ca0c16;
          color: #ca0c16; }
        .new_tags_list .tags_group_box div.tags_box a.tag:active, .new_tags_list .tags_group_box div.tags_box a.tag.actived {
          border: 1px solid #ca0c16;
          background: #fde3e4;
          color: #ca0c16; }

.new_tags_box {
  position: relative; }
  .new_tags_box p.remark {
    font-size: 12px;
    color: #999; }
  .new_tags_box .tags_option_box {
    display: none;
    position: absolute;
    width: 580px;
    bottom: 54px;
    left: 0;
    background: #fff;
    border: 1px solid #e3e3e3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 100; }
    .new_tags_box .tags_option_box.actived {
      display: block; }
    .new_tags_box .tags_option_box .nav_list_box .scroll_box {
      overflow: hidden;
      margin-left: 0;
      padding-top: 8px;
      padding-left: 8px;
      height: 47px;
      border-bottom: 1px solid #e0e0e0; }
    .new_tags_box .tags_option_box .nav_list_box .scroll_bar_box {
      position: relative;
      height: 3px; }
      .new_tags_box .tags_option_box .nav_list_box .scroll_bar_box .scroll_bar {
        position: absolute;
        left: 0;
        top: 0;
        height: 3px;
        background-color: #e0e0e0;
        cursor: pointer; }
    .new_tags_box .tags_option_box .nav_list_box ul.tag_nav {
      margin-right: 16px;
      margin-left: 8px;
      padding-left: 0;
      margin-bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      overflow-x: auto; }
      .new_tags_box .tags_option_box .nav_list_box ul.tag_nav li {
        padding-bottom: 8px;
        margin: 8px 8px 0;
        font-size: 14px;
        color: #3d3d3d;
        line-height: 20px;
        list-style-type: none;
        cursor: pointer;
        white-space: nowrap;
        moz-user-select: -moz-none;
        -moz-user-select: none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        .new_tags_box .tags_option_box .nav_list_box ul.tag_nav li:first-child {
          margin-left: 0px; }
        .new_tags_box .tags_option_box .nav_list_box ul.tag_nav li.actived, .new_tags_box .tags_option_box .nav_list_box ul.tag_nav li:hover {
          border-bottom: 2px solid #ca0c16; }
    .new_tags_box .tags_option_box .new_tags_list {
      margin-top: 0; }
  .new_tags_box .tags_group_box {
    width: 100%; }
    .new_tags_box .tags_group_box .tags_box {
      display: none !important; }
      .new_tags_box .tags_group_box .tags_box.actived {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .new_tags_box .tags_group_box .tags_box a.tag {
        moz-user-select: -moz-none;
        -moz-user-select: none;
        -o-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none; }

.tags_selected_box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: 35px;
  font-size: 14px;
  padding: 0 5px;
  border: 1px solid #dcdcdc;
  box-sizing: content-box; }
  .tags_selected_box span.tag {
    margin-top: 6px;
    margin-right: 8px;
    padding: 0 8px;
    height: 22px;
    line-height: 22px;
    background-color: #f4f4f4;
    color: #4d4d4d;
    border-radius: 2px;
    cursor: pointer;
    font-weight: normal;
    font-family: -apple-system,'Helvetica Neue',Helvetica,Arial,'PingFang SC','Hiragino Sans GB','WenQuanYi Micro Hei','Microsoft Yahei',sans-serif; }
    .tags_selected_box span.tag i.opt-del {
      font-style: normal;
      margin-left: 8px;
      font-size: 12px; }
