@charset "UTF-8";
.color_svg {
  background: url(../../images/color_tools/icon.svg) no-repeat;
}

.color_svg_second {
  background: url(../../images/color_tools/new_svg_icon.svg) no-repeat;
}

.color_aside_filter_icon {
  display: inline-block;
  background-image: url(../../images/list/aside_filter_icon.svg);
  background-repeat: no-repeat;
}

.list_icon {
  background: url(../../images/list/list_common.svg?20220726) no-repeat;
}
.clearfix:after{
  content:".";display: block;height: 0;clear: both;visibility: hidden;font-size:0;line-height:0;
}
.clearfix{
  *zoom: 1;
}
.web-common-foot{
  margin-bottom: 0px !important;
}
/* *{
  box-sizing: border-box;
} */

.cgc_tips {
  position: fixed;
  z-index: 9;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 21px;
  height: 44px;
  background: white;
  line-height: 44px;
  text-align: center;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px 6px 6px 6px;
  margin-left: 54px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D;
}
.cgc_tips i {
  display: inline-block;
  background-position: -113px -152px;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.error_tips {
  position: fixed;
  top: -60px;
  padding: 0 33px;
  height: 44px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px 6px 6px 6px;
  left: 235px;
  line-height: 44px;
  text-align: center;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D;
}
.error_tips i {
  display: inline-block;
  background-position: -113px -152px;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}

.success_tips {
  position: fixed;
  z-index: 50px;
  top: -60px;
  padding: 0 33px;
  height: 44px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 16px 16px 0px rgba(0, 0, 0, 0.08);
  border-radius: 6px 6px 6px 6px;
  left: 235px;
  line-height: 44px;
  text-align: center;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #1D1D1D;
}
.success_tips span {
  font-weight: bold;
  margin: 0 4px;
}
.success_tips a {
  border-bottom: 1px solid #1d1d1d;
  height: 18px;
  line-height: 18px;
}
.success_tips i {
  display: inline-block;
  background-position: -147px -151px;
  width: 18px;
  height: 18px;
  margin-right: 9px;
}

/* 导航start */
.color-tool-nav {
  padding: 0 80px;
  height: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: white;
  position: relative;
  z-index: 5;
}
.color-tool-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.color-tool-nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 155px;
  height: 48px;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  color: #1d1d1d;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.color-tool-nav ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 500;
  font-size: 16px;
  color: #1D1D1D;
}
.color-tool-nav ul li i {
  margin-right: 3px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.color-tool-nav ul li .color-nav-1 {
  background-position: -19px -13px;
}
.color-tool-nav ul li .color-nav-2 {
  background-position: -63px -13px;
}
.color-tool-nav ul li .color-nav-3 {
  background-position: -107px -13px;
}
.color-tool-nav ul li .color-nav-4 {
  background-position: -151px -13px;
}
.color-tool-nav ul li .color-nav-5 {
  background-position: -195px -13px;
}
.color-tool-nav ul li .color-nav-6 {
  background-position: -239px -13px;
}
.color-tool-nav ul li:hover {
  background-color: #f0f0f0;
}
.color-tool-nav ul li.sel {
  color: #fff;
  background-color: #1d1d1d;
}
.color-tool-nav ul li.sel a{
  color: #fff;
}
.color-tool-nav ul li.sel .color-nav-1 {
  background-position: -21px -50px;
}
.color-tool-nav ul li.sel .color-nav-2 {
  background-position: -63px -48px;
}
.color-tool-nav ul li.sel .color-nav-3 {
  background-position: -107px -48px;
}
.color-tool-nav ul li.sel .color-nav-4 {
  background-position: -151px -48px;
}
.color-tool-nav ul li.sel .color-nav-5 {
  background-position: -195px -48px;
}
.color-tool-nav ul li.sel .color-nav-6 {
  background-position: -239px -48px;
}
.color-tool-nav ul li.sel:hover {
  background-color: #1d1d1d;
}

/* 导航结束 */
/*游客权限start*/
.tourist_tips_color_content {
  width: 100%;
  position: relative;
}
.tourist_tips_color_content > img {
  width: 100%;
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.tourist_tips_layer {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.tourist_tips_layer.tourist_tips_colortrend_layer {
  display: none;
}
.tourist_tips_layer.tourist_tips_colortrend_layer.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.tourist_tips_layer > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tourist_tips_layer > div > .title {
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 33px;
}
.tourist_tips_layer > div > p {
  margin-top: 11px;
  color: #999;
  font-size: 18px;
  line-height: 21px;
}
.tourist_tips_layer > div > .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 28px;
}
.tourist_tips_layer > div > .btn > a {
  width: 240px;
  height: 48px;
  border: 1px solid #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #1d1d1d;
  margin: 0 16px;
  position: relative;
}
.tourist_tips_layer > div > .btn > a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  border-top: 6px solid #1d1d1d;
  border-left: 6px solid transparent;
}
.tourist_tips_layer > div > .btn > a:hover {
  color: #fff;
  background-color: #1d1d1d;
}
.tourist_tips_layer > div > .btn > a:hover::after {
  border-top-color: #fff;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.tourist_tips_layer > div > .b_title {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.tourist_tips_layer > div > .b_title > span {
  color: #1d1d1d;
  font-weight: bold;
}
.tourist_tips_layer > div > .b_title > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 92px;
  height: 24px;
  background: #1d1d1d;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 14px;
  margin-left: 9px;
}
.tourist_tips_layer > div > .b_title > a > i {
  width: 16px;
  height: 16px;
  background-position: -278px -282px;
  margin-right: 4px;
}
.tourist_tips_layer > div > .close {
  cursor: pointer;
  position: absolute;
  right: -24px;
  top: -24px;
  width: 24px;
  height: 24px;
  background-position: -695px -215px;
}
.tourist_tips_layer > div > .close:hover {
  background-position: -736px -215px;
}

/*游客权限end*/
/*普通权限start*/
.open_account_container {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 38px 0 60px;
  position: relative;
  z-index: 10;
}
.open_account_container > div {
  width: 295px;
  height: 301px;
  background: url(../../images/ec_data/detail/phone.png) no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.open_account_container > div > img {
  width: 110px;
  margin-top: 59px;
}
.open_account_container > div > div {
  width: 206px;
  text-align: center;
  color: #666;
  font-size: 14px;
  margin-top: 20px;
}
.open_account_container > div > a {
  height: 36px;
  background: #1d1d1d;
  border-radius: 45px;
  padding: 0 45px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  margin-top: 25px;
}
.open_account_container > div > a:hover {
  background: #3a3a3a;
}

.authority_tips_color {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 10;
}

.general_tips_color_content {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 11;
  display: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.general_tips_color_content.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.general_tips_color_content > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 513px;
  position: relative;
  transform: translateY(-50%);
}
.general_tips_color_content > div > .title {
  font-size: 22px;
  font-weight: bold;
  color: #1d1d1d;
  line-height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.general_tips_color_content > div > .title > i {
  width: 48px;
  height: 20px;
  background-position: -150px -502px;
  display: inline-block;
  margin: 0 5px;
}
.general_tips_color_content > div > p {
  margin-top: 11px;
  color: #999;
  font-size: 18px;
  line-height: 21px;
}
.general_tips_color_content > div > .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}
.general_tips_color_content > div > .btn > a {
  width: 240px;
  height: 48px;
  border: 1px solid #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  color: #fff;
  margin: 0 16px;
  position: relative;
  background-color: #1d1d1d;
}
.general_tips_color_content > div > .btn > a::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
}
.general_tips_color_content > div > .btn > a:hover {
  background-color: #3a3a3a;
}
.general_tips_color_content > div > .s_title {
  margin-top: 16px;
  color: #666;
  font-size: 14px;
}
.general_tips_color_content > div > .b_title {
  margin-top: 6px;
  color: #1d1d1d;
  font-size: 24px;
  font-weight: bold;
}
.general_tips_color_content > div > .close {
  cursor: pointer;
  position: absolute;
  right: -24px;
  top: -24px;
  width: 24px;
  height: 24px;
  background-position: -695px -215px;
}
.general_tips_color_content > div > .close:hover {
  background-position: -736px -215px;
}

/*普通权限end*/
/*色彩分析、单品色彩侧边筛选项 start*/
.color_aside_filter {
  width: 216px;
  background-color: #fff;
  padding-left: 56px;
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
  float: left;
  min-height: 100vh;
}
.color_aside_filter .aside_filter_content {
  padding-bottom: 180px;
}
.color_aside_filter .aside_filter_content > li {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content > li:last-child {
  border-bottom: none;
}
.color_aside_filter .aside_filter_content > li > label {
  height: 56px;
  line-height: 56px;
  padding-left: 4px;
  display: block;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
.color_aside_filter .aside_filter_content > li > label > i {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  background-origin: content-box;
  width: 12px;
  background-position: -34px -87px;
  padding: 7px 0;
}
.color_aside_filter .aside_filter_content > li > label.down > i {
  padding: 2px 0;
  background-position: -82px -82px;
}
.color_aside_filter .aside_filter_content > li > ul {
  margin-bottom: 19px;
  position: relative;
}
.color_aside_filter .aside_filter_content > li > ul > li {
  font-size: 14px;
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content > li > ul > li > label {
  display: block;
  position: relative;
  font-weight: normal;
  min-width: 118px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  word-break: break-all;
  cursor: pointer;
}
.color_aside_filter .aside_filter_content > li > ul > li > label > a {
  display: inline-block;
  padding: 12px 0 12px 16px;
  line-height: 16px;
}
.color_aside_filter .aside_filter_content > li > ul > li > label > a > span {
  position: relative;
  display: block;
  max-width: 163px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.color_aside_filter .aside_filter_content > li > ul > li > label > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.color_aside_filter .aside_filter_content > li > ul > li > label > a > span[aside_toggle_text] {
  color: #666;
}
.color_aside_filter .aside_filter_content > li > ul > li > label > i {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  background-origin: content-box;
  display: none;
  background-position: -8px -80px;
  width: 16px;
}
.color_aside_filter .aside_filter_content > li > ul > li:hover > label {
  background-color: #f1f1f1;
}
.color_aside_filter .aside_filter_content > li > ul > li:hover > label > a {
  font-weight: 900;
}
.color_aside_filter .aside_filter_content > li > ul > li:hover > label > a > span::after {
  width: 100%;
}
.color_aside_filter .aside_filter_content > li > ul > li.selected > label {
  background-color: #f1f1f1;
}
.color_aside_filter .aside_filter_content > li > ul > li.selected > label > a {
  font-weight: 900;
}
.color_aside_filter .aside_filter_content > li > ul > li.selected > label > a > span::after {
  width: 100%;
}
.color_aside_filter .aside_filter_content > li > ul > li.selected > label > a > i {
  display: block;
}
.color_aside_filter .aside_filter_content > li > ul > li.selected > label > i {
  display: block;
}
.color_aside_filter .aside_filter_content [aside_parent] {
  font-size: 14px;
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_child] {
  position: relative;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] {
  display: block;
  position: relative;
  font-weight: normal;
  min-width: 118px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  word-break: break-all;
  cursor: pointer;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] > a {
  display: inline-block;
  padding: 12px 0 12px 16px;
  line-height: 16px;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] > a > span {
  position: relative;
  display: block;
  max-width: 163px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] > a > span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 1px;
  background-color: #1d1d1d;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] > a > span[aside_toggle_text] {
  color: #666;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle] > i {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  background-origin: content-box;
  display: none;
  background-position: -8px -80px;
  width: 16px;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle]:hover {
  background-color: #f1f1f1;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle]:hover > a {
  font-weight: 900;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle]:hover > a > span::after {
  width: 100%;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle]:hover > a > span[aside_toggle_text] {
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle].selected {
  background-color: #f1f1f1;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle].selected > a {
  font-weight: 900 !important;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle].selected > a > span::after {
  width: 100% !important;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle].selected > a > span[aside_toggle_text] {
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content [aside_parent] [aside_toggle].selected > i {
  display: block;
}
.color_aside_filter .aside_filter_content > [aside_parent] {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #dddddd;
  color: #1d1d1d;
}
.color_aside_filter .aside_filter_content > [aside_parent] > [aside_toggle] {
  display: block;
  font-weight: 900;
  height: 56px;
  line-height: 56px;
  padding-left: 4px;
}
.color_aside_filter .aside_filter_content > [aside_parent] > [aside_toggle] > a {
  padding-left: 0;
}
.color_aside_filter .aside_filter_content > [aside_parent] > [aside_toggle]:hover {
  background-color: transparent;
}
.color_aside_filter .aside_filter_content > [aside_parent] > [aside_child] {
  margin-bottom: 19px;
}
.color_aside_filter .aside_filter_content > [aside_parent] > [aside_child] > [aside_parent] > [aside_toggle] > a {
  padding-left: 8px;
}
.color_aside_filter .aside_filter_content > [aside_parent]:last-child {
  border-bottom: none;
}

/*色彩分析、单品色彩侧边筛选项 end*/
/*保存色板流程start*/
.color_save_plate_layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 40;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.color_save_plate_layer > .color_save_plate_content {
  width: 700px;
  height: 500px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.color_save_plate_layer > .color_save_plate_content > .title {
  height: 68px;
  background-color: #f5f5f5;
  border-radius: 8px 8px 0 0;
  padding-left: 24px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  color: #1d1d1d;
  box-sizing: border-box;
}
.color_save_plate_layer > .color_save_plate_content > .c_content {
  padding: 0 24px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .s_title {
  font-size: 14px;
  color: #1d1d1d;
  margin-top: 16px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 44px;
  background-color: #fff;
  position: relative;
  margin-top: 8px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_input > input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border: none;
  outline: none;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_input > .msg {
  position: absolute;
  color: #ee1d00;
  font-size: 12px;
  left: 0;
  bottom: -18px;
  display: none;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 8px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_title > p {
  font-size: 14px;
  color: #1d1d1d;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_title > a {
  cursor: pointer;
  font-size: 14px;
  color: #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90px;
  height: 26px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_title > a > i {
  background-position: -593px -183px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 8px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_title > a:hover {
  background: #f5f5f5;
  border-radius: 4px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content {
  height: 200px;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list {
  padding: 8px 8px 0;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div {
  width: 100%;
  height: 44px;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 8px;
  color: #1d1d1d;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div > label {
  background: url(../../images/color_tools/new_icon.svg) no-repeat -32px -7px;
  width: 20px;
  height: 14px;
  margin-right: 16px;
  position: absolute;
  right: 12px;
  display: none;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div:hover {
  border: 1px solid #000000;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div:hover > label {
  display: block;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div.selected {
  border: 1px solid #000000;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .group_content .group_list > div.selected > label {
  display: block;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 24px;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_btn > a.save {
  width: 140px;
  height: 44px;
  background: #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  margin-left: 40px;
  cursor: pointer;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_btn > a.save:hover {
  background-color: #333;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_btn > a.cancle {
  height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  font-size: 14px;
  cursor: pointer;
}
.color_save_plate_layer > .color_save_plate_content > .c_content > .save_btn > a.cancle:hover {
  color: #ee1d00;
}
.color_save_plate_layer > .color_save_plate_content > .close {
  background-position: -624px -181px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 25px;
  right: 28px;
  cursor: pointer;
}
.color_save_plate_layer > .color_save_plate_content > .close:hover {
  background-position: -652px -181px;
}
.color_save_plate_layer > .color_save_plate_content > .close_btn {
  background-position: -624px -181px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 25px;
  right: 28px;
  cursor: pointer;
}
.color_save_plate_layer > .color_save_plate_content > .close_btn:hover {
  background-position: -652px -181px;
}

.add_group_color_layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 41;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.add_group_color_layer > .add_group_color_content {
  width: 440px;
  height: 162px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 24px;
}
.add_group_color_layer > .add_group_color_content > .title {
  color: #1d1d1d;
  font-size: 14px;
  margin-top: 14px;
}
.add_group_color_layer > .add_group_color_content > .save_input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  height: 44px;
  background-color: #fff;
  position: relative;
  margin-top: 8px;
}
.add_group_color_layer > .add_group_color_content > .save_input > input {
  width: 100%;
  height: 100%;
  padding-left: 16px;
  border: none;
  outline: none;
}
.add_group_color_layer > .add_group_color_content > .save_input > .msg {
  position: absolute;
  color: #ee1d00;
  font-size: 12px;
  left: 0;
  bottom: -18px;
}
.add_group_color_layer > .add_group_color_content > .save_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.add_group_color_layer > .add_group_color_content > .save_btn > a.save {
  width: 90px;
  height: 32px;
  background: #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  margin: 0 16px;
  cursor: pointer;
}
.add_group_color_layer > .add_group_color_content > .save_btn > a.save:hover {
  background-color: #333;
}
.add_group_color_layer > .add_group_color_content > .save_btn > a.cancle {
  height: 32px;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px;
  cursor: pointer;
}
.add_group_color_layer > .add_group_color_content > .save_btn > a.cancle:hover {
  background: #e5e5e5;
}

.save_plate_tips_layer {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 41;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}
.save_plate_tips_layer > .save_plate_tips_content {
  width: 440px;
  height: 162px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.save_plate_tips_layer > .save_plate_tips_content > div {
  color: #1d1d1d;
  font-size: 20px;
  line-height: 24px;
}
.save_plate_tips_layer > .save_plate_tips_content > p {
  margin-top: 12px;
  color: #808080;
  font-size: 14px;
}
.save_plate_tips_layer > .save_plate_tips_content > .save_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
}
.save_plate_tips_layer > .save_plate_tips_content > .save_btn > a.save {
  width: 90px;
  height: 32px;
  background: #1d1d1d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  margin: 0 16px;
  cursor: pointer;
}
.save_plate_tips_layer > .save_plate_tips_content > .save_btn > a.save:hover {
  background-color: #333;
}
.save_plate_tips_layer > .save_plate_tips_content > .save_btn > a.cancle {
  height: 32px;
  width: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  font-size: 14px;
  border: 1px solid #d9d9d9;
  background: #fafafa;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 16px;
  cursor: pointer;
}
.save_plate_tips_layer > .save_plate_tips_content > .save_btn > a.cancle:hover {
  background: #e5e5e5;
}
.save_plate_tips_layer > .save_plate_tips_content > .close {
  background-position: -624px -181px;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
}
.save_plate_tips_layer > .save_plate_tips_content > .close:hover {
  background-position: -652px -181px;
}

/*保存色板流程end*/
/** 下载色板 */
.mask {
  display: none;
  position: fixed;
  z-index: 40;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.mask .canvas_container {
  display: block;
  position: fixed;
  top: 45%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.mask .canvas_container .download_canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  padding: 8px 0 8px 8px;
  max-width: 1048px;
}
.mask .canvas_container .download_canvas.last {
  padding: 0 0 8px 8px;
  box-sizing: border-box;
}
.mask .canvas_container .download_canvas.single {
  padding: 16px;
  width: 432px;
  height: 545px;
  box-sizing: border-box;
}
.mask .canvas_container .download_canvas.single .card_item {
  width: 400px;
  height: 100%;
  margin-right: 0;
}
.mask .canvas_container .download_canvas.single .color_area {
  width: 400px;
  height: 400px;
}
.mask .canvas_container .download_canvas.single .content_area {
  font-size: 20px;
  padding: 16px;
  box-sizing: border-box;
  width: 402px;
}
.mask .canvas_container .download_canvas.single .content_area .name {
  /* font-size: 28px; */
  height: 28px;
  line-height: 28px;
}
.mask .canvas_container .download_canvas.single .content_area .name_en {
  margin-top: 8px;
}
.mask .canvas_container .download_canvas.single .content_area span {
  margin: 11px 0;
}
.mask .canvas_container .download_canvas.single .content_area .code {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
}
.mask .canvas_container .download_canvas.single .content_area .color {
  height: 20px;
  line-height: 20px;
}
.mask .canvas_container .download_canvas .card_item {
  width: 200px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 8px;
}
.mask .canvas_container .download_canvas .color_area {
  width: 200px;
  height: 200px;
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.mask .canvas_container .download_canvas .content_area {
  font-size: 16px;
  padding: 16px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  width: 202px;
}
.mask .canvas_container .download_canvas .content_area p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mask .canvas_container .download_canvas .content_area .name {
  color: #1d1d1d;
  font-weight: bold;
  font-size: 20px;
  height: 28px;
  line-height: 28px;
}
.mask .canvas_container .download_canvas .content_area .name_en {
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 400 !important;
  margin-top: 8px;
}
.mask .canvas_container .download_canvas .content_area span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  margin: 8px 0;
}
.mask .canvas_container .download_canvas .content_area .code {
  color: #1d1d1d;
}
.mask .canvas_container .download_canvas .content_area .color {
  color: #999999;
  margin-top: 8px;
  height: 16px;
  line-height: 16px;
}
.mask .canvas_container .btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 32px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.mask .canvas_container .btn_container .close {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #999999;
  margin-right: 16px;
  cursor: pointer;
}
.mask .canvas_container .btn_container .close:hover {
  color: #1d1d1d;
}
.mask .canvas_container .btn_container .close_btn {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #999999;
  margin-right: 16px;
  cursor: pointer;
}
.mask .canvas_container .btn_container .close_btn:hover {
  color: #1d1d1d;
}
.mask .canvas_container .btn_container .download {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #1d1d1d;
  cursor: pointer;
}
.mask .btn_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin-top: 32px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
.mask .btn_container .close {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #999999;
  margin-right: 16px;
  cursor: pointer;
}
.mask .btn_container .close:hover {
  color: #1d1d1d;
}
.mask .btn_container .close_btn {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #999999;
  margin-right: 16px;
  cursor: pointer;
}
.mask .btn_container .close_btn:hover {
  color: #1d1d1d;
}
.mask .btn_container .download_btn {
  width: 160px;
  height: 47px;
  line-height: 47px;
  background-color: #ffffff;
  color: #1d1d1d;
  cursor: pointer;
}

/** 下载色板end */
.upload-img-tips{
  display: none;
  position: fixed;
    z-index: 1200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.45);
}
.err-color-upload-img {
  width: 440px;
  height: 162px;
  padding: 24px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background: #ffffff;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1210;
 
}
.err-color-upload-img .info {
  font-size: 20px;
  font-weight: 500;
  color: #1d1d1d;
  text-align: center;
}
.err-color-upload-img .info span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
}
.err-color-upload-img .err-bottom-color-layer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 24px;
  width: 212px;
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.err-color-upload-img .err-bottom-color-layer .btn {
  width: 90px;
  height: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #808080;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}
.err-color-upload-img .err-bottom-color-layer .confirm {
  background: #1d1d1d;
  color: white;
  position: relative;
}
.err-color-upload-img .err-bottom-color-layer .confirm::before {
  content: "";
  position: absolute;
  top: 4px;
  right: 4px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
}
.err-color-upload-img .err-bottom-color-layer .cancal {
  background: #fafafa;
  opacity: 1;
  border: 1px solid #d9d9d9;
}

#cropColorData {
  display: none;
}

#uploadColorImg {
  display: none;
}

.drag-set-color-page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.drag-set-color-page ul,
.drag-set-color-page li,
.drag-set-color-page p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.drag-set-color-page .drag-set-color-warp {
  display: inline-block;
  height: 100%;
  width: 100%;
}
.drag-set-color-page .drag-set-color {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.drag-set-color-page .drag-set-color li {
  height: 20%;
  padding: 10px;
  position: relative;
  cursor: move;
  box-sizing: border-box;
}
.drag-set-color-page .drag-set-color li .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}
.drag-set-color-page .drag-set-color li .drag-btn {
  position: absolute;
  cursor: move;
}
.drag-set-color-page .drag-set-color li.dragging {
  opacity: 0.5;
}
.drag-set-color-page .drag-set-color li:first-child .drag-btn {
  display: none;
}
.drag-set-color-page .drag-set-color.axis-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.drag-set-color-page .drag-set-color.axis-x li {
  height: 100%;
  border-right: 1px solid #fff;
}
.drag-set-color-page .drag-set-color.axis-x .drag-btn {
  position: absolute;
  width: 11px;
  height: 38px;
  background-position: -526px -129px;
  margin-top: -19px;
  top: 50%;
  left: -7px;
  cursor: ew-resize;
  z-index: 1;
}
.drag-set-color-page .drag-set-color.axis-y .drag-btn {
  position: absolute;
  left: 50%;
  top: -7px;
  width: 38px;
  height: 11px;
  background-position: -484px -100px;
  margin-left: -19px;
  cursor: url(../../images/color_tools/icon_cursor.png) 8 7, auto;
  z-index: 1;
}
