/*
 * @Author: yangyangfe 
 * @Date: 2020-09-21 16:36:24 
 * @Last Modified by: yangyangfe
 * @Last Modified time: 2020-09-27 19:52:47
 */
.kol-list-pagination {
  width: 100%;
  height: 32px;
  text-align: right;
  position: relative;
}
.kol-list-pagination .page-item {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  margin: 0 4px;
  border-radius: 4px;
  border: 1px solid #E8E9EC;
  background-color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  color: #666;
}
.kol-list-pagination .page-item.return-first {
  width: max-content;
  padding: 0 8px;
}
.kol-list-pagination .page-item:hover {
  border-color: #f55345;
  color: #f55345;
}
.kol-list-pagination .lock-page-item {
  background: #ffffff url(/img/vip/3ffd2c05.png) no-repeat;
  background-position: center!important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.kol-list-pagination .active {
  border-color: #f55345;
  color: #FFF;
  background-color: #f55345;
  cursor: default;
}
.kol-list-pagination .active:hover {
  border-color: #f55345;
  color: #FFF;
  background-color: #f55345;
}
.kol-list-pagination .cancel {
  color: #E8E9EC;
  cursor: default;
}
.kol-list-pagination .cancel:hover {
  border-color: #E8E9EC !important;
  color: #E8E9EC !important;
}
.kol-list-pagination .add-kol {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  font-size: 14px;
  line-height: 22px;
  color: #666;
}
.kol-list-pagination .add-kol .add-kol-btn {
  cursor: pointer;
  color: #F55345;
}
.kol-list-pagination .pagination-pagesize-wrap {
  display: inline-block;
  width: 102px;
  height: 32px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2 {
  border-radius: 4px !important;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 2px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__rendered {
  line-height: 30px;
  color: #666666;
  height: 30px;
  display: block;
  padding-left: 8px;
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.kol-list-pagination .pagination-pagesize-wrap .select2-container .select2-selection__arrow b {
  left: 0;
}
.select2-dropdown {
  top: 0px;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  z-index: 10000;
  position: relative;
  vertical-align: middle;
  font-size: 14px;
}
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--single:focus {
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-dropdown {
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 2px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-results {
  display: block;
}
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #f55345;
}
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #F4F5F7;
}
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
  outline: 0;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #F4F5F7;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
.select2-container {
  outline: none;
  z-index: 50;
  width: auto !important;
}
.checkbox-wrap .check + label {
  display: inline-block;
  vertical-align: top;
}
.checkbox-wrap .text {
  display: inline-block;
  max-width: 116px;
}
.select2-container--default .select2-selection--single {
  height: 16px;
  outline: none;
  border: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
  text-align: left;
  outline: none;
  padding-left: 0;
  margin-right: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered li.select2-selection__choice {
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container--default .select2-selection--single .select2-selection__rendered .select2-search--dropdown {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/img/icon/bb02179c.svg) center no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-style: none;
  left: auto;
  top: auto;
  margin-top: 0;
  margin-left: 0;
  background-size: 50%;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /*定义滚动条的轨道，内阴影及圆角*/
  /*定义滑块，内阴影及圆角*/
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  /* width: 16px; */
  width: 8px;
  background-color: #cccccc;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  border-radius: 0px;
  background-color: #ffffff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  /*width: 10px;*/
  height: 8px;
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
  background-color: #e5e7eb;
}
.select2-container--default .select2-results > .select2-results__options ::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f7f8fa;
  color: #333333;
  text-align: inherit;
}
.select2-container--default .select2-results__option {
  width: auto;
  overflow: visible;
  text-overflow: ellipsis;
}
.select2-container--default .select2-results__option label.checkbox {
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
  padding: 8px;
  margin-right: 6px;
  border: 1px solid #e5e7eb;
}
.select2-container--default .select2-results__option label.text {
  vertical-align: middle;
}
.select2-container--default .select2-results__message {
  color: #f55345;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  color: #f55345;
  background-color: #ffffff;
}
.select2-container--default .select2-results__option[aria-selected="true"] label.checkbox {
  border: 1px solid #e5e7eb;
  color: #fff;
  background: #f55345 no-repeat;
  background-image: url(/img/42f6433d.png);
  position: relative;
  content: "\2714";
  background-position: center center;
  transition: background 0.3s ease-in-out;
}
body.lang_en .select2-container--default .select2-selection--single .select2-selection__rendered li.select2-selection__choice {
  max-width: 76px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.select2-container--open .select2-dropdown--below {
  border-top: solid 1px #e5e7eb;
}
.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  transform: rotate(180deg);
  transition: transform 0.2s;
}
.select2-container--open .select2-dropdown {
  left: 2px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  display: none;
}
.block-area .select2-container--default .select2-search--inline .select2-search__field {
  display: block;
  border: 1px solid #333333;
}
.block-follower .select2-container--open .select2-dropdown,
.block-exposure .select2-container--open .select2-dropdown {
  left: 0px;
  width: 100px !important;
}
.select2-dropdown {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08);
  border: solid 1px #e5e7eb;
  top: 12px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e7eb;
  font-size: 14px;
  line-height: 16px;
}
.tool-header {
  height: 190px;
  width: 100%;
  box-shadow: 0px 1px 4px 0px rgba(14, 0, 74, 0.1);
  background-color: #fff;
}
.tool-header .tool-container {
  width: 1184px;
  height: 100%;
  margin: auto;
  text-align: center;
  padding-top: 32px;
  position: relative;
}
.tool-header .tool-container h1 {
  font-size: 38px;
  line-height: 46px;
  color: #3A3A3A;
  margin: 0;
}
.tool-header .tool-container h2 {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 16px;
}
.tool-header .tool-container .tool-tab-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}
.tool-header .tool-container .tool-tab-wrap .tool-tab {
  height: 40px;
  font-size: 16px;
  line-height: 24px;
  padding: 0px 16px 14px;
  border-bottom: 2px solid transparent;
  text-align: center;
  margin-right: 16px;
  color: #333333;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: block;
}
.tool-header .tool-container .tool-tab-wrap .tool-tab:last-child {
  margin-right: 0;
}
.tool-header .tool-container .tool-tab-wrap .tool-tab:hover {
  color: #f55345;
}
.tool-header .tool-container .tool-tab-wrap .active {
  border-bottom-color: #f55345;
  cursor: default;
}
.tool-header .tool-container .tool-tab-wrap .active:hover {
  color: #333333;
}
.tool-main {
  background-color: #F4F5F7;
  padding: 16px 0;
}
.tool-main .tool-wrap {
  width: 1184px;
  margin: auto;
  background-color: #fff;
  border-radius: 2px;
  display: none;
  padding: 24px 24px 16px;
  min-height: 600px;
}
.tool-main .tool-wrap.active {
  display: block;
}
.tool-main .tool-wrap .main-filter {
  width: 100%;
  height: 32px;
}
.tool-main .tool-wrap .main-filter .input-wrap {
  height: 100%;
  width: 272px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  line-height: 30px;
}
.tool-main .tool-wrap .main-filter .input-wrap .input {
  width: calc(100% - 32px);
  height: 100%;
  border: none;
  outline: none;
  float: left;
  padding-left: 12px;
}
.tool-main .tool-wrap .main-filter .input-wrap .kol-icon-search1 {
  position: absolute;
  font-size: 12px;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.tool-main .tool-wrap .main-filter .select-wrap {
  height: 100%;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-label {
  font-size: 14px;
  color: #717171;
  line-height: 32px;
  margin-right: 4px;
  display: block;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content {
  width: 120px;
  height: 32px;
  margin-right: 24px;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content:last-child {
  margin-right: 0;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content .select {
  display: none;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content .select2-container {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
  overflow: hidden;
  border-radius: 2px;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content .select2-container .select2-selection__rendered {
  line-height: 30px;
  color: #666666;
  height: 30px;
  display: block;
  padding-left: 8px;
}
.tool-main .tool-wrap .main-filter .select-wrap .select-content .select2-container .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.tool-main .tool-wrap .main-result {
  width: 100%;
  margin-top: 24px;
}
.tool-main .tool-wrap .main-result .thumbnail-item {
  width: 360px;
  height: 236px;
  margin-right: 28px;
  margin-bottom: 28px;
}
.tool-main .tool-wrap .main-result .thumbnail-item:nth-child(3n) {
  margin-right: 0;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image {
  width: 100%;
  height: 202.5px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image .thumbnail {
  width: 100%;
  display: block;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image .video-title {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.52) 45%, #000000 100%);
  color: #fff;
  padding: 0 8px;
  font-size: 14px;
  opacity: 0;
  transition: 0.2s;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image .kol-icon-download {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 32px;
  top: 8px;
  right: 8px;
  opacity: 0;
  transition: 0.2s;
  cursor: pointer;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image:hover .video-title {
  opacity: 1;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-image:hover .kol-icon-download {
  opacity: 1;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data {
  margin-top: 8px;
  width: 100%;
  height: 24px;
  line-height: 24px;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .avatar {
  display: block;
  width: 24px;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 8px;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .avatar img {
  width: 100%;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .channel-title {
  font-size: 14px;
  font-weight: bold;
  color: #3A3A3A;
  max-width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .video-data {
  font-size: 12px;
  color: #999999;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .video-data span {
  display: inline-block;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .video-data .kolicon {
  line-height: 24px;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .video-data .kol-icon-fire-filled {
  margin-left: 8px;
}
.tool-main .tool-wrap .main-result .thumbnail-item .thumbnail-data .video-data .red {
  color: #F55345;
}
.tool-main .tool-wrap .main-pagination {
  width: 100%;
  text-align: right;
}
.tool-main .tool-wrap .link-wrap {
  width: 552px;
  height: 40px;
  margin: 40px auto 0;
}
.tool-main .tool-wrap .link-wrap .input-wrap {
  width: 482px;
  height: 100%;
  border: 1px solid #D9D9D9;
  border-right: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tool-main .tool-wrap .link-wrap .input-wrap .input {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 16px;
  line-height: 38px;
  font-size: 16px;
}
.tool-main .tool-wrap .link-wrap .button-wrap {
  width: calc(100% - 482px);
  height: 100%;
  background-color: #F55345;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.tool-main .tool-wrap .image-wrap {
  margin: 40px auto 0;
  width: 960px;
  user-select: none;
}
.tool-main .tool-wrap .image-wrap .image-max {
  width: 100%;
  height: 540px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.tool-main .tool-wrap .image-wrap .image-mid {
  width: 720px;
  height: 540px;
  margin: 0 auto;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.tool-main .tool-wrap .image-wrap .image-min {
  width: 360px;
  height: 270px;
  margin: 32px auto 0;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
}
.tool-main .tool-wrap .image-wrap img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  min-width: 100%;
  min-height: 100%;
}
.tool-main .tool-wrap .image-wrap .kol-icon-download {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.tool-main .tool-wrap .desc-wrap {
  width: 960px;
  margin: 32px auto 0;
  padding: 32px;
  background-color: #F7F8FA;
  border-radius: 8px;
  text-align: left;
}
.tool-main .tool-wrap .desc-wrap span {
  display: block;
}
.tool-main .tool-wrap .desc-wrap .desc-title {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  margin-bottom: 8px;
}
.tool-main .tool-wrap .desc-wrap .desc-des {
  font-size: 14px;
  line-height: 22px;
  color: #7D7D7D;
}
.tool-main .tool-wrap .desc-wrap .desc-des::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #7D7D7D;
  vertical-align: middle;
  margin-right: 8px;
}
.tool-cover {
  display: block;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 11000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.tool-cover .tool-cover-wrap {
  width: 960px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}
.tool-cover .tool-cover-wrap .tool-cover-content {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}
.tool-cover .tool-cover-wrap .tool-cover-content .tool-cover-list {
  width: 1500%;
  height: 100%;
  position: absolute;
  top: 0;
}
.tool-cover .tool-cover-wrap .tool-cover-content .tool-cover-list .tool-cover-item {
  width: 960px;
  height: 540px;
  position: relative;
}
.tool-cover .tool-cover-wrap .tool-cover-content .tool-cover-list .tool-cover-item .image {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  display: block;
}
.tool-cover .tool-cover-wrap .tool-cover-content .tool-cover-list .tool-cover-item .kol-icon-download {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 26px;
  text-align: center;
  line-height: 40px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.tool-cover .tool-cover-wrap .kol-icon-left,
.tool-cover .tool-cover-wrap .kol-icon-right {
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #666;
  cursor: pointer;
  transition: 0.2s;
}
.tool-cover .tool-cover-wrap .kol-icon-left {
  left: -80px;
}
.tool-cover .tool-cover-wrap .kol-icon-right {
  right: -80px;
}
.tool-cover .tool-cover-wrap .kol-icon-disabled {
  cursor: default;
  opacity: 0.2;
}
#search-loading-popup {
  display: none;
  bottom: auto;
}
@keyframes lds-eclipse {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#search-loading-popup .loading-wrap {
  height: 60px;
}
#search-loading-popup .popup-bg {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background-color: #ffffff;
}
#search-loading-popup .content-container {
  box-shadow: none;
  background-color: transparent;
}
#search-loading-popup .lds-css.ng-scope {
  height: 240px;
  float: left;
  width: 100%;
}
#search-loading-popup .lds-eclipse {
  position: relative;
}
#search-loading-popup .lds-eclipse .circle {
  position: absolute;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 8px 0 0 #f55345;
  transform-origin: 80px 84px;
}
#search-loading-popup .lds-eclipse {
  width: 48px !important;
  height: 100%;
  margin: 0 auto;
  transform: scale(0.24) translate(-80px, 80px);
}

