/* classification 分类页面样式 */

.classification-Industry-page {
  margin-bottom: 6px;
}

.category-center {
  position: relative;
  background-color: #fff;
}

.category {
  max-height: 95px;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.category-box {
  padding: 3px 8px 3px 8px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: start;
}

.category-nav-items {
  display: block;
  color: #323232;
  margin-right: 5px;
  padding: 2px 6px 2px 6px;
  margin: 3px;
}

.category-nav-industry {
  color: #999999;
  padding: 0 10px 0 10px;
}

.category-nav-item {
  position: absolute;
  height: 35px;
  width: 35px;
  bottom: 0;
  right: 10px;
  background: #fff;
  width: 40px;
  height: 30px;
}

.category-nav-items-checked {
  color: #ff6000;
  background: #ffefe5;
  border-radius: 2px 2px 2px 2px;
}

/* 更多类目 */
.more-category {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
  z-index: 999;
  overflow: auto;
  display: none;
}
.more-category-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  padding: 12px 16px;
}

.more-category-ul li {
  width: 25%;
}

.more-category-items {
  display: block;
  width: 60px;
  height: 29px;
  margin-right: 16px;
  margin-bottom: 12px;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
  padding: 0 5px;
}

.more-category-items-active {
  background-color: #ff6000;
  color: #fff;
}

.page-up {
  text-align: center;
  margin-bottom: 10px;
}

.classification-public-page {
  margin-top: 10px;
  margin-bottom: 0;
}

/* classification 分类页面样式 */

/* 行业分类 */
.content {
  position: relative;
}
.Industry {
  width: 100%;
  max-height: 90px;
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
}
.Industry-box {
  padding: 3px 8px 3px 8px;
}

.Industry-more {
  position: absolute;
  height: 18px;
  width: 18px;
  right: 15px;
  bottom: 0;
  background: #fff;
  height: 30px;
  width: 40px;
}

.Industry-more img {
  height: 15px;
}
.Industry-box-ul {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
}

.Industry-box-ul li:last-child {
  margin-right: 90px;
}

.Industry-nav-industry {
  margin-right: 3px;
  color: #999999;
  padding: 5px 5px 0 8px;
}

.Industry-nav-items {
  display: block;
  color: #323232;
  margin-right: 5px;
  padding: 2px 6px 2px 6px;
  margin: 3px;
}

.Industry-nav-items-checked {
  color: #ff6000;
  background: #ffefe5;
  border-radius: 2px 2px 2px 2px;
}

/* 更多行业 */
.more-industries {
  position: absolute;
  /* margin-top: 5px; */
  height: 0;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.12);
  z-index: 99;
  overflow: auto;
  display: none;
}
.more-industries-ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%;
  padding: 12px 16px;
}
.more-industries-ul li {
  width: 25%;
}

.more-industries-items {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 29px;
  margin-right: 16px;
  margin-bottom: 12px;
  background: #f6f6f6;
  border-radius: 4px 4px 4px 4px;
  font-size: 12px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  padding: 0 5px;
}
.more-industries-items-active {
  background-color: #ff6000;
  color: #fff;
}
.page-up {
  text-align: center;
  margin-bottom: 10px;
  height: 30px;
}
