#shortcut {
  height: 100%;
  overflow: hidden;
}

#shortcut h2 {
  line-height: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  margin-top: 15px;
}

#shortcut h2 i {
  width: 18px;
  height: 18px;
  background: url("./images/link-logo.svg") no-repeat;
  margin-left: 10px;
  margin-top: 3px;
}

#shortcut h2 span {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #0E1114;
  letter-spacing: 0;
}

#shortcut .rollPart {
  overflow: hidden;
  height: calc(100% - 50px);
}

#shortcut .rollPart .rollhelp {
  overflow: hidden;
  height: 100%;
}

#shortcut .rollPart .rollhelp:hover::-webkit-scrollbar-thumb {
  background: #D7DBDF;
}

#shortcut .rollPart .rollhelp::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #E6E8EB;
}

#shortcut .rollPart .rollhelp::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  background-color: transparent;
}

#shortcut .rollPart .rollhelp::-webkit-scrollbar-button {
  display: none;
}

#shortcut .rollPart .rollhelp::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}

#shortcut .rollPart .rollhelp .scrollbar-track {
  background: #fff !important;
}

#shortcut .rollPart .rollhelp .scrollbar-thumb {
  background: #E6E8EB;
}

#shortcut .rollPart .rollhelp :hover .scrollbar-thumb {
  background: #D7DBDF;
}

#shortcut .rollPart .rollhelp .scrollbar-track-x .scrollbar-thumb-x {
  height: 6px !important;
}

#shortcut .rollPart .rollhelp .scrollbar-track-y {
  width: 6px;
}

#shortcut .rollPart .rollhelp .scrollbar-thumb {
  width: 6px;
  height: 6px;
}

#shortcut .rollPart ul {
  padding: 10px 15px 15px;
  border-radius: 2px;
  width: 100%;
}

#shortcut .rollPart ul li {
  margin: 4px auto;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  margin-top: 10px;
  height: 28px;
  border: 1px solid rgba(79, 115, 255, 0.4);
  border-radius: 3px;
  max-width: 140px;
}

#shortcut .rollPart ul li:hover {
  background: #FDFDFD;
}

#shortcut .rollPart ul li .content {
  text-align: center;
  position: relative;
}

#shortcut .rollPart ul li .content .a-link {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}

#shortcut .rollPart ul li .content a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #33383D;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
  height: 28px;
  line-height: 28px;
}

#shortcut .rollPart ul li .content a div {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#shortcut .rollPart ul li .content i {
  position: absolute;
  right: -14px;
  top: -8px;
  min-width: 16px;
  height: 16px;
  display: inline-block;
  background: #ff0000;
  border-radius: 8px;
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 16px;
  padding: 0 3px;
  font-style: normal;
}

.example-vertical-track, .aa-vertical-track {
  background-color: transparent;
  width: 10px;
  transition: opacity 0.3s;
}

.example-horizontal-track, .aa-horizontal-track {
  background-color: transparent;
  height: 10px;
  transition: opacity 0.3s;
}

.example-vertical-handler {
  width: 8px;
  right: 1px;
  border-radius: 4px;
  background-color: #E6E8EB;
  transition: opacity 0.3s;
}

.example-horizontal-handler {
  height: 8px;
  bottom: 1px;
  border-radius: 4px;
  background-color: #E6E8EB;
  transition: opacity 0.3s;
}

.aa-vertical-handler {
  width: 8px;
  right: 1px;
  border-radius: 4px;
  background-color: #D7DBDF;
  transition: opacity 0.3s;
}

.aa-horizontal-handler {
  height: 8px;
  bottom: 1px;
  border-radius: 4px;
  background-color: #D7DBDF;
  transition: opacity 0.3s;
}
