.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: 10999;
  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;
  bottom: 0;
  right: 0;
  background-size: 100%;
  background-color: #fff;
}
.nox-suggest-new-wrapper .nox-suggest-new-img .kol-icon-youtube-circle {
  color: #d40c18;
}
.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 {
  color: #fff;
}

@keyframes rotateMailIcon {
  0% {
    transform: rotate(0deg) scale(1);
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/b76e1a5d.png);
  }
  40% {
    transform: rotate(30deg) scale(0.5);
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/b76e1a5d.png);
  }
  70% {
    transform: rotate(70deg) scale(0.3);
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/aba6f05f.png);
  }
  100% {
    transform: rotate(90deg) scale(1);
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/aba6f05f.png);
  }
}
@keyframes rotateReverseMailIcon {
  0% {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/aba6f05f.png);
  }
  40% {
    transform: rotate(30deg) scale(0);
    opacity: 0;
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/aba6f05f.png);
  }
  50% {
    transform: rotate(20deg) scale(0);
    opacity: 0.3;
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/b76e1a5d.png);
  }
  70% {
    transform: rotate(10deg) scale(0.3);
    opacity: 0.7;
    background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/b76e1a5d.png);
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    background-image: url(https://res02.noxgroup.com/kol/2021/08/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;
  right: 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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/home/b76e1a5d.png) center center no-repeat;
}
.kol-mail-area .text-mail {
  display: none;
  position: fixed;
  bottom: 112px;
  width: 400px;
  right: 24px;
  height: 464px;
  background: #fff url(https://res02.noxgroup.com/kol/2021/08/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 .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://res02.noxgroup.com/kol/2021/08/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;
  right: 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 {
  width: 336px;
  height: 312px;
  position: fixed;
  padding: 8px;
  top: 80px;
  right: 0px;
  z-index: 10000;
}
.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 {
  width: 264px;
  height: 264px;
  position: relative;
}
.default-notification-area .image-notification-wrap #notification-close {
  position: absolute;
  top: 0px;
  right: 0;
  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 .target-image {
  max-width: 264px;
  margin-top: 0px;
}
.default-notification-area .image-notification-wrap .showLink,
.default-notification-area .notification-wrap .showLink {
  opacity: 0;
}

.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";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/iconfont.e047cb24.eot);
  /* IE9*/
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/iconfont.e047cb24.eot#iefix) format('embedded-opentype'),  url(https://res02.noxgroup.com/kol/2021/08/public/img/iconfont.dfb7f773.ttf) format('truetype'),  url(https://res02.noxgroup.com/kol/2021/08/public/img/_/font/iconfont/851e4126.svg#kolicon) format('svg');
  /* iOS 4.1- */
  font-display: block;
}
.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;
}
.kolicon::after {
  display: block;
}
.kol-icon-scan-line:before {
  content: "\e6e6";
}
.kol-icon-alert:before {
  content: "\e6db";
}
.kol-icon-circle-warning:before {
  content: "\e6d7";
}
.kol-icon-reload-large:before {
  content: "\e6d6";
}
.kol-icon-app-file-filled:before {
  content: "\e6ce";
}
.kol-icon-app-chart-filled:before {
  content: "\e6cf";
}
.kol-icon-app-analysis:before {
  content: "\e6d0";
}
.kol-icon-app-analysis-filled:before {
  content: "\e6d1";
}
.kol-icon-app-file:before {
  content: "\e6d2";
}
.kol-icon-app-compass-filled:before {
  content: "\e6d3";
}
.kol-icon-app-chart:before {
  content: "\e6d4";
}
.kol-icon-app-compass:before {
  content: "\e6d5";
}
.kol-icon-logout:before {
  content: "\e6cd";
}
.kol-icon-menu1:before {
  content: "\e6cb";
}
.kol-icon-brand-cycle:before {
  content: "\e6cc";
}
.kol-icon-purse:before {
  content: "\e6ca";
}
.kol-icon-send:before {
  content: "\e6c9";
}
.kol-icon-info-cirlce:before {
  content: "\e6c8";
}
.kol-icon-tick:before {
  content: "\e60e";
}
.kol-icon-cooperation:before {
  content: "\e6c7";
}
.kol-icon-data:before {
  content: "\e6c6";
}
.kol-icon-channel-info:before {
  content: "\e6c5";
}
.kol-icon-title:before {
  content: "\e6c4";
}
.kol-icon-chart:before {
  content: "\e6c3";
}
.kol-icon-download:before {
  content: "\e6c2";
}
.kol-icon-whatsapp-fill:before {
  content: "\e6c1";
}
.kol-icon-twitter:before {
  content: "\e6c0";
}
.kol-icon-youtube-footer:before {
  content: "\e6bf";
}
.kol-icon-facebook:before {
  content: "\e6be";
}
.kol-icon-whatsapp:before {
  content: "\e6bd";
}
.kol-icon-kakao-talk-fill:before {
  content: "\e6bc";
}
.kol-icon-line-tags:before {
  content: "\e6bb";
}
.kol-icon-heart-fill:before {
  content: "\e6ba";
}
.kol-icon-icon-auth:before {
  content: "\e6b9";
}
.kol-icon-close-circle-o:before {
  content: "\e6b8";
}
.kol-icon-support:before {
  content: "\e6b7";
}
.kol-icon-down-circle1:before {
  content: "\e6b5";
}
.kol-icon-right-arrow:before {
  content: "\e6b4";
}
.kol-icon-mail-16:before {
  content: "\e6b6";
}
.kol-icon-success:before {
  content: "\e6b3";
}
.kol-icon-google:before {
  content: "\e6b2";
}
.kol-icon-lock:before {
  content: "\e6b1";
}
.kol-icon-hide:before {
  content: "\e6af";
}
.kol-icon-show:before {
  content: "\e6b0";
}
.kol-icon-captcha:before {
  content: "\e6ae";
}
.kol-icon-warning:before {
  content: "\e6aa";
}
.kol-icon-arrow-back:before {
  content: "\e6a9";
}
.kol-icon-file:before {
  content: "\e6ad";
}
.kol-icon-left-line:before {
  content: "\e6ac";
}
.kol-icon-right-line:before {
  content: "\e6ab";
}
.kol-icon-link:before {
  content: "\e6a8";
}
.kol-icon-brand:before {
  content: "\e6a6";
}
.kol-icon-pull-up:before {
  content: "\e6a5";
}
.kol-icon-language:before {
  content: "\e6a7";
}
.kol-icon-position-copy:before {
  content: "\e95a";
}
.kol-icon-tag-beauty:before {
  content: "\e6a4";
}
.kol-icon-youtube-empty:before {
  content: "\e6a3";
}
.kol-icon-tiktok-solid:before {
  content: "\e6a1";
}
.kol-icon-instagram-solid:before {
  content: "\e6a2";
}
.kol-icon-link-to:before {
  content: "\e6a0";
}
.kol-icon-youtube-circle-line:before {
  content: "\e69f";
}
.kol-icon-add-circle:before {
  content: "\e69e";
}
.kol-icon-chosed:before {
  content: "\e69d";
}
.kol-icon-calendar:before {
  content: "\e69c";
}
.kol-icon-fresh:before {
  content: "\e69b";
}
.kol-icon-share-to:before {
  content: "\e69a";
}
.kol-icon-image:before {
  content: "\e699";
}
.kol-icon-like-empty:before {
  content: "\e698";
}
.kol-icon-dislike-empty:before {
  content: "\e697";
}
.kol-icon-left-slide:before {
  content: "\e696";
}
.kol-icon-lang:before {
  content: "\e695";
}
.kol-icon-vip:before {
  content: "\e694";
}
.kol-icon-tiktok:before {
  content: "\e693";
}
.kol-icon-instagram:before {
  content: "\e692";
}
.kol-icon-youtube:before {
  content: "\e691";
}
.kol-icon-Twitter:before {
  content: "\e690";
}
.kol-icon-new-facebook:before {
  content: "\e68f";
}
.kol-icon-new-share:before {
  content: "\e68e";
}
.kol-icon-question-circle-o:before {
  content: "\e68d";
}
.kol-icon-new-email:before {
  content: "\e68c";
}
.kol-icon-view:before {
  content: "\e66c";
}
.kol-icon-earth-circle:before {
  content: "\e64c";
}
.kol-icon-follower-circle:before {
  content: "\e644";
}
.kol-icon-follwing:before {
  content: "\e643";
}
.kol-icon-follwers:before {
  content: "\e641";
}
.kol-icon-video-circle:before {
  content: "\e640";
}
.kol-icon-videos-light:before {
  content: "\e63d";
}
.kol-icon-like-heart:before {
  content: "\e63c";
}
.kol-icon-pause-circle:before {
  content: "\e639";
}
.kol-icon-play-solid:before {
  content: "\e62e";
}
.kol-icon-talk:before {
  content: "\e62d";
}
.kol-icon-play-circle-o:before {
  content: "\e62c";
}
.kol-icon-radar:before {
  content: "\e624";
}
.kol-icon-twitch:before {
  content: "\e618";
}
.kol-icon-icon_vip:before {
  content: "\e64b";
}
.kol-icon-cup1:before {
  content: "\e64a";
}
.kol-icon-wechatScan:before {
  content: "\e733";
}
.kol-icon-copy-file:before {
  content: "\e649";
}
.kol-icon-certify:before {
  content: "\e623";
}
.kol-icon-dollar:before {
  content: "\e622";
}
.kol-icon-browse:before {
  content: "\e621";
}
.kol-icon-sign:before {
  content: "\e620";
}
.kol-icon-process:before {
  content: "\e61e";
}
.kol-icon-computer:before {
  content: "\e61c";
}
.kol-icon-withdraw:before {
  content: "\e61b";
}
.kol-icon-ways:before {
  content: "\e61a";
}
.kol-icon-kolvideo:before {
  content: "\e619";
}
.kol-icon-sponsorship:before {
  content: "\e617";
}
.kol-icon-money:before {
  content: "\e616";
}
.kol-icon-distribution:before {
  content: "\e615";
}
.kol-icon-contract:before {
  content: "\e614";
}
.kol-icon-apply:before {
  content: "\e613";
}
.kol-icon-loading:before {
  content: "\e648";
}
.kol-icon-notbad:before {
  content: "\e645";
}
.kol-icon-sad:before {
  content: "\e646";
}
.kol-icon-happy:before {
  content: "\e647";
}
.kol-icon-cup:before {
  content: "\e642";
}
.kol-icon-favourite:before {
  content: "\e63f";
}
.kol-icon-crash:before {
  content: "\e63e";
}
.kol-icon-open-file:before {
  content: "\e63b";
}
.kol-icon-correct-c:before {
  content: "\e767";
}
.kol-icon-fire-fill:before {
  content: "\e63a";
}
.kol-icon-fire:before {
  content: "\e604";
}
.kol-icon-key:before {
  content: "\e603";
}
.kol-icon-icon_selected:before {
  content: "\e638";
}
.kol-icon-copy:before {
  content: "\e637";
}
.kol-icon-Exchange:before {
  content: "\e625";
}
.kol-icon-toolbox:before {
  content: "\e602";
}
.kol-icon-house-o:before {
  content: "\e68b";
}
.kol-icon-check-box-outline-blank:before {
  content: "\e68a";
}
.kol-icon-document:before {
  content: "\e634";
}
.kol-icon-ad:before {
  content: "\e635";
}
.kol-icon-global:before {
  content: "\e636";
}
.kol-icon-reload:before {
  content: "\e633";
}
.kol-icon-campaign:before {
  content: "\e632";
}
.kol-icon-tag:before {
  content: "\e630";
}
.kol-icon-keyword:before {
  content: "\e631";
}
.kol-icon-production:before {
  content: "\e62f";
}
.kol-icon-dashboard:before {
  content: "\e62b";
}
.kol-icon-movie:before {
  content: "\e62a";
}
.kol-icon-correct:before {
  content: "\e629";
}
.kol-icon-wrong:before {
  content: "\e628";
}
.kol-icon-triangle-down:before {
  content: "\e627";
}
.kol-icon-triangle-up:before {
  content: "\e626";
}
.kol-icon-question-circle:before {
  content: "\e689";
}
.kol-icon-eye:before {
  content: "\e687";
}
.kol-icon-multi-plus:before {
  content: "\e688";
}
.kol-icon-privacy:before {
  content: "\e686";
}
.kol-icon-right-circle:before {
  content: "\e955";
}
.kol-icon-down-circle:before {
  content: "\e94d";
}
.kol-icon-up-circle:before {
  content: "\e959";
}
.kol-icon-pin:before {
  content: "\e684";
}
.kol-icon-top-bolder:before {
  content: "\e685";
}
.kol-icon-followers:before {
  content: "\e675";
}
.kol-icon-play:before {
  content: "\e66d";
}
.kol-icon-rank:before {
  content: "\e682";
}
.kol-icon-video:before {
  content: "\e683";
}
.kol-icon-close-fine:before {
  content: "\e680";
}
.kol-icon-down-fine:before {
  content: "\e681";
}
.kol-icon-filter:before {
  content: "\e67f";
}
.kol-icon-wechat:before {
  content: "\e67e";
}
.kol-icon-top:before {
  content: "\e67d";
}
.kol-icon-chat:before {
  content: "\e67b";
}
.kol-icon-earth:before {
  content: "\e67c";
}
.kol-icon-scan:before {
  content: "\e67a";
}
.kol-icon-arrow-down:before {
  content: "\e64d";
}
.kol-icon-arrow-up:before {
  content: "\e64e";
}
.kol-icon-address:before {
  content: "\e64f";
}
.kol-icon-calculator:before {
  content: "\e650";
}
.kol-icon-close-circle:before {
  content: "\e651";
}
.kol-icon-bell:before {
  content: "\e652";
}
.kol-icon-close:before {
  content: "\e653";
}
.kol-icon-down:before {
  content: "\e654";
}
.kol-icon-dislike:before {
  content: "\e655";
}
.kol-icon-email:before {
  content: "\e656";
}
.kol-icon-delete:before {
  content: "\e657";
}
.kol-icon-female:before {
  content: "\e658";
}
.kol-icon-compare:before {
  content: "\e659";
}
.kol-icon-export-up:before {
  content: "\e65a";
}
.kol-icon-facebook-circle:before {
  content: "\e65b";
}
.kol-icon-heart:before {
  content: "\e65c";
}
.kol-icon-heart-o:before {
  content: "\e65d";
}
.kol-icon-inbox-o:before {
  content: "\e65e";
}
.kol-icon-house:before {
  content: "\e65f";
}
.kol-icon-info-history:before {
  content: "\e660";
}
.kol-icon-left:before {
  content: "\e661";
}
.kol-icon-like:before {
  content: "\e662";
}
.kol-icon-info:before {
  content: "\e663";
}
.kol-icon-menu:before {
  content: "\e664";
}
.kol-icon-male:before {
  content: "\e665";
}
.kol-icon-pen-line:before {
  content: "\e666";
}
.kol-icon-plus-circle:before {
  content: "\e667";
}
.kol-icon-plus:before {
  content: "\e668";
}
.kol-icon-play-set:before {
  content: "\e669";
}
.kol-icon-phone:before {
  content: "\e66a";
}
.kol-icon-qq:before {
  content: "\e66b";
}
.kol-icon-right:before {
  content: "\e66e";
}
.kol-icon-search:before {
  content: "\e66f";
}
.kol-icon-refresh:before {
  content: "\e670";
}
.kol-icon-share:before {
  content: "\e671";
}
.kol-icon-tracking:before {
  content: "\e672";
}
.kol-icon-star:before {
  content: "\e673";
}
.kol-icon-twitter-circle:before {
  content: "\e674";
}
.kol-icon-warning-circle:before {
  content: "\e676";
}
.kol-icon-videos:before {
  content: "\e677";
}
.kol-icon-translate:before {
  content: "\e678";
}
.kol-icon-youtube-circle:before {
  content: "\e679";
}
.kol-icon-kol-name:before {
  content: "\e6da";
}
.kol-icon-brand-cycle-line:before {
  content: "\e6d9";
}
.kol-icon-export-line:before {
  content: "\e6d8";
}
.kol-icon-influencer:before {
  content: "\e6dc";
}
.kol-icon-public:before {
  content: "\e6dd";
}
.kol-icon-airplane:before {
  content: "\e6de";
}
::selection {
  color: #fff;
  background-color: #f55345;
}
@font-face {
  font-family: "DIN Bold";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/dinbold.0134cd56.eot);
  /* IE9 */
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/dinbold.0134cd56.eot?#iefix) format("embedded-opentype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/dinbold.1f84ffd4.woff) format("woff"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/dinbold.b64e988e.ttf) format("truetype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/_/font/2261c43e.svg#dinbold) format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
.din-bold {
  font-family: "DIN Bold";
}
@font-face {
  font-family: "DIN Regular";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/DIN-Regular.7183cf22.eot);
  /* IE9 */
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/DIN-Regular.7183cf22.eot?#iefix) format("embedded-opentype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/DIN-Regular.513aa006.ttf) format("truetype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/_/font/59e90b6d.svg#DIN-Regular) format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PingFang Regular";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.e63695c1.eot);
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.8dd56c84.ttf) format("truetype"), url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.e63695c1.eot?#iefix) format("embedded-opentype"), url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.b9f7036f.woff) format("woff"), url("https://res02.noxgroup.com/kol/2021/08/public/img/_/font/home/005af760.svg#PingFang Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PingFang Bold";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.e63695c1.eot);
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.8dd56c84.ttf) format("truetype"), url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.e63695c1.eot?#iefix) format("embedded-opentype"), url(https://res02.noxgroup.com/kol/2021/08/public/img/PingFang-Regular.b9f7036f.woff) format("woff"), url("https://res02.noxgroup.com/kol/2021/08/public/img/_/font/home/005af760.svg#PingFang Regular") format("svg");
  font-style: normal;
  font-weight: bold;
}
@font-face {
  font-family: "DINCond Medium";
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/DINCond-Medium.c2cbf012.eot);
  /* IE9 */
  src: url(https://res02.noxgroup.com/kol/2021/08/public/img/DINCond-Medium.c2cbf012.eot?#iefix) format("embedded-opentype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/DINCond-Medium.73200499.ttf) format("truetype"),  url(https://res02.noxgroup.com/kol/2021/08/public/img/_/font/valentine/45f6677d.svg#DIN-Regular) format("svg");
  /* iOS 4.1- */
  font-style: normal;
  font-weight: normal;
}
/*@font-face {
  font-family: "PingFang Regular";
  src: url("../font/home/PingFang Regular.eot");
  src: url("../font/home/PingFang Regular.eot?#iefix") format("embedded-opentype"), url("../font/home/PingFang Regular.woff") format("woff"), url("../font/home/PingFang Regular.ttf") format("truetype"), url("../font/home/PingFang Regular.svg#PingFang Regular") format("svg");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "PingFang Bold";
  src: url("../font/home/PingFang Regular.eot");
  src: url("../font/home/PingFang Regular.eot?#iefix") format("embedded-opentype"), url("../font/home/PingFang Regular.woff") format("woff"), url("../font/home/PingFang Regular.ttf") format("truetype"), url("../font/home/PingFang Regular.svg#PingFang Regular") format("svg");
  font-style: normal;
  font-weight: bold;
}*/
html {
  height: 100%;
}
body {
  min-width: 1340px;
  min-height: 100%;
  position: relative;
  background-color: #F4F5F7;
  font-family: DIN Regular, "Hiragino Sans GB", Arial, Microsoft YaHei, sans-serif;
}
[data-toggle="tooltip"] {
  color: #999;
}
[data-toggle="tooltip"]:hover {
  color: #666;
}
.out-window {
  position: fixed;
  font-size: 0;
  top: -100%;
  left: -100%;
}
.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://res02.noxgroup.com/kol/2021/08/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;
}
.icon-lock {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: sub;
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/brand/vip/326c1770.png) no-repeat;
}
.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;
  left: -64px;
  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: 10010;
  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;
}
.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-circle-warning,
.time-out-wrap .kol-icon-circle-warning {
  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;
}
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%;
  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%;
  min-width: 1340px;
  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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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: "\e696";
  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 {
  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 .tool-list-menu .sub-menu-container {
  width: 1120px;
}
.header-nav .tool-list-menu .tool-list {
  width: 560px;
}
.header-nav .tool-list-menu .sub-menu-item .sub-menu-link {
  padding: 12px 32px 12px 80px;
}
.header-nav .tool-list-menu .sub-menu-item .icon-wrap {
  position: absolute;
  left: 16px;
  top: 12px;
  font-size: 28px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.header-nav .tool-list-menu .sub-menu-item .icon-wrap .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header-nav .tool-list-menu .sub-menu-item .title .icon-wrap {
  background-color: rgba(36, 82, 178, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .title .icon-wrap .icon {
  width: 23.23px;
}
.header-nav .tool-list-menu .sub-menu-item .thumbnail .icon-wrap {
  background-color: rgba(234, 51, 222, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .thumbnail .icon-wrap .icon {
  width: 23.23px;
}
.header-nav .tool-list-menu .sub-menu-item .trend .icon-wrap {
  background-color: rgba(245, 83, 69, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .trend .icon-wrap .icon {
  width: 23.23px;
}
.header-nav .tool-list-menu .sub-menu-item .calculator .icon-wrap {
  background-color: rgba(0, 145, 255, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .calculator .icon-wrap .icon {
  width: 20px;
}
.header-nav .tool-list-menu .sub-menu-item .video .icon-wrap {
  background-color: rgba(245, 106, 0, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .video .icon-wrap .icon {
  width: 24.85px;
}
.header-nav .tool-list-menu .sub-menu-item .compare .icon-wrap {
  background-color: rgba(98, 54, 255, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .compare .icon-wrap .icon {
  width: 23.97px;
}
.header-nav .tool-list-menu .sub-menu-item .keyword .icon-wrap {
  background-color: rgba(35, 187, 159, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .keyword .icon-wrap .icon {
  width: 23px;
}
.header-nav .tool-list-menu .sub-menu-item .realtime .icon-wrap {
  background-color: rgba(247, 181, 0, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .realtime .icon-wrap .icon {
  width: 27.48px;
}
.header-nav .tool-list-menu .sub-menu-item .marketing .icon-wrap {
  background-color: rgba(182, 32, 224, 0.1);
}
.header-nav .tool-list-menu .sub-menu-item .marketing .icon-wrap .icon {
  width: 22px;
}
.header-nav .market-list-menu .sub-menu-link .link-wrap {
  margin-top: 4px;
}
.header-nav .market-list-menu .sub-menu-link .link-wrap .link {
  padding: 0 4px;
  line-height: 20px;
  font-size: 12px;
  color: #F55345;
  border-radius: 4px;
  border: 1px solid #F55345;
  background-color: rgba(245, 83, 69, 0.1);
  margin-right: 8px;
  display: block;
  float: left;
}
.header-nav .market-list-menu .sub-menu-link .link-wrap .link .kolicon {
  margin-left: 1px;
  transform: scale(0.8);
  vertical-align: -1px;
}
.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;
  font-weight: lighter;
}
.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-option {
  float: right;
  white-space: nowrap;
}
.header-option .header-search {
  display: inline-block;
  vertical-align: top;
  width: 216px;
  height: 32px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.15);
  position: relative;
  padding: 0 36px;
  overflow: hidden;
}
.header-option .header-search .kolicon {
  position: absolute;
  font-size: 16px;
  line-height: 16px;
  top: 8px;
}
.header-option .header-search .kol-icon-search {
  left: 8px;
}
.header-option .header-search .kol-icon-close-circle {
  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 {
  width: 64px;
  height: 38px;
  margin-left: 16px;
  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%;
  height: 102px;
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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;
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.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-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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/vip/46a795da.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .profession {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/vip/c5e98499.svg);
}
.header-option .user-block .user-info-wrap .user-info .user-dashbord .user-vip-wrap .user-vip .customized {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/vip/263ee96f.svg);
}
.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://res02.noxgroup.com/kol/2021/08/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:hover .user-info-wrap {
  display: block;
}
.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://res02.noxgroup.com/kol/2021/08/public/img/home/ba9f1a3b.png) no-repeat;
}
.icon-links .icon-link.icon-twitter {
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/6c183dc0.png) no-repeat;
}
.icon-links .icon-link.icon-instagram {
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/home/ca0d7e77.png) no-repeat;
}
.footer,
.footer-landingpage,
.footer-valentine {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/b0a9fe23.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.footer .footer-container,
.footer-landingpage .footer-container,
.footer-valentine .footer-container {
  margin: 0 auto;
  width: 1200px;
  text-align: center;
  padding: 32px 8px;
}
.footer .footer-container.padding-more,
.footer-landingpage .footer-container.padding-more,
.footer-valentine .footer-container.padding-more {
  padding-top: 225px;
}
.footer .footer-container .links-wrapper,
.footer-landingpage .footer-container .links-wrapper,
.footer-valentine .footer-container .links-wrapper {
  display: block;
  text-align: left;
  float: left;
  margin-left: 88px;
}
.footer .footer-container .links-wrap,
.footer-landingpage .footer-container .links-wrap,
.footer-valentine .footer-container .links-wrap {
  display: inline-block;
  width: calc(100% - 16px);
}
.footer .footer-container .links-wrap > li,
.footer-landingpage .footer-container .links-wrap > li,
.footer-valentine .footer-container .links-wrap > li {
  vertical-align: top;
  display: inline-block;
  width: 284px;
  text-align: left;
}
.footer .footer-container .links-wrap > li:not(:last-child),
.footer-landingpage .footer-container .links-wrap > li:not(:last-child),
.footer-valentine .footer-container .links-wrap > li:not(:last-child) {
  margin-right: 9px;
}
.footer .footer-container .links-wrap > li.logo-wrap,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap,
.footer-valentine .footer-container .links-wrap > li.logo-wrap {
  position: relative;
}
.footer .footer-container .links-wrap > li.logo-wrap .marketing-logo,
.footer-landingpage .footer-container .links-wrap > li.logo-wrap .marketing-logo,
.footer-valentine .footer-container .links-wrap > li.logo-wrap .marketing-logo {
  width: 96px;
  height: 28px;
  background: transparent url(https://res02.noxgroup.com/kol/2021/08/public/img/216253b9.png) no-repeat;
  background-size: 100%;
  display: inline-block;
}
.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: 16px;
  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 .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: 36px;
  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: 16px;
  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: 10px;
  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: 14px;
}
.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 {
  position: relative;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover {
  cursor: pointer;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover::after,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover::after,
.footer-valentine .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp:hover::after {
  display: inline-block;
}
.footer .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp::after,
.footer-landingpage .footer-container .links-wrap > li .links > li.icon-links .icon-item.whatsApp::after,
.footer-valentine .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://res02.noxgroup.com/kol/2021/08/public/img/tool/a0499c84.png) no-repeat;
}
.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-mail-16,
.footer-landingpage .footer-container .links-wrap > li .links .define-icon.kol-icon-mail-16,
.footer-valentine .footer-container .links-wrap > li .links .define-icon.kol-icon-mail-16 {
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/footer/f38023d8.png) no-repeat;
  background-size: 16px;
  transform: translateY(10px);
}
.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://res02.noxgroup.com/kol/2021/08/public/img/footer/593d4c96.png) no-repeat;
  background-size: 16px;
  transform: translateY(10px);
}
.footer .footer-container .links-wrap > li .links .define-icon.kol-icon-qq,
.footer-landingpage .footer-container .links-wrap > li .links .define-icon.kol-icon-qq,
.footer-valentine .footer-container .links-wrap > li .links .define-icon.kol-icon-qq {
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/footer/9fe8a9f8.png) no-repeat;
  background-size: 15px;
  transform: translateY(7px);
}
.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);
}
.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-success,
.convert-content .cover-icon .kol-icon-success {
  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;
}
.guide-cover {
  position: fixed;
  z-index: 11000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.guide-cover .guide-image {
  display: none;
  position: absolute;
  top: 0;
  right: 8px;
  cursor: pointer;
}
.guide-cover .active {
  display: block;
}
.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: 164px;
  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: 74px;
  font-size: 40px;
  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-mail-16,
.login-main .input-wrap .input-content-short .kol-icon-mail-16 {
  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 {
  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 .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 .icon-google {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/login/b78da23f.png);
  background-position: center;
  background-repeat: no-repeat;
}
.login-main .button-wrap .login-button .icon-facebook {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/login/95dd14e5.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 32px;
}
.login-main .button-wrap .login-button .kol-icon-youtube {
  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-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://res02.noxgroup.com/kol/2021/08/public/img/login/a7444ae9.png);
}
.login-main .choose-wrap .brand {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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;
}
.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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/platicons/0a5b808f.png);
}
i.logo.plat_Facebook,
a.logo.plat_Facebook {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/cb4dd66f.png);
}
i.logo.plat_Twitter,
a.logo.plat_Twitter {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/f5842421.png);
}
i.logo.plat_Tumblr,
a.logo.plat_Tumblr {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/4849a1b8.png);
}
i.logo.plat_Linkedin,
a.logo.plat_Linkedin {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/737c1b92.png);
}
i.logo.plat_Quora,
a.logo.plat_Quora {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/39648bd3.png);
}
i.logo.plat_Instagram,
a.logo.plat_Instagram {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/platicons/3175948b.png);
}
i.logo.plat_Twitch,
a.logo.plat_Twitch {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/platicons/bafd4924.png);
}
i.logo.country,
a.logo.country {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/tool/ba03bc14.png) no-repeat;
}
i.icon.icon-sns.icon-twitter,
a.logo.icon-sns.icon-twitter {
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/tool/a655e409.png) no-repeat;
}
.icon-invite {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/index/9af9a340.png);
}
.icon-collect {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/index/10adf855.png);
}
.icon-collected {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/index/c840074e.png);
}
.icon-collect-animate:active {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/index/c840074e.png);
  animation: changeBig 0.08s ease-out;
}
.icon-download {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/tool/25615a54.png);
}
.icon-global {
  background: url(https://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/public/img/icon/11b69877.svg);
}
.kol-icon.kol-icon-info-primary {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/066c9f76.svg);
}
.kol-icon.kol-icon-info-disable {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/71681f27.svg);
}
.kol-icon.kol-icon-info-history {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/37bc10c0.svg);
}
.kol-icon.kol-icon-translate {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/080de79b.svg);
}
.kol-icon.kol-icon-bell {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/6ebce880.svg);
}
.kol-icon.kol-icon-fork {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/597d9158.svg);
}
.kol-icon.kol-icon-plus-primary {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/c33d9120.svg);
}
.kol-icon.kol-icon-auth {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/09044188.svg);
}
.kol-icon.kol-icon-invite {
  cursor: pointer;
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/e3d39116.svg);
}
.kol-icon.kol-icon-heart {
  cursor: pointer;
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/be697b76.svg);
}
.kol-icon.kol-icon-heart-primary {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/e1287c58.svg);
}
.kol-icon.kol-icon-arrow-down {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/bb02179c.svg);
}
.kol-icon.kol-icon-like {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/1d4afcd2.svg);
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.kol-icon.kol-icon-dislike {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/a0de716a.svg);
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.kol-icon.kol-icon-refresh {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/dd03fc4f.svg);
}
.kol-icon.kol-icon-fb {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/86aac587.svg);
}
.kol-icon.kol-icon-tw {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/9c59e146.svg);
}
.kol-icon.kol-icon-search-flash {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/79712ef8.svg);
}
.kol-icon.kol-icon-play-set {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/f7cd276e.svg);
}
.kol-icon.kol-icon-trash {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/bf5d1685.svg);
}
.kol-icon.kol-icon-star-half {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/9a38bce2.svg);
}
.kol-icon.kol-icon-star-full {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/bcde3801.svg);
}
.kol-icon.kol-icon-star-empty {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/723edd97.svg);
}
.kol-icon.kol-icon-star-half-special {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/7f9d517f.svg);
}
.kol-icon.kol-icon-star-empty-special {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/5162f66b.svg);
}
.kol-icon.kol-icon-ins-circle {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/d63651f3.svg);
}
.kol-icon.kol-icon-tiktok-circle {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/public/img/icon/33b2b341.svg);
}
.kol-icon.kol-icon-tiktok-small-circle {
  background-image: url(https://res02.noxgroup.com/kol/2021/08/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::after,
.has-feedback .kol-form-item-children::after::after {
  display: block;
}
.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: "\e651";
}
.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: "\e676";
}
.has-feedback.has-warning .kol-form-item-children:before {
  content: "\e676";
}
.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://res02.noxgroup.com/kol/2021/08/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;
}
.lock-popup .lock-icon {
  width: 128px;
  height: 96px;
  margin: 0 auto;
  display: block;
  background: url(https://res02.noxgroup.com/kol/2021/08/public/img/brand/vip/16491858.png) no-repeat;
}
.lock-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;
}
#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://res02.noxgroup.com/kol/2021/08/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;
}
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://res02.noxgroup.com/kol/2021/08/public/img/default/61b291c1.png) center center no-repeat;
}
div.no-found-wrap .no-found-pic.no-kol {
  background: url(https://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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://res02.noxgroup.com/kol/2021/08/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;
}
.lang-check-block .section-container {
  height: 100%;
  min-width: 1400px;
  text-align: right;
  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 ;
}

