.content {
  height: 160px;
  background: #eef5ff;
}
.content .container {
  height: 100%;
  width: 1120px;
}
.type-tab {
  display: flex;
  justify-content: space-between;
  padding-top: 38px;
  align-items: stretch;
  height: 100%;
  box-sizing: border-box;
}
.type-tab li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type-tab li a {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.type-tab li .icon {
  width: 42px;
  height: 42px;
  margin-bottom: 14px;
  pointer-events: none;
}
.type-tab li .type-name {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
}
.type-tab li:hover .type-name {
  color: #2d6dff;
}
.type-tab li.active {
  position: relative;
}
.type-tab li.active::after {
  content: "";
  display: table;
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border: 12px solid;
  border-color: #E3F1FF transparent transparent transparent;
  transform: rotateX(180deg);
}
.type-tab li.active .type-name {
  color: #2d6dff;
}
.type-content-box {
  background: linear-gradient(180deg, #e3f1ff 0%, #f1f7ff 100%);
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 50px;
}
.type-content-box .category-list-box {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 30px;
}
.type-content-box .category-list-box li {
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  height: 32px;
  line-height: 32px;
  margin-right: 28px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  white-space: nowrap;
}
.type-content-box .category-list-box li.active {
  background: #2d6dff;
  color: #fff;
}
.type-content-box .manu-list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 30px;
}
.type-content-box .manu-list-box .manu-item {
  width: 200px;
  height: 224px;
  background-color: #fff;
  border: 2px solid transparent;
  margin-right: 30px;
  box-sizing: border-box;
}
.type-content-box .manu-list-box .manu-item:nth-child(5n) {
  margin-right: 0;
}
.type-content-box .manu-list-box .manu-item a {
  display: inline-flex;
  width: 100%;
  height: 100%;
  padding: 20px 20px 14px 20px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-direction: column;
}
.type-content-box .manu-list-box .manu-item.active {
  border: 2px solid #2d6dff;
}
.type-content-box .manu-list-box .manu-item:hover {
  border: 2px solid #2d6dff;
}
.type-content-box .manu-list-box .manu-item div.shop-img {
  width: 160px;
  height: 160px;
  text-align: center;
  line-height: 160px;
  overflow: hidden;
}
.type-content-box .manu-list-box .manu-item div.shop-img img {
  width: 100%;
}
.type-content-box .manu-list-box .manu-item div.shop-img span {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  color: rgba(13, 28, 50, 0.25);
  font-weight: bold;
}
.type-content-box .manu-list-box .manu-item p.shop-name {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  min-height: 22px;
}
.type-content-box .manu-list-box .manu-item:nth-child(n+6) {
  margin-top: 30px;
}
.type-content-box .shop-list-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.type-content-box .shop-list-box .shop-item {
  width: 200px;
  height: 274px;
  background-color: #fff;
  border: 2px solid transparent;
  margin-right: 30px;
  box-sizing: border-box;
}
.type-content-box .shop-list-box .shop-item:nth-child(5n) {
  margin-right: 0;
}
.type-content-box .shop-list-box .shop-item.active {
  border: 2px solid #2d6dff;
}
.type-content-box .shop-list-box .shop-item:hover {
  border: 2px solid #2d6dff;
}
.type-content-box .shop-list-box .shop-item img.sku-img {
  width: 160px;
  height: 160px;
  overflow: hidden;
}
.type-content-box .shop-list-box .shop-item p.sku-name {
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 44px;
  margin-top: 5px;
  word-break: break-all;
}
.type-content-box .shop-list-box .shop-item span.sku-price {
  font-size: 18px;
  color: #ff6d00;
  line-height: 28px;
  text-align: center;
}
.type-content-box .shop-list-box .shop-item a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  padding: 20px 20px 14px 20px;
  justify-content: space-between;
  box-sizing: border-box;
}
.type-content-box .shop-list-box .shop-item:nth-child(n+6) {
  margin-top: 30px;
}
.manufacturer-box {
  background: url("/mall-view/img/software/manu_bg.png") 0 0 no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 73px;
}
.manufacturer-box .manufacturer-list-box {
  display: flex;
  flex-wrap: wrap;
}
.manufacturer-box .manufacturer-list-box li {
  width: 224px;
  height: 150px;
  background-color: #2D6DFF;
  color: rgba(255, 255, 255, 0.85);
  position: relative;
}
.manufacturer-box .manufacturer-list-box li:hover .cover-bg-img {
  top: -44px;
}
.manufacturer-box .manufacturer-list-box li .cover-bg-img {
  width: 100%;
  height: 100%;
  border: 1px solid #eee;
  background-color: #fff;
  position: absolute;
  top: 0;
  transition: top 0.5s linear;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 9;
}
.manufacturer-box .manufacturer-list-box li .cover-bg-img .img-placeholder {
  display: inline-flex;
  width: 100%;
  height: 100%;
  font-size: 24px;
  color: rgba(13, 28, 50, 0.25);
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.manufacturer-box .manufacturer-list-box li span {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  color: #fff;
}
.manufacturer-box .manufacturer-list-box li span:hover {
  color: #fff;
}
.box-title {
  display: flex;
  justify-content: space-between;
}
.box-title .box-title-content {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 30px;
  font-weight: 500;
}
.box-title span.more {
  line-height: 30px;
  height: 30px;
  color: rgba(0, 0, 0, 0.65);
}
.box-title span.more:hover {
  color: #2D6DFF;
}
span.more {
  cursor: pointer;
}
span.more.more,
span.more a {
  color: rgba(0, 0, 0, 0.65);
}
span.more.more:hover,
span.more a:hover {
  color: #2D6DFF;
}
.no-content {
  background: rgba(255, 255, 255, 0);
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0);
  padding: 50px 0;
}
.notice-filter-no-result {
  width: 240px;
  height: 239px;
  background: url(/mall-view/img/software/maskPhoto.png) no-repeat;
  margin: 0 auto;
}
.img-cover-box {
  width: 160px;
  height: auto;
  height: 80px;
  overflow: hidden;
}
.img-cover-box img {
  width: auto;
  max-height: 80px;
  max-width: 160px;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
