.tooltip {
  position: absolute;
  z-index: 107000000;
  display: block;
  line-height: 1.5;
  font-size: 12px;
  opacity: 0;
}
.tooltip.in {
  opacity: 0.9;
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 240px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  white-space: normal;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.nox-suggest-wrapper {
  position: absolute;
  z-index: 10999;
  border: 1px solid #e5e7eb;
  border-radius: 0 0 2px 2px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  opacity: 0;
}
.nox-suggest-wrapper .nox-suggest-category {
  padding: 0 16px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
  margin-top: 12px;
  margin-bottom: 4px;
}
.nox-suggest-wrapper .nox-suggest-tag-list {
  padding: 0px 16px 4px 16px;
}
.nox-suggest-wrapper .nox-suggest-tag-list .nox-suggest-category {
  padding: 0;
  margin-top: 16px;
  margin-bottom: 8px;
}
.nox-suggest-wrapper .nox-suggest-tag-list .nox-suggest-tag {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 20px;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-right: 8px;
  cursor: pointer;
}
.nox-suggest-wrapper .nox-suggest-tag-list .nox-suggest-tag:hover {
  color: #F55345;
  background-color: #F5534510;
}
.nox-suggest-wrapper .nox-suggest-item {
  display: block;
  padding: 4px 16px;
  line-height: 32px;
  font-size: 14px;
  overflow: hidden;
}
.nox-suggest-wrapper .nox-suggest-item:last-child {
  border: none;
}
.nox-suggest-wrapper .nox-suggest-item:hover {
  cursor: pointer;
  background-color: #F7F8FA;
}
.nox-suggest-wrapper .nox-suggest-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  float: left;
}
.nox-suggest-wrapper .nox-suggest-title {
  color: #333;
  float: left;
  margin-left: 8px;
  font-weight: bold;
}
.nox-suggest-wrapper .nox-suggest-subtitle {
  float: left;
  color: #666;
  margin-left: 8px;
}

.nox-suggest-new-wrapper {
  position: absolute;
  z-index: 11001;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: 0.2s;
  margin-top: 4px;
  padding: 8px 0;
  opacity: 0;
}
.nox-suggest-new-wrapper .nox-suggest-new-item {
  display: block;
  padding: 8px 16px;
  overflow: hidden;
  cursor: pointer;
}
.nox-suggest-new-wrapper .nox-suggest-new-item:hover {
  background-color: #F7F8FA;
}
.nox-suggest-new-wrapper .nox-suggest-new-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.nox-suggest-new-wrapper .nox-suggest-new-img .nox-suggest-new-plat {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  top: auto !important;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-color: #fff;
}
.nox-suggest-new-wrapper .nox-suggest-new-img .kol-icon-youtube-circle-filled {
  color: #d40c18 !important;
  line-height: 16px !important;
}
.nox-suggest-new-wrapper .nox-suggest-new-des {
  width: calc(100% - 48px);
  margin-left: 8px;
  white-space: nowrap;
}
.nox-suggest-new-wrapper .nox-suggest-new-des .nox-suggest-new-title {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.nox-suggest-new-wrapper .nox-suggest-new-des .nox-suggest-new-subtitle {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  display: block;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.kol-youtube-video-wrapper {
  position: relative;
}
.kol-youtube-video-wrapper.loading .kol-youtube-video-btn,
.kol-youtube-video-wrapper.loaded .kol-youtube-video-btn {
  display: none;
}
.kol-youtube-video-loading {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  stroke: #f55345;
}
.kol-youtube-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 48px;
  height: 32px;
  line-height: 32px;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  border: none;
  border-radius: 8px;
  font-size: 16px;
}
.kol-youtube-video-btn:hover {
  background-color: #f55345;
  cursor: pointer;
}
.kol-youtube-video-btn .kol-icon-play-filled {
  color: #fff;
}

@keyframes rotateMailIcon {
  0% {
    transform: rotate(0deg) scale(1);
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png);
  }
  40% {
    transform: rotate(30deg) scale(0.5);
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png);
  }
  70% {
    transform: rotate(70deg) scale(0.3);
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/aba6f05f.png);
  }
  100% {
    transform: rotate(90deg) scale(1);
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/aba6f05f.png);
  }
}
@keyframes rotateReverseMailIcon {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/aba6f05f.png);
  }
  40% {
    transform: rotate(30deg) scale(0);
    opacity: 0;
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/aba6f05f.png);
  }
  50% {
    transform: rotate(20deg) scale(0);
    opacity: 0.3;
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png);
  }
  70% {
    transform: rotate(10deg) scale(0.3);
    opacity: 0.7;
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png);
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  70% {
    opacity: 0.4;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateMailIcon2 {
  0% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.kol-mail-area .mail-icon-wrap {
  background: #f55345;
  width: 64px;
  height: 64px;
  border-radius: 32px;
  position: fixed;
  left: 24px;
  bottom: 24px;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 10008;
}
.kol-mail-area .mail-icon-wrap .mail-icon {
  display: inline-block;
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png) center center no-repeat;
  cursor: pointer;
  width: inherit;
  height: inherit;
  border-radius: inherit;
}
.kol-mail-area .mail-icon-wrap .mail-icon-open {
  animation: rotateMailIcon 0.3s linear 0s 1 normal;
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/aba6f05f.png) center center no-repeat;
}
.kol-mail-area .mail-icon-wrap .mail-icon-close {
  animation: rotateReverseMailIcon 0.3s linear 0s 1 normal;
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/b76e1a5d.png) center center no-repeat;
}
.kol-mail-area .text-mail {
  display: none;
  position: fixed;
  bottom: 112px;
  width: 400px;
  left: 24px;
  height: 464px;
  background: #fff url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/391f3ce5.png) center bottom no-repeat;
  border-radius: 4px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
  z-index: 10008;
  overflow: hidden;
}
.kol-mail-area .text-mail .kol-icon-close {
  position: absolute;
  right: 16px;
  top: 16px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}
.kol-mail-area .text-mail .feedback-icon {
  float: left;
  margin-top: 8px;
  width: 32px;
}
.kol-mail-area .text-mail .input-label {
  font-size: 14px;
  color: #999;
  float: left;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: absolute;
  bottom: 0;
}
.kol-mail-area .text-mail .input-label .required {
  color: #f55345;
  padding-left: 4px;
}
.kol-mail-area .text-mail .input-label.error {
  color: #f55345;
  float: right;
}
.kol-mail-area .text-mail .text-box {
  position: absolute;
}
.kol-mail-area .text-mail .text-box .box-head-wrap {
  position: relative;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .bg {
  left: 50%;
  top: -200px;
  transform: translateX(-50%);
  position: absolute;
  background-color: #f55345;
  width: 760px;
  height: 400px;
  border-radius: 380px / 200px;
  overflow: hidden;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .bg:before {
  content: '';
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3) url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/58f12211.png);
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head {
  position: relative;
  padding: 24px;
  height: 200px;
  width: 100%;
  background: transparent;
  color: #fff;
  text-align: center;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .head-title {
  line-height: 24px;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .head-des {
  margin-top: 8px;
  font-size: 14px;
  line-height: 24px;
  font-family: "PingFang Regular";
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn {
  position: absolute;
  bottom: 16px;
  background-color: #fff;
  left: 50%;
  transform: translateX(-50%);
  height: 48px;
  border-radius: 24px;
  text-align: left;
  width: 260px;
  padding: 0 8px;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn:before,
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn:after {
  content: "";
  display: table;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn:after {
  clear: both;
  overflow: hidden;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn .kolicon {
  color: #3C5A99;
  float: left;
  font-size: 32px;
  margin-top: 8px;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn .text {
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  line-height: 16px;
  padding-left: 8px;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn .text .title {
  font-size: 16px;
  color: #666;
  display: block;
}
.kol-mail-area .text-mail .text-box .box-head-wrap .box-head .kol-btn .text .subtitle {
  font-size: 12px;
  color: #999;
}
.kol-mail-area .text-mail .text-box .box-body {
  font-family: "PingFang Regular";
  padding: 0 24px;
  color: #333333;
  border-radius: 0 0 4px 4px;
  font-size: 14px;
  background-color: transparent;
  margin-bottom: 0;
}
.kol-mail-area .text-mail .text-box .box-body .mail-add {
  height: 48px;
  line-height: 14px;
  color: #666666;
  text-align: left;
  width: 352px;
  padding-left: 8px;
  border-radius: 2px;
  outline: 0;
  border: 0;
  border-bottom: 1px solid #e5e7eb;
}
.kol-mail-area .text-mail .text-box .box-body .mail-content {
  padding: 0px 24px 24px 8px;
  height: 144px;
  line-height: 24px;
  width: 352px;
  margin: 16px 0 0;
  border-radius: 2px;
  outline: 0;
  border: 0;
}
.kol-mail-area .text-mail .text-box .box-body .box-footer {
  height: 40px;
  position: relative;
}
.kol-mail-area .text-mail .text-box .box-body .box-footer .words-num {
  font-family: "PingFang Regular";
  font-size: 12px;
  line-height: 24px;
  color: #999999;
}
.kol-mail-area .text-mail .text-box .box-body .box-footer .kol-btn {
  width: 96px;
  height: 32px;
  line-height: 32px;
  float: right;
}
.kol-mail-area .questionnaire-wrap {
  width: 175px;
  height: 165px;
  position: fixed;
  left: 16px;
  bottom: 40px;
  z-index: 10;
}
.kol-mail-area .questionnaire-wrap img {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.transparent {
  opacity: 0;
}
.fadeIn {
  animation: fadeIn 0.6s linear 0.1s 1 normal;
  opacity: 1;
}
.fadeOut {
  animation: fadeOut 2s linear 0.1s 1 normal;
  opacity: 0;
}

.default-notification-area {
  max-width: 608px;
  text-align: center;
  position: fixed;
  padding: 24px;
  z-index: 11001;
  overflow: hidden;
}
.default-notification-area.position-1 {
  top: 50vh;
  left: 50%;
}
.default-notification-area.position-1:not(.has-mask) {
  transform: translateX(-50%) translateY(-45%);
}
.default-notification-area.has-mask.position-1 {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.6);
}
.default-notification-area.position-2 {
  top: 120px;
  right: 16px;
}
.default-notification-area.position-3 {
  bottom: 80px;
  right: 16px;
}
.default-notification-area .notification-wrap {
  border-radius: 8px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  width: 264px;
  height: 216px;
  position: relative;
}
.default-notification-area .notification-wrap #notification-close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-size: 10px;
  color: #999999;
}
.default-notification-area .notification-wrap #notification-close.image-close {
  font-size: 24px;
}
.default-notification-area .notification-wrap .notification-header {
  width: 100%;
  height: 130px;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, #fdddda 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 24px;
  position: relative;
}
.default-notification-area .notification-wrap .notification-header .title {
  height: 24px;
  padding: 0 16px;
}
.default-notification-area .notification-wrap .notification-header .title img {
  vertical-align: middle;
}
.default-notification-area .notification-wrap .notification-header .title span {
  display: inline-block;
  margin-left: 16px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  vertical-align: middle;
  overflow: hidden;
  white-space: nowrap;
  width: 186px;
}
.default-notification-area .notification-wrap .notification-header .content-text {
  height: 80px;
  padding: 0 16px;
  margin-top: 17px;
  font-size: 12px;
  color: #666666;
  overflow: hidden;
  word-wrap: break-word;
}
.default-notification-area .notification-wrap .kol-btn {
  margin-left: 50%;
  transform: translateX(-50%);
  border-radius: 4px;
  height: 32px;
  margin-top: 24px;
  line-height: 32px;
}
.default-notification-area .image-notification-wrap {
  position: relative;
  width: max-content;
  max-width: 560px;
  margin: auto;
}
.default-notification-area .image-notification-wrap #notification-close {
  position: absolute;
  top: -24px;
  right: -24px;
  cursor: pointer;
  font-size: 10px;
  color: #999999;
}
.default-notification-area .image-notification-wrap #notification-close.image-close {
  font-size: 24px;
}
.default-notification-area .image-notification-wrap #notification-close a {
  display: block;
}
.default-notification-area .image-notification-wrap .target-image {
  width: auto;
  height: auto;
  max-width: 560px;
  margin-top: 0px;
}
.default-notification-area .image-notification-wrap .showLink,
.default-notification-area .notification-wrap .showLink {
  opacity: 0;
}

:root {
  --bar-width: 224px;
}
.bold {
  font-weight: bold;
}
.top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
@font-face {
  font-family: "kolicon";
  /* Project id 2792312 */
  src: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/iconfont.a0f538a7.woff2) format('woff2'), url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/iconfont.1a947959.woff) format('woff'), url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/iconfont.34b87bf5.ttf) format('truetype');
}
.kolicon {
  font-family: "kolicon" !important;
  text-align: center;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.kol-icon-unfold:before {
  content: "\e784";
}
.kol-icon-ai:before {
  content: "\e613";
}
.kol-icon-a-tiktokshop:before {
  content: "\e776";
}
.kol-icon-rank1:before {
  content: "\e6cb";
}
.kol-icon-influencers:before {
  content: "\e6bc";
}
.kol-icon-aim:before {
  content: "\e6a9";
}
.kol-icon-email3:before {
  content: "\e69e";
}
.kol-icon-monitor1:before {
  content: "\e614";
}
.kol-icon-file-upload1:before {
  content: "\e672";
}
.kol-icon-campaign:before {
  content: "\e612";
}
.kol-icon-image1:before {
  content: "\e671";
}
.kol-icon-folder:before {
  content: "\e7d0";
}
.kol-icon-file-upload:before {
  content: "\e670";
}
.kol-icon-monitor:before {
  content: "\e611";
}
.kol-icon-back:before {
  content: "\e68f";
}
.kol-icon-edit-fold:before {
  content: "\e610";
}
.kol-icon-edit-more:before {
  content: "\e60f";
}
.kol-icon-order:before {
  content: "\e60e";
}
.kol-icon-zoom-add:before {
  content: "\e775";
}
.kol-icon-wallet:before {
  content: "\e60b";
}
.kol-icon-expend:before {
  content: "\e60c";
}
.kol-icon-transit:before {
  content: "\e60d";
}
.kol-icon-chat-offer:before {
  content: "\e60a";
}
.kol-icon-chat-record:before {
  content: "\e609";
}
.kol-icon-home:before {
  content: "\e608";
}
.kol-icon-safe:before {
  content: "\e681";
}
.kol-icon-question-circle1:before {
  content: "\e607";
}
.kol-icon-trading:before {
  content: "\e606";
}
.kol-icon-untopping:before {
  content: "\e605";
}
.kol-icon-link1:before {
  content: "\e604";
}
.kol-icon-tongzhi:before {
  content: "\e680";
}
.kol-icon-a-exitfullscreen:before {
  content: "\e67f";
}
.kol-icon-check-line:before {
  content: "\e67e";
}
.kol-icon-link-line:before {
  content: "\e67d";
}
.kol-icon-star:before {
  content: "\e603";
}
.kol-icon-TikTok:before {
  content: "\e602";
}
.kol-icon-focus:before {
  content: "\e67c";
}
.kol-icon-upload:before {
  content: "\e774";
}
.kol-icon-upload:before {
  content: "\e774";
}
.kol-icon-filter-filled:before {
  content: "\e773";
}
.kol-icon-lock-filled:before {
  content: "\e601";
}
.kol-icon-crown-filled:before {
  content: "\e772";
}
.kol-icon-mechanism-filled:before {
  content: "\e771";
}
.kol-icon-share2:before {
  content: "\e679";
}
.kol-icon-contacts:before {
  content: "\e770";
}
.kol-icon-brand-shield:before {
  content: "\e678";
}
.kol-icon-voice:before {
  content: "\e76f";
}
.kol-icon-setting:before {
  content: "\e76e";
}
.kol-icon-left-point:before {
  content: "\e677";
}
.kol-icon-inbox-o:before {
  content: "\e673";
}
.kol-icon-move:before {
  content: "\e76d";
}
.kol-icon-wallet-filled:before {
  content: "\e76c";
}
.kol-icon-cooperation:before {
  content: "\e76b";
}
.kol-icon-cooperation-filled:before {
  content: "\e76a";
}
.kol-icon-agency-filled:before {
  content: "\e769";
}
.kol-icon-setting-filled:before {
  content: "\e767";
}
.kol-icon-link-filled:before {
  content: "\e768";
}
.kol-icon-email-filled:before {
  content: "\e6d8";
}
.kol-icon-fire-filled:before {
  content: "\e762";
}
.kol-icon-dashboard:before {
  content: "\e766";
}
.kol-icon-airplane1:before {
  content: "\e765";
}
.kol-icon-bell:before {
  content: "\e763";
}
.kol-icon-dashboard2:before {
  content: "\e764";
}
.kol-icon-ellipsis:before {
  content: "\e761";
}
.kol-icon-brand-circle-filled:before {
  content: "\e75f";
}
.kol-icon-down-circle-filled:before {
  content: "\e75e";
}
.kol-icon-close-line:before {
  content: "\e760";
}
.kol-icon-tool:before {
  content: "\e75d";
}
.kol-icon-triangle-up-filled:before {
  content: "\e75c";
}
.kol-icon-warning-circle-filled:before {
  content: "\e74d";
}
.kol-icon-plays-square:before {
  content: "\e74e";
}
.kol-icon-vip-filled:before {
  content: "\e74f";
}
.kol-icon-warning-triangle:before {
  content: "\e750";
}
.kol-icon-movies:before {
  content: "\e751";
}
.kol-icon-close-filled:before {
  content: "\e752";
}
.kol-icon-show:before {
  content: "\e753";
}
.kol-icon-withdraw:before {
  content: "\e754";
}
.kol-icon-whatsapp:before {
  content: "\e755";
}
.kol-icon-youtube-filled:before {
  content: "\e756";
}
.kol-icon-whatsapp-filled:before {
  content: "\e757";
}
.kol-icon-wechat:before {
  content: "\e758";
}
.kol-icon-ways:before {
  content: "\e759";
}
.kol-icon-youtube:before {
  content: "\e75a";
}
.kol-icon-youtube-circle-filled:before {
  content: "\e75b";
}
.kol-icon-twitter:before {
  content: "\e74a";
}
.kol-icon-twitter-circle-filled:before {
  content: "\e74c";
}
.kol-icon-twitch-circle-filled:before {
  content: "\e744";
}
.kol-icon-triangle-down-filled:before {
  content: "\e745";
}
.kol-icon-track:before {
  content: "\e746";
}
.kol-icon-up-circle-filled:before {
  content: "\e747";
}
.kol-icon-play-square:before {
  content: "\e748";
}
.kol-icon-video-analysis:before {
  content: "\e749";
}
.kol-icon-transfer:before {
  content: "\e74b";
}
.kol-icon-message-filled:before {
  content: "\e73a";
}
.kol-icon-correct:before {
  content: "\e73b";
}
.kol-icon-tag-filled:before {
  content: "\e73c";
}
.kol-icon-tiktok-filled:before {
  content: "\e73d";
}
.kol-icon-top:before {
  content: "\e73e";
}
.kol-icon-top-bold:before {
  content: "\e73f";
}
.kol-icon-tiktok:before {
  content: "\e740";
}
.kol-icon-title:before {
  content: "\e741";
}
.kol-icon-message:before {
  content: "\e742";
}
.kol-icon-toolbox:before {
  content: "\e743";
}
.kol-icon-star-filled:before {
  content: "\e732";
}
.kol-icon-search1:before {
  content: "\e733";
}
.kol-icon-show-filled:before {
  content: "\e734";
}
.kol-icon-correct-circle:before {
  content: "\e735";
}
.kol-icon-share1:before {
  content: "\e736";
}
.kol-icon-send:before {
  content: "\e737";
}
.kol-icon-battle:before {
  content: "\e738";
}
.kol-icon-sponsorship:before {
  content: "\e739";
}
.kol-icon-arrow-left:before {
  content: "\e731";
}
.kol-icon-down-bold:before {
  content: "\e6c3";
}
.kol-icon-down-circle:before {
  content: "\e6c4";
}
.kol-icon-down-line:before {
  content: "\e6c5";
}
.kol-icon-refresh2:before {
  content: "\e72b";
}
.kol-icon-reload:before {
  content: "\e727";
}
.kol-icon-right-bold:before {
  content: "\e728";
}
.kol-icon-right:before {
  content: "\e729";
}
.kol-icon-arrow-right:before {
  content: "\e72a";
}
.kol-icon-scan:before {
  content: "\e72c";
}
.kol-icon-rank:before {
  content: "\e72d";
}
.kol-icon-sad:before {
  content: "\e72e";
}
.kol-icon-right-circle-filled:before {
  content: "\e72f";
}
.kol-icon-search:before {
  content: "\e730";
}
.kol-icon-question-circle-filled:before {
  content: "\e71d";
}
.kol-icon-process:before {
  content: "\e71e";
}
.kol-icon-privacy:before {
  content: "\e71f";
}
.kol-icon-radar:before {
  content: "\e720";
}
.kol-icon-pull-up:before {
  content: "\e721";
}
.kol-icon-purse-filled:before {
  content: "\e722";
}
.kol-icon-question-circle:before {
  content: "\e723";
}
.kol-icon-qq:before {
  content: "\e724";
}
.kol-icon-followers1-filled:before {
  content: "\e725";
}
.kol-icon-dashbord1:before {
  content: "\e726";
}
.kol-icon-play-circle-filled:before {
  content: "\e713";
}
.kol-icon-play-filled:before {
  content: "\e714";
}
.kol-icon-edit3-filled:before {
  content: "\e715";
}
.kol-icon-add-circle-filled:before {
  content: "\e716";
}
.kol-icon-play-circle-option:before {
  content: "\e717";
}
.kol-icon-phone:before {
  content: "\e718";
}
.kol-icon-add:before {
  content: "\e719";
}
.kol-icon-play-circle:before {
  content: "\e71a";
}
.kol-icon-pin:before {
  content: "\e71b";
}
.kol-icon-position:before {
  content: "\e71c";
}
.kol-icon-twitter-filled:before {
  content: "\e710";
}
.kol-icon-facebook1-filled:before {
  content: "\e709";
}
.kol-icon-normal:before {
  content: "\e70a";
}
.kol-icon-open:before {
  content: "\e70b";
}
.kol-icon-multi-add:before {
  content: "\e70c";
}
.kol-icon-video1-filled:before {
  content: "\e70d";
}
.kol-icon-refresh1:before {
  content: "\e70e";
}
.kol-icon-email2:before {
  content: "\e70f";
}
.kol-icon-pause-circle-filled:before {
  content: "\e711";
}
.kol-icon-share:before {
  content: "\e712";
}
.kol-icon-menu:before {
  content: "\e6ff";
}
.kol-icon-into:before {
  content: "\e700";
}
.kol-icon-loading:before {
  content: "\e701";
}
.kol-icon-tags:before {
  content: "\e702";
}
.kol-icon-menu1:before {
  content: "\e703";
}
.kol-icon-male:before {
  content: "\e704";
}
.kol-icon-lock:before {
  content: "\e705";
}
.kol-icon-logout:before {
  content: "\e706";
}
.kol-icon-link:before {
  content: "\e707";
}
.kol-icon-purchase:before {
  content: "\e708";
}
.kol-icon-left:before {
  content: "\e6f5";
}
.kol-icon-keyword-filled:before {
  content: "\e6f6";
}
.kol-icon-left-bold:before {
  content: "\e6f7";
}
.kol-icon-left-line:before {
  content: "\e6f8";
}
.kol-icon-like-filled:before {
  content: "\e6f9";
}
.kol-icon-video:before {
  content: "\e6fa";
}
.kol-icon-language:before {
  content: "\e6fb";
}
.kol-icon-variable:before {
  content: "\e6fc";
}
.kol-icon-like:before {
  content: "\e6fd";
}
.kol-icon-languages:before {
  content: "\e6fe";
}
.kol-icon-history:before {
  content: "\e6eb";
}
.kol-icon-inbox:before {
  content: "\e6ec";
}
.kol-icon-info-cirlce-filled:before {
  content: "\e6ed";
}
.kol-icon-user-info:before {
  content: "\e6ee";
}
.kol-icon-edit1-filled:before {
  content: "\e6ef";
}
.kol-icon-instagram-filled:before {
  content: "\e6f0";
}
.kol-icon-kakao-filled:before {
  content: "\e6f1";
}
.kol-icon-instagram:before {
  content: "\e6f2";
}
.kol-icon-key:before {
  content: "\e6f3";
}
.kol-icon-user-circle:before {
  content: "\e6f4";
}
.kol-icon-hidden-filled:before {
  content: "\e6e1";
}
.kol-icon-check-box-filled:before {
  content: "\e6e2";
}
.kol-icon-heart-filled:before {
  content: "\e6e3";
}
.kol-icon-happy:before {
  content: "\e6e4";
}
.kol-icon-captcha-filled:before {
  content: "\e6e5";
}
.kol-icon-vip-diamond-filled:before {
  content: "\e6e6";
}
.kol-icon-house:before {
  content: "\e6e7";
}
.kol-icon-fire:before {
  content: "\e6e8";
}
.kol-icon-house-filled:before {
  content: "\e6e9";
}
.kol-icon-image:before {
  content: "\e6ea";
}
.kol-icon-global-filled:before {
  content: "\e6cc";
}
.kol-icon-global:before {
  content: "\e6df";
}
.kol-icon-floppy-disk:before {
  content: "\e6d7";
}
.kol-icon-following:before {
  content: "\e6d9";
}
.kol-icon-filter:before {
  content: "\e6da";
}
.kol-icon-refresh-filled:before {
  content: "\e6db";
}
.kol-icon-folder-filled:before {
  content: "\e6dc";
}
.kol-icon-followers1:before {
  content: "\e6dd";
}
.kol-icon-google-filled:before {
  content: "\e6de";
}
.kol-icon-follower:before {
  content: "\e6e0";
}
.kol-icon-facebook-filled:before {
  content: "\e6cd";
}
.kol-icon-email1:before {
  content: "\e6ce";
}
.kol-icon-exchange:before {
  content: "\e6cf";
}
.kol-icon-facebook-circle-filled:before {
  content: "\e6d0";
}
.kol-icon-edit:before {
  content: "\e6d1";
}
.kol-icon-heart:before {
  content: "\e6d2";
}
.kol-icon-email:before {
  content: "\e6d3";
}
.kol-icon-female:before {
  content: "\e6d4";
}
.kol-icon-export:before {
  content: "\e6d5";
}
.kol-icon-favourite:before {
  content: "\e6d6";
}
.kol-icon-dislike-filled:before {
  content: "\e6c6";
}
.kol-icon-delete1:before {
  content: "\e6c7";
}
.kol-icon-download:before {
  content: "\e6c8";
}
.kol-icon-open-data:before {
  content: "\e6c9";
}
.kol-icon-dislike:before {
  content: "\e6ca";
}
.kol-icon-chart2-filled:before {
  content: "\e6b1";
}
.kol-icon-feedback-filled:before {
  content: "\e6b2";
}
.kol-icon-correct-circle-filled:before {
  content: "\e6bf";
}
.kol-icon-medals-filled:before {
  content: "\e6b9";
}
.kol-icon-cup-filled:before {
  content: "\e6ba";
}
.kol-icon-copy-filled:before {
  content: "\e6bb";
}
.kol-icon-certificate:before {
  content: "\e6bd";
}
.kol-icon-delete:before {
  content: "\e6be";
}
.kol-icon-crash:before {
  content: "\e6c0";
}
.kol-icon-correct-filled:before {
  content: "\e6c1";
}
.kol-icon-data:before {
  content: "\e6c2";
}
.kol-icon-clock-line:before {
  content: "\e6af";
}
.kol-icon-chart1:before {
  content: "\e6b0";
}
.kol-icon-warning-circle:before {
  content: "\e6b3";
}
.kol-icon-close:before {
  content: "\e6b4";
}
.kol-icon-close-circle-filled:before {
  content: "\e6b5";
}
.kol-icon-commission:before {
  content: "\e6b6";
}
.kol-icon-check-box:before {
  content: "\e6b7";
}
.kol-icon-close-circle:before {
  content: "\e6b8";
}
.kol-icon-card:before {
  content: "\e6a5";
}
.kol-icon-analysis1:before {
  content: "\e6a6";
}
.kol-icon-captcha:before {
  content: "\e6a7";
}
.kol-icon-bell-filled:before {
  content: "\e6a8";
}
.kol-icon-brand-circle:before {
  content: "\e6aa";
}
.kol-icon-calculator:before {
  content: "\e6ab";
}
.kol-icon-certify:before {
  content: "\e6ac";
}
.kol-icon-calendar:before {
  content: "\e6ad";
}
.kol-icon-file1:before {
  content: "\e6ae";
}
.kol-icon-point-up:before {
  content: "\e69b";
}
.kol-icon-file-filled:before {
  content: "\e69c";
}
.kol-icon-batch-filled:before {
  content: "\e69d";
}
.kol-icon-file:before {
  content: "\e69f";
}
.kol-icon-attach-file:before {
  content: "\e6a0";
}
.kol-icon-compass-circle-filled:before {
  content: "\e6a1";
}
.kol-icon-beat:before {
  content: "\e6a2";
}
.kol-icon-apply:before {
  content: "\e6a3";
}
.kol-icon-point-down:before {
  content: "\e6a4";
}
.kol-icon-compass-circle:before {
  content: "\e69a";
}
.kol-icon-analysis:before {
  content: "\e691";
}
.kol-icon-alert-filled:before {
  content: "\e693";
}
.kol-icon-analysis-filled:before {
  content: "\e694";
}
.kol-icon-ads-filled:before {
  content: "\e695";
}
.kol-icon-chart:before {
  content: "\e696";
}
.kol-icon-address:before {
  content: "\e697";
}
.kol-icon-add-circle:before {
  content: "\e698";
}
.kol-icon-chart-filled:before {
  content: "\e699";
}
::selection {
  color: #fff;
  background-color: #f55345;
}
html {
  height: 100%;
}
body {
  min-width: 1340px;
  min-height: 100%;
  position: relative;
  background-color: #F4F5F7;
}
.lang_en,
.lang_pt,
.lang_th,
.lang_es,
.lang_id,
.lang_vn {
  font-family: "Noto Sans Display", sans-serif;
}
.lang_zh {
  font-family: "Noto Sans SC", sans-serif;
}
.lang_kr {
  font-family: "Noto Sans KR", sans-serif;
}
.lang_tw {
  font-family: "Noto Sans TC", sans-serif;
}
.lang_jp {
  font-family: "Noto Sans JP", sans-serif;
}
[data-toggle="tooltip"] {
  color: #999;
}
[data-toggle="tooltip"]:hover {
  color: #666;
}
.out-window {
  position: fixed;
  font-size: 0;
  top: -100%;
  left: -100%;
}
.page-outer {
  padding-left: var(--bar-width);
  padding-top: 64px;
  transition: padding-left 0.2s;
}
.page-outer-collapsed {
  padding-left: 72px;
  padding-top: 64px;
  transition: padding-left 0.2s;
}
.font-size-base {
  font-size: 14px;
}
.font-size-sm {
  font-size: 12px;
}
.text-danger {
  color: #f55345;
}
.text-danger:hover {
  color: #f55345;
  font-weight: bold;
}
.text-success {
  color: #41ba47;
}
.text-success:hover {
  color: #41ba47;
  font-weight: bold;
}
.text-muted {
  color: #999;
}
.text-info {
  color: #2fb1ea;
}
.vt-top {
  vertical-align: top;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.color-red {
  color: #f55345;
}
.color-green {
  color: #41ba47;
}
.color-333 {
  color: #333;
}
.color-666 {
  color: #666;
}
.color-999 {
  color: #999;
}
.color-ccc {
  color: #ccc;
}
.f-size-1x {
  font-size: 12px;
}
.f-size-1x.big {
  font-size: 14px;
}
.f-size-2x {
  font-size: 24px;
}
.f-size-3x {
  font-size: 36px;
}
.f-size-4x {
  font-size: 48px;
}
.f-size-8x {
  font-size: 64px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.opc-6 {
  opacity: 0.6;
}
.underline {
  text-decoration: underline;
}
.underline:hover {
  color: #f55345 !important;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999;
}
.line-through {
  text-decoration: line-through;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999;
}
.emphasize {
  color: #f55345;
}
.half {
  width: 50%;
}
.close-fork {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/fdc7af5b.png) center center no-repeat;
}
.overflow-h {
  overflow: hidden;
}
.pt-8 {
  padding-top: 8px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-32 {
  padding-top: 32px;
}
.pt-40 {
  padding-top: 40px;
}
.pt-48 {
  padding-top: 48px;
}
.pt-56 {
  padding-top: 56px;
}
.pt-64 {
  padding-top: 64px;
}
.pt-72 {
  padding-top: 72px;
}
.pt-80 {
  padding-top: 80px;
}
.pr-8 {
  padding-right: 8px;
}
.pr-16 {
  padding-right: 16px;
}
.pr-24 {
  padding-right: 24px;
}
.pr-32 {
  padding-right: 32px;
}
.pr-40 {
  padding-right: 40px;
}
.pr-48 {
  padding-right: 48px;
}
.pr-56 {
  padding-right: 56px;
}
.pr-64 {
  padding-right: 64px;
}
.pr-72 {
  padding-right: 72px;
}
.pr-80 {
  padding-right: 80px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-32 {
  padding-bottom: 32px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-48 {
  padding-bottom: 48px;
}
.pb-56 {
  padding-bottom: 56px;
}
.pb-64 {
  padding-bottom: 64px;
}
.pb-72 {
  padding-bottom: 72px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pl-8 {
  padding-left: 8px;
}
.pl-16 {
  padding-left: 16px;
}
.pl-24 {
  padding-left: 24px;
}
.pl-32 {
  padding-left: 32px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-48 {
  padding-left: 48px;
}
.pl-56 {
  padding-left: 56px;
}
.pl-64 {
  padding-left: 64px;
}
.pl-72 {
  padding-left: 72px;
}
.pl-80 {
  padding-left: 80px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-32 {
  margin-top: 32px;
}
.mt-40 {
  margin-top: 40px;
}
.mt-48 {
  margin-top: 48px;
}
.mt-56 {
  margin-top: 56px;
}
.mt-64 {
  margin-top: 64px;
}
.mt-72 {
  margin-top: 72px;
}
.mt-80 {
  margin-top: 80px;
}
.mr-8 {
  margin-right: 8px;
}
.mr-16 {
  margin-right: 16px;
}
.mr-24 {
  margin-right: 24px;
}
.mr-32 {
  margin-right: 32px;
}
.mr-40 {
  margin-right: 40px;
}
.mr-48 {
  margin-right: 48px;
}
.mr-56 {
  margin-right: 56px;
}
.mr-64 {
  margin-right: 64px;
}
.mr-72 {
  margin-right: 72px;
}
.mr-80 {
  margin-right: 80px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-32 {
  margin-bottom: 32px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-48 {
  margin-bottom: 48px;
}
.mb-56 {
  margin-bottom: 56px;
}
.mb-64 {
  margin-bottom: 64px;
}
.mb-72 {
  margin-bottom: 72px;
}
.mb-80 {
  margin-bottom: 80px;
}
.ml-8 {
  margin-left: 8px;
}
.ml-16 {
  margin-left: 16px;
}
.ml-24 {
  margin-left: 24px;
}
.ml-32 {
  margin-left: 32px;
}
.ml-40 {
  margin-left: 40px;
}
.ml-48 {
  margin-left: 48px;
}
.ml-56 {
  margin-left: 56px;
}
.ml-64 {
  margin-left: 64px;
}
.ml-72 {
  margin-left: 72px;
}
.ml-80 {
  margin-left: 80px;
}
.ml-88 {
  margin-left: 88px;
}
.ml-96 {
  margin-left: 96px;
}
.lh-16 {
  line-height: 16px;
}
.lh-24 {
  line-height: 24px;
}
.lh-32 {
  line-height: 32px;
}
.lh-40 {
  line-height: 40px;
}
.lh-48 {
  line-height: 48px;
}
.lh-56 {
  line-height: 56px;
}
.lh-64 {
  line-height: 64px;
}
.wd-32 {
  width: 32px;
}
.wd-40 {
  width: 40px;
}
.wd-48 {
  width: 48px;
}
.wd-56 {
  width: 56px;
}
.wd-64 {
  width: 64px;
}
.wd-80 {
  width: 80px;
}
.wd-120 {
  width: 120px;
}
.wd-160 {
  width: 160px;
}
.wd-200 {
  width: 200px;
}
.wd-240 {
  width: 240px;
}
.wd-280 {
  width: 280px;
}
.wd-320 {
  width: 320px;
}
.wd-360 {
  width: 360px;
}
.wd-400 {
  width: 400px;
}
.wd-192 {
  width: 192px;
}
.ht-24 {
  height: 24px;
}
.ht-32 {
  height: 32px;
}
.ht-40 {
  height: 40px;
}
.ht-48 {
  height: 48px;
}
.ht-56 {
  height: 56px;
}
.ht-64 {
  height: 64px;
}
.block {
  width: 100%;
  display: block;
}
.blur {
  -webkit-filter: blur(4px);
  /* Chrome, Opera */
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=4, MakeShadow=false);
  /* IE6~IE9 */
}
.circle {
  border-radius: 50%;
}
.table {
  display: table;
}
.table.table-fix {
  table-layout: fixed;
}
.table.table-block {
  width: 100%;
}
.table .table-row {
  display: table-row;
}
.table .table-cell {
  display: table-cell;
}
.col-1 {
  width: 8.33333333%;
}
.col-2 {
  width: 16.66666667%;
}
.col-6 {
  width: 50%;
  float: left;
}
.col-40 {
  width: 40%;
  float: left;
}
.no-wrap {
  white-space: nowrap;
}
.v-middle {
  vertical-align: middle;
}
.over-header {
  z-index: 10011 !important;
}
.scroll-top-btn-wrap {
  height: 0;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  position: fixed;
  bottom: 0;
  z-index: 10001;
}
.scroll-top-btn-wrap .scroll-top-btn {
  display: none;
  cursor: pointer;
  color: #999;
  width: 40px;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: background-color 0.2s;
  background: white;
  background-size: 40px 40px;
  position: absolute;
  bottom: 28px;
  right: -148px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.scroll-top-btn-wrap .scroll-top-btn:hover {
  color: #333;
  background: #e5e7eb;
}
.scroll-top-btn-wrap .scroll-top-btn.scrolling-top-btn {
  color: #333;
  background: #e5e7eb;
}
.cookie-privacy {
  position: fixed;
  z-index: 12000;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.cookie-privacy .content {
  width: 1200px;
  margin: auto;
  height: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
}
.cookie-privacy .content a {
  color: #f55345;
}
.cookie-privacy .content .kolicon {
  float: right;
  line-height: 40px;
  cursor: pointer;
}
.tiktok-out-box {
  display: none;
}
.tiktok-out-mask {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.tiktok-out-mask .tiktok-out-wrap {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 432px;
  border-radius: 16px;
  background-color: #fff;
  z-index: 9999999;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.tiktok-out-mask .tiktok-out-wrap .kol-icon-warning-circle {
  display: block;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #f55345;
}
.tiktok-out-mask .tiktok-out-wrap .kick-title {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}
.tiktok-out-mask .tiktok-out-wrap .kick-des {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 16px;
}
.tiktok-out-mask .tiktok-out-wrap .kick-des .email {
  color: #1877F2;
}
.tiktok-out-mask .tiktok-out-wrap .kick-button {
  cursor: pointer;
  user-select: none;
}
.tiktok-out-mask .tiktok-out-wrap .kick-button-wrap {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.tiktok-out-mask .tiktok-out-wrap .kick-button-wrap .button {
  display: block;
  height: 40px;
  width: 176px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #f7f8fa;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #666;
  margin: 0 auto;
}
.tiktok-out-mask .tiktok-out-wrap .kick-button-wrap .confirm {
  color: #fff;
  background-color: #f55345;
  border-color: #f55345;
}
.kick-out-wrap,
.time-out-wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 432px;
  border-radius: 16px;
  background-color: #fff;
  z-index: 9999999;
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 32px;
}
.kick-out-wrap .close,
.time-out-wrap .close {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  color: #999999;
  margin-top: -14px;
  margin-right: -14px;
  font-size: 10px;
  float: right;
}
.kick-out-wrap .kol-icon-warning-circle,
.time-out-wrap .kol-icon-warning-circle {
  display: block;
  font-size: 48px;
  line-height: 48px;
  text-align: center;
  color: #f55345;
}
.kick-out-wrap .kick-title,
.time-out-wrap .kick-title {
  display: block;
  margin-top: 16px;
  text-align: center;
  font-size: 20px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}
.kick-out-wrap .kick-button,
.time-out-wrap .kick-button {
  cursor: pointer;
  user-select: none;
}
.kick-out-wrap .kick-des,
.time-out-wrap .kick-des {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  margin-top: 16px;
}
.kick-out-wrap .kick-des .kick-email,
.time-out-wrap .kick-des .kick-email {
  color: #333;
  font-weight: bold;
}
.kick-out-wrap .kick-des .kick-reset-pwd,
.time-out-wrap .kick-des .kick-reset-pwd {
  color: #f55345;
  text-decoration: underline;
}
.kick-out-wrap .kick-button-wrap,
.time-out-wrap .kick-button-wrap {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.kick-out-wrap .kick-button-wrap .button,
.time-out-wrap .kick-button-wrap .button {
  display: block;
  height: 40px;
  width: 176px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  background-color: #f7f8fa;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-right: 16px;
}
.kick-out-wrap .kick-button-wrap .button:last-child,
.time-out-wrap .kick-button-wrap .button:last-child {
  margin-right: 0;
}
.kick-out-wrap .kick-button-wrap .confirm,
.time-out-wrap .kick-button-wrap .confirm {
  color: #fff;
  background-color: #f55345;
  border-color: #f55345;
}
.time-out-wrap {
  text-align: center;
}
.mar-top-8 {
  margin-top: 8px !important;
}
.mar-top-16 {
  margin-top: 16px !important;
}
.mar-top-24 {
  margin-top: 24px !important;
}
.mar-top-32 {
  margin-top: 32px !important;
}
.mar-top-64 {
  margin-top: 64px !important;
}
.loading-wrap {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.loading-wrap .loading {
  position: absolute;
  width: 100%;
  height: 92px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin: auto;
}
@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.loading-wrap .loading .circle {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 2px 0 0 #f55345;
  transform-origin: center;
  animation: lds-eclipse 1s linear infinite;
}
.loading-wrap .loading .loading-msg {
  width: 100%;
  margin-top: 8px;
  color: #666;
  font-size: 12px;
  line-height: 22px;
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.live-chat-wrap {
  position: fixed;
  bottom: 24px;
  left: 24px;
  width: 64px;
  height: 64px;
}
body {
  padding: 0;
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
input,
textarea {
  font-family: inherit;
  padding: 0;
}
input:focus,
textarea:focus {
  outline: none;
}
button {
  padding: 0;
}
button:focus {
  outline: none;
}
/*----------用来移除向下箭头----------*/
::-webkit-inner-spin-button {
  visibility: hidden;
}
.kol-dot {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 8px;
  height: 8px;
  background-color: white;
  border-radius: 50%;
}
.kol-dot-primary {
  background-color: #f55345;
}
.header {
  width: 100%;
  min-height: 64px;
  color: white;
  background-color: #15006C;
  padding: 0 32px;
  user-select: none;
  transition: 0.3s;
  position: relative;
  z-index: 11000;
}
.header-placeholder {
  height: 64px;
  display: none;
}
.opacity {
  background-color: transparent;
  position: fixed;
  left: 0;
  top: 0;
}
.fix {
  position: fixed;
  background-color: #15006C;
}
.header-container {
  height: 100%;
  padding: 16px 0;
  position: relative;
}
.header-container:before,
.header-container:after {
  content: "";
  display: table;
}
.header-container:after {
  clear: both;
  overflow: hidden;
}
.header-container .logo {
  float: left;
  width: 96px;
  height: 24px;
  display: block;
}
.header-container .logo img {
  width: 100%;
}
.header-nav {
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.header-nav .hot-icon {
  font-style: normal;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/2651a99a.svg);
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 18px;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-left: 4px;
}
.header-nav .nav-item {
  float: left;
  margin-left: 32px;
  transition: 0.2s;
  position: relative;
}
.header-nav .nav-item .nav-link {
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 3;
}
.header-nav .nav-item .nav-link .vip-icon {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/a821f9d5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: -2px;
}
.header-nav .nav-item.has-sub-menu:after {
  font-family: "kolicon" !important;
  font-size: 12px;
  content: "\e6f8";
  transform: rotate(-90deg) scale(0.8);
  transition: all 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
.header-nav .nav-item.has-sub-menu .nav-link {
  padding-right: 16px;
}
.header-nav .nav-item.has-sub-menu .nav-link:hover {
  color: #fff;
  font-weight: bold;
}
.header-nav .nav-item.has-sub-menu:hover .sub-menu,
.header-nav .nav-item.has-sub-menu:hover .advanced-sub-menu {
  display: block;
  transition: all 0.2s;
  opacity: 1;
  height: auto;
}
.header-nav .nav-item.has-sub-menu:hover:after {
  transform: rotate(90deg) scale(0.8);
}
.header-nav .nav-item.no-sub-menu:hover {
  color: #fff;
  font-weight: bold;
}
.header-nav .nav-item.more {
  margin-right: 26px;
}
.header-nav .nav-item.more .nav-link {
  transform: translateY(-8px);
  font-size: 24px;
}
.header-nav .nav-item.more::after {
  content: '';
  display: none;
}
.header-nav .sub-menu {
  display: none;
  opacity: 0;
  height: 0;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #666;
  z-index: 4;
}
.header-nav .sub-menu .sub-menu-container {
  position: relative;
  padding: 8px 0;
}
.header-nav .sub-menu .sub-menu-item:hover {
  background-color: #F7F8FA;
}
.header-nav .sub-menu .sub-menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 16px 8px;
  color: #333;
}
.header-nav .sub-menu .no-hover:hover {
  background: inherit;
}
.header-nav .sub-menu .sub-menu-link {
  height: 72px;
  position: relative;
  display: block;
  padding: 12px 16px;
}
.header-nav .sub-menu .name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.header-nav .sub-menu .title {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.header-nav .top-list-menu .top-list-tab {
  width: 100%;
  padding: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid #F4F5F7;
  white-space: nowrap;
}
.header-nav .top-list-menu .top-list-tab .top-tab-item {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  transition: 0.2s;
  cursor: pointer;
  user-select: none;
}
.header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link {
  display: block;
  margin-bottom: 14px;
}
.header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link .kolicon {
  font-size: 16px;
  margin-right: 8px;
}
.header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link .kol-icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  vertical-align: -4px;
  background-size: 100%;
}
.header-nav .top-list-menu .top-list-tab .top-tab-item:hover {
  opacity: 1;
  color: #333;
}
.header-nav .top-list-menu .top-list-tab .active {
  border-bottom: 2px solid #F55345;
  opacity: 1;
  color: #333;
}
.header-nav .top-list-menu .top-list-content {
  white-space: nowrap;
  padding: 8px 16px;
}
.header-nav .top-list-menu .top-list-content .content-pane {
  display: none;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column {
  display: inline-block;
  padding-right: 32px;
  padding-left: 16px;
  border-right: 1px solid #F4F5F7;
  vertical-align: top;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column:last-child {
  border-right: none;
  padding-right: 0;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column:first-child {
  padding-left: 0;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-title {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item:hover {
  color: #F55345;
}
.header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item .active {
  color: #F55345;
}
.header-nav .top-list-menu .top-list-content .active {
  display: block;
}
.header-nav .resources-list-menu .sub-menu-list .sub-menu-link {
  height: 46px;
  line-height: 22px;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  padding-right: 16px;
}
.header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers {
  position: relative;
}
.header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers .kolicon {
  margin-left: 20px;
  color: #666666;
}
.header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers:hover {
  cursor: pointer;
}
.header-nav .topinfluencers-list {
  position: absolute;
  left: 100%;
  z-index: -1;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  height: max-content;
}
.header-nav .topinfluencers-list .sub-menu-item {
  padding: 0 16px;
  height: 40px;
  line-height: 40px;
}
.header-nav .topinfluencers-list .sub-menu-item a {
  display: block;
  padding: 0;
  height: 100%;
  line-height: 40px;
  font-size: 12px;
  color: #333333;
}
.header-nav .topinfluencers-list .sub-menu-item:hover a {
  color: #F55345;
  font-weight: bold;
}
.header-nav .advanced-sub-menu {
  display: none;
  opacity: 0;
  height: 0;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #666;
  z-index: 4;
}
.header-nav .advanced-sub-menu .advanced-container {
  width: 560px;
}
.header-nav .advanced-sub-menu .advanced-double {
  width: 1120px;
}
.header-nav .advanced-sub-menu .advanced-list {
  width: 560px;
  padding: 8px 0;
}
.header-nav .advanced-sub-menu .advanced-title {
  padding: 8px 16px 10px 16px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
}
.header-nav .advanced-sub-menu .advance-link {
  padding: 12px 16px 12px 80px;
  position: relative;
  display: block;
  transition: 0.2s;
}
.header-nav .advanced-sub-menu .advance-link:hover {
  background-color: #F7F8FA;
}
.header-nav .advanced-sub-menu .advance-link .kolicon {
  position: absolute;
  top: 12px;
  left: 16px;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
}
.header-nav .advanced-sub-menu .advance-link .title {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.header-nav .advanced-sub-menu .advance-link .sub-title {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.header-nav .advanced-sub-menu .brand-campaign .kolicon {
  background: rgba(247, 181, 0, 0.1);
  color: #F7B500;
}
.header-nav .advanced-sub-menu .brand-favorite .kolicon {
  background: rgba(98, 54, 255, 0.1);
  color: #6236FF;
}
.header-nav .advanced-sub-menu .brand-email .kolicon {
  background: rgba(245, 106, 0, 0.1);
  color: #F56A00;
}
.header-nav .advanced-sub-menu .brand-marketing .kolicon {
  background-color: rgba(35, 187, 159, 0.1);
  color: #23BB9F;
}
.header-nav .advanced-sub-menu .brand-tiktok .kolicon {
  background: rgba(0, 150, 175, 0.1);
  color: #0096AF;
}
.header-nav .advanced-sub-menu .influencer-marketing .kolicon {
  background: rgba(0, 145, 255, 0.1);
  color: #0091FF;
}
.header-nav .advanced-sub-menu .kol-campaign .kolicon {
  background: rgba(245, 83, 69, 0.1);
  color: #F55345;
}
.header-nav .advanced-sub-menu .ytb-calculator .kolicon {
  background: rgba(0, 145, 255, 0.1);
  color: #0091FF;
}
.header-nav .advanced-sub-menu .ytb-video-analysis .kolicon {
  background: rgba(245, 106, 0, 0.1);
  color: #F56A00;
}
.header-nav .advanced-sub-menu .ytb-compare .kolicon {
  background: rgba(98, 54, 255, 0.1);
  color: #6236FF;
}
.header-nav .advanced-sub-menu .ytb-realtime .kolicon {
  background: rgba(247, 181, 0, 0.1);
  color: #F7B500;
}
.header-nav .advanced-sub-menu .marketing-calculator .kolicon {
  background: rgba(182, 32, 224, 0.1);
  color: #B620E0;
}
.header-nav .advanced-sub-menu .ytb-video-title .kolicon {
  background: rgba(36, 82, 178, 0.1);
  color: #2452B2;
}
.header-nav .advanced-sub-menu .ytb-thumbnails .kolicon {
  background: rgba(234, 51, 222, 0.1);
  color: #EA33DE;
}
.header-nav .advanced-sub-menu .ytb-trend .kolicon {
  background: rgba(245, 83, 69, 0.1);
  color: #F55345;
}
.header-nav .advanced-sub-menu .ytb-trend-keywords .kolicon {
  background: rgba(35, 187, 159, 0.1);
  color: #23BB9F;
}
.header-nav .market-list-menu .kolicon {
  font-size: 22px;
}
.header-nav .tool-list-menu .kolicon {
  font-size: 24px;
}
.header-option {
  float: right;
  white-space: nowrap;
  max-width: 41%;
}
.header-option .header-search {
  display: inline-block;
  vertical-align: top;
  max-width: 34%;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 0 36px;
}
.header-option .header-search .kolicon {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  top: 8px;
}
.header-option .header-search .kol-icon-search1 {
  left: 8px;
}
.header-option .header-search .kol-icon-close-circle-filled {
  cursor: pointer;
  right: 8px;
  display: none;
}
.header-option .header-search .header-search-input {
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  background-color: transparent;
  border: none;
  outline: none;
}
.header-option .header-search:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.header-option .header-search:focus-within {
  border-color: rgba(255, 255, 255, 0.3);
}
.header-option .header-lang {
  height: 38px;
  display: inline-block;
  position: relative;
}
.header-option .header-lang:hover .target-lang .icon {
  transform: rotate(90deg);
}
.header-option .header-lang:hover .dropdown-menu {
  display: block;
}
.header-option .header-lang .target-lang {
  width: 100%;
  height: 32px;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 26px;
  padding: 0 12px;
  font-size: 14px;
  cursor: pointer;
}
.header-option .header-lang .target-lang span {
  vertical-align: middle;
}
.header-option .header-lang .target-lang .icon {
  font-size: 8px;
  margin-left: 9px;
  transform: rotate(-90deg);
  color: rgba(255, 255, 255, 0.6);
  transition: transform 0.1s linear;
}
.header-option .header-lang .dropdown-menu {
  position: absolute;
  top: 36px;
  width: 96px;
  border-radius: 8px;
  padding: 8px 0;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  display: none;
}
.header-option .header-lang .dropdown-menu li {
  line-height: 22px;
}
.header-option .header-lang .dropdown-menu li a {
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666666;
}
.header-option .header-lang .dropdown-menu li:hover {
  background: #f7f8fa;
}
.header-option .header-lang .dropdown-menu li:hover a {
  color: #333333;
  font-weight: bold;
}
.header-option .btn-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
}
.header-option .btn-list .header-login-btn {
  display: inline-block;
  line-height: 32px;
  font-size: 14px;
  padding: 0 16px;
  color: #fff;
  transition: 0.2s;
  border-radius: 4px;
  cursor: pointer;
}
.header-option .btn-list .header-login-btn:hover {
  background-color: #f55345;
}
.header-option .user-block {
  display: inline-block;
  vertical-align: top;
  margin-left: 16px;
  position: relative;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.header-option .user-block .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.header-option .user-block .user-avatar .user-img {
  width: 100%;
}
.header-option .user-block .user-info-wrap {
  position: absolute;
  top: 32px;
  right: 0;
  padding-top: 4px;
  background-color: transparent;
  display: none;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.header-option .user-block .user-info-wrap .user-info {
  width: 214px;
  border-radius: 8px;
  overflow: hidden;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord {
  width: 100%;
  min-height: 102px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/fa5f5382.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 16px 16px 0 16px;
  color: #fff;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-account {
  font-size: 14px;
  line-height: 22px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent,
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent {
  margin-top: 8px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email .email {
  display: block;
  width: 134px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email .Unbound {
  margin-left: 8px;
  padding: 0px 8px;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap {
  display: block;
  margin-top: 4px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip {
  height: 18px;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 12px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .vip-icon {
  display: block;
  height: 100%;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .vip-icon::after {
  position: absolute;
  right: -15px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 15px solid transparent;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .icon {
  display: block;
  width: 14px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: 2px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .free {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/2adbe935.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/46a795da.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .jp-basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/878d77d6.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .profession {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/dfdd4d66.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .business {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/c5e98499.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .advanced,
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .enterprise {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/263ee96f.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .customized {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/ba8621a4.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .no-icon {
  padding-left: 4px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon {
  background-color: #ffeb00;
  height: 18px;
  line-height: 18px;
  color: #f55345;
  padding: 0 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  cursor: pointer;
  position: relative;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::before,
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 18px;
  left: -4px;
  top: 0px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/503b1d8b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::after {
  left: auto;
  right: -4px;
  transform: rotateZ(180deg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .expire {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .expire .renewal {
  color: #fff;
  padding: 0 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  margin-left: 16px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .expire .renewal:hover {
  background-color: #fdddda;
  color: #f55345;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap {
  display: block;
  margin-top: 4px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap .purchase {
  font-size: 12px;
  line-height: 20px;
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap .kolicon {
  margin-left: 4px;
  transform: scale(0.7);
  vertical-align: -1px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav {
  padding: 8px 0;
  background-color: #fff;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item {
  line-height: 38px;
  font-size: 14px;
  height: 38px;
  cursor: pointer;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item .user-nav-link {
  padding: 0 16px;
  display: block;
  color: #666;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item .kolicon {
  margin-right: 8px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item:hover {
  background-color: #f7f8fa;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item:hover .user-nav-link {
  color: #333;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-divide {
  border-top: 1px solid #f4f5f7;
  margin: 8px 16px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .other-account {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account {
  display: flex;
  align-items: center;
  pointer-events: none;
  cursor: default;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account .relation-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account .relation-name {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-mes {
  background-color: #F55345;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  border-radius: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: default;
  pointer-events: none;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation:hover {
  background-color: #f7f8fa;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box {
  padding: 0 16px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more {
  width: 100%;
  height: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .see-other {
  font-size: 12px;
  color: #666;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .more-account {
  font-size: 12px;
  font-weight: bold;
  color: #F55345;
  margin-right: 8px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .right-nav {
  color: #666;
  font-size: 12px;
}
.header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more:hover {
  background-color: #f7f8fa;
}
.header-option .user-block:hover .user-info-wrap {
  display: block;
}
.cn-header {
  width: 100%;
  height: 64px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  user-select: none;
  transition: 0.3s;
  z-index: 11000;
}
.cn-header-container {
  height: 100%;
  padding: 16px 32px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.cn-header-container:before,
.cn-header-container:after {
  content: "";
  display: table;
}
.cn-header-container:after {
  clear: both;
  overflow: hidden;
}
.cn-header-container .logo {
  float: left;
  width: 75px;
  height: 24px;
  display: block;
}
.cn-header-container .logo img {
  width: 100%;
  height: 100%;
}
.cn-header-nav {
  float: left;
  line-height: 32px;
  font-size: 14px;
  color: #333333;
}
.cn-header-nav .hot-icon {
  font-style: normal;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/cnHeader/header-img/2651a99a.svg);
  background-size: contain;
  display: inline-block;
  width: 32px;
  height: 18px;
  background-repeat: no-repeat;
  vertical-align: -2px;
  margin-left: 4px;
}
.cn-header-nav .nav-item {
  float: left;
  margin-left: 32px;
  transition: 0.2s;
  position: relative;
}
.cn-header-nav .nav-item .nav-link {
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  display: block;
  position: relative;
  z-index: 3;
}
.cn-header-nav .nav-item .nav-link .vip-icon {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/cnHeader/header-img/a821f9d5.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  display: inline-block;
  width: 14px;
  height: 16px;
  vertical-align: -2px;
}
.cn-header-nav .nav-item.has-sub-menu:after {
  font-family: "kolicon" !important;
  font-size: 12px;
  content: "\e6f8";
  transform: rotate(-90deg) scale(0.8);
  transition: all 0.2s;
  position: absolute;
  right: 0;
  top: 0;
}
.cn-header-nav .nav-item.has-sub-menu .nav-link {
  padding-right: 16px;
}
.cn-header-nav .nav-item.has-sub-menu .nav-link:hover {
  color: #333333;
  font-weight: bold;
}
.cn-header-nav .nav-item.has-sub-menu:hover .sub-menu,
.cn-header-nav .nav-item.has-sub-menu:hover .advanced-sub-menu {
  display: block;
  transition: all 0.2s;
  opacity: 1;
  height: auto;
}
.cn-header-nav .nav-item.has-sub-menu:hover:after {
  transform: rotate(90deg) scale(0.8);
}
.cn-header-nav .nav-item.no-sub-menu:hover {
  color: #333333;
  font-weight: bold;
}
.cn-header-nav .nav-item.more {
  margin-right: 26px;
}
.cn-header-nav .nav-item.more .nav-link {
  transform: translateY(-8px);
  font-size: 24px;
}
.cn-header-nav .nav-item.more::after {
  content: '';
  display: none;
}
.cn-header-nav .sub-menu {
  display: none;
  opacity: 0;
  height: 0;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  color: #666;
  z-index: 4;
}
.cn-header-nav .sub-menu .sub-menu-container {
  position: relative;
  padding: 8px 0;
}
.cn-header-nav .sub-menu .sub-menu-item:hover {
  background-color: #F7F8FA;
  font-weight: bold;
}
.cn-header-nav .sub-menu .sub-menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  padding: 0 16px 8px;
  color: #333;
}
.cn-header-nav .sub-menu .no-hover:hover {
  background: inherit;
}
.cn-header-nav .sub-menu .sub-menu-link {
  height: 72px;
  position: relative;
  display: block;
  padding: 12px 16px;
}
.cn-header-nav .sub-menu .name {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.cn-header-nav .sub-menu .title {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
}
.cn-header-nav .top-list-menu .top-list-tab {
  width: 100%;
  padding: 16px;
  padding-bottom: 0;
  border-bottom: 1px solid #F4F5F7;
  white-space: nowrap;
}
.cn-header-nav .top-list-menu .top-list-tab .top-tab-item {
  display: inline-block;
  padding: 0 16px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
  transition: 0.2s;
  cursor: pointer;
  user-select: none;
}
.cn-header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link {
  display: block;
  margin-bottom: 14px;
}
.cn-header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link .kolicon {
  font-size: 16px;
  margin-right: 8px;
}
.cn-header-nav .top-list-menu .top-list-tab .top-tab-item .tab-link .kol-icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  vertical-align: -4px;
  background-size: 100%;
}
.cn-header-nav .top-list-menu .top-list-tab .top-tab-item:hover {
  opacity: 1;
  color: #333;
}
.cn-header-nav .top-list-menu .top-list-tab .active {
  border-bottom: 2px solid #F55345;
  opacity: 1;
  color: #333;
}
.cn-header-nav .top-list-menu .top-list-content {
  white-space: nowrap;
  padding: 8px 16px;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane {
  display: none;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column {
  display: inline-block;
  padding-right: 32px;
  padding-left: 16px;
  border-right: 1px solid #F4F5F7;
  vertical-align: top;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column:last-child {
  border-right: none;
  padding-right: 0;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column:first-child {
  padding-left: 0;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-title {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item {
  margin-top: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item:hover {
  color: #F55345;
}
.cn-header-nav .top-list-menu .top-list-content .content-pane .top-menu-column .top-menu-list .top-menu-item .active {
  color: #F55345;
}
.cn-header-nav .top-list-menu .top-list-content .active {
  display: block;
}
.cn-header-nav .resources-list-menu .sub-menu-list .sub-menu-link {
  height: 46px;
  line-height: 22px;
  font-size: 14px;
  color: #333;
  padding-right: 16px;
}
.cn-header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers {
  position: relative;
}
.cn-header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers .kolicon {
  margin-left: 20px;
  color: #666666;
}
.cn-header-nav .resources-list-menu .sub-menu-list .sub-menu-link.topinfluencers:hover {
  cursor: pointer;
  font-weight: bold;
}
.cn-header-option {
  float: right;
  white-space: nowrap;
}
.cn-header-option .header-search {
  display: inline-block;
  vertical-align: top;
  width: 216px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  background: #F4F5F7;
  position: relative;
  padding: 0 36px;
}
.cn-header-option .header-search .kolicon {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  color: #B3B3B7;
  top: 8px;
}
.cn-header-option .header-search .kol-icon-search1 {
  left: 8px;
}
.cn-header-option .header-search .kol-icon-close-circle-filled {
  cursor: pointer;
  right: 8px;
  display: none;
}
.cn-header-option .header-search .header-search-input {
  width: 100%;
  height: 100%;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  color: #333333;
  background-color: transparent;
  border: none;
  outline: none;
}
.cn-header-option .header-search:hover {
  border-color: rgba(255, 255, 255, 0.3);
}
.cn-header-option .header-search:focus-within {
  border-color: rgba(255, 255, 255, 0.3);
}
.cn-header-option .cn-header-consult {
  width: 116px;
  height: 32px;
  display: inline-block;
  position: relative;
}
.cn-header-option .cn-header-consult .consult-btn {
  margin-left: 16px;
  padding: 5px 16px;
  border-radius: 4px;
  border: 1px solid #F55345;
  font-size: 14px;
  background-color: #ffffff;
  font-weight: 400;
  color: #F55345;
  line-height: 22px;
  cursor: pointer;
}
.cn-header-option .cn-header-consult .consult-btn:hover {
  background: #F55345;
  color: #FFFFFF;
}
.cn-header-option .btn-list {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
}
.cn-header-option .btn-list .header-login-btn {
  background: #F55345;
  display: inline-block;
  font-size: 14px;
  padding: 5px 16px;
  color: #fff;
  font-weight: 500;
  line-height: 22px;
  transition: 0.2s;
  border-radius: 4px;
  cursor: pointer;
}
.cn-header-option .btn-list .header-login-btn:hover {
  background-color: #f55345;
}
.cn-header-option .user-block {
  display: inline-block;
  vertical-align: top;
  margin-left: 32px;
  position: relative;
}
.cn-header-option .user-block .user-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.cn-header-option .user-block .user-avatar .user-img {
  width: 100%;
}
.cn-header-option .user-block .user-info-wrap {
  position: absolute;
  z-index: 1;
  top: 32px;
  right: 0;
  padding-top: 4px;
  background-color: transparent;
  display: none;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.cn-header-option .user-block .user-info-wrap .user-info {
  width: 214px;
  border-radius: 8px;
  overflow: hidden;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord {
  width: 100%;
  min-height: 102px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/cnHeader/header-img/fa5f5382.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 16px 16px 0 16px;
  color: #fff;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-account {
  font-size: 14px;
  line-height: 22px;
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent,
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent {
  margin-top: 8px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email .email {
  display: block;
  width: 134px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-parent-email .Unbound {
  margin-left: 8px;
  padding: 0px 8px;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap {
  display: block;
  margin-top: 4px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip {
  height: 18px;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 12px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .vip-icon {
  display: block;
  height: 100%;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .vip-icon::after {
  position: absolute;
  right: -15px;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 15px solid transparent;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .icon {
  display: block;
  width: 14px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: 2px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .free {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/2adbe935.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/46a795da.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .jp-basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/878d77d6.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .profession {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/dfdd4d66.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .business {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/c5e98499.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .advanced,
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .enterprise {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/263ee96f.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .customized {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/ba8621a4.svg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .no-icon {
  padding-left: 4px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon {
  background-color: #ffeb00;
  height: 18px;
  line-height: 18px;
  color: #f55345;
  padding: 0 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  cursor: pointer;
  position: relative;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::before,
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 18px;
  left: -4px;
  top: 0px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/cnHeader/header-img/503b1d8b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-coupon::after {
  left: auto;
  right: -4px;
  transform: rotateZ(180deg);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .expire {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .expire .renewal {
  color: #fff;
  padding: 0 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  margin-left: 16px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .expire .renewal:hover {
  background-color: #fdddda;
  color: #f55345;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap {
  display: block;
  margin-top: 4px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap .purchase {
  font-size: 12px;
  line-height: 20px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-dashbord .purchase-wrap .kolicon {
  margin-left: 4px;
  transform: scale(0.7);
  vertical-align: -1px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav {
  padding: 8px 0;
  background-color: #fff;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item {
  line-height: 38px;
  font-size: 14px;
  height: 38px;
  cursor: pointer;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item .user-nav-link {
  padding: 0 16px;
  display: block;
  color: #666;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item .kolicon {
  margin-right: 8px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item:hover {
  background-color: #f7f8fa;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-item:hover .user-nav-link {
  color: #333;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .user-nav-divide {
  border-top: 1px solid #f4f5f7;
  margin: 8px 16px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .other-account {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account {
  display: flex;
  align-items: center;
  cursor: default;
  pointer-events: none;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account .relation-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-account .relation-name {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation .relation-mes {
  background-color: #F55345;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  border-radius: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  cursor: default;
  pointer-events: none;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .user-nav-list .kol-nav-relation:hover {
  background-color: #f7f8fa;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box {
  padding: 0 16px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more {
  width: 100%;
  height: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .see-other {
  font-size: 12px;
  color: #666;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .more-account {
  font-size: 12px;
  font-weight: bold;
  color: #F55345;
  margin-right: 8px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more .right-nav {
  color: #666;
  font-size: 12px;
}
.cn-header-option .user-block .user-info-wrap .user-info .user-nav .content-more-box .content-more:hover {
  background-color: #f7f8fa;
}
.cn-header-option .user-block:hover .user-info-wrap {
  display: block;
}
.no-header {
  width: 100%;
  height: 96px;
  background: #f7f8fa;
}
.no-header .no-header-content {
  width: 1184px;
  margin: auto;
  padding-top: 32px;
  height: 100%;
}
.no-header .no-header-content .logo {
  display: inline-block;
}
.no-header .no-header-content .logo img {
  width: 96px;
}
.no-header .no-header-content .header-lang {
  color: #666666;
  height: 38px;
  margin-left: 16px;
  display: inline-block;
  position: relative;
}
.no-header .no-header-content .header-lang:hover .target-lang .icon {
  transform: rotate(90deg);
}
.no-header .no-header-content .header-lang:hover .dropdown-menu {
  display: block;
}
.no-header .no-header-content .header-lang .target-lang {
  width: 100%;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 26px;
  padding: 0 12px;
  font-size: 14px;
  background: #ffffff;
  border-radius: 4px;
  white-space: nowrap;
  border: 1px solid #e5e7eb;
  cursor: pointer;
}
.no-header .no-header-content .header-lang .target-lang span {
  vertical-align: middle;
}
.no-header .no-header-content .header-lang .target-lang .icon {
  vertical-align: middle;
  font-size: 8px;
  margin-left: 9px;
  transform: rotate(-90deg);
  transition: transform 0.1s linear;
}
.no-header .no-header-content .header-lang .dropdown-menu {
  position: absolute;
  top: 36px;
  width: 96px;
  border-radius: 8px;
  padding: 8px 0;
  background: #ffffff;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 100;
}
.no-header .no-header-content .header-lang .dropdown-menu li {
  line-height: 22px;
}
.no-header .no-header-content .header-lang .dropdown-menu li a {
  display: inline-block;
  padding: 8px 16px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666666;
}
.no-header .no-header-content .header-lang .dropdown-menu li:hover {
  background: #f7f8fa;
}
.no-header .no-header-content .header-lang .dropdown-menu li:hover a {
  color: #333333;
  font-weight: bold;
}
.no-header .no-header-content .close {
  vertical-align: top;
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
  margin-left: 24px;
  color: #666666;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.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/07/public/img/home/ba9f1a3b.png) no-repeat;
}
.icon-links .icon-link.icon-twitter {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/6c183dc0.png) no-repeat;
}
.icon-links .icon-link.icon-instagram {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/ca0d7e77.png) no-repeat;
}
.footer,
.footer-landingpage,
.footer-valentine {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/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/07/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/07/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/07/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/07/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);
}
.cn-footer-wrap {
  background-color: #162041;
  width: 100%;
  height: 572px;
  position: relative;
  padding: 24px 70px;
}
.cn-footer-wrap .cn-footer-line {
  margin: 0 auto;
  width: 1400px;
  height: 1px;
  background: #ffffff;
  opacity: 0.1;
}
@media (max-width: 1480px) {
  .cn-footer-wrap .cn-footer-line {
    width: 1200px;
  }
}
.cn-footer-wrap .cn-footer-top {
  margin: 0 auto;
  width: 1400px;
  height: 57px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  position: relative;
}
@media (max-width: 1480px) {
  .cn-footer-wrap .cn-footer-top {
    width: 1200px;
  }
}
.cn-footer-wrap .cn-footer-top .pull-left .marketing-logo {
  width: 75px;
  height: 24px;
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/3368aa60.svg) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
}
.cn-footer-wrap .cn-footer-top .pull-left .cn-marketing-logo {
  background: transparent url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/3368aa60.svg) no-repeat;
  background-size: 100% 100%;
}
.cn-footer-wrap .cn-footer-top .pull-left .top-text {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 20px;
  margin-left: 32px;
  vertical-align: text-bottom;
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang {
  min-width: 64px;
  font-size: 0;
  text-align: left;
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang:hover .lang {
  color: #666;
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang:hover .lang > .icon:nth-child(3),
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang:hover .lang .name:nth-child(3) {
  transition: transform 0.3s;
  transform: rotate(90deg);
}
.cn-footer-wrap .cn-footer-top .pull-right .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;
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang .icon-icon-arrowdown {
  transition: transform 400ms linear;
}
.cn-footer-wrap .cn-footer-top .pull-right .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;
}
.cn-footer-wrap .cn-footer-top .pull-right .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);
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang > .icon,
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang .name {
  font-size: 12px;
  line-height: 30px;
  vertical-align: top;
  color: #ffffff;
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang > .icon:nth-child(2),
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang .name:nth-child(2) {
  display: inline-block;
  width: 78px;
  color: rgba(255, 255, 255, 0.6);
}
.cn-footer-wrap .cn-footer-top .pull-right .nav-lang .lang > .icon:nth-child(3),
.cn-footer-wrap .cn-footer-top .pull-right .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);
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown {
  width: 160px;
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown .dropdown-menu {
  z-index: 101;
  display: none;
  position: absolute;
  bottom: 58px;
  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);
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown .dropdown-menu .list-item {
  display: block;
  margin: 0;
  padding: 0;
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown .dropdown-menu .link {
  color: inherit;
  font-size: 14px;
  display: block;
  line-height: 32px;
  color: #444;
  width: 100%;
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown .dropdown-menu .link:hover {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown:hover .dropdown-menu {
  display: block;
}
.cn-footer-wrap .cn-footer-top .pull-right .dropdown:hover .icon-icon-arrowdown {
  transform: rotate(180deg);
}
.cn-footer-wrap .cn-footer-container {
  margin: 0 auto;
  width: 1400px;
  height: 405px;
}
@media (max-width: 1480px) {
  .cn-footer-wrap .cn-footer-container {
    width: 1200px;
  }
}
.cn-footer-wrap .cn-footer-container .links-wrap {
  width: 100%;
}
.cn-footer-wrap .cn-footer-container .links-wrap > li {
  vertical-align: top;
  display: inline-block;
  width: 229px;
  text-align: left;
}
@media (max-width: 1480px) {
  .cn-footer-wrap .cn-footer-container .links-wrap > li {
    width: 200px;
  }
}
.cn-footer-wrap .cn-footer-container .links-wrap li .title {
  margin-top: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 20px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links {
  margin-top: 16px;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links li + li {
  margin-top: 8px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li:not(.clearfix) {
  opacity: 0.8;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li:not(.icon-links):hover {
  opacity: 1;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li:not(.icon-links):hover .link {
  color: #FFFFFF;
  font-weight: bold;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li:not(.icon-links):hover .kolicon {
  color: #FFFFFF;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item {
  display: inline-block;
  width: 16px;
  text-align: center;
  opacity: 0.8;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item i {
  font-size: 20px;
  display: inline-block;
  width: 16px;
  height: 18px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item:hover {
  opacity: 1;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item:hover i {
  color: #FFFFFF;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item:not(:last-child) {
  margin-right: 16px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item:not(:first-child) i {
  font-size: 20px;
  line-height: 18px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.kakao,
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp {
  margin-left: -4px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.kakao i,
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp i {
  font-size: 20px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp {
  position: relative;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp:hover {
  cursor: pointer;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp:hover::after {
  display: inline-block;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .links > li.icon-links .icon-item.whatsApp::after {
  position: absolute;
  content: "";
  display: none;
  width: 200px;
  height: 229px;
  bottom: 20px;
  left: -92px;
  z-index: 100;
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/tool/6ad689e5.png) no-repeat;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .facebook-icon {
  display: block;
  height: 16px;
  width: 16px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/cnHome/0e0ff55a.png);
  background-size: 100% 100%;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap {
  width: 130px;
  height: 178px;
  background-color: #ffffff22;
  border-radius: 4px;
  padding: 8px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap .wechat-img {
  opacity: 1;
  width: 114px;
  height: 114px;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap .QR-text-wrap {
  display: flex;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap .QRcode,
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap .QRdes {
  display: inline-block;
}
.cn-footer-wrap .cn-footer-container .links-wrap li .wechat-wrap .QRdes {
  margin: 4px 3px 8px 3px;
  width: 108px;
  height: 40px;
  font-size: 12px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 20px;
}
.cn-footer-wrap .cn-footer-bottom {
  margin: 0 auto;
  width: 1400px;
  padding: 24px 0;
}
@media (max-width: 1480px) {
  .cn-footer-wrap .cn-footer-bottom {
    width: 1200px;
  }
}
.cn-footer-wrap .cn-footer-bottom .iresearch-image {
  width: 128px;
  height: 32px;
}
.cn-footer-wrap .cn-footer-bottom .link {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  line-height: normal;
  font-size: 14px;
  font-weight: 400;
  margin-left: 32px;
}
.cover-content,
.convert-content {
  min-height: 216px;
  padding: 32px;
  text-align: center;
}
.cover-content .cover-title,
.convert-content .cover-title,
.cover-content .convert-title,
.convert-content .convert-title {
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.cover-content .cover-icon,
.convert-content .cover-icon {
  width: 100%;
  height: 48px;
  line-height: 48px;
  font-size: 48px;
  text-align: center;
}
.cover-content .cover-icon .kol-icon-correct-circle,
.convert-content .cover-icon .kol-icon-correct-circle {
  color: #52C41A;
}
.cover-content .cover-sub-title,
.convert-content .cover-sub-title {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-top: 16px;
}
.cover-content .cover-link,
.convert-content .cover-link {
  display: block;
  text-align: center;
  margin-top: 8px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-decoration: underline;
}
.cover-content .cover-description,
.convert-content .cover-description,
.cover-content .cover-compare,
.convert-content .cover-compare {
  font-size: 14px;
  line-height: 20px;
  color: #707070;
  margin-top: 21px;
}
.cover-content .cover-description .cover-contact,
.convert-content .cover-description .cover-contact,
.cover-content .cover-compare .cover-contact,
.convert-content .cover-compare .cover-contact {
  color: #F55345;
  text-decoration: underline;
}
.cover-content .red,
.convert-content .red {
  color: #F55345;
}
.cover-content .color-999,
.convert-content .color-999 {
  color: #999;
}
.cover-content .text-left,
.convert-content .text-left {
  text-align: left;
}
.cover-content .cover-compare,
.convert-content .cover-compare {
  text-align: left;
}
.cover-content .cover-compare .weight,
.convert-content .cover-compare .weight {
  font-weight: bold;
}
.cover-content .cover-input-wrap,
.convert-content .cover-input-wrap {
  width: 100%;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  padding: 0 12px;
}
.cover-content .cover-input-wrap .cover-input,
.convert-content .cover-input-wrap .cover-input {
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  border: none;
  outline: none;
}
.cover-content .cover-input-wrap .cover-input::-webkit-input-placeholder,
.convert-content .cover-input-wrap .cover-input::-webkit-input-placeholder {
  color: #ccc;
}
.cover-content .cover-tips,
.convert-content .cover-tips {
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #999;
  min-height: 20px;
}
.cover-content .cover-tips .red,
.convert-content .cover-tips .red {
  color: #F55345;
}
.cover-content .cover-divide-dash,
.convert-content .cover-divide-dash {
  width: 100%;
  height: 0px;
  border-bottom: 1px dashed #E5E7EB;
  margin: 16px 0;
}
.cover-content .cover-opr-wrap,
.convert-content .cover-opr-wrap {
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  text-align: left;
}
.cover-content .cover-opr-wrap .opr-line,
.convert-content .cover-opr-wrap .opr-line {
  user-select: none;
}
.cover-content .cover-opr-wrap .opr-line .select-email,
.convert-content .cover-opr-wrap .opr-line .select-email {
  cursor: pointer;
}
.cover-content .cover-opr-wrap .opr-line .checkbox,
.convert-content .cover-opr-wrap .opr-line .checkbox {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #ccc;
  vertical-align: -3px;
  margin-right: 3px;
}
.cover-content .cover-opr-wrap .opr-line .checkbox:hover,
.convert-content .cover-opr-wrap .opr-line .checkbox:hover {
  border-color: #F55345;
}
.cover-content .cover-opr-wrap .opr-line .checkbox .kolicon,
.convert-content .cover-opr-wrap .opr-line .checkbox .kolicon {
  display: none;
}
.cover-content .cover-opr-wrap .opr-line .select-email-disabled,
.convert-content .cover-opr-wrap .opr-line .select-email-disabled {
  color: #ccc;
  cursor: default;
}
.cover-content .cover-opr-wrap .opr-line .select-email-disabled .checkbox,
.convert-content .cover-opr-wrap .opr-line .select-email-disabled .checkbox {
  background-color: #eee;
}
.cover-content .cover-opr-wrap .opr-line .select-email-disabled .checkbox:hover,
.convert-content .cover-opr-wrap .opr-line .select-email-disabled .checkbox:hover {
  border-color: #ccc;
}
.cover-content .cover-opr-wrap .opr-line .checked,
.convert-content .cover-opr-wrap .opr-line .checked {
  border-color: #F55345;
  background-color: #F55345;
}
.cover-content .cover-opr-wrap .opr-line .checked .kolicon,
.convert-content .cover-opr-wrap .opr-line .checked .kolicon {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  vertical-align: top;
}
.cover-content .cover-warn,
.convert-content .cover-warn {
  text-align: left;
  color: #F55345;
  font-size: 14px;
  margin-top: 8px;
  display: none;
}
.cover-content .cover-warn .link,
.convert-content .cover-warn .link {
  text-decoration: underline;
}
.cover-content .cover-alert,
.convert-content .cover-alert {
  width: 100%;
  min-height: 36px;
  text-align: center;
  border-radius: 4px;
  background: #F7F8FA;
  border: 1px solid #F1F2F4;
  font-size: 12px;
  line-height: 36px;
  margin-top: 26px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.cover-content .cover-alert .red,
.convert-content .cover-alert .red {
  margin: 0 5px;
  color: #F55345;
}
.cover-content .cover-message,
.convert-content .cover-message {
  background-color: #F7F8FA;
  border-radius: 8px;
  width: 100%;
  padding: 16px;
  text-align: left;
}
.cover-content .cover-message .cover-message-item,
.convert-content .cover-message .cover-message-item {
  margin-bottom: 16px;
}
.cover-content .cover-message .cover-message-item:last-child,
.convert-content .cover-message .cover-message-item:last-child {
  margin-bottom: 0;
}
.cover-content .cover-message .cover-message-item .msg-title,
.convert-content .cover-message .cover-message-item .msg-title,
.cover-content .cover-message .cover-message-item .msg-info,
.convert-content .cover-message .cover-message-item .msg-info {
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.cover-content .cover-message .cover-message-item .msg-info,
.convert-content .cover-message .cover-message-item .msg-info {
  font-weight: bold;
}
.cover-content .cover-message .cover-message-item .red,
.convert-content .cover-message .cover-message-item .red {
  margin: 0 5px;
  color: #F55345;
}
.cover-content .cover-check,
.convert-content .cover-check {
  margin-top: 16px;
  text-align: left;
  line-height: 22px;
}
.cover-content .cover-check .check-cube,
.convert-content .cover-check .check-cube {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 4px;
  cursor: pointer;
  line-height: 14px;
  color: transparent;
  transition: 0.2s;
}
.cover-content .cover-check .check-text,
.convert-content .cover-check .check-text {
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cover-content .cover-check input:checked + label .check-cube,
.convert-content .cover-check input:checked + label .check-cube {
  background-color: #F55345;
  border-color: #F55345;
  color: #fff;
}
.cover-content .next-time,
.convert-content .next-time {
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  color: #F55345;
}
.cover-content .cover-button-content,
.convert-content .cover-button-content {
  width: 100%;
  height: 40px;
  text-align: left;
  margin-top: 24px;
}
.cover-content .convert-button-content,
.convert-content .convert-button-content {
  width: 100%;
  height: 40px;
  text-align: center;
  margin-top: 31px;
}
.cover-content .cover-button,
.convert-content .cover-button {
  width: 190px;
  margin-right: 16px;
  border: none;
}
.cover-content .cover-button:last-child,
.convert-content .cover-button:last-child {
  margin-right: 0px;
}
.cover-content .cover-button-large,
.convert-content .cover-button-large {
  width: 100%;
  border: none;
}
.cover-content .cover-button-disable,
.convert-content .cover-button-disable {
  background-color: #999;
  cursor: default;
}
.cover-content .cover-button-disable:hover,
.convert-content .cover-button-disable:hover {
  background-color: #999;
}
.cover-content .cover-close,
.convert-content .cover-close,
.cover-content .convert-close,
.convert-content .convert-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 24px;
  cursor: pointer;
}
.login-wrap {
  width: 432px !important;
  background-color: transparent !important;
}
.login-wrap .cover-content {
  padding: 0;
  position: relative;
}
.login-wrap .cover-close {
  position: absolute;
  top: 0;
  right: -40px;
  padding: 0;
  cursor: pointer;
  color: #fff;
  font-size: 20px;
}
.login-wrap .login-content {
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}
#cover-to-subAccountUnable .cover-question {
  color: #333333;
  font-size: 14px;
  margin-top: 21px;
  font-weight: 500;
}
#cover-to-subAccountUnable .cover-description {
  margin-top: 4px;
}
.un-bound .cover-content {
  min-height: 216px;
  padding: 32px;
  text-align: center;
}
.un-bound .cover-content .cover-title {
  font-size: 24px;
  line-height: 33px;
  color: #333;
}
.un-bound .cover-content .cover-description {
  font-size: 14px;
  line-height: 22px;
  margin-top: 16px;
}
.un-bound .cover-content .cover-description .qua {
  color: #333333;
  font-weight: 500;
  display: block;
}
.un-bound .cover-content .cover-description .des {
  display: block;
  color: #999999;
}
.sale-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11001;
}
.sale-cover .sale-back,
.sale-cover .sale-front {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 575px;
  height: 497px;
  z-index: 1;
}
.sale-cover .sale-front {
  z-index: 2;
  text-align: center;
  padding-top: 55px;
}
.sale-cover .sale-front .sale-title {
  margin-left: 10px;
  font-size: 24px;
  line-height: 32px;
  color: #333;
  display: block;
  font-weight: bold;
}
.sale-cover .sale-front .sale-desc {
  margin-left: 10px;
  font-size: 14px;
  line-height: 20px;
  height: 60px;
  color: #666;
  display: inline-block;
  width: 260px;
  margin-top: 8px;
}
.sale-cover .sale-front .sale-coupon-wrap {
  margin-top: 22px;
  height: 120px;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon {
  text-align: left;
  padding-left: 155px;
  height: 46px;
  margin-bottom: 28px;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon:last-child {
  margin-bottom: 0;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon .coupon-number {
  width: 78px;
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  font-weight: bold;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon .coupon-number sub {
  font-size: 20px;
  line-height: 36px;
  vertical-align: bottom;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon .coupon-desc {
  margin-left: 8px;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon .coupon-desc .coupon-require {
  display: block;
  font-size: 12px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.sale-cover .sale-front .sale-coupon-wrap .sale-coupon .coupon-desc .coupon-deadline {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  line-height: 20px;
  color: #999;
}
.sale-cover .sale-front .sale-receive-btn {
  margin-left: 125px;
  margin-top: 103px;
  width: 324px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFEB00;
  color: #F55345;
  font-size: 18px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}
.sale-cover .sale-front .sale-receive-btn.disabled {
  cursor: default;
  background-color: #C92D20;
  color: #f55345;
}
.sale-cover .sale-front .sale-add {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  margin-top: 8px;
  opacity: 0.6;
}
.sale-cover .sale-front .sale-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -27px;
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  cursor: pointer;
}
@keyframes ellipsis {
  from {
    width: 0px;
  }
  to {
    width: 16px;
  }
}
.login-content {
  width: 100%;
  min-height: 524px;
}
.divide-line {
  height: 0;
  width: 100%;
  border-bottom: 1px solid #E5E7EB;
  position: relative;
}
.divide-line .divide-text {
  position: absolute;
  background-color: #fff;
  color: #666;
  padding: 0 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  line-height: 22px;
}
.login-tab {
  width: 100%;
  height: 64px;
  background-color: #F4F5F7;
  position: relative;
  user-select: none;
}
.login-tab .tab-content {
  display: block;
  position: absolute;
  top: 0;
  width: 52%;
  height: 100%;
  padding-top: 18px;
  text-align: center;
  line-height: 28px;
  font-size: 20px;
  color: #666;
  cursor: pointer;
}
.login-tab .tab-content:hover {
  color: #F55345;
}
.login-tab [data-user-type=brand] {
  right: 0;
  box-shadow: inset 20px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.login-tab [data-user-type=kol] {
  left: 0;
  box-shadow: inset -20px 0px 16px 0px rgba(0, 0, 0, 0.16);
}
.login-tab .active {
  color: #F55345;
  z-index: 1;
  background-color: #fff;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  box-shadow: none;
}
.login-choose-title {
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 24px;
}
.login-main {
  width: 100%;
  min-height: calc(100% - 64px);
  padding: 24px 32px 80px;
}
.login-main .login-title {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.login-main .input-wrap {
  width: 100%;
  height: 40px;
}
.login-main .input-wrap .input-content,
.login-main .input-wrap .input-content-short {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
}
.login-main .input-wrap .input-content .input,
.login-main .input-wrap .input-content-short .input {
  width: calc(100% - 44px);
  border: none;
  outline: none;
  margin-left: 36px;
  display: block;
  line-height: 38px;
  font-size: 16px;
  color: #333;
}
.login-main .input-wrap .input-content .input:-internal-autofill-previewed,
.login-main .input-wrap .input-content-short .input:-internal-autofill-previewed,
.login-main .input-wrap .input-content .input:-internal-autofill-selected,
.login-main .input-wrap .input-content-short .input:-internal-autofill-selected {
  -webkit-text-fill-color: #333 !important;
  transition: background-color 50000s ease-in-out 0s !important;
  transition-delay: 50000s;
  background-color: #fff !important;
}
.login-main .input-wrap .input-content .input::-webkit-input-placeholder,
.login-main .input-wrap .input-content-short .input::-webkit-input-placeholder {
  font-size: 16px;
  color: #ccc;
}
.login-main .input-wrap .input-content:hover,
.login-main .input-wrap .input-content-short:hover {
  box-shadow: 0 0 0 3px rgba(245, 83, 69, 0.19);
}
.login-main .input-wrap .input-content:focus-within,
.login-main .input-wrap .input-content-short:focus-within {
  border: 1px solid #F55345;
  box-shadow: 0 0 0 3px rgba(245, 83, 69, 0.19);
}
.login-main .input-wrap .input-content .input-short,
.login-main .input-wrap .input-content-short .input-short {
  width: calc(100% - 72px);
}
.login-main .input-wrap .input-content .hide,
.login-main .input-wrap .input-content-short .hide {
  display: none;
}
.login-main .input-wrap .input-content .kolicon,
.login-main .input-wrap .input-content-short .kolicon {
  position: absolute;
  color: #999;
  font-size: 16px;
  top: 12px;
}
.login-main .input-wrap .input-content .kol-icon-email2,
.login-main .input-wrap .input-content-short .kol-icon-email2 {
  font-size: 14px;
  top: 13px;
}
.login-main .input-wrap .input-content .icon-left,
.login-main .input-wrap .input-content-short .icon-left {
  left: 12px;
}
.login-main .input-wrap .input-content .icon-right,
.login-main .input-wrap .input-content-short .icon-right {
  right: 12px;
  color: #666;
}
.login-main .input-wrap .input-content-short {
  font-family: Arial, Helvetica, sans-serif;
  width: 280px;
}
.login-main .input-wrap .input-button {
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  text-align: center;
  color: #666;
  font-size: 16px;
  cursor: pointer;
}
.login-main .input-wrap .input-button:hover {
  background-color: #F4F5F7;
}
.login-main .input-wrap .input-button-disable {
  cursor: default;
  background-color: #E5E7EB;
  border-color: #E5E7EB;
}
.login-main .input-wrap .input-button-disable:hover {
  background-color: #E5E7EB;
}
.login-main .extend-wrap {
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  user-select: none;
}
.login-main .extend-wrap .save-us {
  color: #666666;
}
.login-main .extend-wrap .save-us .save-checkbox {
  margin-left: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.login-main .extend-wrap .save-us .save-label {
  display: inline-block;
  vertical-align: 2px;
  cursor: pointer;
}
.login-main .extend-wrap .forget-pwd {
  color: #F55345;
  display: block;
  cursor: pointer;
}
.login-main .extend-wrap .change {
  display: block;
  text-align: center;
  color: #666666;
  margin-bottom: 16px;
}
.login-main .extend-wrap .link {
  color: #F55345;
  font-weight: bold;
  margin-left: 4px;
  cursor: pointer;
}
.login-main .extend-wrap .link .kolicon {
  font-size: 12px;
  margin-left: 4px;
}
.login-main .error-wrap {
  width: 100%;
  line-height: 20px;
  font-size: 12px;
  color: #F55345;
  text-align: left;
}
.login-main .button-wrap {
  user-select: none;
  width: 100%;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  border-radius: 4px;
  overflow: hidden;
  color: #fff;
}
.login-main .button-wrap .kolicon {
  margin-right: 8px;
}
.login-main .button-wrap .login-button {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #F55345;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.login-main .button-wrap .login-button:hover {
  background-color: #ED4A3C;
}
.login-main .button-wrap .login-button .icon-google {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/login/b78da23f.png);
  background-position: center;
  background-repeat: no-repeat;
}
.login-main .button-wrap .login-button .icon-facebook {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/login/95dd14e5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 32px;
}
.login-main .button-wrap .login-button .icon-tiktok {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/login/af670287.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 20px;
}
.login-main .button-wrap .login-button .login-icon {
  display: block;
  width: 38px;
  height: 38px;
  background-color: #fff;
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  border-radius: 4px;
}
.login-main .button-wrap .login-button .kol-icon-youtube-filled {
  color: #F55345;
  line-height: 38px;
}
.login-main .button-wrap .login-button .dot-loading {
  overflow: hidden;
  width: 0px;
  animation: ellipsis 1.5s linear infinite;
  vertical-align: top;
  display: none;
}
.login-main .button-wrap .login-gg {
  background-color: #4285F4;
}
.login-main .button-wrap .login-gg:hover {
  background-color: #2773F2;
}
.login-main .button-wrap .login-tt {
  background-color: #000000;
}
.login-main .button-wrap .login-tt:hover {
  background-color: #333333;
}
.login-main .button-wrap .login-fb {
  background-color: #1877F2;
}
.login-main .button-wrap .login-fb:hover {
  background-color: #1877F2;
}
.login-main .desc-wrap {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  color: #666;
  padding-top: 32px;
  text-align: left;
}
.login-main .choose-wrap {
  width: 100%;
  background-color: #F7F8FA;
  padding: 0 16px 24px;
  margin-bottom: 16px;
}
.login-main .choose-wrap .choose-type {
  width: 100%;
  display: block;
  height: 54px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.login-main .choose-wrap .kol {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/login/a7444ae9.png);
}
.login-main .choose-wrap .brand {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/login/df814e37.png);
}
.login-main .choose-wrap .choose-text {
  display: block;
  margin: 16px 0 20px;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  max-height: 62px;
  overflow: hidden;
}
.login-main .choose-wrap .choose-button {
  display: block;
  width: 240px;
  height: 40px;
  border-radius: 4px;
  line-height: 38px;
  font-size: 16px;
  border: 1px solid #F55345;
  transition: 0.2s;
  color: #F55345;
  margin: 0 auto;
  cursor: pointer;
}
.login-main .choose-wrap .choose-button:hover {
  background-color: #F55345;
  color: #fff;
}
.login-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 0 32px;
}
.login-bottom .agreement-wrap {
  font-size: 12px;
  line-height: 20px;
  color: #999;
  text-align: center;
}
.login-bottom .agreement-wrap .link {
  color: #F55345;
  cursor: pointer;
}
.login-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 98px;
  margin: auto;
  width: 432px;
  height: 524px;
  border-radius: 16px;
  overflow: hidden;
  font-size: 54px;
  font-weight: 500;
  color: #F55345;
  z-index: 10011 !important;
  transition: 0.2s ease-in-out;
  display: none;
  padding-top: 100px;
}
.login-loading .loading-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-loading .loading-box .kol-icon-loading {
  animation: rotate 1s linear infinite;
}
.btn {
  text-align: center;
  display: inline-block;
  border: 1px solid;
  border-radius: 2px;
}
.btn:hover {
  cursor: pointer;
}
.btn-transparent:hover {
  background: #fff;
  color: #f55345;
}
.btn-normal {
  border-radius: 4px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-primary {
  background-color: #f55345;
  color: white;
  border-color: #f55345;
}
.btn-primary:hover {
  background-color: #f88075;
}
.btn-white {
  background-color: #ffffff;
  color: #f55345;
  border-color: #ffffff;
}
.btn-white:hover {
  background-color: #ffffff;
}
.btn-link {
  background-color: transparent;
  border-color: transparent;
}
.btn-link:hover {
  background-color: transparent;
}
.kol-btn {
  line-height: 38px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid #e5e7eb;
  white-space: nowrap;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 2px;
  height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: #666;
  background-color: #F4F5F7;
}
.kol-btn:hover {
  background-color: #f1f2f4;
}
.kol-btn.circle {
  border-radius: 50%;
}
.kol-btn.kol-btn-circle {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  min-width: auto;
  border: none;
  padding: 0;
}
.kol-btn.chris-egg:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -11px;
  width: 72px;
  height: 20px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/01560879.svg);
}
.kol-btn-sm {
  height: 32px;
  line-height: 30px;
  font-size: 12px;
}
.kol-btn-lg {
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  border-radius: 4px;
}
.kol-btn-primary {
  background-color: #f55345;
  border: 1px solid #f55345;
  color: white;
}
.kol-btn-primary:hover {
  background-color: #E63728;
}
.kol-btn-inverse {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.kol-btn-inverse:hover {
  background-color: white;
  color: #f55345;
}
.kol-btn-link {
  background-color: transparent;
  border-color: transparent;
  color: #fff;
}
.kol-btn-link:hover {
  background-color: white;
  color: #f55345;
  border: 1px solid white;
}
.kol-btn-disable {
  background-color: #F4F5F7;
  color: #ccc;
  border: 1px solid #e5e7eb;
}
.kol-btn-disable:hover {
  background-color: #F4F5F7;
  color: #ccc;
  cursor: default;
}
.kol-btn-red {
  border-width: 2px;
  border-color: #F55345;
  color: #F55345;
  background-color: transparent;
  font-weight: bold;
}
.kol-btn-red:hover {
  border-color: #f88075;
  color: #f88075;
}
.kol-btn-icon {
  padding: 0 8px;
}
.kol-progress {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  width: 100%;
  position: relative;
}
.kol-progress-show-info .kol-progress-outer {
  padding-right: calc(2em + 8px);
  margin-right: calc(-2em - 8px);
}
.kol-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.kol-progress-inner {
  display: inline-block;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 100px;
  vertical-align: middle;
  position: relative;
}
.kol-progress-text {
  word-break: normal;
  width: 2em;
  text-align: left;
  font-size: 1em;
  margin-left: 8px;
  vertical-align: middle;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  line-height: 1;
}
.kol-progress-bg,
.kol-progress-success-bg {
  border-radius: 100px;
  background-color: #1890ff;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  position: relative;
}
.kol-progress-status-success .kol-progress-bg {
  background-color: #52c41a;
}
.kol-loading {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/f326d6c5.gif);
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 10000;
}
.main-tab {
  background: linear-gradient(102deg, #fa6d5a 0%, #f74f6b 100%);
  padding-top: 32px;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
}
.main-tab .tab-container {
  width: 1200px;
  margin: 0 auto;
}
.main-tab .tab-container:before,
.main-tab .tab-container:after {
  content: "";
  display: table;
}
.main-tab .tab-container:after {
  clear: both;
  overflow: hidden;
}
.main-tab .tab-container > a.button,
.main-tab .tab-container > button {
  display: block;
  width: 160px;
  height: 48px;
  line-height: 48px;
  background-color: #fff;
  color: #f55345;
  font-size: 13px;
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  z-index: 1000;
}
.main-tab .tab-head {
  width: 192px;
  font-size: 16px;
  visibility: hidden;
}
.main-tab .tab {
  width: 128px;
  text-align: center;
  float: left;
  margin-right: 16px;
  background-color: #f55345;
}
.main-tab .tab.active {
  background-color: #F4F5F7;
  color: #f55345;
}
.main-page .page-bg {
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F4F5F7;
  z-index: 0;
}
.main-page .page-bg.high-header-page-bg {
  top: 160px;
}
.main-page .page-bg:before {
  content: '';
  position: absolute;
  left: 0;
  right: calc(50% + 408px);
  top: 0;
  bottom: 0;
  background-color: white;
}
.page .page-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.page .page-container:before,
.page .page-container:after {
  content: "";
  display: table;
}
.page .page-container:after {
  clear: both;
  overflow: hidden;
}
.country-text {
  display: none;
  height: 30px;
  background-color: #000000;
  opacity: 0.7;
  text-align: center;
  position: absolute;
  bottom: 22px;
  right: 0px;
  color: #ffffff;
  border-radius: 2px 2px 0 2px;
  padding: 0 10px;
  transition: all 2s ease;
  -moz-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -o-transition: all 2s ease;
  white-space: nowrap;
  line-height: 30px;
  font-size: 14px;
}
.country-text:after {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  bottom: 28px;
  border-right: 0px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #000000;
  bottom: -10px;
}
i.logo,
a.logo {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  /*country-text提出*/
}
i.logo:hover .country-text,
a.logo:hover .country-text {
  display: inline-block;
}
i.logo:first-child,
a.logo:first-child {
  margin-left: 0;
}
i.logo.plat_YouTube,
a.logo.plat_YouTube,
i.logo.plat_Youtube,
a.logo.plat_Youtube {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/0a5b808f.png);
}
i.logo.plat_Facebook,
a.logo.plat_Facebook {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/cb4dd66f.png);
}
i.logo.plat_Twitter,
a.logo.plat_Twitter {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/f5842421.png);
}
i.logo.plat_Tumblr,
a.logo.plat_Tumblr {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/4849a1b8.png);
}
i.logo.plat_Linkedin,
a.logo.plat_Linkedin {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/737c1b92.png);
}
i.logo.plat_Quora,
a.logo.plat_Quora {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/39648bd3.png);
}
i.logo.plat_Instagram,
a.logo.plat_Instagram {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/a69ec2d4.png);
}
i.logo.plat_snapchat,
a.logo.plat_snapchat,
i.logo.plat_Snapchat,
a.logo.plat_Snapchat {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/213ce030.png);
}
i.logo.plat_pinterest,
a.logo.plat_pinterest,
i.logo.plat_Pinterest,
a.logo.plat_Pinterest {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/3175948b.png);
}
i.logo.plat_Twitch,
a.logo.plat_Twitch {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/platicons/bafd4924.png);
}
i.logo.country,
a.logo.country {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/0fdc10eb.png);
  background-size: 26px 1960px;
  height: 10px !important;
}
i.logo.country.ad,
a.logo.country.ad {
  width: 14.5px;
  height: 20px;
  background-position: 0 -10px;
}
i.logo.country.ae,
a.logo.country.ae {
  width: 20px;
  height: 20px;
  background-position: 0 -980px;
}
i.logo.country.af,
a.logo.country.af {
  width: 15px;
  height: 20px;
  background-position: 0 -20px;
}
i.logo.country.ag,
a.logo.country.ag {
  width: 15px;
  height: 20px;
  background-position: 0 -30px;
}
i.logo.country.al,
a.logo.country.al {
  width: 14px;
  height: 20px;
  background-position: 0 -40px;
}
i.logo.country.am,
a.logo.country.am {
  width: 20px;
  height: 20px;
  background-position: 0 -50px;
}
i.logo.country.ao,
a.logo.country.ao {
  width: 15px;
  height: 20px;
  background-position: 0 -60px;
}
i.logo.country.ar,
a.logo.country.ar {
  width: 15.5px;
  height: 20px;
  background-position: 0 -70px;
}
i.logo.country.at,
a.logo.country.at {
  width: 15px;
  height: 20px;
  background-position: 0 -80px;
}
i.logo.country.au,
a.logo.country.au {
  width: 20px;
  height: 20px;
  background-position: 0 -90px;
}
i.logo.country.az,
a.logo.country.az {
  width: 20px;
  height: 20px;
  background-position: 0 -100px;
}
i.logo.country.ba,
a.logo.country.ba {
  width: 20px;
  height: 20px;
  background-position: 0 -110px;
}
i.logo.country.bb,
a.logo.country.bb {
  width: 15px;
  height: 20px;
  background-position: 0 -120px;
}
i.logo.country.bd,
a.logo.country.bd {
  width: 16.5px;
  height: 20px;
  background-position: 0 -130px;
}
i.logo.country.be,
a.logo.country.be {
  width: 11.5px;
  height: 20px;
  background-position: 0 -140px;
}
i.logo.country.bf,
a.logo.country.bf {
  width: 15px;
  height: 20px;
  background-position: 0 -150px;
}
i.logo.country.bg,
a.logo.country.bg {
  width: 16.5px;
  height: 20px;
  background-position: 0 -160px;
}
i.logo.country.bh,
a.logo.country.bh {
  width: 16.5px;
  height: 20px;
  background-position: 0 -170px;
}
i.logo.country.bi,
a.logo.country.bi {
  width: 16.5px;
  height: 20px;
  background-position: 0 -180px;
}
i.logo.country.bj,
a.logo.country.bj {
  width: 15px;
  height: 20px;
  background-position: 0 -190px;
}
i.logo.country.bn,
a.logo.country.bn {
  width: 20px;
  height: 20px;
  background-position: 0 -200px;
}
i.logo.country.bo,
a.logo.country.bo {
  width: 14.5px;
  height: 20px;
  background-position: 0 -210px;
}
i.logo.country.br,
a.logo.country.br {
  width: 14.5px;
  height: 20px;
  background-position: 0 -220px;
}
i.logo.country.bs,
a.logo.country.bs {
  width: 20px;
  height: 20px;
  background-position: 0 -230px;
}
i.logo.country.bt,
a.logo.country.bt {
  width: 15px;
  height: 20px;
  background-position: 0 -240px;
}
i.logo.country.bw,
a.logo.country.bw {
  width: 15px;
  height: 20px;
  background-position: 0 -250px;
}
i.logo.country.by,
a.logo.country.by {
  width: 20px;
  height: 20px;
  background-position: 0 -260px;
}
i.logo.country.bz,
a.logo.country.bz {
  width: 15px;
  height: 20px;
  background-position: 0 -270px;
}
i.logo.country.ca,
a.logo.country.ca {
  width: 20px;
  height: 20px;
  background-position: 0 -280px;
}
i.logo.country.cd,
a.logo.country.cd {
  width: 15px;
  height: 20px;
  background-position: 0 -290px;
}
i.logo.country.cf,
a.logo.country.cf {
  width: 15px;
  height: 20px;
  background-position: 0 -300px;
}
i.logo.country.cg,
a.logo.country.cg {
  width: 15px;
  height: 20px;
  background-position: 0 -310px;
}
i.logo.country.ch,
a.logo.country.ch {
  width: 10px;
  height: 20px;
  background-position: 0 -320px;
}
i.logo.country.ci,
a.logo.country.ci {
  width: 15px;
  height: 20px;
  background-position: 0 -330px;
}
i.logo.country.cl,
a.logo.country.cl {
  width: 15px;
  height: 20px;
  background-position: 0 -340px;
}
i.logo.country.cm,
a.logo.country.cm {
  width: 15px;
  height: 20px;
  background-position: 0 -350px;
}
i.logo.country.cn,
a.logo.country.cn {
  width: 15px;
  height: 20px;
  background-position: 0 -360px;
}
i.logo.country.co,
a.logo.country.co {
  width: 15px;
  height: 20px;
  background-position: 0 -370px;
}
i.logo.country.cr,
a.logo.country.cr {
  width: 16.5px;
  height: 20px;
  background-position: 0 -380px;
}
i.logo.country.cu,
a.logo.country.cu {
  width: 20px;
  height: 20px;
  background-position: 0 -390px;
}
i.logo.country.cv,
a.logo.country.cv {
  width: 17px;
  height: 20px;
  background-position: 0 -400px;
}
i.logo.country.cy,
a.logo.country.cy {
  width: 16.5px;
  height: 20px;
  background-position: 0 -410px;
}
i.logo.country.cz,
a.logo.country.cz {
  width: 15px;
  height: 20px;
  background-position: 0 -420px;
}
i.logo.country.de,
a.logo.country.de {
  width: 16.5px;
  height: 20px;
  background-position: 0 -430px;
}
i.logo.country.dj,
a.logo.country.dj {
  width: 15px;
  height: 20px;
  background-position: 0 -440px;
}
i.logo.country.dk,
a.logo.country.dk {
  width: 13px;
  height: 20px;
  background-position: 0 -450px;
}
i.logo.country.dm,
a.logo.country.dm {
  width: 20px;
  height: 20px;
  background-position: 0 -460px;
}
i.logo.country.do,
a.logo.country.do {
  width: 16px;
  height: 20px;
  background-position: 0 -470px;
}
i.logo.country.dz,
a.logo.country.dz {
  width: 15px;
  height: 20px;
  background-position: 0 -480px;
}
i.logo.country.ec,
a.logo.country.ec {
  width: 20px;
  height: 20px;
  background-position: 0 -490px;
}
i.logo.country.ee,
a.logo.country.ee {
  width: 15.5px;
  height: 20px;
  background-position: 0 -500px;
}
i.logo.country.eg,
a.logo.country.eg {
  width: 15px;
  height: 20px;
  background-position: 0 -510px;
}
i.logo.country.eh,
a.logo.country.eh {
  width: 20px;
  height: 20px;
  background-position: 0 -520px;
}
i.logo.country.er,
a.logo.country.er {
  width: 20px;
  height: 20px;
  background-position: 0 -530px;
}
i.logo.country.es,
a.logo.country.es {
  width: 15px;
  height: 20px;
  background-position: 0 -540px;
}
i.logo.country.et,
a.logo.country.et {
  width: 20px;
  height: 20px;
  background-position: 0 -550px;
}
i.logo.country.fi,
a.logo.country.fi {
  width: 16.5px;
  height: 20px;
  background-position: 0 -560px;
}
i.logo.country.fj,
a.logo.country.fj {
  width: 20px;
  height: 20px;
  background-position: 0 -570px;
}
i.logo.country.fm,
a.logo.country.fm {
  width: 19px;
  height: 20px;
  background-position: 0 -580px;
}
i.logo.country.fr,
a.logo.country.fr {
  width: 15px;
  height: 20px;
  background-position: 0 -590px;
}
i.logo.country.ga,
a.logo.country.ga {
  width: 13.5px;
  height: 20px;
  background-position: 0 -600px;
}
i.logo.country.gb,
a.logo.country.gb {
  width: 20px;
  height: 20px;
  background-position: 0 -610px;
}
i.logo.country.uk,
a.logo.country.uk {
  width: 20px;
  height: 20px;
  background-position: 0 -610px;
}
i.logo.country.gd,
a.logo.country.gd {
  width: 16.5px;
  height: 20px;
  background-position: 0 -620px;
}
i.logo.country.ge,
a.logo.country.ge {
  width: 15px;
  height: 20px;
  background-position: 0 -630px;
}
i.logo.country.gh,
a.logo.country.gh {
  width: 15px;
  height: 20px;
  background-position: 0 -640px;
}
i.logo.country.gm,
a.logo.country.gm {
  width: 15px;
  height: 20px;
  background-position: 0 -650px;
}
i.logo.country.gn,
a.logo.country.gn {
  width: 15px;
  height: 20px;
  background-position: 0 -660px;
}
i.logo.country.gq,
a.logo.country.gq {
  width: 15px;
  height: 20px;
  background-position: 0 -670px;
}
i.logo.country.gr,
a.logo.country.gr {
  width: 15px;
  height: 20px;
  background-position: 0 -680px;
}
i.logo.country.gt,
a.logo.country.gt {
  width: 16px;
  height: 20px;
  background-position: 0 -690px;
}
i.logo.country.gw,
a.logo.country.gw {
  width: 20px;
  height: 20px;
  background-position: 0 -700px;
}
i.logo.country.gy,
a.logo.country.gy {
  width: 16.5px;
  height: 20px;
  background-position: 0 -710px;
}
i.logo.country.hn,
a.logo.country.hn {
  width: 20px;
  height: 20px;
  background-position: 0 -720px;
}
i.logo.country.hr,
a.logo.country.hr {
  width: 20px;
  height: 20px;
  background-position: 0 -730px;
}
i.logo.country.ht,
a.logo.country.ht {
  width: 16.5px;
  height: 20px;
  background-position: 0 -740px;
}
i.logo.country.hu,
a.logo.country.hu {
  width: 20px;
  height: 20px;
  background-position: 0 -750px;
}
i.logo.country.id,
a.logo.country.id {
  width: 15px;
  height: 20px;
  background-position: 0 -760px;
}
i.logo.country.ie,
a.logo.country.ie {
  width: 20px;
  height: 20px;
  background-position: 0 -770px;
}
i.logo.country.il,
a.logo.country.il {
  width: 14px;
  height: 20px;
  background-position: 0 -780px;
}
i.logo.country.in,
a.logo.country.in {
  width: 15px;
  height: 20px;
  background-position: 0 -790px;
}
i.logo.country.iq,
a.logo.country.iq {
  width: 15px;
  height: 20px;
  background-position: 0 -800px;
}
i.logo.country.ir,
a.logo.country.ir {
  width: 17.5px;
  height: 20px;
  background-position: 0 -810px;
}
i.logo.country.is,
a.logo.country.is {
  width: 14px;
  height: 20px;
  background-position: 0 -820px;
}
i.logo.country.it,
a.logo.country.it {
  width: 15px;
  height: 20px;
  background-position: 0 -830px;
}
i.logo.country.jm,
a.logo.country.jm {
  width: 20px;
  height: 20px;
  background-position: 0 -840px;
}
i.logo.country.jo,
a.logo.country.jo {
  width: 20px;
  height: 20px;
  background-position: 0 -850px;
}
i.logo.country.jp,
a.logo.country.jp {
  width: 15px;
  height: 20px;
  background-position: 0 -860px;
}
i.logo.country.ke,
a.logo.country.ke {
  width: 15px;
  height: 20px;
  background-position: 0 -870px;
}
i.logo.country.kg,
a.logo.country.kg {
  width: 16.5px;
  height: 20px;
  background-position: 0 -880px;
}
i.logo.country.kh,
a.logo.country.kh {
  width: 15px;
  height: 20px;
  background-position: 0 -890px;
}
i.logo.country.ki,
a.logo.country.ki {
  width: 20px;
  height: 20px;
  background-position: 0 -900px;
}
i.logo.country.km,
a.logo.country.km {
  width: 16.5px;
  height: 20px;
  background-position: 0 -910px;
}
i.logo.country.kn,
a.logo.country.kn {
  width: 15px;
  height: 20px;
  background-position: 0 -920px;
}
i.logo.country.kp,
a.logo.country.kp {
  width: 20px;
  height: 20px;
  background-position: 0 -930px;
}
i.logo.country.kr,
a.logo.country.kr {
  width: 15px;
  height: 20px;
  background-position: 0 -940px;
}
i.logo.country.ks,
a.logo.country.ks {
  width: 15px;
  height: 20px;
  background-position: 0 -950px;
}
i.logo.country.kw,
a.logo.country.kw {
  width: 20px;
  height: 20px;
  background-position: 0 -960px;
}
i.logo.country.kz,
a.logo.country.kz {
  width: 20px;
  height: 20px;
  background-position: 0 -970px;
}
i.logo.country.la,
a.logo.country.la {
  width: 15px;
  height: 20px;
  background-position: 0 0;
}
i.logo.country.lb,
a.logo.country.lb {
  width: 15px;
  height: 20px;
  background-position: 0 -990px;
}
i.logo.country.lc,
a.logo.country.lc {
  width: 20px;
  height: 20px;
  background-position: 0 -1000px;
}
i.logo.country.li,
a.logo.country.li {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1010px;
}
i.logo.country.lk,
a.logo.country.lk {
  width: 20px;
  height: 20px;
  background-position: 0 -1020px;
}
i.logo.country.lr,
a.logo.country.lr {
  width: 19px;
  height: 20px;
  background-position: 0 -1030px;
}
i.logo.country.ls,
a.logo.country.ls {
  width: 15px;
  height: 20px;
  background-position: 0 -1040px;
}
i.logo.country.lt,
a.logo.country.lt {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1050px;
}
i.logo.country.lu,
a.logo.country.lu {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1060px;
}
i.logo.country.lv,
a.logo.country.lv {
  width: 20px;
  height: 20px;
  background-position: 0 -1070px;
}
i.logo.country.ly,
a.logo.country.ly {
  width: 20px;
  height: 20px;
  background-position: 0 -1080px;
}
i.logo.country.ma,
a.logo.country.ma {
  width: 15px;
  height: 20px;
  background-position: 0 -1090px;
}
i.logo.country.mc,
a.logo.country.mc {
  width: 12.5px;
  height: 20px;
  background-position: 0 -1100px;
}
i.logo.country.md,
a.logo.country.md {
  width: 20px;
  height: 20px;
  background-position: 0 -1110px;
}
i.logo.country.me,
a.logo.country.me {
  width: 20px;
  height: 20px;
  background-position: 0 -1120px;
}
i.logo.country.mg,
a.logo.country.mg {
  width: 15px;
  height: 20px;
  background-position: 0 -1130px;
}
i.logo.country.mh,
a.logo.country.mh {
  width: 19px;
  height: 20px;
  background-position: 0 -1140px;
}
i.logo.country.mk,
a.logo.country.mk {
  width: 20px;
  height: 20px;
  background-position: 0 -1150px;
}
i.logo.country.ml,
a.logo.country.ml {
  width: 15px;
  height: 20px;
  background-position: 0 -1160px;
}
i.logo.country.mm,
a.logo.country.mm {
  width: 18px;
  height: 20px;
  background-position: 0 -1170px;
}
i.logo.country.mn,
a.logo.country.mn {
  width: 20px;
  height: 20px;
  background-position: 0 -1180px;
}
i.logo.country.mr,
a.logo.country.mr {
  width: 15px;
  height: 20px;
  background-position: 0 -1190px;
}
i.logo.country.mt,
a.logo.country.mt {
  width: 15px;
  height: 20px;
  background-position: 0 -1200px;
}
i.logo.country.mu,
a.logo.country.mu {
  width: 15px;
  height: 20px;
  background-position: 0 -1210px;
}
i.logo.country.mv,
a.logo.country.mv {
  width: 15px;
  height: 20px;
  background-position: 0 -1220px;
}
i.logo.country.mw,
a.logo.country.mw {
  width: 15px;
  height: 20px;
  background-position: 0 -1230px;
}
i.logo.country.mx,
a.logo.country.mx {
  width: 17.5px;
  height: 20px;
  background-position: 0 -1240px;
}
i.logo.country.my,
a.logo.country.my {
  width: 20px;
  height: 20px;
  background-position: 0 -1250px;
}
i.logo.country.mz,
a.logo.country.mz {
  width: 15px;
  height: 20px;
  background-position: 0 -1260px;
}
i.logo.country.na,
a.logo.country.na {
  width: 15px;
  height: 20px;
  background-position: 0 -1270px;
}
i.logo.country.ne,
a.logo.country.ne {
  width: 11.5px;
  height: 20px;
  background-position: 0 -1280px;
}
i.logo.country.ng,
a.logo.country.ng {
  width: 20px;
  height: 20px;
  background-position: 0 -1290px;
}
i.logo.country.ni,
a.logo.country.ni {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1300px;
}
i.logo.country.nl,
a.logo.country.nl {
  width: 15px;
  height: 20px;
  background-position: 0 -1310px;
}
i.logo.country.no,
a.logo.country.no {
  width: 14px;
  height: 20px;
  background-position: 0 -1320px;
}
i.logo.country.np,
a.logo.country.np {
  width: 8px;
  height: 20px;
  background-position: 0 -1330px;
}
i.logo.country.nr,
a.logo.country.nr {
  width: 20px;
  height: 20px;
  background-position: 0 -1340px;
}
i.logo.country.nz,
a.logo.country.nz {
  width: 20px;
  height: 20px;
  background-position: 0 -1350px;
}
i.logo.country.om,
a.logo.country.om {
  width: 20px;
  height: 20px;
  background-position: 0 -1360px;
}
i.logo.country.pa,
a.logo.country.pa {
  width: 15px;
  height: 20px;
  background-position: 0 -1370px;
}
i.logo.country.pe,
a.logo.country.pe {
  width: 15px;
  height: 20px;
  background-position: 0 -1380px;
}
i.logo.country.pg,
a.logo.country.pg {
  width: 13.5px;
  height: 20px;
  background-position: 0 -1390px;
}
i.logo.country.ph,
a.logo.country.ph {
  width: 20px;
  height: 20px;
  background-position: 0 -1400px;
}
i.logo.country.pk,
a.logo.country.pk {
  width: 15px;
  height: 20px;
  background-position: 0 -1410px;
}
i.logo.country.pl,
a.logo.country.pl {
  width: 16px;
  height: 20px;
  background-position: 0 -1420px;
}
i.logo.country.pt,
a.logo.country.pt {
  width: 15px;
  height: 20px;
  background-position: 0 -1430px;
}
i.logo.country.pw,
a.logo.country.pw {
  width: 16px;
  height: 20px;
  background-position: 0 -1440px;
}
i.logo.country.py,
a.logo.country.py {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1450px;
}
i.logo.country.qa,
a.logo.country.qa {
  width: 25.5px;
  height: 20px;
  background-position: 0 -1460px;
}
i.logo.country.ro,
a.logo.country.ro {
  width: 15px;
  height: 20px;
  background-position: 0 -1470px;
}
i.logo.country.rs,
a.logo.country.rs {
  width: 15px;
  height: 20px;
  background-position: 0 -1480px;
}
i.logo.country.ru,
a.logo.country.ru {
  width: 15px;
  height: 20px;
  background-position: 0 -1490px;
}
i.logo.country.rw,
a.logo.country.rw {
  width: 15px;
  height: 20px;
  background-position: 0 -1500px;
}
i.logo.country.sa,
a.logo.country.sa {
  width: 15px;
  height: 20px;
  background-position: 0 -1510px;
}
i.logo.country.sb,
a.logo.country.sb {
  width: 20px;
  height: 20px;
  background-position: 0 -1520px;
}
i.logo.country.sc,
a.logo.country.sc {
  width: 20px;
  height: 20px;
  background-position: 0 -1530px;
}
i.logo.country.sd,
a.logo.country.sd {
  width: 20px;
  height: 20px;
  background-position: 0 -1540px;
}
i.logo.country.se,
a.logo.country.se {
  width: 16px;
  height: 20px;
  background-position: 0 -1550px;
}
i.logo.country.sg,
a.logo.country.sg {
  width: 15px;
  height: 20px;
  background-position: 0 -1560px;
}
i.logo.country.si,
a.logo.country.si {
  width: 20px;
  height: 20px;
  background-position: 0 -1570px;
}
i.logo.country.sk,
a.logo.country.sk {
  width: 15px;
  height: 20px;
  background-position: 0 -1580px;
}
i.logo.country.sl,
a.logo.country.sl {
  width: 15px;
  height: 20px;
  background-position: 0 -1590px;
}
i.logo.country.sm,
a.logo.country.sm {
  width: 13.5px;
  height: 20px;
  background-position: 0 -1600px;
}
i.logo.country.sn,
a.logo.country.sn {
  width: 15px;
  height: 20px;
  background-position: 0 -1610px;
}
i.logo.country.so,
a.logo.country.so {
  width: 15px;
  height: 20px;
  background-position: 0 -1620px;
}
i.logo.country.sr,
a.logo.country.sr {
  width: 15px;
  height: 20px;
  background-position: 0 -1630px;
}
i.logo.country.st,
a.logo.country.st {
  width: 20px;
  height: 20px;
  background-position: 0 -1640px;
}
i.logo.country.sv,
a.logo.country.sv {
  width: 17.5px;
  height: 20px;
  background-position: 0 -1650px;
}
i.logo.country.sy,
a.logo.country.sy {
  width: 15px;
  height: 20px;
  background-position: 0 -1660px;
}
i.logo.country.sz,
a.logo.country.sz {
  width: 15px;
  height: 20px;
  background-position: 0 -1670px;
}
i.logo.country.td,
a.logo.country.td {
  width: 15px;
  height: 20px;
  background-position: 0 -1680px;
}
i.logo.country.tg,
a.logo.country.tg {
  width: 16px;
  height: 20px;
  background-position: 0 -1690px;
}
i.logo.country.th,
a.logo.country.th {
  width: 15px;
  height: 20px;
  background-position: 0 -1700px;
}
i.logo.country.tj,
a.logo.country.tj {
  width: 20px;
  height: 20px;
  background-position: 0 -1710px;
}
i.logo.country.tl,
a.logo.country.tl {
  width: 20px;
  height: 20px;
  background-position: 0 -1720px;
}
i.logo.country.tm,
a.logo.country.tm {
  width: 15px;
  height: 20px;
  background-position: 0 -1730px;
}
i.logo.country.tn,
a.logo.country.tn {
  width: 15px;
  height: 20px;
  background-position: 0 -1740px;
}
i.logo.country.to,
a.logo.country.to {
  width: 20px;
  height: 20px;
  background-position: 0 -1750px;
}
i.logo.country.tr,
a.logo.country.tr {
  width: 15px;
  height: 20px;
  background-position: 0 -1760px;
}
i.logo.country.tt,
a.logo.country.tt {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1770px;
}
i.logo.country.tv,
a.logo.country.tv {
  width: 20px;
  height: 20px;
  background-position: 0 -1780px;
}
i.logo.country.tw,
a.logo.country.tw {
  width: 15px;
  height: 20px;
  background-position: 0 -1790px;
}
i.logo.country.tz,
a.logo.country.tz {
  width: 15px;
  height: 20px;
  background-position: 0 -1800px;
}
i.logo.country.ua,
a.logo.country.ua {
  width: 15px;
  height: 20px;
  background-position: 0 -1810px;
}
i.logo.country.ug,
a.logo.country.ug {
  width: 15px;
  height: 20px;
  background-position: 0 -1820px;
}
i.logo.country.us,
a.logo.country.us {
  width: 19px;
  height: 20px;
  background-position: 0 -1830px;
}
i.logo.country.uy,
a.logo.country.uy {
  width: 15px;
  height: 20px;
  background-position: 0 -1840px;
}
i.logo.country.uz,
a.logo.country.uz {
  width: 20px;
  height: 20px;
  background-position: 0 -1850px;
}
i.logo.country.va,
a.logo.country.va {
  width: 10px;
  height: 20px;
  background-position: 0 -1860px;
}
i.logo.country.vc,
a.logo.country.vc {
  width: 15px;
  height: 20px;
  background-position: 0 -1870px;
}
i.logo.country.ve,
a.logo.country.ve {
  width: 15px;
  height: 20px;
  background-position: 0 -1880px;
}
i.logo.country.vn,
a.logo.country.vn {
  width: 15px;
  height: 20px;
  background-position: 0 -1890px;
}
i.logo.country.vu,
a.logo.country.vu {
  width: 16.5px;
  height: 20px;
  background-position: 0 -1900px;
}
i.logo.country.ws,
a.logo.country.ws {
  width: 20px;
  height: 20px;
  background-position: 0 -1910px;
}
i.logo.country.ye,
a.logo.country.ye {
  width: 15px;
  height: 20px;
  background-position: 0 -1920px;
}
i.logo.country.za,
a.logo.country.za {
  width: 15px;
  height: 20px;
  background-position: 0 -1930px;
}
i.logo.country.zm,
a.logo.country.zm {
  width: 15px;
  height: 20px;
  background-position: 0 -1940px;
}
i.logo.country.zw,
a.logo.country.zw {
  width: 20px;
  height: 20px;
  background-position: 0 -1950px;
}
i.logo.country.others,
a.logo.country.others {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/018592ef.png);
  background-size: initial;
}
i.icon,
a.logo {
  display: inline-block;
}
i.icon.plus,
a.logo.plus {
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANBAMAAACAxflPAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAElBMVEWAgID1U0X1U0X1U0X1U0UAAADqmdIIAAAABXRSTlMAnLDnAZab8wAAAAABYktHRAX4b+nHAAAACXBIWXMAAAsSAAALEgHS3X78AAAAB3RJTUUH4QcTEQkgFggUIAAAACNJREFUCNdjYGBgFGAAAyYFfLSQkrKRkqIDnCakHmEuC0gxALiwA486FNrxAAAAAElFTkSuQmCC);
  height: 13px;
  width: 13px;
  vertical-align: sub;
}
i.icon.icon-sns,
a.logo.icon-sns {
  width: 32px;
  height: 32px;
  cursor: pointer;
}
i.icon.icon-sns.icon-facebook,
a.logo.icon-sns.icon-facebook {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/tool/ba03bc14.png) no-repeat;
}
i.icon.icon-sns.icon-twitter,
a.logo.icon-sns.icon-twitter {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/tool/a655e409.png) no-repeat;
}
.icon-invite {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/index/9af9a340.png);
}
.icon-collect {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/index/10adf855.png);
}
.icon-collected {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/index/c840074e.png);
}
.icon-collect-animate:active {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/index/c840074e.png);
  animation: changeBig 0.08s ease-out;
}
.icon-download {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/tool/25615a54.png);
}
.icon-global {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/home/174b98cb.png) center center no-repeat;
}
.icon-arrowdown:before {
  content: "\e902";
}
svg {
  fill: currentColor;
}
.kol-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.kol-icon:before {
  content: '\00a0';
  display: block;
}
.kol-icon.kol-icon-info {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/11b69877.svg);
}
.kol-icon.kol-icon-info-primary {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/066c9f76.svg);
}
.kol-icon.kol-icon-info-disable {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/71681f27.svg);
}
.kol-icon.kol-icon-info-history {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/37bc10c0.svg);
}
.kol-icon.kol-icon-translate {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/080de79b.svg);
}
.kol-icon.kol-icon-bell {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/6ebce880.svg);
}
.kol-icon.kol-icon-fork {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/597d9158.svg);
}
.kol-icon.kol-icon-plus-primary {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/c33d9120.svg);
}
.kol-icon.kol-icon-auth {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/09044188.svg);
}
.kol-icon.kol-icon-invite {
  cursor: pointer;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/e3d39116.svg);
}
.kol-icon.kol-icon-heart {
  cursor: pointer;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/be697b76.svg);
}
.kol-icon.kol-icon-heart-primary {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/e1287c58.svg);
}
.kol-icon.kol-icon-arrow-down {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/bb02179c.svg);
}
.kol-icon.kol-icon-like {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/1d4afcd2.svg);
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.kol-icon.kol-icon-dislike {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/a0de716a.svg);
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.kol-icon.kol-icon-refresh {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/dd03fc4f.svg);
}
.kol-icon.kol-icon-fb {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/86aac587.svg);
}
.kol-icon.kol-icon-tw {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/9c59e146.svg);
}
.kol-icon.kol-icon-search-flash {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/79712ef8.svg);
}
.kol-icon.kol-icon-play-set {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/f7cd276e.svg);
}
.kol-icon.kol-icon-trash {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/bf5d1685.svg);
}
.kol-icon.kol-icon-star-half {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/9a38bce2.svg);
}
.kol-icon.kol-icon-star-full {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/bcde3801.svg);
}
.kol-icon.kol-icon-star-empty {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/723edd97.svg);
}
.kol-icon.kol-icon-star-half-special {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/7f9d517f.svg);
}
.kol-icon.kol-icon-star-empty-special {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/5162f66b.svg);
}
.kol-icon.kol-icon-ins-circle {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/d63651f3.svg);
}
.kol-icon.kol-icon-tiktok-circle {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/33b2b341.svg);
}
.kol-icon.kol-icon-tiktok-small-circle {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/icon/70aba75f.svg);
}
.form h3,
.confirm h3,
.form h4,
.confirm h4,
.form h5,
.confirm h5 {
  margin: 0 0;
  padding: 0 0;
}
.form h3,
.confirm h3 {
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.form h4,
.confirm h4 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #666;
}
.form h5,
.confirm h5 {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #999;
  margin-top: 8px;
}
.form h5 .msg,
.confirm h5 .msg {
  display: none;
  color: #f55345;
  float: right;
}
.form h5.error > .msg,
.confirm h5.error > .msg {
  display: block;
}
.form .splitter,
.confirm .splitter {
  line-height: 40px;
  max-width: 8px;
  margin: 0 20px;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.form textarea,
.confirm textarea,
.form input[type=text],
.confirm input[type=text] {
  padding: 0 8px;
  border-radius: 2px 2px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  outline: #999 auto 1px;
  color: #666;
  border: none;
  transition: outline-color 0.1s linear;
}
.form textarea:focus,
.confirm textarea:focus,
.form input[type=text]:focus,
.confirm input[type=text]:focus {
  border-color: #fc7747;
}
.form textarea h3,
.confirm textarea h3,
.form input[type=text] h3,
.confirm input[type=text] h3 {
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  color: #333;
}
.form textarea.error,
.confirm textarea.error,
.form input[type=text].error,
.confirm input[type=text].error {
  outline-offset: 0;
  outline: #fc7747 dashed 1px;
}
.form textarea,
.confirm textarea {
  height: 160px;
  resize: none;
  line-height: 1.2;
  padding: 4px 8px;
}
.form button,
.confirm button,
.form a.button,
.confirm a.button,
.form input[type=button],
.confirm input[type=button],
.form input[type=submit],
.confirm input[type=submit] {
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px 2px;
  margin-top: 24px;
  border: 1px solid transparent;
  padding: 0 0;
  cursor: pointer;
}
.form button.form-submit,
.confirm button.form-submit,
.form a.button.form-submit,
.confirm a.button.form-submit,
.form input[type=button].form-submit,
.confirm input[type=button].form-submit,
.form input[type=submit].form-submit,
.confirm input[type=submit].form-submit {
  border-color: #F55345;
  background-color: #F55345;
  color: #FFF;
}
.form textarea,
.confirm textarea,
.form input[type=text],
.confirm input[type=text] {
  padding: 0 8px;
  border-radius: 2px 2px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  outline: none;
  color: #666;
  border: 1px solid #999;
  transition: border-color 0.1s linear;
}
.form textarea:focus,
.confirm textarea:focus,
.form input[type=text]:focus,
.confirm input[type=text]:focus {
  border-color: #fc7747;
}
.form textarea.half,
.confirm textarea.half,
.form input[type=text].half,
.confirm input[type=text].half {
  width: calc((100% - 48px) / 2);
}
.form textarea,
.confirm textarea {
  height: 160px;
  resize: none;
  line-height: 1.2;
  padding: 4px 8px;
}
.form button,
.confirm button,
.form a.button,
.confirm a.button,
.form input[type=button],
.confirm input[type=button],
.form input[type=submit],
.confirm input[type=submit] {
  display: block;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-radius: 2px 2px;
  margin-top: 24px;
  border: 1px solid transparent;
  padding: 0 0;
  cursor: pointer;
}
.form button.form-submit,
.confirm button.form-submit,
.form a.button.form-submit,
.confirm a.button.form-submit,
.form input[type=button].form-submit,
.confirm input[type=button].form-submit,
.form input[type=submit].form-submit,
.confirm input[type=submit].form-submit {
  border-color: #F55345;
  background-color: #F55345;
  color: #FFF;
}
.form button.form-close,
.confirm button.form-close,
.form a.button.form-close,
.confirm a.button.form-close,
.form input[type=button].form-close,
.confirm input[type=button].form-close,
.form input[type=submit].form-close,
.confirm input[type=submit].form-close {
  border-color: #e5e7eb;
  background-color: #F55345;
  color: #fff;
}
.form .confirm-icon,
.confirm .confirm-icon {
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto;
  margin-top: 48px;
  background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABL1BMVEX1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0X1U0UAAAAUs/VvAAAAY3RSTlMADhlJdZq61un8GmKm4RxzzAJOtv4GZ9pf4jzOD5jx4D/NlmhAHgWB/eqZDPqsRwMf1fSKGy3l+YsU67Uj7VrAjPZMQiSwjitXFV5uRbu+CgENeeTofpcuaih3eE+9M3qFUgQCNrh1AAAAAWJLR0Rkwtq4CQAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+EHExQlJsCRGFAAAAQJSURBVGjetZp3Q+owEMCDbEGRgoiKykbZAiru9fb07dG3+/2/wys0SROatknb3F/JJf1dm3G5JAVATEIhwQc4ZSkcicbiiaSmSzIRj0Uj4aXA4Mup9IrGkJV0atk/fTWzpjnIWmbVDz2r5PKai+RzStYjfr2w4UY3ZKOw7uXti5t8+JlsFoW/YmubHz+T7S0hfGmHjdnd02WXXbZT4ueXLa2TrFRr9UbTKG426rVqJWlppzJv67f26ScP2krHWq2jtA/oevstrp4o5ainur3+wK7qoN/rUpVzHM00PCSfGI0nztUn4xFZ/3Doxj86JqqfTE/d3+h0ekI8cnzkwj8jKp9f8DQpABfnxENnR7z8yys+/EyuLvksDIn2uZ7w8/WuuCZaaWhXq0T0781AAK/L4IboaZuxlDXHZzclhp9JyhyxOfZ8aOEKt3fifADubjGgxSov4/l7e++FD8A9trBftpaWsP/penr/+TfgVtq0doPpPz20P5KU6VsXi7bM8eOdD4A5lhbWhyxeX64FxyctAzwftumRVMTzV2h+WWWC53SRVK/jHhbwD2y5wv1MRgIF7N/88gHAnq9g6rIoPjnh9J9OcoG894bZCwoyOvXPB2CKaApWISc04lhf3OUUrXE5pFlF8eE4CD4AY4jLo7g1g3yE5yH6aPr4yVOcmyCPkYEKFD/3vPKVmZfrPsP5HgSuGdll1Cl9r3zjjUfPkaKPiMb+AXmoA49OQkEt8gJpBigiM/xmGubaPvnaS6xrQ016nkP7I8UnX3tlKqFmZZZZgplkxyf/tTlzOygynu0UwzBd8cl/85bQV6AyrKcjMF0NkA+qUBvR01GYrgXIBzWojurpGEzXA+SDOtTH9HQcphsB8kEDFsT1dAKmmwHyQROWJPQ0HFG7QfIBgDvFpJ6EtfYC5YM9WAhAyMbAgy8+NvCObWDw/oP28dODdz42EGI3kTE3Pj945hNNxOrkL7DUxgIHn+xkxjD9qjlZ4OGTw5Qx0WqagwUePjXRGK7iW97eAhefchUsZ/dds7PAx6ecHdNdqzYWOPmUuw7DNL3gsC3w8qkFx2bJZFng5lNLpt2ib7XAzacXfduwZdECP38hbLENvGgLAvyFwMs+dCQt/ODnL4aODsEvYUHj5y8Gv07hu+qFbwnfnTYgqjjfugFx3EKpwnzrFsp5E6gK8lmbQOdtrCrGZ21jXTbiqgifuRF3O0pQBfjsowS3w5C5hZ88fJvDENfjnF+///z9x8G3Pc6RfiAl/0hN/qGg9GNN+Qez8o+WpR+Oyz/el39BIf+KRf4lkfxrLvkXdfKvGoH0y1Ig/7oXSL+wBvKv3IH0nwbmXyH3t4e5yP1xwxC5v55AkfrzDCXCv//8B66cASOnTL/KAAAAAElFTkSuQmCC);
}
.form .confirm-title,
.confirm .confirm-title {
  margin-top: 24px;
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  color: #f55345;
}
.form .confirm-title.bold,
.confirm .confirm-title.bold {
  margin-top: 40px;
  color: #333;
  text-align: center;
}
.form .confirm-description,
.confirm .confirm-description {
  margin-top: 8px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.form .confirm-description-title,
.confirm .confirm-description-title {
  margin-top: 8px;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.form .recaptcha-wrap,
.confirm .recaptcha-wrap {
  margin: auto;
  width: 304px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.form .check-box-wrapper,
.confirm .check-box-wrapper {
  margin-bottom: 16px;
  display: block;
  position: relative;
  overflow: hidden;
  user-select: none;
  font-size: 14px;
  color: #666;
}
.form .check-box-wrapper:last-child,
.confirm .check-box-wrapper:last-child {
  margin-bottom: 0;
}
.form .check-box-wrapper input[type='checkbox'],
.confirm .check-box-wrapper input[type='checkbox'],
.form .check-box-wrapper input[type='radio'],
.confirm .check-box-wrapper input[type='radio'] {
  display: none;
}
.form .check-box-wrapper input[type='checkbox']:checked + .checkbox:before,
.confirm .check-box-wrapper input[type='checkbox']:checked + .checkbox:before,
.form .check-box-wrapper input[type='radio']:checked + .checkbox:before,
.confirm .check-box-wrapper input[type='radio']:checked + .checkbox:before {
  border-color: #f55345;
  background-color: #f55345;
}
.form .check-box-wrapper input[type='checkbox']:checked + .checkbox:after,
.confirm .check-box-wrapper input[type='checkbox']:checked + .checkbox:after,
.form .check-box-wrapper input[type='radio']:checked + .checkbox:after,
.confirm .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%;
}
.form .check-box-wrapper > .checkbox,
.confirm .check-box-wrapper > .checkbox {
  padding-left: 24px;
  float: left;
}
.form .check-box-wrapper > .checkbox a,
.confirm .check-box-wrapper > .checkbox a {
  color: #f55345;
}
.form .check-box-wrapper > .checkbox:before,
.confirm .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%;
}
.form .check-box-wrapper > .checkbox:after,
.confirm .check-box-wrapper > .checkbox:after {
  transition: 0.2s;
  cursor: pointer;
}
.kol-input {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  transition: border-color ease-in-out 0.15s;
}
.kol-input:focus {
  border-color: #f55345;
}
.kol-input::placeholder {
  color: #ccc;
}
.kol-form-inline .kol-input {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}
.has-error .kol-input {
  border-color: #f55345;
}
.kol-input-sm {
  height: 32px;
  padding: 8px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.kol-form-item-control-wrapper {
  position: relative;
}
.kol-form-item-control {
  position: relative;
}
.has-feedback {
  position: relative;
}
.has-feedback.has-tooltip .kol-form-item-children::after,
.has-tooltip .has-feedback .kol-form-item-children::after {
  display: none;
}
.has-feedback .feedback {
  position: absolute;
  visibility: hidden;
  right: 200px;
}
.has-feedback .kol-input {
  padding-right: 24px;
}
.has-feedback .kol-form-item-children .feedback,
.has-feedback .kol-form-item-children::after {
  font-family: "kolicon" !important;
  text-align: center;
  line-height: 1;
  font-style: normal;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  position: absolute;
  width: 16px;
  height: 16px;
  line-height: 16px;
  right: 8px;
  top: 50%;
  margin-top: -8px;
}
.has-feedback .kol-form-item-children .feedback {
  z-index: 1;
}
.has-feedback.has-error .kol-form-item-children .feedback,
.has-feedback.has-error .kol-form-item-children::after {
  color: #f55345;
}
.has-feedback.has-error .kol-form-item-children .feedback {
  visibility: visible;
  position: absolute;
  right: 10px;
}
.has-feedback.has-error .kol-form-item-children .feedback:before {
  content: "\e6b5";
}
.has-feedback.has-warning .kol-form-item-children .feedback,
.has-feedback.has-warning .kol-form-item-children::after {
  color: #999;
}
.has-feedback.has-warning .kol-form-item-children .feedback {
  visibility: visible;
}
.has-feedback.has-warning .kol-form-item-children .feedback:before {
  content: "\e74d";
}
.has-feedback.has-warning .kol-form-item-children:before {
  content: "\e74d";
}
.has-success.has-feedback .ant-form-item-children:after {
  color: #52c41a;
}
.kol-message {
  line-height: 24px;
  font-size: 16px;
  color: #fff;
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.kol-message::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}
.kol-message .kol-message-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 16px 48px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
}
.kol-message-error .kol-message-content {
  background-color: rgba(245, 83, 69, 0.8);
}
.kol-table {
  position: relative;
}
.kol-table [data-sort='desc']:active .kol-table-col-sorter .kol-icon-caret-up {
  color: #666;
}
.kol-table [data-sort='desc'] .kol-table-col-sorter .kol-icon-caret-down {
  color: #999;
}
.kol-table [data-sort='asc']:active .kol-table-col-sorter .kol-icon-caret-up {
  color: #ccc;
}
.kol-table [data-sort='asc'] .kol-table-col-sorter .kol-icon-caret-up {
  color: #999;
}
.kol-table .kol-table-col-sorter {
  padding-left: 2px;
  display: inline-block;
}
.kol-table .kol-table-col-sorter .kol-icon-caret-down,
.kol-table .kol-table-col-sorter .kol-icon-caret-up {
  display: block;
  height: 6px;
  line-height: 6px;
  color: #ccc;
}
.kol-table thead th[data-sort]:hover {
  cursor: pointer;
}
.kol-table thead th ~ th {
  padding-left: 0;
}
.kol-table tbody {
  position: relative;
}
.popup {
  position: fixed;
  z-index: 100000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto auto;
  text-align: center;
  transition: 0.2s ease-in-out;
}
.popup::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}
.popup::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 0.2s;
  z-index: 0;
  background-color: #000;
  opacity: 0;
}
.popup .logo {
  position: absolute;
  top: -64px;
  left: 0;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/216253b9.png);
  background-size: 100% 100%;
  height: 32px;
  width: 128px;
}
.popup.active::after {
  opacity: 0.4;
}
.popup.active .content-container {
  opacity: 1;
  transform: scale(1);
}
.popup.popup-page::after {
  background-color: #F4F5F7;
}
.popup.popup-page.active::after {
  opacity: 1;
}
.popup.no-bg {
  z-index: 10008;
}
.popup.no-bg::after {
  background-color: transparent;
}
.popup.no-bg .content-container {
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.4);
}
.popup .content-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  width: 480px;
  background-color: #fff;
  box-shadow: 20px 20px 48px 0 rgba(143, 38, 0, 0.04);
  text-align: left;
  z-index: 1;
  transition: 0.2s;
  transform: scale(0.4);
  opacity: 0;
  border-radius: 16px;
}
.popup .content-container > .content {
  padding: 32px 40px;
  max-height: 608px;
  overflow: auto;
}
.popup .content-container > .content .confirm-icon-large {
  text-align: center;
}
.popup .content-container .close {
  position: absolute;
  right: -360px;
  top: -64px;
  font-size: 24px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  background-color: #f1f2f4;
  text-align: center;
  line-height: 0px;
}
.popup .content-container .close .fork {
  color: #b6b9bf;
  font-size: 20px;
  height: 40px;
  line-height: 32px;
}
.popup .content-container .confirm-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  background-color: #f55345;
  color: #fff;
}
.popup .top-icon {
  height: 96px;
  margin: 0 auto;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}
.popup ::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.popup ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
.popup ::-webkit-scrollbar-track {
  border-radius: 0;
  background: #F7F8FA;
}
body.popup-activated {
  overflow: hidden;
}
#popup-add-influencer .btn {
  display: block;
  height: 40px;
  width: 192px;
  line-height: 40px;
  border-radius: 2px;
  background-color: #f55345;
  color: white;
  text-align: center;
  border: 1px solid #f55345;
  cursor: pointer;
}
#popup-add-influencer .btn:hover {
  background-color: #f6695d;
}
#popup-add-influencer .btn.default {
  background-color: #F4F5F7;
  border: 1px solid #e5e7eb;
  color: #999;
}
#popup-add-influencer .btn.default:hover {
  background-color: #ffffff;
}
#popup-add-influencer .btn.btn-gray {
  color: #666;
  background-color: #f7f8fa;
  border-color: #e5e7eb;
  cursor: pointer;
}
#popup-add-influencer .add-influencer-block {
  text-align: center;
}
#popup-add-influencer .add-influencer-block .add-influencer-title {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
#popup-add-influencer .add-influencer-block .add-influencer-text {
  line-height: 38px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
#popup-add-influencer .add-influencer-url {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 2px;
  word-break: break-all;
  border: 1px solid #e5e7eb;
  outline: none;
  margin: 24px 0 6px 0;
  padding: 0 14px ;
  color: #666;
}
#popup-add-influencer .error-border {
  border: 1px solid #f55345;
}
#popup-add-influencer .error-tips {
  display: block;
  color: #f55345;
  font-size: 12px;
  height: 12px;
  line-height: 12px;
  text-align: left;
  margin-bottom: 6px;
}
#popup-add-influencer .error-tips .text-tips {
  display: none;
}
#popup-addInfluencer-success .special-container {
  width: 400px;
  height: 300px;
}
#popup-addInfluencer-success .special-container .content {
  height: 300px;
}
#popup-addInfluencer-success .special-container .success-btn-container {
  margin-top: 54px;
}
#popup-addInfluencer-success .btn {
  display: block;
  border-radius: 2px;
  background-color: #f55345;
  color: white;
  height: 40px;
  width: 100%;
  text-align: center;
  border: 1px solid #f55345;
  cursor: pointer;
}
#popup-addInfluencer-success .btn:hover {
  background-color: #f6695d;
}
#popup-addInfluencer-success .btn.default {
  background-color: #F4F5F7;
  border: 1px solid #e5e7eb;
  color: #999;
}
#popup-addInfluencer-success .btn.default:hover {
  background-color: #ffffff;
}
#popup-addInfluencer-success .check-mark-box {
  width: 94px;
  height: 94px;
  margin: 0 auto;
  margin-top: 47px;
  margin-bottom: 34px;
}
#popup-addInfluencer-success .check-mark-box .img {
  width: 100%;
  height: 100%;
}
#popup-addInfluencer-success .addInfluencer-success-text {
  text-align: center;
  color: #f55345;
  font-size: 24px;
  min-height: 124px;
}
#popup-addInfluencer-success .success-btn-container {
  margin-top: 88px;
}
#popup-addInfluencer-success .success-btn {
  line-height: 40px;
}
.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;
}
.list-section {
  width: 1008px;
  padding-bottom: 32px;
}
#create-campaign-popup .confirm-title {
  color: #333;
  margin-top: 0;
  line-height: 48px;
  text-align: left;
}
#create-campaign-popup .confirm-sub-title {
  color: #666;
  padding-bottom: 24px;
  line-height: 40px;
  text-align: left;
}
#create-campaign-popup .input-label {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  float: left;
  display: block;
}
#create-campaign-popup .input-label .required {
  color: #f55345;
  padding-left: 4px;
}
#create-campaign-popup .input-label.error {
  color: #f55345;
  float: right;
}
#create-campaign-popup .info-group {
  line-height: 40px;
  position: relative;
}
#create-campaign-popup .info-group:before,
#create-campaign-popup .info-group:after {
  content: "";
  display: table;
}
#create-campaign-popup .info-group:after {
  clear: both;
  overflow: hidden;
}
#create-campaign-popup .info-group ~ .info-group {
  margin-top: 8px;
}
#create-campaign-popup .info-group .input-label-right {
  font-size: 14px;
  color: #999;
  line-height: 40px;
  float: right;
  display: block;
  width: 16px;
  height: 40px;
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/3f045bb1.png) center center no-repeat;
}
#create-campaign-popup .info-group .input-label-right:hover + .query-box {
  display: block;
}
#create-campaign-popup .info-group .input-label-right:hover ~ .triangle {
  display: block;
}
#create-campaign-popup .info-group .query-box {
  display: none;
  width: 396px;
  color: #ffffff;
  text-align: left;
  font-size: 12px;
  background-color: #4c4c4c;
  background-color: rgba(76, 76, 76, 0.7);
  position: absolute;
  z-index: 1;
  bottom: 38px;
  padding: 14px 20px 20px 16px;
  line-height: 24px;
  border-radius: 2px 2px 0 2px;
}
#create-campaign-popup .info-group .triangle {
  display: none;
  width: 0px;
  height: 0px;
  position: absolute;
  right: 0;
  bottom: 28px;
  border-right: 0px solid transparent;
  border-left: 8px solid transparent;
  border-top: 10px solid #4c4c4c;
  border-top: 10px solid rgba(76, 76, 76, 0.7);
}
#create-campaign-popup .input-group {
  position: relative;
}
#create-campaign-popup .input-group:before,
#create-campaign-popup .input-group:after {
  content: "";
  display: table;
}
#create-campaign-popup .input-group:after {
  clear: both;
  overflow: hidden;
}
#create-campaign-popup .input-group .form-input {
  outline: none;
  width: 100%;
  float: left;
  height: 40px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  padding-left: 8px;
  line-height: 38px;
  color: #666;
}
#create-campaign-popup .input-group .form-input:focus {
  border: 1px solid #f55345;
}
#create-campaign-popup .input-group .form-input:disabled {
  background-color: #e6e7eb;
  cursor: not-allowed;
}
#create-campaign-popup .input-group .form-input.half {
  width: calc((100% - 48px) / 2);
}
#create-campaign-popup .input-group .form-input.half + .half {
  float: right;
}
#create-campaign-popup .input-group .form-textarea {
  height: auto;
  resize: vertical;
  line-height: 24px;
  min-height: 154px;
}
.file-upload-wrapper {
  width: 64px;
  height: 64px;
  border: 1px dashed #e5e7eb;
  display: inline-block;
  position: relative;
  text-align: center;
}
.file-upload-wrapper .kol-progress {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}
.file-upload-wrapper:hover {
  border: 1px dashed #c8ccd5;
  cursor: pointer;
}
.file-upload-wrapper input[type='file'] {
  display: none;
}
.file-upload-wrapper:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: '+';
  font-size: 32px;
  color: #999;
}
.file-upload-wrapper .file-img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  width: 100%;
  max-height: 100%;
}
.file-upload-wrapper .already-exist {
  display: block;
}
.file-upload-wrapper.upload .file-img {
  display: block;
}
.file-upload-wrapper.upload:after {
  content: '';
}
.file-upload-wrapper .uploading-info {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 58px;
  text-align: center;
  color: #999;
  font-size: 12px;
}
.file-upload-wrapper.uploading .kol-progress {
  opacity: 1;
  z-index: 1;
}
.file-upload-wrapper.uploading .uploading-info {
  display: block;
}
.file-upload-wrapper.uploading:after {
  content: '';
  position: absolute;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transform: none;
}
.file-upload-info {
  padding-left: 24px;
  display: inline-block;
  vertical-align: top;
  color: #999;
  font-size: 14px;
}
#contact-us-popup .btn {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 40px;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  cursor: pointer;
  background-color: #f55345;
  color: #fff;
}
div.no-found-wrap {
  text-align: center;
  padding: 16px 0;
}
div.no-found-wrap .no-found-pic {
  width: 184px;
  height: 96px;
  margin: 12px auto 0;
}
div.no-found-wrap .no-found-pic.no-campaign {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/default/61b291c1.png) center center no-repeat;
}
div.no-found-wrap .no-found-pic.no-kol {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/default/7a65b5ad.png) center center no-repeat;
}
div.no-found-wrap .no-found-pic.mg-top-48 {
  margin-top: 48px;
}
div.no-found-wrap .no-found-pic.brand-campaign {
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/default/9b47c606.png) center center no-repeat;
}
div.no-found-wrap .no-found-pic.brand-apply-list {
  margin: 48px auto 0;
  background: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/default/7e4e24c4.png) center center no-repeat;
}
div.no-found-wrap .kol-index {
  margin-top: 92px;
}
div.no-found-wrap .kol-history {
  margin-top: 92px;
}
div.no-found-wrap .no-found-title {
  color: #F55345;
  font-size: 24px;
  margin: 24px auto 0;
  line-height: 40px;
}
div.no-found-wrap .no-found-des {
  color: #666666;
  font-size: 14px;
  margin-top: 16px;
  line-height: 24px;
}
div.no-found-wrap .no-found-des-2 {
  color: #666666;
  font-size: 14px;
  margin-top: 10px;
}
div.no-found-wrap .no-found-btn {
  display: inline-block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  border-radius: 4px;
  background-color: #F55345;
  margin-top: 24px;
  cursor: pointer;
}
.vip-no-data-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vip-no-data-wrap .vip-no-data-contain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.vip-no-data-wrap .vip-no-data-image {
  user-select: none;
}
.vip-no-data-wrap .vip-no-data-title {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 16px;
}
.data-preparing-wrap {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translateX(-50%);
  width: 400px;
  height: 272px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 8px 16px 0;
}
.data-preparing-wrap .data-preparing-image {
  width: 120px;
}
.data-preparing-wrap .data-preparing-text {
  display: block;
  line-height: 24px;
  margin-top: 24px;
}
.data-preparing-wrap .blod {
  font-weight: bold;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 0;
}
.lang-check-block {
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
  height: 64px;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2000000;
  text-align: center;
}
.lang-check-block .section-container {
  height: 100%;
  display: inline-block;
  position: relative;
  padding-top: 0px;
  padding-right: 30px;
}
.lang-check-block .section-container .btn-close {
  position: absolute;
  color: white;
  font-size: 12px;
  right: 0px;
  top: 10px;
  cursor: pointer;
}
.lang-check-block .section-container span {
  color: white;
  line-height: 64px;
  font-size: 12px;
}
.lang-check-block .section-container .switch {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  font-size: 14px;
  min-width: 56px;
  height: 24px;
  color: #F55345;
  border: 1px solid #F55345;
  line-height: 22px;
  border-radius: 4px;
  margin-left: 19px;
  margin-right: 11px;
}
.navigation-wrap {
  width: var(--bar-width);
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 11002;
  transition: 0.2s;
  background-color: #fff;
  user-select: none;
  border-right: 1px solid #F4F5F7;
}
.navigation-wrap .navigation-content {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.navigation-wrap .navigation-content::-webkit-scrollbar {
  display: none;
}
.navigation-wrap .logo-container {
  position: relative;
  height: 88px;
}
.navigation-wrap .logo-container #mini-logo,
.navigation-wrap .logo-container #large-logo {
  position: absolute;
  top: 0;
  background-color: #FFFFFF;
}
.navigation-wrap .logo-wrap,
.navigation-wrap .logo-icon-wrap {
  width: 100%;
  height: 88px;
  display: block;
  padding: 28px 20px;
}
.navigation-wrap .logo-wrap .logo,
.navigation-wrap .logo-icon-wrap .logo {
  height: 32px;
  transition: 0.2s;
}
.navigation-wrap .logo-wrap .collapsed-logo,
.navigation-wrap .logo-icon-wrap .collapsed-logo {
  width: 32px;
  height: 32px;
  margin-left: -5px;
  transition: 0.2s;
}
.navigation-wrap .logo-icon-wrap {
  width: 26px;
  display: none;
}
.navigation-wrap .logo-icon-wrap .logo {
  width: 26px;
}
.navigation-wrap .menu-wrap {
  width: 100%;
  overflow-y: auto;
  height: calc(100% - 72px - 48px);
  color: #7D849B;
  padding: 0px 10px 10px 10px;
}
.navigation-wrap .menu-wrap::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 6px;
  height: 6px;
  margin-right: 4px;
}
.navigation-wrap .menu-wrap::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  margin-top: 10px;
  border-radius: 10px;
  background: #e5e7eb;
}
.navigation-wrap .menu-wrap .menu-list {
  min-height: 100%;
}
.navigation-wrap .menu-wrap .menu-list,
.navigation-wrap .menu-wrap .menu-sub-list-wrap {
  width: 100%;
  background-color: #fff;
}
.navigation-wrap .menu-wrap .menu-list .menu-item,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item {
  width: 100%;
  border-radius: 14px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item:not(.menu-item-open),
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item:not(.menu-item-open),
.navigation-wrap .menu-wrap .menu-list .menu-sub-item:not(.menu-item-open),
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item:not(.menu-item-open) {
  margin-bottom: 8px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  transition: 0.2s;
  padding-left: 8px;
  white-space: nowrap;
  border-radius: 14px;
  font-weight: 500;
  color: #7D849B;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link:hover,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link:hover,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title:hover,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title:hover,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link:hover,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link:hover,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link:hover {
  background: #f4f5f7;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .kolicon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .kolicon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .kolicon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .kolicon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .kolicon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .kolicon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .kolicon {
  vertical-align: -3px;
  font-size: 24px;
  margin-right: 4px;
  display: inline-block;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .text,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .text,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .text,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .text,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .text,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .text,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .text {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .new-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .new-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .new-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .new-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .new-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .new-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .new-icon {
  width: 24px;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -10px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .beta-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .beta-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .beta-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .beta-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .beta-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .beta-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .beta-icon {
  width: 28px;
  vertical-align: middle;
  margin-left: 4px;
  margin-top: -6px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .new-ai-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .new-ai-icon,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .new-ai-icon,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .new-ai-icon {
  width: 24px;
  vertical-align: middle;
  margin-left: -3px;
  margin-top: -3px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link .sub-image,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link .sub-image,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .sub-image,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .sub-image,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link .sub-image,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link .sub-image,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link .sub-image {
  width: 24px;
  margin-left: -30px;
  margin-right: 6px;
  margin-top: 5px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title {
  position: relative;
  margin-bottom: 8px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .kol-icon-down-line {
  margin: 0px;
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 16px;
  line-height: 0;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .kol-icon-down-line:before {
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  background-image: linear-gradient(90deg, #909399, #909399);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  transform: rotate(-45deg) translateX(4px);
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title .kol-icon-down-line:after {
  position: absolute;
  width: 8px;
  height: 1px;
  background: #fff;
  background-image: linear-gradient(90deg, #909399, #909399);
  border-radius: 2px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
  transform: rotate(45deg) translateX(-4px);
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link {
  padding-left: 40px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-link-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-link-active,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-link-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-link-active,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-link-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-link-active,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-link-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-link-active,
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title-collapsed-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title-collapsed-active,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title-collapsed-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title-collapsed-active {
  color: #F55345;
  background: #FFF3EB;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title-active,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title-active,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title-active {
  color: #F55345;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title-active .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title-active .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title-active .kol-icon-down-line,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title-active .kol-icon-down-line {
  top: 17px;
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title-active .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title-active .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title-active .kol-icon-down-line:before,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title-active .kol-icon-down-line:before {
  transform: rotate(45deg) translateX(4px);
  background-image: linear-gradient(90deg, #F55345, #F55345);
}
.navigation-wrap .menu-wrap .menu-list .menu-item .menu-sub-title-active .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-item .menu-sub-title-active .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-list .menu-sub-item .menu-sub-title-active .kol-icon-down-line:after,
.navigation-wrap .menu-wrap .menu-sub-list-wrap .menu-sub-item .menu-sub-title-active .kol-icon-down-line:after {
  transform: rotate(-45deg) translateX(-4px);
  background-image: linear-gradient(90deg, #F55345, #F55345);
}
.navigation-wrap .menu-wrap .menu-sub-list-wrap {
  display: none;
  overflow: hidden;
}
.navigation-wrap .menu-footer {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 10px 18px;
  position: absolute;
  bottom: 0;
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
}
.navigation-wrap .menu-footer .kol-icon-unfold {
  font-size: 24px;
  color: #7D849B;
}
.navigation-wrap .menu-footer .kol-icon-unfold:hover {
  cursor: pointer;
}
.new-header-wrap {
  position: fixed;
  z-index: 11001;
  padding-left: var(--bar-width);
  left: 0;
  top: 0;
  width: 100%;
  height: 64px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0px rgba(14, 0, 74, 0.12);
  transition: padding-left 0.2s;
}
.new-header-wrap .new-header-content {
  padding: 16px 0;
  width: 1184px;
  height: 100%;
  margin: 0 auto;
}
.new-header-wrap .new-header-content .new-header-search-wrap {
  width: 480px;
  height: 100%;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .new-header-search-input {
  width: 70%;
  height: 100%;
  font-size: 16px;
  line-height: 24px;
  padding-left: 36px;
  border: none;
  outline: none;
  box-shadow: none;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .new-header-search-input::-webkit-input-placeholder {
  color: #ccc;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .kolicon {
  position: absolute;
  line-height: 34px;
  color: #999;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .kol-icon-search1 {
  font-size: 24px;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .kol-icon-close-circle-filled {
  font-size: 20px;
  transition: 0.2s;
  cursor: pointer;
  display: none;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .kol-icon-close-circle-filled:hover {
  color: #666;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .search-btn {
  display: inline-block;
  padding: 0 15px;
  background-color: #F55345;
  cursor: pointer;
  user-select: none;
  color: #fff;
  border-radius: 4px;
  line-height: 32px;
  margin-left: 32px;
  font-size: 14px;
  vertical-align: top;
  transition: 0.2s;
}
.new-header-wrap .new-header-content .new-header-search-wrap .new-header-search-content .search-btn:hover {
  background-color: #f88075;
}
.new-header-wrap .new-header-content .new-header-operation-wrap {
  height: 100%;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-btn {
  line-height: 32px;
  font-size: 14px;
  padding: 0 16px;
  background-color: rgba(245, 83, 69, 0.1);
  border-radius: 16px;
  color: #F55345;
  display: block;
  transition: 0.2s;
  margin-right: 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-btn .kol-icon-crown-filled {
  display: inline-block;
  font-size: 16px;
  margin-right: 4px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-btn .text {
  display: inline-block;
  vertical-align: top;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-btn:hover {
  background-color: rgba(245, 83, 69, 0.15);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon {
  line-height: 32px;
  background-color: #F4F5F7;
  border-radius: 4px;
  padding: 0 8px;
  font-size: 16px;
  color: #666;
  margin-right: 16px;
  cursor: pointer;
  position: relative;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon:hover {
  color: #333;
  background-color: #EFF0F2;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon:hover .opr-fold-wrap {
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold-wrap {
  display: none;
  top: 32px;
  right: 0;
  position: absolute;
  padding-top: 8px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .has-sub {
  position: relative;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .has-sub .opr-sub-fold-wrap {
  display: none;
  position: absolute;
  right: 100%;
  top: 0;
  padding-right: 8px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .has-sub .opr-sub-fold-wrap .opr-sub-fold {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .has-sub:hover .opr-sub-fold-wrap {
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .sub-nav-link {
  padding: 8px 16px;
  display: block;
  white-space: nowrap;
  transition: 0.2s;
  height: 48px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .sub-nav-link:hover {
  background-color: #F7F8FA;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .kolicon {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  margin-right: 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .calculator {
  background-color: rgba(0, 145, 255, 0.1);
  color: #0091FF;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .video-analysis {
  background-color: rgba(245, 106, 0, 0.1);
  color: #F56A00;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .compare {
  background-color: rgba(98, 54, 255, 0.1);
  color: #6236FF;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .beat {
  background-color: rgba(247, 181, 0, 0.1);
  color: #F7B500;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .marketing-calculator {
  background-color: rgba(182, 32, 224, 0.1);
  color: #B620E0;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .ellipsis {
  background-color: rgba(70, 51, 149, 0.1);
  color: #463395;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon .opr-fold .text {
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  vertical-align: top;
  color: #333;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon-focus {
  border-radius: 50%;
  font-size: 22px;
  padding: 0 5px;
  background: linear-gradient(346deg, #F64F6B 0%, #F96D59 100%);
  box-shadow: 0px 8px 16px 0px rgba(245, 83, 69, 0.36);
  color: #fff;
  vertical-align: middle;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-icon-focus:hover {
  color: #fff;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang {
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 12px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  position: relative;
  margin-right: 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang .kol-icon-left-bold {
  display: inline-block;
  margin-left: 4px;
  transform: rotate(-90deg);
  transition: 0.2s;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang:hover .lang-menu-wrap {
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang:hover .kol-icon-left-bold {
  transform: rotate(90deg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang .lang-menu-wrap {
  position: absolute;
  padding-top: 8px;
  left: 0;
  top: 31px;
  transition: 0.2s;
  display: none;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang .lang-menu-wrap .lang-menu {
  background-color: #fff;
  border-radius: 8px;
  padding: 8px 0;
  background: #FFFFFF;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.1);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang .lang-menu-wrap .lang-menu .lang-item .lang-link {
  display: block;
  padding: 8px 16px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #666;
  transition: 0.2s;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-lang .lang-menu-wrap .lang-menu .lang-item .lang-link:hover {
  background-color: #F7F8FA;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user {
  padding: 0;
  position: relative;
  cursor: pointer;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user:hover .user-info-wrap {
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-avatar-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-avatar-wrap img {
  width: 100%;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap {
  position: absolute;
  right: 0;
  top: 32px;
  padding-top: 4px;
  background-color: #fff;
  display: none;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-info {
  width: 214px;
  border-radius: 8px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard {
  width: 100%;
  min-height: 102px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/fa5f5382.png);
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
  padding: 16px 16px 0 16px;
  font-size: 14px;
  line-height: 22px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-email {
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-parent,
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-parent-email {
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-parent {
  margin-top: 8px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-parent-email .email {
  display: block;
  width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-parent-email .Unbound {
  margin-left: 6px;
  padding: 0px 6px;
  border-radius: 4px;
  opacity: 0.8;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap {
  display: block;
  margin-top: 4px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip {
  height: 18px;
  line-height: 16px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  padding-left: 26px;
  padding-right: 4px;
  font-size: 12px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .vip-icon {
  display: block;
  height: 100%;
  width: 10px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .vip-icon::after {
  position: absolute;
  right: -15px;
  top: 0;
  content: '';
  width: 0;
  height: 0;
  border-top: 16px solid #fff;
  border-right: 15px solid transparent;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .icon {
  display: block;
  width: 14px;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
  left: 2px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .free {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/2adbe935.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/46a795da.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .profession {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/dfdd4d66.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .business {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/c5e98499.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .jp-basic {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/878d77d6.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .advanced,
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .enterprise {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/263ee96f.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-vip .customized {
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/vip/ba8621a4.svg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .no-icon {
  padding-left: 4px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-coupon {
  background-color: #FFEB00;
  height: 18px;
  line-height: 18px;
  color: #F55345;
  padding: 0 4px;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-left: 12px;
  cursor: pointer;
  position: relative;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-coupon::before,
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-coupon::after {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 18px;
  left: -4px;
  top: 0px;
  background-image: url(https://res-static.noxinfluencer.com/kol/2025/07/public/img/_/styles/components/header/header-img/503b1d8b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .user-vip-wrap .user-coupon::after {
  left: auto;
  right: -4px;
  transform: rotateZ(180deg);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .expire {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .expire .renewal {
  color: #fff;
  padding: 0 4px;
  cursor: pointer;
  border-radius: 4px;
  transition: 0.2s;
  margin-left: 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .expire .renewal:hover {
  background-color: #FDDDDA;
  color: #F55345;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .purchase-wrap {
  display: block;
  margin-top: 4px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .purchase-wrap .purchase {
  font-size: 12px;
  line-height: 20px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-dashboard .purchase-wrap .kolicon {
  margin-left: 4px;
  transform: scale(0.7);
  vertical-align: -1px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav {
  padding: 8px 0;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .user-nav-item .user-nav-link {
  padding: 8px 16px;
  display: block;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .user-nav-item .user-nav-link:hover {
  background-color: #F7F8FA;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .user-nav-divide {
  height: 0;
  border-bottom: 1px solid #F4F5F7;
  display: block;
  margin: 8px 16px;
  box-sizing: border-box;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .other-account {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  margin-bottom: 8px;
  padding-left: 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation {
  padding: 8px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation .relation-account {
  display: flex;
  align-items: center;
  pointer-events: none;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation .relation-account .relation-avatar {
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation .relation-account .relation-name {
  margin-left: 8px;
  font-size: 14px;
  color: #666;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation .relation-mes {
  background-color: #F55345;
  padding: 0px 4px;
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  border-radius: 20px;
  min-width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .kol-new-nav-relation:hover {
  background-color: #f7f8fa;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box {
  padding: 0 16px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box .content-more {
  width: 100%;
  height: 36px;
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(245, 245, 245, 0.5);
  border-radius: 2px;
  cursor: pointer;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box .content-more .see-other {
  font-size: 12px;
  color: #666;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box .content-more .more-account {
  font-size: 12px;
  font-weight: bold;
  color: #F55345;
  margin-right: 8px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box .content-more .right-nav {
  color: #666;
  font-size: 12px;
}
.new-header-wrap .new-header-content .new-header-operation-wrap .new-header-operation-content .opr-user .user-info-wrap .user-nav .content-more-box .content-more:hover {
  background-color: #f7f8fa;
}
.new-header-wrap-collapsed {
  padding-left: 72px;
  transition: padding-left 0.2s;
}
.oauth-cover {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11001;
}
.oauth-cover .oauth-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
  width: 432px;
  padding: 32px;
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
}
.oauth-cover .oauth-wrap .kol-icon-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 16px;
  cursor: pointer;
  color: #999;
  transition: 0.2s;
}
.oauth-cover .oauth-wrap .kol-icon-close:hover {
  color: #666;
}
.oauth-cover .oauth-content .kol-icon-correct-circle {
  font-size: 48px;
  color: #78C322;
}
.oauth-cover .oauth-content .desc {
  color: #666;
  font-size: 14px;
  line-height: 22px;
  margin-top: 32px;
}
.oauth-cover .oauth-content .qr-code-wrap {
  width: 138px;
  height: 138px;
  margin: 0 auto;
  margin-top: 28px;
}
.oauth-cover .oauth-content .qr-code-wrap img {
  width: 100%;
}
.oauth-cover .oauth-content .production-link-wrap {
  text-align: left;
  background-color: #F7F8FA;
  border-radius: 4px;
  margin-top: 48px;
  overflow: hidden;
}
.oauth-cover .oauth-content .production-link-wrap .production-link {
  display: block;
  border-bottom: 1px solid #E5E7EB;
  padding: 16px;
  position: relative;
}
.oauth-cover .oauth-content .production-link-wrap .production-link:last-child {
  border-bottom: none;
}
.oauth-cover .oauth-content .production-link-wrap .production-link .production-text {
  color: #333;
  font-size: 14px;
  line-height: 22px;
}
.oauth-cover .oauth-content .production-link-wrap .production-link .kol-icon-right {
  position: absolute;
  right: 16px;
  top: calc(50% + 2px);
  transform: translateY(-50%);
  font-size: 12px;
  line-height: 12px;
  color: #666;
}

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

