.kol-table-wrap {
  width: 1200px;
}
.kol-table-wrap .kol-table {
  width: 100%;
  border: 0;
  padding-left: 24px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  font-weight: normal;
  box-shadow: 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
.kol-table-wrap .kol-table tr.tr-of-th {
  color: #666;
  font-size: 14px;
  height: 64px;
  box-shadow: 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
.kol-table-wrap .kol-table tr.tr-of-th th {
  padding-right: 16px;
  font-weight: normal;
  text-align: left;
}
.kol-table-wrap .kol-table tr.tr-of-th th.rank {
  width: 108px;
}
.kol-table-wrap .kol-table tr.tr-of-th th.country {
  width: 88px;
}
.kol-table-wrap .kol-table tr.tr-of-th th.category {
  width: 18%;
}
.kol-table-wrap .kol-table tr.tr-of-th th.avatar-with-name {
  width: 232px;
  width: 25%;
  padding-left: 24px;
}
.kol-table-wrap .kol-table tr.tr-of-th th.follower {
  width: 162px;
  width: 15%;
}
.kol-table-wrap .kol-table tr.tr-of-th th.totalView {
  width: 208px;
  width: 15%;
}
.kol-table-wrap .kol-table tr.tr-of-th th.avgView {
  width: 166px;
  width: 15%;
}
.kol-table-wrap .kol-table tr.tr-of-th th.highestView {
  width: 166px;
  width: 15%;
}
.kol-table-wrap .lists {
  box-shadow: 0px -1px 0px 0 rgba(0, 0, 0, 0.1);
}
.kol-table-wrap .lists .item {
  height: 64px;
  border: 1px solid #fff;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  color: #333333;
}
.kol-table-wrap .lists .item td {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #333333;
  padding-right: 8px;
}
.kol-table-wrap .lists .item td > * {
  vertical-align: middle;
}
.kol-table-wrap .lists .item td.icons {
  overflow: visible;
}
.kol-table-wrap .lists .item td.icons .platform,
.kol-table-wrap .lists .item td.icons .country {
  font-size: 0;
}
.kol-table-wrap .lists .item td.icons .platform a {
  margin-right: 8px;
}
.kol-table-wrap .lists .item td.icons .country i {
  margin-right: 8px;
}
.kol-table-wrap .lists .item td.avatar-with-name {
  position: relative;
  overflow: inherit;
  padding-left: 24px;
  padding-right: 16px;
}
.kol-table-wrap .lists .item td.avatar-with-name .star-avatar {
  height: auto;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.kol-table-wrap .lists .item td.avatar-with-name .star-avatar .default-avatar,
.kol-table-wrap .lists .item td.avatar-with-name .star-avatar img {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  display: inline-block;
  padding: 1px;
  border: 1px solid #e5e7eb;
}
.kol-table-wrap .lists .item td.avatar-with-name .star-avatar .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  vertical-align: middle;
  display: inline-block;
  border: none;
  padding: 1px;
  border: 1px solid #e5e7eb;
}
.kol-table-wrap .lists .item td.avatar-with-name .star-avatar .icon-auth {
  width: 14px;
  height: 16px;
  background-size: 14px 16px;
  right: 0;
  left: 18px;
  bottom: 16px;
}
.kol-table-wrap .lists .item td.avatar-with-name .name {
  width: calc(100% - 36px - 8px);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 8px;
  vertical-align: middle;
}
.kol-table-wrap .lists .item td.data-with-color-note {
  font-size: 14px;
}
.kol-table-wrap .lists .item td.data-with-color-note .note .text {
  font-size: 12px;
}
.kol-table-wrap .lists .item td.data-with-color-note .note .text.red {
  color: #f55345;
}
.kol-table-wrap .lists .item td.data-with-color-note .note .text.green {
  color: #41ba47;
}
.kol-table-wrap .lists .item td.rank-data .text.positive {
  color: #41ba47;
}
.kol-table-wrap .lists .item td.rank-data .text.negative {
  color: #f55345;
}
.kol-table-wrap .lists .item td.star-with-score {
  font-size: 0px;
}
.kol-table-wrap .lists .item td.star-with-score .star {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/73731cf6.png) center center no-repeat;
  margin-right: 8px;
}
.kol-table-wrap .lists .item td.star-with-score .score {
  font-size: 14px;
}
.kol-table-wrap .lists .item td.rank {
  padding-left: 24px;
  line-height: 62px;
}
.kol-table-wrap .lists .item td.rank .num {
  width: 32px;
  display: inline-block;
  text-align: center;
}
.kol-table-wrap .lists .item td.rank .num.top3 {
  height: 62px;
}
.kol-table-wrap .lists .item td.category {
  padding-right: 16px;
}
.kol-table-wrap .lists .item td.category .category-text {
  padding: 8px;
  background-color: #F1F2F4;
  border-radius: 16px;
  margin-right: 8px;
}

.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/08/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/08/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;
}
.toggle-tab {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  z-index: 100;
}
.toggle-tab .tab-item {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  line-height: 30px;
}
.toggle-tab .tab-item.toggle-left {
  padding: 0 14px;
  background-color: #f1f2f4;
  border-radius: 16px;
  cursor: pointer;
}
.toggle-tab .tab-item.toggle-right {
  padding: 0 14px;
  background-color: #ffffff;
  border-radius: 0 16px 16px 0;
  cursor: pointer;
}
.toggle-tab.toggle-on .tab-item {
  transition: border-radius 0.3s ease, background-color 0.3s ease;
}
.toggle-tab.toggle-on .tab-item.toggle-left {
  background-color: #ffffff;
  border-radius: 16px 0px 0px 16px;
}
.toggle-tab.toggle-on .tab-item.toggle-right {
  background-color: #f1f2f4;
  border-radius: 16px;
}
.filter-section {
  width: 192px;
  min-height: 820px;
}
.filter-section .filter-text {
  margin-right: 32px;
  margin-top: 1px;
}
.filter-section .btn-clear {
  float: right;
  border-radius: 2px;
  background-color: #f7f8fa;
  border: 1px solid #f7f2f4;
  padding: 6px 14px;
  margin-top: -8px;
  font-size: 14px;
  color: #666666;
}
.filter-section .btn-clear.disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.filter-section.search-filter-section {
  width: 1200px;
  min-height: 16px;
  line-height: 16px;
  margin: 0 auto 0;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  height: 48px;
}
.filter-section .check-box-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  user-select: none;
  font-size: 14px;
  color: #666;
}
.filter-section .check-box-wrapper input[type='checkbox'],
.filter-section .check-box-wrapper input[type='radio'] {
  display: none;
}
.filter-section .check-box-wrapper input[type='checkbox']:checked + .checkbox:before,
.filter-section .check-box-wrapper input[type='radio']:checked + .checkbox:before {
  border-color: #f55345;
  background-color: #f55345;
}
.filter-section .check-box-wrapper input[type='checkbox']:checked + .checkbox:after,
.filter-section .check-box-wrapper input[type='radio']:checked + .checkbox:after {
  background-color: white;
  position: absolute;
  content: '';
  left: 5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.filter-section .check-box-wrapper > .checkbox {
  padding-left: 24px;
  float: left;
}
.filter-section .check-box-wrapper > .checkbox a {
  color: #f55345;
}
.filter-section .check-box-wrapper > .checkbox:before {
  transition: 0.2s;
  cursor: pointer;
  background-color: white;
  border: 1px solid #999;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}
.filter-section .check-box-wrapper > .checkbox:after {
  transition: 0.2s;
  cursor: pointer;
}
.filter-section .section-container {
  padding-top: 8px;
}
.filter-section .filter-block {
  float: left;
  width: 100%;
  padding-right: 32px;
}
.filter-section .filter-block.search-filter-block {
  width: auto;
  padding-right: 24px;
}
.filter-section .filter-block .filter-select {
  width: 160px;
  height: 32px;
  color: #5b5b5b;
  border-radius: 2px;
  border: 1px solid #e1e3e8;
  outline: none;
  padding-left: 8px;
}
.filter-section .filter-block .filter-title {
  display: block;
  line-height: 72px;
  color: #999;
  font-size: 14px;
}
.filter-section .filter-block .filter-title.search-filter-title {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}
.filter-section .filter-block .filter-item {
  margin-bottom: 20px;
}
.filter-section .filter-block .filter-item:last-child {
  margin-bottom: 4px;
}
.chart-wrapper,
.tables-wrap {
  position: relative;
}
.chart-wrapper .no-data,
.tables-wrap .no-data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  text-align: center;
  color: #ccc;
  font-size: 16px;
}
.chart-wrapper .no-data .title,
.tables-wrap .no-data .title {
  line-height: 32px;
}
.chart-wrapper .no-data-img,
.tables-wrap .no-data-img {
  height: 48px;
  display: block;
  margin: 120px 0 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/8d86ca60.png) center center no-repeat;
}
.chart-wrapper .no-data-title,
.tables-wrap .no-data-title {
  text-align: center;
}
.chart-wrapper .chart-tips,
.tables-wrap .chart-tips {
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  height: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}
.chart-wrapper .chart-tips .hidden,
.tables-wrap .chart-tips .hidden {
  display: none;
}
.no-data-placeholder {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.no-data-placeholder .no-data-img-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 88px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
}
.no-data-placeholder .no-data-img {
  height: 48px;
  display: block;
  margin: 0px 0 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/8d86ca60.png) center no-repeat;
}
.no-data-placeholder .no-data-title {
  text-align: center;
  color: #666666;
}
.tables-wrap .no-data {
  height: 350px;
  width: 928px;
  position: relative;
  margin-top: 16px;
}
.tables-wrap .no-data:nth-child(2) {
  margin-top: 24px;
}
.chart-width-data {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.rank-table {
  margin-top: 16px;
  border-radius: 2px;
  border: solid 1px #eff0f2;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}
.rank-table .table-header {
  background-color: #fef6f6;
  background-color: rgba(245, 83, 69, 0.05);
  border-radius: 1px;
  color: #999999;
}
.rank-table .table-header tr {
  height: 40px;
}
.rank-table .table-header tr th {
  text-align: left;
  font-weight: normal;
  padding-left: 16px;
}
.rank-table .table-header tr th.col-1 {
  width: 27.5%;
}
.rank-table .table-header tr th.col-2 {
  width: 18.3%;
}
.rank-table .table-header tr th.col-3 {
  width: 18.3%;
}
.rank-table .table-header tr th.col-4 {
  width: 18.3%;
}
.rank-table .table-header tr th.col-5 {
  width: 17.6%;
}
.rank-table .table-body {
  color: #666666;
}
.rank-table .table-body tr {
  height: 64px;
}
.rank-table .table-body tr td {
  padding-left: 16px;
}
.rank-table .table-body tr td .diff.plus {
  color: #aaddac;
}
.rank-table .table-body tr td .diff.equal {
  color: #919191;
}
.rank-table .table-body tr td .diff.sub {
  color: #f55345;
}
.tip .tip-num {
  font-size: 12px;
  line-height: 24px;
}
.tip .tip-text {
  font-size: 12px;
  color: #999999;
}
.query {
  width: 16px;
  height: 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/08e9bbbd.png) no-repeat;
  display: inline-block;
  position: relative;
}
.query .floating-box {
  display: none;
}
.query:hover {
  display: inline-block;
  display: none;
}
.data-show:before,
.data-show:after {
  content: "";
  display: table;
}
.data-show:after {
  clear: both;
  overflow: hidden;
}
.data-show .chart-wrap {
  margin-bottom: 16px;
  padding: 0 24px 24px;
  float: left;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.data-show .chart-wrap .chart-title {
  color: #999999;
  line-height: 64px;
}
.data-show .chart-wrap.bar-chart-wrap {
  width: 100%;
  height: 446px;
  padding: 0;
}
.data-show .chart-wrap.bar-chart-wrap .bar-chart {
  margin: 0 auto;
  position: relative;
}
.data-show .chart-wrap.line-chart-wrap {
  padding: 24px 0px 24px;
  width: 100%;
}
.data-show .chart-wrap.line-chart-wrap .chart-header:before,
.data-show .chart-wrap.line-chart-wrap .chart-header:after {
  content: "";
  display: table;
}
.data-show .chart-wrap.line-chart-wrap .chart-header:after {
  clear: both;
  overflow: hidden;
}
.data-show .pie-chart-wrap {
  width: 100%;
  padding: 0 24px;
  box-shadow: none;
  position: relative;
  /*chart-title提出公共部分*/
}
.data-show .pie-chart-wrap .pie-chart-legends {
  margin-top: 24px;
}
.data-show .pie-chart-wrap .pie-chart-legends .legend-item {
  margin-bottom: 16px;
}
.data-show .pie-chart-wrap .pie-chart-legends .legend-item .legend-icon {
  /*动态的？用highcharts*/
}
.data-show .engagement-chart-wrap {
  float: right;
  height: 280px;
}
.data-show .engagement-chart-wrap .chart-header-wrap {
  border-bottom: 1px solid #e5e7eb;
  line-height: 64px;
  /*chart-title*/
}
.data-show .engagement-chart-wrap .chart-header-wrap .chart-title {
  border-bottom: none;
}
.data-show .engagement-chart-wrap .chart-header-wrap .active-score {
  float: right;
}
.data-show .engagement-chart-wrap .chart-header-wrap .active-score .active-text {
  line-height: 32px;
}
.data-show .engagement-chart-wrap .chart-header-wrap .active-score .active-score-num {
  font-size: 20px;
  color: #f55345;
}
.data-show .engagement-chart-wrap .engagement-chart:before,
.data-show .engagement-chart-wrap .engagement-chart:after {
  content: "";
  display: table;
}
.data-show .engagement-chart-wrap .engagement-chart:after {
  clear: both;
  overflow: hidden;
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item {
  width: 50%;
  float: left;
  text-align: center;
  margin-top: 32px;
  /*tip 公用*/
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  display: inline-block;
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-icon.engage-icon-follower {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/4c308cf2.png);
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-icon.engage-icon-like {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/e86f4032.png);
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-icon.engage-icon-comment {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/ca4a8d2d.png);
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-title {
  color: #666666;
  display: block;
  line-height: 32px;
  margin-top: 0;
}
.data-show .engagement-chart-wrap .engagement-chart .chart-item .engage-index {
  display: block;
  font-size: 20px;
  line-height: 32px;
}
.data-show .platform-chart-title.sub-view-chart-title {
  line-height: 32px;
}
.data-show .age-table-wrap .chart-list-wrap {
  margin-bottom: 24px;
}
.data-show .age-table-wrap .chart-list-wrap:before,
.data-show .age-table-wrap .chart-list-wrap:after {
  content: "";
  display: table;
}
.data-show .age-table-wrap .chart-list-wrap:after {
  clear: both;
  overflow: hidden;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list {
  width: 33.33%;
  float: left;
  padding-left: 24px;
  border-left: 1px solid #e5e7eb;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list:first-child {
  padding-left: 0;
  border-left: none;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text {
  line-height: 16px;
  color: #666666;
  float: left;
  width: 100%;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text-2 {
  font-size: 16px;
  float: left;
  width: 100%;
  margin-top: 8px;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text-2 .gender-data {
  margin-right: 16px;
  line-height: 20px;
  font-size: 20px;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text-2 .gender-data .icon-gender {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text-2 .gender-data .icon-gender.icon-gender-female {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/6c078797.png) no-repeat;
}
.data-show .age-table-wrap .chart-list-wrap .chart-list .list-text-2 .gender-data .icon-gender.icon-gender-male {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/brandKolInfo/a3239697.png) no-repeat;
}
.data-show .country-table-wrap {
  float: left;
  width: 100%;
  padding-left: 0;
  margin-bottom: 0;
}
.data-show .country-table-wrap .table-chart-title {
  border-bottom: none;
}
.rank-table {
  border-collapse: collapse;
  border: none;
  margin-top: 0;
}
.rank-table .table-header {
  border: 1px solid #f1f2f4;
  background-color: #f1f2f4;
}
.rank-table .table-header tr th {
  padding-left: 24px;
}
.rank-table .table-body tr {
  border: 1px solid #eff0f2;
  height: 48px;
}
.rank-table .table-body tr td {
  padding-left: 24px;
}
.rank-table .table-body tr td .weekday {
  margin-left: 16px;
}
.rank-table .table-body tr td .num {
  display: inline-block;
}
.rank-table .table-body tr td .change {
  margin-left: 16px;
}
.rank-table .table-body tr td .red {
  color: #f55345;
}
.rank-table .table-body tr td .green {
  color: #41ba47;
}
.rank-table .table-body tr td.td-change {
  margin-left: 0px;
}
.select2-container--default .select2-selection--single {
  width: 160px;
  height: 32px;
  border: 1px #e5e7eb solid;
  line-height: 32px;
  padding-left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  vertical-align: middle;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.filter-task {
  margin-right: 24px;
}
.page-index .list-section .list-header .platform-content .line-chart-sub-tab {
  float: right;
  margin-right: 16px;
  position: static;
}
.section-header:before,
.section-header:after {
  content: "";
  display: table;
}
.section-header:after {
  clear: both;
  overflow: hidden;
}
#sub-view-chart {
  width: 940px;
  height: 312px;
}
#sub-view-chart-future {
  width: 940px;
  height: 272px;
}
.select2-container {
  z-index: 100003;
}

.toggle-tab {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  z-index: 100;
}
.toggle-tab .tab-item {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  line-height: 30px;
}
.toggle-tab .tab-item.toggle-left {
  padding: 0 14px;
  background-color: #f1f2f4;
  border-radius: 16px;
  cursor: pointer;
}
.toggle-tab .tab-item.toggle-right {
  padding: 0 14px;
  background-color: #ffffff;
  border-radius: 0 16px 16px 0;
  cursor: pointer;
}
.toggle-tab.toggle-on .tab-item {
  transition: border-radius 0.3s ease, background-color 0.3s ease;
}
.toggle-tab.toggle-on .tab-item.toggle-left {
  background-color: #ffffff;
  border-radius: 16px 0px 0px 16px;
}
.toggle-tab.toggle-on .tab-item.toggle-right {
  background-color: #f1f2f4;
  border-radius: 16px;
}

.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/08/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/08/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;
}
.toggle-tab {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 17px;
  z-index: 100;
}
.toggle-tab .tab-item {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  line-height: 30px;
}
.toggle-tab .tab-item.toggle-left {
  padding: 0 14px;
  background-color: #f1f2f4;
  border-radius: 16px;
  cursor: pointer;
}
.toggle-tab .tab-item.toggle-right {
  padding: 0 14px;
  background-color: #ffffff;
  border-radius: 0 16px 16px 0;
  cursor: pointer;
}
.toggle-tab.toggle-on .tab-item {
  transition: border-radius 0.3s ease, background-color 0.3s ease;
}
.toggle-tab.toggle-on .tab-item.toggle-left {
  background-color: #ffffff;
  border-radius: 16px 0px 0px 16px;
}
.toggle-tab.toggle-on .tab-item.toggle-right {
  background-color: #f1f2f4;
  border-radius: 16px;
}
.filter-section {
  width: 192px;
  min-height: 820px;
}
.filter-section .filter-text {
  margin-right: 32px;
  margin-top: 1px;
}
.filter-section .btn-clear {
  float: right;
  border-radius: 2px;
  background-color: #f7f8fa;
  border: 1px solid #f7f2f4;
  padding: 6px 14px;
  margin-top: -8px;
  font-size: 14px;
  color: #666666;
}
.filter-section .btn-clear.disabled {
  color: #cccccc;
  cursor: not-allowed;
}
.filter-section.search-filter-section {
  width: 1200px;
  min-height: 16px;
  line-height: 16px;
  margin: 0 auto 0;
  border-top: 1px solid #e5e7eb;
  padding-top: 16px;
  height: 48px;
}
.filter-section .check-box-wrapper {
  display: block;
  position: relative;
  overflow: hidden;
  user-select: none;
  font-size: 14px;
  color: #666;
}
.filter-section .check-box-wrapper input[type='checkbox'],
.filter-section .check-box-wrapper input[type='radio'] {
  display: none;
}
.filter-section .check-box-wrapper input[type='checkbox']:checked + .checkbox:before,
.filter-section .check-box-wrapper input[type='radio']:checked + .checkbox:before {
  border-color: #f55345;
  background-color: #f55345;
}
.filter-section .check-box-wrapper input[type='checkbox']:checked + .checkbox:after,
.filter-section .check-box-wrapper input[type='radio']:checked + .checkbox:after {
  background-color: white;
  position: absolute;
  content: '';
  left: 5px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.filter-section .check-box-wrapper > .checkbox {
  padding-left: 24px;
  float: left;
}
.filter-section .check-box-wrapper > .checkbox a {
  color: #f55345;
}
.filter-section .check-box-wrapper > .checkbox:before {
  transition: 0.2s;
  cursor: pointer;
  background-color: white;
  border: 1px solid #999;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  box-sizing: border-box;
  border-radius: 50%;
}
.filter-section .check-box-wrapper > .checkbox:after {
  transition: 0.2s;
  cursor: pointer;
}
.filter-section .section-container {
  padding-top: 8px;
}
.filter-section .filter-block {
  float: left;
  width: 100%;
  padding-right: 32px;
}
.filter-section .filter-block.search-filter-block {
  width: auto;
  padding-right: 24px;
}
.filter-section .filter-block .filter-select {
  width: 160px;
  height: 32px;
  color: #5b5b5b;
  border-radius: 2px;
  border: 1px solid #e1e3e8;
  outline: none;
  padding-left: 8px;
}
.filter-section .filter-block .filter-title {
  display: block;
  line-height: 72px;
  color: #999;
  font-size: 14px;
}
.filter-section .filter-block .filter-title.search-filter-title {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}
.filter-section .filter-block .filter-item {
  margin-bottom: 20px;
}
.filter-section .filter-block .filter-item:last-child {
  margin-bottom: 4px;
}
.chart-wrapper,
.tables-wrap {
  position: relative;
}
.chart-wrapper .no-data,
.tables-wrap .no-data {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16px;
  top: 0;
  z-index: 10;
  background-color: #fff;
  border: 1px solid #e5e7eb;
  text-align: center;
  color: #ccc;
  font-size: 16px;
}
.chart-wrapper .no-data .title,
.tables-wrap .no-data .title {
  line-height: 32px;
}
.chart-wrapper .no-data-img,
.tables-wrap .no-data-img {
  height: 48px;
  display: block;
  margin: 120px 0 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/8d86ca60.png) center center no-repeat;
}
.chart-wrapper .no-data-title,
.tables-wrap .no-data-title {
  text-align: center;
}
.chart-wrapper .chart-tips,
.tables-wrap .chart-tips {
  width: 100%;
  font-size: 12px;
  color: #999;
  line-height: 12px;
  height: 12px;
  margin-top: 8px;
  margin-bottom: 16px;
  text-align: center;
}
.chart-wrapper .chart-tips .hidden,
.tables-wrap .chart-tips .hidden {
  display: none;
}
.no-data-placeholder {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ffffff;
}
.no-data-placeholder .no-data-img-wrapper {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  height: 88px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
}
.no-data-placeholder .no-data-img {
  height: 48px;
  display: block;
  margin: 0px 0 16px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/8d86ca60.png) center no-repeat;
}
.no-data-placeholder .no-data-title {
  text-align: center;
  color: #666666;
}
.tables-wrap .no-data {
  height: 350px;
  width: 928px;
  position: relative;
  margin-top: 16px;
}
.tables-wrap .no-data:nth-child(2) {
  margin-top: 24px;
}
.chart-width-data {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.select2-container--default .select2-selection--single {
  width: 160px;
  height: 32px;
  border: 1px #e5e7eb solid;
  line-height: 32px;
  padding-left: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  vertical-align: middle;
  position: static;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.filter-task {
  margin-right: 24px;
}
.page-index .list-section .list-header .platform-content .line-chart-sub-tab {
  float: right;
  margin-right: 16px;
  position: static;
}
.section-header:before,
.section-header:after {
  content: "";
  display: table;
}
.section-header:after {
  clear: both;
  overflow: hidden;
}
#sub-view-chart {
  width: 940px;
  height: 312px;
}
#sub-view-chart-future {
  width: 940px;
  height: 272px;
}
.select2-container {
  z-index: 100003;
}
.chart-wrap {
  padding: 0;
  background-color: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.chart-wrap .chart-header {
  line-height: 64px;
  color: #333;
  font-size: 16px;
  border-bottom: 1px solid #f1f2f4;
}
.chart-wrap .chart-title {
  color: #333333;
  line-height: 64px;
  margin-left: 24px;
}
.chart-wrap.bar-chart-wrap {
  width: 100%;
  height: 446px;
  padding: 0;
  margin: 16px 0 0 24px;
}
.chart-wrap.bar-chart-wrap .bar-chart {
  margin: 0 auto;
  position: relative;
}
.chart-wrap.line-chart-wrap {
  padding: 0px 0px 24px;
  margin: 24px 24px 32px;
  border: 1px solid #F1F2F4;
}
.chart-wrap.line-chart-wrap:last-child {
  margin-top: 0;
}
.chart-wrap.line-chart-wrap .chart-header {
  border-bottom: none;
}
.chart-wrap.line-chart-wrap .chart-title {
  line-height: 54px;
  color: #333;
}
.chart-wrap.line-chart-wrap .chart-header:before,
.chart-wrap.line-chart-wrap .chart-header:after {
  content: "";
  display: table;
}
.chart-wrap.line-chart-wrap .chart-header:after {
  clear: both;
  overflow: hidden;
}
.chart-wrap.line-chart-wrap .chart-header .toggle-tab-wrap {
  height: 32px;
  float: right;
  margin-left: 16px;
  line-height: 28px;
  margin-top: 18px;
  margin-right: 16px;
}

.icon-links {
  margin-top: 16px;
}
.icon-links .icon-link {
  float: left;
  margin-right: 16px;
  width: 32px;
  height: 32px;
}
.icon-links .icon-link:last-child {
  margin-right: 0;
}
.icon-links .icon-link.icon-facebook {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/home/ba9f1a3b.png) no-repeat;
}
.icon-links .icon-link.icon-twitter {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/home/6c183dc0.png) no-repeat;
}
.icon-links .icon-link.icon-instagram {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/home/ca0d7e77.png) no-repeat;
}
.footer,
.footer-landingpage,
.footer-valentine {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/b0a9fe23.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer .footer-container,
.footer-landingpage .footer-container,
.footer-valentine .footer-container {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  padding: 32px 8px;
}
.footer .footer-container.padding-more,
.footer-landingpage .footer-container.padding-more,
.footer-valentine .footer-container.padding-more {
  padding-top: 225px;
}
.footer .footer-container .links-wrapper,
.footer-landingpage .footer-container .links-wrapper,
.footer-valentine .footer-container .links-wrapper {
  display: block;
  text-align: left;
  float: left;
  margin-left: 88px;
}
.footer .footer-container .links-wrap,
.footer-landingpage .footer-container .links-wrap,
.footer-valentine .footer-container .links-wrap {
  display: inline-block;
  width: calc(100% - 16px);
}
.footer .footer-container .links-wrap > li,
.footer-landingpage .footer-container .links-wrap > li,
.footer-valentine .footer-container .links-wrap > li {
  vertical-align: top;
  display: inline-block;
  width: 284px;
  text-align: left;
}
.footer .footer-container .links-wrap > li:not(:last-child),
.footer-landingpage .footer-container .links-wrap > li:not(:last-child),
.footer-valentine .footer-container .links-wrap > li:not(:last-child) {
  margin-right: 9px;
}
.footer .footer-container .links-wrap > li.logo-wrap,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap,
.footer-valentine .footer-container .links-wrap > li.logo-wrap {
  position: relative;
}
.footer .footer-container .links-wrap > li.logo-wrap .marketing-logo,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .marketing-logo,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .marketing-logo {
  width: 96px;
  height: 28px;
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/216253b9.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}
.footer .footer-container .links-wrap > li.logo-wrap .cn-marketing-logo,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .cn-marketing-logo,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .cn-marketing-logo {
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/3368aa60.svg) no-repeat;
  background-size: 100%;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang {
  min-width: 64px;
  padding-top: 24px;
  font-size: 0;
  text-align: left;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang {
  color: #666;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang > .icon:nth-child(3),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang > .icon:nth-child(3),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang > .icon:nth-child(3),
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang .name:nth-child(3),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang .name:nth-child(3),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang:hover .lang .name:nth-child(3) {
  transition: transform 0.3s;
  transform: rotate(90deg);
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  height: 32px;
  width: 160px;
  text-align: left;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .icon-icon-arrowdown,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .icon-icon-arrowdown,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .icon-icon-arrowdown {
  transition: transform 400ms linear;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon {
  display: inline-block;
  width: 32px;
  height: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  margin-right: 12px;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon .kolicon,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon .kolicon,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .golbal-icon .kolicon {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon,
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name {
  font-size: 12px;
  line-height: 30px;
  vertical-align: top;
  color: #ffffff;
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(2),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(2),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(2),
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(2),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(2),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(2) {
  display: inline-block;
  width: 78px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(3),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(3),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang > .icon:nth-child(3),
.footer .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(3),
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(3),
.footer-valentine .footer-container .links-wrap > li.logo-wrap .nav-lang .lang .name:nth-child(3) {
  transform: rotate(-90deg);
  display: block;
  float: right;
  width: 32px;
  height: 30px;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown {
  width: 160px;
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu {
  z-index: 101;
  display: none;
  position: absolute;
  bottom: 110px;
  width: 160px;
  padding: 8px 12px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 0px;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .list-item,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .list-item,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .list-item {
  display: block;
  margin: 0;
  padding: 0;
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link {
  color: inherit;
  font-size: 14px;
  display: block;
  line-height: 32px;
  color: #444;
  width: 100%;
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link:hover,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link:hover,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown .dropdown-menu .link:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown:hover .dropdown-menu,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown:hover .dropdown-menu,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown:hover .dropdown-menu {
  display: block;
}
.footer .footer-container .links-wrap > li.logo-wrap .dropdown:hover .icon-icon-arrowdown,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .dropdown:hover .icon-icon-arrowdown,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .dropdown:hover .icon-icon-arrowdown {
  transform: rotate(180deg);
}
.footer .footer-container .links-wrap > li .title,
.footer-landingpage .footer-container .links-wrap > li .title,
.footer-valentine .footer-container .links-wrap > li .title {
  height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .footer-container .links-wrap > li .links,
.footer-landingpage .footer-container .links-wrap > li .links,
.footer-valentine .footer-container .links-wrap > li .links {
  margin-top: 20px;
  font-size: 14px;
  line-height: 32px;
}
.footer .footer-container .links-wrap > li .links > li,
.footer-landingpage .footer-container .links-wrap > li .links > li,
.footer-valentine .footer-container .links-wrap > li .links > li {
  line-height: 32px;
}
.footer .footer-container .links-wrap > li .links > li:not(.icon-links):hover .link,
.footer-landingpage .footer-container .links-wrap > li .links > li:not(.icon-links):hover .link,
.footer-valentine .footer-container .links-wrap > li .links > li:not(.icon-links):hover .link {
  color: #FFFFFF;
  font-weight: bold;
}
.footer .footer-container .links-wrap > li .links > li:not(.icon-links):hover .kolicon,
.footer-landingpage .footer-container .links-wrap > li .links > li:not(.icon-links):hover .kolicon,
.footer-valentine .footer-container .links-wrap > li .links > li:not(.icon-links):hover .kolicon {
  color: #FFFFFF;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item {
  display: inline-block;
  width: 16px;
  text-align: center;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item i,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item i,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item i {
  font-size: 20px;
  display: inline-block;
  width: 16px;
  height: 18px;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item:hover i,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item:hover i,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item:hover i {
  color: #FFFFFF;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:last-child),
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:last-child),
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:last-child) {
  margin-right: 16px;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:first-child) i,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:first-child) i,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item:not(:first-child) i {
  font-size: 20px;
  line-height: 18px;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao,
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp {
  margin-left: -4px;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao i,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao i,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.kakao i,
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp i,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp i,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp i {
  font-size: 20px;
}
.footer .footer-container .links-wrap > li .links .link,
.footer-landingpage .footer-container .links-wrap > li .links .link,
.footer-valentine .footer-container .links-wrap > li .links .link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
}
.footer .footer-container .links-wrap > li .links .link.link-add,
.footer-landingpage .footer-container .links-wrap > li .links .link.link-add,
.footer-valentine .footer-container .links-wrap > li .links .link.link-add {
  width: 154px;
  height: 48px;
  display: inline-block;
  line-height: 24px;
}
.footer .footer-container .links-wrap > li .links .kolicon,
.footer-landingpage .footer-container .links-wrap > li .links .kolicon,
.footer-valentine .footer-container .links-wrap > li .links .kolicon {
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer .footer-container .links-wrap > li .links .define-icon,
.footer-landingpage .footer-container .links-wrap > li .links .define-icon,
.footer-valentine .footer-container .links-wrap > li .links .define-icon {
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
}
.footer .footer-container .links-wrap > li .links .define-icon.kol-icon-wechat,
.footer-landingpage .footer-container .links-wrap > li .links .define-icon.kol-icon-wechat,
.footer-valentine .footer-container .links-wrap > li .links .define-icon.kol-icon-wechat {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/footer/593d4c96.png) no-repeat;
  background-size: 16px;
  transform: translateY(10px);
}
.footer .footer-container .links-wrap > li .links .define-icon.kol-icon-qq,
.footer-landingpage .footer-container .links-wrap > li .links .define-icon.kol-icon-qq,
.footer-valentine .footer-container .links-wrap > li .links .define-icon.kol-icon-qq {
  background: url(https://res-static.noxinfluencer.com/kol/2025/08/public/img/footer/9fe8a9f8.png) no-repeat;
  background-size: 15px;
  transform: translateY(7px);
}
.footer .footer-container .links-wrap > li .links .wechat-icon-content,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-icon-content,
.footer-valentine .footer-container .links-wrap > li .links .wechat-icon-content {
  position: relative;
  width: 100%;
}
.footer .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale,
.footer-valentine .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale {
  position: absolute;
  width: 144px;
  height: 144px;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  left: -62px;
  top: -146px;
  display: none;
}
.footer .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale::after,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale::after,
.footer-valentine .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.footer .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale .wechat-scale-img,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale .wechat-scale-img,
.footer-valentine .footer-container .links-wrap > li .links .wechat-icon-content .wechat-scale .wechat-scale-img {
  width: 100%;
}
.footer .footer-container .links-wrap > li .links .wechat-icon-content .wechat-icon:hover + .wechat-scale,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-icon-content .wechat-icon:hover + .wechat-scale,
.footer-valentine .footer-container .links-wrap > li .links .wechat-icon-content .wechat-icon:hover + .wechat-scale {
  display: block;
}
.footer .footer-container .links-wrap > li .links .wechat-content,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content {
  width: 56px;
  margin-right: 32px;
  user-select: none;
  position: relative;
}
.footer .footer-container .links-wrap > li .links .wechat-content:last-child,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content:last-child,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content:last-child {
  margin-right: 0;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-title,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-title,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-title {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-img,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-img,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-img {
  width: 100%;
  cursor: pointer;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-scale,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-scale,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-scale {
  position: absolute;
  width: 144px;
  height: 144px;
  border-radius: 8px;
  background-color: #fff;
  padding: 12px;
  left: -40px;
  top: -124px;
  display: none;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-scale::after,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-scale::after,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-scale::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-scale .wechat-scale-img,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-scale .wechat-scale-img,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-scale .wechat-scale-img {
  width: 100%;
}
.footer .footer-container .links-wrap > li .links .wechat-content .wechat-img:hover + .wechat-scale,
.footer-landingpage .footer-container .links-wrap > li .links .wechat-content .wechat-img:hover + .wechat-scale,
.footer-valentine .footer-container .links-wrap > li .links .wechat-content .wechat-img:hover + .wechat-scale {
  display: block;
}
.footer .footer-container .links-wrap .links-title,
.footer-landingpage .footer-container .links-wrap .links-title,
.footer-valentine .footer-container .links-wrap .links-title {
  color: #fff;
}
.footer .footer-container .links-wrap .product-links,
.footer-landingpage .footer-container .links-wrap .product-links,
.footer-valentine .footer-container .links-wrap .product-links {
  margin-left: 140px;
}
.footer .footer-container .links-wrap .product-links:first-child,
.footer-landingpage .footer-container .links-wrap .product-links:first-child,
.footer-valentine .footer-container .links-wrap .product-links:first-child {
  margin-left: 0;
}
.footer .footer-container .links-wrap .language-links,
.footer-landingpage .footer-container .links-wrap .language-links,
.footer-valentine .footer-container .links-wrap .language-links {
  margin-left: 120px;
}
.footer .footer-container .links-wrap .link-cate,
.footer-landingpage .footer-container .links-wrap .link-cate,
.footer-valentine .footer-container .links-wrap .link-cate {
  min-height: 136px;
  float: left;
  margin-top: 0;
}
.footer .footer-container .links-wrap .link-cate.media-links,
.footer-landingpage .footer-container .links-wrap .link-cate.media-links,
.footer-valentine .footer-container .links-wrap .link-cate.media-links {
  float: right;
}
.footer .footer-container .links-wrap .link-cate.media-links .qr-code,
.footer-landingpage .footer-container .links-wrap .link-cate.media-links .qr-code,
.footer-valentine .footer-container .links-wrap .link-cate.media-links .qr-code {
  width: 128px;
  height: 128px;
  background-size: 128px 128px !important;
  background-size: cover !important;
  background: #ffffff url('https://res06.bignox.com/noxinfluencer/youtube/profile/d215c7b8f16b9435a59f56a3726785f6.png') no-repeat;
}
.footer .footer-container .links-wrap .cooperation-link,
.footer-landingpage .footer-container .links-wrap .cooperation-link,
.footer-valentine .footer-container .links-wrap .cooperation-link {
  margin-left: 120px;
  width: 198px;
  color: white;
}
.footer .footer-container .links-wrap .cooperation-link .links,
.footer-landingpage .footer-container .links-wrap .cooperation-link .links,
.footer-valentine .footer-container .links-wrap .cooperation-link .links {
  font-size: 12px;
}
.footer .footer-container .links-wrap .cooperation-link .links .kolicon,
.footer-landingpage .footer-container .links-wrap .cooperation-link .links .kolicon,
.footer-valentine .footer-container .links-wrap .cooperation-link .links .kolicon {
  margin-right: 8px;
}
.footer .card-wrap,
.footer-landingpage .card-wrap,
.footer-valentine .card-wrap {
  position: absolute;
  width: 1200px;
  top: -160px;
  left: 50%;
  margin-left: -560px;
}
.footer .card-wrap .join-us-card,
.footer-landingpage .card-wrap .join-us-card,
.footer-valentine .card-wrap .join-us-card {
  position: absolute;
  width: 544px;
  background-color: #ffffff;
  box-shadow: 0px 24px 48px 0px rgba(143, 38, 0, 0.06);
  border-radius: 2px;
  padding: 48px 72px 48px 48px;
}
.footer .card-wrap .join-us-card.card-left,
.footer-landingpage .card-wrap .join-us-card.card-left,
.footer-valentine .card-wrap .join-us-card.card-left {
  left: 0;
}
.footer .card-wrap .join-us-card.card-right,
.footer-landingpage .card-wrap .join-us-card.card-right,
.footer-valentine .card-wrap .join-us-card.card-right {
  right: 0;
}
.footer .card-wrap .join-us-card .join-us-text,
.footer-landingpage .card-wrap .join-us-card .join-us-text,
.footer-valentine .card-wrap .join-us-card .join-us-text {
  display: block;
}
.footer .card-wrap .join-us-card .join-us-title,
.footer-landingpage .card-wrap .join-us-card .join-us-title,
.footer-valentine .card-wrap .join-us-card .join-us-title {
  font-size: 32px;
  border-bottom: 4px solid #f55345;
  padding-bottom: 8px;
}
.footer .card-wrap .join-us-card .join-us-des,
.footer-landingpage .card-wrap .join-us-card .join-us-des,
.footer-valentine .card-wrap .join-us-card .join-us-des {
  margin: 46px 0 48px;
  line-height: 32px;
  color: #666666;
  height: 80px;
  font-family: 'DIN Regular';
}
.footer .card-wrap .join-us-card .btn-footer,
.footer-landingpage .card-wrap .join-us-card .btn-footer,
.footer-valentine .card-wrap .join-us-card .btn-footer {
  width: 160px;
  padding: 0;
}
.footer .copyright,
.footer-landingpage .copyright,
.footer-valentine .copyright {
  height: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 48px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}
.footer .copyright .copyright-content,
.footer-landingpage .copyright .copyright-content,
.footer-valentine .copyright .copyright-content {
  text-align: center;
}
.footer-landingpage {
  background-color: #18212a;
  background-image: none;
  background-image: radial-gradient(#3d4c59, #18212a);
}
.footer-valentine {
  background-color: #18212a;
  background-image: none;
  background-image: radial-gradient(#A7141A, #801014);
}
.footer-valentine .footer-valentine-layout {
  background: rgba(0, 0, 0, 0.3);
}

.social-block {
  overflow: hidden;
  color: #666;
  font-size: 14px;
}
.social-block .social-block-container {
  float: right;
}
.social-block .social-block-container .share-title {
  float: left;
  line-height: 32px;
}
.kol-icon-fb-wrapper,
.kol-icon-tw-wrapper {
  float: left;
  width: 32px;
  height: 32px;
  color: #3C5A99;
  font-size: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
}
.kol-icon-fb-wrapper:hover,
.kol-icon-tw-wrapper:hover {
  cursor: pointer;
  color: #2D4577;
}
.kol-icon-tw-wrapper {
  margin-left: 8px;
  color: #1b95e0;
}
.kol-icon-tw-wrapper:hover {
  color: #0c7abf;
}
.page-header {
  height: 144px;
  background: #fff;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
}
.page-header .header-content {
  margin: 0 auto;
  height: 100%;
  width: 1200px;
  border-left: 1px solid #e5e7eb;
  border-right: 1px solid #e5e7eb;
}
.page-header .kol-wrapper {
  float: left;
  width: 100%;
  height: 100%;
  transition: 0.1s;
}
.page-header .kol-wrapper:nth-child(2) .info-wrapper::after {
  background-color: #41ba47;
}
.page-header .kol-wrapper:nth-child(3) .info-wrapper::after {
  background-color: #2FB1EA;
}
.page-header .content-wrapper {
  line-height: 144px;
  position: relative;
  display: none;
  padding: 0 24px;
  height: 100%;
}
.page-header .content-wrapper .kol-icon-close {
  font-size: 12px;
  color: #999;
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -6px;
  transition: 0.1s;
}
.page-header .content-wrapper .kol-icon-close:hover {
  color: #000;
  cursor: pointer;
}
.page-header .input-wrapper .error-message {
  position: absolute;
  font-size: 14px;
  left: 24px;
  top: 58%;
  line-height: 24px;
  /* margin-top: 12px; */
  color: #f55345;
}
.page-header .input-wrapper .error-message:hover {
  color: #f55345;
  font-weight: bold;
}
.page-header .input-wrapper .kol-input {
  border: none;
  padding-left: 24px;
  padding-right: 48px;
  font-size: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
}
.page-header .input-wrapper .kol-input::placeholder {
  color: #999;
}
.page-header .info-wrapper .avatar-wrapper {
  margin-top: 28px;
  float: left;
  width: 88px;
  height: 88px;
  border: 1px solid #e5e7eb;
  border-radius: 50%;
  background: #fff;
  padding: 4px;
}
.page-header .info-wrapper .avatar-wrapper .avatar {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.page-header .info-wrapper .title {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 124px);
}
[data-kol-number='2'] .kol-wrapper {
  width: 50%;
}
[data-kol-number='2'] .kol-wrapper:first-child {
  border-right: 1px solid #e5e7eb;
}
[data-kol-number='3'] .kol-wrapper {
  width: 33.33333%;
  border-right: 1px solid #e5e7eb;
}
[data-kol-number='3'] .kol-wrapper:last-child {
  border-right: none;
}
[data-kol-number='3'] .kol-wrapper .kol-input {
  font-size: 14px;
}
[data-kol-wrapper='input'] .input-wrapper {
  display: block;
}
[data-kol-wrapper='info'] .info-wrapper {
  display: block;
}
[data-kol-wrapper='info'] .info-wrapper::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  transition: 0.1s;
  background-color: #f55345;
}
[data-kol-wrapper='info'] .info-wrapper:hover::after {
  height: 4px;
}
.page-container {
  padding: 16px 0 0px;
  font-size: 14px;
}
.data-footer {
  padding-left: 24px;
  color: #999;
  font-size: 14px;
  line-height: 48px;
}
.panel {
  min-height: 200px;
}
.panel .panel-header {
  padding-left: 28px;
  line-height: 64px;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #e5e7eb;
  background-color: #ffffff;
}
.panel .social-block {
  padding: 0;
  margin-right: 16px;
  margin-top: 16px;
}
.panel .social-block .kol-icon-fb-wrapper,
.panel .social-block .kol-icon-tw-wrapper {
  background-color: #3C5A99;
}
.panel-compare .panel-content {
  position: relative;
  padding: 0 24px;
  background-color: #fff;
  margin-bottom: 16px;
}
.panel-compare .panel-content.loaded #top-list {
  display: none;
}
.panel-compare .panel-content.loaded .compare-content {
  display: block;
}
.panel-compare .top-list:before,
.panel-compare .top-list:after {
  content: "";
  display: table;
}
.panel-compare .top-list:after {
  clear: both;
  overflow: hidden;
}
.panel-compare .top-list > .list {
  width: 560px;
  padding-bottom: 48px;
}
.panel-compare .top-list > .list .list-header {
  border-bottom: 1px solid #e5e7eb;
  color: #666;
  line-height: 48px;
  font-size: 14px;
}
.panel-compare .top-list > .list .list-header .kol-btn {
  margin-top: 8px;
  padding: 0 8px;
  float: right;
}
.panel-compare .top-list > .list .list-content {
  padding-left: 16px;
  border-bottom: 1px solid #e5e7eb;
}
.panel-compare .top-list > .list .list-content .item {
  padding: 16px 0;
  border-bottom: 1px solid #e5e7eb;
  line-height: 32px;
  overflow: hidden;
}
.panel-compare .top-list > .list .list-content .item:last-child {
  border-bottom: none;
}
.panel-compare .top-list > .list .list-content .avatar {
  width: 32px;
  height: 32px;
  float: left;
  border-radius: 50%;
}
.panel-compare .top-list > .list .list-content .title {
  float: left;
  color: #333;
  font-size: 14px;
  width: 88px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panel-compare .top-list > .list .list-content .sub-title {
  float: left;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 368px;
}
.panel-compare .compare-content {
  display: none;
}
.panel-compare .compare-content:before,
.panel-compare .compare-content:after {
  content: "";
  display: table;
}
.panel-compare .compare-content:after {
  clear: both;
  overflow: hidden;
}
.panel-compare .compare-content .radar-wrapper {
  padding: 16px 0;
  float: left;
}
.panel-compare .compare-content .data-wrapper {
  width: 600px;
  float: right;
  margin-right: -24px;
}
.panel-compare .compare-content .data-wrapper .data-header {
  padding-left: 24px;
  font-size: 14px;
  color: #666;
  line-height: 48px;
  overflow: hidden;
  border-bottom: 1px solid #e5e7eb;
}
.panel-compare .compare-content .data-wrapper .data-header .td {
  float: left;
  padding-right: 24px;
}
.panel-compare .compare-content .data-wrapper .data-header .td:nth-child(2) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-header .td:nth-child(3) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-header .td:nth-child(4) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-item {
  overflow: hidden;
  line-height: 64px;
  font-size: 14px;
  color: #333;
  margin-left: 24px;
  border-bottom: 1px solid #e5e7eb;
}
.panel-compare .compare-content .data-wrapper .data-item .name {
  float: left;
  margin-left: 8px;
  max-width: 192px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.panel-compare .compare-content .data-wrapper .data-item .text-score {
  color: #f55345;
}
.panel-compare .compare-content .data-wrapper .data-item:nth-child(2) .text-score {
  color: #41ba47;
}
.panel-compare .compare-content .data-wrapper .data-item:nth-child(3) .text-score {
  color: #2FB1EA;
}
.panel-compare .compare-content .data-wrapper .data-item:last-child {
  margin-left: 0;
  padding-left: 24px;
}
.panel-compare .compare-content .data-wrapper .data-item .td {
  float: left;
  padding-right: 24px;
}
.panel-compare .compare-content .data-wrapper .data-item .td:nth-child(2) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-item .td:nth-child(3) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-item .td:nth-child(4) {
  float: right;
}
.panel-compare .compare-content .data-wrapper .data-item .avatar {
  margin-top: 16px;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  float: left;
}
.panel-compare .compare-content .data-wrapper .data-item .svg-wrapper {
  position: relative;
  float: left;
  margin-top: 12px;
  line-height: 40px;
}
.panel-compare .compare-content .data-wrapper .data-item .svg-wrapper svg {
  display: block;
}
.panel-compare .compare-content .data-wrapper .data-item .svg-wrapper .score {
  position: absolute;
  font-size: 12px;
  right: 0;
  text-align: center;
  left: 0;
  top: 0;
  bottom: 0;
}
.kol-icon-star {
  color: #FFD54F;
}
.kol-icon-star-empty {
  color: #ECEFF1;
}
.kol-icon-star-full,
.kol-icon-star-empty,
.kol-icon-star-half {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.social-block {
  float: right;
  padding: 16px 0;
}
.social-block .kol-icon-fb-wrapper,
.social-block .kol-icon-tw-wrapper {
  background-color: #3C5A99;
}
.tips {
  line-height: 24px;
  margin: 14px 0;
}
.tips:before,
.tips:after {
  content: "";
  display: table;
}
.tips:after {
  clear: both;
  overflow: hidden;
}
.tips .tip-icon {
  font-size: 12px;
  height: 16px;
  border-radius: 0 8px 8px 0;
  line-height: 16px;
  color: #ffffff;
  background-color: #f55345;
  vertical-align: middle;
  float: left;
  margin-top: 4px;
  padding: 0 2px;
}
.tips .tip-text-wrap {
  margin-left: 8px;
  float: left;
  width: calc(100% - 64px);
}
.notes {
  float: left;
  margin: 22px 0 30px;
}
.notes .note-title {
  margin-bottom: 14px;
}
.notes .note {
  line-height: 32px;
}
.notes .note:first-child {
  margin-top: 14px;
}
em {
  color: #f55345;
  font-style: normal;
  font-weight: normal;
}
.hot-mark {
  height: 16px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  color: #FFFFFF;
  background-color: #f55345;
  font-size: 12px;
  margin-right: 4px;
  border-radius: 2px;
  padding: 0 4px;
}
tr[data-row-id] {
  position: relative;
}
#video-performance-data-wrap {
  position: relative;
}
.video-floating-preview {
  display: block;
  position: absolute;
  width: 544px;
  height: 250px;
  background-color: #ffffff;
  z-index: 10000;
  left: 228px;
  top: 188px;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.video-floating-preview .video-modal {
  color: #333333;
  font-size: 16px;
  display: block;
  position: relative;
  padding: 16px 16px 40px;
  width: 100%;
  height: 100%;
}
.video-floating-preview .video-modal .video-slide-wrap {
  width: 100%;
  height: 100%;
}
.video-floating-preview .video-modal .video-slide-wrap .close-fork {
  width: 12px;
  height: 12px;
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 18px;
}
.video-floating-preview .video-modal .video-slide-wrap .post-title {
  margin-bottom: 20px;
  font-size: 14px;
  color: #666666;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap:before,
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap:after {
  content: "";
  display: table;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap:after {
  clear: both;
  overflow: hidden;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list {
  max-height: 596px;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list:before,
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list:after {
  content: "";
  display: table;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list:after {
  clear: both;
  overflow: hidden;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list .video-item {
  border: solid 1px #e5e7eb;
  float: left;
  margin-right: 16px;
  margin-bottom: 8px;
  width: 160px;
  height: 90px;
  background-color: #ffffff;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list .video-item .youtube-video-wrapper {
  height: 90px;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list .video-item:nth-child(3n) {
  margin-right: 0;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list .video-item .video-info {
  overflow: hidden;
  display: inline-block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 42px;
  padding: 0;
  margin-top: 8px;
}
.video-floating-preview .video-modal .video-slide-wrap .video-area-wrap .video-list .video-item .video-info .video-title {
  font-size: 12px;
}
.video-floating-preview:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  /* width: 11px; */
  /* height: 11px; */
  left: 56px;
  transform: rotate(225deg);
  box-shadow: 2px 2px 4px #ccc;
  border-color: #fff;
  top: -8px;
  border-width: 8px;
  border-style: solid;
  z-index: -2;
}
.video-floating-preview:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  z-index: -3;
  top: -16px;
  border-width: 0 16px 16px;
  border-style: solid;
  border-color: transparent transparent #f7f8fa;
  filter: blur(2px);
  left: 52px;
}
.video-floating-preview.video-floating-preview-top {
  top: auto;
  bottom: 515px;
}
.video-floating-preview.video-floating-preview-top:before {
  top: 395px;
  transform: rotate(45deg);
}
.video-floating-preview.video-floating-preview-top:after {
  left: 52px;
  top: 395px;
}
.panel-compare .sub-module {
  padding: 0;
}
.panel-compare .sub-module .sub-module-child {
  width: calc((100% - 16px) / 2);
  background-color: #ffffff;
}
#sub-view-data-wrap {
  padding-bottom: 0px;
}
#sub-view-data-wrap:before,
#sub-view-data-wrap:after {
  content: "";
  display: table;
}
#sub-view-data-wrap:after {
  clear: both;
  overflow: hidden;
}
#sub-view-data-wrap .bar-chart-wrap {
  float: left;
  margin: 16px 0 0 24px;
}
#sub-view-data-wrap .video-update-area-wrap {
  float: right;
  width: 600px;
  margin-right: -24px;
}
#compare-content-module-1,
#compare-content-module-2 {
  overflow: hidden;
}
#compare-content-module-3-4:before,
#compare-content-module-3-4:after {
  content: "";
  display: table;
}
#compare-content-module-3-4:after {
  clear: both;
  overflow: hidden;
}
#compare-content-module-3-4.panel-content {
  padding: 0;
  background: transparent;
}
#compare-content-module-3-4 #video-performance-data-wrap {
  width: 100%;
  padding: 0px;
}
#compare-content-module-3-4 #video-performance-data-wrap #video-performance-table-wrap .kol-table tr.tr-of-th th.avatar-with-name {
  width: 44%;
}
#compare-content-module-3-4 #video-performance-data-wrap #video-performance-table-wrap .kol-table-wrap .lists .item td.normal {
  cursor: pointer;
}
#compare-content-module-3-4 #engagement-rate-data-wrap {
  padding: 0;
}
#compare-content-module-3-4 #engagement-rate-data-wrap #engagement-rate-table-wrap .kol-table tr.tr-of-th th.avatar-with-name {
  width: 28%;
}
#compare-content-module-3-4 #engagement-rate-data-wrap #engagement-rate-table-wrap td.avatar-with-name .star-avatar {
  width: 100%;
}
#compare-content-module-5 {
  padding: 0;
  overflow: hidden;
}
#compare-content-module-5 #social-media-data-wrap {
  padding: 0;
}

