.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
body {
  overflow-x: hidden;
}
.p-header {
  position: relative;
  z-index: 999999;
  border-bottom: 1px solid #ebebeb;
  background: #fff;
  min-width: 1200px;
}
.p-header .header-top {
  height: 64px;
  border-bottom: 1px solid #ebebeb;
}
.p-header .header-top:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.p-header .p-header-logo {
  float: left;
  margin: 0 0 0 20px;
  height: 64px;
}
.p-header .p-header-logo a {
  width: 250px;
  height: 64px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background: url(../images/common-sprite.png?v=230509) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE4NTExRjA2Nzc0NTExRUM5QkIxODg3RkM2NDdCQkQ3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE4NTExRjA3Nzc0NTExRUM5QkIxODg3RkM2NDdCQkQ3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg1MTFGMDQ3NzQ1MTFFQzlCQjE4ODdGQzY0N0JCRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg1MTFGMDU3NzQ1MTFFQzlCQjE4ODdGQzY0N0JCRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6PjRahAAAByElEQVR42mL8//8/w2ADTAyDEIw6iljAgk2QkZExjQyz/gHxTyD+CMQvgfgRED8npAlbmmahcqhzQrEEEOsD8ScgPg/Et0D2D5bo4wNieyAOAGLewZamRIE4EIglB1tC5wBibyCWGWy5D2SfKxALDLYigRWIHUGZfLCVU6A0pk43Rx07diySSKUGJBWe5IK3b982CAkJgXLYciKLC0lsBSzVQurVq1e1IAfp6ekVk6BNjmYh9ebNm3phYWEpDQ2Nwps3b34jQas41dOUgoICx+PHj0tAIaSjo1NEooNAgJ/qIbVq1aoQGRkZVXt7+4qrV69+JcMIdqqHVF5e3hZg1D3duXNnraCgINUyDUWOOnHixAdRUdGmv3///gbmvMlANiuJRvykWTnFw8NT/vXr108vX76cDEzwpDjsI00LT15e3vIfP358AUbnFBK0vaR5iS4tLV1x7ty5YyRoeYS15YutOUpmc5hUAGqVrvyPxQED2XG4gKuJPFCOegPENwdT0+U3EO/D15Ggt6NA3bA9QPyB5H4fDUMI5KDHZHVGaZSG9hEKIXo5iqzOKAuV08tPqENAJfVDIH5BimPwFp6joy6jjqIAAAQYAMIGh2KzVv56AAAAAElFTkSuQmCC) 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(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACUAAAAkCAYAAAAOwvOmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNDMjU1MkM3ODAwMTFFQzgxMDhENTEzN0FFQjVGMTUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNDMjU1MkI3ODAwMTFFQzgxMDhENTEzN0FFQjVGMTUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTg1MTFGMDY3NzQ1MTFFQzlCQjE4ODdGQzY0N0JCRDciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTg1MTFGMDc3NzQ1MTFFQzlCQjE4ODdGQzY0N0JCRDciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4NYglZAAABvklEQVR42mL8//8/w2ADTAyDEIw6iljAgk2QkZGRGL2SQCwHxOJAzA/E7OR4EpimZxHlKDwA5Fo1IDYEYj66hhQOwAvELkAsOiDRhyOqXIGYY8DSFBqQAWIPemYKQhYJQEOIabAUCaBE7QjErIOpnFKnR6Im1VEGxBhw7NixSHo5SpLYcsjS0tLh7du3DfRwlByxBujp6RULCQlJvnr1qpbWjhIn1oDLly9/0dDQKBQVFZV58+ZNPS0dxU+KITdv3vymo6NTBAqxx48flygoKHDQwlHspBp09erVrw4ODpUyMjKqq1atChkUTRdBQUGWnTt31gKj8GleXt4WWlQzP4GYk1hDgOmJ9eXLl5O+ffv2CchuolWa+kisAcLCwiAHTf769esnHh6eclom9JfEGgCMrik/fvz4wsvLW07rIuERsQacO3fumLS0dAU1C09GbF0sRkh7OJyWrUt8zWFcIQVy6YXB2Ju5CUoyg81RoNDaB8S/B1u/7wMQ7wHif4OtM/oYiHfSM8SIrWZADltPrzRGSt33Aeqwg0D8aTD0+5ATPyhX3gJiCSCWh7a9+MjtthNdeI6Ouow6igIAEGAAyDJ0G0MpbZ4AAAAASUVORK5CYII=) 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;
}
a {
  color: inherit;
}
/*2025-12-12 通用详情-表单-调整 start*/
.wcontainer.clearfix.fresh-chapter-module {
  width: auto !important;
}
.yq-main.fresh-chapter-module {
  width: 1200px !important;
}
.fresh-chapter-module {
  width: 320px !important;
}
.fresh-chapter-module .operate-main.fixed {
  width: 870px;
}
.fresh-chapter-module .main-detail {
  width: 874px;
}
.fresh-chapter-module .sub-detail {
  width: 320px;
  margin-top: 16px;
}
.fresh-chapter-module .sub-detail-box {
  width: 320px;
}
.fresh-chapter-module .yq-main-right {
  width: 320px !important;
}
.fresh-chapter-module .post-detail-content .list-tags li {
  white-space: initial;
}
.fresh-chapter-module .post-operate.fresh-operate-main {
  height: auto;
}
.fresh-chapter-module .post-operate.fresh-operate-main .operate-main {
  height: inherit;
  box-sizing: border-box;
}
.fresh-chapter-module .post-operate.fresh-operate-main .operate-main.fixed {
  width: 838px;
}
.fresh-chapter-module .post-operate.fresh-operate-main .ope-product-link {
  float: none;
  margin-top: 0;
}
.fresh-chapter-module .post-operate.fresh-operate-main .ope-product-link:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.fresh-chapter-module .post-operate.fresh-operate-main .box-users-likes {
  float: right;
}
.fresh-chapter-module .post-operate.fresh-operate-main .star-rating {
  margin-left: 10px;
  margin-top: 3px;
}
.fresh-chapter-module .way-btn {
  background: #39c19d;
  background-image: linear-gradient(0deg, #39c19d 100%);
  color: #fff;
  -moz-border-radius: 17px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  transition: all 0.3s linear;
}
.fresh-chapter-module .drop-down {
  display: block;
  position: relative;
  border: 1px solid #cccccc;
  min-width: 330px;
  background: #fff;
  cursor: pointer;
}
.fresh-chapter-module .drop-down:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAFCAYAAAH+ncZOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA01pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ4OCwgMjAyMC8wNy8xMC0yMjowNjo1MyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIyLjAgKDIwMjAwODE4Lm0uMTAxMiAyMDIwLzA4LzE4OiBmODJmNDMzNzYxKSAgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZFODI5OTYyRjUwNjExRUJCMDY3QUVDMEFBMTM4RTY2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZFODI5OTYzRjUwNjExRUJCMDY3QUVDMEFBMTM4RTY2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RkU4Mjk5NjBGNTA2MTFFQkIwNjdBRUMwQUExMzhFNjYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RkU4Mjk5NjFGNTA2MTFFQkIwNjdBRUMwQUExMzhFNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4diZ+eAAAAZElEQVR42mJgYGAIBAggBhAACCAYUAMIIBgjEM4DCCBGIJYE4hSozByAAAIRplCOKQuQcAFiHiC2gGmuABEAAQbSVwXErEC8EohvALEGEIcD8W9GqEoFII4BYpAxf4B4CRA/AAD6AgnzTAaV/AAAAABJRU5ErkJggg==") no-repeat center;
  width: 7px;
  height: 5px;
  margin-top: -2px;
  pointer-events: none;
}
.fresh-chapter-module .drop-down .filter-info {
  background: #fff;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-indent: 12px;
  border: none;
  float: none;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fresh-chapter-module .drop-down .fist {
  width: 142px;
}
.fresh-chapter-module .drop-down .drop-lists {
  width: 330px;
  position: absolute;
  top: 30px;
  left: -1px;
  z-index: 3;
  background: #fff;
  border: 1px solid #aab7c2;
  max-height: 160px;
  overflow-y: auto;
  display: none;
}
.fresh-chapter-module .drop-down .drop-lists li {
  padding: 3px 0 3px 12px;
  cursor: pointer;
}
.fresh-chapter-module .drop-down .drop-lists li.the-tag {
  color: #999999;
  cursor: default;
}
.fresh-chapter-module .drop-down .drop-lists li.the-tag a {
  cursor: default;
}
.fresh-chapter-module .drop-down .drop-lists li.the-tag:hover {
  background: #fff;
  color: #999999;
}
.fresh-chapter-module .drop-down .drop-lists li:hover {
  background: #39c19d;
  color: #fff;
}
.fresh-chapter-module .drop-down.active-drop {
  z-index: 30;
}
.fresh-chapter-module .drop-down.active-drop:after {
  transform: rotate(180deg);
}
.fresh-chapter-module .the-place-order {
  width: 320px;
  height: auto;
  background: #fff;
  margin-top: 20px;
}
.fresh-chapter-module .the-place-order:first-child .place-order-btn {
  margin-top: 12px !important;
}
.fresh-chapter-module .the-place-order dl.order-nav {
  border-bottom: 1px solid #AAB7C2;
}
.fresh-chapter-module .the-place-order dl.order-nav:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.fresh-chapter-module .the-place-order dd {
  width: 25%;
  float: left;
  padding: 8px 0 6px;
  cursor: pointer;
  position: relative;
}
.fresh-chapter-module .the-place-order dd:before {
  display: block;
  content: '';
  width: 0;
  border-top: 2px solid #39c19d;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translateX(-50%);
  transition: all 0.3s linear;
}
.fresh-chapter-module .the-place-order dd.active:before {
  width: 80%;
}
.fresh-chapter-module .the-place-order dd.active .nav-text {
  color: #39c19d;
}
.fresh-chapter-module .the-place-order dd .nav-icon {
  height: 38px;
}
.fresh-chapter-module .the-place-order dd .nav-text {
  height: 34px;
  width: 20%;
  font-size: 13px;
  line-height: 14px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #666666;
  font-weight: 500;
}
.fresh-chapter-module .the-place-order dd:first-child .nav-icon {
  background: url("../images/feedback/tab-5.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child.active .nav-icon {
  background: url("../images/feedback/tab-5-5.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd .nav-icon {
  background: url("../images/feedback/tab-6.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd.active .nav-icon {
  background: url("../images/feedback/tab-6-6.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd + dd .nav-icon {
  background: url("../images/feedback/tab-7.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd + dd.active .nav-icon {
  background: url("../images/feedback/tab-7-7.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd + dd + dd .nav-icon {
  background: url("../images/feedback/tab-8.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dd:first-child + dd + dd + dd.active .nav-icon {
  background: url("../images/feedback/tab-8-8.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child .nav-icon {
  background: url("../images/feedback/tab-1.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child.active .nav-icon {
  background: url("../images/feedback/tab-1-1.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd .nav-icon {
  background: url("../images/feedback/tab-2.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd.active .nav-icon {
  background: url("../images/feedback/tab-2-2.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd + dd .nav-icon {
  background: url("../images/feedback/tab-3.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd + dd.active .nav-icon {
  background: url("../images/feedback/tab-3-3.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd + dd + dd .nav-icon {
  background: url("../images/feedback/tab-4.png") no-repeat center;
}
.fresh-chapter-module .the-place-order dl.order-layer dd:first-child + dd + dd + dd.active .nav-icon {
  background: url("../images/feedback/tab-4-4.png") no-repeat center;
}
.fresh-chapter-module .place-from-box {
  padding: 10px 20px 20px;
  height: auto;
  box-sizing: border-box;
}
.fresh-chapter-module .place-from-box .from-item {
  position: relative;
  height: auto;
  display: none;
}
.fresh-chapter-module .place-from-box .from-item .list-package {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fresh-chapter-module .place-from-box .from-item .list-package .from-list {
  width: 144px;
}
.fresh-chapter-module .place-from-box .from-item .list-package .from-list.the-layer {
  width: 100%;
}
.fresh-chapter-module .place-from-box .from-item .list-package .multiply {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  position: absolute;
  right: 0;
  left: 0;
  top: 30px;
  margin: unset;
  display: block;
  text-align: center;
  pointer-events: none;
}
.fresh-chapter-module .place-from-box .from-item .place-order-btn {
  display: block;
  width: 242px;
  height: 34px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  margin: 20px auto 0;
}
.fresh-chapter-module .place-from-box .from-item .place-order-btn:hover {
  color: #ffffff;
}
.fresh-chapter-module .place-from-box .from-item .place-order-btn:hover {
  background-color: #20ab86;
}
.fresh-chapter-module .place-from-box .from-list {
  margin-bottom: 10px;
  font-size: 13px;
}
.fresh-chapter-module .place-from-box .from-list .label-name {
  font-weight: 700;
  color: #333333;
}
.fresh-chapter-module .place-from-box .from-list .label-name .tag {
  color: #999999;
}
.fresh-chapter-module .place-from-box .from-list .drop-down {
  min-width: auto;
  border-radius: 2px;
  border-color: #AAB7C2;
}
.fresh-chapter-module .place-from-box .from-list .drop-down .filter-info {
  height: 30px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 12px;
  color: #333333;
}
.fresh-chapter-module .place-from-box .from-list .drop-down .drop-lists {
  max-height: 196px;
  width: 100%;
}
.fresh-chapter-module .place-from-box .from-list .drop-down a {
  transition: none;
  color: inherit;
}
.fresh-chapter-module .place-from-box .from-list .drop-down a:hover {
  color: #fff;
}
.fresh-chapter-module .place-from-box .from-list .drop-down .the-tag a:hover {
  color: #999999;
}
.fresh-chapter-module .place-from-box .from-list .label-info {
  position: relative;
}
.fresh-chapter-module .place-from-box .from-list .label-info .diy {
  margin-top: 5px;
}
.fresh-chapter-module .place-from-box .from-list .label-info .drop {
  margin-top: 5px;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input {
  z-index: 23;
  position: absolute;
  top: 30px;
  width: 143px;
  overflow-y: auto;
  max-height: 150px;
  background-color: #ffffff;
  border: 1px solid #aab7c2;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input li {
  padding: 3px 0 3px 12px;
  cursor: pointer;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input li.the-tag {
  color: #999999;
  cursor: default;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input li.the-tag a {
  cursor: default;
  color: inherit;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input li.the-tag:hover {
  background: #fff;
  color: #999999;
}
.fresh-chapter-module .place-from-box .from-list .label-info .small-input li:hover {
  background: #39c19d;
  color: #fff;
}
.fresh-chapter-module .place-from-box .from-list .get-val {
  font-size: 12px;
  color: #333333;
  font-weight: 400;
  margin-top: 8px;
  width: 100%;
  height: 30px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #AAB7C2;
  text-indent: 12px;
  outline: none;
}
.fresh-chapter-module .place-from-box .from-list .get-val:focus {
  border: 1px solid #39c19d !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.fresh-chapter-module .place-from-box .from-list .order-status {
  width: 100%;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 8px;
}
.box-heading {
  padding: 35px 0 30px;
  overflow: hidden;
  line-height: 31px;
  font-size: 17px;
}
.grid .col-4 {
  width: 25%;
  position: relative;
  float: left;
  padding-left: 35px;
  padding-bottom: 35px;
  box-sizing: border-box;
}
.list-items .box-item {
  position: relative;
  width: 100%;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
.list-items .rolloverimg {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  background: #444444;
}
.list-items .rolloverimg:hover .img-couver img {
  transform: scale(1.07);
  transition: transform 0.75s cubic-bezier(0, 1, 0.75, 1);
}
.list-items .rolloverimg:hover .bt-item.bt-dark {
  display: none;
}
.list-items .rolloverimg .img-couver {
  display: block;
  height: 206px;
  overflow: hidden;
  position: relative;
}
.list-items .rolloverimg .img-couver:hover .mod_cover__icon_play {
  cursor: pointer;
  opacity: 0.9;
  filter: alpha(opacity=90);
  transform: scale(1);
  transition-duration: 0.5s;
  transition-property: opacity, transform;
}
.list-items .rolloverimg .img-couver img {
  transform: scale(1);
  transition: transform 0.75s ease 0s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
.list-items .rolloverimg .above-item {
  position: absolute;
  right: 20px;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.list-items .rolloverimg .above-item.top {
  height: 34px;
  padding: 0 20px;
  top: 20px;
}
.list-items .rolloverimg .bt-item.bt-dark {
  display: block;
  min-width: 23px;
  padding: 0 7px;
  border: 1px solid #f1f1f1;
  background-color: #333;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  line-height: 27px;
}
.list-items .rolloverimg .bt-item.bt-dark {
  background-color: rgba(0, 0, 0, 0.3);
}
.lazy-loaded {
  opacity: 1;
}
.mod_cover__icon_play {
  height: 70px;
  display: block;
  filter: alpha(opacity=50);
  left: 50%;
  margin: -35px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  transform: scale(0.7);
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  width: 70px;
  z-index: 5;
  background-image: url(../images/cover_play.png);
}
.mod_cover__icon_play {
  opacity: 0;
}
.mv_list__info {
  height: 20px;
  line-height: 18px;
  color: #999;
}
.mv_list__listen_icon {
  background-position: 0 -350px;
  display: inline-block;
  height: 12px;
  margin-right: 5px;
  vertical-align: -1px;
  width: 19px;
}
.lazy-loaded {
  opacity: 1;
}
.pageContainer {
  height: 548px;
  padding-top: 90px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  background-color: #636a70;
  background-image: linear-gradient(top, #22282d, #636a70);
  background-image: -webkit-linear-gradient(top, #22282d, #636a70);
  background-image: -o-linear-gradient(top, #22282d, #636a70);
  background-image: -ms-linear-gradient(top, #22282d, #636a70);
  background-image: -moz-linear-gradient(top, #22282d, #636a70);
}
.textHeaderContainer {
  width: 100%;
}
.textHeader {
  text-align: center;
  font-size: 18px;
  line-height: 56px;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
  font-weight: bold;
}
.textHeader_rausch {
  color: #fff;
  font-size: 40px;
}
.container_SearchForm {
  border: 1px solid #dce0e0;
  width: 850px;
  -webkit-border-radius: 4px;
  background: #fff;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 1px 2px 5px -2px rgba(1, 1, 1, 0.1), 0 2px 7px 0 rgba(22, 65, 89, 0.03);
  margin: 0 auto;
}
.SearchForm_quote li {
  float: left;
  padding: 13px 14px 5px;
}
.SearchForm_label {
  padding-top: 0;
  font-weight: 500;
  padding-bottom: 0;
  font-size: 14px;
  letter-spacing: -0.5px;
  white-space: nowrap;
  display: block;
  line-height: 22px;
}
.SearchForm_quote input[type=text] {
  float: left;
  height: 22px;
  border: none;
  outline: 0;
  font-size: 17px;
  letter-spacing: -0.5px;
  line-height: 22px;
  padding: 8px 0;
}
.Dimensions input {
  width: 40%;
}
.input-bx-addon {
  width: 26px;
  text-align: center;
  line-height: 39px;
  color: #999;
  font-size: 17px;
}
.SearchForm_quote li select {
  width: 100%;
  height: 30px;
  margin: 4px 0;
  color: #333;
  border: 0 none;
  background-color: #FFF;
  outline: 0;
  font-size: 18px;
}
.SearchForm_submit button {
  font-size: 18px;
  width: 100%;
  padding: 15px 16px 15px;
}
.SearchForm_submit button:hover {
  background: #eb431c !important;
}
.list-items .box-info {
  background-color: #fff;
}
.list-items .box-info div.content {
  padding: 12px 0 0;
}
.list-items .row {
  height: 20px;
  margin-bottom: 10px;
  line-height: 20px;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.list-items .row:first-child {
  height: inherit;
  white-space: inherit;
}
.list-items h3 {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.video_slide_box {
  height: 828px;
  position: relative;
  background-color: #fff;
}
.mod_slide_action .slide_action {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
.mod_slide_action .slide_action--left,
.mod_slide_action .slide_action__btn--left {
  left: 0;
}
.mod_slide_action .slide_action__btn--left {
  transform: translateX(-100%);
}
.mod_slide_action .slide_action__btn {
  position: absolute;
  top: 50%;
  margin-top: -54px;
  width: 72px;
  height: 108px;
  background: #ddd;
  background: rgba(153, 153, 153, 0.4);
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: none;
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  z-index: 2;
}
.slide_action__arrow {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  background-image: url(../images/icon.png);
  width: 11px;
  height: 18px;
}
.slide_action__arrow--left {
  left: 28px;
  background-position: -139px 0;
}
.slide_action--right,
.slide_action__btn--right {
  right: 0;
}
.slide_action__btn--right {
  transform: translateX(100%);
}
.slide_action__arrow--right {
  right: 28px;
  background-position: -119px 0;
}
.video_slide_box:hover .slide_action__btn {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateX(0);
  transition-property: opacity, transform, background, width;
  transition-duration: 0.5s;
}
.slide_action:hover .slide_action__btn {
  width: 80px;
  filter: none;
  background: #67c194;
  transition-property: background, width;
  transition-duration: 0.5s;
}
.section_inner {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.mod_slide_action {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 83%;
  overflow: hidden;
}
.activityfeed-wrapper .activityfeed {
  min-height: 998px;
  position: relative;
}
.activityfeed-column {
  box-sizing: border-box;
  width: 50%;
  float: left;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.visible {
  opacity: 1 !important;
  -khtml-opacity: 1 !important;
  -moz-opacity: 1 !important;
}
.activityfeed .column-1,
.activityfeed-wrapper .activityfeed .column-2 {
  overflow: hidden;
  padding-top: 52px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 42px;
  min-height: 998px;
}
.activityfeed .review {
  background: none #fff;
  padding: 17px;
  margin: 0 0 52px;
  border-radius: 5px;
  box-shadow: 0 4px 4px -5px #c8c8c8;
  transition: all 2s ease;
  -webkit-transition: all, 2s, ease;
  -moz-transition: all, 2s, ease;
}
.activityfeed .review.active-tag {
  position: relative;
}
.activityfeed .review.active-tag:before {
  display: block;
  content: '';
  background: url("data:image/png;base64,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") no-repeat center;
  width: 109px;
  height: 94px;
  position: absolute;
  top: -6px;
  right: -6px;
  z-index: 1;
}
.activityfeed .review .user-info {
  padding-bottom: 1em;
}
.activityfeed .review .user-info .user-review-picture {
  float: left;
  width: 70px;
  height: 70px;
  margin: -52px 20px 10px 0;
  border-radius: 50%;
}
.activityfeed .review .user-info .user-review-name {
  width: calc(100% - 90px);
  float: left;
  font-weight: 700;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activityfeed .review .user-info .user-review-statement {
  height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activityfeed .review .user-info .user-review-statement {
  width: 100%;
}
.activityfeed .review a {
  color: #1b1b1b;
}
.activityfeed .review:hover a {
  color: #428bca;
}
.activityfeed .review .user-info .user-review-statement a {
  font-weight: 700;
}
.activityfeed .review .user-info .user-review-picture .user-picture {
  border-radius: 50%;
}
.activityfeed .review .review-info .review-content {
  height: 48px;
  overflow: hidden;
  word-break: break-word;
  max-width: 600px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  margin-bottom: 10px;
}
.outpic {
  padding: 10px 0;
}
.smpic {
  overflow: hidden;
  zoom: 1;
}
.outpic .smpic {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.outpic .smpic .pic-mark {
  position: relative;
  margin: 0 10px 0 0;
  width: 42px;
  height: 42px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  cursor: pointer;
}
.outpic .smpic .pic-mark img {
  height: 40px;
  max-width: 40px;
  border-radius: 3px;
  cursor: url(../images/product/zoom-in.png), url(../images/product/zoom-in.cur), auto;
}
.outpic .cart {
  margin-top: 5px;
  width: 300px;
  height: auto;
  cursor: pointer;
  display: none;
  z-index: 10000;
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.outpic .cart .rongqi img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 378px;
  max-width: 498px;
  min-width: 200px;
  min-height: 200px;
  cursor: url(../images/product/zoom-out.png), url(../images/product/zoom-out.cur), auto;
}
.m-photo-wall .module-content .activityfeed .review {
  background: #f4f4f4;
}
.m-photo-wall .module-content .activityfeed .button-loadmore a {
  background: #f1f1f1;
  color: #333;
}
.star-rating {
  margin: 0 0 1em 0;
}
.star-rating.size-small .star-1,
.star-rating.size-small .star-2,
.star-rating.size-small .star-3,
.star-rating.size-small .star-4,
.star-rating.size-small .star-5 {
  float: left;
  line-height: 9px;
  padding: 2px;
  border-radius: 2px;
  margin: 0 3px 0 0;
}
.star-rating.size-small .star-1 .star-image,
.star-rating.size-small .star-2 .star-image,
.star-rating.size-small .star-3 .star-image,
.star-rating.size-small .star-4 .star-image,
.star-rating.size-small .star-5 .star-image {
  width: 10px;
  height: auto;
}
.star-rating.size-medium .star-1,
.star-rating.size-medium .star-2,
.star-rating.size-medium .star-3,
.star-rating.size-medium .star-4,
.star-rating.size-medium .star-5 {
  float: left;
  line-height: 1em;
  padding: 2px 3px 3px;
  margin: 0 3px 0 0;
}
.star-rating.size-medium .star-1 .star-image,
.star-rating.size-medium .star-2 .star-image,
.star-rating.size-medium .star-3 .star-image,
.star-rating.size-medium .star-4 .star-image,
.star-rating.size-medium .star-5 .star-image {
  width: 20px;
  height: auto;
}
.star-rating.size-large .star-1,
.star-rating.size-large .star-2,
.star-rating.size-large .star-3,
.star-rating.size-large .star-4,
.star-rating.size-large .star-5 {
  float: left;
  line-height: 1em;
  padding: 3px 4px 4px;
  margin: 0 4px 0 0;
}
.star-rating.size-large .star-1 .star-image,
.star-rating.size-large .star-2 .star-image,
.star-rating.size-large .star-3 .star-image,
.star-rating.size-large .star-4 .star-image,
.star-rating.size-large .star-5 .star-image {
  width: 30px;
  height: auto;
}
.star-rating.count-0 .star-1,
.star-rating.count-0 .star-2,
.star-rating.count-0 .star-3,
.star-rating.count-0 .star-4,
.star-rating.count-0 .star-5 {
  background: #c8c8c8;
}
.star-rating.count-1 .star-1 {
  background: #ff3722;
}
.star-rating.count-1 .star-2,
.star-rating.count-1 .star-3,
.star-rating.count-1 .star-4,
.star-rating.count-1 .star-5 {
  background: #dcdce6;
}
.star-rating.count-2 .star-1,
.star-rating.count-2 .star-2 {
  background: #ff8622;
}
.star-rating.count-2 .star-3,
.star-rating.count-2 .star-4,
.star-rating.count-2 .star-5 {
  background: #dcdce6;
}
.star-rating.count-3 .star-1,
.star-rating.count-3 .star-2,
.star-rating.count-3 .star-3 {
  background: #ffce00;
}
.star-rating.count-3 .star-4,
.star-rating.count-3 .star-5 {
  background: #dcdce6;
}
.star-rating.count-4 .star-1,
.star-rating.count-4 .star-2,
.star-rating.count-4 .star-3,
.star-rating.count-4 .star-4 {
  background: #73cf11;
}
.star-rating.count-4 .star-5 {
  background: #dcdce6;
}
.star-rating.count-5 .star-1,
.star-rating.count-5 .star-2,
.star-rating.count-5 .star-3,
.star-rating.count-5 .star-4,
.star-rating.count-5 .star-5 {
  background: #00b67a;
}
#citemss {
  overflow: hidden;
  position: relative;
  width: 1200px;
  height: 672px;
}
.video_slide_box .grid .list-flex {
  float: left;
  width: 1200px;
}
#scrollDiv {
  overflow: hidden;
}
/*youtube*/
.list-header {
  background-color: #191919;
  position: relative;
  height: auto;
}
.list-header .wcontainer {
  position: relative;
  z-index: 1;
}
.top-link {
  position: absolute;
  border-radius: 4px;
  padding-right: 32px;
  height: 40px;
  color: #331F58;
  font-size: 16px;
  line-height: 40px;
  top: 340px;
  right: 474px;
  display: block;
  background: #FFF url(../images/icon_arrow.png) no-repeat right center;
}
.top-link .text {
  background: url(../images/icon_w_24x15.png) no-repeat 15px center;
  display: block;
  padding: 0 0 0 46px;
}
.top-link:hover {
  color: #331F58;
  text-decoration: none;
}
.live-banner {
  height: 460px;
  background-position: 80px 75px;
  background-repeat: no-repeat;
  position: relative;
}
.Grid-cell {
  font-family: Roboto, sans-serif !important;
  color: #fff;
  position: absolute;
  right: 50px;
  top: 100px;
}
.Grid-cell h2 {
  font-size: 30px;
}
.Grid-cell .Subscriptionline {
  height: 1px;
  border-bottom: 1px solid #fff;
  margin: 30px 0;
  width: 70px;
}
.Grid-cell .scriptioncontant {
  font-size: 18px;
  line-height: 30px;
}
.Grid-cell .scriptioncontant a {
  color: #6ed877;
  text-decoration: underline;
}
.Grid-cell .scriptioncontant a:hover {
  color: #43ca4e;
  text-decoration: underline;
}
.live-logo {
  position: absolute;
  top: 15px;
  left: 24px;
  background: url(../images/logolive.png) no-repeat;
  width: 182px;
  height: 41px;
}
.listlive-body {
  margin-top: -260px;
  font-family: Roboto, sans-serif !important;
}
.listlive-body .listmt {
  height: 25px;
  margin: 15px 0 12px;
  text-align: center;
  width: 1150px;
  overflow: visible;
  z-index: 2;
  position: relative;
}
.HeadingWithLine-line:after,
.HeadingWithLine-line:before {
  content: '';
  position: absolute;
  top: -webkit-calc(49%);
  top: calc(50% - 1px);
  border-bottom: 1px solid #dbdbdb;
  width: 405%;
  margin: 0 10px;
}
.HeadingWithLine-line:before {
  right: 100%;
}
.HeadingWithLine-line:after {
  left: 100%;
}
.listlive-body .listmt h3 {
  display: inline-block;
  position: relative;
  bottom: -10px;
  color: #fff;
  padding: 0 15px;
  font-size: 12px;
  line-height: 12px;
}
.listlive-body .listmt h3 i {
  position: relative;
  top: 4px;
  margin-right: 5px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background: url(../images/icon.png) -67px -1653px;
}
.anchor-list {
  float: left;
  width: 100%;
  overflow: visible;
}
.anchor-list .list {
  display: block;
  margin-right: -10px;
  overflow: visible;
  margin-bottom: 30px;
}
.anchor-list li {
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 4px;
  width: 370px;
  height: 250px;
}
.anchor-list li.top_recommend {
  width: 740px;
  height: 500px;
  padding: 10px;
}
.anchor-list li.top_recommend .p-img {
  height: 435px;
}
.anchor-list li.top_recommend .p-img img {
  width: 740px;
}
.anchor-list li.top_recommend .anchor-info {
  width: 740px;
  height: 435px;
  left: 10px;
  bottom: 15px;
}
.anchor-list li.top_recommend .anchor {
  height: 60px;
  line-height: 60px;
}
.anchor-list li.top_recommend .foreshow-icon {
  left: 15px;
  top: 15px;
}
.anchor-list .anchor,
.c-live .anchor {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding-left: 8px;
}
.anchor-list .anchor img,
.c-live .anchor img {
  margin: 0 5px 5px 0;
  border-radius: 18px;
  vertical-align: middle;
}
.anchor-list .p-img {
  height: 200px;
  overflow: hidden;
  border-radius: 4px;
}
.anchor-list .p-img img {
  margin-top: -38px;
  width: 380px;
}
.anchor-list .top_recommend .p-img img {
  margin-top: -62px;
}
.anchor-list .anchor-info {
  width: 370px;
  height: 200px;
  left: 0;
  bottom: 0;
  position: absolute;
}
.anchor-list .anchor-info .anchor-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 5px 0 3px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.7));
}
.anchor-list li.top_recommend .anchor-info .anchor-title {
  height: 60px;
}
.anchor-list .anchor-info .anchor-title dd,
.anchor-list .anchor-info .anchor-title dt {
  position: relative;
  z-index: 3;
  padding: 0 16px;
  color: #fff;
}
.anchor-list .anchor-info .anchor-title dd {
  font-weight: 700;
  line-height: 44px;
}
.anchor-list .player-btn {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-image: url(../images/player62-btn.png);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  bottom: 0;
  z-index: 4;
}
.anchor-list .anchor-info .state {
  cursor: default;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.anchor-list .anchor-info.hover .state {
  display: block;
}
.player-box .zan-btn {
  position: absolute;
  z-index: 3;
  right: 29px;
  bottom: 46px;
  width: 66px;
  height: 118px;
  text-indent: -9999px;
}
.player-box .zan-btn i {
  display: block;
  width: 66px;
  height: 98px;
  background-image: url(../images/zan.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-animation: movedown 2s infinite steps(14, start);
  animation: movedown 2s infinite steps(14, start);
}
.player-box .zan-btn span {
  position: absolute;
  right: 23px;
  bottom: -2px;
  display: inline-block;
  width: 21px;
  height: 20px;
  background: url(../images/icon.png) -74px -1698px no-repeat;
  cursor: pointer;
}
@-webkit-keyframes movedown {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 -1372px;
  }
  100% {
    background-position: 0 -2744px;
  }
}
@keyframes movedown {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 0 -1372px;
  }
  100% {
    background-position: 0 -2744px;
  }
}
.Hero-media--50percentOpacity {
  opacity: 0.5;
}
.u-size1of1 {
  width: 100% !important;
}
.HomePage-heroContainer {
  overflow: hidden;
  position: relative;
  height: 50vh;
  min-height: 700px;
}
@media (min-width: 40em) {
  .HomePage-heroContainer\:40em {
    min-height: 640px;
  }
}
@media (min-width: 60em) {
  .HomePage-heroContainer\:60em.has-marketingBar {
    height: -webkit-calc(44vh);
    height: calc(100vh - 56px);
  }
}
.HomePage-heroVideo {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.list-header .wcontainer.live-bannermain {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  height: 490px;
}
.shuoming_com {
  width: 620px;
  padding: 10px;
  border: 1px dashed #999;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.shuoming_com ul {
  padding-left: 20px;
}
.shuoming_com li {
  line-height: 24px;
  list-style: decimal outside;
}
.shuoming_com li b a {
  font-size: 16px;
}
.ppc_rule_con {
  padding: 20px 0 30px;
  border: 1px dashed #ddd;
  background-color: #fff;
  font-family: Roboto, sans-serif;
}
.ppc_rule_con ul {
  padding-left: 40px;
}
.ppc_rule_con li {
  color: #333;
  font-size: 14px;
  line-height: 26px;
  padding: 5px 0;
  list-style: decimal outside;
}
.ppc_rule_con p b {
  font-size: 18px;
}
.ppc_rule_con p {
  padding-left: 25px;
  font-size: 16px;
  margin: 10px 0;
  color: #333;
}
.zt-cooperation-form {
  max-width: 700px;
  background-color: #333333;
  padding: 30px;
  margin-bottom: 30px;
}
.zt_cooperation_new.zt-cooperation-form {
  background-color: transparent;
}
.nav-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-nav-tabs > li {
  position: relative;
  display: block;
  margin-bottom: -1px;
}
.nav-nav-tabs > li.active > a,
.nav-nav-tabs > li.active > a:focus,
.nav-nav-tabs > li.active > a:hover {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
}
.zt_cooperation_new .nav-nav-tabs > li.active > a {
  background-color: #323232;
  color: #fff;
}
.zt_cooperation_tab {
  background-color: #323232;
}
.zt-cooperation-form table {
  border-collapse: separate;
  border-spacing: 10px;
  width: 100%;
}
.zt-cooperation-form table .zt-cooperation-form-title {
  color: #fff;
  width: 20%;
}
.zt-cooperation-form-input input {
  width: 50%;
  line-height: 28px;
  height: 28px;
}
.zt-cooperation-form-textarea textarea {
  width: 70%;
  resize: none;
  min-height: 80px;
}
.ind-best-title {
  background-color: #999;
  height: 1px;
  margin: 50px 0;
  position: relative;
  width: 100%;
}
.ind-best-title-inner {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  text-align: center;
  top: -12px;
  width: 100%;
}
.ind-best-title .ind-best-title-inner span {
  background-color: #eee;
  display: inline-block;
  font-size: 28px;
  padding: 0 20px;
  text-transform: capitalize;
}
.satisfaction1 .row {
  margin-right: -15px;
  margin-left: -15px;
}
.satisfaction1 .col-sm-4 {
  width: 33.33333333%;
  float: left;
}
.guarantee_box .guarantee_return img {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
}
.guarantee_box .guarantee_return .guarantee_content {
  display: inline-block;
  vertical-align: top;
  max-width: 200px;
}
.guarantee_box .guarantee_return .guarantee_content h4 {
  margin-bottom: 5px;
  font-size: 18px;
  margin-top: 10px;
}
.guarantee_box .guarantee_return .guarantee_content p {
  line-height: 14px;
  margin-bottom: 0;
}
.text-left {
  text-align: left;
}
.zt_youtube_video_fixed {
  width: 50%;
  position: fixed;
  top: 50px;
  left: 20%;
  display: none;
  z-index: 888;
  background-color: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
.zt_youtube_video_fixed_close {
  position: relative;
  width: 100%;
  height: 0;
}
.zt_youtube_video_fixed_close span {
  position: absolute;
  right: -30px;
  top: 0;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #00a2e1;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}
.zt_reviews_list p {
  max-width: 950px;
  font-size: 14px;
  margin-bottom: 10px;
}
.zt_reviews_list .star-rating {
  margin-bottom: 5px;
}
.zt_reviews_list .star-rating.size-medium .star-image {
  width: 16px;
}
.zt_reviews_list .star-rating.size-medium div {
  padding: 2px;
}
.button-loadmore a {
  position: relative;
  clear: both;
  display: block;
  border-radius: 0;
  width: 190px;
  height: 60px;
  padding: 0 35px;
  line-height: 63px;
  text-align: center;
  cursor: pointer;
  border: none;
  overflow: hidden;
  margin: 0 auto;
  color: #666666;
  background-color: #fff;
  font-size: 17px;
  font-weight: 400;
}
/*2021-02-05*/
.diy-match-box {
  min-height: 200px;
  width: 840px;
  margin: 70px auto 0;
}
.diy-match-box .match-title {
  font-size: 16px;
  color: #fff;
}
.diy-match-box .match-box {
  margin-top: 10px;
  position: relative;
}
.diy-match-box .match-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.diy-match-box .match-box dd {
  float: left;
  width: 130px;
  height: 104px;
  background: #fff;
  margin-right: 6px;
}
.diy-match-box .match-box .match-body {
  display: table-cell;
  width: 130px;
  height: 104px;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.diy-match-box .match-box .match-body:hover {
  box-shadow: inset 0 -4px 0 0 #000;
}
.diy-match-box .match-box .match-img {
  width: 38px;
  height: 36px;
  margin: 6px auto 10px;
}
.diy-match-box .match-box .pcb .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -149px;
}
.diy-match-box .match-box .pcb:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -149px;
}
.diy-match-box .match-box .assembly .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -195px;
}
.diy-match-box .match-box .assembly:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -195px;
}
.diy-match-box .match-box .smt .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -241px;
}
.diy-match-box .match-box .smt:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -241px;
}
.diy-match-box .match-box .gift .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -333px;
}
.diy-match-box .match-box .gift:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -333px;
}
.diy-match-box .match-box .more .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -370px;
}
.diy-match-box .match-box .more:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -370px;
}
.diy-match-box .match-box .cnc .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -502px;
}
.diy-match-box .match-box .cnc:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -41px -502px;
}
.diy-match-box .match-box .printing .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -555px;
}
.diy-match-box .match-box .printing:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -40px -555px;
}
.diy-match-box .match-box .sheet .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -607px;
}
.diy-match-box .match-box .sheet:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -43px -607px;
}
.diy-match-box .match-box .injection .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -655px;
}
.diy-match-box .match-box .injection:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -39px -655px;
}
.diy-match-box .match-box .vacuum .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat 2px -698px;
}
.diy-match-box .match-box .vacuum:hover .match-img {
  background: url("../images/icon-2.png?v=20211221002") no-repeat -40px -698px;
}
.diy-match-box .match-box .match-text {
  font-size: 14px;
  color: #333;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  font-weight: 500;
}
/*stream*/
.stream {
  position: relative;
  grid-column: 1/13;
  min-height: 200px;
}
.activity-stream-header {
  left: 60px;
  display: inline-block;
  position: relative;
  top: -80px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 16px;
}
.mod_index_tab {
  position: relative;
  top: -100px;
}
.index_tab__item {
  display: inline-block;
  font-size: 15px;
  margin: 4px 4px;
  color: #333;
  padding: 5px 10px;
  border: 1px solid #e4e9f2;
  border-radius: 4px;
}
.feedback-type-left a:hover {
  border: 1px solid #31c27c;
  color: #31c27c;
}
.mod_index_tab .index_tab__item--current {
  color: #00ffab;
}
.mod_index_tab .index_tab__item:hover {
  color: #00ffab;
}
.shjidesigna .index_tab__item--current,
.shjidesigna .index_tab__item--current:hover {
  background-color: #31c27c;
  padding: 5px 10px;
  color: #fff;
  border: 1px solid #31c27c;
  border-radius: 4px;
}
.shjidesigna {
  margin: 20px auto 0;
  background: #fff;
  padding: 10px 10px;
  width: 1180px;
}
.shjidesigna .feedback-type-left {
  width: 800px;
  float: left;
}
.shjidesigna .feedback-type-right {
  float: right;
  margin-top: 12px;
}
.activity-stream-wrapper {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
  max-width: 2560px;
}
.activity-stream-wrapper .stream-title {
  font-size: 20px;
  color: #333333;
  text-align: center;
  position: absolute;
  line-height: 100px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}
.activity-stream-column-container {
  width: 2976px \9;
  transition: 3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -324px;
  animation: Tada ease-in 20s;
  -webkit-animation: Tada ease-in 20s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}
@keyframes Tada {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  25% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  50% {
    transform: translateX(324px);
    -webkit-transform: translateX(324px);
  }
  75% {
    transform: translateX(324px);
    -webkit-transform: translateX(324px);
  }
  100% {
    transform: translateX(624px);
    -webkit-transform: translateX(624px);
  }
}
@media only screen and (min-width: 1024px) {
  .activity-stream-column-container {
    margin-right: -254px;
  }
}
@media only screen and (min-width: 1440px) {
  .activity-stream-column-container {
    margin-right: -238px;
  }
}
.activity-stream-column {
  display: flex;
  float: left \9;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.review-card {
  float: left \9;
  background-color: #fff;
  width: 300px;
  padding: 24px;
  margin: 0 12px 24px;
}
.review-card__header {
  display: flex;
  align-items: center;
}
.review-card__header .profile-image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}
.review-card__author {
  margin-top: 8px;
  color: #adadad;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.review-card__body {
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  margin-top: 12px;
}
.review-card__author a {
  font-weight: 700;
  color: #191919;
}
.review-card__header .star-rating {
  display: inline-block;
  margin: 0 0 0 8px;
}
.star-rating--medium {
  width: 128px;
  height: 24px;
}
.review-card-link {
  color: #1b1b1b;
}
.review-card-link h3 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 4px;
}
.review-card-link .outpic {
  padding: 5px 0 0;
}
.stream .button-loadmore {
  bottom: 50px;
  position: relative;
}
.video_slide_box .box-heading .title {
  display: block;
  font-size: 26px;
}
.video_slide_box .box-heading .box-left {
  float: none;
  text-align: center;
  width: 100%;
}
.mod_cover__icon_play {
  opacity: 0;
}
.mod_slide_switch {
  width: 100%;
  text-align: center;
  font-size: 0;
}
.slide_switch__item {
  display: inline-block;
  width: 28px;
  height: 12px;
  padding: 0 0 26px;
  margin: 0 1px;
  background: 0 0;
}
.slide_switch__bg {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 12px;
  margin: 0 auto;
}
.featured-review {
  text-align: center;
  position: relative;
  overflow: hidden;
  grid-column: 1/13;
  min-height: 200px;
  padding-top: 40px;
  /*dominant-baseline: #ffffff;*/
  /*background: #ffffff;*/
}
.section-subheading {
  font-size: 18px;
  line-height: 24px;
  color: #9192a7;
  text-align: center;
  margin: 0;
  padding: 0 24px;
}
.section-heading {
  font-size: 26px;
  line-height: 60px;
  text-align: center;
  font-weight: 700;
  padding: 0 24px;
}
.featured-review-slider {
  overflow: hidden;
  max-width: 1160px;
  height: 514px;
  position: relative;
  margin: 48px auto;
  z-index: 1;
  box-sizing: border-box;
}
.featured-review-wrap {
  position: relative;
  width: 1160px;
}
.featured-review-slider .featured-review-slider__slide {
  float: left;
  margin: 0;
  position: relative;
  width: 1160px;
}
.featured-review-slider .featured-review-slider__image {
  display: block;
  transition: opacity 0.3s;
  position: relative;
  height: 514px;
  width: 1160px;
}
.featured-review-slider .featured-review-slider__review-card-wrapper {
  top: 48px;
  left: 48px;
  height: 497px;
  position: absolute;
  width: 450px;
  bottom: 20px;
  padding: 34px;
  margin: 0;
}
.featured-review-slider .featured-review-slider__review-card {
  top: 48px;
  background-color: #fff;
  z-index: 10;
  left: 48px;
  right: 0;
  height: 497px;
  position: absolute;
  width: 456px;
  margin: 0;
  bottom: 20px;
  padding: 34px;
}
.featured-review-slider .featured-review-slider__review-card .review-card__stars {
  margin-bottom: 24px;
  position: relative;
}
.featured-review-slider .featured-review-slider__review-card .review-card__text {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}
.featured-review-slider .featured-review-slider__review-card .review-card__author {
  font-size: 14px;
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) 0.45s;
  position: relative;
  text-align: left;
  color: #adadad;
  line-height: 16px;
  font-weight: 400;
  margin-top: 8px;
}
.featured-review-slider .featured-review-slider__review-card .review-card__author .experienced {
  font-weight: 700;
  color: #191919;
  font-size: 14px;
  line-height: 24px;
}
.featured-review-slider__control {
  top: 340px;
  left: 50%;
  position: absolute;
  z-index: 2;
  margin-left: 530px;
}
.featured-review-slider__control .control.featured-review-slider__control__prev {
  background-image: url(../images/arrowleft.svg);
  left: 0;
}
.featured-review-slider__control .control.featured-review-slider__control__next {
  transform: rotate(180deg);
  background-image: url(../images/arrowleft.svg);
  right: 0;
}
.featured-review-slider__control .control {
  position: relative;
  background-color: #303159;
  background-color: rgba(0, 0, 50, 0.8);
  top: 0;
  width: 90px;
  height: 90px;
  outline: 0;
  cursor: pointer;
  margin: 8px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transition: opacity 0.3s, background-color ease;
  display: block;
  border: none;
}
.featured-review-slider__control .control:hover {
  background-color: #1b1b25;
}
.marketing {
  background-color: #009b4c;
  text-align: center;
  padding: 104px 24px;
  color: #fff;
}
.marketing-title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 52px;
}
.marketing-description {
  font-size: 16px;
  line-height: 24px;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}
.marketing-link {
  border: 2px solid #fff;
  margin-bottom: 0;
  border-radius: 2px;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  display: inline-block;
}
.marketing-link:hover {
  background-color: #fff;
  text-decoration: none;
}
/*country*/
.s-address-selector {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.address-select-trigger {
  background-color: #fff;
  position: relative;
  display: inline-block;
  width: 168px;
  line-height: 28px;
  padding: 0 10px;
  margin-right: 5px;
  border: 1px solid #ccc;
  height: 28px;
  vertical-align: top;
  color: #333;
  font-size: 13px;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.address-select-trigger .css_flag {
  margin-top: 8px;
}
.address-select-trigger .css_flag .shipping-text {
  font-size: 13px;
  height: 20px;
  line-height: 17px;
  display: block;
  overflow: hidden;
  margin-top: -3px;
}
.s-address-selector .css_flag {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  float: left;
  padding: 0 0 0 25px;
  line-height: 15px;
}
.address-select {
  background-color: #fff;
  font-size: 12px;
  line-height: 14px;
}
.address-select-content {
  margin-top: -1px;
  height: 100%;
  overflow-y: auto;
  border: 1px solid #ccc;
  border-top: none;
  box-sizing: content-box;
}
.address-select-content .address-select-item {
  padding: 7px 10px 3px;
  cursor: pointer;
}
.address-select-content .address-select-item:hover {
  background-color: #49f;
  color: #fff;
}
.address-select-content .address-select-item a {
  color: #333;
  display: block;
}
.address-select-content .address-select-item:hover a {
  color: #fff;
}
.address-select-content .address-select-item .css_flag {
  float: none;
}
.address-select-trigger-active,
.address-select-trigger:hover {
  text-decoration: none;
  border: 1px solid #49f;
}
.address-select-content .ignore-item {
  font-size: 13px;
  text-align: left;
  font-weight: 700;
}
.address-select-content .ignore-item a {
  padding: 5px 0;
}
.address-select-trigger:after {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 12px;
  width: 7px;
  height: 5px;
  background: url(../images/header-sprite.png) no-repeat -243px -194px;
}
.feedback-date {
  display: inline-block;
  color: #999999;
  font-size: 12px;
}
.just-pages {
  text-align: center;
}
.just-pages #pages a#pageactive {
  background: #222222;
  color: #ffffff;
}
.just-pages #pages a {
  background: #eaeaea;
  color: #333333;
}
.just-pages #pages a:hover {
  background: #222222;
  color: #ffffff;
}
/*# sourceMappingURL=feedback.css.map */