.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;
}
.filtering-nav {
  height: 76px;
  background: #fff;
  padding: 0 20px;
  box-sizing: border-box;
}
.filtering-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.filtering-nav .filter-l {
  float: left;
  margin-top: 18px;
}
.filtering-nav .filter-l:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.filtering-nav .filter-btn {
  height: 38px;
  margin-right: 16px;
  float: left;
  border: 1px solid #ebebeb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 12px;
  position: relative;
  cursor: pointer;
}
.filtering-nav .filter-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.filtering-nav .filter-btn:hover {
  border: 1px solid #00a563;
}
.filtering-nav .filter-btn .btn-text {
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
}
.filtering-nav .filter-btn .btn-text .iconarea {
  vertical-align: middle;
}
.filtering-nav .filter-btn .btn-text .icontriangle {
  vertical-align: middle;
  font-size: 14px;
}
.filtering-nav .filter-btn .btn-text .categories-list {
  width: 22px;
  height: 22px;
  background: url(../images/icon-2.png) no-repeat 0px -26px;
  display: inline-block;
  vertical-align: top;
}
.filtering-nav .filter-btn .btn-name {
  font-weight: 700;
  color: #373d41;
}
.filtering-nav .filter-btn .dropdown-filter {
  width: 240px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
}
.filtering-nav .filter-btn .dropdown-filter:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.filtering-nav .filter-btn .filter-type {
  float: left;
  width: 200px;
  font-size: 14px;
  height: 300px;
  overflow-y: auto;
  padding: 15px 20px;
  box-sizing: border-box;
}
.filtering-nav .filter-btn .filter-type .type-title {
  font-size: 13px;
}
.filtering-nav .filter-btn .filter-type dt {
  color: #777777;
  margin: 0 0 4px 8px;
  font-weight: 500;
}
.filtering-nav .filter-btn .filter-type dd {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 0 5px 8px;
  transition: all 0.3s ease-in;
}
.filtering-nav .filter-btn .filter-type dd:hover {
  background: #00a563;
  color: #fff;
}
.filtering-nav .filter-btn .filter-type .active {
  color: #00a563;
}
.filtering-nav .filter-btn .fields-box {
  float: left;
  width: 240px;
  height: 308px;
  padding: 12px 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.filtering-nav .filter-btn .fields-box .fields-title {
  color: #777777;
  margin: 0 0 0 17px;
  font-weight: 500;
  font-size: 13px;
}
.filtering-nav .filter-btn .fields-box dl {
  margin-top: 6px;
  font-size: 13px;
}
.filtering-nav .filter-btn .fields-box dt {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  padding-left: 17px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.filtering-nav .filter-btn .fields-box dd {
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.filtering-nav .filter-btn .fields-box dd span {
  color: #6d6d6d;
  display: block;
  padding: 4px 0 4px 4px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in;
}
.filtering-nav .filter-btn .fields-box dd span:hover {
  background: #00a563;
  color: #fff;
}
.filtering-nav .filter-btn .fields-box .active span {
  color: #00a563;
}
.filtering-nav .filter-btn .fields-box .active span:hover {
  background: #00a563;
  color: #fff;
}
.filtering-nav .filter-btn .drop-location {
  width: 200px;
  padding: 16px 0 6px;
  height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  color: #373d41;
}
.filtering-nav .filter-btn .drop-location .txtellipsis {
  color: #373d41;
}
.filtering-nav .filter-btn .drop-location .list {
  padding: 5px 8px 5px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
}
.filtering-nav .filter-btn .drop-location .list:hover {
  color: #fff;
  background: #00a563;
}
.filtering-nav .filter-btn .drop-location .active {
  color: #00a563;
}
.filtering-nav .filter-r {
  float: right;
  margin-top: 22px;
}
.filtering-nav .filter-r:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.filtering-nav .filter-r .sort-menu {
  height: 38px;
  position: relative;
  margin-left: 16px;
  padding: 0 6px;
  box-sizing: border-box;
  float: left;
  cursor: default;
}
.filtering-nav .filter-r .sort-menu:before {
  display: block;
  content: '';
  width: 100%;
  background: transparent;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.filtering-nav .filter-r .sort-text {
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
}
.filtering-nav .filter-r .sort-text .icontriangle {
  vertical-align: top;
  font-size: 14px;
}
.filtering-nav .filter-r .sort-label {
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  top: -8px;
  left: 6px;
  z-index: 1;
  -webkit-transform: scale(0.75);
  transform: scale(0.8);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  white-space: nowrap;
  will-change: transform;
  color: #444444;
}
.filtering-nav .filter-r .dropdown-sort {
  width: 134px;
  max-height: 300px;
  padding: 18px 14px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 2;
  z-index: 999999;
}
.filtering-nav .filter-r .dropdown-sort a {
  color: #373d41;
}
.filtering-nav .filter-r .dropdown-sort .list {
  padding: 6px;
  box-sizing: border-box;
  cursor: pointer;
}
.filtering-nav .filter-r .dropdown-sort .list:hover {
  color: #00a563;
}
.filtering-nav .filter-r .dropdown-sort .active {
  color: #00a563;
}
.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;
}
.carousel-box {
  margin: 30px 0 20px;
}
.carousel-box .cate-swiper-parent {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 16px;
}
.carousel-box .cate-swiper-parent .swiper-container {
  width: 1098px;
}
.carousel-box .cate-swiper-parent .swiper-left-btn {
  background: url("../images/share-projects/icon-sort.png") no-repeat -2px -4px;
  height: 50px;
  width: 40px;
  position: absolute;
  top: 50%;
  left: -20px;
  z-index: 2;
  margin-top: -25px;
  cursor: pointer;
}
.carousel-box .cate-swiper-parent .swiper-left-btn:hover {
  background: url("../images/share-projects/icon-sort.png") no-repeat -51px -4px;
}
.carousel-box .cate-swiper-parent .swiper-right-btn {
  background: url("../images/share-projects/icon-sort.png") no-repeat -2px -52px;
  height: 50px;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 2;
  margin-top: -25px;
  cursor: pointer;
}
.carousel-box .cate-swiper-parent .swiper-right-btn:hover {
  background: url("../images/share-projects/icon-sort.png") no-repeat -51px -52px;
}
.carousel-box .cate-swiper-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.carousel-box .cate-swiper-box dd {
  float: left;
  width: 210px;
  height: 50px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.carousel-box .cate-swiper-box dd.active .slide-li:before {
  background: #00a563;
}
.carousel-box .cate-swiper-box dd.swiper-slide-active .slide-li:before {
  background: #00a563;
}
.carousel-box .cate-swiper-box dd:hover .slide-li:before {
  background: #00a563;
}
.carousel-box .cate-swiper-box dd .slide-li {
  display: block;
  height: 50px;
  background: #383838;
  position: relative;
}
.carousel-box .cate-swiper-box dd .slide-li .item-bg {
  height: 50px;
  background-size: cover !important;
}
.carousel-box .cate-swiper-box dd .slide-li .name-el {
  text-align: center;
  width: 210px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.carousel-box .cate-swiper-box dd .slide-li .name-el .bg-name {
  width: 210px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  padding: 0 4px;
  font-weight: 700;
  word-break: break-word;
}
.carousel-box .cate-swiper-box dd .slide-li:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.carousel-box .all-swiper-btn {
  width: 54px;
  height: 50px;
  box-shadow: 0 0 4px rgba(25, 25, 25, 0.25);
  transition: background-color 0.1s linear;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  float: right;
  cursor: pointer;
  background: url("../images/share-projects/icon-sort.png") no-repeat 16px -176px transparent;
  position: relative;
}
.carousel-box .all-swiper-btn:hover {
  background: url("../images/share-projects/icon-sort.png") no-repeat -110px -176px #00a563;
}
.carousel-box .all-swiper-btn .all-swiper-box {
  width: 970px;
  min-height: 200px;
  background: #fff;
  box-shadow: 0 2px 9px rgba(25, 25, 25, 0.25);
  border: 1px solid #eaeaea;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 64px;
  right: 0;
  z-index: 6;
  max-height: 296px;
  overflow-y: auto;
  padding: 26px 0 18px 14px;
  box-sizing: border-box;
  display: none;
}
.carousel-box .all-swiper-btn .all-swiper-box .all-item {
  margin-top: 20px;
}
.carousel-box .all-swiper-btn .all-swiper-box .all-item:first-child {
  margin-top: 0;
}
.carousel-box .all-swiper-btn .all-swiper-box .all-title {
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  cursor: default;
}
.carousel-box .all-swiper-btn .all-swiper-box .all-title a {
  color: inherit;
}
.carousel-box .all-swiper-btn .slide-li-parent {
  margin-top: 10px;
  margin-left: -10px;
}
.carousel-box .all-swiper-btn .slide-li-parent:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.carousel-box .all-swiper-btn .slide-li {
  float: left;
  display: block;
  height: 50px;
  width: 176px;
  background: #383838;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 0px 10px 10px;
}
.carousel-box .all-swiper-btn .slide-li.jump-link {
  background: none;
  line-height: 50px;
  font-size: 14px;
  color: #00a563;
  padding-left: 8px;
}
.carousel-box .all-swiper-btn .slide-li.jump-link:hover .line {
  transform: translateX(5px);
}
.carousel-box .all-swiper-btn .slide-li.jump-link:before {
  display: none;
}
.carousel-box .all-swiper-btn .slide-li.jump-link .line {
  display: inline-block;
  background: url("../images/share-projects/icon-sort.png") no-repeat 0 -136px;
  width: 24px;
  height: 10px;
  transition: all 0.3s ease-in;
  margin-left: 5px;
}
.carousel-box .all-swiper-btn .slide-li .item-bg {
  height: 50px;
  background-size: cover !important;
}
.carousel-box .all-swiper-btn .slide-li .name-el {
  text-align: center;
  width: 176px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.carousel-box .all-swiper-btn .slide-li .name-el .bg-name {
  width: 176px;
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
  padding: 0 6px;
  font-weight: 700;
  word-break: break-word;
}
.carousel-box .all-swiper-btn .slide-li:hover:before {
  background: #00a563;
}
.carousel-box .all-swiper-btn .slide-li.active:before {
  background: #00a563;
}
.carousel-box .all-swiper-btn .slide-li:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: background-color 0.15s linear;
  transition: background-color 0.15s linear;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.popup-mask-win {
  background-color: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  z-index: 3;
  display: none;
}
.cate-info-body {
  padding: 5px 0;
}
.cate-info-body .cate-name-focus {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}
.cate-info-body .cate-name-des {
  font-size: 14px;
  color: #666666;
  text-align: center;
  margin: 5px auto 0;
  width: 660px;
  line-height: 18px;
  word-break: break-word;
}
.cate-info-body .tag-box {
  text-align: center;
  padding-top: 12px;
  box-sizing: border-box;
}
.cate-info-body .tag-box .current-cate {
  display: inline-block;
  max-width: 1200px;
}
.cate-info-body .tag-box .current-cate .tag {
  border: 1px solid #dddddd;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  margin: 0 6px 6px 0;
  font-size: 12px;
  color: #666666;
}
.cate-info-body .tag-box .current-cate .tag:hover {
  border-color: #000;
}
.cate-info-body .tag-box .current-cate .tag.active {
  border-color: #000;
}
.cate-info-body .cate-tool {
  text-align: center;
  margin-top: 10px;
}
.cate-info-body .cate-tool .way-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background: #00a563;
  color: #fff;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 0 24px;
  font-size: 14px;
  text-align: center;
}
.cate-info-body .cate-choose-tool {
  margin-top: 20px;
}
.cate-info-body .cate-choose-tool:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.cate-info-body .cate-choose-tool .subNav-select {
  font-size: 14px;
  float: left;
}
.cate-info-body .cate-choose-tool .subNav-select li {
  display: inline-block;
  margin-right: 20px;
  height: 50px;
  vertical-align: top;
}
.cate-info-body .cate-choose-tool .subNav-select li .sub-name {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #666666;
  padding: 0 6px;
  border-bottom: 2px solid transparent;
}
.cate-info-body .cate-choose-tool .subNav-select li .sub-name:hover {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .subNav-select li.selected .sub-name {
  border-bottom: 2px solid #333333;
  font-weight: 700;
  color: #333333;
}
.cate-info-body .cate-choose-tool .subNav-select li.selected .sort-name {
  border-bottom: 2px solid #333333;
  font-weight: 700;
  color: #333333;
}
.cate-info-body .cate-choose-tool .sort-menu {
  position: relative;
  box-sizing: border-box;
  height: inherit;
  cursor: pointer;
  display: inline-block;
}
.cate-info-body .cate-choose-tool .sort-menu:before {
  display: block;
  content: '';
  width: 100%;
  background: transparent;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.cate-info-body .cate-choose-tool .sort-menu .sort-name {
  display: inline-block;
  height: 48px;
  line-height: 50px;
}
.cate-info-body .cate-choose-tool .sort-text {
  display: block;
  box-sizing: border-box;
}
.cate-info-body .cate-choose-tool .sort-text .icontriangle {
  vertical-align: middle;
  font-size: 14px;
  color: #666666;
}
.cate-info-body .cate-choose-tool .dropdown-sort {
  width: 134px;
  max-height: 300px;
  padding: 18px 0;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 52px;
  left: 0;
  z-index: 2;
  z-index: 999999;
}
.cate-info-body .cate-choose-tool .dropdown-sort a {
  display: block;
  color: #373d41;
  padding: 6px 14px;
}
.cate-info-body .cate-choose-tool .dropdown-sort .list {
  box-sizing: border-box;
  cursor: pointer;
}
.cate-info-body .cate-choose-tool .dropdown-sort .list:hover a {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .dropdown-sort .list.active a {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .other-select-box {
  float: right;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate {
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  color: #666666;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  padding: 0 6px;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate.active .check-sign {
  background: #00a563;
  border-color: #00a563;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate.active .check-sign:before {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  background: #fff;
  margin: -3px 0 0 -3px;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate .label {
  cursor: pointer;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate:hover {
  color: inherit;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate .check-sign {
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #666666;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  margin-top: -7px;
}
.cate-info-body .cate-choose-tool .other-select-box .video-cate input[type="checkbox"] {
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  vertical-align: middle;
  margin-right: 2px;
  cursor: pointer;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn {
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  color: #666666;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn:before {
  display: block;
  content: '';
  width: 100%;
  height: 10px;
  background: transparent;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: 1;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .btn-text {
  display: block;
  box-sizing: border-box;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .btn-text .iconarea {
  vertical-align: middle;
  font-size: 20px;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .btn-text .categories-list {
  width: 22px;
  height: 22px;
  background: url(../images/icon-2.png) no-repeat 0px -26px;
  display: inline-block;
  vertical-align: top;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .btn-name {
  color: #666666;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .dropdown-filter {
  width: 240px;
  min-height: 300px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 3;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .dropdown-filter:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type {
  float: left;
  width: 200px;
  font-size: 14px;
  height: 300px;
  overflow-y: auto;
  padding: 15px 20px;
  box-sizing: border-box;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type .type-title {
  font-size: 13px;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type dt {
  color: #777777;
  margin: 0 0 4px 8px;
  font-weight: 500;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type dd {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 0 5px 8px;
  transition: all 0.3s ease-in;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type dd:hover {
  background: #00a563;
  color: #fff;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .filter-type .active {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box {
  float: left;
  width: 240px;
  height: 308px;
  padding: 12px 0;
  box-sizing: border-box;
  overflow-y: auto;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box .fields-title {
  color: #777777;
  margin: 0 0 0 17px;
  font-weight: 500;
  font-size: 13px;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box dl {
  margin-top: 6px;
  font-size: 13px;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box dt {
  height: 23px;
  line-height: 23px;
  margin-bottom: 6px;
  padding-left: 17px;
  box-sizing: border-box;
  background: #f9f9f9;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box dd {
  padding: 0 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box dd span {
  color: #6d6d6d;
  display: block;
  padding: 4px 0 4px 4px;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s ease-in;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box dd span:hover {
  background: #00a563;
  color: #fff;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box .active span {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .fields-box .active span:hover {
  background: #00a563;
  color: #fff;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .drop-location {
  width: 200px;
  padding: 6px 0;
  height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  color: #373d41;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .drop-location .list {
  padding: 5px 8px 5px 12px;
  box-sizing: border-box;
  line-height: normal;
  transition: all 0.3s ease-in;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .drop-location .list:hover a {
  color: #00a563;
}
.cate-info-body .cate-choose-tool .other-select-box .filter-btn .drop-location .list.active a {
  color: #00a563;
}
.grid-share-module {
  padding: 24px 0;
  background: #f1f1f1;
}
.grid-share-module .grid {
  clear: both;
  margin-left: -35px;
  min-height: 120px;
}
.grid-share-module .grid .empty-data-el {
  margin: 20px auto;
  line-height: 40px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.grid-share-module .grid .share-loading {
  background: url("data:image/gif;base64,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") no-repeat center;
  height: 240px;
  margin-left: 35px;
  width: 1200px;
  display: none;
}
.grid-share-module .grid .list-items {
  width: 100%;
}
.grid-share-module .grid .list-items:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.grid-share-module .grid .list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  border: 1px solid #d8d8d8;
}
.grid-share-module .grid .list-items .p-rollover {
  position: relative;
  background: #f3f4f5;
  cursor: pointer;
}
.grid-share-module .grid .list-items .p-rollover.hot:before {
  display: block;
  content: '';
  background: url("../images/raspberry-pi-pico/act_raspberry.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.grid-share-module .grid .list-items .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.grid-share-module .grid .list-items .p-rollover:hover img {
  transform: scale(1.07);
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .p-rollover .img-cover {
  display: block;
  height: 195.27px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.grid-share-module .grid .list-items .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .video:after {
  display: block;
  content: '';
  background: url(../images/icon-2.png) no-repeat 0px -58px;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.grid-share-module .grid .list-items .p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.grid-share-module .grid .list-items .p-body .p-name {
  font-size: 16px;
  color: #202121;
  font-weight: 700;
  height: 58px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.grid-share-module .grid .list-items .p-body .p-name .title-link {
  cursor: pointer;
  color: #202121;
}
.grid-share-module .grid .list-items .p-body .p-name .title-link:hover {
  color: #202121;
}
.grid-share-module .grid .list-items .p-body .p-tool {
  padding: 12px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.grid-share-module .grid .list-items .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.grid-share-module .grid .list-items .p-body .p-tool .view-num {
  margin-right: 6px;
}
.grid-share-module .grid .list-items .p-body .p-release {
  border-top: 1px solid #ebebeb;
}
.grid-share-module .grid .list-items .p-body .release-user {
  position: relative;
  padding: 12px 13px;
  box-sizing: border-box;
}
.grid-share-module .grid .list-items .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.grid-share-module .grid .list-items .p-body .release-user .list {
  position: relative;
  width: auto;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
}
.grid-share-module .grid .list-items .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.grid-share-module .grid .list-items .p-body .release-user .list:hover .release-name {
  text-decoration: underline;
}
.grid-share-module .grid .list-items .p-body .release-user .release-name {
  vertical-align: super;
  max-width: 203px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #313131;
  padding-left: 5px;
}
.grid-share-module .grid .list-items .p-body .release-user .head-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}
.grid-share-module .grid .list-items .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.grid-share-module .grid .list-items .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);
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 110px;
  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;
  box-sizing: content-box;
}
.grid-share-module .grid .list-items .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;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.grid-share-module .grid .list-items .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.grid-share-module .grid .col-4 {
  width: 25%;
  position: relative;
  float: left;
  padding-left: 35px;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.cate-page {
  text-align: center;
}
.cate-page #pages {
  margin-bottom: 10px;
}
.cate-page #pages a {
  height: 32px !important;
  line-height: 20px !important;
  box-sizing: border-box;
}
.grid-share-modulewhite {
  background: #ffffff !important;
}
.design-6th-electronic {
  background: url(../images/six-pcb-design/electronic-project.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: -8px;
  top: -8px;
  z-index: 2;
}
.design-6th-mechanical {
  background: url(../images/six-pcb-design/mechanical-design.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: -6px;
  top: -8px;
  z-index: 2;
}
.design_icon_electronic {
  background: url(../images/six-pcb-design/electronic-design.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.design_icon_mechanical {
  background: url(../images/six-pcb-design/mechanical-design.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.design-23th-christmas {
  background: url(../images/share-projects/christmas-design.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 2;
}
.design-2023-christmas {
  background: url(../images/share-projects/christmas-design.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
/*2024-3-13 新增角标 start*/
.new-design-electronic {
  background: url("../images/seven-pcb-design/electronic-project.png?v=2024826") no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.new-design-mechanical {
  background: url("../images/seven-pcb-design/mechanical-design.png?v=2024826") no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.free-theme-tark {
  background: url("../images/seven-pcb-design/STM32-project.png?v=2024826") no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.design-free-theme {
  background: url("../images/share-projects/free-theme-tark.png?v=2024826") no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: -6px;
  top: -6px;
  z-index: 2;
}
/*2024-3-13 新增角标 end*/
/*2024-8-26 新增角标 start*/
.design-mark-icon {
  display: block;
  content: '';
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
.design-mark-icon.mark-red {
  background: url("../images/seven-pcb-design/electronic-project.png") no-repeat center;
}
.design-mark-icon.mark-green {
  background: url("../images/seven-pcb-design/mechanical-design.png") no-repeat center;
}
.design-mark-icon.mark-orange {
  background: url("../images/seven-pcb-design/STM32-project.png") no-repeat center;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
}
/*2024-8-26 新增角标 end*/
/*2024-9-27 新增角标start*/
.seven-corner-mark-red {
  background: url("../images/seven-pcb-design/electronic-project.png") no-repeat center;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.seven-corner-mark-green {
  background: url("../images/seven-pcb-design/mechanical-design.png") no-repeat center;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.seven-corner-mark-orange {
  background: url("../images/seven-pcb-design/STM32-project.png") no-repeat center;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
/*2024-9-27 新增角标end*/
.design-2024-christmas {
  background: url(../images/share-projects/christmas-mark2024.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -6px;
  z-index: 2;
}
.new-year-mark-2025 {
  background: url(../images/share-projects/new-year-mark-2025.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -7px;
  z-index: 2;
}
.new-year-mark-list-2025 {
  background: url(../images/share-projects/new-year-mark-2025.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -8px;
  z-index: 2;
}
.anniversary-11-sales {
  background: url(../images/share-projects/anniversary-11-sales.png) no-repeat 0 0;
  width: 132px;
  height: 114px;
  display: block;
  position: absolute;
  left: 28px;
  top: -7px;
  z-index: 2;
}
.design-8th-mark {
  display: block;
  content: '';
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: 28px;
  z-index: 5;
}
.design-8th-mark.sign1 {
  background: url("../images/eight-pcb-design/electronic-project.png") no-repeat center;
}
.design-8th-mark.sign2 {
  background: url("../images/eight-pcb-design/mechanical-design.png") no-repeat center;
}
.design-8th-mark.sign3 {
  background: url("../images/eight-pcb-design/STM32-project.png") no-repeat center;
}
/*# sourceMappingURL=share-projects-Robotics.css.map */