
.w-e-menu {
  z-index: auto !important;
}
.w-e-droplist {
  z-index: 2 !important;
}
.w-e-toolbar {
  z-index: 2 !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.w-e-text-container {
  z-index: 1 !important;
}
#box ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#box li {
  padding: 3px;
  list-style: none;
  margin-right: 15px;
  border: 1px solid #eee;
}
#box img {
  width: 102px;
  height: 102px;
}
.activeClass {
  background: rgba(59, 90, 173, 0.4);
}
.dbubble-text {
  display: inline-block;
  font-size: 14px;
  color: darkred;
  line-height: 1.6;
  font-family: '\5FAE\8F6F\96C5\9ED1';
  width: 103px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

