/**
 * 產品右側浮動選單
 *
 */
div.ctrlcls-gd-right-menu {
  float: right;
  position: relative;
}

ul.ctrlcls-gd-right-toolbar {
  float: right;
  position: fixed;
  bottom: 15%;
  right: 0;
  /* width: 150px; */
  /* height: 270px; */
  text-align: left;
  list-style: none;
  padding-left: 0.1rem;
  background-color: #ccc;
}

ul.ctrlcls-gd-right-toolbar .ctrlcls-gd-right-tip {
  display: none;
  position: absolute;
  z-index: 2;
  font-size: 12px;
  width: 112px;
  height: 26px;
  /* top: 50%; */
  left: -102px;
  /* margin-top: -12px; */
  padding-right: 10px;
  line-height: 2.4;
  border-radius: 3px;
  color: #fff;
  background: #999;
  cursor: pointer;
}

div.popover-body {
  padding: 0;
}

ul.cls-rightMenuContainer {
  z-index: 9999;
}