.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;
}
h1 {
  font-size: 38px;
  line-height: 46px;
}
.section-block .section-container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 8px;
  position: relative;
}
.title-wrap {
  height: 190px;
  background: #ffffff;
  padding-top: 32px;
  box-shadow: 0px 1px 4px 0px rgba(14, 0, 74, 0.1);
}
.title-wrap h1 {
  margin: 0;
  text-align: center;
  color: #3A3A3A;
}
.title-wrap .sub-title {
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  text-align: center;
}
.title-wrap .nav {
  height: 56px;
  margin-top: 17px;
}
.title-wrap .nav li {
  display: inline-block;
  min-width: 85px;
  height: 100%;
  margin-right: 48px;
}
.title-wrap .nav li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px;
  color: #939393;
  font-size: 16px;
}
.title-wrap .nav li.active {
  border-bottom: 2px solid #F55345;
}
.title-wrap .nav li.active a {
  color: #424242;
  font-weight: bold;
}
.video-title-content {
  min-height: calc(100vh - 426px);
  padding-top: 16px;
  padding-bottom: 45px;
}
.video-title-content .tab-container {
  width: 100%;
  min-height: 520px;
  padding: 64px 24px 16px 24px;
  background: #ffffff;
}
.video-title-content .tab-container .tab-pane {
  display: none;
}
.video-title-content .tab-container .tab-pane.active {
  display: block;
}
.video-title-content .tab-container .search-area {
  width: 552px;
  height: 40px;
  margin: auto;
  white-space: nowrap;
}
.video-title-content .tab-container .search-area .input-area {
  width: calc(100% - 70px);
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 4px 0 0 4px;
  border-right: 0;
}
.video-title-content .tab-container .search-area .input-area input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
  color: #3A3A3A;
  padding: 8px 16px;
  display: inline-block;
  font-size: 16px;
}
.video-title-content .tab-container .search-area .input-area input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.video-title-content .tab-container .search-area .kol-btn {
  min-width: 70px;
  font-size: 16px;
  border-radius: 0 4px 4px 0;
}
.video-title-content .tab-container .warning {
  width: 960px;
  background: #F7F8FA;
  margin: 40px auto;
  padding: 32px;
}
.video-title-content .tab-container .warning .title {
  font-size: 16px;
  color: #3A3A3A;
  font-weight: bold;
}
.video-title-content .tab-container .warning .list {
  margin-left: 14px;
  margin-top: 8px;
}
.video-title-content .tab-container .warning .list li {
  list-style-type: disc;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
}
.video-title-content .tab-container .empty {
  height: 340px;
  width: 100%;
  padding-top: 134px;
}
.video-title-content .tab-container .empty img {
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-50%);
}
.video-title-content .tab-container .empty .des {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  color: #666666;
}
.list-content-area {
  margin-top: 32px;
  border-top: 1px solid #E5E7EB;
  padding-top: 24px;
}
.list-content-area .list-header {
  height: 32px;
  line-height: 32px;
}
.list-content-area .list-header .title {
  width: 300px;
  height: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
}
.list-content-area .list-header .filter {
  width: calc(100% - 300px);
  height: 100%;
  text-align: right;
}
.list-content-area .list-header .filter .filter-item {
  display: inline-block;
  vertical-align: top;
  height: 100%;
  line-height: 28px;
}
.list-content-area .list-header .filter .filter-item:not(:last-child) {
  margin-right: 24px;
}
.list-content-area .list-header .filter .filter-item .label {
  color: #666666;
  font-size: 14px;
  margin-right: 8px;
}
.list-content-area .list-header .filter .filter-item .select-wrap {
  width: 120px;
  height: 100%;
}
.list-content-area .list-header .filter .filter-item .select-wrap .select {
  display: none;
}
.list-content-area .list-header .filter .filter-item .select-wrap .select2-container {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 4px;
}
.list-content-area .list-header .filter .filter-item .select-wrap .select2-container .select2-selection__rendered {
  line-height: 30px;
  color: #666666;
  height: 30px;
  display: block;
  padding-left: 8px;
  margin: 0;
}
.list-content-area .list-header .filter .filter-item .select-wrap .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.list-content-area .list-header .filter .filter-item .select-wrap .select2-container .select2-selection__arrow b {
  left: 0;
}
.list-content-area .list-wrap {
  width: 100%;
  margin-top: 28px;
  position: relative;
}
.list-content-area .list-wrap.loading-area {
  min-height: 260px;
}
.list-content-area .list-wrap .loading {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
}
.list-content-area .list-wrap table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.list-content-area .list-wrap table .thead {
  background: #F7F8FA;
}
.list-content-area .list-wrap table tr:not(.thead):hover {
  background: #FAFAFA;
}
.list-content-area .list-wrap table td,
.list-content-area .list-wrap table th {
  padding: 0 24px;
  text-align: left;
  height: 54px;
  font-size: 14px;
  color: #666666;
}
.list-content-area .list-wrap table td:nth-child(1),
.list-content-area .list-wrap table th:nth-child(1) {
  width: 52%;
}
.list-content-area .list-wrap table td:not(th),
.list-content-area .list-wrap table th:not(th) {
  border-bottom: 1px solid #F4F5F7;
}
.list-content-area .list-wrap table td .btn-to-anlysis,
.list-content-area .list-wrap table th .btn-to-anlysis {
  cursor: pointer;
}
.anlysis-area {
  margin-top: 32px;
  border-top: 1px solid #E5E7EB;
  padding: 32px 89px;
  position: relative;
}
.anlysis-area.loading-area {
  min-height: 260px;
}
.anlysis-area .total-grade {
  width: 308px;
  height: 308px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/channel/1e8f6cda.png) no-repeat;
  position: relative;
}
.anlysis-area .total-grade .pointer {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 237px;
  left: 32px;
  transform-origin: 122px -65px;
  transform: rotate(0deg);
  transition: transform 1s;
}
.anlysis-area .total-grade .pointer img {
  width: 27px;
  height: 23px;
  transform: rotate(-214deg);
}
.anlysis-area .total-grade .score {
  width: 212px;
  height: 212px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 66px;
  left: 48px;
  box-shadow: 0 0 28px 0 rgba(144, 153, 170, 0.2);
  text-align: center;
}
.anlysis-area .total-grade .score .title {
  margin-top: 48px;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.anlysis-area .total-grade .score .value {
  margin-top: 11px;
  font-size: 60px;
  font-weight: 400;
  color: #333333;
}
.anlysis-area .detail-result {
  width: 572px;
  min-height: 308px;
}
.anlysis-area .detail-result .anlysis-title {
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #565656;
  font-weight: bold;
}
.anlysis-area .detail-result .detail-anlysis-area {
  margin-top: 24px;
  width: 100%;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item {
  margin-bottom: 16px;
  width: 100%;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .kolicon {
  font-size: 24px;
  font-weight: bold;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .kolicon.normal {
  color: #FEBF00;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .kolicon.good {
  color: #78C322;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .kolicon.bad {
  color: #E5221E;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .right {
  width: calc(100% - 32px);
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .right .title {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.anlysis-area .detail-result .detail-anlysis-area .anlysis-item .right .des {
  margin-top: 4px;
  line-height: 22px;
  font-size: 14px;
  color: #717171;
}
.anlysis-area .loading {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  z-index: 100;
}
@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);
}
.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.return-first {
  width: max-content;
  padding: 0 8px;
}
.kol-list-pagination .page-item:hover {
  border-color: #f55345;
  color: #f55345;
}
.kol-list-pagination .lock-page-item {
  background: #ffffff url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/3ffd2c05.png) no-repeat;
  background-position: center!important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.kol-list-pagination .active {
  border-color: #f55345;
  color: #FFF;
  background-color: #f55345;
  cursor: default;
}
.kol-list-pagination .active:hover {
  border-color: #f55345;
  color: #FFF;
  background-color: #f55345;
}
.kol-list-pagination .cancel {
  color: #E8E9EC;
  cursor: default;
}
.kol-list-pagination .cancel:hover {
  border-color: #E8E9EC !important;
  color: #E8E9EC !important;
}
.kol-list-pagination .add-kol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.kol-list-pagination .add-kol .add-kol-btn {
  cursor: pointer;
  color: #F55345;
}
.kol-list-pagination .pagination-pagesize-wrap {
  display: inline-block;
  width: 102px;
  height: 32px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2 {
  border-radius: 4px !important;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 2px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__rendered {
  line-height: 30px;
  color: #666666;
  height: 30px;
  display: block;
  padding-left: 8px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__arrow b {
  left: 0;
}
.select2-dropdown {
  top: 0px;
}

.global-alert-wrap {
  position: fixed;
  z-index: 999999;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 16px;
  color: #666;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.3s;
  user-select: none;
}
.global-alert-wrap.alert-show {
  opacity: 1;
  bottom: 24px;
}
.global-alert-wrap .kolicon {
  font-size: 16px;
  vertical-align: -1px;
}
.global-alert-wrap .kol-icon-correct-circle-filled {
  color: #18c489;
}
.global-alert-wrap .kol-icon-close-circle-filled {
  color: #f55345;
}
.global-alert-wrap .kol-icon-close {
  font-size: 14px;
  vertical-align: 0px;
  color: #999;
  cursor: pointer;
  margin-left: 40px;
}
.global-alert-wrap a {
  cursor: pointer !important;
  color: #f55345;
}

