.sugBox[data-v-a542805a] {
  width: 350px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
}
[data-v-a542805a]::-webkit-scrollbar {
  display: none;
}
.search[data-v-a542805a] {
  box-sizing: border-box;
  width: 350px;
  height: 60px;
  margin-bottom: 14px;
}
.search[data-v-a542805a] .el-input__wrapper {
  background-color: #292929;
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 10px;
}
[data-v-a542805a] .el-input__wrapper {
  background: #292929;
  border: 1px solid #474747;
  box-shadow: none;
  border-radius: 10px;
}
[data-v-a542805a] .is-focus {
  box-shadow: 0 0 0 1px #fff;
}
[data-v-a542805a] .el-input__inner::placeholder {
  color: #909791;
  font-weight: 400;
  font-size: 20px;
}
[data-v-a542805a] .el-button {
  width: 100px;
  height: 36px;
  border: none;
  box-shadow: none;
}
.suggestion[data-v-a542805a] {
  width: 350px;
  height: 508px;
  background: #292929;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 20px 30px 20px;
}
.suggestion .sug-head[data-v-a542805a] {
  margin-bottom: 14px;
  box-sizing: border-box;
}
.suggestion .sug-head h2[data-v-a542805a] {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  line-height: 36px;
}
.suggestion .sug-head img[data-v-a542805a] {
  cursor: pointer;
}
.suggestion .sug-head .trans[data-v-a542805a] {
  animation: rotate-a542805a 1s linear infinite;
}
@keyframes rotate-a542805a {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.suggestion .sug-list[data-v-a542805a] {
  height: 406px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}
.suggestion .single-sug[data-v-a542805a] {
  width: 312px;
  height: 94px;
  background: #000000;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 22px 20px;
  margin-bottom: 15px;
}
.suggestion .single-sug .infos[data-v-a542805a] {
  margin-left: 10px;
}
.suggestion .single-sug .infos .username[data-v-a542805a] {
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion .single-sug .infos .userDesc[data-v-a542805a] {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.suggestion .single-sug .unFollow-status[data-v-a542805a] {
  text-align: center;
  width: 86px;
  height: 30px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 34px;
  color: #000000;
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  box-shadow: none;
}
.suggestion .single-sug .followed-status[data-v-a542805a] {
  text-align: center;
  width: 86px;
  height: 30px;
  background: #1C1C1C;
  border-radius: 34px;
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #8B8B8B;
  box-sizing: border-box;
  cursor: pointer;
  box-shadow: none;
}
.suggestion .single-sug[data-v-a542805a]:last-child {
  margin-bottom: 0;
}
.suggestion .no-data[data-v-a542805a] {
  width: 100%;
  height: 100%;
  min-height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}