
.mobilePromt{
  width: 60%;
  line-height: 30px;
  margin: 100px auto;
  color: #ffb657;
}
.downBtns{
 display: inline-block;
 width: 100px;
 height: 30px;
 background:#ffb657;
 color: #fff;
 text-align: center;
 border-radius: 3px;
 margin-top: 30px;
}


.miniAnswer[data-v-17d88839] {
  padding-bottom: 150px;
}
.computerShow[data-v-17d88839] {
  display: block;
}
.mobileShow[data-v-17d88839] {
  display: none;
}
@media only screen and(max-width:960px) {
.computerShow[data-v-17d88839] {
    display: none;
}
.mobileShow[data-v-17d88839] {
    display: block;
}
}

