[data-v-26288907] .v-text-field--outlined fieldset{
  border-radius:10px !important
}
.top[data-v-26288907]{
  width:100%;
  height:100%;
  opacity:1;
  display:flex;
  padding:10px;
  flex-direction:row;
  justify-content:space-between;
  align-items:center;
  row-gap:0px;
  flex-wrap:wrap;
  align-content:center;
  z-index:0
}
.top .user[data-v-26288907]{
  font-family:Roboto;
  font-size:14px;
  font-weight:normal;
  line-height:24px;
  letter-spacing:0px;
  font-feature-settings:"kern" on;
  color:#374151
}
[data-v-26288907] .v-select__selections input{
  width:40px !important
}
.card-box[data-v-a4adf90c]{
  width:100%;
  height:100%;
  background:#fff;
  border-radius:10px
}
.card-box .card-hd[data-v-a4adf90c]{
  width:100%;
  display:flex;
  align-items:center;
  padding:5px
}
.card-box .card-bd[data-v-a4adf90c]{
  padding:0;
  height:100%;
  overflow:hidden
}
.gird-box[data-v-a4adf90c]{
  margin:8px 0;
  display:grid;
  gap:8px;
  justify-content:center;
  grid-template-columns:repeat(2, 49%)
}
.hoverBrand:hover {
  color: var(--primary-100) !important;
}
.hoverBrand {
  cursor: pointer;
  /* 适用于 Safari 3.0 至 6.0 */
  transition: color 0.5s;
  /* 适用于现代浏览器 */
}

