.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%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
.reported-popup {
  padding: 20px 20px 0px;
  box-sizing: border-box;
}
.reported-popup * {
  box-sizing: border-box;
}
.reported-popup .popup-item {
  margin-bottom: 18px;
}
.reported-popup .popup-item .popup-title {
  color: #373d41;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
}
.reported-popup .popup-item .popup-title .title-tip {
  color: #999999;
  margin-left: 5px;
  font-weight: normal;
}
.reported-popup .popup-item .popup-title .required {
  color: #e62e04;
  vertical-align: middle;
}
.reported-popup .popup-item .popup-title .format-tips {
  color: #999999;
  font-weight: normal;
}
.reported-popup .popup-item .radio-item {
  display: inline-block;
  margin-left: 10px;
  margin-right: 20px;
}
.reported-popup .popup-item .radio-item .radio-label {
  color: #333;
}
.reported-popup .popup-item .reason-down {
  position: relative;
  z-index: 5;
}
.reported-popup .popup-item .reason-down .area-info {
  cursor: pointer;
  outline: none;
  display: block;
  width: 100%;
  height: 32px;
  border: 1px solid #b6bdc5;
  text-indent: 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  margin-top: 6px;
}
.reported-popup .popup-item .reason-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background-image: url("../images/3D-models/down-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  width: 12px;
  height: 6px;
  margin-top: -3px;
}
.reported-popup .popup-item .reason-down .drop-location {
  width: 100%;
  padding: 6px 0;
  max-height: 300px;
  overflow-y: auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
  margin-top: 8px;
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 2;
  color: #373d41;
}
.reported-popup .popup-item .reason-down .drop-location .txtellipsis {
  color: #373d41;
}
.reported-popup .popup-item .reason-down .drop-location .list {
  padding: 5px 8px 5px 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  cursor: pointer;
  font-size: 13px;
}
.reported-popup .popup-item .reason-down .drop-location .list:hover {
  color: #fff;
  background: #00a563;
}
.reported-popup .popup-item .reason-down .drop-location .active {
  color: #00a563;
}
.reported-popup .popup-item .get-input {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-size: 13px;
  width: 100%;
  margin-top: 8px;
}
.reported-popup .popup-item .get-input .short-des {
  outline: none;
  min-height: 146px;
  border: 1px solid #b6bdc5;
  resize: none;
  padding: 6px 6px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 13px;
  overflow-y: auto;
  width: 100%;
  display: block;
  font-family: Roboto-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, sans-serif;
}
.reported-popup .popup-item .get-input .sentence {
  position: absolute;
  right: 14px;
  bottom: 14px;
  z-index: 1;
  color: #b7b7b7;
}
.reported-popup .popup-item .get-input textarea:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.reported-popup .popup-item .get-input textarea:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.reported-popup .magic-parent {
  margin-top: 12px;
  margin-bottom: 12px;
}
.reported-popup .magic-parent .checkbox-item label {
  color: #666666;
}
.reported-popup .magic-parent .checkbox-item.active {
  color: #666666;
}
.reported-popup .popup-body {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  word-break: break-word;
}
.reported-popup .popup-body .rules-text {
  margin-bottom: 6px;
}
.reported-popup .popup-body .reason-box {
  margin-top: 10px;
  color: #333333;
}
.reported-popup .popup-body .reason-box:first-child {
  margin-top: 0;
}
.reported-popup .popup-body .reason-box dt {
  font-weight: 500;
}
.reported-popup .popup-body .reason-box dd {
  margin-left: 0;
  min-height: 30px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
  max-height: 380px;
}
.reported-popup .popup-bottom {
  text-align: right;
}
.reported-popup .popup-bottom .com-struct button {
  outline: none;
  min-width: 130px;
  height: 36px;
  font-size: 14px;
  border: 1px solid #b6bdc5;
  box-sizing: border-box;
  color: #333333;
  border-radius: 2px;
  margin-left: 8px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  background: transparent;
  transform: translateZ(0);
}
.reported-popup .popup-bottom .com-struct button:hover {
  background: #f0f1f5;
}
.reported-popup .popup-bottom .com-struct button.c-primary {
  background: #00a563;
  border: none;
  box-sizing: border-box;
  color: #fff;
}
.reported-popup .popup-bottom .com-struct button.c-primary:hover {
  background: #008b54;
}
.reported-popup.edit-reported {
  padding-bottom: 20px;
}
.reported-popup.edit-reported .popup-bottom .com-struct button {
  min-width: 130px;
}
.reported-popup.edit-reported .set-upload-box {
  margin-top: 8px;
}
.reported-popup.edit-reported .drag-upload {
  height: 54px;
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 470px;
  border-radius: 4px;
  border: dashed 1px #d5dbe3;
}
.reported-popup.edit-reported .drag-upload .example-icon {
  display: inline-block;
  width: 34px;
  height: 34px;
  background-color: #f9fbfc;
  border-radius: 4px;
  background-image: url("../images/3D-models/example-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.reported-popup.edit-reported .drag-upload .format-text {
  display: inline-block;
  font-size: 12px;
  color: #666666;
  vertical-align: middle;
  margin-left: 10px;
}
.reported-popup.edit-reported .drag-upload .get-btn {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0 14px;
  min-width: 74px;
  font-size: 13px;
  font-weight: 500;
  float: right;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
}
.reported-popup.edit-reported .drag-upload .get-btn:hover {
  background: #00a563;
  color: #fff;
}
.reported-popup.edit-reported .drag-upload .get-btn .c-get {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 0;
  filter: opacity(0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  cursor: pointer;
  display: none\9;
}
.reported-popup.edit-reported .files-list-box {
  margin-top: 10px;
  margin-bottom: 30px;
}
.reported-popup.edit-reported .files-list-box dd {
  padding: 12px 32px 12px 16px;
  background: #f7f7f7;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-left: 0;
  margin-bottom: 4px;
}
.reported-popup.edit-reported .files-list-box dd span {
  font-weight: 700;
  color: #373d41;
  word-break: break-all;
}
.reported-popup.edit-reported .files-list-box dd .icon-guanbi {
  position: absolute;
  top: 50%;
  right: 6px;
  z-index: 1;
  transform: translateY(-50%);
  transition: color 0.1s linear;
  padding: 6px;
  cursor: pointer;
}
.reported-popup.edit-reported .files-list-box dd .icon-guanbi:hover {
  color: #e62e04;
}
.reported-popup.edit-reported .filelist-name {
  margin-bottom: 16px;
}
.reported-popup.edit-reported .filelist-name .c-name {
  max-width: 354px;
  margin-left: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.reported-popup.edit-reported .filelist-name span {
  margin-left: 5px;
}
.reported-popup.edit-reported .filelist-name .progress {
  width: 200px;
  height: 14px;
  margin-top: 6px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.reported-popup.edit-reported .filelist-name .progress-bar {
  background-color: #5cb85c;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.14902) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.14902) 50%, rgba(255, 255, 255, 0.14902) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 0.6s;
  transition-property: width;
  transition-timing-function: ease;
  width: 200px;
  box-sizing: border-box;
}
.reported-result-popup {
  position: relative;
}
.reported-result-popup .result-body {
  width: 480px;
  height: 274px;
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  border-radius: 2px;
}
.reported-result-popup .result-body .result-text {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  text-align: left;
  line-height: 20px;
  min-height: 66px;
  padding-bottom: 10px;
}
.reported-result-popup .result-body .c-primary {
  width: 400px;
  display: block;
  background: #00a563;
  color: #fff;
  height: 32px;
  border-radius: 2px;
  margin: 0px auto 0;
  cursor: pointer;
  outline: none;
  border: 0;
}
.reported-result-popup .result-body .c-primary:hover {
  background: #008b54;
}
.magic-parent .checkbox-item {
  cursor: pointer;
}
.magic-parent .checkbox-item label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 26px;
  color: #697c90;
}
.magic-parent .checkbox-item label:before {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  bottom: 0;
  margin: auto;
  background-image: url("../images/edit-share/check-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  box-sizing: border-box;
}
.magic-parent .checkbox-item label input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  cursor: pointer;
  display: none\9;
}
.magic-parent .active label {
  color: #000;
}
.magic-parent .active label:before {
  background-image: url("../images/edit-share/new-checked-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.profile {
  width: 224px;
  position: relative;
  float: left;
  margin: 0 15px 0 0;
  padding-top: 15px;
  min-height: 100px;
}
.rounded {
  border-radius: 3px;
}
.profile .profile-user-content {
  width: 224px;
  margin-bottom: 15px;
  background: #fff;
}
.profile-main-info {
  position: relative;
  padding-top: 38px;
}
.profile-main-info-avatar {
  width: 80px;
  margin: 0 auto;
}
.avatar-l {
  width: 80px;
  height: 80px;
  border-radius: 40px;
}
.profile-main-info-name {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  padding: 0 15px;
  white-space: pre-line;
  word-break: break-word;
}
.profile-stat-info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: center;
  font-size: 13px;
}
.profile-stat-info li {
  width: 33%;
  height: 62px;
  float: left;
  padding-top: 15px;
}
.profile-main-info.bg-8 a {
  color: #fff;
}
.profile-bg-change-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-left: 40px solid transparent;
  cursor: pointer;
}
.profile-bg-change-btn a {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 4px;
  top: -36px;
  background: url(../images/icon.png) -50px -50px;
  cursor: pointer;
}
.profile-bg-change-btn:hover a {
  background-position: 0 -50px;
}
.profile-main-info.bg-01 {
  background: url(../images/single/profile-bg-01.png);
  color: #fff;
}
.profile-main-info.bg-01 a {
  color: #fff;
}
.profile-main-info.bg-01 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-02 {
  background: url(../images/single/profile-bg-02.png);
  color: #fff;
}
.profile-main-info.bg-02 a {
  color: #fff;
}
.profile-main-info.bg-02 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-03 {
  background: url(../images/single/profile-bg-03.png);
  color: #fff;
}
.profile-main-info.bg-03 a {
  color: #fff;
}
.profile-main-info.bg-03 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-04 {
  background: url(../images/single/profile-bg-04.png);
  color: #fff;
}
.profile-main-info.bg-04 a {
  color: #fff;
}
.profile-main-info.bg-04 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-05 {
  background: url(../images/single/profile-bg-05.png);
  color: #fff;
}
.profile-main-info.bg-05 a {
  color: #fff;
}
.profile-main-info.bg-05 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-06 {
  background: url(../images/single/profile-bg-06.png);
  color: #fff;
}
.profile-main-info.bg-06 a {
  color: #fff;
}
.profile-main-info.bg-06 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-07 {
  background: url(../images/single/profile-bg-07.png);
  color: #fff;
}
.profile-main-info.bg-07 a {
  color: #fff;
}
.profile-main-info.bg-07 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-08 {
  background: url(../images/single/profile-bg-08.png);
  color: #fff;
}
.profile-main-info.bg-08 a {
  color: #fff;
}
.profile-main-info.bg-08 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-09 {
  background: url(../images/single/profile-bg-09.png);
  color: #fff;
}
.profile-main-info.bg-09 a {
  color: #fff;
}
.profile-main-info.bg-09 a:hover {
  text-decoration: underline;
}
.profile-main-info.bg-1 {
  background: url(../images/single/profile-bg-1.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-1 a {
  color: #fff;
}
.profile-main-info.bg-1 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-2 {
  background: url(../images/single/profile-bg-2.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-2 a {
  color: #fff;
}
.profile-main-info.bg-2 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-3 {
  background: url(../images/single/profile-bg-3.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-3 a {
  color: #fff;
}
.profile-main-info.bg-3 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-4 {
  background: url(../images/single/profile-bg-4.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-4 a {
  color: #fff;
}
.profile-main-info.bg-4 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-5 {
  background: url(../images/single/profile-bg-5.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-5 a {
  color: #fff;
}
.profile-main-info.bg-5 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-6 {
  background: url(../images/single/profile-bg-6.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-6 a {
  color: #fff;
}
.profile-main-info.bg-6 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-7 {
  background: url(../images/single/profile-bg-7.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-7 a {
  color: #fff;
}
.profile-main-info.bg-7 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-8 {
  background: url(../images/single/profile-bg-8.png?v=20250806);
  color: #fff;
}
.profile-main-info.bg-8 a {
  color: #fff;
}
.profile-main-info.bg-8 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-main-info.bg-9 {
  background: url(../images/single/profile-bg-9.png?v=20250806);
}
.profile-main-info.bg-9 a {
  color: #fff;
}
.profile-main-info.bg-9 a:hover {
  color: #fff;
  text-decoration: underline;
}
.profile-stat-info .border {
  border-right: 1px solid #eee;
  border-left: 1px solid #eee;
}
.profile-edit-content {
  padding: 20px 15px 0;
}
.profile-edit-content .btn-default {
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
}
.profile-brief-info {
  padding: 12px 15px 25px;
  color: #999;
  line-height: 18px;
  font-size: 14px;
  white-space: pre-line;
  word-break: break-word;
}
.recommended-users-list {
  position: relative;
  width: 224px;
  margin-bottom: 50px;
  background-color: #fff;
  border-radius: 3px;
}
.recommended-users-list .recommended-title {
  height: 60px;
  padding-left: 10px;
  line-height: 60px;
  border-bottom: 1px solid #eee;
  font-size: 18px;
}
.recommended-users-list .recommended-list {
  padding: 0 15px;
}
.recommended-users-list .recommended-item {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.recommended-users-list .recommended-item:last-child {
  border-bottom: 0;
}
.recommended-users-list .recommended-avatar {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.recommended-users-list .recommended-main {
  float: left;
  width: 145px;
}
.recommended-users-list .recommended-name {
  display: inline-block;
  width: 155px;
  font-size: 16px;
  color: #eb604d;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.recommended-users-list .recommended-reason {
  margin-bottom: 10px;
  font-size: 12px;
  color: #999;
}
.recommended-users-list .recommend-refresh {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 14px;
  right: 14px;
  background: url(../images/icon.png) 0 -1300px;
  cursor: pointer;
}
.recommended-users-list .recommend-refresh:hover {
  background: url(../images/icon.png) -50px -1300px;
}
.avatar-s {
  width: 36px;
  height: 36px;
  border-radius: 18px;
}
.btn.btn-minor {
  border-color: #ccc;
  background-color: #fff;
  color: #333;
}
.btn-minor.unfollowed:before {
  background: url(../images/icon.png) -50px -1200px;
}
.btn.icon-following:before {
  content: ' ';
  position: absolute;
  width: 14px;
  height: 10px;
  background: url(../images/icon.png) -100px -1200px;
}
.btn.icon-following:hover {
  background-color: #eee;
}
.btn.icon-sprite {
  position: relative;
  padding-left: 48px;
  min-width: 50px;
}
.btn.icon-following {
  cursor: default;
  padding-left: 32px;
}
.list-content {
  width: 716px;
  float: left;
  margin-top: 15px;
}
.navigation .nav-link-content {
  background: #fff;
  height: 60px;
  overflow: hidden;
  text-align: center;
  width: 716px;
}
@media (min-width: 1200px) {
  .list-content,
  .navigation .nav-link-content {
    width: 957px;
  }
}
.navigation {
  height: 60px;
}
.navigation .nav-link {
  display: inline-block;
  color: #333;
  height: 60px;
  line-height: 60px;
  margin-right: 40px;
  font-size: 16px;
}
.navigation .nav-link:hover {
  color: #00a699;
}
.navigation .nav-link.current {
  height: 56px;
  color: #EB604D;
  border-bottom: 4px solid #EB604D;
}
.listsss {
  margin-top: 20px;
}
.no-profile-post {
  padding-top: 210px;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.listsss .grid .col-4 {
  width: 33%;
}
.listsss .grid {
  margin-left: -25px;
}
.following-item {
  width: 226px;
  height: 340px;
  float: left;
  margin: 0 15px 15px 0;
  background-color: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 1px #eaeaea;
  -moz-box-shadow: 0 1px 1px #eaeaea;
  box-shadow: 0 1px 1px #eaeaea;
}
.following-item .following-bg {
  height: 70px;
}
.following-item .following-bg.bg-0 {
  background-color: #ddd;
}
.following-item .following-bg.bg-1 {
  background: url(../images/list-bg.png) 0 0;
}
.following-item .following-bg.bg-2 {
  background: url(../images/list-bg.png) 0 -80px;
}
.following-item .following-bg.bg-3 {
  background: url(../images/list-bg.png) 0 -160px;
}
.following-item .following-bg.bg-4 {
  background: url(../images/list-bg.png) 0 -240px;
}
.following-item .following-bg.bg-5 {
  background: url(../images/list-bg.png) 0 -320px;
}
.following-item .following-bg.bg-6 {
  background: url(../images/list-bg.png) 0 -400px;
}
.following-item .following-bg.bg-7 {
  background: url(../images/list-bg.png) 0 -480px;
}
.following-item .following-bg.bg-8 {
  background: url(../images/list-bg.png) 0 -560px;
}
.following-item .following-bg.bg-9 {
  background: url(../images/list-bg.png) 0 -640px;
}
.following-item .following-bg.bg-offical {
  background: url(../images/list-bg.png) 0 -720px;
}
.following-item .following-detail {
  position: relative;
  height: 238px;
  padding: 12px 18px 20px 18px;
}
.following-item .following-heading {
  height: 32px;
  text-align: right;
}
.following-item .following-avatar {
  position: absolute;
  top: -18px;
  left: 12px;
  width: 64px;
  height: 64px;
  background-color: #fff;
  border-radius: 34px;
}
.following-item .following-avatar .avatar-l {
  width: 64px;
  height: 64px;
  border-radius: 32px;
}
.following-item .following-name {
  margin-top: 15px;
}
.following-item .following-name a {
  display: block;
  width: 190px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #EB604D;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: normal;
  white-space: nowrap;
}
.following-item .following-name span {
  display: block;
  font-size: 12px;
  color: #999;
}
.following-item .following-info {
  margin-top: 15px;
  font-size: 12px;
}
.following-item .following-info span {
  padding: 0 5px;
  color: #9a9a9a;
}
.following-item .following-info b {
  font-weight: 400;
}
.following-item .following-info em {
  font-style: normal;
}
.following-item .following-brief {
  width: 190px;
  height: 32px;
  margin-top: 6px;
  line-height: 16px;
  font-size: 12px;
  color: #999;
  overflow: hidden;
}
.following-item .following-post-list {
  margin-top: 15px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.following-item .following-post-item {
  float: left;
  width: 56px;
  height: 56px;
  margin: 0 4px 0 2px;
  overflow: hidden;
}
.following-item .following-post-item a {
  display: table-cell;
  width: 56px;
  height: 56px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.following-item .following-post-item img {
  width: 56px;
}
.follower-list .follower-item {
  height: 146px;
  margin-bottom: 15px;
  padding: 12px 15px;
  background-color: #fff;
  border-radius: 4px;
  list-style: none;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: 0 1px 1px #eaeaea;
  -moz-box-shadow: 0 1px 1px #eaeaea;
  box-shadow: 0 1px 1px #eaeaea;
  box-sizing: content-box;
}
.follower-list .follower-avatar {
  float: left;
  margin-right: 20px;
}
.follower-list .follower-detail {
  float: left;
  width: 200px;
  margin-right: 15px;
}
.follower-list .follower-heading a {
  font-size: 16px;
  color: #EB604D;
}
.follower-list .follower-heading em {
  padding-left: 15px;
  font-size: 14px;
  color: #999;
}
.follower-list .follower-info {
  margin-top: 6px;
  font-size: 14px;
}
.follower-list .follower-info b {
  padding-right: 15px;
  font-weight: 400;
}
.follower-list .follower-info em {
  font-style: normal;
}
.follower-list .follower-brief {
  width: 100%;
  height: 36px;
  margin-top: 6px;
  font-size: 14px;
  color: #999;
  overflow: hidden;
  line-height: 18px;
}
.follower-list .follower-btn {
  margin-top: 15px;
}
.follower-list .follower-post-list {
  float: right;
  width: auto;
  height: 80px;
  padding: 5px;
  border: 1px solid #ccc;
}
.follower-list .follower-post-item {
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.follower-list .follower-post-item:last-child {
  margin-right: 0;
}
.follower-item .follower-post-item a {
  display: table-cell;
  width: 80px;
  height: 80px;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
}
.follower-item .follower-post-item img {
  width: 80px;
}
/*notification_content*/
.notification_content {
  background: #fff;
  padding-bottom: 30px;
  margin-top: 20px;
}
.notification_content h2 {
  padding: 25px 0 0 25px;
  margin-bottom: 25px;
}
.notifications-nav {
  width: 850px;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}
.notifications-timeline {
  width: 850px;
  margin-bottom: 20px;
  padding-left: 25px;
}
.notifications-nav ul {
  position: relative;
  height: 49px;
  border-bottom: 1px solid #eee;
}
.notifications-nav-item {
  float: left;
  list-style: none;
}
.notifications-nav-item a {
  display: block;
  height: 48px;
  padding: 0 30px;
  margin-right: 5px;
  border: 1px solid #eee;
  border-bottom: 0;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.notifications-nav-item a:hover {
  color: #06c;
}
.notifications-nav-item.current a {
  position: relative;
  height: 46px;
  line-height: 43px;
  border-top: 4px solid #67c194;
  background: #fff;
}
.notifications-readAll {
  display: none;
  position: absolute;
  right: 0;
  top: 10px;
  height: 26px;
  padding: 0 10px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #eee;
  font-size: 12px;
  cursor: pointer;
}
.notifications-readAll:hover {
  background: #f8f8f8;
}
.notifications-date {
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}
.notifications-date:before {
  content: ' ';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
  background: url(../images/icon.png) 0 -600px;
}
.notifications-list {
  margin-left: 20px;
  border-top: 4px solid #f2f2f2;
}
.notifications-item {
  padding: 20px 0;
  border-bottom: 1px solid #f2f2f2;
}
.notifications-list li:last-child .notifications-item {
  border-bottom: 0;
}
.notifications-avatar {
  position: relative;
  margin-right: 40px;
}
.notifications-avatar,
.notifications-main {
  float: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
.notifications-title-who {
  padding-right: 5px;
  color: #f74d67;
}
.notifications-time {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
}
.notifications-msg,
.notifications-time {
  display: block;
}
.dialog-bg-change {
  padding: 20px 30px 20px 30px;
}
.bg-change-list {
  padding-bottom: 5px;
}
.bg-change-list li {
  position: relative;
  float: left;
  width: 116px;
  height: 136px;
  border: 1px solid #eee;
  margin: 0 10px 10px 0;
  background-image: url(../images/profile-bg.png?v=20250806);
  cursor: pointer;
}
.bg-change-list li span {
  position: absolute;
  top: 52px;
  left: 42px;
  width: 32px;
  height: 32px;
}
.bg-change-list li.current span {
  background: url(../images/icon.png) -50px -150px;
}
.bg-change-list li:hover span {
  background: url(../images/icon.png) -50px -200px;
}
.bg-change-list .bg-0 {
  background: #fff;
}
.bg-change-list .bg-1 {
  background-position: 0 0;
}
.bg-change-list .bg-2 {
  background-position: -150px 0;
}
.bg-change-list .bg-3 {
  background-position: -300px 0;
}
.bg-change-list .bg-4 {
  background-position: -450px 0;
}
.bg-change-list .bg-5 {
  background-position: 0 -150px;
}
.bg-change-list .bg-6 {
  background-position: -150px -150px;
}
.bg-change-list .bg-7 {
  background-position: -300px -150px;
}
.bg-change-list .bg-8 {
  background-position: -450px -150px;
}
.bg-change-list .bg-9 {
  background-position: 0 -300px;
}
.dialog-bg-change .ui-window-btn {
  padding-bottom: 10px;
}
.dialog-bg-change .ui-window-btn .btn {
  font-size: 16px;
}
div.cover-img-craf {
  background: none repeat scroll 0 0 #FF0000;
  color: #FFFFFF;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 3;
}
div.cover-img-craf.break:before {
  display: inline-block;
  content: '';
  background: url("../images/3D-models/break-icon.png") no-repeat center;
  width: 19px;
  height: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.controls-overlay-action {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 4;
  width: 24px;
  height: 35px;
}
.controls-overlay-action .content-edit {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  border-radius: 2px;
  color: #1769FF;
  content: "";
  display: block;
  height: 24px;
  line-height: 22px;
  position: absolute;
  right: 5px;
  text-align: center;
  top: 5px;
  transition: opacity 0.125s ease 0s;
  width: 24px;
  cursor: pointer;
  background-position: -132px -1086px;
}
.tooltipi-white {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
  padding: 9px 13px;
  position: absolute;
  color: #fff;
  font-size: 11px;
  white-space: nowrap;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0.2s, 0s;
  -moz-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  transition: visibility 0s linear 0.2s, opacity 0.2s linear;
  top: 170%;
  left: -178%;
  min-height: 12px;
  height: auto;
}
.controls-overlay-menu-items {
  left: auto;
  padding: 0;
  right: -8px;
  top: 35px;
  width: 130px;
}
.controls-overlay-action:hover .tooltipi-white {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s linear, opacity 0.2s linear;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition: visibility 0s linear 0s, opacity 0.2s linear;
  transition: visibility 0s linear 0s, opacity 0.2s linear;
}
.tooltipi-white:before {
  content: "";
  background-image: -webkit-gradient(linear, left top, #434343, #383838);
  background-image: -webkit-linear-gradient(left top, #434343, #383838);
  background-image: -moz-linear-gradient(left top, #434343, #383838);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: -3px;
  margin-left: -5px;
  background: #fff;
  box-shadow: -2px -2px 0px -1px #c4c4c4;
}
.controls-overlay-menu-items:before {
  left: auto;
  right: 23px;
}
.controls-overlay-menu-item {
  border-bottom: 1px solid #e8e8e8;
  color: #3d3d3d;
  cursor: pointer;
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  text-align: left;
}
.controls-overlay-menu-item:hover {
  background: #fafafa;
}
.controls-overlay-menu-item:first-child:hover {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.controls-overlay-menu-item a {
  color: inherit;
  display: block;
  padding-left: 19px;
}
.controls-overlay-menu-item .beicons-pre-edit {
  background-position: -138px -1084px;
}
.controls-overlay-menu-item .beicons-pre-delete {
  background-position: -139px -990px;
}
.controls-overlay-menu-item .beicons-pre-stop {
  background-position: -138px -780px;
}
.activityfeed {
  margin-left: 25px;
}
.activityfeed-column {
  box-sizing: border-box;
  width: 50%;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.visible {
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
}
.activityfeed .column-1,
.activityfeed-wrapper .activityfeed .column-2 {
  overflow: hidden;
  padding-top: 22px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 42px;
}
.activityfeed .review {
  background: none #fff;
  padding: 17px;
  margin: 0 0 32px;
  border-radius: 5px;
  box-shadow: 0 4px 4px -5px #c8c8c8;
  transition: all 2s ease;
  -webkit-transition: all, 2s, ease;
  -moz-transition: all, 2s, ease;
}
.activityfeed .review .user-info {
  padding-bottom: 1em;
}
.activityfeed .review .user-info .user-review-picture {
  float: left;
  width: 70px;
  height: 70px;
  margin: -52px 20px 10px 0;
  border-radius: 50%;
}
.activityfeed .review .user-info .user-review-name {
  width: calc(100% - 90px);
  float: left;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activityfeed .review .user-info .user-review-statement {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activityfeed .review .user-info .user-review-statement {
  width: 100%;
}
.activityfeed .review a {
  color: #1b1b1b;
}
.activityfeed .review:hover a {
  color: #428bca;
}
.activityfeed .review .user-info .user-review-statement a {
  font-weight: 700;
}
.activityfeed .review .user-info .user-review-picture .user-picture {
  border-radius: 50%;
}
.activityfeed .review .review-info .review-content {
  height: 48px;
  overflow: hidden;
  word-break: break-word;
  max-width: 600px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.outpic {
  padding: 10px 0;
}
.smpic {
  overflow: hidden;
  zoom: 1;
}
.outpic .smpic {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.outpic .smpic .pic-mark {
  position: relative;
  margin: 0 10px 0 0;
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 5px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  cursor: pointer;
}
.outpic .smpic .pic-mark.v-play:after {
  display: block;
  content: '';
  background: url('../images/bofang.png') no-repeat center center rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
}
.outpic .smpic .pic-mark img {
  height: 40px;
  max-width: 40px;
  border-radius: 3px;
  cursor: url(../images/product/zoom-in.png), url(../images/product/zoom-in.cur), auto;
}
.outpic .cart {
  margin-top: 5px;
  width: 300px;
  height: auto;
  cursor: pointer;
  display: none;
  z-index: 10000;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.outpic .cart .rongqi img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 378px;
  max-width: 498px;
  min-width: 200px;
  min-height: 200px;
  cursor: url(../images/product/zoom-out.png), url(../images/product/zoom-out.cur), auto;
}
@media (min-width: 1200px) {
  .follower-list .follower-detail {
    width: 370px;
  }
  .follower-list .follower-post-list {
    height: 130px;
  }
  .follower-list .follower-post-item {
    width: 130px;
    height: 130px;
  }
  .follower-item .follower-post-item a {
    width: 130px;
    height: 130px;
  }
  .follower-item .follower-post-item img {
    width: 130px;
  }
}
/**/
.content-element * {
  box-sizing: border-box;
}
.content-element {
  margin-top: 28px;
  background: #fff;
  padding: 20px;
}
.title-section {
  font-weight: 700;
  margin-bottom: 16px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 10px;
}
.top-posts h3 {
  margin-bottom: 0;
}
.title-section span {
  color: #999;
  font-weight: 400;
}
.top-posts .filter {
  float: right;
  position: relative;
  top: -6px;
}
.filter a {
  display: inline-flex;
  padding-left: 4px;
  cursor: pointer;
  padding-right: 4px;
  border-bottom-width: 2px;
  margin: 0 0 0 2px;
  padding: 8px;
  border-bottom: 1px solid transparent;
  color: #6a737c;
  font-size: 12px;
  line-height: 1.53333333;
  text-decoration: none;
  transition: all 150ms cubic-bezier(0.19, 1, 0.22, 1);
}
.filter a.active,
.filter a:hover {
  color: #3b4045;
  border-bottom-width: 2px;
  text-decoration: none;
  border-color: #848d95;
  font-weight: 700;
}
.top-posts .post-container {
  padding: 14px 0 13px 0;
  border-bottom: 1px solid #eaeaea;
  line-height: 23px;
  font-size: 13px;
}
.icon-a {
  width: 19px;
  height: 22px;
  background-position: -50px -1782px;
}
.icon-q {
  background-position: -50px -1755px;
  width: 19px;
  height: 22px;
}
.top-posts .post-container .icon-a,
.top-posts .post-container .icon-q {
  position: relative;
  top: 0;
  margin-right: 10px;
}
.top-posts .post-container > a,
.top-posts .post-container > span {
  float: left;
  display: block;
}
.answer-votes,
.post-container .vote,
.user-panel .mini-counts,
.user-rep .rep-amount .rep-down,
.user-rep .rep-amount .rep-up {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  color: #6a737c;
  min-width: 36px;
  height: auto;
  padding: 3px 6px;
  margin-right: 10px;
  display: inline-block;
  border: 1px solid #b9b9b9;
  border-radius: 2px;
}
.top-posts .post-container a {
  font-size: 13px;
  font-weight: 400;
  width: 79%;
  margin-bottom: 0;
}
.top-posts .post-container a:hover {
  color: #39C19D;
}
.img-el {
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  background-position: center;
  background-size: cover;
}
.img-el:hover .el-upload-list__item-actions {
  opacity: 1;
  visibility: visible;
}
.img-el .el-image {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.el-upload-list__item-actions {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  cursor: pointer;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.el-upload-list__item-preview {
  pointer-events: none;
}
.el-icon-zoom-in {
  position: unset;
  color: #fff;
  pointer-events: none;
}
.el-upload-list__item-delete {
  position: unset;
  display: block;
  font-size: 20px;
  color: #fff;
  margin-left: 2px;
  pointer-events: all;
}
.top-posts .post-container .post-date {
  color: #777;
  float: right;
}
.top-posts .post-container .post-date .post-del {
  background: url("../images/the-questions/question-delete.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  margin-left: 12px;
  vertical-align: text-bottom;
}
.top-posts .post-container .post-date .post-del:hover {
  background: url("../images/the-questions/question-delete-hover.png") no-repeat center;
}
.top-posts .view-more {
  margin-top: 24px !important;
  text-align: right;
}
.top-posts .empty {
  margin-top: 14px;
}
/*Store-210803 start*/
.mylike-type-box {
  width: 938px;
  margin: 20px auto;
}
.mylike-type-box .mylike-type {
  display: inline-block;
  font-size: 14px;
  color: #333;
  background: #dde5ed;
  padding: 8px 12px;
  margin-right: 18px;
  border-radius: 3px;
}
.mylike-type-box .current,
.mylike-type-box .current:hover {
  background-color: #31c27c;
  color: #fff;
}
.product-wrap {
  box-sizing: border-box;
  width: 956px;
  min-height: 360px;
  position: relative;
}
.product-wrap .loading-data {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/loading-pro.gif) no-repeat center;
  width: 100%;
  height: 100%;
  display: none;
}
.product-wrap .tab-ul li {
  width: 226px;
  height: 326px;
  position: relative;
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.3s ease-in;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 4px 20px 8px;
  float: left;
  z-index: 1;
  background: #fff;
}
.product-wrap .tab-ul li .collection-area {
  display: block;
  border: 1px solid #d5d5dd;
  width: 24px;
  height: 24px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
}
.product-wrap .tab-ul li .the-discount {
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 3;
  font-size: 14px;
  background: url(../images/gifts/show-dis1.png) no-repeat left center;
  width: 60px;
  color: #fff;
  height: 21px;
  line-height: 23px;
  padding-left: 10px;
  text-align: left;
}
.product-wrap .tab-ul li .collection-area .iconfont {
  font-size: 18px;
  color: #d5d5dd;
  transition: color 0.3s linear;
}
.product-wrap .tab-ul li .active .iconfont {
  color: #E5404F;
}
.icon-aixin:before {
  content: "\e85c";
}
.product-wrap .tab-ul li .newest-img {
  height: 214px;
  position: relative;
  background: #ffffff;
  overflow: hidden;
}
.product-wrap .tab-ul li .newest-img :hover img {
  transform: scale(1.08);
}
.product-wrap a {
  color: inherit;
  -webkit-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
.product-wrap a:hover {
  color: #E5404F;
  text-decoration: underline;
}
.product-wrap .tab-ul li .newest-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  transition: all 0.3s linear;
}
.product-wrap .tab-ul li .newest-des {
  font-size: 13px;
  line-height: 16px;
  color: #333333;
  font-weight: normal;
  height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
  margin-top: 8px;
  margin-bottom: 5px;
}
.product-wrap .tab-ul li .newest-des a {
  display: block;
}
.product-wrap .tab-ul li .newest-tool {
  padding: 6px 0;
  position: relative;
}
.product-wrap .tab-ul li .newest-tool .price {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
}
.product-wrap .tab-ul li .newest-tool .price-des {
  color: #666666;
  font-size: 14px;
}
.product-wrap .tab-ul li .newest-tool .icon-shoppcart {
  background: #f2f2f3;
  color: #999999;
  position: absolute;
  top: 16px;
  right: -2px;
  z-index: 2;
  padding: 3px 4px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.3s ease-in;
}
.icon-shoppcart:before {
  content: "\e663";
}
.product-wrap .tab-ul li .newest-rating {
  color: #999999;
}
.product-wrap .tab-ul li .newest-rating .sold {
  padding-right: 6px;
  margin-right: 6px;
  float: left;
  position: relative;
  transition: color 0.3s ease-in;
  cursor: default;
  font-size: 12px;
  line-height: 16px;
}
.product-wrap .tab-ul li .newest-rating .rate-img {
  width: 74px;
  height: 16px;
  float: left;
  background: url(../images/gifts/rate-scores.png) no-repeat 0px 1px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate0-5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px 1px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate1 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -24px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate1-5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -48px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate2 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -73px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate2-5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -99px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate3 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -124px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate3-5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -149px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate4 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -174px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate4-5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -199px;
}
.product-wrap .tab-ul li .newest-rating .rate-img.rate5 {
  background: url("../images/gifts/rate-scores.png") no-repeat 0px -224px;
}
.product-wrap .tab-ul li .newest-rating .rate-scores {
  margin-left: 2px;
  cursor: default;
  font-size: 12px;
  line-height: 16px;
}
/*Store-210803 end*/
/*start 2021-12-17 */
.community-message-list .notifications-nav {
  width: auto;
  padding-right: 25px;
}
.community-message-list .notifications-timeline {
  width: auto;
  padding-right: 25px;
}
.community-message-list .notifications-text {
  min-height: 30px;
  padding: 10px;
  width: 1050px;
  background: #F2F2F3;
  border-radius: 2px;
  font-size: 13px;
  color: #666666;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: normal;
  overflow: hidden;
  box-sizing: border-box;
  margin: 8px 0 20px 0;
}
.community-message-list .community-loading {
  width: auto;
}
.community-message-list .empty-sequence-box {
  text-align: center;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 60px 0;
  width: 100%;
  box-sizing: border-box;
}
.community-message-list .empty-sequence-box .empty-sequence-name {
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.community-message-list .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);
  height: 100px;
}
/*end 2021-12-17 */
.profile .profile-main-info-avatar {
  position: relative;
}
.profile .profile-main-info-avatar .grade {
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: 1;
  right: 0;
  margin: auto;
}
.profile .schematic-box {
  padding: 20px 15px 0;
  box-sizing: border-box;
}
.profile .schematic-box .schematic {
  display: table-cell;
  vertical-align: middle;
  width: 194px;
  height: 64px;
  opacity: 1;
  border-radius: 4px;
  background: #fff2de;
  background: linear-gradient(90deg, #fff2de 0%, #ffe49c 100%);
  border: 1px solid #ffe099;
}
.profile .schematic-box .example {
  vertical-align: middle;
}
.profile .schematic-box .point-label {
  font-size: 12px;
  font-weight: 500;
}
.profile .schematic-box .point-label .help {
  background: url("../images/single/help-icon.png") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.profile .schematic-box .points {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.profile .schematic-box .example-info {
  display: inline-block;
  vertical-align: middle;
  color: #EE822B;
}
.profile .report-tips {
  padding: 10px 15px 0;
}
.profile .report-tips:before {
  display: inline-block;
  content: '';
  background: url("../images/share-projects/report-icon.png") no-repeat center;
  width: 14px;
  height: 14px;
  vertical-align: middle;
}
.profile .report-tips .jump-report {
  color: inherit;
  vertical-align: top;
  cursor: pointer;
  padding: 0;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 160px;
  display: inline-block;
}
.profile .report-tips .jump-report:hover {
  color: #39c19d;
}
div.nsfw {
  height: 100%;
  opacity: 1;
  right: 0;
  margin: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
div.nsfw:before {
  display: block;
  content: '';
  background-image: url("../images/3D-models/nsfw-icon.png");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  filter: blur(0px);
}
.badge-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36px;
  height: 28px;
}
.badge-pic img {
  width: 100%;
  height: 100%;
}
.following-item .following-bg.bg-0 {
  background: url(../images/list-bg2.png) 0 0;
}
.following-item .following-bg.bg-01 {
  background: url(../images/list-bg2.png) 0 -80px;
}
.following-item .following-bg.bg-02 {
  background: url(../images/list-bg2.png) 0 -160px;
}
.following-item .following-bg.bg-03 {
  background: url(../images/list-bg2.png) 0 -240px;
}
.following-item .following-bg.bg-04 {
  background: url(../images/list-bg2.png) 0 -320px;
}
.following-item .following-bg.bg-05 {
  background: url(../images/list-bg2.png) 0 -400px;
}
.following-item .following-bg.bg-06 {
  background: url(../images/list-bg2.png) 0 -480px;
}
.following-item .following-bg.bg-07 {
  background: url(../images/list-bg2.png) 0 -560px;
}
.following-item .following-bg.bg-08 {
  background: url(../images/list-bg2.png) 0 -640px;
}
.following-item .following-bg.bg-09 {
  background: url(../images/list-bg2.png) 0 -720px;
}
/*# sourceMappingURL=mypage.css.map */