.contextmenu {
  display: none;
  width: 130px;
  height: auto;
  position: absolute;
  top: 0;
  left: -1000px;
  border: solid 1px #ddd;
  background: #fff;
  box-shadow: 1px 1px 2px #d1d1d1;
  z-index: 100000001;
  text-align: left;
}

.contextmenu li a {
  display: block;
  height: 38px;
  line-height: 38px;
  text-decoration: none;
  outline: none;
  text-indent: 20px;
  font-size: 12px;
  color: #333;
}

.contextmenu li a:hover {
  color: #2c8000;
  background-color: #f5f5f5;
}

.unlogin {
  width: auto;
  white-space: nowrap;
  word-break: keep-all;
  border-left: none;
  box-shadow: 0 0 4px #d1d1d1;
  font-size: 0;
  box-shadow: 0 0 6px #d1d1d1;
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.unlogin li {
  display: inline-block;
}

.unlogin li a {
  display: inline-block;
  padding: 0 12px;
  text-indent: 0;
  height: 38px;
  border-left: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 37px;
  cursor: pointer;
}