@import "../fonts/iconfont.css";
.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;
}
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;
}
.p-header .p-header-r .in-box .notice-parent {
  display: inline-block;
  vertical-align: top;
  height: 64px;
}
.p-header .p-header-r .in-box .notice-info {
  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 {
  max-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;
}
.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:hover .sub-menu {
  display: block !important;
}
.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 30px 16px;
  border-right: 0;
}
.p-header .menu-nav .menu-l .contest-par .sub-link {
  width: 168px;
}
.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: 16px;
  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-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;
}
body {
  overflow-x: hidden;
}
.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;
}
.home-slides .slide a {
  font-size: 0;
}
.p-rollover {
  position: relative;
  background: #dddddd;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.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;
}
.p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.p-rollover:hover img {
  transform: scale(1.07);
}
.p-rollover .tips-text {
  font-size: 14px;
  color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease-in-out;
  line-height: 18px;
}
.p-rollover .tips-text .text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  padding: 20px 30px 0;
  height: 110px;
  max-width: 286px;
  box-sizing: border-box;
}
.p-rollover .img-cover {
  display: block;
  height: 206px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.p-rollover .img-cover:before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.p-rollover .img-cover img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: transform 0.75s ease 0s;
}
.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;
}
.p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.p-body .p-name {
  font-size: 16px;
  color: #202121;
  font-weight: 700;
  height: 58px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.p-body .p-tool {
  padding: 12px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.p-body .p-tool .iconfont {
  vertical-align: middle;
}
.p-body .p-tool .view-num {
  margin-right: 6px;
}
.p-body .p-release {
  border-top: 1px solid #ebebeb;
}
.p-body .release-user {
  position: relative;
  padding: 12px 13px;
  box-sizing: border-box;
}
.p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-body .release-user .list {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
}
.p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-body .release-user .release-name {
  vertical-align: super;
  max-width: 208px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  color: #3131331;
}
.p-body .release-user .head-img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.p-body .release-user .head-img img:hover {
  opacity: 0.55;
  -ms-opacity: 0.55;
  -moz-opacity: 0.55;
  -o-opacity: 0.55;
  filter: opacity(55);
}
.p-body .release-user img {
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-body .release-user .release-tips {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 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;
}
.p-body .release-user .release-tips:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  margin-left: -6px;
  border: solid transparent;
  border-top-color: #fcfcfc;
  border-width: 8px 6px;
  pointer-events: none;
}
.p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.you-box {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  overflow: hidden;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.you-box:hover .you-be:before {
  transform: scale(1.1);
}
.you-be {
  width: 274px;
  height: 154px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.you-be:before {
  display: block;
  content: '';
  background: url(../images/icon-2.png) no-repeat 0px -82px;
  width: 50px;
  height: 48px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: -24px 0 0 -24px;
  transform: scale(1);
  transition: transform 0.3s ease-in;
}
.you-be .v-time {
  background: #000;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 20px;
  line-height: 20px;
  padding: 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
}
.you-be img {
  width: 100%;
  height: 100%;
}
.you-body {
  padding: 14px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 0 0 4px 4px;
}
.you-body .you-name {
  height: 58px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #202121;
  font-weight: 700;
}
.you-body .you-des {
  font-size: 14px;
  color: #696969;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}
/*# sourceMappingURL=new-index.css.map */