.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;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
a:active,
a:focus {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 700;
}
input {
  outline: none;
  border: 0;
}
button {
  background: transparent;
  outline: none;
  border: 0;
  cursor: pointer;
}
.diyScroll::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.diyScroll::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #CCCCCC;
}
.diyScroll::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #cccccc;
}
.diyScroll::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.diyScroll:hover::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.parts-pages .parts-banner {
  background: url("../img/parts-banner.png") no-repeat center #D6F7DD;
  height: 316px;
}
.parts-pages .parts-banner .banner-title {
  font-size: 36px;
  color: #333333;
  font-weight: 700;
  margin-top: 100px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.parts-pages .parts-banner .title-des {
  margin: 0px auto;
  width: 600px;
  font-size: 18px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  z-index: 3;
}
.parts-pages .parts-banner .wcontainer {
  position: relative;
  height: inherit;
}
.parts-pages .parts-banner .sample-banner {
  position: absolute;
  right: -94px;
  bottom: -2px;
  z-index: 1;
}
.parts-pages .index-root {
  padding-bottom: 40px;
  position: relative;
  z-index: 6;
}
.parts-pages .index-root .root-search-box {
  height: 60px;
  width: 730px;
  position: absolute;
  top: -32px;
  left: 50%;
  z-index: 1;
  margin-left: -365px;
  background: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: box-shadow 0.25s, -webkit-box-shadow 0.25s;
  box-shadow: 0 0 0 2px #cccccc;
  display: flex;
  justify-content: space-between;
}
.parts-pages .index-root .root-search-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.parts-pages .index-root .root-search-box.focus {
  -webkit-box-shadow: 0 0 0 2px #25b78f;
  box-shadow: 0 0 0 2px #25b78f;
}
.parts-pages .index-root .root-search-box .search-input {
  width: 500px;
  height: inherit;
  border: 0;
  outline: none;
  border-radius: 4px 0 0 4px;
  text-indent: 16px;
  color: #364650;
  font-size: 18px;
  flex: 1;
}
.parts-pages .index-root .root-search-box .search-select {
  position: relative;
}
.parts-pages .index-root .root-search-box .search-select .select-btn {
  line-height: 60px;
  color: #364650;
  font-size: 16px;
  background: transparent;
  padding-left: 10px;
  text-align: right;
  position: relative;
}
.parts-pages .index-root .root-search-box .search-select .select-btn:after {
  content: '';
  display: inline-block;
  background: url(../img/ic_sprit.png?v=220523) no-repeat -9px -90px;
  width: 20px;
  height: 12px;
  margin-left: 6px;
}
.parts-pages .index-root .root-search-box .search-select .dropdown-menu {
  box-shadow: 0 10px 70px rgba(32, 41, 49, 0.15);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  top: 66px;
  right: -10px;
  z-index: 2;
  background: #fff;
  display: none;
}
.parts-pages .index-root .root-search-box .search-select .dropdown-menu .dropdown-item {
  display: block;
  width: 100%;
  padding: 10px 16px;
  clear: both;
  font-weight: normal;
  color: #333333;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  font-size: 14px;
}
.parts-pages .index-root .root-search-box .search-select .dropdown-menu .dropdown-item:hover {
  background: #e1e6ec;
}
.parts-pages .index-root .root-search-box .get-search-btn {
  width: 60px;
  height: 60px;
  background: url("../img/ic_sprit.png?v=220523") no-repeat 10px 8px;
}
.parts-pages .index-root .fanged-title {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 20px;
  margin-top: 36px;
}
.parts-pages .the-catalogue {
  position: relative;
}
.parts-pages .the-catalogue .catalogue-area {
  background: #fff;
  width: 260px;
}
.parts-pages .the-catalogue .catalogue-area .move-area {
  width: 260px;
  position: absolute;
  top: 0;
  z-index: 1;
  transition: all 0.36s ease;
}
.parts-pages .the-catalogue .catalogue-area .is-fixed {
  position: fixed;
  top: 0;
  width: 260px;
  z-index: 3;
  background: #fff;
}
.parts-pages .the-catalogue .catalogue-area .is-fixed .search-filters {
  margin-top: 10px;
}
.parts-pages .the-catalogue .catalogue-area .is-absolute {
  top: auto;
  bottom: 0;
}
.parts-pages .the-catalogue .search-filters {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  padding-bottom: 14px;
  border-bottom: 1px solid #d6d6d6;
}
.parts-pages .the-catalogue .elevation {
  border: 1px solid #d6d6d6;
  height: 38px;
  box-shadow: unset;
  margin-top: 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.parts-pages .the-catalogue .elevation:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.parts-pages .the-catalogue .elevation input.within {
  height: 36px;
  width: 84%;
  font-size: 14px;
  text-indent: 16px;
  float: left;
}
.parts-pages .the-catalogue .elevation .within-btn {
  background: url("../img/ic_sprit.png?v=220523") no-repeat -2px -43px;
  width: 40px;
  height: 28px;
  float: right;
}
.parts-pages .the-catalogue .multi-select {
  margin-top: 12px;
}
.parts-pages .the-catalogue .multi-select .multi {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.parts-pages .the-catalogue .multi-select .multi input {
  position: absolute;
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  filter: opacity(0);
  cursor: pointer;
}
.parts-pages .the-catalogue .multi-select .multi .multi-icon {
  background: url("../img/ic_sprit.png?v=220523") no-repeat -11px -120px;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
}
.parts-pages .the-catalogue .multi-select .multi.active .multi-icon {
  background: url("../img/ic_sprit.png?v=220523") no-repeat -11px -154px;
}
.parts-pages .the-catalogue .categories-nav {
  margin-top: 40px;
}
.parts-pages .the-catalogue .categories-nav .nav-title {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
}
.parts-pages .the-catalogue .categories-nav .nav-menu {
  max-height: 470px;
  overflow-y: auto;
}
.parts-pages .the-catalogue .categories-nav .nav-menu::-webkit-scrollbar-track {
  width: 12px;
  box-shadow: unset;
}
.parts-pages .the-catalogue .categories-nav .nav-menu::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #CCCCCC;
}
.parts-pages .the-catalogue .categories-nav .nav-menu::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  border-radius: 6px;
  background-clip: content-box;
  background-color: #cccccc;
}
.parts-pages .the-catalogue .categories-nav .nav-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.parts-pages .the-catalogue .categories-nav .nav-menu:hover::-webkit-scrollbar-thumb {
  background-color: #666666;
}
.parts-pages .the-catalogue .categories-nav .nav-menu li.active {
  text-decoration: underline;
  color: #000000;
}
.parts-pages .the-catalogue .categories-nav .nav-menu li {
  margin: 8px 0;
  display: block;
  padding: 5px 0;
  color: #666666;
  font-weight: 500;
  cursor: pointer;
}
.parts-pages .the-catalogue .categories-nav .nav-menu li:hover {
  text-decoration: underline;
}
.parts-pages .catalogue-content {
  min-height: 500px;
  width: 1200px;
  padding-left: 300px;
}
.parts-pages .catalogue-content .empty-results {
  text-align: center;
  padding: 60px 0;
}
.parts-pages .catalogue-content .empty-results .noresults-pic {
  margin-bottom: 16px;
}
.parts-pages .catalogue-content .empty-results .noresults-title {
  color: #333333;
  font-size: 20px;
  font-weight: 500;
}
.parts-pages .catalogue-content .empty-results .noresults-des {
  color: #858585;
  font-size: 13px;
  margin-top: 8px;
}
.parts-pages .catalogue-content .empty-results .noresults-des a {
  color: #009a70;
}
.parts-pages .catalogue-content .empty-results .noresults-des a:hover {
  text-decoration: underline;
}
.parts-pages .catalogue-content .catalogue-row {
  margin-top: 30px;
}
.parts-pages .catalogue-content .catalogue-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.parts-pages .catalogue-content .catalogue-row:first-child {
  margin-top: 0;
}
.parts-pages .catalogue-content .catalogue-row .row-title {
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 12px;
}
.parts-pages .catalogue-content .catalogue-row .row-li {
  float: left;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
.parts-pages .catalogue-content .catalogue-row .row-li a {
  margin: 1px 0;
  display: inline-block;
  padding: 8px 0;
  color: inherit;
  font-size: 13px;
}
.parts-pages .catalogue-content .catalogue-row .row-li a:hover {
  text-decoration: underline;
}
.parts-pages .catalogue-content .catalogue-row .row-li .sign {
  opacity: 0.7;
  -ms-opacity: 0.7;
  -moz-opacity: 0.7;
  -o-opacity: 0.7;
  filter: opacity(70);
  margin-left: 14px;
  font-size: 12px;
}
/*# sourceMappingURL=parts-home.css.map */