.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%;
}
#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;
}
.elementor-icon-wrapper {
  text-align: center;
}
.elementor-icon {
  display: inline-block;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #818a91;
  font-size: 50px;
  text-align: center;
}
.elementor-widget-container:nth-child(1) {
  animation-name: ekit-zoom;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: -24px;
  right: -27px;
}
.elementor-widget-container:nth-child(1) .elementor-icon {
  font-size: 25px;
}
.elementor-widget-container:nth-child(2) {
  animation-name: ekit-zoom;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  top: 15px;
}
.elementor-widget-container:nth-child(2) .elementor-icon {
  font-size: 20px;
}
.elementor-widget-container:nth-child(3) {
  animation-name: ekit-zoom;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  position: absolute;
  left: -30px;
  top: 32px;
}
.elementor-widget-container:nth-child(3) .elementor-icon {
  font-size: 25px;
}
@-webkit-keyframes ekit-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes ekit-zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
.diy-animate {
  position: absolute;
  right: 484px;
  top: 150px;
  z-index: 9;
}
.mouse-move {
  position: absolute;
  border: 1px solid red;
  z-index: 999;
  top: 0px;
  width: 1200px;
  left: 50%;
  height: 600px;
  margin-left: -600px;
  background: transparent;
}
.mouse-move img:nth-child(1) {
  position: absolute;
  left: 120px;
  top: 60px;
}
.mouse-move img:nth-child(2) {
  position: absolute;
  right: 120px;
  top: 360px;
}
.mouse-move img:nth-child(3) {
  position: absolute;
  left: 420px;
  top: 260px;
}
@-webkit-keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 rgba(255, 255, 255, 0.2);
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes CTPulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 rgba(255, 255, 255, 0.2);
    border-radius: 100%;
  }
  70% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 60px rgba(255, 255, 255, 0);
    border-radius: 100%;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 rgba(255, 255, 255, 0);
    border-radius: 100%;
  }
}
.promo-btn {
  -o-animation: CTPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -ms-animation: CTPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  -webkit-animation: CTPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
  animation: CTPulse 3s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
.share-feedback-wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.share-feedback-banner {
  background: url("../images/share-feedback/share-feedback-banner.png") no-repeat center #242323;
  height: 809px;
  min-width: 1200px;
  position: relative;
  overflow-x: hidden;
}
.share-feedback-banner .share-feedback-wrap {
  height: inherit;
}
.share-feedback-banner .axial-box-area {
  width: 890px;
  height: 780px;
  position: absolute;
  top: 0;
  left: 640px;
  z-index: 1;
}
.share-feedback-banner .axial-box-area #axial-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.share-feedback-banner .axial-box-area .big-axial {
  position: absolute;
  height: 512px;
  width: 512px;
  background: #fff;
  top: 80px;
  right: 149px;
  z-index: 1;
  background: url("../images/share-feedback/banner-icon6.png") no-repeat center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  opacity: 0;
}
.share-feedback-banner .axial-box-area .axial-box {
  position: absolute;
  height: 512px;
  width: 512px;
  top: 80px;
  right: 149px;
  z-index: 2;
}
.share-feedback-banner .axial-box-area .axial-box .img-li:nth-child(4) {
  z-index: 4 !important;
}
.share-feedback-banner .axial-box-area img {
  opacity: 0;
  position: absolute;
}
.share-feedback-banner .share-btn {
  display: inline-block;
  height: 60px;
  line-height: 55px;
  width: 218px;
  background: #21812b;
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-family: Roboto-Bold;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  position: absolute;
  left: 20px;
  bottom: 198px;
  z-index: 1;
  transition: background-color 0.3s linear;
}
.share-feedback-banner .share-btn:before {
  display: block;
  content: '';
  width: 234px;
  height: 76px;
  background: rgba(0, 165, 99, 0.12);
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 1;
  -moz-border-radius: 80px;
  -webkit-border-radius: 80px;
  border-radius: 80px;
}
.share-feedback-banner .share-btn:hover {
  background: #2d923a;
  color: #fff;
}
.feedback-section-intro {
  background: url("../images/share-feedback/share-bg.png") no-repeat center #242323;
  height: 900px;
  min-width: 1200px;
}
.feedback-section-intro .feedback-title {
  font-size: 32px;
  text-align: center;
  color: #fff;
  padding-top: 50px;
}
.feedback-section-intro .section-intro-title {
  background: url("../images/share-feedback/introduction.png") no-repeat center;
  width: 430px;
  height: 118px;
  margin: 70px auto 0;
}
.feedback-section-intro .section-intro {
  margin-top: 90px;
}
.feedback-section-intro .section-intro:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-intro .section-intro-l {
  float: left;
}
.feedback-section-intro .section-intro-l .video-box {
  background: url("../images/share-feedback/compute-video.png") no-repeat center;
  width: 730px;
  height: 529px;
  position: relative;
}
.feedback-section-intro .section-intro-l .video-box .video-el {
  position: absolute;
  top: 20px;
  left: 128px;
  z-index: 1;
  height: 310px;
  width: 495px;
}
.feedback-section-intro .section-intro-l .video-box .video-play-btn {
  background: url(../images/share-feedback/paly-btn.png) no-repeat center;
  width: 86px;
  height: 86px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  right: 0;
  top: 0;
  margin: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.16s linear;
}
.feedback-section-intro .section-intro-l .video-box .video-play-btn:hover {
  transform: scale(1.1);
}
.feedback-section-intro .section-intro-l .video-box video {
  width: 495px;
  height: 310px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  object-fit: cover;
}
.feedback-section-intro .section-intro-r {
  float: right;
  color: #fff;
  width: 465px;
}
.feedback-section-intro .section-intro-r .text {
  margin-top: 80px;
  font-size: 20px;
  line-height: 30px;
}
.feedback-section-timeline {
  background: #000;
  overflow: hidden;
  padding: 67px 0 116px;
  min-width: 1200px;
}
.feedback-section-timeline .section-timeline-title {
  background: url("../images/share-feedback/time.png") no-repeat center;
  width: 305px;
  height: 138px;
  margin: 0 auto;
}
.feedback-section-timeline .time-shaft {
  margin-top: 54px;
  position: relative;
}
.feedback-section-timeline .time-shaft:before {
  display: block;
  content: '';
  background: url("../images/share-feedback/time-shaft.png") no-repeat center;
  width: 1200px;
  height: 18px;
  position: absolute;
  top: 114px;
  left: 0;
  z-index: 1;
}
.feedback-section-timeline .time-shaft:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-timeline .time-shaft dd {
  float: left;
  width: 27%;
  color: #000;
}
.feedback-section-timeline .time-shaft dd:first-child + dd {
  margin: 0 112px;
}
.feedback-section-timeline .time-shaft dd .time-title {
  background: url("../images/share-feedback/time-title.png") no-repeat center;
  width: 332px;
  height: 92px;
  margin-bottom: 70px;
  text-align: center;
  line-height: 92px;
  font-size: 20px;
}
.feedback-section-timeline .time-shaft dd .time-content {
  background: url("../images/share-feedback/time-content.png") no-repeat center;
  width: 320px;
  height: 129px;
  text-align: center;
  font-size: 22px;
  color: #fff;
}
.feedback-section-timeline .time-shaft dd .time-content .date {
  display: table-cell;
  vertical-align: middle;
  width: 320px;
  height: inherit;
}
.feedback-section-timeline .time-shaft dd.active .time-title {
  background: url("../images/share-feedback/timed-title.png") no-repeat center;
}
.feedback-section-timeline .time-shaft dd.active .time-content {
  background: url("../images/share-feedback/timed-content.png") no-repeat center;
}
.feedback-section-prizes {
  background: url("../images/share-feedback/prizes-section-bg.jpg") no-repeat center;
  height: 1300px;
  overflow: hidden;
  min-width: 1200px;
}
.feedback-section-prizes .section-prizes-title {
  background: url("../images/share-feedback/price-title-bg.png") no-repeat center;
  width: 227px;
  height: 134px;
  margin: 50px auto 0;
}
.feedback-section-prizes .section-prizes-area {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.feedback-section-prizes .prizes {
  width: 357px;
  height: 304px;
  transition: all 0.3s linear;
  cursor: default;
}
.feedback-section-prizes .prizes:hover {
  transform: translateY(-5px);
}
.feedback-section-prizes .prizes .des {
  width: 327px;
  text-align: center;
  margin-left: 30px;
  padding-top: 30px;
}
.feedback-section-prizes .prizes .name {
  font-size: 22px;
  font-family: Roboto-Bold;
  color: #fff;
  margin-bottom: 10px;
}
.feedback-section-prizes .prizes .tips {
  font-size: 16px;
  position: relative;
  display: inline-block;
  color: #fff;
  margin-bottom: 20px;
}
.feedback-section-prizes .prizes .tips:before {
  display: block;
  content: '';
  border-top: 1px solid #fff;
  width: 30px;
  position: absolute;
  top: 50%;
  left: -45%;
  z-index: 1;
}
.feedback-section-prizes .prizes .tips:after {
  display: block;
  content: '';
  border-top: 1px solid #fff;
  width: 30px;
  position: absolute;
  top: 50%;
  right: -45%;
  z-index: 1;
}
.feedback-section-prizes .prizes .price {
  font-size: 30px;
  color: #FF8901;
}
.feedback-section-prizes .prizes-center {
  margin: 24px auto;
  display: inline-block;
  padding: 0 24px;
}
.feedback-section-prizes .prizes-center:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-prizes .prizes-center .prizes .des {
  margin-top: 30px;
  margin-left: 40px;
}
.feedback-section-prizes .prizes-center .prizes:first-child + dd {
  margin: 0 24px;
}
.feedback-section-prizes .prizesOne {
  background: url("../images/share-feedback/prizes0.png") no-repeat center;
  margin: 60px auto 0;
}
.feedback-section-prizes .prizesTwo {
  background: url("../images/share-feedback/prizes1.png") no-repeat center;
  width: 366px;
  height: 336px;
  float: left;
}
.feedback-section-prizes .prizesThree {
  background: url("../images/share-feedback/prizes2.png") no-repeat center;
  width: 366px;
  height: 335px;
  float: left;
}
.feedback-section-prizes .prizesFour {
  background: url("../images/share-feedback/prizes3.png") no-repeat center;
  width: 366px;
  height: 336px;
  float: left;
}
.feedback-section-prizes .prizesFive {
  background: url("../images/share-feedback/prizes4.png") no-repeat right center;
  width: 357px;
  height: 297px;
  margin: 30px auto 0;
}
.feedback-section-prizes .prizesFive .des {
  display: table-cell;
  vertical-align: middle;
  height: inherit;
  padding-top: 0;
  padding-left: 30px;
}
.feedback-section-enter {
  background: #000;
  padding: 50px 0;
  min-width: 1200px;
}
.feedback-section-enter .section-enter-title {
  background: url("../images/share-feedback/how-enter-title.png") no-repeat center;
  width: 455px;
  height: 129px;
  margin: 0 auto;
}
.feedback-section-enter .enter-title-des {
  margin: 70px auto 0;
  text-align: center;
  color: #fff;
  font-size: 25px;
  width: 574px;
  line-height: 30px;
  font-family: Roboto-Bold;
}
.feedback-section-enter .example-item {
  margin-top: 80px;
}
.feedback-section-enter .example-item:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-enter .example-item .example-l {
  float: left;
  position: relative;
}
.feedback-section-enter .example-item .example-l .example-video {
  background: url("../images/share-feedback/example1.png") no-repeat center;
  width: 621px;
  height: 389px;
}
.feedback-section-enter .example-item .example-l .example-video .video-play-btn {
  background: url("../images/share-feedback/paly-btn.png") no-repeat center;
  width: 86px;
  height: 86px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  right: 0;
  top: 0;
  margin: auto;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  transition: all 0.16s linear;
}
.feedback-section-enter .example-item .example-l .example-video .video-play-btn:hover {
  transform: scale(1.1);
}
.feedback-section-enter .example-item .example-l .example-video video {
  width: 495px;
  height: 310px;
  position: absolute;
  top: 30px;
  left: 64px;
  z-index: 1;
  object-fit: cover;
}
.feedback-section-enter .example-item .example-l .example-rules {
  width: 610px;
  position: relative;
  font-size: 22px;
  color: #fff;
  padding-left: 80px;
  box-sizing: border-box;
  line-height: 30px;
  padding-top: 120px;
}
.feedback-section-enter .example-item .example-l .example-rules:before {
  display: block;
  content: '';
  background: url("../images/share-feedback/index2.png") no-repeat center;
  width: 25px;
  height: 27px;
  position: absolute;
  top: 120px;
  left: 36px;
  z-index: 1;
}
.feedback-section-enter .example-item .example-l .example-rules dd {
  margin-bottom: 20px;
}
.feedback-section-enter .example-item .example-l .example-rules dd .tag {
  color: #FF8901;
}
.feedback-section-enter .example-item .example-l .example-text {
  position: relative;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  text-align: right;
  padding-right: 120px;
}
@keyframes exampleAnimateL {
  from {
    right: 90px;
    opacity: 1;
  }
  to {
    right: 80px;
    opacity: 0.6;
  }
}
.feedback-section-enter .example-item .example-l .example-text:before {
  display: block;
  content: '';
  border-left: solid 10px #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 7px;
  right: 90px;
  z-index: 1;
  animation: exampleAnimateL 0.6s linear infinite;
}
.feedback-section-enter .example-item .example-r {
  float: left;
  position: relative;
  text-align: left;
  font-size: 22px;
  width: 512px;
  line-height: 30px;
  color: #fff;
  margin-left: 30px;
}
.feedback-section-enter .example-item .example-r p {
  margin-bottom: 20px;
}
.feedback-section-enter .example-item .example-r .index1-text {
  position: relative;
  margin-left: 40px;
}
.feedback-section-enter .example-item .example-r .index1-text:before {
  display: block;
  content: '';
  background: url("../images/share-feedback/index1.png") no-repeat center;
  width: 25px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: -36px;
  z-index: 1;
}
@keyframes exampleAnimate {
  from {
    left: -20px;
    opacity: 1;
  }
  to {
    left: -30px;
    opacity: 0.6;
  }
}
.feedback-section-enter .example-item .example-r .example-text {
  margin-top: 40px;
  position: relative;
}
.feedback-section-enter .example-item .example-r .example-text:before {
  display: block;
  content: '';
  border-right: solid 10px #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  top: 7px;
  left: -20px;
  z-index: 1;
  animation: exampleAnimate 0.6s linear infinite;
}
.feedback-section-enter .example-item .example-r .example-btn {
  display: inline-block;
  min-width: 178px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  background: #EF8103;
  transition: all 0.3s linear;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  font-size: 22px;
  border: 2px solid transparent;
  font-family: Roboto-Bold;
  margin-top: 20px;
}
.feedback-section-enter .example-item .example-r .example-btn:hover {
  border: 2px solid #EF8103;
  background: transparent;
  color: #EF8103;
}
@media screen and (max-width: 1200px) {
  .feedback-section-enter .example-item .example-phone {
    margin-left: -45px;
  }
}
.feedback-section-criteria {
  background: url("../images/share-feedback/criteria-bg.png") no-repeat center;
  min-width: 1200px;
  height: 1013px;
  overflow: hidden;
}
.feedback-section-criteria .section-criteria-title {
  background: url("../images/share-feedback/selection.png") no-repeat center;
  width: 613px;
  height: 130px;
  margin: 80px auto 0;
}
.feedback-section-criteria .sub-title {
  background: url("../images/share-feedback/criteria-title.png") no-repeat center;
  width: 762px;
  height: 73px;
  line-height: 50px;
  margin: 40px auto 0;
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.feedback-section-criteria .sub-title span {
  font-size: 28px;
  color: #FF8901;
}
.feedback-section-criteria .criter-box {
  width: 1200px;
  margin: 50px auto;
  color: #fff;
}
.feedback-section-criteria .criter-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-criteria .criter-box dd {
  float: left;
  background: url("../images/share-feedback/criteria1.png") no-repeat center;
  width: 405px;
  height: 225px;
  transition: all 0.3s linear;
}
.feedback-section-criteria .criter-box dd:hover {
  transform: scale(1.1);
}
.feedback-section-criteria .criter-box dd.c-criter {
  background: url("../images/share-feedback/criteria2.png") no-repeat center;
  float: right;
}
.feedback-section-criteria .criter-box dd.c-criter h4 {
  padding-left: 164px;
}
.feedback-section-criteria .criter-box dd h4 {
  font-size: 22px;
  margin-top: 20px;
  padding-left: 140px;
  box-sizing: border-box;
}
.feedback-section-criteria .criter-box dd .des {
  width: 355px;
  font-size: 20px;
  line-height: 30px;
  box-sizing: border-box;
  margin: 20px auto 0;
}
.feedback-section-criteria .criter-box.ters {
  position: relative;
}
.feedback-section-criteria .criter-box.ters:before {
  display: block;
  content: '';
  background: url("../images/share-feedback/tag-cri.png") no-repeat;
  width: 66px;
  height: 71px;
  position: absolute;
  top: -60px;
  left: 50%;
  z-index: 1;
  margin-left: -33px;
}
.feedback-section-criteria .criter-box.ters dd {
  background: url("../images/share-feedback/criteria2.png") no-repeat center;
  width: 405px;
  height: 225px;
}
.feedback-section-criteria .criter-box.ters dd:first-child h4 {
  padding-left: 160px;
}
.feedback-section-criteria .criter-box.ters dd:first-child + dd {
  background: url("../images/share-feedback/criteria3.png") no-repeat center;
  float: right;
}
.feedback-section-criteria .criter-box.ters dd:first-child + dd h4 {
  padding-left: 100px;
}
.feedback-section-rules {
  background: url("../images/share-feedback/rules-bg.png") no-repeat center;
  height: 956px;
  min-width: 1200px;
  overflow: hidden;
}
.feedback-section-rules .section-rules-title {
  background: url("../images/share-feedback/rules.png") no-repeat center;
  width: 193px;
  height: 134px;
  margin: 54px auto 0;
}
.feedback-section-rules .rules-lists-area {
  margin-top: 50px;
}
.feedback-section-rules .rules-lists-area dd {
  position: relative;
  font-size: 20px;
  line-height: 25px;
  width: 955px;
  margin: 0 auto 15px;
  color: #fff;
}
.feedback-section-rules .rules-lists-area dd .tab-index {
  position: absolute;
  top: 0;
  left: -35px;
  z-index: 1;
}
.feedback-section-rules .rules-lists-area dd .tag {
  color: #EF8103;
}
.feedback-section-rules .rules-lists-area dd .tag a {
  color: #EF8103;
  text-decoration: underline;
}
.feedback-section-feedbacks {
  background: #000;
  padding: 60px 0;
  min-width: 1200px;
}
.feedback-section-feedbacks .section-feedbacks-title {
  background: url("../images/share-feedback/submissions.png") no-repeat center;
  width: 460px;
  height: 134px;
  margin: 0 auto;
}
.feedback-section-feedbacks .miss-info-area {
  text-align: center;
}
.feedback-section-feedbacks .miss-nav {
  display: inline-block;
  margin-top: 50px;
}
.feedback-section-feedbacks .miss-nav dd {
  display: inline-block;
  vertical-align: top;
  background: url("../images/share-feedback/miss.png") no-repeat center;
  width: 174px;
  height: 54px;
  line-height: 52px;
  margin-right: 4px;
  font-size: 22px;
  color: #fff;
  vertical-align: middle;
  cursor: pointer;
  transition: all 0.3s linear;
}
.feedback-section-feedbacks .miss-nav dd:hover {
  transform: translateY(-3px);
}
.feedback-section-feedbacks .miss-nav dd.active {
  background: url("../images/share-feedback/missed.png") no-repeat center;
}
.feedback-section-feedbacks .miss-lists-area {
  margin: 60px auto 0;
  width: 1200px;
  height: 840px;
  position: relative;
}
.feedback-section-feedbacks .miss-lists-area .loading-data {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url("data:image/gif;base64,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") no-repeat center rgba(234, 234, 234, 0.1);
  width: 100%;
  height: 100%;
  display: none;
}
.feedback-section-feedbacks .miss-lists-area .clearfix {
  zoom: 1;
}
.feedback-section-feedbacks .miss-lists-area .clearfix:after {
  content: '.';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0;
  overflow: hidden;
}
.feedback-section-feedbacks .miss-lists-area .activity-stream-column:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.feedback-section-feedbacks .miss-lists-area .review-card {
  float: left;
  background-color: #fff;
  width: 270px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 20px 24px;
}
.feedback-section-feedbacks .miss-lists-area .review-card .rongqi {
  position: relative;
  height: 200px;
  background: #efefef;
  overflow: hidden;
}
.feedback-section-feedbacks .miss-lists-area .review-card .rongqi:hover img {
  transform: scale(1.02);
}
.feedback-section-feedbacks .miss-lists-area .review-card .rongqi img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  transition: all 0.3s linear;
}
.feedback-section-feedbacks .miss-lists-area .review-card__header {
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-left: 14px;
}
.feedback-section-feedbacks .miss-lists-area .review-card__header .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.feedback-section-feedbacks .miss-lists-area .review-card__header .star-rating {
  display: inline-block;
  margin: 0 0 0 8px;
}
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-1,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-2,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-3,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-4,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.feedback-section-feedbacks .miss-lists-area .star-rating.count-5 .star-1,
.feedback-section-feedbacks .miss-lists-area .star-rating.count-5 .star-2,
.feedback-section-feedbacks .miss-lists-area .star-rating.count-5 .star-3,
.feedback-section-feedbacks .miss-lists-area .star-rating.count-5 .star-4,
.feedback-section-feedbacks .miss-lists-area .star-rating.count-5 .star-5 {
  background: #007f4e;
}
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-1,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-2,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-3,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-4,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-1 .star-image,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-2 .star-image,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-3 .star-image,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-4 .star-image,
.feedback-section-feedbacks .miss-lists-area .star-rating.size-medium .star-5 .star-image {
  width: 20px;
  height: auto;
}
.feedback-section-feedbacks .miss-lists-area .review-card__author {
  margin-top: 10px;
  color: #adadad;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  margin-left: 14px;
  height: 16px;
}
.feedback-section-feedbacks .miss-lists-area .review-card__author a {
  font-weight: 700;
  color: #191919;
}
.feedback-section-feedbacks .miss-lists-area .review-card__body {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-top: 16px;
  padding: 0 14px 30px;
  box-sizing: border-box;
}
.feedback-section-feedbacks .miss-lists-area .review-card-link {
  color: #1b1b1b;
}
.feedback-section-feedbacks .miss-lists-area .review-card-link p {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 36px;
  overflow: hidden;
}
.feedback-section-feedbacks .miss-lists-area .review-card-link h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.feedback-section-feedbacks .view-tool {
  text-align: center;
  margin-top: 20px;
}
.feedback-section-feedbacks .view-tool .view-more {
  display: inline-block;
  height: 40px;
  padding: 0 20px;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #fff;
  transition: all 0.3s linear;
}
.feedback-section-feedbacks .view-tool .view-more:hover {
  background: #EF8103;
  border: 1px solid #EF8103;
}
.floor-tool {
  background: url("../images/share-feedback/flooer-tool.png") no-repeat center;
  width: 209px;
  height: 395px;
  position: fixed;
  top: 20%;
  right: -150px;
  z-index: 6;
  transition: all 0.6s linear;
  transform: scale(0);
}
.floor-tool.active {
  transform: scale(1);
  right: 70px;
}
.floor-tool .floor {
  margin-top: 80px;
  position: relative;
}
.floor-tool .floor:before {
  display: block;
  content: '';
  width: 210px;
  background: #8C97CB;
  height: 317px;
  position: absolute;
  top: 2px;
  right: -3px;
  z-index: -1;
}
.floor-tool .floor dd {
  background: url("../images/share-feedback/floor.png") no-repeat center;
  width: 208px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
}
.floor-tool .floor dd:last-child {
  background: url("../images/share-feedback/floor-last.png") no-repeat center;
  height: 74px;
  width: 208px;
}
.floor-tool .floor dd.active {
  background: url("../images/share-feedback/floored.png") no-repeat center;
}
.floor-tool .floor dd a {
  display: inline-block;
  width: 58px;
  height: 58px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-top: 8px;
}
.floor-tool .floor dd a.face {
  background: url("../images/share-feedback/face.png") no-repeat center #000;
}
.floor-tool .floor dd a.face:active,
.floor-tool .floor dd a.face:focus,
.floor-tool .floor dd a.face:hover {
  background: url("../images/share-feedback/faced.png") no-repeat center #8C97CB;
}
.floor-tool .floor dd a.twitter {
  background: url("../images/share-feedback/twitter.png") no-repeat center #000;
}
.floor-tool .floor dd a.twitter:active,
.floor-tool .floor dd a.twitter:focus,
.floor-tool .floor dd a.twitter:hover {
  background: url("../images/share-feedback/twittered.png") no-repeat center #8C97CB;
}
.floor-tool .floor dd a.com {
  background: url("../images/share-feedback/com.png") no-repeat center #000;
}
.floor-tool .floor dd a.com:active,
.floor-tool .floor dd a.com:focus,
.floor-tool .floor dd a.com:hover {
  background: url("../images/share-feedback/comed.png") no-repeat center #8C97CB;
}
/*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: 190px;
  border: 10px solid rgba(255, 255, 255, 0.4);
}
.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(../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: #EF8103;
  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=share-feedback.css.map */