.hangmenu-box {
  position: absolute;
  margin-top: 2px;
  color: #000;
  background-color: #fdfee1;
  border: #b2bdcd solid 1px;
  z-index: 1000;
}
.hangmenu-box:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fdfee1 rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}
.hangmenu-box:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #b2bdcd rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}
.hangmenu-box>* {
  display:block;
  margin: 0;
  padding: 2.5px;
  min-width: 14em;
  padding-right: 1.25em;
  padding-left: 1.25em;
  float: none !important;
  color: #000;
}
