.show {
    display: block !important;
}
.plcha_input_box{
  align-items: flex-start;
}
/* tab */
.tools-page {
    background: #f7f7f7;
  }
  .tools-page-content {
    padding: 24px;
  }
  .tools-page-content-tool {
    background: #ffffff;
    border-radius: 8px;
    padding: 24px;
    padding-top: 16px;
    margin-top: 12px;
  }
  .tools-page-content-tool-tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
  }
  .tools-page-content-tool-tab-left {
    display: flex;
    align-items: center;
    gap: 24px;
  }
  .tools-page-content-tool-tab-left-text,
  .tools-page-content-tool-tab-left-separation {
    font-weight: 400;
    font-size: 14px;
    color: #2d3139;
    line-height: 16px;
    cursor: pointer;
  }
  .tools-page-content-tool-tab-left-line {
    width: 1px;
    height: 18px;
    background: #d9d9d9;
  }
  .tools-page-content-tool-tab-left-text:hover,
  .tools-page-content-tool-tab-left-separation:hover {
    color: #0066ff;
  }
  .tools-page-content-tool-tab-left-active {
    position: relative;
    font-weight: bold;
    font-size: 14px;
    color: #121418;
  }
  .tools-page-content-tool-tab-left-active::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #0066ff;
  }
  .tools-page-content-tool-tab-right {
    display: flex;
    align-items: center;
    gap: 34px;
  }
  .tools-page-content-tool-tab-right-collect,
  .tools-page-content-tool-tab-right-price,
  .tools-page-content-tool-tab-right-feedback {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .tools-page-content-tool-tab-right-collect::after,
  .tools-page-content-tool-tab-right-price::after {
    content: '';
    position: absolute;
    top: 0px;
    right: -13%;
    width: 1px;
    height: 14px;
    background: #eeeeee;
  }
  .tools-page-content-tool-tab-right-collect {
    font-weight: 400;
    font-size: 12px;
    color: #515762;
    line-height: 14px;
  }
  .tools-page-content-tool-tab-right-collect-icon {
    transform: translateY(1px);
  }
  .tools-page-content-tool-tab-right-collect .icon-shoucang {
    color: #d1d1d1;
    font-size: 18px;
  }
  .tools-page-content-tool-tab-right-price {
    font-weight: 400;
    font-size: 12px;
    color: #0066ff;
    line-height: 14px;
  }
  .tools-page-content-tool-tab-right-price .icon-jiageshuoming {
    width: 18px;
    height: 18px;
  }
  .tools-page-content-tool-tab-right-price .icon-jiantou03 {
    font-size: 13px;
  }
  .tools-page-content-tool-tab-right-feedback {
    font-weight: 400;
    font-size: 12px;
    color: #515762;
    line-height: 14px;
  }
  .tools-page-content-tool-tab-right-feedback .icon-yijianfankui {
    width: 16px;
    height: 16px;
  }
  .tools-page-content-tool-tab-right-feedback .icon-jiantou03 {
    font-size: 13px;
  }
  .tools-page-content-tool-line {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin-top: 17px;
    margin-bottom: 24px;
  }
  .tools-page-content .text-box-top {
    display: flex;
    gap: 24px;
    margin-top: 24px;
  }
/* tab end */
.selected-tags_wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 912px;
    min-height: 50px;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
    /* padding-left: 12px; */
    padding: 10px 12px;
    gap: 10px;
}

.selected-tags_wrap .tip {
    color: #ADAFB2;
    font-size: 14px;
}

.plcha_seach_content {
    padding-bottom: 50px;
}

.plcha_filter_content,
.plcha_check_content {
    width: 100%;
    background: #f7f7f7;
    padding: 24px;
}
.plcha_filter_content{
  margin-bottom: 24px;
}
.plcha_filter-title {
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 24px;
}

.plcha_filter-title span {
    font-size: 12px;
    color: #ADAFB2;
    margin-left: 24px;
}

.plcha_tag_ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 16px;
}

.tag_item {
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 12px;
    color: #515762;
    padding: 0 10px;
    margin: 0 12px 12px 0;
    cursor: pointer;
    transition: all .3s;
}

.tag_item.active {
    background: #0066FF;
    color: #fff;
}

.tag_item:hover {
    background: #0066FF;
    color: #fff;
}

.tag_item.edit,
.tag_item.del {
    color: #0066FF;
}

.tag_item.edit:hover,
.tag_item.del:hover {
    color: #fff;
}

.tag_item.disabled {
    opacity: 0.5;
    pointer-events: none;
    cursor: not-allowed;
}

.selected-tag {
    height: 28px;
    line-height: 26px;
    background-color: #F7F7F7;
    color: #515762;
    padding: 0px 8px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #F7F7F7;
    transition: all .3s;
}

.remove-icon {
    margin-left: 6px;
    cursor: pointer;
    color: #898F98;
}

.selected-tag:hover {
    color: #0066FF;
    border: 1px solid #0066FF;
}

.selected-tag:hover .remove-icon {
    color: #0066FF;
}

.plcha_warning {
    position: relative;
    padding-left: 20px;
    line-height: 20px;
    font-size: 14px;
    display: none;
}

.plcha_warning b {
    color: #FF4D00;
}

.plcha_warning:after {
    position: absolute;
    left: 0;
    top: 2px;
    content: '';
    width: 16px;
    height: 16px;
    background: url('../images/error.png') no-repeat center;
    background-size: cover;
}

.custom_tags {
    display: flex;
    flex-wrap: wrap;
}

.custom_pop {
    width: 700px;
    background: #FFFFFF;
    border-radius: 8px 8px 8px 8px;
}

.custom_content {
    padding: 24px;
}

.custom_pop .top {
    display: flex;
}

.custom_pop .custom_ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.custom_pop .custom_ul .item {
    height: 30px;
    line-height: 30px;
    background: #F7F7F7;
    border-radius: 4px;
    font-size: 12px;
    color: #515762;
    padding: 0 10px;
    margin: 0 12px 12px 0;
    transition: all .3s;
    cursor: pointer;
}

.custom_pop .custom_ul .item.active {
    background: #0066FF;
    color: #fff;
}

.custom_pop .custom_ul .item:hover {
    background: #0066FF;
    color: #fff;
}

.custom_pop .top .custom_add {
    width: 30px !important;
    height: 30px;
    background: #0066FF;
    border-radius: 4px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 27px;
    transition: all .3s;
    cursor: pointer;
}

.custom_pop .top .custom_add:hover {
    opacity: .8;
}

.custom_pop .words {
    width: 100%;
    height: 166px;
    border-radius: 8px;
    border: 1px solid #D1D1D1;
    padding: 12px;
    color: #515762;
    font-size: 14px;
}

.custom_pop .txt {
    font-size: 12px;
    color: #898F98;
    line-height: 18px;
}

.jc_skin .layui-layer-btn .layui-layer-btn0,
.jc_skin .layui-layer-btn .layui-layer-btn1 {
    line-height: 28px;
    border-radius: 4px;
}

.jc_skin .layui-layer-btn .layui-layer-btn0 {
    background-color: #0066FF;
}

.jc_skin .layui-layer-btn {
    padding: 0 15px 24px;
}

.custom_pop .btn_item {
    display: flex;
}

.custom_pop .btn_item .del_btn,
.custom_pop .btn_item .edit_btn {
    margin: 10px 16px 16px 0;
    font-size: 14px;
    color: #515762;
    cursor: pointer;
}

.custom_pop .btn_item .del_btn:hover,
.custom_pop .btn_item .edit_btn:hover {
    color: #0066FF;
}
.custom_pop .btn_item i{
  margin-right: 5px;
}
.edit_dict_input {
    width: 100%;
    box-sizing: border-box;
    padding: 6px;
    height: 40px;
    border-radius: 8px;
    border: 1px solid #d1d1d1;
}

.plcha_check_ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 16px;
    gap: 18px;
}

.plcha_check_ul label {
    width: 70px;
    display: flex;
    align-items: center;

}

.plcha_check_ul label b {
    height: 15px;
    font-weight: 400;
    font-size: 13px;
    color: #515762;
    line-height: 14px;
    margin-left: 3px;
}

.plcha_check_ul label:hover .form-check-input[type='checkbox'] {
    border-color: #0066ff !important;
}

.plcha_check_content .check_btn {
    display: flex;
    align-items: center;
    margin-top: 20px;
    gap: 0 12px;
}

.plcha_check_content .check_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #0066FF;
    cursor: pointer;
    color: #0066ff;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s;
    padding: 0 10px;
}

.plcha_check_content .check_btn span:hover {
    background: #0066FF;
    color: #fff;
}