.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;
}
body {
  background-color: #000000 !important;
}
.wrap-way {
  width: 1200px;
  margin: auto;
  position: relative;
}
/*局部色值*/
.kicad-contest .common-title {
  padding-top: 120px;
  padding-bottom: 48px;
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  background: linear-gradient(-90deg, #12CA8E 36%, #04A5D6 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kicad-contest .common-title:before {
  background: url("../images/kicad-open/title-l-icon.png") no-repeat center;
  width: 84px;
  height: 30px;
  content: '';
  display: inline-block;
}
.kicad-contest .common-title:after {
  background: url("../images/kicad-open/title-r-icon.png") no-repeat center;
  width: 84px;
  height: 30px;
  content: '';
  display: inline-block;
}
.kicad-contest .common-jump {
  text-align: center;
  position: relative;
  z-index: 3;
}
.kicad-contest .common-jump a {
  min-width: 200px;
  padding: 0 34px;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  background: linear-gradient(90deg, #04A4D7 0%, #12CB8D 100%);
  border-radius: 24px;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}
.kicad-contest .common-jump a:hover {
  background: linear-gradient(-90deg, #04A4D7 0%, #12CB8D 100%);
}
.kicad-contest .kicad-banner-module {
  background: url('../images/kicad-open/banner.jpg') no-repeat center;
  height: 650px;
  background-size: 100% 100%;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}
.kicad-contest .kicad-banner-module .banner-title {
  position: absolute;
  top: 140px;
  left: 188px;
  background: url('../images/kicad-open/banner-title.png') no-repeat center;
  width: 640px;
  height: 90px;
}
.kicad-contest .kicad-banner-module .design-title {
  position: absolute;
  top: 230px;
  left: 188px;
  text-align: center;
}
.kicad-contest .kicad-banner-module .design-title .title {
  font-weight: 900;
  font-size: 72px;
  color: #ffffff;
}
.kicad-contest .kicad-banner-module .design-title .des {
  color: #cccccc;
  font-size: 24px;
  line-height: 24px;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.kicad-contest .kicad-banner-module .banner-btn {
  position: absolute;
  bottom: 144px;
  left: 324px;
  background: url('../images/kicad-open/banner-btn.png') no-repeat center;
  text-align: center;
  width: 320px;
  height: 100px;
  line-height: 100px;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  animation: scaleDraw 2s ease-in-out infinite;
}
.kicad-contest .way-nav-box {
  min-width: 1200px;
  height: 90px;
}
.kicad-contest .way-nav-box .design-nav {
  width: 100%;
  height: 90px;
  background-color: #111111;
}
.kicad-contest .way-nav-box .design-nav.fly {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.kicad-contest .way-nav-box .nav-menu {
  display: flex;
  height: 90px;
}
.kicad-contest .way-nav-box .menu-item {
  width: 25%;
  height: 90px;
  line-height: 90px;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}
.kicad-contest .way-nav-box .menu-item:hover {
  background-color: #222222;
}
.kicad-contest .way-nav-box .menu-item.menu-active {
  background: linear-gradient(90deg, #04A4D7 0%, #12CB8D 100%);
}
.kicad-contest .way-nav-box .menu-item.menu-active:hover {
  background-color: transparent;
}
.kicad-contest .video-box {
  padding-bottom: 34px;
  background: #191919;
  border-radius: 12px;
  overflow: hidden;
}
.kicad-contest .video-box .event-video {
  height: 674px;
  position: relative;
  cursor: pointer;
}
.kicad-contest .video-box .event-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.kicad-contest .video-box .video-btn {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("../images/kicad-open/video-btn.png") no-repeat center;
  width: 80px;
  height: 80px;
  transition: all 0.3s linear;
  cursor: pointer;
}
.kicad-contest .video-box .vjs-big-play-button {
  background: url("../images/kicad-open/video-btn.png") no-repeat center transparent !important;
  width: 80px !important;
  height: 80px !important;
  border: none;
  border: none !important;
  outline: none !important;
}
.kicad-contest .video-box .vjs-big-play-button span:before {
  content: none !important;
}
.kicad-contest .video-box .vjs-big-play-button:hover {
  background: url("../images/kicad-open/video-btn-hover.png") no-repeat center transparent !important;
}
.kicad-contest .video-box .rules-des {
  font-size: 16px;
  color: #999999;
  padding: 26px 50px 30px 50px;
  line-height: 24px;
}
.kicad-contest .timer-shaft {
  position: relative;
}
.kicad-contest .timer-shaft .time-bg {
  box-sizing: border-box;
  text-align: center;
  padding: 20px 42px;
}
.kicad-contest .timer-shaft .time-bg.active.time-1 {
  background: url("../images/kicad-open/time-1-hover.png") no-repeat center;
}
.kicad-contest .timer-shaft .time-bg.active.time-1 .des {
  color: #ffffff;
}
.kicad-contest .timer-shaft .time-bg.active.time-1 .time {
  color: #ffffff;
}
.kicad-contest .timer-shaft .time-bg.active.time-2 {
  background: url("../images/kicad-open/time-2-hover.png") no-repeat center;
}
.kicad-contest .timer-shaft .time-bg.active.time-2 .des {
  color: #ffffff;
}
.kicad-contest .timer-shaft .time-bg.active.time-2 .time {
  color: #ffffff;
}
.kicad-contest .timer-shaft .time-bg.active.time-3 {
  background: url("../images/kicad-open/time-3-hover.png") no-repeat center;
}
.kicad-contest .timer-shaft .time-bg.active.time-3 .des {
  color: #ffffff;
}
.kicad-contest .timer-shaft .time-bg.active.time-3 .time {
  color: #ffffff;
}
.kicad-contest .timer-shaft .des {
  font-size: 20px;
  color: #666666;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.kicad-contest .timer-shaft .time {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  color: #333333;
}
.kicad-contest .timer-shaft .time-1 {
  background: url("../images/kicad-open/time-bg-1.png") no-repeat center;
  width: 404px;
  height: 100px;
}
.kicad-contest .timer-shaft .time-2 {
  position: absolute;
  top: 0;
  left: 389px;
  background: url("../images/kicad-open/time-bg-2.png") no-repeat center;
  width: 424px;
  height: 100px;
}
.kicad-contest .timer-shaft .time-3 {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/kicad-open/time-bg-3.png") no-repeat center;
  width: 404px;
  height: 100px;
}
.kicad-contest .theme-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.kicad-contest .theme-box .theme-item {
  width: 386px;
  min-height: 386px;
  padding: 50px 50px;
  text-align: center;
  box-sizing: border-box;
  background: #191919;
  border-radius: 12px;
  position: relative;
  float: left;
}
.kicad-contest .theme-box .theme-item:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 300px;
  height: 300px;
  content: '';
  display: inline-block;
  z-index: 1;
}
.kicad-contest .theme-box .theme-item:first-child {
  margin-right: 20px;
}
.kicad-contest .theme-box .theme-item:first-child:before {
  background: url("../images/kicad-open/theme-l.png") no-repeat center;
  opacity: 75%;
}
.kicad-contest .theme-box .theme-item:nth-child(2) {
  margin-right: 20px;
}
.kicad-contest .theme-box .theme-item:nth-child(2):before {
  background: url("../images/kicad-open/theme-r.png") no-repeat center;
  opacity: 80%;
}
.kicad-contest .theme-box .theme-item:nth-child(3):before {
  background: url("../images/kicad-open/free-theme.png") no-repeat center;
  opacity: 80%;
}
.kicad-contest .theme-box .theme-item:nth-child(4) {
  margin-top: 24px;
}
.kicad-contest .theme-box .theme-title {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  position: relative;
  z-index: 2;
  min-height: 64px;
}
.kicad-contest .theme-box .theme-des {
  margin-top: 12px;
  margin-bottom: 48px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  position: relative;
  z-index: 2;
}
.kicad-contest .theme-box .common-jump {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 40px;
  margin: auto;
}
.kicad-contest .event-box {
  position: relative;
}
.kicad-contest .event-box .event-region:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.kicad-contest .event-box .event-item {
  background: url("../images/kicad-open/event-box-bg.png") no-repeat center;
  width: 588px;
  height: 300px;
  margin-top: -14px;
  position: relative;
  padding: 40px 184px 40px 40px;
  box-sizing: border-box;
  float: left;
}
.kicad-contest .event-box .event-item:after {
  position: absolute;
  top: 14px;
  right: -14px;
  width: 330px;
  height: 268px;
  content: '';
  display: inline-block;
}
.kicad-contest .event-box .event-item:first-child {
  margin-right: 24px;
}
.kicad-contest .event-box .event-item:first-child:after {
  background: url("../images/kicad-open/event-l.png") no-repeat center;
}
.kicad-contest .event-box .event-item:nth-child(2):after {
  background: url("../images/kicad-open/event-r.png") no-repeat center;
}
.kicad-contest .event-box .event-item:nth-child(3) {
  margin-top: 24px;
  margin-right: 24px;
}
.kicad-contest .event-box .event-item:nth-child(4) {
  margin-top: 24px;
}
.kicad-contest .event-box .event-title {
  font-weight: 700;
  font-size: 32px;
  color: #FEFEFF;
}
.kicad-contest .event-box .event-des {
  width: 300px;
  margin-top: 10px;
  font-weight: 600;
  font-size: 26px;
  color: #FEFEFF;
  background: linear-gradient(-90deg, #12CA8E 0%, #04A5D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kicad-contest .event-box .common-jump {
  position: absolute;
  bottom: 40px;
  text-align: left;
}
.kicad-contest .area-module {
  position: relative;
}
.kicad-contest .area-module:before {
  position: absolute;
  top: 238px;
  background: url("../images/kicad-open/event-bg.png") no-repeat center;
  width: 100%;
  height: 400px;
  content: '';
  display: block;
  background-size: 100% 100%;
}
.kicad-contest .rules-box {
  background-color: #191919;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 40px 46px;
}
.kicad-contest .rules-box p {
  font-size: 16px;
  color: #999999;
  line-height: 26px;
  margin-top: 20px;
}
.kicad-contest .rules-box p:first-child {
  margin-top: 0;
}
.kicad-contest .rules-box .rules-jump {
  color: #12CA8E;
  font-weight: 700;
}
.kicad-contest .rules-box .common-jump {
  margin-top: 30px;
}
.kicad-contest .judges-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.kicad-contest .judges-box .judges-list {
  position: relative;
}
.kicad-contest .judges-box .judges-list:nth-child(3) {
  margin-top: 24px;
}
.kicad-contest .judges-box .judges-list:nth-child(4) {
  margin-top: 24px;
}
.kicad-contest .judges-box .judges-list.judges-active .judges-item {
  transform: rotateY(90deg);
}
.kicad-contest .judges-box .judges-list.judges-active .judges-des {
  transform: rotateY(0deg);
  opacity: 1;
  visibility: visible;
}
.kicad-contest .judges-box .judges-item {
  width: 588px;
  height: 320px;
  display: flex;
  align-items: flex-end;
  transform: rotateY(0deg);
  transition: all 0.16s linear;
  transform-style: preserve-3d;
}
.kicad-contest .judges-box .judges-item .turn-graphic {
  width: 588px;
  height: 240px;
  border-radius: 12px;
  text-align: center;
  padding: 20px;
}
.kicad-contest .judges-box .judges-item .turn-pic {
  margin-top: -100px;
  cursor: pointer;
}
.kicad-contest .judges-box .judges-item .name {
  display: inline-block;
  margin-top: 24px;
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
}
.kicad-contest .judges-box .judges-item .name:hover:after {
  transform: translateX(6px);
}
.kicad-contest .judges-box .judges-item .name:after {
  background: url("../images/kicad-open/name-right-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  content: '';
  display: inline-block;
  margin-left: 6px;
  transition: all 0.3s linear;
}
.kicad-contest .judges-box .judges-item .des {
  margin-top: 10px;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.kicad-contest .judges-box .judges-item .turn-1 {
  background: linear-gradient(90deg, #00ACDE 0%, #00BBB0 100%);
  border-radius: 12px;
}
.kicad-contest .judges-box .judges-item .turn-2 {
  background: linear-gradient(90deg, #00BFB5 0%, #00D68E 100%);
}
.kicad-contest .judges-box .judges-des {
  transform: rotateY(-90deg);
  transition: all 0.3s ease-in;
  transform-style: preserve-3d;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  width: 588px;
  height: 320px;
  padding: 32px;
  box-sizing: border-box;
  text-align: center;
}
.kicad-contest .judges-box .judges-des.des-1 {
  background: linear-gradient(90deg, #00ACDE 0%, #00BBB0 100%);
  border-radius: 12px;
}
.kicad-contest .judges-box .judges-des.des-2 {
  background: linear-gradient(90deg, #00BFB5 0%, #00D68E 100%);
  border-radius: 12px;
}
.kicad-contest .judges-box .info-text {
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  min-height: 192px;
}
.kicad-contest .judges-box .return-btn {
  cursor: pointer;
  margin-top: 32px;
  display: inline-block;
  padding: 0 22px;
  min-width: 100px;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  background-color: #ffffff;
  border-radius: 16px;
}
.kicad-contest .judges-box .return-btn:hover {
  background-color: #e5e5e5;
}
.kicad-contest .judges-box .return-btn span {
  background: linear-gradient(-90deg, #12CA8E 0%, #04A5D6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.kicad-contest .stand-box {
  background-color: #191919;
  border-radius: 12px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kicad-contest .stand-box .stand-item {
  width: 260px;
}
.kicad-contest .stand-box .stand-title {
  font-weight: 700;
  font-size: 24px;
  color: #ffffff;
  margin-top: 20px;
}
.kicad-contest .stand-box .stand-des {
  margin-top: 8px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}
.kicad-contest .submissions-module {
  position: relative;
}
.kicad-contest .submissions-module:before {
  position: absolute;
  top: 380px;
  background: url("../images/kicad-open/event-bg.png") no-repeat center;
  height: 400px;
  display: inline-block;
  width: 100%;
  background-size: 100% 100%;
  content: '';
}
.kicad-contest .submissions-module .tab-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.kicad-contest .submissions-module .menu-item {
  cursor: pointer;
  padding: 0 30px;
  min-width: 320px;
  text-align: center;
  font-size: 20px;
  color: #999999;
  height: 50px;
  line-height: 50px;
  background-color: #191919;
  border-radius: 25px;
  margin-right: 24px;
}
.kicad-contest .submissions-module .menu-item:last-child {
  margin-right: 0;
}
.kicad-contest .submissions-module .menu-item.tab-active {
  background: linear-gradient(90deg, #04A4D7 0%, #00E892 100%);
  color: #ffffff;
}
.kicad-contest .submissions-module .menu-item:hover {
  background: linear-gradient(90deg, #04A4D7 0%, #00E892 100%);
  color: #ffffff;
}
.kicad-contest .submissions-module .common-jump {
  margin-top: 20px;
}
.kicad-contest .discussion-module .common-title {
  padding-bottom: 0;
}
.kicad-contest .sponsor-module {
  margin-top: 38px;
  background-color: #191919;
}
.kicad-contest .sponsor-module .line {
  width: 2px;
  height: 50px;
  background-color: #333333;
  margin: 0 34px;
}
.kicad-contest .sponsor-module .sponsor-by {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -14px;
}
.kicad-contest .sponsor-module .sponsor-by .kicad-logo {
  margin-left: -14px;
}
.share-tool-box {
  position: fixed;
  right: 6%;
  bottom: 30%;
  z-index: 333;
  width: 64px;
  height: 264px;
  background-color: #222222;
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transition: all 0.8s linear;
  transform: rotate(0) scale(0);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.share-tool-box.o-active {
  opacity: 1;
  transform: rotateY(360deg) scale(1);
}
.share-tool-box .share-icon {
  background: url("../images/kicad-open/share-icon.png") no-repeat center;
  width: 30px;
  height: 30px;
  margin-top: 24px;
}
.share-tool-box .share-label {
  margin-top: 16px;
  font-size: 16px;
  color: #ffffff;
}
.share-tool-box .share-label:after {
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  content: '';
  display: inline-block;
}
.share-tool-box .twitter {
  display: block;
  background: url("../images/kicad-open/twitter.png") no-repeat center;
  width: 32px;
  height: 32px;
  margin: 30px auto 0;
}
.share-tool-box .face-book {
  display: block;
  background: url("../images/kicad-open/facebook.png") no-repeat center;
  width: 32px;
  height: 32px;
  margin: 30px auto 0;
}
.back-to-top {
  visibility: hidden;
  cursor: pointer;
  box-sizing: border-box;
  position: fixed;
  right: 6%;
  bottom: 8%;
  z-index: 333;
  transition: all 0.3s linear;
  width: 64px;
  height: 64px;
  line-height: 84px;
  border-radius: 12px;
  background-color: #222222;
  text-align: center;
}
.back-to-top:after {
  background: url("../images/kicad-open/top.png") no-repeat center;
  width: 32px;
  height: 32px;
  content: '';
  display: inline-block;
}
.back-to-top.is-show {
  visibility: visible;
}
.receive-coupon-up {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.receive-coupon-up .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 212px;
  box-sizing: content-box;
}
.receive-coupon-up .box .inner {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
}
.receive-coupon-up .box .inner .close-end {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99;
  background: url(../images/kicad-open/close-btn.png) no-repeat;
  width: 16px;
  height: 16px;
}
.receive-coupon-up .box .inner .dt {
  font-size: 16px;
  margin-top: 30px;
  color: #333333;
  line-height: 24px;
}
.receive-coupon-up .box .inner .operation {
  margin-top: 46px;
}
.receive-coupon-up .box .inner .operation .receive-btn {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin: 0 8px;
  border-radius: 30px;
  background: linear-gradient(90deg, #04A4D7 0%, #12CB8D 100%);
  color: #ffffff;
  cursor: pointer;
}
.receive-coupon-up .box .inner .operation .receive-btn:hover {
  opacity: 0.9;
}
.receive-coupon-up .box .inner .operation .receive-btn:active {
  opacity: 0.9;
}
/*2024-3-12 start*/
.grid {
  position: relative;
}
.grid .loading-data {
  position: absolute;
  right: 0;
  left: -26px;
  top: -26px;
  margin: auto;
  z-index: 3;
  background: url("../images/kicad-open/loading-pro.gif") no-repeat center rgba(0, 0, 0, 0.1);
  width: 104%;
  height: 102%;
  display: none;
  border-radius: 20px;
}
.list-items {
  margin-left: -60px;
}
.list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.list-items .box-item .design-6th-electronic:after {
  display: block;
  content: '';
  background: url("../images/kicad-open/electronic-project.png?v=2024429") no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.list-items .box-item .design-6th-mechanical:after {
  display: block;
  content: '';
  background: url("../images/kicad-open/mechanical-design.png") no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.list-items .box-item .free-theme:after {
  display: block;
  content: '';
  background: url("../images/kicad-open/free-theme-tark.png?v=2024-429") no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.list-items:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.list-items .col-4 {
  float: left;
  width: 254px;
  height: 334px;
  margin: 0 0 36px 60px;
}
.p-rollover {
  position: relative;
  background: #dddddd !important;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.p-rollover.hot:before {
  display: block;
  content: '';
  background: url("../../project/images/kicad-open/act_raspberry.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.p-rollover:hover:after {
  z-index: 0 !important;
}
.p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.p-rollover:hover img {
  transform: scale(1.07);
}
.p-rollover .tips-text {
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  line-height: 18px;
}
.p-rollover .tips-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 20px 30px 0;
  height: 110px;
  max-width: 286px;
  box-sizing: border-box;
}
.p-rollover .img-cover {
  display: block;
  height: 173px !important;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.p-rollover .img-cover:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.p-rollover .img-cover img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: transform 0.75s ease 0s;
}
.p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.p-body .p-name {
  font-size: 16px;
  color: #202121;
  font-weight: 700;
  height: 56px !important;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.p-body .p-name .title-link {
  cursor: pointer;
  color: #202121;
}
.p-body .p-name .title-link:hover {
  color: #202121;
}
.p-body .p-tool {
  padding: 6px 12px !important;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.p-body .p-tool .iconfont {
  vertical-align: middle;
}
.p-body .p-tool .view-num {
  margin-right: 6px;
}
.p-body .p-release {
  border-top: 1px solid #ebebeb;
}
.p-body .release-user {
  position: relative;
  padding: 11px 13px !important;
  box-sizing: border-box;
}
.p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-body .release-user .list {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
}
.p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-body .release-user .release-name {
  vertical-align: super;
  max-width: 80% !important;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #313131;
}
.p-body .release-user .head-img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.p-body .release-user .head-img img:hover {
  opacity: 0.55;
  -ms-opacity: 0.55;
  -moz-opacity: 0.55;
  -o-opacity: 0.55;
  filter: opacity(55);
}
.p-body .release-user img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 150px;
  min-height: 149px;
  padding: 25px 20px;
  background-color: #fcfcfc;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  text-align: center;
  font-size: 14px;
  color: #202121;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 200;
}
.p-body .release-user .release-tips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #fcfcfc;
  border-width: 8px 6px;
  pointer-events: none;
}
.p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.post-feedback {
  margin-top: 47px !important;
}
.post-feedback .note-title {
  border-top: 4px solid #39C19D;
  background: #f3f3f3;
  font-size: 18px;
  margin-bottom: 20px;
  height: 56px;
  overflow: hidden;
}
.post-feedback .note-title .note-number {
  height: 56px;
  line-height: 56px;
  background: #39C19D;
  color: #ffffff;
  width: 160px;
  text-align: center;
}
.post-feedback .note-title .note-number .num {
  color: #ffffff;
}
.post-feedback .note-title .note-text {
  width: 78%;
  margin-left: 12px;
  font-size: 13px;
  color: #999999;
  padding-top: 6px;
  box-sizing: border-box;
}
.webuploader-element-invisible {
  display: none;
}
.comment-login-tips {
  top: 14% !important;
}
/*2024-3-12 end*/
/*视口*/
@media screen and (max-width: 1366px) {
  .banner-title {
    left: 20px !important;
  }
  .design-title {
    left: 32px !important;
  }
  .banner-btn {
    left: 166px !important;
  }
  .share-tool-box {
    right: 0 !important;
  }
  .back-to-top {
    right: 0 !important;
  }
}
@media screen and (max-width: 1200px) {
  .banner-title {
    left: 0 !important;
  }
  .design-title {
    left: 0 !important;
  }
  .banner-btn {
    left: 126px !important;
  }
  .event-item:after {
    right: 0 !important;
  }
  .share-tool-box {
    right: 0px !important;
  }
  .back-to-top {
    right: 0 !important;
  }
}
/*# sourceMappingURL=kicad-open-source-design-contest.css.map */