.classify {
  position: relative;
  display: flex;
}
.classifyItem {
  background: #ffffff;
  min-height: 738px;
  color: #222222;
  width: 1390px;
  margin: 0 auto;
}
.classifyItem .item {
  overflow: hidden;
  padding-top: 1px;
}
.classifyItem .item .title {
  height: 38px;
  line-height: 38px;

  background: #fffbf6;
  padding-left: 32px;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0px 0px 0px 0.4px #ffc78b;
}
.classifyItem .item .title img {
  margin-right: 2px;
  vertical-align: text-bottom;
}
.classifyItem .item .classify_item {
  padding: 13px 0px 13px;
  display: flex;
  flex-wrap: wrap;
}
.classifyItem .item .con {
  display: flex;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  line-height: 40px;
}

.classifyItem .item .con::after {
  content: '';
  display: block;
  height: 3px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  background: url(../../images/web/classify/line.png) no-repeat;
  background-position: top;
}
.classifyItem .classify_item .con:last-child::after {
  background: none;
}
.classifyItem .item .con .tit {
  display: flex;
  flex-wrap: wrap;
}
.classifyItem .item .con h2 {
  font-size: 14px;
  width: 151px;
  position: relative;
  margin: 10px 40px;
  line-height: 32px;
  height: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.classifyItem .item .con h2:nth-child(6n) {
  margin-right: 0;
}
.classifyItem .item .con h2 i {
  background: url(../../images/web/classify/title_before.png) no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  width: 10px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 2px;
}
.classifyItem .item .con .list::before {
  display: inline-block;
  width: 1px;
  height: 12px;
  content: ' ';
  background: #c4c4c4;
  position: absolute;
  left: 0;
  top: 19px;
}
.classifyItem .item .con .tit h2 a {
  background: #f4f4f4;
  width: 151px;
  line-height: 32px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 4px;
  border-radius: 3px;
  box-sizing: border-box;
}
.classifyItem .item .con .list a {
  width: 151px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
  font-size: 14px;
  margin: 10px 40px;
  line-height: 32px;
}
.classifyItem .item .con > div a:nth-child(5n) {
  margin-right: 0;
}
.classifyItem .item .con .list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.menu-wrap {
  width: 140px;
  max-height: 697px;
  overflow-y: auto;
  position: absolute;
  z-index: 1;
}
.menu-wrap li {
  box-shadow: 0px 0px 0px 0.4px #d9d9d9;
  padding-left: 14px;
  box-sizing: border-box;
  line-height: 40px;
  background: #ffffff;
  font-size: 14px;
}
.menu-wrap li.active a {
  color: #ff8b0d;
}
.menu-wrap li img {
  vertical-align: text-bottom;
  margin-right: 6px;
}
.menu-wrap li:hover {
  background: #ff8b0d;
}
.menu-wrap li:hover a {
  color: #ffffff;
}

.menu-wrap::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.menu-wrap::-webkit-scrollbar-track {
  background: #ffe7ce;
  border-radius: 7px;
}
.menu-wrap::-webkit-scrollbar-thumb {
  background: #ff9a2c;
  border-radius: 7px;
}
.menu-wrap::-webkit-scrollbar-thumb:hover {
  background: #ff9a2c;
}

@media (min-width: 1900px) {
  .menu-wrap {
    left: 109px;
  }
}
