@charset "UTF-8";
.setting-color {
  width: 100%;
  background: #fff;
  padding-top: 30px;
  padding-bottom: 20px;
}

.setting-color.fixed {
  position: fixed;
  top: 54px;
  left: 0;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(188, 152, 152, 0.1);
}

.setting-color.fixed + .search-color .bread-crumbs {
  display: none;
}

.setting-color.fixed + .search-color .yang-class {
  display: none;
}

.setting-color.fixed + .search-color .flow-box {
  padding-top: 320px;
}

.color-body {
  background-color: #fff;
  position: relative;
}

.match-colors ol {
  width: 100%;
  height: 60px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border: 1px solid #d7d7d7;
}

.match-colors ol li {
  float: left;
  width: 100%;
  height: 100%;
  background-color: #c67d53;
}

.match-colors .color-controls {
  position: relative;
  height: 100%;
}

.color-controls b {
  color: #fff;
  margin-left: 18px;
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
}

.color-controls i {
  color: #fff;
  margin-left: 18px;
  font-size: 14px;
  height: 50%;
  display: block;
  cursor: pointer;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  padding-top: 0px;
  font-style: normal;
  height: 30px;
  line-height: 30px;
}

.color-controls .remove-btn {
  display: inline-block;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 10px;
  padding: 0px 4px;
}

.color-controls .remove-btn i {
  font-size: 12px;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 24px;
  margin-left: 0;
  padding-top: 0;
  margin-top: 3px;
}

.color-controls .custom-btn i {
  font-size: 12px;
  width: 22px;
  height: 22px;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 24px;
  margin-left: 0;
  padding-top: 0;
  margin-top: 3px;
}

.color-controls span.separator {
  width: 29px;
  height: 101%;
  background: url("//js.588ku.com/comp/public/images/removebtn.png");
  position: absolute;
  left: -13px;
  top: -1px;
  margin: 0;
  cursor: col-resize;
}

.match-colors ol li:first-child .color-controls span.separator {
  display: none;
}

.color-controls .custom-btn {
  display: inline-block;
  color: #fff;
  padding: 0px 4px;
  position: absolute;
  bottom: 0px;
  right: 10px;
}

.color-controls .custom-btn svg {
  font-size: 18px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 30px;
  margin-left: 0;
  padding: 4px;
}

.search .all-classify {
  padding-left: 0;
}

.search .all-classify:last-of-type {
  padding-bottom: 0;
}

.search .crumbs-labels {
  padding-left: 0;
}

.color-box {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.search .color-body {
  border-bottom: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 30px;
}

.color-wrap {
  padding-top: 0;
}

.del-all-block {
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  width: auto;
  background: white;
  width: auto;
  padding: 0 4px;
  box-sizing: border-box;
  color: #595959;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  -o-border-radius: none;
  width: 212px;
  height: 30px;
  background: rgba(23, 161, 255, 0.1);
  border-radius: 4px;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  color: #17A1FF;
  line-height: 30px;
  margin-top: 4px;
}

.del-all-block:hover {
  background: #17A1FF;
  color: #fff;
}

.del-all-block:hover {
  color: #fff;
}

.color-box {
  margin-top: 24px;
}

.tip {
  float: left;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-left: 20px;
  letter-spacing: 1px;
}

/* 如果文档宽度小于 1450 像素则 */
@media screen and (max-width: 1450px) {
  .tip {
    display: none;
  }
}

.exit-color-filter {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #00BE6E;
  letter-spacing: 0;
  padding: 0 12px;
  line-height: 24px;
  cursor: pointer;
  transition: all .3s;
  outline: none;
  background: #EDFFF4;
  border: 1px solid #00BE6E;
  border-radius: 4px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
}

.exit-color-filter:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}

.usuallycolor {
  padding: 16px 16px 12px 16px;
  float: left;
  width: 214px;
  height: 212px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: none;
  position: absolute;
  left: 0;
  top: 26px;
  z-index: 111;
}

.usuallycolor li:nth-child(5n) {
  margin-right: 0px;
}

.usuallycolor::after {
  position: absolute;
  display: inline-block;
  content: '';
  left: 0;
  top: -10px;
  width: 94px;
  height: 26px;
  line-height: 20px;
}

.usuallycolor .color-block {
  float: left;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 4px;
}

.usuallycolor .color-block > span {
  display: block;
  position: absolute;
  line-height: 36px;
  text-align: center;
  z-index: -1;
  width: 36px;
  height: 36px;
  opacity: 0;
}

.usuallycolor .color-block > span > .icon {
  display: none;
  font-size: 16px;
  color: #fff;
}

.usuallycolor .color-block.white-color {
  background: #FFFFFF;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
}

.usuallycolor .color-block.white-color:hover {
  z-index: 1;
  opacity: 1;
  left: 0px;
  top: 0px;
  transform: scale(1.1);
  border: 1px solid #E5E5E5;
}

.usuallycolor .color-block.white-color .iconfont {
  color: #ccc;
}

.usuallycolor .color-block.active .icon {
  display: inline-block;
}

.usuallycolor .color-block .icon {
  display: none;
  font-size: 16px;
  color: #fff;
}

.usuallycolor .color-block:hover:not(.white-color) span {
  z-index: 1;
  opacity: 1;
  left: 0px;
  top: 0px;
  transform: scale(1.1);
}

.usuallycolor .color-block:hover:not(.white-color) div.custom-circle .open-colorpicker {
  z-index: 1;
  left: 0px;
  top: 0px;
  transform: scale(1.1);
}

.custom-color {
  float: left;
}

.custom-circle .open-colorpicker {
  width: 38px;
  height: 24px;
  line-height: 24px;
  color: #999;
  display: block;
  text-align: center;
  font-weight: 700;
  background: url(//js.588ku.com/comp/public/images/color-bg.png);
  font-size: 14px;
  border-radius: 0 4px 4px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-circle .open-colorpicker:hover i {
  color: #FA4633;
}

.custom-circle .open-colorpicker img {
  width: 20;
  height: 19px;
}

.custom-btn .icon-yanse {
  margin-left: 0;
}

.searchColor.loading .searchColor-loading {
  display: block;
}

.searchColor.loading .pagelist,
.searchColor.loading .pic-box {
  display: none;
}

.searchColor-loading {
  display: none;
  padding: 30px 0 180px;
}

.colorpicker {
  display: none;
  border: 1px solid #EAEAEA;
  width: 227px;
  height: 279px;
  overflow: hidden;
  position: absolute;
  z-index: 100;
  background: url("//js.588ku.com/comp/back/images/colorpicker_background.png") no-repeat;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 5px;
  z-index: 112;
}

.colorpicker_color {
  width: 150px;
  height: 150px;
  left: 14px;
  top: 13px;
  position: absolute;
  background: #f00;
  overflow: hidden;
  cursor: crosshair;
}

.colorpicker_color div {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
  background: url("//js.588ku.com/comp/back/images/colorpicker_overlay.png");
}

.colorpicker_color div div {
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 11px;
  overflow: hidden;
  background: url("//js.588ku.com/comp/back/images/colorpicker_select.gif");
  margin: -5px 0 0 -5px;
}

.colorpicker_hue {
  position: absolute;
  top: 13px;
  left: 173px;
  width: 47px;
  height: 150px;
  cursor: n-resize;
}

.colorpicker_hue div {
  position: absolute;
  width: 47px;
  height: 11px;
  overflow: hidden;
  background: url("//js.588ku.com/comp/back/images/colorpicker_indic.gif") left top;
  margin: -4px 0 0 0;
  left: 0px;
}

.colorpicker_new_color {
  position: absolute;
  width: 31px;
  height: 31px;
  left: 180px;
  top: 176px;
  background: #f00;
}

.colorpicker_current_color {
  display: none;
  position: absolute;
  width: 60px;
  height: 30px;
  left: 283px;
  top: 13px;
  background: #f00;
}

.colorpicker input {
  background-color: transparent;
  border: 1px solid transparent;
  position: absolute;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  color: #444343;
  top: 0px;
  right: 0px;
  text-align: left;
  margin: 0;
  padding: 0;
  height: 25px;
  width: 129px;
}

.colorpicker_hex {
  position: absolute;
  height: 27px;
  width: 133px;
  left: 32px;
  top: 179px;
}

.colorpicker_field {
  height: 22px;
  width: 62px;
  background-position: top;
  position: absolute;
}

.colorpicker_field span {
  position: absolute;
  width: 12px;
  height: 22px;
  overflow: hidden;
  top: 0;
  right: 0;
  cursor: n-resize;
}

.colorpicker_rgb_r {
  display: none;
  top: 52px;
  left: 212px;
}

.colorpicker_rgb_g {
  display: none;
  top: 82px;
  left: 212px;
}

.colorpicker_rgb_b {
  display: none;
  top: 112px;
  left: 212px;
}

.colorpicker_hsb_h {
  display: none;
  top: 52px;
  left: 282px;
}

.colorpicker_hsb_s {
  display: none;
  top: 82px;
  left: 282px;
}

.colorpicker_hsb_b {
  display: none;
  top: 112px;
  left: 282px;
}

.colorpicker_submit {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 152px;
  top: 236px;
  overflow: hidden;
  font-size: 14px;
  color: #FFFFFF;
  background-image: linear-gradient(-90deg, #37afff 3%, #17A1FF 100%);
  border-radius: 4px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}

.colorpicker_submit:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#37afff), to(#17A1FF));
  background-image: -webkit-linear-gradient(left, #37afff, #17A1FF);
  background-image: linear-gradient(to right, #37afff, #17A1FF);
}

.colorpicker_cancel {
  position: absolute;
  width: 60px;
  height: 30px;
  left: 82px;
  top: 236px;
  overflow: hidden;
  color: #17A1FF;
  background: #f9fcff;
  border: 1px solid #17A1FF;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  box-sizing: border-box;
}

.colorpicker_focus {
  background-position: center;
}

.colorpicker_hex.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_submit.colorpicker_focus {
  background-position: bottom;
}

.colorpicker_slider {
  background-position: bottom;
}

.search-color-box {
  width: 100%;
  height: auto;
  background: #fff;
  padding: 16px 10px;
  margin-bottom: 14px;
  margin-top: 15px;
}

.search-color-box .color-text {
  font-size: 14px;
  color: #666666;
  padding-top: 2px;
  margin-right: 40px;
}

.search-color-box .color-text p {
  position: relative;
}

.search-color-box .color-text p span {
  color: #00BE6E;
}

.search-color-box .color-text p .color-btn {
  width: 54px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  border: 1px solid #999999;
  position: absolute;
  right: -65px;
  top: 0;
  cursor: pointer;
  display: none;
}

.search-color-box .color-text p .color-btn .icon {
  font-size: 12px;
}

.search-color-box .color-tab {
  margin-top: 2px;
  position: relative;
}

.search-color-box .usuallycolor .color-block {
  width: 30px;
  height: 20px;
  line-height: 20px;
}

.search-color-box .usuallycolor .color-block .icon {
  font-size: 14px;
}

.search-color-box .usuallycolor .color-block:hover span {
  z-index: 1;
  opacity: 1;
  width: 36px;
  height: 24px;
  left: -3px;
  top: -2px;
  line-height: 24px;
}

.search-color-box .custom-circle .open-colorpicker {
  width: 30px;
  height: 20px;
  line-height: 20px;
}

.search-color-box .custom-circle .open-colorpicker .icon {
  font-size: 14px;
}

.search-color-box .flow-box {
  height: auto !important;
}

.search-participle-footer .spf-content {
  background-color: #fff;
  padding: 12px 20px;
  box-sizing: border-box;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.17);
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.search-participle-footer .spf-content > input {
  background-color: #fff !important;
  border: 1px solid #D5D5D5;
  border-radius: 2px;
  height: 36px;
  line-height: 36px;
  width: 57%;
  box-sizing: border-box;
  padding-left: 14px;
  font-size: 14px;
}

.search-participle-footer .spf-content input:-internal-autofill-selected,
.search-participle-footer .spf-content input::-webkit-input-placeholder {
  background-color: #fff !important;
  font-size: 14px;
  -webkit-text-fill-color: #A7A7A7;
}

.search-participle-footer .spf-content input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

.search-participle-footer .spf-content input:focus,
.search-participle-footer .spf-content input:active {
  border-color: #10c55b;
}

.search-participle-footer .spf-content .qt-btn {
  width: 90px;
  color: #fff;
  height: 36px;
  line-height: 36px;
  background-color: #10C55B;
  margin-left: 10px;
}

.search-participle-footer .spf-content > span {
  margin-left: 24px;
  font-size: 12px;
  color: #A7A7A7;
}

.usuallycolor .color-block .iconfont {
  color: #fff;
}

.custom-circle .open-colorpicker {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #999;
  display: block;
  text-align: center;
  font-weight: 700;
  background: #e5e5e5;
  font-size: 14px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-circle .open-colorpicker:hover .iconfont {
  color: #FA4633;
}

.usuallycolor .color-block.active .iconfont {
  display: inline-block;
}

.usuallycolor .color-block .iconfont {
  display: none;
  font-size: 16px;
  color: #fff;
}

.attrMore-hide-box .color-tab {
  padding-top: 2px;
}

#match_colors {
  margin-top: 20px;
  margin-bottom: -5px;
}
