
.node-form .form-item .select2accordion,
.select2accordion {
  width:505px;
  height:122px;
  border:1px solid #bebfb9;
  overflow-x: auto;
  overflow-y: hidden;
  white-space:nowrap;
  background: white;
  padding: 2px;
  border-radius: 4px;
}
.node-form .form-item .select2accordion div,
.select2accordion div{
  width: 100px;
  height: 100px;
  display: inline-block;
  background: white;
  cursor: pointer;
  position: relative;
  margin: 0;
  padding: 0;
  border: 2px solid white;
  background-color: #eaeaea;
}
.node-form .form-item .select2accordion div.active,
.select2accordion div.active{
  border: 2px solid #f21b24;
  background: #ccc;
}
.node-form .form-item .select2accordion div:hover,
.select2accordion div:hover{
  background: #bbb;
}
.node-form .form-item .select2accordion div img,
.select2accordion div img{
  width: 48px;
  height: 48px;
  top: 4px;
  left: 0;
  bottom: auto;
  right: 0;
  position: absolute;
  margin: auto;
}
.node-form .form-item .select2accordion div span,
.select2accordion div span{
  height: 16px;
  top: auto;
  left: 0;
  bottom: 20px;
  right: 0;
  position: absolute;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
}
.node-form .form-item div .select2accordion div label,
div .select2accordion div label{
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  background: white;
  top: auto;
  left: 2px;
  bottom: 2px;
  right: 2px;
  position: absolute;
  overflow: hidden;
  padding: 0;
}
.node-form .form-item div .select2accordionCats label,
div .select2accordionCats label{
  display: inline-block;
  padding: 0 12px!important;
  cursor: pointer;
  margin: 3px 6px 0 0;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  border-radius: 10px;
  background: #999;
  float: left;
}

.node-form .form-item div .select2accordionCats label:hover,
div .select2accordionCats label:hover{
  background: #666;
}
.node-form .form-item div .select2accordionCats label.active,
div .select2accordionCats label.active{
  background: #f21b24;
}
.node-form .form-item .select2accordion::-webkit-scrollbar ,
.select2accordion::-webkit-scrollbar {
  height: 14px;
  width: 12px;
  background: #eaeaea;
}
.node-form .form-item .select2accordion::-webkit-scrollbar-thumb,
.select2accordion::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-border-radius: 1ex;
}
.node-form .form-item .select2accordion::-webkit-scrollbar-corner,
.select2accordion::-webkit-scrollbar-corner {
  background: #eaeaea;
}
.select2accordionCats:after {
  display: block;
  content: ' ';
  clear: both;
  height: 20px;
}