.headRouter{
  cursor: pointer;
  color: #2889f5;
  font-size: 1rem;
}
.headDisable {
  color: #ccc;
  font-size: 1rem;
}
.routerLine {
  color: #ccc;
  font-size: 1rem;
  margin: 0 5px;
}
.flex{
  display: flex;
}
.flexac{
  display: flex;
  align-items: center;
}
.flex1{
  flex:1;
}
.flexc{
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexd{
  display: flex;
  flex-direction: column;
}
.layoutDiv{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  min-height: calc(100vh - 120px);
}
.bgBox{
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}
.loadingText{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 1.125rem;
}
.img-variety{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  text-align: center;
}
.img-normal{
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nodata {
  color: #989696;
  font-size: 1rem;
  cursor: pointer;
  line-height:2;
}
