.k-main .result-wrapper {
  border: 1px solid #E5E5E5;
  margin-bottom: 30px;
}

.k-main .result-wrapper .result-hd {
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333;
  background: #EBF5FF;
  padding: 0 20px;
  overflow: hidden;
}

.k-main .result-wrapper .list-type i {
  font-size: 20px;
  color: #CBCBCB;
  margin-left: 20px;
  cursor: pointer;
}

.k-main .result-wrapper .list-type i.curr {
  color: #1500EF;
}

.k-main .result-bd {
  padding: 20px 20px 0 20px;
}

.k-main .result-bd .result-bdh {
  height: 50px;
  line-height: 50px;
}

.k-main .result-bd .list-type {
  height: 50px;
}

.k-main .result-list .item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 80px;
  height: 30px;
  line-height: 30px;
  background: #FFF;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.k-main .result-list .item:hover,
.k-main .result-list .item.active {
  background: #EBF5FF;
  border: 1px solid #1581F0;
}

.k-main .result-list .item:hover a,
.k-main .result-list .item.active a {
  color: #1581F0;
}

.k-main .result-list .item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 0 20px;
  vertical-align: top;
}


.k-main .result-list .item .img-wrapper {
  display: none;
}


.k-main .result-list .item a:hover {
  color: #1581F0;
}

.k-main .result-list .img-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.k-main .result-list .img-wrapper img {
  max-width: 100px;
  max-height: 100px;
}

.k-main .result-list.picmode .item {
  display: inline-block;
  width: 176px;
  height: 176px;
  margin-right: 14px;
  margin-bottom: 14px;
  vertical-align: top;
  text-align: center;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}

.k-main .result-list.picmode .item:hover,
.k-main .result-list.picmode .item.active {
  background: #FFF;
  border: 1px solid #1581F0;
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}

.k-main .result-list.picmode .item a {
  padding: 20px;
}

.k-main .result-list.picmode .item .name {
  line-height: 20px;
  margin-top: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.k-main .result-list.picmode .img-wrapper {
  margin: 0 auto;
  display: block;
}



.k-main .product-list {
  border-top: 1px solid #ECECEC;
  padding: 20px 0 4px 0;
}

.k-main .product-list .item {
  display: inline-block;
  width: 215.8px;
  height: 235px;
  margin-right: 16px;
  margin-bottom: 16px;
  font-size: 12px;
  border: 1px solid #E5E5E5;
  vertical-align: top;
}

.k-main .product-list .item:nth-of-type(5n) {
  margin-right: 0;
}

.k-main .product-list .item>a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #333;
  padding: 16px 20px;
  text-align: center;
}

.k-main .product-list .img-wrapper {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.k-main .product-list .img-wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.k-main .product-list .item:hover {
  box-shadow: 0px 0px 29px 0px rgba(21, 129, 240, 0.35);
}


.k-main .product-list .name {
  width: 100%;
  margin-top: 16px;
  max-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.k-main .product-list .classcode {
  display: inline-block;
  color: #999;
  margin-top: 6px;
  min-height: 16px;
  word-wrap: break-word;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.empty-wrapper {
  padding: 60px 0;
  text-align: center;
  border-top: 1px solid #E5E5E5;
}

.empty-wrapper .tips {
  margin-top: 20px;
  color: #999;
}

.k-main .all-empty-wrapper {
  width: 100%;
  padding: 150px 0;
}

.k-main .all-empty-wrapper img {
  margin: 0 auto;
  display: block;
}

.k-main .all-empty-wrapper .tips {
  text-align: center;
  color: #999;
  font-size: 14px;
  margin-top: 45px;
}

/* .sk-main */
.sk-main {
  margin-bottom: 40px;
}

.sk-main .searchkeyword-tips {
  font-size: 12px;
  color: #333;
}

.sk-main .searchkeyword-wrapper {
  padding: 0 12px;
  border: 1px solid #E5E5E5;
  position: relative;
  margin-top: 12px;
}

.sk-main .searchkeyword-wrapper .title-wrapper {
  display: flex;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #E5E5E5;
  justify-content: space-between;
}

.sk-main .searchkeyword-wrapper .title-wrapper .title {
  font-size: 18px;
  font-weight: bold;
  color: #1581EF;
  position: relative;
}

.sk-main .searchkeyword-wrapper .title-wrapper .title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  border-bottom: 2px solid #1581EF;
}

.sk-main .pros-wrapper .list {
  display: flex;
  flex-wrap: wrap;
}

.sk-main .pros-wrapper .list .item {
  flex: 0 0 20%;
  padding: 20px;
  width: 0;
}

.sk-main .pros-wrapper .list .item .pro {
  width: 100%;
}

.sk-main .pros-wrapper .list .item .pro .img-wrapper {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sk-main .pros-wrapper .list .item .pro .img-wrapper img {
  max-width: 100%;
  max-width: 100%;
}

.sk-main .pros-wrapper .list .item .pro .name {
  width: 100%;
  color: #333;
  text-align: center;
  margin-top: 16px;
  max-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.sk-main .pros-wrapper .list .item .pro .classcode {
  text-align: center;
  display: inline-block;
  color: #999;
  margin-top: 6px;
  min-height: 16px;
  word-wrap: break-word;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}


.sk-main .pros-wrapper .list .item .pro:hover .name,
.sk-main .pros-wrapper .list .item .pro:hover .classcode {
  color: #1581F0;
}

.sk-main .hot-pros-wrapper {
  margin-top: 20px;
  border: 1px solid #E5E5E5;
}

.sk-main .hot-pros-wrapper>.title {
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  border-bottom: 1px solid #E5E5E5;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

.sk-main .hot-pros-wrapper .list {
  padding: 12px 20px;
}

.sk-main .hot-pros-wrapper .list .item {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
}

.sk-main .hot-pros-wrapper .list .item>a {
  display: inline-block;
  padding: 0 20px;
  border: 1px solid#E5E5E5;
  height: 28px;
  line-height: 28px;
  border-radius: 4px;
  font-size: 14px;
}

.sk-main .hot-pros-wrapper .list .item>a:hover {
  border: 1px solid #1581F0;
  color: #1581F0;
}

/* .sk-main */