.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;
}
@keyframes scaleDraw {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.1);
  }
}
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(/project/img/css/../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(/project/img/css/../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(/project/img/css/../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(/project/img/css/../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: #3131331;
  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: #3131331;
}
.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("/project/img/css/../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("/project/img/css/../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(/project/img/css/../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(/project/img/css/../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(/project/img/css/../images/five-pcb-design/tag-icon3.png?v=220831) no-repeat center;
  width: 132px;
  height: 114px;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 4;
}
.head-badge-pic {
  position: absolute;
  right: 18px;
  bottom: 10px;
  width: 18px ;
  height: 14px;
  z-index: 4;
}
.head-badge-pic img {
  width: 100%;
  height: 100%;
}
#footer {
  clear: both;
  color: #777;
  background: #fff;
  margin-top: 1px;
  overflow: hidden;
  position: relative;
  min-width: 1200px;
}
#footer .box-featured {
  padding: 80px 0 0 0;
  background: #202121;
  border-bottom: 1px solid #333;
  overflow: hidden;
}
#footer .box-featured .grid {
  width: 940px;
  margin: 0 auto;
  padding: 0;
}
#footer .box-featured h4 {
  clear: both;
  margin-bottom: 40px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
#footer .box-featured h4 span {
  color: #39C19D;
}
#footer div.footer {
  background: none repeat scroll 0 0 #202121;
  font-size: 14px;
  overflow: hidden;
  padding: 20px;
}
#footer .box-featured h4:before {
  content: '';
  display: block;
  width: 140px;
  height: 5px;
  margin: 0 auto 25px auto;
  background-color: #39C19D;
}
#footer .copy {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAUCAMAAADMbV+0AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACcUExURUxpcW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1ubm1tbW1tbVRBVGVOdm9xcmA/e21tbW9ucFQwdNOLBVMrT102fKtvA7B+EuBnAWxobltfZsOAAvunAI5ZK74xAP+0AoRrl35joI5bHGZgevKIAWFMVF1IVHVGLY9bKoVXAH9TAOCbA9uMugcAAAAYdFJOUwALYNX35BIZIfCsbzeNKEy9xpp//d/U9VAZB5MAAAEJSURBVCjPpZLpcoMgAIRBxftMTAZipXjnPtr3f7dCcNCkNNNOv1+6szrLLgD8CWfCFu8GBLYhHmx3AgohsDwFCrnBS0Di8Y9iZClwJKyxiSeQCwKc2j4OgPOghzJANtNMNyPEI2T9pI5hoT9TV/npnJ9P+WqmpY46GFwolWzoB/2kN7ohSvPhvIVosha0GBpaTNbFU2NLZW2Gtm2HRlmjb+0alrSWb5JydAaaJRJLWi/Xruuul/L+V8vQrhYimZX1fc9kVr6GHjEGtx4ZY8e7dSxeh5vxAPt3wZ4HMOMXN8dO8XZ3qOv6sNvyfV/eMuhXFeHgqnosXkf0Q/E65BjLX111A3koAP/hC4w5IlCYnP3bAAAAAElFTkSuQmCC) no-repeat left center;
  height: 26px;
  padding-left: 60px;
  line-height: 26px;
}
#footer div.footer li {
  float: left;
  margin: 0 15px 0 0;
  padding-right: 15px;
  text-transform: uppercase;
  height: 26px;
  line-height: 26px;
  border-right: 0;
  position: relative;
  color: #666666;
}
#footer div.footer li:before {
  display: block;
  content: '';
  height: 14px;
  border-right: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -7px;
}
#footer div.footer li:last-child {
  border-right: 0;
  margin-right: 0;
}
#footer div.footer li:last-child:before {
  border-right: 0;
}
#footer div.footer li .share-tool {
  display: inline-block;
}
#footer div.footer li .share-tool a {
  display: inline-block;
  margin-left: 16px;
}
#footer div.footer li .share-tool .iconfont {
  font-size: 20px;
  width: 20px;
}
#footer div.footer li .share-tool .icon-vk {
  font-size: 26px;
}
#footer div.footer li .share-tool .icon-reddit {
  font-size: 24px;
}
#footer div.footer li .share-tool .icon-linkedin {
  font-size: 22px;
}
#footer div.footer a {
  color: #666666;
  vertical-align: middle;
}
#footer div.footer li a:hover {
  color: #acacac;
}
#footer .bt-gotop {
  clear: both;
  position: relative;
  width: 70px;
  height: 70px;
  margin: 10px auto 0 auto;
  border: 1px solid #dbe0df;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .bt-gotop:before,
#footer .bt-gotop:after {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#footer .bt-gotop:before {
  top: 25px;
  height: 18px;
  border-left: 4px solid #bdc1c0;
}
#footer .bt-gotop:after {
  top: 16px;
  height: 0;
  width: 0;
  border: solid transparent;
  border-bottom-color: #bdc1c0;
  border-width: 7px;
}
.pcb-design-banner {
  width: auto;
  height: 750px;
  position: relative;
  min-width: 1300px;
  background: url("/project/img/css/../images/four-pcb-design/desgin-banner.gif") no-repeat center transparent;
}
.pcb-design-banner .banner-link-btn {
  position: absolute;
  left: 50%;
  bottom: 152px;
  z-index: 1;
  background: url("/project/img/css/../images/four-pcb-design/banner-link-btn.png") no-repeat center;
  width: 380px;
  height: 82px;
  margin-left: -190px;
  animation: scaleDraw 2s infinite linear;
}
.pcb-design-nav {
  height: 90px;
  min-width: 1300px;
  background: #3fb7fd;
}
.pcb-design-nav .design-nav {
  text-align: center;
  overflow: auto;
  height: 90px;
  background: #3fb7fd;
}
.pcb-design-nav .design-nav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  width: 100%;
  height: 90px;
}
.pcb-design-nav .nav-list {
  font-size: 0;
  margin-top: 14px;
}
.pcb-design-nav .nav-list dd {
  display: inline-block;
  background: url("/project/img/css/../images/four-pcb-design/nav-bg.png") no-repeat center;
  width: 254px;
  height: 62px;
  line-height: 62px;
  margin-left: 42px;
  font-size: 20px;
  color: #62FFEB;
  cursor: pointer;
}
.pcb-design-nav .nav-list dd:hover {
  color: #FFD209;
}
.pcb-design-nav .nav-list dd.active {
  background: url("/project/img/css/../images/four-pcb-design/naved-bg.png") no-repeat center;
  color: #FFD209;
}
.design-parent-box {
  background: url("/project/img/css/../images/four-pcb-design/design-parent-bg.png") no-repeat center top #680bbb;
  min-width: 1300px;
  min-height: 3574px;
  padding-bottom: 60px;
  overflow: auto;
}
.design-parent-box .section-tag {
  background: url("/project/img/css/../images/four-pcb-design/section-tag.png") no-repeat center;
  width: 1448px;
  height: 54px;
  position: absolute;
  top: -30px;
  left: -4px;
  z-index: 1;
  margin: auto;
  text-align: center;
  color: #fff;
  line-height: 53px;
}
.design-parent-box .section-tag span {
  margin-left: 70px;
}
.design-parent-box .contest-icon {
  background: url("/project/img/css/../images/four-pcb-design/contest-about-icon.png") no-repeat center;
  width: 430px;
  height: 334px;
  margin: 40px auto 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 334px;
}
.design-parent-box .content-des {
  background: url("/project/img/css/../images/four-pcb-design/contest-des-bg.png") no-repeat center;
  width: 989px;
  height: 329px;
  margin: 0 auto;
  color: #fff;
  padding: 80px 0 0 100px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  position: relative;
}
.design-parent-box .content-des .note-text {
  position: absolute;
  left: 86px;
  bottom: 24px;
  z-index: 1;
  font-size: 12px;
  color: #1ebfde;
  font-weight: 700;
}
.design-parent-box .content-des p {
  margin-bottom: 30px;
  max-width: 810px;
  line-height: 24px;
}
.design-video-box {
  width: 1300px;
  height: 550px;
  margin: 100px auto 0;
  background: #ccc;
  position: relative;
}
.design-video-box video {
  object-fit: cover;
}
.design-video-box .vjs-big-play-button {
  background: url("/project/img/css/../images/four-pcb-design/play-btn.png") no-repeat center transparent !important;
  width: 90px !important;
  height: 90px !important;
  border-radius: 100%;
  border: none !important;
  outline: none !important;
  margin-top: -1.5em !important;
}
.design-video-box .vjs-big-play-button:before {
  display: none !important;
}
.design-video-box .vjs-big-play-button .vjs-icon-placeholder {
  display: none !important;
}
.design-video-box .play-video-btn {
  display: none;
}
.section-about {
  width: 1440px;
  height: auto;
  margin: 46px auto 0;
  background: #3d26a9;
  min-height: 300px;
  position: relative;
  text-align: center;
  padding-bottom: 140px;
}
.section-about:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/fluorescence-bg.png") no-repeat center;
  width: 184px;
  height: 35px;
  position: absolute;
  right: 20px;
  bottom: 50px;
  z-index: 1;
}
.section-time-line {
  position: relative;
  background: #5255ef;
  min-height: 300px;
  width: 1440px;
  height: auto;
  padding-bottom: 100px;
  margin: 0 auto;
  border: 1px solid transparent;
}
.section-time-line:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/crawler.png") no-repeat center;
  width: 1238px;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 60px;
  z-index: 1;
  right: 0;
  margin: 0 auto;
}
.section-time-line .time-tag-box {
  font-size: 0;
  text-align: center;
}
.section-time-line .time-tag-box dd {
  display: inline-block;
  background: url("/project/img/css/../images/four-pcb-design/time-tag.png") no-repeat center;
  width: 391px;
  height: 149px;
  margin-left: -40px;
  vertical-align: top;
  color: #fff;
  cursor: default;
}
.section-time-line .time-tag-box dd:first-child {
  margin-left: 0;
}
.section-time-line .time-tag-box dd .time-title {
  font-size: 20px;
  height: 53px;
  line-height: 53px;
}
.section-time-line .time-tag-box dd .time-text {
  height: 96px;
  width: 391px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
}
.section-time-line .time-tag-box dd.active {
  background: url("/project/img/css/../images/four-pcb-design/timed-tag.png") no-repeat center;
}
.section-time-line .split-line {
  margin: 70px auto 0;
  background: url("/project/img/css/../images/four-pcb-design/split-line-bg.png") no-repeat center;
  height: 69px;
  width: 672px;
}
.section-theme {
  position: relative;
  width: 1440px;
  height: auto;
  background: #3d26a9;
  border: 1px solid transparent;
  margin: 0 auto;
  padding-bottom: 100px;
}
.section-theme:before {
  display: block;
  content: '';
  width: 1024px;
  height: 7px;
  background: #FFD209;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 1;
  margin-left: -512px;
}
.section-theme .theme-nav {
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.section-theme .theme-nav dd {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  color: #fff;
  width: 300px;
  height: 340px;
  margin-left: 55px;
}
.section-theme .theme-nav dd:first-child {
  margin-left: 0;
  background: url("/project/img/css/../images/four-pcb-design/lot-bg.png") no-repeat center;
}
.section-theme .theme-nav dd:first-child + dd {
  background: url("/project/img/css/../images/four-pcb-design/robotic-bg.png") no-repeat center;
}
.section-theme .theme-nav dd:first-child + dd + dd {
  background: url("/project/img/css/../images/four-pcb-design/free-bg.png") no-repeat center;
}
.section-theme .theme-nav dd .theme-title {
  font-size: 28px;
  margin-top: 30px;
}
.section-theme .theme-nav dd .theme-des {
  margin: 20px auto 0;
  width: 244px;
  box-sizing: border-box;
  font-size: 16px;
  text-align: left;
  font-family: Roboto;
  line-height: 24px;
}
.section-theme .theme-nav dd .link-btn {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  width: 140px;
  background: #FBCE10;
  color: #3d26a9;
  font-size: 20px;
  text-align: center;
  -moz-border-radius: 36px;
  -webkit-border-radius: 36px;
  border-radius: 36px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  z-index: 1;
  margin-left: -70px;
  transition: none;
}
.section-theme .theme-nav dd .link-btn:hover {
  background: #3d26a9;
  color: #FBCE10;
}
.section-theme .theme-nav dd .link-btn:active {
  background: #3d26a9;
  color: #FBCE10;
}
.section-rules {
  position: relative;
  border: 1px solid transparent;
  width: 1440px;
  height: auto;
  min-height: 600px;
  margin: 0 auto;
  padding-bottom: 120px;
  background: url("/project/img/css/../images/four-pcb-design/rules-bg.png") no-repeat center top #5255ef;
}
.section-rules:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/rules-before-tag.png") no-repeat center;
  width: 216px;
  height: 47px;
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
}
.section-rules:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/rules-after-tag.png") no-repeat center;
  width: 216px;
  height: 47px;
  position: absolute;
  right: 30px;
  bottom: 50px;
  z-index: 1;
}
.section-rules .rules-des-box {
  background: url("/project/img/css/../images/four-pcb-design/rules-des-bg.png") no-repeat center;
  width: 1038px;
  height: 755px;
  margin: 0 auto;
  position: relative;
  padding: 90px 0 0 86px;
  box-sizing: border-box;
  color: #fff;
}
.section-rules .rules-des-box .note-text {
  font-size: 12px;
  color: #1ebfde;
  font-weight: 700;
  position: absolute;
  left: 106px;
  bottom: 56px;
  z-index: 1;
}
.section-rules .rules-lists {
  box-sizing: border-box;
  max-width: 840px;
}
.section-rules .rules-lists li {
  padding-left: 40px;
  box-sizing: border-box;
  line-height: 26px;
  font-size: 16px;
  max-width: 820px;
  margin-bottom: 40px;
  word-break: break-word;
  position: relative;
}
.section-rules .rules-lists li a {
  text-decoration: underline;
}
.section-rules .rules-lists li .tab-index {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-rules .rules-lists li .tag {
  color: #62FFEB;
}
.section-prizes {
  position: relative;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: url("/project/img/css/../images/four-pcb-design/prize-after-tag.png") no-repeat center bottom #3d26a9;
  min-height: 500px;
  padding-bottom: 40px;
  border: 1px solid transparent;
}
.section-prizes:before {
  display: block;
  content: '';
  width: 100%;
  background: url("/project/img/css/../images/four-pcb-design/prize-before-tag.png") no-repeat center;
  height: 394px;
  position: absolute;
  top: -16px;
  left: 0;
  z-index: 1;
}
.section-prizes .contest-icon {
  position: relative;
  z-index: 2;
}
.section-prizes .the-crown-box {
  text-align: center;
  font-size: 0;
  width: 992px;
  margin: 0 auto;
}
.section-prizes .the-crown-box .crown {
  width: 294px;
  height: 500px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #573fc6;
  margin-left: 55px;
  margin-bottom: 47px;
  text-align: center;
  color: #fff;
  transition: all 0.3s linear;
}
.section-prizes .the-crown-box .crown:hover {
  transform: translateY(-5px);
}
.section-prizes .the-crown-box .crown h4 {
  font-size: 27px;
  margin-top: 36px;
}
.section-prizes .the-crown-box .crown .person {
  margin-top: 5px;
  font-size: 16px;
}
.section-prizes .the-crown-box .crown .cash {
  margin-top: 19px;
  font-size: 28px;
  color: #FFC527;
}
.section-prizes .the-crown-box .crown .add-flag {
  background: url("/project/img/css/../images/four-pcb-design/add-flag.png") no-repeat center;
  height: 21px;
  margin-top: 10px;
}
.section-prizes .the-crown-box .crown .type {
  font-size: 20px;
  padding-top: 14px;
  height: 38px;
  width: 294px;
  display: table-cell;
  vertical-align: middle;
}
.section-prizes .the-crown-box .crown .temp-img {
  width: 216px;
  height: 154px;
  position: relative;
  margin: 10px auto 0;
  background: #fff;
}
.section-prizes .the-crown-box .crown .temp-img img {
  max-width: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
.section-prizes .the-crown-box .crown:first-child {
  margin-left: 0;
}
.section-prizes .the-crown-box .crown:last-child .type {
  padding-top: 48px;
}
.section-prizes .the-crown-box .crown:last-child .temp-img {
  width: 216px;
  height: 280px;
  margin-top: 38px;
}
.section-prizes .the-crown-box .crown.win1:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/crown1.png") no-repeat center;
  width: 66px;
  height: 60px;
  position: absolute;
  top: -38px;
  left: -25px;
  z-index: 1;
}
.section-prizes .the-crown-box .crown.win2:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/crown2.png") no-repeat center;
  width: 66px;
  height: 60px;
  position: absolute;
  top: -38px;
  left: -25px;
  z-index: 1;
}
.section-prizes .the-crown-box .crown.win3:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/crown3.png") no-repeat center;
  width: 66px;
  height: 60px;
  position: absolute;
  top: -38px;
  left: -25px;
  z-index: 1;
}
.bottom-tag-bg {
  position: relative;
}
.bottom-tag-bg:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/bottom-tag-bg.png") no-repeat center;
  width: 100%;
  height: 2119px;
  position: absolute;
  top: 450px;
  left: 50%;
  z-index: 0;
  margin-left: -50%;
}
.section-judges {
  position: relative;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  min-height: 300px;
  padding-bottom: 90px;
  border: 1px solid transparent;
  background: #5255ef;
}
.section-judges:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/judges-before-tag.png") no-repeat center;
  width: 216px;
  height: 47px;
  position: absolute;
  top: 100px;
  left: 23px;
  z-index: 1;
}
.section-judges:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/judeges-after-tag.png") no-repeat center;
  width: 1256px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  margin-left: -628px;
}
.section-judges .judges-box {
  width: 1104px;
  margin: 0 auto;
}
.section-judges .judges-box .judges-list {
  margin-left: -66px;
}
.section-judges .judges-box .judges-list:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.section-judges .judges-box dd {
  background: #4a1eaf;
  width: 324px;
  height: 404px;
  margin: 0 0 50px 66px;
  text-align: center;
  float: left;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.section-judges .judges-box dd.active .mask-info {
  transform: rotateY(0deg);
}
.section-judges .judges-box dd.active .info-box {
  transform: rotateY(90deg);
}
.section-judges .judges-box dd.active .turn-btn {
  transform: rotate(45deg);
}
.section-judges .judges-box dd .turn-page {
  perspective: 800px;
}
.section-judges .judges-box dd .info-box {
  position: relative;
  transform: rotateY(0deg);
  transition: all 0.3s linear;
  transform-style: preserve-3d;
}
.section-judges .judges-box dd .mask-info {
  transform: rotateY(-90deg);
  width: 100%;
  height: 390px;
  transition: all 0.3s ease-in;
  transform-style: preserve-3d;
  position: absolute;
  top: -10px;
  left: 0;
  z-index: 2;
  right: 0;
  margin: auto;
  background: #4a1eaf;
}
.section-judges .judges-box dd .mask-info .mask-title {
  font-size: 20px;
  line-height: 24px;
  margin-top: 26px;
}
.section-judges .judges-box dd .mask-info .mask-text {
  width: 256px;
  margin: 20px auto 0;
  font-size: 15px;
  line-height: 22px;
  text-align: left;
  word-break: break-word;
}
.section-judges .judges-box dd img {
  display: block;
  width: 208px;
  height: 208px;
  margin: 23px auto 0;
  cursor: pointer;
}
.section-judges .judges-box dd .nickname {
  font-size: 20px;
  line-height: 24px;
  margin-top: 26px;
}
.section-judges .judges-box dd .des-text {
  padding: 0 20px;
  box-sizing: border-box;
  word-break: break-word;
  margin-top: 10px;
  color: #f2f2f2;
  font-size: 15px;
  line-height: 20px;
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: opacity(50);
}
.section-judges .judges-box dd .turn-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IArs4c6QAAAPZQTFRFAAAAAP//AP+AVf//QP+/Vf/jVf//Zv/rXf/wYP/qY//uYv/vY//qYP/sX//pX//vYf/rYf/vYf/sXP/7YP/tYP/qYv/qYP/sY//sYv/pYv/nYv/qYP/rY//qYv/qYv/sYf/rYf/rYf/rYv/qYv/sYf/rYf/sYf/qYv/sYf/rYv/rYv/pYv/rYv/rYf/qYv/sYv/sYf/rYv/qYf/rYf/rYf/rYf/rYv/sYf/qYv/rYv/qYv/qYf/qYv/qYv/sYv/rYv/rYv/rYv/rYv/rYv/rYv/qYv/qYv/qYv/sYf/rYv/qYv/sYv/rYv/rYf/rYf/rYv/qYv/rkrHoRwAAAE90Uk5TAAECAwQJGBkhJSwvMTU7Pj8/QkVFSElQUFFWVlhfYGBkZmdra3F2eXp+f4KZmpueoqWssLKztbi6vsPFx9DT2Nre4OXm5+rr7/H19fn6/ppx8UAAAAD/SURBVDjLnZXXVsJAFEW32HsXrg3sil2xY8He4f7/z/iikQwhHtxPWWftlWQyd04gRqZvbufkony6tzDQQXNGt+894ml/qi1ZmyzXPEbtajpB6z70BM56Qm/4wRN5nol7hQ9vxlq9t+wprP96455K4cfrekwX3/u/xQP/g8sMAGNB/Lmaf40n1SUAzgPxBo6CqNIODIYPuoZSmOWALUUsAbeK+NZJryuij5CrSuIiKw1ZBY4bwiIb0RC+zGfNzGwChszMLDt7VycWo+vdxiHd/M8d5XeUVy1/R3ln9L2Wp0eeR33C5TOjn0L5XOtNoXeP3mZ6P+qN20KHt/BXSOML6fBa5NLPF8oAAAAASUVORK5CYII=") no-repeat center;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 3;
  right: 0;
  margin: auto;
  cursor: pointer;
  transition: all 0.3s linear;
}
.section-submissions {
  position: relative;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: url("/project/img/css/../images/four-pcb-design/prize-before-tag.png") no-repeat center -20px #3d26a9;
  padding-bottom: 140px;
  border: 1px solid transparent;
}
.section-submissions:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/judeges-after-tag.png") no-repeat center;
  width: 1256px;
  height: 38px;
  position: absolute;
  left: 50%;
  bottom: 35px;
  z-index: 1;
  margin-left: -628px;
}
.section-submissions .submissions-nav {
  margin-left: 150px;
  font-size: 0;
}
.section-submissions .submissions-nav dd {
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  text-align: center;
  background: #25007b;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  cursor: pointer;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.section-submissions .submissions-nav dd.active {
  color: #25007b;
  background: #d8d4ee;
}
.section-submissions .grid {
  width: 1192px;
  margin: 30px auto 0;
  position: relative;
}
.section-submissions .grid .loading-data {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  right: 0;
  top: 0;
  margin: auto;
  background: url("/project/img/css/../images/loading-pro.gif") no-repeat center rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 100%;
  display: none;
}
.section-submissions .list-items {
  margin-left: -24px;
}
.section-submissions .list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.section-submissions .list-items .box-item .sign1:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/tag-icon2.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.section-submissions .list-items .box-item .sign2:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/tag-icon1.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.section-submissions .list-items .box-item .sign3:after {
  display: block;
  content: '';
  background: url("/project/img/css/../images/four-pcb-design/tag-icon3.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 1;
}
.section-submissions .list-items:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.section-submissions .list-items .col-4 {
  float: left;
  width: 280px;
  height: 380px;
  margin: 0 0 26px 16px;
}
.section-submissions .p-rollover {
  position: relative;
  background: #dddddd;
  border-radius: 4px 4px 0 0;
  cursor: pointer;
}
.section-submissions .p-rollover.hot:before {
  display: block;
  content: '';
  background: url("/project/img/css/../images/raspberry-pi-pico/act_raspberry.png") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 3;
}
.section-submissions .p-rollover:hover:after {
  z-index: 0 !important;
}
.section-submissions .p-rollover:hover .tips-text {
  opacity: 1;
  visibility: visible;
}
.section-submissions .p-rollover:hover img {
  transform: scale(1.07);
}
.section-submissions .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;
}
.section-submissions .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;
}
.section-submissions .p-rollover .img-cover {
  display: block;
  height: 206px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.section-submissions .p-rollover .img-cover:hover:before {
  opacity: 1;
  visibility: visible;
}
.section-submissions .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;
}
.section-submissions .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;
}
.section-submissions .p-body {
  background: #fff;
  padding: 17px 0 0;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px;
}
.section-submissions .p-body .p-name {
  font-size: 16px;
  color: #202121;
  font-weight: 700;
  height: 56px;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-word;
}
.section-submissions .p-body .p-name .title-link {
  cursor: pointer;
  color: #202121;
}
.section-submissions .p-body .p-name .title-link:hover {
  color: #202121;
}
.section-submissions .p-body .p-tool {
  padding: 12px;
  color: #c7c7c7;
  box-sizing: border-box;
  font-size: 12px;
}
.section-submissions .p-body .p-tool .iconfont {
  vertical-align: middle;
}
.section-submissions .p-body .p-tool .view-num {
  margin-right: 6px;
}
.section-submissions .p-body .p-release {
  border-top: 1px solid #ebebeb;
}
.section-submissions .p-body .release-user {
  position: relative;
  padding: 12px 13px;
  box-sizing: border-box;
}
.section-submissions .p-body .release-user:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.section-submissions .p-body .release-user .list {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 4px;
}
.section-submissions .p-body .release-user .list:hover .release-tips {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-submissions .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;
}
.section-submissions .p-body .release-user .head-img {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}
.section-submissions .p-body .release-user .head-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.section-submissions .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);
}
.section-submissions .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;
}
.section-submissions .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;
}
.section-submissions .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;
}
.section-submissions .p-body .release-user .release-tips .row-user {
  margin-bottom: 10px;
  text-align: center;
  line-height: normal;
}
.section-submissions .p-body .release-user .release-tips .row-user .text-gray {
  color: #767676;
}
.section-submissions .p-body .release-user .release-tips .row-user a {
  color: #202121 !important;
}
.section-submissions .p-body .release-user .release-tips .row-user a:hover {
  color: #64686a !important;
}
.section-submissions .p-body .release-user .release-tips .row-user:last-child {
  margin-bottom: 0;
}
.section-submissions .p-body .release-user .release-tips .row-user ul {
  display: block;
  width: 100%;
}
.section-submissions .p-body .release-user .release-tips .row-user .avatar-profile {
  position: relative;
  display: block;
}
.section-submissions .p-body .release-user .release-tips .row-user .avatar-profile a {
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 100%;
}
.section-submissions .p-body .release-user .release-tips .row-user .avatar-profile img {
  border-radius: 50%;
}
.section-submissions .p-body .release-user .release-tips .row-user .list-stats-icons {
  text-align: center;
  font-weight: bold;
  color: #a6abab;
}
.section-submissions .p-body .release-user .release-tips .row-user .list-stats-icons li {
  display: inline-block;
  margin: 0 3px;
}
.section-submissions .p-body .release-user .release-tips .row-user .list-stats-icons li span {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.section-submissions .p-body .release-user .release-tips .row-user .list-stats-icons .projects .yy-icon {
  background-position: -103px -345px;
}
.section-submissions .p-body .release-user .release-tips .row-user .list-stats-icons .favorites .yy-icon {
  background-position: -134px -344px;
}
.section-submissions .p-body .release-user .release-tips .row-user .text-black {
  color: #202121;
}
.section-submissions .view-more-btn {
  display: block;
  background: url("/project/img/css/../images/four-pcb-design/view-btn-bg.png") no-repeat center;
  width: 254px;
  height: 62px;
  margin: 30px auto 0;
}
.section-submissions .view-more-btn:hover {
  background: url("/project/img/css/../images/four-pcb-design/viewed-btn-bg.png") no-repeat center;
}
.section-sponsor {
  position: relative;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  min-height: 200px;
  background: #5255ef;
  color: #fff;
  border: 1px solid transparent;
}
.section-sponsor .sponsor-title {
  text-align: center;
  font-size: 36px;
  margin-top: 40px;
}
.section-sponsor .sponsor-logo {
  display: block;
  margin: 70px auto;
}
.section-discussion {
  position: relative;
  width: 1440px;
  height: auto;
  margin: 0 auto;
  background: url("/project/img/css/../images/four-pcb-design/discussion-bg.png") no-repeat center top #3d26a9;
  padding-bottom: 60px;
  border: 1px solid transparent;
}
.section-discussion .edit-discussion {
  width: 1200px;
  min-height: 670px;
  margin: 0 auto;
  background: #fff;
}
.share-tool-box {
  position: fixed;
  right: 5%;
  bottom: 30%;
  z-index: 3;
  background: url("/project/img/css/../images/four-pcb-design/share-bg.png") no-repeat center;
  width: 62px;
  height: 266px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  opacity: 0;
  transition: all 0.8s linear;
  transform: rotate(0) scale(0);
}
.share-tool-box.o-active {
  opacity: 1;
  transform: rotateY(360deg) scale(1);
}
.share-tool-box .share-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAABvtJREFUWMPlWQtMU1cYRt3m5pxxTpdlurkYH4tzyxayGDI2UecmBkxkdpugDkELUlpoay2PPm6htL1t76XQ0geP8oozc2a6oE43nzjjBgyB8QZ5iDwEylve9O6ctlcYCmJCS5bd5KS39/6n5zv/+f/v/86pk9P//kKQ+T5hZ/eIElojYwwDwmhDr5AtLwvzDE59d86xbWclrufH1xbgaWMElkYQSlvD0wkCTe4bZcoKMte60xfOCbjPmdo1YkNHuyKVIORGKzDwnZAm9VnAoikEEZtBEExF4S9OFMoChwNkoyXnIBAITmLoag8QZgdu9uat20VVv0+PyZMpjP3DKHinAt70jrwQ7FBwHweJ35Il95qhl6SJvQOBSO6myTY+/Et+WOooAT0crqrLcyhA77BzVBVYPhx4MFReop3CbB5ffb8eejha10p84oe+4jCAIUg+AwNLB5s/93LAVHYMtDgPehBNHjEfR9scB3A/iCnoQRiDDLREPJUdL/5esdWDbYS7T/wShwF0oyetkiX3D9sG73Y7jK6abOMeatwmNw4RcuBBnqquGDya7xBwHxw49jJLXpiuSB0xW+gFABBpW+56sU/u9TioW7nDT/3mIf5vwTGGrlb4Pg54+kDkr8efeaB3fH1fDERuvb6ZJtlF4Zx/YyaEujMkZQOiaSiHsQczGMaXpRnhcpsJsb4DNBNB0g8k7ONY+U1nKvX5GQOjME44c7CKn0S6JpMsadDiAVlSPyFQ1zfRxTkCV2/pq0/M3Iisg9LEzj5L0KdYiVmY0FIrUDdW4ulmy+/Ad/DTkkCpwwQXK7/sSTUsmmHgIM+xJcVSNOWh5cfhDCc3HCwHX3OvJTDi1iNe20gRvhAk/iMBTxu22gFwGLCLUNWe+ZQev2KzD7IkQHD90DGs4mwk1niDhZaCVqLezc7c8UxLegwvPglLD5w9CQjOVJVpnTn5TGHxaE/bHkbGJi/aidVcvCw/Nn28H2p8SDAlRbxZDWx/5PdgWHJg6YEDwRjhxde3sGXlRj/kmiYMrz8dpW3rVKaOgxRoWlqAQmkl4wk+izK0dbJEBVtnFdyHvshSJKGlU06CA7ERJLiNuFCYL/0rAqjK5VxV5TUY2CQg+YQJRcbVFlKYp1bOOi18xf5+HwxiS4yBgYJj8uKnsl1Lpy/kxzfkTwSHp40SDGl+hhuIYfuoDmV1hmWZwGCItsm0kRK0eDp7d7pxi9LGcbDfd/xLPLsSa4i8pAbGFsxcjqI6fQZd5gm0DT2kxqOEnPrGrgBDsbIikptCY4pSnk6UlAVCXUMzmdViff8+uwIMjinQQX6Dg4XH1Vx/mr0zFVkuMfSYSQ8ejri2364APYJ1bkogHK0kO2DeSdO7TGfvx7vOj7VNSJb0kHA9GrvGvtUdLBkvrq6ArJuIprH0I0r4iieZsiRl6yWJPYOkCODiVVcdokIAf23BU4cGUVtmIglNZd5hP1MsdRdMYHfwSahAeJLErj45uQmCALGq/K+5p7+0G8VMvKiyXBqeNmhW2EgYqg+R7gEh0je3iw2dBEnQE5tVAIwQQnVjBVV0lTmVkJg2pj2RRVAwODvPQNEcjbjuDriwCSbNxPpLgsEAoQNtVxetN5nIOCQb/C7Wt3XQJXcSd4dkbphunPf8mcuOiLLDQQUrFGmbR6K0rSOChPv3WLJSjSsNWz8tSE8qsuiw6AaNg1WeF8S15shSRnPgZ6iy5GKA4OYhoF4Wu/jjywIltxiIprkKJphywmTITfkxRem1vZwfPSZrPX/2ldUCTUNN7BNWBPaVJHb2h4qK3GdH2oPY2x+W5Rauqr4oSx4Ywm2qhtSDGCiDfHVdzSHe5fDtBzWvuVCQZTH6jloyIaG0E6ofVEXGNhRLkrqHSZmHpnQPebDTXWc30YIy17LkRWiModOEpT3umSh9aw9TVvoXvIfgRAktlRTGqUcgtvkrV/PxuhOW4xHwPgK/+6d9Nky+sUtp4hwqUOB/wwRSpo1rRfIeTerv207Xb5zcF4pfXlxDpdWLQ8QXgXGb7MoMR/jZW7j43dNgKYcnepWrqs6dqg9NUsCCXsYBiwSguTucHHFRGOlvc5SVKrlxxGwpBmqTYUplL6v4VmHb7fmIrtAdeiQi1rUPQlkHan4NODh8YgWiSe+kWuLUOAZOJS595lCAHFAardk9RgSKbh95bGfIy1onTe4ZgnEqNpiGoNp3KEAv1g9bFcZB65bBODDGVlac2c/JOuzFPOkfihbGyhJ7u8ish4Q/Jweb4Yq7LLjFeMSVtkMm8lATgotU15ZtDBIunrOjYf/Iy0HRugftWPoYobTxIiyV0qRugiMv17kFJcwduHG+RJYe5F3Yy5VVsZA4EytQkH1k51Hthv/cnwT/AI1nWADfbO6RAAAAAElFTkSuQmCC") no-repeat center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
}
.share-tool-box .share-label {
  font-size: 16px;
  color: #8A9EFF;
  height: 40px;
  line-height: 40px;
}
.share-tool-box .twitter {
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IArs4c6QAAAYBQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////l/kKowAAAH90Uk5TAAECBAUGBwgJCgsMDQ4PEBESFhgZGxwhIiQlJygpLzEyMzU6PEBDRk1PUFFSU1ZYWVpbXGRlaWprb3N5e4CCiYqLjI6PlJibnKOmqquvsrS1tri5u7y9wMLDxMjJy8zNz9HS09XX2Nna29zi4+Tl5ufq6+zt7vDy9ff5+vv9/l7DaV0AAAFnSURBVBgZ1cFpWxJhAAXQO0QQBamUFqWEmphrWWG4lBJu5AKFGohLhVQ2kkSWQND96zmyPPPOAl/zHPx/vPOp3G95a/I6FA4vgE43dDoirJG9gHNSfgYgHIfWrQwbfo2EfzJtAXDEiARRgqKcBzZ0kdxwQm2Mor2BYHwQfTz3pQcqMYq+k68AHxWFKQvqpDy11gG0V3jh45CEKleFGu/tOJdkzeELNxS2IkWLVihG2VBKvp7ov3P7K0V+VL2lxl+K+qGQ0JZmc91Q+A5CT3NspuyEwsNWsrggyWwhjqoZthBClfUDm3uEGneazZRvou7Gwh+ai0Hl3nyJZp6gYWhz9V2ZJrJX0HD1mOaCUPHTVMYCtedlmngIUW+Khl5CZ2D5gDobMOBaodb2NejYAzK13tggst4dXvpBreI0BDv7385oIH4fosAJDST80HGMRwsUfJ57AGOuwdm13aOT0/zxp2josQeX1T+W2pD1KBeTewAAAABJRU5ErkJggg==") no-repeat center;
  background: url("/project/img/css/../images/four-pcb-design/twitter.png") no-repeat;
  width: 40px;
  height: 33px;
  margin: 24px auto 0;
}
.share-tool-box .face-book {
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IArs4c6QAAAK5QTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////LYr0KgAAADl0Uk5TAAQHDg8QExQVFhceHyEoMTM1PEJGS0xNWWJoam90eHl+g4+rvMLJztPU1dbZ2uHj5+ju8vP1/P3+L5AvCQAAAKJJREFUOMvt1bcSwjAMgGFTkoAJEGoglNBbaKHr/V8M58TkS2wNnBf4Jw3fJA1izETlyfJ0v13iQ1/tBlf4FCrdGIAEm0CECyJ0Xmiex+0uChSwjW5d1a2mh7Cl3WGAkFNhgQqLX4E2F40QusnM8+kwAjkvHW5k97CJ8MyIcEWF8wy4l+EsA9bqoimaRjKXjF3mD38MDhFaWljxO6JuzsAHeAMfokjmoE/mwQAAAABJRU5ErkJggg==") no-repeat center;
  background: url("/project/img/css/../images/four-pcb-design/facebook.png") no-repeat;
  width: 40px;
  height: 33px;
  margin: 12px auto 0;
}
.share-tool-box .v-k {
  display: block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAAXNSR0IArs4c6QAAAgRQTFRFAAAAgICAgID/VVWqgIC/ZmaZVVWqf3+qcXHGdnaxbW22cHCveHi0VVWqY2Oqc3OzaGiuaGi5b2+xamq1UlyjZGStbW22Zmayc3O1YGivaWm0cXG0R06cXGOqFBuGXl6oYmmxW1uqYWGqb2+xXmOsV1yoX2SqSk6iTU2fW1uoZ2euSU6gX1+pX2OtSEyhYGSrTFCjWFynXV2qWl6pTlGjVlalTE+iQEOcREqdR0qgPj6aPkGaPkCYSUyeRUiePUCaQEKaQEObQkWcPUCYOj+ZPD+ZPEGZQUSZNjiUMTOSREidNjiUOj6XNDiVMTWUMzWUOTuWNTiUODyYNTmWODqWNDaTLi+QMzaTLTGRMDKRMDSTMDKTLjGSMTSULC2PKi2PLTCRLC+RLC+PKi2PLS+QKSyPJyuNJSmNJimNIiaKIiSLJCeMJSiMJimNJSeMICOJIyeLHSGIICSKISSKHyKJJCeMHiKJHyKKHB+IHiGJICOJHiGIGR2GISOKHR+HGx+HHB+IHiGIHSGHHyKJJCeMHSCIIiWLHyKJIiWLISOKIyaLHSCIHiGJHyKJICOJGRyFHiGIGx2HFxuGGh6HIiWMGBuGGR2HGBuGGh2HISSLIiWLExaCFhmEFhqEFxqEFxqFGBuFGBuGGRyFGRyGGh2GGx6HHB+HHB+IHR+IHSCIICOJIiSKUkdMeQAAAJt0Uk5TAAICAwQFBgYJDQ4QERISFBYWFxgZHBweHyAiIiQkJiYnKiouMTIzNDU4OTs7Ozw9QEBCREhKTVBTU1ZWV1dcYGBjZGhpbm5xcnN1ent/gYGBg4OGiI6Rl52enqOmq6+wsLK0trzBxcfO0tPT1NbX2drb3ODh4uPk5eXo7vDw8fLy8vPz8/T19vb39/j4+Pj5+fv8/Pz9/f7+/v690JRyAAABm0lEQVQYGe3BZVsVQRgG4EdREYsjdiNit9iBgYKJ3d3d3d3dgsvZOc7M6qN/0nlnF9njdZ2vfOK+0aa1de6ZcbpCdNty+sWnPw2PTq1CoiwjenUCpt9pFK83wqm+ZOiFE+Dt/t0oGq5XoPwbvY/94BQfsRR2PkRljjFVCew1FGozxIKAws6D2KHpRccAjA3o3S6BM9FQmDlwBr5nrGkKnAOGQq2DM0hT6Blwdmp6ajvEqJDe474A+muK3GQAIz/Tiy6WwNtnKMx+ACMMRW4c0PGkpfd1EmLDv9DLzgamGgpdBWwI6IWr0WyrondrCJYGFEE1xn+gpw/in9Kb9KLzs85FFNHxmnu/KH5eLUWLJQG9SFnGoixj4UykHbYs4AHyDLjLAtRK5FkYsIDcMuTZFrKAH7VI63DUMMU+fRcxoZcjrccJwxY3eg87a5loWoS07oeybKY2AWUXLBNvRyOtfd19xZieC2DwNSaiM0XIk1l/2QZKax1UwRl6RTP2fRr+UzRm8Zr6tfUr2kH02fXw5as3z5892dMFbVrXX9czUfQy4d1BAAAAAElFTkSuQmCC") no-repeat center;
  background: url("/project/img/css/../images/four-pcb-design/vk.png") no-repeat;
  width: 40px;
  height: 33px;
  margin: 12px auto 0;
}
.back-to-top {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  visibility: hidden;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  right: 5%;
  bottom: 6%;
  z-index: 5;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: url("/project/img/css/../images/four-pcb-design/top.png") no-repeat center #dddddd;
  transition: all 0.3s linear;
}
.back-to-top:hover {
  background: url("/project/img/css/../images/four-pcb-design/toped.png") no-repeat center #dddddd;
}
.back-to-top.is-show {
  visibility: visible;
}
/*2021-6-21 activity end*/
.receive-coupon-up {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.receive-coupon-up .box {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 212px;
  border: 10px solid rgba(255, 255, 255, 0.4);
  box-sizing: content-box;
}
.receive-coupon-up .box .inner {
  padding: 30px 20px;
  text-align: center;
  background-color: #fff;
}
.receive-coupon-up .box .inner .close-end {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 99;
  background: url(/project/img/css/../images/design-tutorials/close_btn.png) no-repeat;
  width: 32px;
  height: 32px;
}
.receive-coupon-up .box .inner .dt {
  font-size: 18px;
  margin-top: 30px;
}
.receive-coupon-up .box .inner .operation {
  margin-top: 46px;
}
.receive-coupon-up .box .inner .operation .receive-btn {
  display: inline-block;
  width: 80px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
  margin: 0 8px;
  border-radius: 30px;
  background-color: #ffb700;
  color: #333333;
  font-weight: 500;
  cursor: pointer;
}
.receive-coupon-up .box .inner .operation .receive-btn:hover {
  opacity: 0.9;
}
.receive-coupon-up .box .inner .operation .receive-btn:active {
  opacity: 0.9;
}
/*2021-6-21 activity end*/
/*# sourceMappingURL=four-pcb-design.css.map */