.item[data-v-4813f25c] {
  width: 95vw;
  box-shadow: 0.12rem 0.12rem 0.12rem rgb(192, 192, 192);
  margin: 1.2rem auto;
  border: 1px solid rgb(184, 182, 182);
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  color: #000;
}
.item .btns[data-v-4813f25c] {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 0.5rem;
}
.item .btns > div[data-v-4813f25c] {
  width: 30vw;
  height: 4vh;
  line-height: 4vh;
  text-align: center;
  color: #fff;
  border-radius: 0.2rem;
  cursor: pointer;
}
.item .title[data-v-4813f25c] {
  margin-left: 2rem;
  font-weight: bold;
  font-size: 1.1rem;
  line-height: 2rem;
  text-align: left;
  display: inline-block;
  width: 35vw;
  color: gray;
}
.item .title-mini[data-v-4813f25c] {
  margin-left: 2rem;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 2rem;
  text-align: left;
  display: inline-block;
  width: 35vw;
  color: gray;
}
.item .top-title[data-v-4813f25c] {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: bold;
  color: gray;
  display: inline-block;
  width: 80%;
}
