.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
a {
  color: inherit;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none outside none;
}
a {
  text-decoration: none;
}
input {
  border: none;
  background: none;
}
textarea {
  outline: 0;
}
body,
input,
button,
textarea {
  border: 0 none;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
  background: none repeat scroll 0 0 #fff;
  color: #313131;
  font-size: 14px;
}
fieldset,
img {
  border: 0 none;
}
#pages a {
  box-sizing: content-box;
}
body {
  overflow-x: hidden;
}
.p-header {
  position: relative;
  z-index: 999999;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  min-width: 1200px;
}
.p-header .header-top {
  height: 64px;
  border-bottom: 1px solid #ebebeb;
}
.p-header .header-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .p-header-logo {
  float: left;
  margin: 0 0 0 20px;
  height: 64px;
}
.p-header .p-header-logo a {
  width: 190px;
  height: 64px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../images/common-sprite.png) no-repeat 0 15px;
}
.p-header .p-header-r {
  float: right;
  height: 64px;
}
.p-header .p-header-r .temp-search {
  width: 288px;
  height: 64px;
  line-height: 64px;
  padding-left: 20px;
  box-sizing: border-box;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  transition: background-color 0.3s;
  display: inline-block;
  position: relative;
  color: #999999;
}
.p-header .p-header-r .temp-search:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e617';
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 16px;
}
.p-header .p-header-r .temp-search .search-diy {
  width: 0;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(61, 61, 61, 0.15);
  height: 64px;
  line-height: 64px;
  background: #fff;
  box-shadow: 0 8px 13px rgba(0, 0, 0, 0.07);
  border-radius: 0 0 2px 2px;
  z-index: 1;
  transition: width 0.2s ease-in-out;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.p-header .p-header-r .temp-search .search-diy .default-input {
  width: 82%;
  height: 64px;
  background: #fff;
  outline: none;
  margin-left: 10px;
  text-indent: 32px;
}
.p-header .p-header-r .temp-search .search-diy .label {
  color: #ff6a00;
  padding: 4px;
}
.p-header .p-header-r .temp-search .search-diy .iconsearch {
  position: absolute;
  top: 50%;
  left: 16px;
  z-index: 1;
  transform: translateY(-50%);
  color: #181818;
}
.p-header .p-header-r .temp-search .search-diy .iconclose {
  padding: 6px;
  box-sizing: border-box;
  position: absolute;
  top: 48%;
  right: 12px;
  z-index: 1;
  transform: translateY(-50%);
  color: #181818;
  font-size: 18px;
}
.p-header .p-header-r .temp-search:hover {
  background: #f9f9f9;
  cursor: pointer;
}
.p-header .p-header-r .temp-search:hover:before {
  color: #ff6a00;
}
.p-header .p-header-r .active .search-diy {
  box-sizing: border-box;
  width: 570px;
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
  overflow: hidden;
}
.p-header .p-header-r .privateCss a {
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #373d41;
}
.p-header .p-header-r .privateCss a:hover {
  color: #00a563;
}
.p-header .p-header-r .link-nav {
  height: 64px;
  display: inline-block;
  vertical-align: top;
}
.p-header .p-header-r .link-nav a {
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #373d41;
}
.p-header .p-header-r .link-nav a:hover {
  color: #00a563;
}
.p-header .p-header-r .link-nav .ihome {
  width: 15px;
  height: 15px;
  background: url(../images/icon-2.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: initial;
}
.p-header .p-header-r .no-login {
  display: inline-block;
  height: 64px;
  vertical-align: top;
}
.p-header .p-header-r .no-login a {
  display: inline-block;
  padding: 0 12px;
  height: 100%;
  line-height: 64px;
  font-size: 16px;
  color: #373d41;
}
.p-header .p-header-r .no-login a:hover {
  color: #00a563;
}
.p-header .p-header-r .no-login .sign {
  background: #00a563;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s ease-in-out;
}
.p-header .p-header-r .no-login .sign:hover {
  background: #00cb7a;
  color: #ffffff;
}
.p-header .p-header-r .in-box {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  font-size: 0;
}
.p-header .p-header-r .in-box .notice-parent {
  display: inline-block;
  vertical-align: top;
  height: 64px;
  position: relative;
}
.p-header .p-header-r .in-box .notice-parent:hover .message-sequence-box {
  display: block;
}
.p-header .p-header-r .in-box .notice-parent:hover .empty-sequence-box {
  display: block;
}
.p-header .p-header-r .in-box .notice-parent:hover .notice-info:before {
  color: #00a563;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box {
  width: 350px;
  min-height: 124px;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 64px;
  right: -2px;
  z-index: 3;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
  display: none;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .loading-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  right: 0;
  bottom: 0;
  text-align: center;
  background: url(data:image/gif;base64,R0lGODlhIAAgAPcAAP///7Ozs/v7+9bW1uHh4fLy8rq6uoGBgTQ0NAEBARsbG8TExJeXl/39/VRUVAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFCgAAACwAAAAAIAAgAAAI+gABCBxIkOCCAwsKKlzIcOCBhwUJFGiocICBgg8PEBzAkSLBAg8DEMw4sADHAR5HPkQpkKTAkwRSDjTwkIFDiAAInJRJkMHDiwBcwuQ5cMABnxMfOsi5c6DOATFfMmCQcGCAnwp1ljwJdeCCqVNZGq3akGvHnmCnRvVodu3GtDZTPnW78CsDlnJ5EgBKtC9RsxxNLjBAuHBfwBwLK+Yr8+QCmAMGL/ZLWSZdipcZzvW4OaXZiQpNcuUJuGBpzHifclyruuvLy6oJdmbq+uVqAE1PgiYqWuzZ2Idv4z47vLbcpsWdIvcsPHlR4szxOneamWEBussrZzVOMSAAIfkEBQoAAAAsAAAAABgAEgAACIAAAQgcSLAggAEGEypkAIAhQQMLFEZUOJDBgQMJGWgs6FDggosYDWrsmBCkgYQLNhLsaAAkxYYMJhIkAFJmxoYEBFps6FIgAQMGEFZUWbBlToEDgAI9SoCB0JdIlUIsADXhT6lVFSY9mVVhgaddw3odQLYs2KpmzYolUHZBWbEBAQAh+QQFCgAAACwBAAAAHQAOAAAIiQABCBxIcOAABgUTKlwoEGHCAQwHEoBIkIFFggEiEjRggGJDAA4BUAzJkKMBAgMthiSpcYDJlApZMlzAceTFAiBFFsSpkIBJnAgRGvg40MCBA0MHDEA5kGYAj00JLjh69KRSpTwLDI14kOpRg1cJMNXo9QBUkVfPLjR6IGNPpWM1MoibUKxGjQEBACH5BAUKAAAALAcAAAAZABEAAAiBAAEIHAiAgAGCCBMqBLDAwAKEDxcWIIDQgEWCDDIuHDCg4sWBGjdyLDDQ4kGQDCImJMCxo0CTAheEXAigJUUAMAkwALCTpkCbOD/OROjyJ8ebBAf0rLk04QCkCpHuDOCTZs+mVSHGzOrTAEmuYMMmPEC27AGVYM2aFQuArAOzCwICACH5BAUKAAAALA4AAAASABgAAAiCAAEsIACgoMGDCAcsQAhgAEGGAhcsNLjAgAGIEScCIGDxIkSJGjsOwAiy4ICOGDMCKNDx4UeJDQMY0CiQAYOUBgoctMmAJkabAICmDBr05tCdRo8edKm0adOkKW9KdXrAIIORTpsaYHrUwIEDAah+/eoT4gAGYw9AxZnWo9IAZAEEBAAh+QQFCgAAACwOAAAAEgAeAAAImQABDCgAoKDBgwgFDkjIsOCAhwcHLFjQ8OFCgxMvJrRoUCLFihALTvzIkCOAkQ0dhswY0YABAgwJaCTg0qXGhgtqGiDZUOfLlB1tAkU4cKhRowySKhUIlAEAp1Cdplya9KjVgwStfjRw1SCDmw0JBDg4lqGBAzAFVm3I4IDbgwacggVAwO0BnkDPvrVql+vRAXav2s161CXDgAAh+QQFCgAAACwPAAEAEQAfAAAIjAABCBwIgEABgggTDhiQsGGBhQ0jLiQQkSCBhQwrCrwIUePGjgM5ehSIcQDFihwxaiyZUSPHkyMJwBxJE6GBmzgXaMTJ00DFngZ01hxKcwADBkI9Hj1ac+nShjpbCjyaVKBPpgN1MhB4oCuAgyQjdj1AEGvCsQO3VkRLk+1UtWcPOFDY0K3HBQeqagwIACH5BAUKAAAALAgADgAYABIAAAh9AAEIHEiwIIABCBMOKGCw4UCFCh06TLggIQGJGDNiHKAxowEDHDsa/EjyosiBBRaQNLBA5AAGJgmsDHnwgIGGDAwO+GgSAIMDB3ISJMCgKMYFQA+YFApgAVOHSW86LNpyZFKCT30aNZi0KsasAq9iPVDQa1mpA3OCPUmzY0AAIfkEBQoAAAAsAgASAB0ADgAACIkAAQgcSLCgQQAEDhIkwEChQQIDBiQ8aODAAQMOCUbcWECjxY8ZNW6MKJDBxwMMBmQkgHHgSJYnWyZcYHCAAQM0B0JUWfFAAII/AWBkQBRAgZsGJj4sqBJAQ6dQAdi8GXLgU4JFBS642bRqVKhXWVINWbQr0asAtrasihatS6UOu2IN6pXt2owBAQAh+QQFCgAAACwAAA8AGQARAAAIgAAXHBhI8ACAgwgTKjxYsODChwkFEnQwEKLFixgxFjCQseOCjg8ZgIQYIGEAAhgHQGTAQOXBlgsJDJiZ0CVHhCxFAjDAE4DMmQUSBlXIEiHPmz9dWmT5cWfPgzMHoHy4oKjRp1BpLk14tKbWhVav3kQ4FWJThAsMnB2p0EDZhAEBACH5BAUKAAAALAEACAARABgAAAh3AAccOGAAgMGDCA8aGDhwQcKHABgOZDAAIsIFEg9YTBhgYMGNHEGKHEmypMmTKDcuYMCgJEuWIF++BLmyJcICHx+ydHhwgQEDFQcINUggIYGfBgoAEFoRItKmTCEOQHow6kOkRQ1aTfizqdahDwl4/ToWpFgAAQEAIfkEBQoAAAAsAAACAA4AHQAACIoAAQgcCGCBAYIIBx44wCAhwoUHBjgcGADiRIULD15cYJFgQ4IQP3qUCIDAgQAEUYokMHHAR5ETFwiUeRFAAY01WzLYyROmwJ49E7rcCYBnzqMISV4cYMCAUoQEmkp1aFDqggJCrQ4kMACrwKhOCQ4Yy1Kg14EFxg4o61At24Rcx9ZUm1NuzgJvAwIAOw==) no-repeat center rgba(255, 255, 255, 0.16);
  line-height: 30px;
  color: #999999;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .loading-mask:hover {
  background: url(data:image/gif;base64,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) no-repeat center rgba(255, 255, 255, 0.16);
  line-height: 30px;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box:before {
  display: block;
  content: '';
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  width: 14px;
  height: 14px;
  transform: rotate(46deg);
  background: #fff;
  position: absolute;
  top: -8px;
  right: 30px;
  z-index: 1;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dt {
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  text-align: center;
  color: #333333;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dt:hover a {
  color: #00a563;
  text-decoration: underline;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dt a {
  display: block;
  color: inherit;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dd {
  padding: 0 13px;
  position: relative;
  z-index: 4;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dd.unread .seq-title {
  position: relative;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dd.unread .seq-title:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background: #f20101;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dd:hover {
  background: #f2f2f3;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box dd a:hover {
  text-decoration: underline;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence {
  width: 324px;
  min-height: 58px;
  padding: 14px 0 10px;
  display: table;
  vertical-align: top;
  border-bottom: 1px solid #eaeaea;
  font-size: 0;
  box-sizing: border-box;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-img {
  display: table-cell;
  vertical-align: top;
  width: 50px;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-img .img-head {
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  overflow: hidden;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-info {
  display: table-cell;
  vertical-align: top;
  font-size: 13px;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-title {
  color: #121212;
  max-width: 260px;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-title .name {
  color: #00a563;
  font-size: 14px;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-des {
  color: #666666;
  max-width: 260px;
  margin-top: 3px;
  font-size: 13px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-des a {
  color: inherit;
}
.p-header .p-header-r .in-box .notice-parent .message-sequence-box .sequence .seq-time {
  color: #999999;
  margin-top: 8px;
  font-style: italic;
  font-size: 12px;
}
.p-header .p-header-r .in-box .notice-parent .empty-sequence-box {
  text-align: center;
  border: 1px solid #ebebeb;
  position: absolute;
  top: 64px;
  right: -2px;
  z-index: 2;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 20px 0 40px;
  box-sizing: border-box;
  display: none;
}
.p-header .p-header-r .in-box .notice-parent .empty-sequence-box:before {
  display: block;
  content: '';
  border-left: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  width: 14px;
  height: 14px;
  transform: rotate(46deg);
  background: #fff;
  position: absolute;
  top: -8px;
  right: 30px;
  z-index: 1;
}
.p-header .p-header-r .in-box .notice-parent .empty-sequence-box .empty-sequence-name {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.p-header .p-header-r .in-box .notice-parent .empty-sequence-box .empty-sequence-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADUAAAA5CAYAAACWJGMLAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkIwREM5NkFDNjE0ODExRUNCQjVERERFMjA1RkE5RjZGIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkIwREM5NkFENjE0ODExRUNCQjVERERFMjA1RkE5RjZGIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjBEQzk2QUE2MTQ4MTFFQ0JCNUREREUyMDVGQTlGNkYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjBEQzk2QUI2MTQ4MTFFQ0JCNUREREUyMDVGQTlGNkYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5Gs3l1AAAKyElEQVR42uya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") no-repeat center rgba(255, 255, 255, 0.16);
  width: 348px;
  height: 100px;
}
.p-header .p-header-r .in-box .notice-info {
  display: block;
  position: relative;
  padding: 0 20px;
  min-width: 70px;
  height: 64px;
  color: #373d41;
  box-sizing: border-box;
}
.p-header .p-header-r .in-box .notice-info em {
  display: block;
  background: #ff491e;
  padding: 0 6px;
  min-width: 6px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  top: 14px;
  left: 32px;
  z-index: 1;
}
.p-header .p-header-r .in-box .notice-info:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e614';
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translateY(-50%) translateX(-50%);
}
.p-header .p-header-r .in-box .info-parent {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 64px;
  position: relative;
  background: #eeeeee;
  cursor: pointer;
  border-left: 1px solid #ebebeb;
}
.p-header .p-header-r .in-box .info-parent:hover .drop-info {
  visibility: visible;
  width: 170px;
  height: auto;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 2;
  transform: translateX(0);
}
.p-header .p-header-r .in-box .info-parent .user-img {
  width: 40px;
  height: 40px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -20px 0 0 -20px;
}
.p-header .p-header-r .in-box .info-parent .user-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  border-radius: 100%;
}
.p-header .p-header-r .in-box .info-parent .active:before {
  display: block;
  content: '';
  width: 8px;
  height: 8px;
  background: #ff491e;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: -8px;
  z-index: 1;
}
.p-header .p-header-r .in-box .info-parent .drop-info {
  width: 0px;
  height: auto;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 2;
  border-radius: 0 0 4px 4px;
  min-height: 120px;
  background: #fff;
  border: 1px solid #ebebeb;
  visibility: hidden;
  transition: all 0.3s;
  transform: translateX(100%);
  overflow: hidden;
}
.p-header .p-header-r .in-box .info-parent .drop-info .link {
  display: block;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #6e6d7a;
}
.p-header .p-header-r .in-box .info-parent .drop-info .link span {
  display: inline-block;
  margin-left: 20px;
  font-size: 12px;
  background: url(../images/newdeal.gif) no-repeat center left;
  width: 32px;
  height: 15px;
}
.p-header .p-header-r .in-box .info-parent .drop-info .link:nth-last-child(2) {
  border-top: 1px solid #dbdbde;
}
.p-header .p-header-r .in-box .info-parent .drop-info .link:last-child {
  border-top: 1px solid #dbdbde;
}
.p-header .p-header-r .in-box .info-parent .drop-info .link:hover {
  background: #f2f2f3;
}
.p-header .menu-nav {
  height: 54px;
  position: relative;
  z-index: 1;
}
.p-header .menu-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .menu-nav .menu-l {
  float: left;
  height: 54px;
}
.p-header .menu-nav .menu-l:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .menu-nav .menu-l li {
  display: inline-block;
  float: left;
}
.p-header .menu-nav .menu-l li > a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  line-height: 54px;
  color: #373d41;
  position: relative;
  font-weight: 500;
}
.p-header .menu-nav .menu-l li > a:before {
  display: block;
  content: '';
  width: 74%;
  height: 3px;
  background: #373d41;
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 1;
  transform: translateX(-50%);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
}
.p-header .menu-nav .menu-l li > a:hover:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.p-header .menu-nav .menu-l li > a .icondown {
  vertical-align: middle;
  font-size: 24px;
}
.p-header .menu-nav .menu-l li .nav-more {
  background: url(../images/nav-more.png?v=211122) no-repeat center center;
}
.p-header .menu-nav .menu-l li:hover .sub-menu {
  display: block;
}
.p-header .menu-nav .menu-l li:hover .get-submenu {
  display: block;
}
.p-header .menu-nav .menu-l .active > a:before {
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.p-header .menu-nav .menu-l .sub-menu {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  min-width: 1200px;
  width: 100%;
  z-index: 1;
  position: absolute;
  display: none;
}
.p-header .menu-nav .menu-l .sub-menu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .menu-nav .menu-l .contest-par {
  min-width: 210px;
  width: auto;
}
.p-header .menu-nav .menu-l .contest-par .sub {
  width: auto;
  padding: 0 20px 12px;
  border-right: 0;
}
.p-header .menu-nav .menu-l .contest-par .sub-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 12px;
}
.p-header .menu-nav .menu-l .contest-par .sub-link {
  width: 180px;
}
.p-header .menu-nav .menu-l .sub {
  display: inline-block;
  float: left;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  border-right: 1px solid #ebebeb;
  width: 25%;
}
.p-header .menu-nav .menu-l .sub .last {
  font-weight: 500;
  margin-top: 36px;
  color: #222222;
}
.p-header .menu-nav .menu-l .sub-title {
  font-weight: 700;
  font-size: 15px;
}
.p-header .menu-nav .menu-l .sub-title a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #373d41;
}
.p-header .menu-nav .menu-l .sub-title a:hover {
  text-decoration: underline;
}
.p-header .menu-nav .menu-l .sub-link {
  width: 300px;
}
.p-header .menu-nav .menu-l .sub-link a {
  margin-top: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #373d41;
}
.p-header .menu-nav .menu-l .sub-link a:hover {
  text-decoration: underline;
}
.p-header .menu-nav .menu-l .get-submenu {
  display: none;
  width: 920px;
  height: 470px;
  position: absolute;
  top: 55px;
  left: 12px;
  z-index: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  border-top: 0;
  box-sizing: border-box;
}
.p-header .menu-nav .menu-l .get-submenu:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .menu-nav .menu-l .get-submenu dl {
  float: left;
  width: 33.33%;
  height: inherit;
  border-left: 1px solid #ebebeb;
  box-sizing: border-box;
  padding: 30px 20px 16px 20px;
}
.p-header .menu-nav .menu-l .get-submenu dl:first-child {
  border-left: 0;
}
.p-header .menu-nav .menu-l .get-submenu dl .get-title {
  color: #313131;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
.p-header .menu-nav .menu-l .get-submenu dl .get-title .navtitle-linkto:hover {
  text-decoration: underline;
  color: #313131;
}
.p-header .menu-nav .menu-l .get-submenu dl .get-title .iconfont {
  color: #313131;
}
.p-header .menu-nav .menu-l .get-submenu dl .get-title .icondown {
  display: inline-block;
  transform: rotate(-90deg);
}
.p-header .menu-nav .menu-l .get-submenu dl .get-title .icon-fenlei {
  margin-right: 6px;
}
.p-header .menu-nav .menu-l .get-submenu dl dd a {
  display: block;
  padding: 5px 0;
}
.p-header .menu-nav .menu-l .get-submenu dl dd a img {
  width: 20px;
  height: 20px;
}
.p-header .menu-nav .menu-l .get-submenu dl dd a:hover {
  color: #00a563;
}
.p-header .menu-nav .menu-l .get-submenu dl dd a:hover .menu-name {
  text-decoration: underline !important;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .menu-icon {
  margin-right: 10px;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .menu-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  max-width: 260px;
  font-size: 14px;
}
.p-header .menu-nav .menu-l .get-submenu dl dd.topics {
  font-weight: 500;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item {
  width: 270px;
  height: auto;
  background-color: #F2F3F7;
  margin-bottom: 10px;
  position: relative;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item:hover:before {
  right: 0;
  color: #00a563;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item:before {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '\e615';
  position: absolute;
  top: 50%;
  right: 3px;
  z-index: 1;
  transform: rotate(-90deg);
  margin-top: -12px;
  font-size: 32px;
  line-height: 22px;
  transition: all 0.3s linear;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item .item-info {
  display: table-cell;
  vertical-align: middle;
  width: 270px;
  height: 60px;
  font-size: 0;
  padding: 0;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item .item-info .info-img {
  display: table-cell;
  width: 84px;
  height: inherit;
  position: relative;
  vertical-align: middle;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item .item-info .info-img img {
  width: 100%;
  height: 100%;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item .item-info .info-des {
  display: table-cell;
  vertical-align: middle;
  width: 164px;
  height: inherit;
  padding-left: 10px;
}
.p-header .menu-nav .menu-l .get-submenu dl dd .nav-item .item-info .info-des .des-text {
  font-size: 13px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-weight: 500;
}
.p-header .menu-nav .menu-r {
  float: right;
  height: 54px;
  padding-right: 6px;
}
.p-header .menu-nav .menu-r .create-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 14px;
  min-width: 100px;
  text-align: center;
  font-size: 14px;
  color: #373d41;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin-top: 8px;
  border: 1px solid #ebebeb;
  font-weight: 500;
  margin-right: 6px;
  transition: all 0.3s ease-in;
}
.p-header .menu-nav .menu-r .create-btn:hover {
  background: #ebebeb;
  border: 1px solid #ebebeb;
}
.p-header .menu-nav .menu-r .inbox-project {
  background: #00a563;
  border: 1px solid #00a563;
  color: #ffffff;
  transition: all 0.3s ease-in;
}
.p-header .menu-nav .menu-r .inbox-project:hover {
  background: #00cb7a;
  border: 1px solid #00cb7a;
  color: #ffffff;
}
.sponsorship-box .exhibition {
  display: block;
  height: 80px;
  width: 1200px;
}
.sponsorship-box .swiper-pagination {
  bottom: 4px;
}
.sponsorship-box .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 1;
  cursor: pointer;
}
.sponsorship-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #00a563 !important;
}
.sponsorship-box .sponsor-button-prev {
  background: url("../images/share-projects/left.png") no-repeat center;
  height: 36px;
  width: 37px;
  position: absolute;
  top: 50%;
  left: -37px;
  z-index: 1;
  margin-top: -18px;
  opacity: 0;
  cursor: pointer;
  transition: opacity ease 0.3s, left ease 0.3s;
}
.sponsorship-box .sponsor-button-prev.active {
  opacity: 1;
  left: -6px;
}
.sponsorship-box .sponsor-button-next {
  background: url("../images/share-projects/right.png") no-repeat center;
  height: 36px;
  width: 37px;
  position: absolute;
  top: 50%;
  right: -37px;
  z-index: 1;
  margin-top: -18px;
  opacity: 0;
  cursor: pointer;
  transition: opacity ease 0.3s, right ease 0.3s;
}
.sponsorship-box .sponsor-button-next.active {
  opacity: 1;
  right: -6px;
}
.grid .list-items .box-item .fifth-sign1:before {
  display: block;
  content: '';
  background: url(../images/five-pcb-design/tag-icon1.png?v=220831) no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 4;
}
.grid .list-items .box-item .fifth-sign2:before {
  display: block;
  content: '';
  background: url(../images/five-pcb-design/tag-icon2.png?v=220831) no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 4;
}
.grid .list-items .box-item .fifth-sign3:before {
  display: block;
  content: '';
  background: url(../images/five-pcb-design/tag-icon3.png?v=220831) no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 4;
}
.head-badge-pic {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 18px ;
  height: 14px;
  z-index: 4;
}
.head-badge-pic img {
  width: 100%;
  height: 100%;
}
#footer {
  clear: both;
  color: #777;
  background: #fff;
  margin-top: 1px;
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}
#footer .box-featured {
  padding: 80px 0 0 0;
  background: #202121;
  border-bottom: 1px solid #333;
  overflow: hidden;
}
#footer .box-featured .grid {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
#footer .box-featured h4 {
  clear: both;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
#footer .box-featured h4 span {
  color: #39C19D;
}
#footer div.footer {
  background: none repeat scroll 0 0 #202121;
  font-size: 14px;
  overflow: hidden;
  padding: 20px;
}
#footer .box-featured h4:before {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  margin: 0 auto 25px auto;
  background-color: #39C19D;
}
#footer .copy {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAUCAMAAADMbV+0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACcUExURUxpcW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1ubm1tbW1tbVRBVGVOdm9xcmA/e21tbW9ucFQwdNOLBVMrT102fKtvA7B+EuBnAWxobltfZsOAAvunAI5ZK74xAP+0AoRrl35joI5bHGZgevKIAWFMVF1IVHVGLY9bKoVXAH9TAOCbA9uMugcAAAAYdFJOUwALYNX35BIZIfCsbzeNKEy9xpp//d/U9VAZB5MAAAEJSURBVCjPpZLpcoMgAIRBxftMTAZipXjnPtr3f7dCcNCkNNNOv1+6szrLLgD8CWfCFu8GBLYhHmx3AgohsDwFCrnBS0Di8Y9iZClwJKyxiSeQCwKc2j4OgPOghzJANtNMNyPEI2T9pI5hoT9TV/npnJ9P+WqmpY46GFwolWzoB/2kN7ohSvPhvIVosha0GBpaTNbFU2NLZW2Gtm2HRlmjb+0alrSWb5JydAaaJRJLWi/Xruuul/L+V8vQrhYimZX1fc9kVr6GHjEGtx4ZY8e7dSxeh5vxAPt3wZ4HMOMXN8dO8XZ3qOv6sNvyfV/eMuhXFeHgqnosXkf0Q/E65BjLX111A3koAP/hC4w5IlCYnP3bAAAAAElFTkSuQmCC) no-repeat left center;
  height: 26px;
  padding-left: 60px;
  line-height: 26px;
}
#footer div.footer li {
  float: left;
  margin: 0 15px 0 0;
  padding-right: 15px;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  border-right: 0;
  position: relative;
  color: #666666;
}
#footer div.footer li:before {
  display: block;
  content: '';
  height: 14px;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -7px;
}
#footer div.footer li:last-child {
  border-right: 0;
  margin-right: 0;
}
#footer div.footer li:last-child:before {
  border-right: 0;
}
#footer div.footer li .share-tool {
  display: inline-block;
}
#footer div.footer li .share-tool a {
  display: inline-block;
  margin-left: 16px;
}
#footer div.footer li .share-tool .iconfont {
  font-size: 20px;
  width: 20px;
}
#footer div.footer li .share-tool .icon-vk {
  font-size: 26px;
}
#footer div.footer li .share-tool .icon-reddit {
  font-size: 24px;
}
#footer div.footer li .share-tool .icon-linkedin {
  font-size: 22px;
}
#footer div.footer a {
  color: #666666;
  vertical-align: middle;
}
#footer div.footer li a:hover {
  color: #acacac;
}
#footer .bt-gotop {
  clear: both;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 10px auto 0 auto;
  border: 1px solid #dbe0df;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .bt-gotop:before,
#footer .bt-gotop:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .bt-gotop:before {
  top: 25px;
  height: 18px;
  border-left: 4px solid #bdc1c0;
}
#footer .bt-gotop:after {
  top: 16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #bdc1c0;
  border-width: 7px;
}
input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.diy-radio-group {
  margin: 8px 0 12px;
  cursor: pointer;
}
.diy-radio-group .radio-item {
  position: relative;
}
.diy-radio-group .radio-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.diy-radio-group .radio-item .radio-btn {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #B6BDC5;
  border-radius: 100%;
  float: left;
  margin-right: 6px;
  box-sizing: border-box;
}
.diy-radio-group .radio-item .radio-btn input[type="radio"] {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
}
.diy-radio-group .radio-item .radio-label {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  color: #697c90;
  font-size: 13px;
  max-width: 600px;
}
.diy-radio-group .radio-item .radio-label .okselect {
  margin-left: 10px;
}
.diy-radio-group .radio-item .radio-label .mold-note {
  font-size: 12px;
  color: #B59F38;
  max-width: 300px;
  font-weight: normal;
  line-height: 16px;
}
.diy-radio-group .radio-item .radio-label .check-type .check-title {
  clear: both;
  overflow: hidden;
  margin-bottom: 3px;
}
.diy-radio-group .radio-item .radio-label .check-type ul {
  padding: 0px;
  margin-bottom: 6px;
  clear: both;
  overflow: hidden;
}
.diy-radio-group .radio-item .radio-label .check-type ul li {
  font-size: 13px;
  color: #697c90;
  line-height: 18px;
  font-weight: normal;
  list-style-type: circle;
  margin-left: 16px;
}
.diy-radio-group .active .radio-btn {
  border: 2px solid #2bb24c;
}
.diy-radio-group .active .radio-btn:before {
  display: block;
  content: '';
  border-radius: 100%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  background: #00a563;
}
.diy-radio-group .active .radio-label {
  font-weight: 700;
  color: #333333;
  font-size: 13px;
}
.drop-down {
  display: inline-block;
  position: relative;
  border: 1px solid #dfdfdf;
  min-width: 280px;
  background: #fff;
  cursor: pointer;
}
.drop-down:after {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjExcHgiIGhlaWdodD0iNnB4IiB2aWV3Qm94PSIwIDAgMTEgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMzkuMSAoMzE3MjApIC0gaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoIC0tPgogICAgPHRpdGxlPumcgOeCueWHu+eahOS4i+aLiTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEZXNrdG9wLUhEIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI0OC4wMDAwMDAsIC0zNC4wMDAwMDApIiBmaWxsPSIjOTk5OTk5Ij4KICAgICAgICAgICAgPGcgaWQ9IumcgOeCueWHu+eahOS4i+aLiSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTI0OC4wMDAwMDAsIDM0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlhNTElEXzMxMDFfIiBwb2ludHM9IjAgMC4xIDUuNSA1LjYgMTEgMCI+PC9wb2x5Z29uPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=") no-repeat center;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  transition: all 0.3s linear;
}
.drop-down .filter-info {
  background: #fff;
  width: 430px;
  height: 30px;
  line-height: 30px;
  text-indent: 15px;
  border: none;
  float: none;
  width: 250px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.drop-down .drop-lists {
  min-width: 280px;
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 3;
  background: #fff;
  border: 1px solid #dfdfdf;
  max-height: 150px;
  overflow-y: auto;
  display: none;
}
.drop-down .drop-lists li {
  padding: 6px 0 6px 15px;
  cursor: pointer;
}
.drop-down .drop-lists li:hover {
  background-color: #f5fafd;
  color: #495c68;
}
.active-drop:after {
  transform: rotate(180deg);
}
.magic-parent .checkbox-item {
  cursor: pointer;
}
.magic-parent .checkbox-item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  color: #697c90;
}
.magic-parent .checkbox-item label:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
  background-image: url("../images/edit-share/check-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
.magic-parent .checkbox-item label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  cursor: pointer;
  display: none\9;
}
.magic-parent .active label {
  color: #000;
}
.magic-parent .active label:before {
  background-image: url("../images/edit-share/new-checked-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Regular';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Medium';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Bold';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'HarmonyOS_Sans_Black';
  src: url('../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
body.current {
  padding-bottom: 70px;
  background: #ecf1f1 !important;
}
* {
  box-sizing: border-box;
}
.total-upload .set-gerber-btn {
  display: inline-block;
  min-width: 130px;
  padding: 0px 8px;
  height: 28px;
  line-height: 24px;
  background: #ecf1f1;
  border: 1px solid #B6BDC5;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.total-upload .set-gerber-btn .c-get-gerber {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  cursor: pointer;
}
.total-upload .set-gerber-btn .icon-shangchuan {
  color: #333333;
  margin-right: 2px;
  line-height: 24px;
}
.total-upload .set-gerber-btn:hover {
  background: #F0F1F5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.total-upload .upload-gerber-parent .bombean-award {
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.total-upload .upload-gerber-parent .code-tip {
  font-size: 13px;
}
.total-upload .upload-gerber-parent .gerber-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.total-upload .upload-gerber-parent .gerber-format-tips .bombean {
  margin-left: 20px;
}
.total-upload .upload-gerber-parent .cad-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-top: 5px;
}
.total-upload .upload-gerber-parent .cad-format-tips .bombean {
  margin-left: 20px;
}
.total-upload .upload-gerber-parent .smt-format-tips {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-top: 8px;
}
.total-upload .upload-gerber-parent .smt-format-tips a {
  color: #00a63f;
  cursor: pointer;
  font-weight: bold;
}
.total-upload .upload-gerber-parent .smt-format-tips .bombean {
  margin-left: 20px;
}
.total-upload .upload-gerber-parent .smt-format-tips .redtip {
  color: #dc0000;
}
.project-body {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 20px 0px;
  min-height: 520px;
}
.project-body .start-build-tab {
  font-size: 0;
  text-align: center;
  margin: 10px auto 0px;
}
.project-body .start-build-tab .tab-group {
  width: 100%;
  overflow: hidden;
  height: 50px;
  position: relative;
}
.project-body .start-build-tab .tab-btn {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  display: inline-block;
  vertical-align: middle;
  background: url('../images/edit-share/gray-bj-left.png') no-repeat center;
  width: 630px;
  height: 50px;
  line-height: 50px;
}
.project-body .start-build-tab .tab-btn:last-child {
  background: url('../images/edit-share/gray-bj-right.png') no-repeat center;
  position: absolute;
  right: 0px;
}
.project-body .start-build-tab .tab-btn:first-child {
  position: absolute;
  left: 0px;
}
.project-body .start-build-tab .tab-btn:before {
  background: url('../images/edit-share/choose-icon.png') no-repeat center;
  width: 20px;
  height: 20px;
  content: '';
  display: inline-block;
  vertical-align: sub;
  margin-right: 6px;
}
.project-body .start-build-tab .tab-btn.active {
  color: #fff;
  background: url('../images/edit-share/class-hover-left.png') no-repeat center;
  z-index: 66;
}
.project-body .start-build-tab .tab-btn.active:last-child {
  background: url('../images/edit-share/class-hover-right.png') no-repeat center;
}
.project-body .start-build-tab .tab-btn.active:before {
  background: url('../images/edit-share/choose-hover.png') no-repeat center;
}
.project-body .start-build {
  padding: 20px 16px 16px;
  background: #fff;
}
.project-body .start-build .start-title {
  font-size: 24px;
  color: #373d41;
}
.project-body .start-build .start-tips {
  margin-top: 15px;
  padding: 15px 20px;
  font-size: 12px;
  box-sizing: border-box;
  background: #f3f7fb;
}
.project-body .basics-item {
  background: #fff;
  margin-top: 10px;
}
.project-body .basics-item .item-title {
  border-bottom: 1px solid #eeeeee;
  padding: 12px 16px;
  min-height: 60px;
  box-sizing: border-box;
  font-size: 18px;
  color: #373d41;
}
.project-body .basics-item .item-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-title .title-l {
  float: left;
  margin-top: 6px;
}
.project-body .basics-item .item-title .jump-link {
  float: right;
  height: 34px;
  line-height: 34px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #373D41;
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  color: #373D41;
  transition: all 0.3s;
  display: none;
}
.project-body .basics-item .item-title .jump-link::after {
  background: url("../images/edit-share/entrance-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
  margin-bottom: 2px;
  transition: all 0.3s;
}
.project-body .basics-item .item-title .jump-link:hover {
  border: 1px solid #00A563;
  color: #00A563;
}
.project-body .basics-item .item-title .jump-link:hover::after {
  background: url("../images/edit-share/entrance-icon-hover.png") no-repeat center;
}
.project-body .basics-item .next-box-wrap .cnc-attach .item-body {
  padding-left: 0;
  padding-right: 0;
}
.project-body .basics-item .item-body {
  padding: 20px 16px;
}
.project-body .basics-item .item-body .from-list {
  margin-bottom: 16px;
}
.project-body .basics-item .item-body .from-list > label {
  display: inline-block;
  width: 134px;
  line-height: 30px;
  text-align: right;
  vertical-align: top;
  margin-right: 10px;
  font-size: 12px;
  color: #373d41;
}
.project-body .basics-item .item-body .from-list > label span {
  color: #e62e04;
  vertical-align: middle;
}
.project-body .basics-item .item-body .from-list > label.height-normal {
  line-height: normal;
}
.project-body .basics-item .item-body .from-list > label.height-normal .option {
  font-style: normal;
  color: #999999;
}
.project-body .basics-item .item-body .from-list .get-input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .attach-tool .gerber-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme {
  height: 30px;
  min-width: auto;
  border: none;
  background: #00a563;
  color: #fff;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 0;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme:after {
  display: none;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .filter-info {
  width: auto;
  padding: 0 12px 0 12px;
  background: none;
  display: inline-block;
  vertical-align: top;
  text-indent: 0;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .iconfont-triangle {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30px;
  height: 30px;
  z-index: 5;
  border-left: 1px solid #fff;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .iconfont-triangle:before {
  display: block;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists {
  font-size: 13px;
  width: 360px;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 5px;
  top: 36px;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li {
  padding: 11px 0 11px 10px;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li a {
  color: #333333;
  line-height: 20px;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li a:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li .radio-btn {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #B6BDC5;
  float: left;
  margin-right: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  margin-top: -2px;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li .radio-btn:before {
  display: none;
  content: '';
  position: absolute;
  top: 1px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  z-index: 2;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li:hover {
  background: #EEF0F5;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li.active {
  font-weight: 700;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li.active .radio-btn {
  border: 1px solid #2bb24c;
  background: #2bb24c;
}
.project-body .basics-item .item-body .from-list .get-input .select-theme .drop-lists li.active .radio-btn:before {
  display: block;
}
.project-body .basics-item .item-body .from-list .get-input .toolbox {
  width: 860px;
}
.project-body .basics-item .item-body .from-list .get-input > input[type="text"] {
  outline: none;
  display: inline-block;
  height: 30px;
  width: 860px;
  border: 1px solid #B6BDC5;
  text-indent: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding-right: 66px;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .count {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  transform: translateY(-50%);
  color: #b7b7b7;
}
.project-body .basics-item .item-body .from-list .get-input .add-label {
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 1;
  transform: translateY(-50%);
}
.project-body .basics-item .item-body .from-list .get-input .add-label:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .from-list .get-input .add-label .label {
  float: left;
  margin-left: 2px;
  margin-right: 4px;
  position: relative;
  height: 24px;
  line-height: 24px;
  color: #fff;
  background: #000;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 26px 0 8px;
  font-size: 12px;
  font-weight: 700;
}
.project-body .basics-item .item-body .from-list .get-input .add-label .label .iconclose {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  font-size: 12px;
  padding: 0 8px;
  cursor: pointer;
  color: #bbbbbb;
}
.project-body .basics-item .item-body .from-list .get-input .find-flag {
  width: 48px;
  height: 30px;
  border-left: 1px solid #B6BDC5;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  text-align: center;
  line-height: 30px;
  color: #000000;
}
.project-body .basics-item .item-body .from-list .get-input .dropdown-filter {
  width: 330px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #B6BDC5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 21px;
  left: 0;
  z-index: 4;
}
.project-body .basics-item .item-body .from-list .get-input .dropdown-filter:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .from-list .get-input .fields-head {
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  padding-left: 16px;
  position: relative;
}
.project-body .basics-item .item-body .from-list .get-input .fields-head .iconclose {
  padding: 6px;
  line-height: normal;
  position: absolute;
  top: 50%;
  right: 8px;
  z-index: 1;
  transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease;
}
.project-body .basics-item .item-body .from-list .get-input .fields-head .iconclose:hover {
  color: #e62e04;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box {
  width: 328px;
  height: 300px;
  padding: 12px 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box .fields-title {
  color: #777777;
  margin: 0 0 0 17px;
  font-weight: 500;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box dl {
  margin-top: 6px;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box dt {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  padding-left: 17px;
  box-sizing: border-box;
  background: #f9f9f9;
  color: #999999;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box dd {
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 2px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box dd span {
  color: #555555;
  display: block;
  padding: 4px 0 4px 4px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s linear;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box dd span:hover {
  background: #00a563;
  color: #fff;
}
.project-body .basics-item .item-body .from-list .get-input .fields-box .active span {
  color: #fff;
  background: #00a563;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool {
  width: inherit;
  height: 46px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  background: #fff;
  padding: 0 12px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool > button {
  height: 28px;
  border: 1px solid #B6BDC5;
  text-align: center;
  cursor: pointer;
  margin-left: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 12px;
  color: #373d41;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool > button .icon-ziyuan {
  font-size: 12px;
  margin-right: 3px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool > button:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #F0F1F5;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool > button.submit {
  background: #00a563;
  color: #fff;
  border-color: #00a563;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input .fields-tool > button.submit:hover {
  background-color: #008b54;
}
.project-body .basics-item .item-body .from-list .get-input > button {
  height: 28px;
  border: 1px solid #B6BDC5;
  text-align: center;
  cursor: pointer;
  margin-left: 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 0 12px;
  color: #373d41;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input > button .icon-ziyuan {
  font-size: 12px;
  margin-right: 3px;
}
.project-body .basics-item .item-body .from-list .get-input > button:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
  background-color: #F0F1F5;
}
.project-body .basics-item .item-body .from-list .get-input > button.submit {
  background: #00a563;
  color: #fff;
  border-color: #00a563;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .get-input > button.submit:hover {
  background-color: #008b54;
}
.project-body .basics-item .item-body .from-list .get-input .short-sentence {
  width: 860px;
  outline: none;
  min-height: 60px;
  border: 1px solid #B6BDC5;
  resize: none;
  padding: 6px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  overflow-y: auto;
}
.project-body .basics-item .item-body .from-list .get-input .sentence {
  position: absolute;
  right: 10px;
  bottom: 6px;
  z-index: 1;
  color: #b7b7b7;
}
.project-body .basics-item .item-body .from-list .goto-event {
  float: right;
  display: inline-block;
  margin-right: 162px;
  padding-right: 24px;
  color: #00a563;
  background: url("../images/edit-share/right-arrow.png") no-repeat right center;
}
.project-body .basics-item .item-body .from-list .goto-event a:hover {
  text-decoration: underline;
  color: #008b54;
}
.project-body .basics-item .item-body .from-list .components-tips {
  color: #999999;
  line-height: 30px;
  font-size: 13px;
}
.project-body .basics-item .item-body .from-list .articletips {
  line-height: normal;
}
.project-body .basics-item .item-body .from-list.gerber-file .option {
  font-style: normal;
  color: #999999;
}
.project-body .basics-item .item-body .from-list.duplicate > label {
  line-height: normal;
  float: left;
}
.project-body .basics-item .item-body .from-list.duplicate > label .text {
  display: table-cell;
  vertical-align: middle;
  height: 30px;
  width: 134px;
  color: inherit;
}
.project-body .basics-item .item-body .from-list.duplicate .checkbox-item {
  height: 30px;
  margin-left: 2px;
}
.project-body .basics-item .item-body .from-list.duplicate .checkbox-item label {
  line-height: 30px;
  color: #333333;
}
.project-body .basics-item .item-body .next-box {
  margin: 30px 0 20px 148px;
}
.project-body .basics-item .item-body .next-box .continue {
  background: #00a563;
  color: #fff;
  padding: 0 30px;
  min-width: 160px;
  height: 34px;
  line-height: 34px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 13px;
  transition: all 0.3s ease-out;
}
.project-body .basics-item .item-body .next-box .continue:hover {
  background: #008b54;
}
.project-body .basics-item .item-body .phone-parent-box {
  width: 860px;
}
.project-body .basics-item .item-body .phone-parent-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .phone-format-tips {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}
.project-body .basics-item .item-body .va-phone-parent {
  margin-right: 12px;
  float: left;
}
.project-body .basics-item .item-body .va-phone-box {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 320px;
  height: 234px;
  border: 1px #b7b7b7 dashed;
  background: #fcfcfc;
  position: relative;
}
.project-body .basics-item .item-body .va-phone-box.active:hover .image-tools {
  display: block;
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
}
.project-body .basics-item .item-body .va-phone-box #wayClip-img {
  max-width: 100%;
}
.project-body .basics-item .item-body .va-phone-box .targetImage {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.project-body .basics-item .item-body .va-phone-box .upload-img-btn {
  display: inline-block;
  height: 34px;
  line-height: 34px;
  color: #fff;
  padding: 0 30px;
  min-width: 130px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: #00a563;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: 50px;
}
.project-body .basics-item .item-body .va-phone-box .upload-img-btn input[type="file"] {
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0;
  cursor: pointer;
}
.project-body .basics-item .item-body .va-phone-box .upload-img-btn:hover {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.project-body .basics-item .item-body .va-phone-box .upload-img-tips {
  margin: 50px auto 0;
  color: #999999;
  line-height: 20px;
  font-size: 14px;
}
.project-body .basics-item .item-body .va-phone-box .image-tools {
  display: none;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  background-color: rgba(51, 51, 51, 0.7);
  transition: opacity 0.3s ease;
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.project-body .basics-item .item-body .va-phone-box .image-tools .iconfont {
  padding: 7px 5px;
  position: relative;
  cursor: pointer;
  color: #fff;
}
.project-body .basics-item .item-body .va-phone-box .image-tools .iconfont:hover {
  background-color: rgba(51, 51, 51, 0.3);
}
.project-body .basics-item .item-body .image-upload-wrap {
  border: 1px solid #e8e8e8;
  min-height: 220px;
  float: left;
  padding: 12px 0 12px 12px;
  width: 526px;
}
.project-body .basics-item .item-body .image-upload-wrap:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader {
  margin: 4px 18px 5px 18px;
  width: 130px;
  height: 95px;
  border: 1px dashed #b7b7b7;
  position: relative;
  float: left;
  cursor: pointer;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-load-parent {
  position: absolute;
  top: 17px;
  left: 0;
  z-index: 6;
  right: 0;
  bottom: 0;
  margin: auto;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-load-parent .image-load {
  width: 130px;
  height: 76px;
  display: table-cell;
  padding-top: 15px;
  text-align: center;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-load-parent .image-load .load-icon {
  background: url("../images/edit-share/loading.gif") no-repeat center;
  height: 26px;
  width: 26px;
  margin: 0 auto;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-load-parent .image-load .icon-name {
  font-size: 12px;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .c-get-img {
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-card {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: auto;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .placeholder-top {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 2;
  color: #fff;
  width: inherit;
  text-align: center;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  background-color: rgba(51, 51, 51, 0.7);
  transition: opacity 0.3s ease;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .icon-ziyuan {
  color: #e62e04;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%) translateY(-50%);
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .placeholder-bottom {
  width: inherit;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 2;
  transform: translateX(-50%);
  font-size: 12px;
  text-align: center;
  color: #666666;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-tools {
  display: none;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  width: 100%;
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  background-color: rgba(51, 51, 51, 0.7);
  transition: opacity 0.3s ease;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-tools .bind-el {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-tools .iconfont {
  padding: 3px 5px;
  position: relative;
  cursor: pointer;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .image-tools .iconfont:hover {
  background-color: rgba(51, 51, 51, 0.3);
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop {
  position: absolute;
  bottom: 110px;
  left: -166px;
  margin: auto;
  z-index: 6;
  width: 460px;
  height: 300px;
  background-color: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  display: none;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .shot-title {
  padding: 0 16px;
  height: 36px;
  line-height: 36px;
  background-color: #00a563;
  color: #ffffff;
  font-size: 14px;
  cursor: default;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .shot-com {
  padding: 14px 16px;
  box-sizing: border-box;
  cursor: default !important;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .shot-des {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence {
  margin-top: 16px;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence .real-item {
  width: 206px;
  float: left;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence .real-item:last-child {
  float: right;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence .real-pic {
  width: 100%;
  height: 150px;
  background-color: #e2e2e2;
  border-radius: 6px;
  overflow: hidden;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence .bot-des {
  font-size: 13px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader .real-shot-pop .real-sequence .bot-des img {
  vertical-align: sub;
  margin-right: 4px;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader:hover::before {
  position: absolute;
  left: 0;
  top: -30px;
  width: 150px;
  height: 40px;
  content: '';
  display: block;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader:hover .image-tools {
  filter: opacity(100);
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.readonly {
  cursor: not-allowed;
  border-color: #ececec;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.readonly .c-get-img {
  z-index: -1;
  cursor: not-allowed;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.readonly .placeholder-top {
  color: #cccccc;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.readonly .icon-ziyuan {
  color: #cccccc;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.readonly .placeholder-bottom {
  color: #cccccc;
}
.project-body .basics-item .item-body .image-upload-wrap .image-uploader.active:hover .image-tools {
  display: block;
  opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  filter: opacity(100);
  z-index: 4;
}
.project-body .basics-item .item-body .set-gerber-btn {
  display: inline-block;
  min-width: 130px;
  padding: 0px 8px;
  height: 28px;
  line-height: 24px;
  background: #ecf1f1;
  border: 1px solid #B6BDC5;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.project-body .basics-item .item-body .set-gerber-btn .c-get-gerber {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  cursor: pointer;
}
.project-body .basics-item .item-body .set-gerber-btn .icon-shangchuan {
  color: #333333;
  margin-right: 2px;
  line-height: 24px;
}
.project-body .basics-item .item-body .set-gerber-btn:hover {
  background: #F0F1F5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.project-body .basics-item .item-body .upload-gerber-parent .bombean-award {
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.project-body .basics-item .item-body .upload-gerber-parent .code-tip {
  font-size: 13px;
}
.project-body .basics-item .item-body .upload-gerber-parent .gerber-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.project-body .basics-item .item-body .upload-gerber-parent .gerber-format-tips .bombean {
  margin-left: 20px;
}
.project-body .basics-item .item-body .upload-gerber-parent .cad-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-top: 5px;
}
.project-body .basics-item .item-body .upload-gerber-parent .cad-format-tips .bombean {
  margin-left: 20px;
}
.project-body .basics-item .item-body .upload-gerber-parent .smt-format-tips {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-top: 8px;
}
.project-body .basics-item .item-body .upload-gerber-parent .smt-format-tips a {
  color: #00a63f;
  cursor: pointer;
  font-weight: bold;
}
.project-body .basics-item .item-body .upload-gerber-parent .smt-format-tips .bombean {
  margin-left: 20px;
}
.project-body .basics-item .item-body .upload-gerber-parent .smt-format-tips .redtip {
  color: #dc0000;
}
.project-body .basics-item .item-body .gerber-lists {
  margin-top: 10px;
}
.project-body .basics-item .item-body .gerber-lists .list {
  padding: 14px 16px;
  background: #f7f7f7;
  position: relative;
  font-weight: 700;
  margin-bottom: 8px;
  max-width: 860px;
}
.project-body .basics-item .item-body .gerber-lists .list .gerber-name {
  max-width: 830px;
  margin-right: 40px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project-body .basics-item .item-body .gerber-lists .list .icon-guanbi {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
  padding: 14px 12px;
  cursor: pointer;
  transition: color 0.1s linear;
}
.project-body .basics-item .item-body .gerber-lists .list .icon-guanbi:hover {
  color: #e62e04;
}
.project-body .basics-item .item-body .diy-radio-group {
  margin: 5px 0;
}
.project-body .basics-item .item-body .diy-radio-group .radio-label {
  color: #333;
}
.project-body .basics-item .item-body .diy-radio-group .radio-item {
  display: inline-block;
  margin-right: 30px;
}
.project-body .basics-item .item-body .sku-tool {
  text-align: right;
}
.project-body .basics-item .item-body .sku-tool:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .item-body .sku-tool button {
  height: 32px;
  border: 1px solid #B6BDC5;
  background: #F5F7FA;
  border-radius: 3px;
  padding: 0px 12px;
}
.project-body .basics-item .item-body .sku-tool button .icon-ziyuan {
  font-size: 12px;
  margin-right: 4px;
}
.project-body .basics-item .item-body .sku-tool button:hover {
  background: #F0F1F5;
}
.project-body .basics-item .item-body .sku-tool.another-sku {
  text-align: left;
}
.project-body .basics-item .item-body .sku-tool.another-sku button {
  margin-left: 0;
  margin-bottom: 40px;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent {
  margin-bottom: 30px;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-smt {
  display: block;
  background: #00a563;
  color: #ffffff;
  padding: 8px 12px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-smt .check-icon {
  display: inline-block;
  content: '';
  background: url("../images/edit-share/no-checked-icon.png") no-repeat center;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  cursor: pointer;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-smt .check-icon:hover {
  background: url("../images/edit-share/hover-checked-icon.png") no-repeat center;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-smt.active .check-icon {
  background: url("../images/edit-share/checked-icon.png") no-repeat center;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-tip {
  display: block;
  background: #eff3f8;
  color: #333333;
  padding: 8px 12px;
  margin-bottom: 10px;
}
.project-body .basics-item .item-body .sku-tool.another-sku .bom-add-parent .shareto-tip .icon-Tips {
  color: #dc0000;
  margin-right: 3px;
}
.project-body .basics-item .item-body .language-down {
  position: relative;
  z-index: 5;
  width: 500px;
}
.project-body .basics-item .item-body .language-down .area-info {
  cursor: pointer;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #B6BDC5;
  text-indent: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
}
.project-body .basics-item .item-body .language-down:after {
  display: block;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
.project-body .basics-item .item-body .language-down .drop-location {
  width: 100%;
  padding: 6px 0;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 2;
  color: #373d41;
}
.project-body .basics-item .item-body .language-down .drop-location .txtellipsis {
  color: #373d41;
}
.project-body .basics-item .item-body .language-down .drop-location .list {
  padding: 5px 8px 5px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-size: 13px;
}
.project-body .basics-item .item-body .language-down .drop-location .list:hover {
  color: #fff;
  background: #00a563;
}
.project-body .basics-item .item-body .language-down .drop-location .active {
  color: #00a563;
}
.project-body .basics-item .fusion-box {
  height: auto;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 640px;
  margin: 2px auto;
  position: relative;
}
.project-body .basics-item .fusion-box .get-fusion-val {
  border: 1px solid #B6BDC5;
  width: inherit;
  outline: none;
  text-indent: 12px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.project-body .basics-item .fusion-box .get-fusion-val .default-fusion {
  height: 42px;
  line-height: 42px;
  color: #999999;
  text-align: left;
  font-weight: normal;
}
.project-body .basics-item .fusion-box .get-fusion-val .t-in .part-action {
  position: relative;
  text-align: right;
  padding-right: 20px;
}
.project-body .basics-item .fusion-box .get-fusion-val .t-in .part-action:after {
  display: block;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333333;
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
.project-body .basics-item .fusion-box .drop-down {
  position: absolute;
  left: 0;
  z-index: 5;
  width: 100%;
  border: 1px solid #e6e7eb;
  border-radius: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.32);
  min-width: 100px;
  background: #fff;
  overflow: hidden;
  padding: 6px 0;
  text-align: left;
}
.project-body .basics-item .fusion-box .drop-down:after {
  display: none;
}
.project-body .basics-item .fusion-box .drop-down .search-box-parent {
  padding: 0 10px 6px;
  box-sizing: border-box;
  position: relative;
}
.project-body .basics-item .fusion-box .drop-down .search-box-parent .iconsearch {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1;
  padding: 9px 12px;
  box-sizing: border-box;
  pointer-events: none;
}
.project-body .basics-item .fusion-box .drop-down .get-search-val {
  height: 32px;
  width: 100%;
  border: 1px solid #B6BDC5;
  outline: none;
  text-indent: 12px;
  margin-bottom: -1px;
  padding-right: 44px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists {
  position: static;
  top: unset;
  left: unset;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: block;
  max-height: 214px;
  border: 0;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li {
  position: relative;
  padding: 0;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li:hover {
  background: #f2f3f7;
  color: #373d41;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li a {
  color: #333333;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.active {
  background: #00a563;
  color: #fff;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.active a {
  color: #fff;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.active .ic-img {
  border: none;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.active .ic-link {
  color: #fff;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.active .part-edit {
  color: #fff;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.loading-in {
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #999999;
  font-size: 14px;
  text-indent: 12px;
  font-weight: normal;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li.no-find {
  background: #fff;
  height: 34px;
  width: 100%;
  line-height: 24px;
  padding: 4px 12px;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li .no-tips {
  color: #666666;
  font-size: 12px;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li .create-one {
  color: #00a563;
  font-weight: 700;
  margin-left: 6px;
  font-size: 13px;
}
.project-body .basics-item .fusion-box .drop-down .drop-lists li .create-one .icon-tianjia {
  font-size: 13px;
}
.project-body .basics-item .fusion-box .ic-img {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  border: 1px solid #B6BDC5;
  background: #fff;
}
.project-body .basics-item .fusion-box .ic-img .c-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  margin: auto;
}
.project-body .basics-item .fusion-box .iconiconset0114 {
  pointer-events: none;
  font-size: 20px;
}
.project-body .basics-item.components .get-input {
  width: 860px;
}
.project-body .basics-item.components table {
  border-collapse: collapse;
  border-spacing: 0;
}
.project-body .basics-item.components .t-components {
  width: 100%;
  margin: 12px 0;
  border: 1px solid #c6d1db;
}
.project-body .basics-item.components .t-components th {
  background: #F5F7FA;
  height: 40px;
  color: #373d41;
}
.project-body .basics-item.components .t-components th:nth-child(2) {
  border-left: 1px solid #c6d1db;
  border-right: 1px solid #c6d1db;
}
.project-body .basics-item.components .t-components td {
  min-height: 38px;
  text-align: center;
  border-top: 1px solid #c6d1db;
  position: relative;
  font-weight: 500;
}
.project-body .basics-item.components .t-components td:nth-child(2) {
  border-left: 1px solid #c6d1db;
  border-right: 1px solid #c6d1db;
}
.project-body .basics-item.components .t-components .quan-box {
  border: 1px solid #B6BDC5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  width: 70px;
  outline: none;
  text-align: center;
  padding: 0 4px;
  cursor: pointer;
}
.project-body .basics-item.components .t-components .iconclose {
  font-size: 12px;
  margin-right: 3px;
}
.project-body .basics-item.components .t-components .icon-guanbi {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.project-body .basics-item.components .t-components .icon-guanbi:hover {
  color: #e62e04;
}
.project-body .basics-item.components .t-in {
  width: 100%;
}
.project-body .basics-item.components .t-in td {
  border: none;
  padding: 5px;
}
.project-body .basics-item.components .t-in td:nth-child(2) {
  border: none;
  width: 540px;
}
.project-body .basics-item.components .t-in .part-img {
  width: 26px;
}
.project-body .basics-item.components .t-in .part-description {
  text-align: left;
}
.project-body .basics-item.components .t-in .ic-name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 520px;
}
.project-body .basics-item.components .t-in .ic-name .brand-name {
  font-weight: 700;
}
.project-body .basics-item.components .t-in .ic-link {
  color: #999999;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 516px;
  font-weight: normal;
}
.project-body .basics-item.components .t-in .ic-link .icon-link {
  font-size: 12px;
}
.project-body .basics-item.components .t-in .part-action {
  min-width: 50px;
  text-align: right;
  padding-right: 20px;
}
.project-body .basics-item.components .t-in .part-edit {
  color: #00a563;
  font-weight: 700;
  padding: 6px 4px 6px;
}
.project-body .basics-item .etc-box .fusion-box {
  margin: 2px 0 20px;
}
.project-body .basics-item .etc-box .fusion-box .icon-guanbi {
  position: absolute;
  top: 50%;
  right: -40px;
  z-index: 1;
  padding: 8px;
  font-size: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.project-body .basics-item .etc-box .fusion-box .icon-guanbi:hover {
  color: #e62e04;
}
.project-body .basics-item .etc-box .sku-tool {
  text-align: left;
}
.project-body .basics-item.to-detail .rich-edit-box {
  margin-top: 26px;
  width: 860px;
  height: 410px;
}
.project-body .basics-item.to-detail .ql-container {
  height: 370px;
}
.project-body .basics-item.to-detail .add-label-parent {
  margin-top: 15px;
}
.project-body .basics-item.to-detail .add-label-parent .tags-tips {
  color: #373d41;
  margin-bottom: 10px;
}
.project-body .basics-item.to-detail .add-label-parent .tags-tips span {
  color: #999999;
}
.project-body .basics-item.to-detail .add-label-parent .add-label {
  padding-left: 2px;
  position: static !important;
  top: unset !important;
  left: unset !important;
  transform: none !important;
  margin: 0 2px 0 0;
  min-height: 30px;
  width: 860px;
  border: 1px solid #B6BDC5;
  text-indent: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.project-body .basics-item.to-detail .add-label-parent .add-label .label {
  margin: 2px 2px 2px 0;
}
.project-body .basics-item.to-detail .add-label-parent .add-key {
  display: inline-block;
  float: left;
  height: 28px;
  outline: none;
  text-indent: 10px;
  width: 840px;
  color: #999999;
  font-size: 13px;
}
.project-body .basics-item.to-detail .add-label-parent .add-key:active {
  border: none;
  box-shadow: none;
}
.project-body .basics-item.to-detail .add-label-parent .add-key:focus {
  border: none !important;
  box-shadow: none;
}
.project-body .basics-item.to-detail .add-label-parent .add-key.active {
  width: 800px;
}
.project-body .basics-item.to-detail .hot-parent .hot-label {
  max-width: 860px;
}
.project-body .basics-item.to-detail .hot-parent .label {
  display: inline-block;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #b5b5b5;
  font-size: 12px;
  padding: 0 20px;
  position: relative;
  margin: 0 10px 10px 0;
  color: #999999;
  cursor: pointer;
  transition: background-color 0.3s linear;
}
.project-body .basics-item.to-detail .hot-parent .label:hover {
  background: #00a563;
  border: 1px solid #00a563;
  color: #fff;
}
.project-body .basics-item.to-detail .hot-parent .active {
  background: #00a563;
  border: 1px solid #00a563;
  color: #fff;
}
.project-body .basics-item.to-detail .mes-email {
  display: inline-block;
  margin-top: 15px;
}
.project-body .basics-item.to-detail .mes-email .mes-note {
  padding-left: 2px;
  color: #666666;
}
.project-body .basics-item.attachments .item-body .from-list {
  margin-bottom: 30px;
}
.project-body .basics-item.attachments .item-body .set-gerber-btn {
  margin-right: 8px;
  padding: 0 10px;
}
.project-body .basics-item.attachments .item-body .set-gerber-btn .icon-shangchuan {
  color: #333333;
  margin-right: 2px;
  line-height: 24px;
  font-weight: normal;
  font-size: 18px;
  vertical-align: bottom;
}
.project-body .basics-item.attachments .item-body .set-gerber-btn.link-repo {
  background: #F5F7FA;
  font-weight: normal;
}
.project-body .basics-item.attachments .item-body .set-gerber-btn.link-repo .icon-link {
  color: #879191;
  margin-right: 2px;
  line-height: 24px;
  font-weight: normal;
  vertical-align: bottom;
}
.project-body .basics-item.attachments .item-body .attach-list {
  min-height: 60px;
  margin-top: 10px;
}
.project-body .basics-item.attachments .item-body .t-item {
  background: #f7f7f7;
  font-size: 13px;
  margin-bottom: 8px;
}
.project-body .basics-item.attachments .item-body .t-item td {
  padding: 0px 13px;
}
.project-body .basics-item.attachments .item-body .t-item .flag-icon {
  min-width: 50px;
  text-align: center;
}
.project-body .basics-item.attachments .item-body .t-item .flag-icon .icon-image {
  font-size: 20px;
}
.project-body .basics-item.attachments .item-body .t-item .flag-icon .icon-link {
  font-size: 21px;
}
.project-body .basics-item.attachments .item-body .t-item .flag-icon .icon-box {
  width: 26px;
  height: 26px;
  position: relative;
  margin: 0 auto;
}
.project-body .basics-item.attachments .item-body .t-item .flag-icon .icon-box img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  top: 0;
  margin: auto;
}
.project-body .basics-item.attachments .item-body .t-item .iconfont {
  font-size: 24px;
}
.project-body .basics-item.attachments .item-body .t-item .details {
  width: 702px;
  color: #999999;
  padding: 6px 8px 6px 0px;
}
.project-body .basics-item.attachments .item-body .t-item .detail-name {
  font-weight: 700;
  color: #373d41;
  font-size: 13px;
  margin-bottom: 3px;
}
.project-body .basics-item.attachments .item-body .t-item .detail-name .file-allowed {
  color: #00a563;
  margin-left: 3px;
}
.project-body .basics-item.attachments .item-body .t-item .detail-name .file-notallowed {
  color: #dc0000;
  margin-left: 3px;
}
.project-body .basics-item.attachments .item-body .t-item .detail-file {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 692px;
}
.project-body .basics-item.attachments .item-body .t-item .detail-link {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 692px;
}
.project-body .basics-item.attachments .item-body .t-item .a-language {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 692px;
}
.project-body .basics-item.attachments .item-body .t-item .tool {
  width: 100px;
  text-align: right;
}
.project-body .basics-item.attachments .item-body .t-item .edit-btn {
  font-weight: 700;
  color: #373d41;
  line-height: 26px;
  padding: 6px;
  display: inline-block;
}
.project-body .basics-item.attachments .item-body .t-item .icon-guanbi {
  font-size: 16px;
  padding: 6px 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.project-body .basics-item.attachments .item-body .t-item .icon-guanbi:hover {
  color: #e62e04;
}
.project-body .basics-item.upload-version-new .item-body {
  padding: 0;
}
.project-body .basics-item.upload-version-new .from-list .height-normal.upload {
  margin-top: 26px;
}
.project-body .basics-item.upload-version-new .upload-cad-area {
  height: 80px;
  background: #F7F8F9;
  border-radius: 3px;
  border: 1px dashed #B6BDC5;
  width: 860px;
  transition: all 0.3s;
  font-family: HarmonyOS_Sans_Regular;
}
.project-body .basics-item.upload-version-new .upload-cad-area:hover {
  border: 1px dashed #00A63F;
  background: #E5F6EC;
}
.project-body .basics-item.upload-version-new .upload-cad-area:hover .upload-icon {
  background: url("../images/cad-files-pop/file-upload-icon-hover.png") no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.project-body .basics-item.upload-version-new .upload-cad-area:hover .upload-title {
  color: #00A63F;
}
.project-body .basics-item.upload-version-new .upload-cad-area.drop {
  border: 1px dashed #00A63F;
  background: #E5F6EC;
}
.project-body .basics-item.upload-version-new .upload-cad-area.drop .upload-icon {
  background: url("../images/cad-files-pop/file-upload-icon-hover.png") no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
}
.project-body .basics-item.upload-version-new .upload-cad-area.drop .upload-title {
  color: #00A63F;
}
.project-body .basics-item.upload-version-new .upload-cad-area.end:hover {
  background: #F7F8F9;
}
.project-body .basics-item.upload-version-new .upload-cad-area.end .can-upload {
  opacity: 0;
  visibility: hidden;
  display: none;
}
.project-body .basics-item.upload-version-new .upload-cad-area.end .end-upload {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.project-body .basics-item.upload-version-new .upload-cad-area.end:hover {
  border: 1px dashed #B6BDC5;
}
.project-body .basics-item.upload-version-new .upload-cad-area .can-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: inherit;
}
.project-body .basics-item.upload-version-new .upload-cad-area .upload-icon {
  background: url("../images/cad-files-pop/file-upload-icon1.png") no-repeat center;
  width: 32px;
  height: 32px;
  background-size: cover;
  margin-bottom: 10px;
}
.project-body .basics-item.upload-version-new .upload-cad-area .upload-title {
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.project-body .basics-item.upload-version-new .upload-cad-area .end-upload {
  height: inherit;
  align-items: center;
  justify-content: center;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  display: none;
}
.project-body .basics-item.upload-version-new .upload-cad-area .end-upload .end-tips {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  max-width: 374px;
  font-size: 13px;
  color: #8C8C8C;
  line-height: 18px;
}
.project-body .basics-item.upload-version-new .list-upload-area {
  margin-top: 12px;
  width: 860px;
  position: relative;
  z-index: 3;
}
.project-body .basics-item.upload-version-new .list-upload-area .list-upload-item {
  border: 1px dashed #B6BDC5;
  background: #F7F8F9;
  margin-bottom: 12px;
  display: flex;
  padding: 0 14px;
  align-items: center;
  height: 68px;
  border-radius: 3px;
  justify-content: space-between;
}
.project-body .basics-item.upload-version-new .list-upload-area .list-upload-item.un-allowed .state {
  color: #F64F54;
}
.project-body .basics-item.upload-version-new .list-upload-area .info-l,
.project-body .basics-item.upload-version-new .list-upload-area .info-r {
  display: flex;
  align-items: center;
  height: inherit;
}
.project-body .basics-item.upload-version-new .list-upload-area .type-icon {
  background: url("../images/cad-files-pop/file-icon.png") no-repeat center;
  width: 28px;
  height: 28px;
  background-size: cover;
  margin-right: 12px;
}
.project-body .basics-item.upload-version-new .list-upload-area .params-info .share-state {
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  color: #262626;
  line-height: 18px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.project-body .basics-item.upload-version-new .list-upload-area .params-info .share-state .name {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 368px;
  margin-right: 4px;
}
.project-body .basics-item.upload-version-new .list-upload-area .params-info .state {
  color: #00A63F;
}
.project-body .basics-item.upload-version-new .list-upload-area .params-info .share-name {
  font-weight: 400;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 16px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 468px;
}
.project-body .basics-item.upload-version-new .list-upload-area .example-pic {
  margin-right: 24px;
  display: flex;
}
.project-body .basics-item.upload-version-new .list-upload-area .example-pic .example-el {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid #B6BDC5;
  margin-left: 10px;
  position: relative;
}
.project-body .basics-item.upload-version-new .list-upload-area .example-pic .example-el.amount {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 13px;
  color: #262626;
}
.project-body .basics-item.upload-version-new .list-upload-area .example-pic .example-el img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.project-body .basics-item.upload-version-new .list-upload-area .edit-el {
  display: flex;
  background: url("../images/cad-files-pop/edit-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.project-body .basics-item.upload-version-new .list-upload-area .edit-el.active .dropdown-edit {
  opacity: 1;
  visibility: visible;
}
.project-body .basics-item.upload-version-new .list-upload-area .dropdown-edit {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px 6px 6px 6px;
  padding: 6px;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 1;
  width: 140px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.project-body .basics-item.upload-version-new .list-upload-area .dropdown-edit .drop-li {
  font-size: 14px;
  color: #262626;
  line-height: 20px;
  padding: 10px;
  border-radius: 3px;
}
.project-body .basics-item.upload-version-new .list-upload-area .dropdown-edit .drop-li.danger {
  color: #F64F54;
}
.project-body .basics-item.upload-version-new .list-upload-area .dropdown-edit .drop-li:hover {
  background: #F7F8F9;
}
.cad-files-upload-module {
  border-radius: 10px !important;
}
.cupload-progress-box {
  display: block;
  width: 860px;
}
.cupload-progress-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.cupload-progress-box .filelist-name {
  margin-top: 10px;
  float: left;
  width: 400px;
  margin-right: 12px;
}
.cupload-progress-box .filelist-name .c-name {
  max-width: 354px;
  margin-left: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.cupload-progress-box .filelist-name span {
  margin-left: 5px;
}
.cupload-progress-box .filelist-name .progress {
  width: 200px;
  height: 14px;
  margin-top: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.cupload-progress-box .filelist-name .progress-bar {
  background-color: #5cb85c;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: width;
  transition-timing-function: ease;
  width: 200px;
  box-sizing: border-box;
}
.com-struct-box {
  border-top: 2px solid #00a563;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 6;
  width: 100%;
  background: #fff;
  text-align: center;
}
.com-struct {
  padding: 17px 0;
  text-align: center;
  font-size: 0;
  box-sizing: border-box;
  vertical-align: top;
}
.com-struct button {
  min-width: 160px;
  margin-right: 18px;
  padding: 0 20px;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
  border: 1px solid #00a563;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #373d41;
  cursor: pointer;
  vertical-align: top;
  box-sizing: border-box;
}
.com-struct .c-primary {
  color: #fff;
  background: #00a563;
  transition: background-color 0.3s linear;
  box-sizing: border-box;
}
.com-struct .c-primary:hover {
  background: #008b54;
}
.com-struct .c-secondary {
  color: #00a563;
  background: #fff;
  transition: all 0.3s ease-out;
}
.com-struct .c-secondary:hover {
  color: #fff;
  background: #00a563;
}
.popup-overlay-outer {
  background: #fff;
  min-width: 500px;
}
.popup-overlay-outer .popup-body {
  padding: 20px 20px 0;
  box-sizing: border-box;
}
.popup-overlay-outer .popup-item {
  margin-bottom: 24px;
}
.popup-overlay-outer .popup-item .radio-item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}
.popup-overlay-outer .popup-item .radio-item .radio-label {
  color: #333;
}
.popup-overlay-outer .popup-item .files-list-box {
  margin-top: 10px;
}
.popup-overlay-outer .popup-item .files-list-box dd {
  padding: 12px 32px 12px 16px;
  background: #f7f7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 4px;
}
.popup-overlay-outer .popup-item .files-list-box dd span {
  font-weight: 700;
  color: #373d41;
  word-break: break-all;
}
.popup-overlay-outer .popup-item .files-list-box dd .icon-guanbi {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.1s linear;
  padding: 6px;
  cursor: pointer;
}
.popup-overlay-outer .popup-item .files-list-box dd .icon-guanbi:hover {
  color: #e62e04;
}
.popup-overlay-outer .popup-item .copy-tips {
  font-size: 12px;
  color: #999999;
  line-height: 18px;
}
.popup-overlay-outer .popup-item .copy-paste-area {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: left;
  width: 100%;
  height: 56px;
  padding: 0 20px;
  border: 2px dashed #b7b7b7;
  margin-top: 4px;
  color: #999999;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  background: #eeeeee;
}
.popup-overlay-outer .popup-item .paste-tips {
  margin-top: 6px;
  color: #999999;
  font-size: 12px;
}
.popup-overlay-outer .popup-title {
  color: #373d41;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.popup-overlay-outer .popup-title .title-tip {
  color: #999999;
  margin-left: 5px;
  font-weight: normal;
}
.popup-overlay-outer .popup-title .required {
  color: #e62e04;
  vertical-align: middle;
}
.popup-overlay-outer .popup-title .format-tips {
  color: #999999;
  font-weight: normal;
}
.popup-overlay-outer .area-info {
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  border: 1px solid #B6BDC5;
  text-indent: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 4px;
}
.popup-overlay-outer .set-gerber-btn {
  display: inline-block;
  min-width: 130px;
  padding: 0px 8px;
  height: 28px;
  line-height: 24px;
  background: #ecf1f1;
  border: 1px solid #B6BDC5;
  vertical-align: middle;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}
.popup-overlay-outer .set-gerber-btn .c-get-gerber {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  cursor: pointer;
}
.popup-overlay-outer .set-gerber-btn .icon-shangchuan {
  color: #333333;
  margin-right: 2px;
  line-height: 24px;
}
.popup-overlay-outer .set-gerber-btn:hover {
  background: #F0F1F5;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.12);
}
.popup-overlay-outer .upload-gerber-parent .bombean-award {
  font-size: 12px;
  color: #999999;
  margin-left: 12px;
}
.popup-overlay-outer .upload-gerber-parent .code-tip {
  font-size: 13px;
}
.popup-overlay-outer .upload-gerber-parent .gerber-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-left: 5px;
}
.popup-overlay-outer .upload-gerber-parent .gerber-format-tips .bombean {
  margin-left: 20px;
}
.popup-overlay-outer .upload-gerber-parent .cad-format-tips {
  font-size: 12px;
  color: #999999;
  display: inline-block;
  margin-top: 5px;
}
.popup-overlay-outer .upload-gerber-parent .cad-format-tips .bombean {
  margin-left: 20px;
}
.popup-overlay-outer .upload-gerber-parent .smt-format-tips {
  font-size: 12px;
  color: #999999;
  display: block;
  margin-top: 8px;
}
.popup-overlay-outer .upload-gerber-parent .smt-format-tips a {
  color: #00a63f;
  cursor: pointer;
  font-weight: bold;
}
.popup-overlay-outer .upload-gerber-parent .smt-format-tips .bombean {
  margin-left: 20px;
}
.popup-overlay-outer .upload-gerber-parent .smt-format-tips .redtip {
  color: #dc0000;
}
.popup-overlay-outer .upload-gerber-parent {
  margin-top: 6px;
}
.popup-overlay-outer .upload-gerber-parent .set-gerber-btn {
  text-align: center;
  margin-right: 4px;
}
.popup-overlay-outer .upload-gerber-parent .set-gerber-btn .icon-shangchuan {
  color: #879191;
  margin-right: 2px;
  line-height: 24px;
  font-weight: normal;
  font-size: 18px;
  vertical-align: bottom;
}
.popup-overlay-outer .upload-gerber-parent .set-gerber-btn .select-code {
  vertical-align: middle;
}
.popup-overlay-outer .popup-bottom {
  text-align: center;
}
.popup-overlay-outer .popup-bottom .com-struct button {
  outline: none;
  min-width: 130px;
  border: 1px solid #B6BDC5;
  box-sizing: border-box;
}
.popup-overlay-outer .popup-bottom .com-struct button:hover {
  background: #F0F1F5;
}
.popup-overlay-outer .popup-bottom .com-struct button.c-primary {
  background: #00a563;
  border: none;
  box-sizing: border-box;
}
.popup-overlay-outer .popup-bottom .com-struct button.c-primary:hover {
  outline: none;
  background: #008b54;
}
.popup-overlay-outer .language-down {
  position: relative;
  z-index: 5;
}
.popup-overlay-outer .language-down .area-info {
  cursor: pointer;
}
.popup-overlay-outer .language-down:after {
  display: block;
  content: '';
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
.popup-overlay-outer .language-down .drop-location {
  width: 100%;
  padding: 6px 0;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 23px;
  left: 0;
  z-index: 2;
  color: #373d41;
}
.popup-overlay-outer .language-down .drop-location .txtellipsis {
  color: #373d41;
}
.popup-overlay-outer .language-down .drop-location .list {
  padding: 5px 8px 5px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-size: 13px;
}
.popup-overlay-outer .language-down .drop-location .list:hover {
  color: #fff;
  background: #00a563;
}
.popup-overlay-outer .language-down .drop-location .active {
  color: #00a563;
}
.popup-overlay-outer .editor-code-box {
  margin-top: 12px;
  font-size: 14px;
  background: #323232;
}
.popup-overlay-outer .editor-code-box .ace_gutter {
  top: 1px !important;
}
/*2024-3-14 start*/
.input-box .radio-btn {
  margin-top: 0 !important;
}
/*2024-3-14 end*/
/*2025-8-13 start*/
.tips-pop-up-module {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(168, 168, 168, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tips-pop-up-module .hint-pop-up {
  width: 400px;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 10px;
}
.tips-pop-up-module .hint-pop-up .tips-des {
  font-size: 16px;
  color: #262626;
  line-height: 24px;
  margin-bottom: 28px;
}
.tips-pop-up-module .hint-pop-up .sub-btn {
  display: flex;
  justify-content: right;
}
.tips-pop-up-module .hint-pop-up .sub-btn .btn {
  height: 38px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100px;
  font-family: 'HarmonyOS_Sans_Medium';
  font-size: 14px;
  border-radius: 3px;
  cursor: pointer;
}
.tips-pop-up-module .hint-pop-up .sub-btn .btn.cancel {
  color: #262626;
  background: #E9EBED;
}
.tips-pop-up-module .hint-pop-up .sub-btn .btn.add {
  color: #FFFFFF;
  background: #00A63F;
  margin-left: 16px;
}
.tips-pop-up-module .tips-des-pop-up {
  width: 390px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  text-align: center;
  padding: 6px 16px;
  box-sizing: border-box;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  background: #2C2C2C;
  border-radius: 12px;
}
/*2025-8-13 end*/
/*# sourceMappingURL=editshare.css.map */