.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,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) 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%;
}
.starGradeCss .star-rating:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.starGradeCss .star-rating.size-small .star-1,
.starGradeCss .star-rating.size-small .star-2,
.starGradeCss .star-rating.size-small .star-3,
.starGradeCss .star-rating.size-small .star-4,
.starGradeCss .star-rating.size-small .star-5 {
  float: left;
  line-height: 9px;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px 0 0;
}
.starGradeCss .star-rating.size-small .star-1 .star-image,
.starGradeCss .star-rating.size-small .star-2 .star-image,
.starGradeCss .star-rating.size-small .star-3 .star-image,
.starGradeCss .star-rating.size-small .star-4 .star-image,
.starGradeCss .star-rating.size-small .star-5 .star-image {
  width: 10px;
  height: auto;
}
.starGradeCss .star-rating.size-medium .star-1,
.starGradeCss .star-rating.size-medium .star-2,
.starGradeCss .star-rating.size-medium .star-3,
.starGradeCss .star-rating.size-medium .star-4,
.starGradeCss .star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.starGradeCss .star-rating.size-medium .star-1 .star-image,
.starGradeCss .star-rating.size-medium .star-2 .star-image,
.starGradeCss .star-rating.size-medium .star-3 .star-image,
.starGradeCss .star-rating.size-medium .star-4 .star-image,
.starGradeCss .star-rating.size-medium .star-5 .star-image {
  width: 16px;
  height: auto;
}
.starGradeCss .star-rating.size-large .star-1,
.starGradeCss .star-rating.size-large .star-2,
.starGradeCss .star-rating.size-large .star-3,
.starGradeCss .star-rating.size-large .star-4,
.starGradeCss .star-rating.size-large .star-5 {
  float: left;
  line-height: 1em;
  padding: 3px 4px 4px;
  margin: 0 4px 0 0;
}
.starGradeCss .star-rating.size-large .star-1 .star-image,
.starGradeCss .star-rating.size-large .star-2 .star-image,
.starGradeCss .star-rating.size-large .star-3 .star-image,
.starGradeCss .star-rating.size-large .star-4 .star-image,
.starGradeCss .star-rating.size-large .star-5 .star-image {
  width: 30px;
  height: auto;
}
.starGradeCss .star-rating.count-0 .star-1,
.starGradeCss .star-rating.count-0 .star-2,
.starGradeCss .star-rating.count-0 .star-3,
.starGradeCss .star-rating.count-0 .star-4,
.starGradeCss .star-rating.count-0 .star-5 {
  background: #c8c8c8;
}
.starGradeCss .star-rating.count-1 .star-1 {
  background: #ff3722;
}
.starGradeCss .star-rating.count-1 .star-2,
.starGradeCss .star-rating.count-1 .star-3,
.starGradeCss .star-rating.count-1 .star-4,
.starGradeCss .star-rating.count-1 .star-5 {
  background: #dcdce6;
}
.starGradeCss .star-rating.count-2 .star-1,
.starGradeCss .star-rating.count-2 .star-2 {
  background: #ff8622;
}
.starGradeCss .star-rating.count-2 .star-3,
.starGradeCss .star-rating.count-2 .star-4,
.starGradeCss .star-rating.count-2 .star-5 {
  background: #dcdce6;
}
.starGradeCss .star-rating.count-3 .star-1,
.starGradeCss .star-rating.count-3 .star-2,
.starGradeCss .star-rating.count-3 .star-3 {
  background: #ffce00;
}
.starGradeCss .star-rating.count-3 .star-4,
.starGradeCss .star-rating.count-3 .star-5 {
  background: #dcdce6;
}
.starGradeCss .star-rating.count-4 .star-1,
.starGradeCss .star-rating.count-4 .star-2,
.starGradeCss .star-rating.count-4 .star-3,
.starGradeCss .star-rating.count-4 .star-4 {
  background: #73cf11;
}
.starGradeCss .star-rating.count-4 .star-5 {
  background: #dcdce6;
}
.starGradeCss .star-rating.count-5 .star-1,
.starGradeCss .star-rating.count-5 .star-2,
.starGradeCss .star-rating.count-5 .star-3,
.starGradeCss .star-rating.count-5 .star-4,
.starGradeCss .star-rating.count-5 .star-5 {
  background: #00b67a;
}
* {
  box-sizing: border-box;
}
.search-module-top {
  background: url("../images/new-search/search-bg.png") no-repeat center;
  height: 190px;
}
.search-module-top .search-center-box {
  width: 880px;
  margin-top: 52px;
  position: relative;
}
.search-module-top .search-center-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.search-module-top .search-center-box .search-item {
  float: left;
  width: 740px;
  height: 46px;
  position: relative;
}
.search-module-top .search-center-box .search-item input {
  width: 100%;
  background: #fff;
  border-radius: 4px 0 0 4px;
  height: inherit;
  outline: none;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  /*  &:focus {
            border: 1px solid #66afe9 !important;
            -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
            box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
          }*/
}
.search-module-top .search-center-box .search-item .icon-cuowu {
  display: none;
  height: 42px;
  line-height: 42px;
  padding: 0 14px;
  font-size: 24px;
  position: absolute;
  right: 1px;
  bottom: 2px;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  color: #cccccc;
}
.search-module-top .search-center-box .search-btn {
  float: right;
  width: 140px;
  height: 46px;
  background-color: #39c19d;
  color: #fff;
  border-radius: 0 4px 4px 0;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Roboto;
  cursor: pointer;
}
.search-module-top .search-center-box .search-btn .iconsearch {
  margin-right: 10px;
  font-size: 18px;
}
.search-module-top .search-center-box .search-btn:hover {
  background-color: #09c19d;
}
.search-module-top .search-center-box .search-result {
  width: 740px;
  background-color: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 6px 6px;
  border: solid 1px #dddddd;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 2;
  overflow-y: hidden;
}
.search-module-top .search-center-box .search-result .view-loading-box {
  height: 64px;
  background: url("../images/loading-pro.gif") no-repeat center;
  text-align: center;
}
.search-module-top .search-center-box .search-result .view-result-box .result-list {
  max-height: 400px;
  overflow-y: auto;
  box-sizing: border-box;
}
.search-module-top .search-center-box .search-result .empty-data {
  padding: 50px 0;
  text-align: center;
  color: #999999;
}
.search-module-top .search-center-box .search-result .empty-data:before {
  display: inline-block;
  content: '';
  background: url("../images/new-search/icon-warn.png") no-repeat center transparent;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
}
.search-module-top .search-center-box .search-result .list {
  display: block;
  padding: 0 14px 0 38px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  color: #333333;
  font-size: 0;
}
.search-module-top .search-center-box .search-result .list:hover .text {
  color: #39c19d;
}
.search-module-top .search-center-box .search-result .list .tag {
  color: #39c19d;
}
.search-module-top .search-center-box .search-result .list .type {
  color: #999999;
  font-size: 13px;
  padding-right: 8px;
  border-right: 1px solid #c9c9c9;
  vertical-align: text-bottom;
}
.search-module-top .search-center-box .search-result .list .text {
  font-size: 16px;
  margin-left: 8px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 586px;
}
.search-module-top .search-center-box .search-result .list.project {
  background: url("../images/new-search/icon-project.png") no-repeat 14px center #fff;
}
.search-module-top .search-center-box .search-result .list.project:hover {
  background: url("../images/new-search/icon-project.png") no-repeat 14px center #f6f6f6;
}
.search-module-top .search-center-box .search-result .list.question {
  background: url("../images/new-search/icon-question.png") no-repeat 14px center #fff;
}
.search-module-top .search-center-box .search-result .list.question:hover {
  background: url("../images/new-search/icon-question.png") no-repeat 14px center #f6f6f6;
}
.search-module-top .search-center-box .search-result .list.feedback {
  background: url("../images/new-search/icon-feedback.png") no-repeat 14px center #fff;
}
.search-module-top .search-center-box .search-result .list.feedback:hover {
  background: url("../images/new-search/icon-feedback.png") no-repeat 14px center #f6f6f6;
}
.search-module-top .search-center-box .search-result .list.blog {
  background: url("../images/new-search/icon-blog.png") no-repeat 14px center #fff;
}
.search-module-top .search-center-box .search-result .list.blog:hover {
  background: url("../images/new-search/icon-blog.png") no-repeat 14px center #f6f6f6;
}
.search-module-top .search-center-box .search-result .list.ships {
  background: url("../images/new-search/icon-sponsorships.png") no-repeat 14px center #fff;
}
.search-module-top .search-center-box .search-result .list.ships:hover {
  background: url("../images/new-search/icon-sponsorships.png") no-repeat 14px center #f6f6f6;
}
.search-module-top .search-center-box .search-result .view-row {
  box-sizing: border-box;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  color: #39c19d;
  text-align: center;
}
.search-module-top .search-center-box .search-result .view-row:hover {
  background: #f6f6f6;
}
.search-module-top .search-center-box .search-result .view-row .more-btn {
  margin: 0 14px;
  display: block;
  line-height: 38px;
  height: 38px;
  color: #39c19d;
}
.search-module-top .search-des {
  font-size: 18px;
  color: #dddddd;
  margin-top: 24px;
}
.search-module-top .search-des a {
  display: inline-block;
  padding: 0 6px;
  position: relative;
  font-size: 14px;
  color: #cccccc;
}
.search-module-top .search-des a:last-child:after {
  width: 0;
}
.search-module-top .search-des a:after {
  position: absolute;
  top: 2px;
  right: 0;
  width: 1px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  display: inline-block;
}
.search-module-top .search-des a:hover {
  color: #ffffff;
}
.search-module-body {
  background: #f3f5f7;
}
.search-menu-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.search-menu-nav dd {
  float: left;
  margin-left: 46px;
}
.search-menu-nav dd:first-child {
  margin-left: 0;
}
.search-menu-nav .nav-cell {
  font-size: 14px;
  color: #333333;
  display: block;
  position: relative;
  padding: 20px 0;
}
.search-menu-nav .nav-cell:after {
  display: block;
  content: '';
  height: 3px;
  width: 100%;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  right: 0;
  margin: auto;
  transition: all 0.3s;
}
.search-menu-nav .nav-cell .tag {
  border-radius: 10px;
  display: inline-block;
  height: 18px;
  line-height: 18px;
  padding: 0 4px;
  background: #f4f5f7;
  color: #888888;
  margin-left: 4px;
}
.search-menu-nav .nav-cell:hover:after {
  background: #39c19d;
}
.search-menu-nav .nav-cell.active {
  color: #39c19d;
  font-weight: 500;
}
.search-menu-nav .nav-cell.active .tag {
  background: #dcf7f0;
  color: #39c19d;
}
.search-menu-nav .nav-cell.active:after {
  background: #39c19d;
}
.result-search {
  font-size: 14px;
  color: #666666;
  padding-top: 18px;
}
.result-search .name {
  color: #333333;
}
.result-search .sign {
  color: #39c19d;
  font-weight: 700;
}
.result-info-box {
  margin-top: 18px;
  margin-bottom: 18px;
  min-height: 400px;
}
.result-info-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.result-info-box .result-lists {
  float: left;
  width: 872px;
  position: relative;
}
.result-info-box .result-lists.is-loading:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: url("../images/loading-pro.gif") no-repeat center rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.result-info-box .result-lists .empty-data {
  height: 200px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-direction: column;
  color: #888888;
  background-color: #ffffff;
}
.result-info-box .result-lists .empty-data:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAACXBIWXMAAAsTAAALEwEAmpwYAAAGOWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTA4LTE2VDE3OjAyOjA2KzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0wOC0xNlQxODoxOToxNSswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0wOC0xNlQxODoxOToxNSswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ZjJlOTU5ZDMtZTJjNS04YTQwLWFjYmMtNDg1MjY0MTAzOWY3IiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6Zjc2MjBiNzAtMjhjNC00MDQwLTgxZDgtOTI4M2UwYzllNmVkIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MDIyYWVhNDgtNGY2Mi1jNjRjLTk2NjgtM2Q2NDYzYmEyMzQxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDowMjJhZWE0OC00ZjYyLWM2NGMtOTY2OC0zZDY0NjNiYTIzNDEiIHN0RXZ0OndoZW49IjIwMjItMDgtMTZUMTc6MDI6MDYrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY29udmVydGVkIiBzdEV2dDpwYXJhbWV0ZXJzPSJmcm9tIGFwcGxpY2F0aW9uL3ZuZC5hZG9iZS5waG90b3Nob3AgdG8gaW1hZ2UvcG5nIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmMmU5NTlkMy1lMmM1LThhNDAtYWNiYy00ODUyNjQxMDM5ZjciIHN0RXZ0OndoZW49IjIwMjItMDgtMTZUMTg6MTk6MTUrMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6GPgdCAAAEyElEQVRoge3bXahUVRgG4GcmTVI7iWYEXYSIRGGoSWY3/XhTSCBGeGEKRmGQIZWBQShkJihRUmQhJXURpYRmBJoXEREWEXYnddFFJBiRUBgHJZ3pYq3t7BnPzNl7z95z6Bxf2Jz9s77ve9/Z6+dba+1TazabJhLqY01g0JiUvjhw6ItBxPwL18XzvzGj6oCrVj5w6XzCveF+BS/G7DKIZMTsGLMw+hF8O76MxyBEz07Fu6uok6KCE7FDmK960YnY+THmMQVFFxW8AtenrqsUnRabYAgPFnFWVPB27Oy4V4XokcTCLrxUxGE/bfgF1YruJvadGLsQ+u2lqxLdS+xTKJweThq9yKhIfu3NqXvXYEqX8g+l4l7oUmZK9JFG32IpRzDton/BfTjVpew3Gfydij6+wlwliaU8wQTRf+Jj3cXmQSL6cWxTgljKFQyvluzvlIK9cTdcyaXHOyac4H7b8It4GJNL4JIF/+IgXinqoB/Bjwgp5qBxB37GJ0WMi1bpaXhTa6ho4GLFRyPGasbY04oQL/qGt+LGFIF/8HpBX1nxLK5FLcbeqj27y4Qigm/DptR1Dc/hvQK+8uA3vJu63oQPcDKPk7xVuoa3419CNfsW+3L6KYJ9MVZStTu5ZEJewatxT8quiSeUlPaNgs5Y9chldR4neQQPYbd2cbvkrFJ94mSMmaAZOQ1ldZBH8MuYJVShhtCmxmJY2h5jNyKXWZFbJmQVvABPa7WXOp7EcGaa5WE4xk641wRuC7IYZxFcw97UdUMY9I9k51g6jkQOjdS9vTJ0YFkEP4YlqbLnsDEnwSqwUeBC4LZE4NoTowmeKcxx0x3VZpwuQLBsnNaeeDQFrjN7GY0meIew2ZV0VD9iT2GK5WOPwCnpwGYInLuil+A7sV6rXdSEcbDR1WLwaAic0hzXC9xHRDfBdaETSKpyE2/gRCk0y8UJgVua615dtHUTvB4L4/Mm/sCWMlmWjC0Cx6bAeaGg4TKMJPgG7dlMTVgiPVsqxXJxVuCYHpZ2CVraMJLgnZgezxvCmHewZIJV4KDANeljprt8V+Sy6eEsrEtd14XMZnfO4E1hZnMgp12CVbhbzpmQwDWdga3D8ziTFOgUvFj4hRKjC8LWaF7U8IywBnUop+1K7BdWOYrMwi5o6WoImo4lDzsF36S9mvez5nURy+QXvCzaXtVH7AR1QVPbjapQx5wCdnNUyKvXG/xVe3vOiqPC7l8N98fz8xltp0SbpO2eV2yn/33cPNKDXoKHhd27vDiOe4W3NBUb8FpG2w3RhtD+jhfk0HXaWkXVeavD7w4symC3SHseXI++SkUVgg/jJ63xcDK+1ru3XxHLJDsYjejjcNnkyt4uJQwLa4VxuB6PafgU3+FDYecAbsGjWCoMQenV0LW6fyFQGFUIhh+wBh9p5beESfrSjrLpZddkmrcm+igdVQ5L+7Fc+IA0vbTajUMzll0ebStB1dulRzFPSOST5Zj0PlTyds/FMvOiTWWoqkqncUb4/mObkEUt0dqX+h3fC58oDWQFdBCCEwzj83iMGSbcFwBXBI939GrDcw12o6xMzO32oJfgq3Fr+VzGFp1V+tyIpf7faNPU+YY/E1b/phofGBY0XULtyn+mjXP8B3rlCqum4N68AAAAAElFTkSuQmCC") no-repeat center;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}
.result-info-box .result-row {
  margin-bottom: 8px;
  display: flex;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  box-sizing: border-box;
}
.result-info-box .result-row .info-msg {
  flex: 1;
  width: 636px;
}
.result-info-box .result-row .info-graphic {
  width: 160px;
  height: 108px;
  margin-left: 40px;
  overflow: hidden;
  border-radius: 6px;
}
.result-info-box .result-row .info-graphic:hover img {
  transform: scale(1.05);
}
.result-info-box .result-row .info-graphic img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.result-info-box .result-tag {
  float: right;
  width: 310px;
}
.result-info-box .result-head {
  display: flex;
}
.result-info-box .result-head .answer-box {
  width: 56px;
  height: 46px;
  background: #dcf7f0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #39c19d;
  margin-right: 20px;
  cursor: default;
}
.result-info-box .result-head .answer-box.no-answer {
  color: #999999;
  background: #eeeeee;
}
.result-info-box .result-head .answer-box .amount {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
.result-info-box .result-head .answer-box .label {
  font-size: 14px;
}
.result-info-box .result-head .answer-info {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
}
.result-info-box .result-head .answer-info .info-title {
  color: #333333;
  max-width: 632px;
  font-size: 18px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.result-info-box .result-head .answer-info .info-title:hover {
  color: #39c19d;
}
.result-info-box .result-head .answer-info .info-title .tag {
  color: #39c19d;
}
.result-info-box .result-head .answer-info .person-row {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}
.result-info-box .result-head .answer-info .person-row:hover .portrait {
  opacity: 1;
}
.result-info-box .result-head .answer-info .person-row a:hover {
  color: #39c19d;
}
.result-info-box .result-head .answer-info .person-row .portrait {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  opacity: 1;
  transition: all 0.3s;
  vertical-align: middle;
  margin-right: 8px;
}
.result-info-box .result-head .answer-info .person-row .name {
  vertical-align: middle;
  margin-right: 10px;
}
.result-info-box .result-head .answer-info .person-row .time {
  color: #999999;
  padding-left: 10px;
  position: relative;
  font-size: 13px;
}
.result-info-box .result-head .answer-info .person-row .time:before {
  display: block;
  content: '';
  height: 10px;
  border-left: 1px solid #999999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
}
.result-info-box .result-des {
  margin-top: 10px;
}
.result-info-box .result-des .text {
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.result-info-box .result-des .text:hover {
  color: #39c19d;
}
.result-info-box .result-des .text .hint-des {
  color: #39c19d;
}
.result-info-box .result-des .hot-tag {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}
.result-info-box .result-des .hot-tag .tag {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #cccccc;
  font-size: 12px;
  padding: 4px 14px;
  color: #999999;
  margin: 0 10px 10px 0;
}
.result-info-box .result-des .hot-tag .tag:hover {
  border-color: #39c19d;
  color: #39c19d;
}
.result-info-box .result-star {
  margin-top: 12px;
}
.result-info-box .result-star .star-rating:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.result-info-box .result-star .star-rating.size-small .star-1,
.result-info-box .result-star .star-rating.size-small .star-2,
.result-info-box .result-star .star-rating.size-small .star-3,
.result-info-box .result-star .star-rating.size-small .star-4,
.result-info-box .result-star .star-rating.size-small .star-5 {
  float: left;
  line-height: 9px;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px 0 0;
}
.result-info-box .result-star .star-rating.size-small .star-1 .star-image,
.result-info-box .result-star .star-rating.size-small .star-2 .star-image,
.result-info-box .result-star .star-rating.size-small .star-3 .star-image,
.result-info-box .result-star .star-rating.size-small .star-4 .star-image,
.result-info-box .result-star .star-rating.size-small .star-5 .star-image {
  width: 10px;
  height: auto;
}
.result-info-box .result-star .star-rating.size-medium .star-1,
.result-info-box .result-star .star-rating.size-medium .star-2,
.result-info-box .result-star .star-rating.size-medium .star-3,
.result-info-box .result-star .star-rating.size-medium .star-4,
.result-info-box .result-star .star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.result-info-box .result-star .star-rating.size-medium .star-1 .star-image,
.result-info-box .result-star .star-rating.size-medium .star-2 .star-image,
.result-info-box .result-star .star-rating.size-medium .star-3 .star-image,
.result-info-box .result-star .star-rating.size-medium .star-4 .star-image,
.result-info-box .result-star .star-rating.size-medium .star-5 .star-image {
  width: 16px;
  height: auto;
}
.result-info-box .result-star .star-rating.size-large .star-1,
.result-info-box .result-star .star-rating.size-large .star-2,
.result-info-box .result-star .star-rating.size-large .star-3,
.result-info-box .result-star .star-rating.size-large .star-4,
.result-info-box .result-star .star-rating.size-large .star-5 {
  float: left;
  line-height: 1em;
  padding: 3px 4px 4px;
  margin: 0 4px 0 0;
}
.result-info-box .result-star .star-rating.size-large .star-1 .star-image,
.result-info-box .result-star .star-rating.size-large .star-2 .star-image,
.result-info-box .result-star .star-rating.size-large .star-3 .star-image,
.result-info-box .result-star .star-rating.size-large .star-4 .star-image,
.result-info-box .result-star .star-rating.size-large .star-5 .star-image {
  width: 30px;
  height: auto;
}
.result-info-box .result-star .star-rating.count-0 .star-1,
.result-info-box .result-star .star-rating.count-0 .star-2,
.result-info-box .result-star .star-rating.count-0 .star-3,
.result-info-box .result-star .star-rating.count-0 .star-4,
.result-info-box .result-star .star-rating.count-0 .star-5 {
  background: #c8c8c8;
}
.result-info-box .result-star .star-rating.count-1 .star-1 {
  background: #ff3722;
}
.result-info-box .result-star .star-rating.count-1 .star-2,
.result-info-box .result-star .star-rating.count-1 .star-3,
.result-info-box .result-star .star-rating.count-1 .star-4,
.result-info-box .result-star .star-rating.count-1 .star-5 {
  background: #dcdce6;
}
.result-info-box .result-star .star-rating.count-2 .star-1,
.result-info-box .result-star .star-rating.count-2 .star-2 {
  background: #ff8622;
}
.result-info-box .result-star .star-rating.count-2 .star-3,
.result-info-box .result-star .star-rating.count-2 .star-4,
.result-info-box .result-star .star-rating.count-2 .star-5 {
  background: #dcdce6;
}
.result-info-box .result-star .star-rating.count-3 .star-1,
.result-info-box .result-star .star-rating.count-3 .star-2,
.result-info-box .result-star .star-rating.count-3 .star-3 {
  background: #ffce00;
}
.result-info-box .result-star .star-rating.count-3 .star-4,
.result-info-box .result-star .star-rating.count-3 .star-5 {
  background: #dcdce6;
}
.result-info-box .result-star .star-rating.count-4 .star-1,
.result-info-box .result-star .star-rating.count-4 .star-2,
.result-info-box .result-star .star-rating.count-4 .star-3,
.result-info-box .result-star .star-rating.count-4 .star-4 {
  background: #73cf11;
}
.result-info-box .result-star .star-rating.count-4 .star-5 {
  background: #dcdce6;
}
.result-info-box .result-star .star-rating.count-5 .star-1,
.result-info-box .result-star .star-rating.count-5 .star-2,
.result-info-box .result-star .star-rating.count-5 .star-3,
.result-info-box .result-star .star-rating.count-5 .star-4,
.result-info-box .result-star .star-rating.count-5 .star-5 {
  background: #00b67a;
}
.result-info-box .result-tool {
  margin-top: 18px;
  color: #666666;
  display: flex;
  align-items: center;
  font-size: 13px;
}
.result-info-box .result-tool .crumbs-el {
  color: #39c19d;
  margin-left: 4px;
}
.result-info-box .result-tool .crumbs-el a:hover,
.result-info-box .result-tool .crumbs-el a:focus,
.result-info-box .result-tool .crumbs-el a:active {
  color: #1d9e7c;
}
.result-info-box .result-tool .icon-xiala {
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 14px;
}
.result-info-box .result-tool .icon-yulan {
  font-size: 24px;
  color: #666666;
  vertical-align: middle;
}
.result-info-box .result-tool .iconxihuan {
  vertical-align: bottom;
}
.result-info-box .result-tool .view-link:hover {
  color: #39c19d;
}
.result-info-box .result-tool .iconhuifu {
  vertical-align: text-top;
  font-size: 19px;
}
.result-info-box .result-tool .tool {
  margin-right: 18px;
  cursor: default;
  color: #999999;
  display: flex;
  align-items: center;
}
.result-info-box .result-tool .tool .view {
  vertical-align: top;
}
.result-info-box .result-tool .tool .icon-preview {
  background: url("../images/new-search/icon-eye.png") no-repeat center;
  width: 15px;
  height: 11px;
  display: inline-block;
  margin-right: 6px;
}
.result-info-box .result-tool .tool .icon-message {
  background: url("../images/new-search/message-icon.png") no-repeat center;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 6px;
}
.result-info-box .result-tool .tool .icon-favorites {
  background: url("../images/new-search/like-icon.png") no-repeat center;
  width: 14px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}
.result-info-box .creator-box {
  width: 310px;
  padding: 20px 24px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.result-info-box .creator-box .creator-head {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.result-info-box .creator-box .creator-head .name-text {
  font-size: 18px;
  font-weight: 500;
}
.result-info-box .creator-box .creator-head .iconshuaxin {
  cursor: pointer;
  line-height: 18px;
}
.result-info-box .creator-box .creator-head .iconshuaxin:hover {
  color: #39c19d;
}
.result-info-box .creator-box .creator-body {
  margin-top: 10px;
}
.result-info-box .creator-box .popular-item {
  padding: 14px 0;
  border-top: 1px solid #eeeeee;
}
.result-info-box .creator-box .popular-item:first-child {
  border-top: 0;
}
.result-info-box .creator-box .popular-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.result-info-box .creator-box .popular-head .head-graphic {
  display: flex;
  align-items: center;
}
.result-info-box .creator-box .popular-head .head-graphic .graphic-img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.result-info-box .creator-box .popular-head .graphic {
  margin-left: 10px;
  font-size: 12px;
  color: #999999;
  max-width: 124px;
}
.result-info-box .creator-box .popular-head .graphic .name {
  font-size: 14px;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 124px;
  font-weight: 500;
  margin-bottom: 2px;
}
.result-info-box .creator-box .popular-head .graphic .name:hover {
  color: #09c19d;
}
.result-info-box .creator-box .popular-head .popular-btn {
  height: 22px;
  background: #39c19d;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  width: 80px;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
}
.result-info-box .creator-box .popular-head .popular-btn:before {
  display: block;
  content: '+';
  font-size: 14px;
  margin-right: 4px;
}
.result-info-box .creator-box .popular-head .popular-btn.disabled {
  background: #eeeeee;
  color: #666666;
}
.result-info-box .creator-box .popular-head .popular-btn.disabled:before {
  display: none;
}
.result-info-box .creator-box .popular-tool {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
}
.result-info-box .creator-box .popular-tool .count {
  color: #333333;
  min-width: 30px;
  margin-right: 10px;
}
.result-info-box .popular-project {
  border: 1px solid #f0f0f0;
  width: 310px;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px 24px 16px 24px;
  background-color: #ffffff;
}
.result-info-box .popular-project .project-head {
  display: flex;
  align-items: center;
  color: #333333;
}
.result-info-box .popular-project .project-head .name-text {
  font-size: 18px;
  font-weight: 500;
}
.result-info-box .popular-project .project-body {
  margin-top: 13px;
}
.result-info-box .popular-project .project-body .project-cell {
  display: flex;
  padding: 8px 0 8px 26px;
  flex-direction: column;
  position: relative;
}
.result-info-box .popular-project .project-body .project-cell:before {
  position: absolute;
  top: 8px;
  left: 0px;
  background: url("../images/new-search/article-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  content: '';
  display: inline-block;
}
.result-info-box .popular-project .project-body .project-cell:hover .cell-title {
  color: #39c19d;
}
.result-info-box .popular-project .project-body .project-cell:hover:before {
  background: url("../images/new-search/article-icon-hover.png") no-repeat center;
}
.result-info-box .popular-project .project-body .project-cell .cell-title {
  color: #333333;
  font-weight: 500;
  font-size: 14px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.result-info-box .popular-project .project-body .project-cell .cell-des {
  margin-top: 6px;
  font-size: 13px;
  line-height: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.result-info-box .popular-project .project-footer {
  padding-left: 26px;
  box-sizing: border-box;
  margin: 4px 0 10px 0;
}
.result-info-box .popular-project .project-footer .v-more {
  color: #39c19d;
  font-size: 13px;
}
.result-info-box .popular-project .project-footer .v-more:hover {
  color: #09c19d;
}
.result-info-box .popular-project .project-footer .v-more:hover:after {
  transform: translateX(5px);
}
.result-info-box .popular-project .project-footer .v-more:after {
  display: inline-block;
  content: '';
  background: url("../images/new-search/arrow-icon2.png") no-repeat center;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  transition: all 0.3s linear;
}
.result-info-box .hot-label {
  width: 310px;
  padding: 20px 25px 16px;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  background-color: #ffffff;
}
.result-info-box .hot-label .hot-head {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #333333;
  font-weight: 500;
}
.result-info-box .hot-label .hot-body {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.result-info-box .hot-label .hot-body .label {
  display: flex;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #cccccc;
  padding: 4px 12px;
  font-size: 12px;
  color: #999999;
  margin: 0 6px 8px 0;
  cursor: pointer;
}
.result-info-box .hot-label .hot-body .label:hover {
  color: #39c19d;
  border: 1px solid #39c19d;
}
.cate-page {
  text-align: center;
}
.cate-page #pages {
  margin-top: 50px;
}
.cate-page #pages a {
  box-sizing: content-box;
}
/*2024-4-9 start*/
.new-search-top .search-center-box .search-item input::placeholder {
  color: #999999;
}
.new-search-top .search-center-box .search-item input:focus {
  border: 1px solid #39C19D;
}
.new-search-top .search-center-box .search-item .icon-cuowu {
  font-size: 26px;
  color: #4c4c4c;
}
.new-search-top .search-center-box.active .search-item input {
  border-bottom-left-radius: 0;
}
.new-search-top .search-des a {
  padding: 0 10px 0 6px;
}
.search-menu-module .nav-cell .tag {
  height: auto;
  line-height: normal;
  padding: 4px 4px;
}
.new-result-box .result-lists {
  width: 876px;
}
.new-result-box .result-lists .result-row {
  margin-bottom: 12px;
}
.new-result-box .result-lists .info-graphic {
  background-color: #f3f4f5;
}
.new-result-box .result-lists .info-graphic .graphic-pic {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.new-result-box .result-tag .creator-box {
  margin-bottom: 14px;
}
.new-result-box .result-tag .popular-item {
  padding: 12px 0;
}
.new-result-box .result-tag .popular-head .head-graphic .graphic-img {
  background-size: cover;
}
.new-result-box .result-tag .popular-project {
  margin-top: 0;
  margin-bottom: 14px;
}
.new-result-box .result-tag .hot-label {
  margin-top: 0;
}
.new-result-box .result-tag .project-body .project-cell:before {
  top: 10px;
}
.new-result-box .result-tag .project-body .project-cell .cell-des {
  color: #999999;
}
/*2024-4-9 end*/
/*# sourceMappingURL=projectsearch.css.map */