input[type="text"]:focus {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type="text"]:active {
  border: 1px solid #66afe9 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.textEellipsis {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.clearF:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.userSelect {
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}
.floatL {
  float: left;
}
.floatR {
  float: right;
}
.totalIconCss {
  font-family: "iconfont" !important;
  font-size: 12px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.dFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
.totalCss .product-box {
  margin-left: -21px;
}
.totalCss .product-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.totalCss .product-box li {
  float: left;
  width: 296px;
  height: 380px;
  padding: 10px;
  background: #fff;
  margin: 0 0 20px 21px;
}
.totalCss .product-box li a {
  display: block;
}
.totalCss .product-box li:hover .des-title {
  color: #b21f1f !important;
}
.totalCss .product-box li .product-img {
  background: #efefef;
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.totalCss .product-box li .product-img:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #000;
  filter: opacity(50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  transition: all 0.3s;
}
.totalCss .product-box li .product-img:hover:before {
  width: 100%;
  height: 30px;
}
.totalCss .product-box li .product-img .img-box {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
}
.totalCss .product-box li .product-img .customer-info {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
  color: #fff;
}
.totalCss .product-box li .product-img .customer-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.totalCss .product-box li .product-img .customer-info .head {
  float: left;
}
.totalCss .product-box li .product-img .customer-info .name {
  float: left;
  margin: 18px 10px 0;
}
.totalCss .product-box li .product-img .customer-info .country {
  float: left;
  margin-top: 20px;
}
.totalCss .product-box li .product-des {
  margin-top: 20px;
}
.totalCss .product-box li .product-des .des-title {
  font-size: 18px;
  color: #313131;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'fontBold';
}
.totalCss .product-box li .product-des .level-box {
  margin-top: 10px;
  color: #e6c03b;
}
.totalCss .product-box li .product-des .level-box .iconfont {
  font-size: 18px;
}
.totalCss .product-box li .product-des .des-text {
  margin-top: 4px;
  position: relative;
  font-size: 14px;
  color: #727171;
  height: 60px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.totalCss .product-box li .product-des .des-text:before {
  display: block;
  content: '';
  width: 100%;
  height: 24px;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  filter: barn(6px);
  opacity: 0.7;
  filter: opacity(70);
  filter: alpha(opacity=70);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.totalCss .product-box li .product-des .info-des {
  border-top: 1px solid #efefef;
  padding: 14px 0;
}
.totalCss .product-box li .product-des .info-des .des {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
}
.totalCss .product-box li .product-des .info-des .des:nth-child(2) {
  max-width: 30px;
}
.totalCss .product-box li .product-des .info-des .des:nth-child(4) {
  max-width: 30px;
}
.totalCss .product-box li .product-des .info-des .icon-pinglun {
  margin-left: 6px;
}
.totalCss .product-box li .product-des .info-des .icon-shijian1 {
  margin-left: 6px;
}
.info-des {
  font-size: 12px;
  color: #727171;
  margin-top: 4px;
}
.info-des .iconfont {
  font-size: 22px;
  height: 26px;
  margin-right: 4px;
}
.info-des .des {
  vertical-align: super;
}
.info-des .icon-chakan-tongyong {
  color: #6cbca2;
  font-size: 26px;
}
.info-des .icon-pinglun {
  color: #44bfe2;
  margin-left: 20px;
}
.info-des .icon-shijian1 {
  margin-left: 20px;
}
@font-face {
  font-family: 'myfont';
  src: url('../woff/myriadpro-regular.woff') format('woff'), /* chrome、firefox */ url('../ttf/myriadpro-regular.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../otf/myriadpro-regular.otf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../svg/myriadpro-regular.svg#iconfont') format('svg'), /* iOS 4.1- */ url('../eot/myriadpro-regular.eot');
}
@font-face {
  font-family: 'activeFont';
  src: url("../ttf/din-condensed-bold.ttf");
}
@font-face {
  font-family: 'open-sans';
  src: url("../ttf/open-sans-2.ttf") format('opentype');
}
@font-face {
  font-family: 'open-sans-blod';
}
@font-face {
  font-family: 'open-semi-bold';
}
@font-face {
}
@font-face {
}
@font-face {
}
@font-face {
  font-family: 'NunitoSans';
  src: url("../ttf/nunitosans_7pt_semicondensed-regular.ttf") format('truetype');
}
@font-face {
  font-family: 'NunitoSans-Bold';
  src: url("../ttf/nunitosans_7pt_semicondensed-bold.ttf") format('opentype');
}
@font-face {
  font-family: 'NunitoSans-Semibold';
  src: url("../ttf/nunitosans_7pt_semicondensed-semibold.ttf") format('opentype');
}
html,
body {
  font-size: 12px;
  font-family: NunitoSans, 'open-sans', 'Arial';
}
.bom-banner {
  background: url("../png/market-icon.png") no-repeat left 72% #e7e7e7;
  height: 800px;
  overflow: hidden;
  min-width: 1440px;
}
.bom-banner .bom-title {
  font-size: 48px;
  font-family: NunitoSans-Bold;
  text-align: center;
  margin-top: 110px;
  line-height: 56px;
}
.bom-banner .market-rules {
  margin-top: 6px;
  text-align: center;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 24px;
}
.bom-banner .market-rules .the-tips {
  color: #9e6c01;
  font-family: NunitoSans-Bold;
}
.bom-banner .set-source-area {
  margin-top: 60px;
  position: relative;
}
.bom-banner .set-source-area:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -10px;
  right: -290px;
  z-index: 1;
  background: url("../png/car-icon.png") no-repeat center;
  width: 339px;
  height: 162px;
}
.bom-banner .set-source-area .set-source-head {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 6;
}
.bom-banner .set-source-area .set-source-head dd {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: #313131;
  color: #fff;
  width: 230px;
  font-family: NunitoSans-Bold;
  cursor: pointer;
  transition: all 0.3s;
}
.bom-banner .set-source-area .set-source-head dd.active {
  background: #fff;
  color: #313131;
}
.bom-banner .set-source-area .set-source-box {
  border-radius: 0 4px 4px 4px;
  background: #fff;
  padding: 32px 30px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
  position: relative;
  z-index: 3;
}
.bom-banner .set-source-area .source-el:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.bom-banner .set-source-area .zone-el {
  border: 1px solid #d9d9d9;
  float: left;
  height: 90px;
  padding: 10px;
  margin-left: -1px;
}
.bom-banner .set-source-area .zone-el .motion-label {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 14px;
  position: relative;
}
.bom-banner .set-source-area .zone-el .motion-label .icon {
  margin-top: 6px;
}
.bom-banner .set-source-area .zone-el .motion-label .icon-search {
  height: 30px;
  border: 1px solid #d9d9d9;
  font-size: 24px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}
.bom-banner .set-source-area .zone-el .motion-label .icon-search:hover {
  border-color: #313131;
}
.bom-banner .set-source-area .zone-el .motion-val {
  display: block;
  margin-top: 8px;
  width: 100%;
  height: 30px;
  text-indent: 14px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
}
.bom-banner .set-source-area .zone-el.choose {
  width: 320px;
  margin-left: 1px;
}
.bom-banner .set-source-area .zone-el.choose .motion-label {
  padding-left: 8px;
  justify-content: space-between;
}
.bom-banner .set-source-area .zone-el.number {
  width: 210px;
}
.bom-banner .set-source-area .zone-el.quantity {
  width: 126px;
}
.bom-banner .set-source-area .zone-el.note {
  margin-left: 10px;
  width: 450px;
  resize: none;
  padding: 18px 14px;
  font-family: NunitoSans;
}
.bom-banner .set-source-area .zone-el.drop {
  border-color: #e4decf;
  background: #F6F0E2;
  width: 531px;
}
.bom-banner .set-source-area .set-drag-box {
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  height: 70px;
  font-size: 14px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.bom-banner .set-source-area .set-drag-box .get-file-el {
  font-size: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  filter: opacity(0);
  filter: alpha(opacity=0);
  opacity: 0;
  -ms-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  cursor: pointer;
}
.bom-banner .set-source-area .set-drag-box .accept-tips {
  text-align: center;
  color: #9e6c01;
  font-size: 12px;
  padding: 3px 0;
  margin-top: 4px;
}
.bom-banner .set-source-area .set-drag-box .add-file {
  font-size: 14px;
  font-family: NunitoSans-Bold;
  color: #9e6c01;
  margin-top: 3px;
  cursor: pointer;
  background: transparent;
  text-decoration: underline;
}
.bom-banner .set-source-area .set-drag-box .the-cross-el {
  font-size: 16px;
  font-family: NunitoSans-Bold;
  text-align: center;
  margin-top: 4px;
  color: #9e6c01;
}
.bom-banner .set-source-area .set-drag-box .the-cross-el .cross-name {
  margin-bottom: 6px;
}
.bom-banner .set-source-area .set-drag-box .the-voltooide-el {
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  width: 400px;
  margin: 6px auto 0;
  text-align: center;
  color: #9e6c01;
  position: relative;
  z-index: 5;
}
.bom-banner .set-source-area .set-drag-box .the-voltooide-el .icon-guanbi {
  margin-right: 4px;
}
.bom-banner .set-source-area .set-drag-box .the-voltooide-el .icon-guanbi:hover {
  color: #E02D2D;
}
.bom-banner .set-source-area .set-drag-box .the-voltooide-el .voltoo-name {
  font-size: 12px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  max-width: 280px;
  vertical-align: sub;
}
.bom-banner .set-source-area .submit-btn {
  width: 100px;
  height: 90px;
  line-height: 90px;
  background: #ff4949;
  border-radius: 2px;
  float: right;
  font-size: 14px;
  color: #fff;
  font-family: NunitoSans-Bold;
  text-align: center;
}
.bom-banner .set-source-area .submit-btn:hover {
  background: #E02D2D;
}
.bom-banner .set-source-area .design-tips {
  color: #929292;
  margin-top: 6px;
}
.bom-banner .set-source-area .design-tips .icon-bitian {
  vertical-align: bottom;
}
.bom-banner .set-source-area .design-tips .down-file {
  color: #9e6c01;
  margin-left: 6px;
  text-decoration: underline;
}
.bom-banner .other-models {
  margin-top: 56px;
}
.bom-banner .other-models .swiper-container {
  height: 158px;
  padding-top: 94px;
  margin-bottom: 10px;
}
.bom-banner .other-models .models {
  height: 64px;
  background: #313131;
  color: #fff;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s linear;
  position: relative;
}
.bom-banner .other-models .models .models-tag {
  height: 30px;
  background: #ff4949;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  opacity: 0;
}
.bom-banner .other-models .models .models-tag:before {
  display: block;
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 1;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIyLTExLTMwVDE0OjE5OjMwKzA4OjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMi0xMS0zMFQxNDoyMToxMCswODowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMi0xMS0zMFQxNDoyMToxMCswODowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjZjgzZjhlOC00ZDY1LTVkNDYtODdlYy1kMzQ4NDE0ZGNmNDAiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2MmU4ZjJiOS0yY2Q3LTUxNGQtOTlmNC0xMWU5NjcyNDM5OWQiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4MmQ0OTg5NC00YzdhLWU3NDUtODJlMy0yNjA5NDczYzQ5NzUiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyZDQ5ODk0LTRjN2EtZTc0NS04MmUzLTI2MDk0NzNjNDk3NSIgc3RFdnQ6d2hlbj0iMjAyMi0xMS0zMFQxNDoxOTozMCswODowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpjZjgzZjhlOC00ZDY1LTVkNDYtODdlYy1kMzQ4NDE0ZGNmNDAiIHN0RXZ0OndoZW49IjIwMjItMTEtMzBUMTQ6MjE6MTArMDg6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4JcuFdAAAAf0lEQVQImYWMwQnCQBREX0LwYuqIHdhDTmIFViDWYgWSKuTftpAEPO7Bm4RkibvjJYKCkoE5zZuXqa7FQqaUunwJesTYrMy2xT9AUmjH8VA5ZwA/jVFqz95vKueuQAKehaDPYP3W9NKlNDt9/BJAfh+GXYQuwc2HsC/NjvP41ReHYDxNP8zUVgAAAABJRU5ErkJggg==") no-repeat center;
  width: 10px;
  height: 6px;
}
.bom-banner .other-models .models:hover {
  background: #fff;
  color: #313131;
  transform: translateY(-10px);
}
.bom-banner .other-models .models:hover .models-tag {
  opacity: 1;
  top: -24px;
}
.bom-banner .other-models .models-img {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 12px;
  overflow: hidden;
}
.bom-banner .other-models .models-img img {
  width: 100%;
  height: 100%;
}
.bom-banner .other-models .models-info {
  display: flex;
  flex-direction: column;
}
.bom-banner .other-models .models-info .name {
  margin-right: 10px;
}
.electronic-section {
  background: #313131;
  padding: 75px 0;
  min-width: 1440px;
}
.electronic-section:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.electronic-section .ele-column {
  width: 25%;
  float: left;
  padding-left: 35px;
  border-left: 1px solid #282828;
}
.electronic-section dd {
  margin-bottom: 10px;
  color: #fff;
}
.electronic-section dd a {
  color: inherit;
}
.electronic-section dd:hover a {
  text-decoration: underline;
}
.electronic-section dd:hover svg {
  transform: scale(1.2) translateZ(0);
}
.electronic-section svg {
  vertical-align: middle;
  margin-right: 10px;
  transition: all 0.3s linear;
}
.services-module {
  padding: 80px 0;
  background: #fff;
}
.services-module .service-title {
  font-size: 16px;
  font-family: NunitoSans-Semibold;
  padding-left: 46px;
}
.services-module .detail-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.services-module .detail-box .detail-info {
  border-top: 1px solid #e7e7e7;
  position: relative;
  z-index: 2;
  height: auto;
  border-left: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  padding: 40px 0 40px 46px;
  float: left;
  width: 580px;
  height: 340px;
}
.services-module .detail-box .detail-info:before {
  display: block;
  content: '';
  height: 100%;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 2;
}
.services-module .detail-box .detail-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.services-module .detail-box .detail-info .info-title {
  font-size: 36px;
  font-family: NunitoSans-Bold;
  position: relative;
}
.services-module .detail-box .detail-info .info-title:before {
  display: block;
  content: '';
  width: 10px;
  height: 4px;
  background: #ff4949;
  position: absolute;
  top: 14px;
  left: -26px;
  z-index: 1;
}
.services-module .detail-box .detail-info .info-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  width: 400px;
  word-break: break-word;
}
.services-module .detail-box .detail-info .jump-btn {
  width: 200px;
  height: 40px;
  background: #ff4949;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 40px;
  left: 46px;
  z-index: 2;
}
.services-module .detail-box .detail-info .jump-btn:hover {
  background: #E02D2D;
}
.services-module .detail-box .detail-r {
  position: relative;
  width: 700px;
  height: 500px;
  float: right;
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}
.services-module .detail-box .detail-r:before {
  display: block;
  content: '';
  border-left: 1px solid #e7e7e7;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.services-module .detail-box .detail-r .temp-img {
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
}
.services-module .detail-box .detail-r .temp-icon {
  display: flex;
  position: absolute;
  bottom: 22px;
  left: 20px;
  z-index: 1;
}
.services-module .detail-box .detail-r .temp-icon img {
  margin-right: 10px;
}
.services-module .toggle-each {
  display: none;
}
.services-module .toggle-each-row {
  margin-top: 30px;
  margin-bottom: 160px;
  position: relative;
}
.services-module .toggle-each-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.services-module .toggle-each-row .each {
  cursor: pointer;
}
.services-module .toggle-each-row .each.active .each-title {
  color: #ff4949;
}
.services-module .toggle-each-row .each-title {
  font-size: 16px;
  padding: 10px 0 10px 46px;
  font-family: NunitoSans-Bold;
  position: relative;
}
.services-module .toggle-each-row .each-title:hover {
  color: #ff4949;
}
.services-module .toggle-each-row .each-title:before {
  display: block;
  content: '';
  width: 10px;
  border-top: 1px solid #929292;
  position: absolute;
  top: 22px;
  left: 22px;
  z-index: 1;
}
.services-module .toggle-each-row .total-each {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 580px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.forum-box {
  background: #e7e7e7;
  width: 100%;
  min-width: 1280px;
  overflow: hidden;
  padding: 80px 0 100px;
}
.forum-box .forum-title {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 10px;
  color: #313131;
  box-sizing: border-box;
  cursor: default;
}
.forum-box .forum-title:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.forum-box .forum-title h2 {
  float: left;
  font-size: 24px;
}
.forum-box .show-products {
  margin: 4px auto;
  width: 1280px;
  height: 380px;
  overflow: hidden;
}
.forum-box .product-box {
  margin-left: -21px;
}
.forum-box .product-box:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.forum-box .product-box li {
  float: left;
  width: 296px;
  height: 380px;
  padding: 10px;
  background: #fff;
  margin: 0 0 20px 21px;
}
.forum-box .product-box li a {
  display: block;
}
.forum-box .product-box li:hover .des-title {
  color: #b21f1f !important;
}
.forum-box .product-box li .product-img {
  background: #efefef;
  width: 100%;
  height: 170px;
  position: relative;
  overflow: hidden;
}
.forum-box .product-box li .product-img:before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  background: #000;
  filter: opacity(50);
  filter: alpha(opacity=50);
  opacity: 0.5;
  -ms-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  transition: all 0.3s;
}
.forum-box .product-box li .product-img:hover:before {
  width: 100%;
  height: 30px;
}
.forum-box .product-box li .product-img .img-box {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
}
.forum-box .product-box li .product-img .customer-info {
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 5;
  color: #fff;
}
.forum-box .product-box li .product-img .customer-info:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.forum-box .product-box li .product-img .customer-info .head {
  float: left;
}
.forum-box .product-box li .product-img .customer-info .name {
  float: left;
  margin: 18px 10px 0;
}
.forum-box .product-box li .product-img .customer-info .country {
  float: left;
  margin-top: 20px;
}
.forum-box .product-box li .product-des {
  margin-top: 20px;
}
.forum-box .product-box li .product-des .des-title {
  font-size: 18px;
  color: #313131;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'fontBold';
}
.forum-box .product-box li .product-des .level-box {
  margin-top: 10px;
  color: #e6c03b;
}
.forum-box .product-box li .product-des .level-box .iconfont {
  font-size: 18px;
}
.forum-box .product-box li .product-des .des-text {
  margin-top: 4px;
  position: relative;
  font-size: 14px;
  color: #727171;
  height: 60px;
  line-height: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.forum-box .product-box li .product-des .des-text:before {
  display: block;
  content: '';
  width: 100%;
  height: 24px;
  background: #fff;
  background-image: linear-gradient(to bottom, #fff, #fff);
  filter: barn(6px);
  opacity: 0.7;
  filter: opacity(70);
  filter: alpha(opacity=70);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.forum-box .product-box li .product-des .info-des {
  border-top: 1px solid #efefef;
  padding: 14px 0;
}
.forum-box .product-box li .product-des .info-des .des {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: baseline;
}
.forum-box .product-box li .product-des .info-des .des:nth-child(2) {
  max-width: 30px;
}
.forum-box .product-box li .product-des .info-des .des:nth-child(4) {
  max-width: 30px;
}
.forum-box .product-box li .product-des .info-des .icon-pinglun {
  margin-left: 6px;
}
.forum-box .product-box li .product-des .info-des .icon-shijian1 {
  margin-left: 6px;
}
.forum-box .product-box {
  margin-left: -32px;
}
.forum-box .product-box li {
  margin: 0 0 20px 32px;
  position: relative;
  z-index: 1;
}
.forum-box .product-img img {
  transition: all 0.3s ease-in;
}
.forum-box .product-img:hover img {
  transform: scale(1.02);
}
.supplier-pop {
  width: 1280px;
  height: 98%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
  color: #313131;
  display: none;
}
.supplier-pop:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.16);
}
.supplier-pop .supplier-pop-head {
  height: 160px;
  background: #efefef;
  padding: 18px 44px;
  position: relative;
  z-index: 23;
}
.supplier-pop .supplier-pop-head .submit-btn {
  border: 1px solid #8d6000;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #9e6c01;
  font-family: NunitoSans-Bold;
  cursor: pointer;
  position: absolute;
  bottom: 44px;
  right: 44px;
  z-index: 1;
}
.supplier-pop .supplier-pop-head .submit-btn:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.supplier-pop .supplier-pop-head .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  width: 40px;
  height: 40px;
  color: #929292;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.supplier-pop .supplier-pop-head .close-btn:hover .iconfont {
  color: #E02D2D;
}
.supplier-pop .supplier-pop-head .pop-title {
  font-size: 18px;
  font-family: NunitoSans-Semibold;
}
.supplier-pop .supplier-pop-head .choose-tips {
  color: #949494;
  line-height: 17px;
  margin-top: 8px;
}
.supplier-pop .supplier-pop-head .supplier-result {
  margin-top: 4px;
  width: 960px;
}
.supplier-pop .supplier-pop-head .supplier-result:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.supplier-pop .supplier-pop-head .supplier-result .supplier {
  background: #fff;
  height: 34px;
  line-height: 34px;
  text-align: center;
  padding: 0 8px 0 0;
  float: left;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: 0 4px 4px 0;
}
.supplier-pop .supplier-pop-head .supplier-result .supplier:hover .icon-guanbi1 {
  color: #E02D2D;
}
.supplier-pop .supplier-pop-head .supplier-result .supplier .icon-guanbi1 {
  display: inline-block;
  vertical-align: top;
  height: 34px;
  line-height: 34px;
  width: 30px;
  cursor: pointer;
}
.supplier-pop .supplier-pop-body {
  background: #fff;
  height: 82%;
  overflow-y: auto;
  padding: 38px 44px;
  position: relative;
  z-index: 23;
}
.supplier-pop .supplier-wrap {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
.supplier-pop .supplier-wrap .quick-guide-parent {
  position: absolute;
  top: 0;
  left: -44px;
  z-index: 1;
}
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide {
  position: fixed;
  z-index: 1;
  font-size: 14px;
}
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dt,
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dd {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
}
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dt a,
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dd a {
  color: #313131;
}
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dt:hover a,
.supplier-pop .supplier-wrap .quick-guide-parent .quick-guide dd:hover a {
  color: #9e6c01;
}
.supplier-pop .supplier-search {
  width: 400px;
  height: 34px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #dcdddd;
  background: #fff;
  margin-bottom: 30px;
  overflow: hidden;
}
.supplier-pop .supplier-search:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.supplier-pop .supplier-search .set-supplier {
  width: 358px;
  height: 32px;
  float: left;
  text-indent: 12px;
}
.supplier-pop .supplier-search .search-btn {
  width: 40px;
  height: 32px;
  background: #fff;
  line-height: 32px;
  text-align: center;
  float: right;
  cursor: pointer;
}
.supplier-pop .supplier-search .search-btn:hover {
  background: #efefef;
  border-left: 1px solid #dcdddd;
}
.supplier-pop .supplier-search .search-btn .iconfont {
  display: block;
  font-size: 20px;
}
.supplier-pop .supplier-row-box {
  min-height: 300px;
}
.supplier-pop .supplier-row-box .empty-items {
  text-align: center;
  display: none;
  padding: 20px 0;
  font-size: 18px;
  color: #727171;
}
.supplier-pop .supplier-row-box .empty-items span {
  color: #b21f1f;
}
.supplier-pop .supplier-row-box .empty-items .not-find {
  margin-top: 10px;
  font-size: 18px;
  color: #9fa0a0;
}
.supplier-pop .supplier-row {
  border-top: 1px solid #efefef;
  padding: 28px 0;
}
.supplier-pop .supplier-row:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.supplier-pop .supplier-row .supplier-index {
  width: 20px;
  height: 20px;
  float: left;
  font-size: 24px;
  font-family: NunitoSans-Semibold;
}
.supplier-pop .supplier-row .supplier-menus {
  float: left;
  width: 1040px;
  margin-left: 20px;
}
.supplier-pop .supplier-row .supplier-menus:after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  clear: both;
}
.supplier-pop .supplier-row .supplier-menus .menu {
  width: 330px;
  float: left;
  font-size: 14px;
  cursor: pointer;
}
.supplier-pop .supplier-row .supplier-menus .menu.is-hidden {
  display: none;
}
.supplier-pop .supplier-row .supplier-menus .menu.active {
  color: #9e6c01;
}
.supplier-pop .supplier-row .supplier-menus .menu:hover {
  color: #9e6c01;
  text-decoration: underline;
}
.tickling-pop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 22;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 500px;
  height: 300px;
  background: #fff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.tickling-pop:before {
  display: block;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: 21;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.16);
}
.tickling-pop .tickling-body {
  position: relative;
  z-index: 23;
  background: #fff;
  height: 300px;
  width: 500px;
  padding: 30px 30px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.tickling-pop .tickling-body .tickling-text {
  font-size: 16px;
  line-height: 22px;
}
.tickling-pop .tickling-body .set-email {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #929292;
  width: 340px;
  height: 40px;
  text-indent: 12px;
  margin-top: 20px;
}
.tickling-pop .tickling-body .tickling-tool {
  margin-top: 50px;
}
.tickling-pop .tickling-body .tickling-tool button {
  width: 140px;
  height: 34px;
  vertical-align: top;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #8d6000;
  color: #9e6c01;
  font-size: 14px;
  background: #fff;
  font-family: NunitoSans-Semibold;
}
.tickling-pop .tickling-body .tickling-tool button:first-child {
  margin-right: 26px;
}
.tickling-pop .tickling-body .tickling-tool button:hover {
  color: #fff;
  background: #f0bd46;
  border-color: #f0bd46;
}
.tickling-pop .tickling-body .tickling-tool .jump-link {
  width: 140px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
  background: #E02D2D;
  font-family: NunitoSans-Semibold;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.tickling-pop .tickling-body .tickling-tool .jump-link:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
/*# sourceMappingURL=the-bom.css.map */