.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  z-index: 10000;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #f55345;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F4F5F7;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
  outline: 0;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #F4F5F7;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  outline: none;
  z-index: 50;
  width: auto !important;
}
.checkbox-wrap .check + label {
  display: inline-block;
  vertical-align: top;
}
.checkbox-wrap .text {
  display: inline-block;
  max-width: 116px;
}
.select2-container--default .select2-selection--single {
  height: 16px;
  outline: none;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
  text-align: left;
  outline: none;
  padding-left: 0;
  margin-right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-selection__choice {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/bb02179c.svg) center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-style: none;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: 0;
  background-size: 50%;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*定义滚动条的轨道，内阴影及圆角*/
  /*定义滑块，内阴影及圆角*/
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  /* width: 16px; */
  width: 8px;
  background-color: #cccccc;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  border-radius: 0px;
  background-color: #ffffff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  /*width: 10px;*/
  height: 8px;
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #e5e7eb;
}
.select2-container--default .select2-results > .select2-results__options ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f8fa;
  color: #333333;
  text-align: inherit;
}
.select2-container--default .select2-results__option {
  width: auto;
  overflow: visible;
  text-overflow: ellipsis;
}
.select2-container--default .select2-results__option label.checkbox {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 8px;
  margin-right: 6px;
  border: 1px solid #e5e7eb;
}
.select2-container--default .select2-results__option label.text {
  vertical-align: middle;
}
.select2-container--default .select2-results__message {
  color: #f55345;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #f55345;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected="true"] label.checkbox {
  border: 1px solid #e5e7eb;
  color: #fff;
  background: #f55345 no-repeat;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/42f6433d.png);
  position: relative;
  content: "\2714";
  background-position: center center;
  transition: background 0.3s ease-in-out;
}
body.lang_en .select2-container--default .select2-selection--single .select2-selection__rendered li.select2-selection__choice {
  max-width: 76px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container--open .select2-dropdown--below {
  border-top: solid 1px #e5e7eb;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.select2-container--open .select2-dropdown {
  left: 2px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}
.block-area .select2-container--default .select2-search--inline .select2-search__field {
  display: block;
  border: 1px solid #333333;
}
.block-follower .select2-container--open .select2-dropdown,
.block-exposure .select2-container--open .select2-dropdown {
  left: 0px;
  width: 100px !important;
}
.select2-dropdown {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
  border: solid 1px #e5e7eb;
  top: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb;
  font-size: 14px;
  line-height: 16px;
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#search-loading-popup.popup.no-bg {
  display: none;
  bottom: auto;
}
#search-loading-popup.popup.no-bg .popup-bg {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #ffffff;
}
#search-loading-popup.popup.no-bg .content-container {
  box-shadow: none;
  background-color: transparent;
}
.lds-css.ng-scope {
  height: 240px;
  float: left;
  width: 100%;
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse .circle {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 8px 0 0 #f55345;
  -webkit-transform-origin: 80px 84px;
  transform-origin: 80px 84px;
}
.lds-eclipse {
  width: 48px !important;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.24) translate(-80px, 80px);
}
.page-wrap .page-header {
  width: 100%;
  background-color: #fff;
  padding-bottom: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.page-wrap .page-header h1 {
  margin: 0 auto;
  font-size: 20px;
  line-height: 80px;
  font-weight: normal;
  text-align: center;
}
.page-wrap .page-header .keywords-search {
  height: auto;
  width: 816px;
  margin: 0 auto;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 24px;
  border-radius: 2px;
}
.page-wrap .page-header .keywords-search .area-select {
  display: none;
}
.page-wrap .page-header .keywords-search .select2-container--default {
  float: left;
}
.page-wrap .page-header .keywords-search .select2-container--default .select2-selection--single {
  width: 148px;
  padding: 0 16px;
  line-height: 46px;
  height: 46px;
  background-color: #F7F8FA;
  color: #666;
  font-size: 14px;
  border-radius: 0;
  border-right: 1px solid #ccc;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.page-wrap .page-header .keywords-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
}
.page-wrap .page-header .keywords-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 46px;
}
.page-wrap .page-header .keywords-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
  vertical-align: middle;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.page-wrap .page-header .keywords-search .keywords {
  width: 562px;
  height: 46px;
  line-height: 46px;
  border: none;
  outline: none;
  padding-left: 16px;
}
.page-wrap .page-header .keywords-search .keywords-btn {
  width: 96px;
  height: 48px;
  position: absolute;
  right: -1px;
  top: -1px;
  border: none;
  background-image: linear-gradient(-45deg, #f74f6b 0%, #fa6d5a 100%), linear-gradient(#f55345, #f55345);
  background-blend-mode: normal, normal;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.page-wrap .page-header .keywords-search .search-error {
  width: 100%;
  position: absolute;
  font-size: 12px;
  color: #f55345;
  left: 164px;
  bottom: -20px;
  text-align: left;
  opacity: 0;
}
.page-wrap .page-header .keywords-search .search-error.show {
  opacity: 1;
}
.page-wrap .page-header .keywords-search.keywords-focus {
  border-color: #f55345;
}
.page-wrap .page-header .related-content {
  width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #E5E7EB;
  height: 32px;
  line-height: 1.5em;
  font-size: 12px;
  padding-top: 12px;
  color: #666;
}
.page-wrap .page-header .related-content .related-title {
  margin-right: 8px;
  font-weight: bold;
  color: #333;
}
.page-wrap .page-header .related-content .related-keywords {
  margin-right: 8px;
}
.page-wrap .page-header .related-content .related-keywords:last-child {
  margin-right: 0;
}
.page-wrap .page-header .related-content .related-copy {
  cursor: pointer;
}
.page-wrap .page-body {
  width: 1200px;
  margin: 0 auto;
}
.page-wrap .page-body .trend-wrap,
.page-wrap .page-body .tags-wrap,
.page-wrap .page-body .video-wrap,
.page-wrap .page-body .preview-wrap {
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  margin-top: 16px;
  position: relative;
  min-height: 240px;
  display: inline-block;
}
.page-wrap .page-body .trend-wrap .body-title,
.page-wrap .page-body .tags-wrap .body-title,
.page-wrap .page-body .video-wrap .body-title,
.page-wrap .page-body .preview-wrap .body-title {
  width: 100%;
  height: 64px;
  padding: 20px 24px 0;
}
.page-wrap .page-body .trend-wrap .body-title h2,
.page-wrap .page-body .tags-wrap .body-title h2,
.page-wrap .page-body .video-wrap .body-title h2,
.page-wrap .page-body .preview-wrap .body-title h2 {
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5em;
}
.page-wrap .page-body .trend-wrap .body-title .select2-container--default .select2-selection--single,
.page-wrap .page-body .tags-wrap .body-title .select2-container--default .select2-selection--single,
.page-wrap .page-body .video-wrap .body-title .select2-container--default .select2-selection--single,
.page-wrap .page-body .preview-wrap .body-title .select2-container--default .select2-selection--single {
  width: 160px;
  height: 32px;
  border: 1px #e5e7eb solid;
  line-height: 32px;
}
.page-wrap .page-body .trend-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-wrap .page-body .tags-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-wrap .page-body .video-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow,
.page-wrap .page-body .preview-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.page-wrap .page-body .trend-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-wrap .page-body .tags-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-wrap .page-body .video-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-wrap .page-body .preview-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
  padding-left: 8px;
}
.page-wrap .page-body .trend-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page-wrap .page-body .tags-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page-wrap .page-body .video-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow b,
.page-wrap .page-body .preview-wrap .body-title .select2-container--default .select2-selection--single .select2-selection__arrow b {
  vertical-align: middle;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.page-wrap .page-body .trend-wrap {
  height: 368px;
  width: 100%;
}
.page-wrap .page-body .trend-wrap .trend-chart {
  height: 304px;
  overflow: hidden;
  position: relative;
}
.page-wrap .page-body .trend-wrap .trend-chart .google-chart {
  height: 100%;
  width: 100%;
  position: absolute;
  top: -64px;
}
.page-wrap .page-body .preview-wrap {
  display: none;
  height: 368px;
  width: 300px;
  float: right;
}
.page-wrap .page-body .preview-wrap .preview-content {
  padding: 0 24px 16px;
  height: 304px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 1em;
  color: #333;
}
.page-wrap .page-body .preview-wrap .preview-content .result_set > li {
  display: none;
}
.page-wrap .page-body .preview-wrap .preview-content .result_set > li:first-child {
  display: block;
}
.page-wrap .page-body .preview-wrap .preview-content h4,
.page-wrap .page-body .preview-wrap .preview-content b {
  font-weight: normal;
}
.page-wrap .page-body .preview-wrap .preview-content .result_title {
  margin: 0;
  margin-bottom: 20px;
  line-height: 20px;
}
.page-wrap .page-body .preview-wrap .preview-content .result_title:last-child {
  margin: 0;
}
.page-wrap .page-body .preview-wrap .preview-content .result_title_link {
  text-decoration: underline;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  max-height: 40px;
}
.page-wrap .page-body .preview-wrap .preview-content .result_title_link:focus {
  outline: none;
}
.page-wrap .page-body .preview-wrap .preview-content .result_source {
  margin-top: 10px;
  color: #666;
}
.page-wrap .page-body .tags-wrap {
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap {
  width: 100%;
  padding: 0 24px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item {
  min-height: 64px;
  width: 100%;
  border-bottom: 1px solid #F0F1F3;
  padding: 24px 16px 0;
  color: #333;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-select,
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-related,
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-score,
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-search-score,
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-search-volune,
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-comp-score {
  display: block;
  padding-left: 16px;
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-select .check-content {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  margin-top: 4px;
  cursor: pointer;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-select .checked {
  color: #F55345;
  border: none;
  font-family: "kolicon" !important;
  text-align: center;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-select .checked:before {
  content: "\e6e2";
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-related {
  width: 336px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-score {
  width: 176px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-search-score {
  width: 160px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-comp-score {
  width: 198px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-item .tags-search-volune {
  width: 190px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .tags-list .tags-header {
  background-color: #F7F8FA;
  color: #666;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .kol-list-pagination {
  margin-top: 16px;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .kol-list-pagination .tags-buttons {
  height: 32px;
  text-align: left;
  position: absolute;
  left: 0;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .kol-list-pagination .tags-buttons .tags-btn {
  height: 32px;
  display: block;
  border-radius: 4px;
  border: 1px solid #E5E7EB;
  background-color: #F7F8FA;
  color: #333;
  padding: 0 16px;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .kol-list-pagination .tags-buttons .tags-btn:hover {
  filter: brightness(0.9);
}
.page-wrap .page-body .tags-wrap .tags-list-wrap .kol-list-pagination .tags-buttons .copy-btn {
  color: #fff;
  border: none;
  background-color: #F55345;
  margin-right: 16px;
}
.page-wrap .page-body .video-wrap {
  padding-bottom: 16px;
}
.page-wrap .page-body .video-wrap .video-list-wrap {
  padding: 0 24px;
}
.page-wrap .loaded {
  position: absolute;
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.page-wrap .loading {
  display: block;
}
.copy-modal {
  display: none;
  position: fixed;
  width: 180px;
  left: 0;
  right: 0;
  margin: auto;
  top: 312px;
  padding: 10px;
  background: #000;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 16px;
}
.copy-modal .copy-modal-text {
  display: block;
  width: 100%;
}
.topic-list {
  width: 100%;
  height: 100%;
  border-top: 1px solid #F1F2F4;
}
.topic-list .topic-item {
  border-bottom: 1px solid #F1F2F4;
  width: 100%;
  height: 32px;
}
.topic-list .topic-content {
  width: 100%;
  height: 100%;
  line-height: 32px;
  display: block;
  font-size: 14px;
  color: #666;
}
.topic-list .topic-rank {
  display: inline-block;
  width: 16px;
  margin-right: 16px;
  text-align: center;
  vertical-align: top;
}
.topic-list .rank-1,
.topic-list .rank-2,
.topic-list .rank-3 {
  font-size: 0;
  height: 16px;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: super;
}
.topic-list .rank-1 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/9cc9b6c6.png);
}
.topic-list .rank-2 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/8e7f7d9a.png);
}
.topic-list .rank-3 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/d31f3f18.png);
}
.topic-list .topic-keywords {
  color: #333;
  display: inline-block;
  max-width: 280px;
}
.topic-list .topic-fire {
  display: block;
  width: 12px;
  height: 32px;
  margin-right: 20px;
  background-size: 100%;
  background-position: center 8px;
  background-repeat: no-repeat;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/topic/56d2c399.png);
}
.video-list {
  width: 100%;
}
.video-list .video-item {
  width: 276px;
  margin-right: 16px;
  margin-bottom: 16px;
}
.video-list .video-item:nth-child(4n) {
  margin-right: 0;
}
.video-list .video-play-wrap {
  width: 100%;
  height: 155px;
  position: relative;
}
.video-list .video-play-wrap .thumb {
  width: 100%;
  height: 100%;
  display: block;
}
.video-list .video-play-wrap-height {
  min-height: 207px;
}
.video-list .video-title-wrap {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.video-list .video-title-wrap .video-title {
  width: 100%;
  white-space: pre-line;
  color: #333 !important;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-list .video-title-wrap .video-title:hover {
  color: #333 !important;
}
.video-list .video-auth-wrap {
  margin: 8px 0px;
  width: 100%;
  height: max-content;
}
.video-list .video-auth-wrap .star-avatar {
  width: 32px;
  height: 32px;
  display: block;
}
.video-list .video-auth-wrap .star-avatar img,
.video-list .video-auth-wrap .star-avatar .default-avatar {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #e5e7eb;
}
.video-list .video-auth-wrap .star-avatar .default-avatar {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/default/4d87db4f.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video-list .video-auth-wrap .auth-data {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-left: 8px;
}
.video-list .video-auth-wrap .auth-data .name,
.video-list .video-auth-wrap .auth-data .num-data {
  max-width: 235px;
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.video-list .video-auth-wrap .auth-data .name {
  max-width: 92px;
}
.video-list .video-auth-wrap .auth-data .detail-data {
  color: #999;
}
.video-list .video-data-wrap,
.video-list .video-ratio-wrap {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  background-color: #f4f5f7;
  padding: 8px;
}
.video-list .video-data-wrap .video-rank,
.video-list .video-ratio-wrap .video-rank {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 24px;
  border-radius: 50%;
  background-color: #e5e7eb;
  color: #333;
}
.video-list .video-data-wrap .rank-1,
.video-list .video-ratio-wrap .rank-1,
.video-list .video-data-wrap .rank-2,
.video-list .video-ratio-wrap .rank-2,
.video-list .video-data-wrap .rank-3,
.video-list .video-ratio-wrap .rank-3 {
  font-size: 0;
  height: 24px;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: text-top;
}
.video-list .video-data-wrap .rank-1,
.video-list .video-ratio-wrap .rank-1 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/9cc9b6c6.png);
}
.video-list .video-data-wrap .rank-2,
.video-list .video-ratio-wrap .rank-2 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/8e7f7d9a.png);
}
.video-list .video-data-wrap .rank-3,
.video-list .video-ratio-wrap .rank-3 {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/d31f3f18.png);
}
.video-list .video-data-wrap .video-up-data,
.video-list .video-ratio-wrap .video-up-data {
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  color: #666;
  max-width: calc(100% - 32px);
}
.video-list .video-data-wrap .video-up-data .up-number,
.video-list .video-ratio-wrap .video-up-data .up-number {
  font-size: 18px;
  color: #f55345;
  margin-right: 4px;
}
.video-list .video-ratio-wrap {
  height: 48px;
}
.video-list .video-ratio-wrap .video-ratio {
  margin-top: 4px;
  font-size: 12px;
  color: #666;
  line-height: 14px;
}
.video-list .video-ratio-wrap .video-ratio .ratio {
  display: block;
}
.video-list .video-ratio-wrap .video-score {
  border-radius: 8px;
  border: 1px solid #f1f2f4;
  background-color: #fff;
  width: 48px;
  height: 32px;
  text-align: center;
}
.video-list .video-ratio-wrap .video-score .score {
  line-height: 30px;
  font-size: 20px;
  color: #64c2a5;
}
.kol-list-pagination {
  width: 100%;
  height: 32px;
  text-align: right;
  position: relative;
}
.kol-list-pagination .page-item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #E8E9EC;
  background-color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.kol-list-pagination .page-item:hover {
  border-color: #3B86FF;
  color: #3B86FF;
}
.kol-list-pagination .lock-page-item {
  background: #ffffff url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/dataApi/f6aeb528.png) no-repeat;
  background-position: 7px 7px;
}
.kol-list-pagination .active {
  border-color: #3B86FF;
  color: #3B86FF;
  cursor: default;
}
.kol-list-pagination .cancel {
  color: #E8E9EC;
  cursor: default;
}
.kol-list-pagination .cancel:hover {
  border-color: #E8E9EC !important;
  color: #E8E9EC !important;
}

