body {
  background-color: #fff;
  text-align: justify;
}
#v-question:last-child {
  border: none;
}
#v-question {
  font-size: 0;
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
}
#v-question .v-conlist li:last-child {
  border: none;
}
#v-question .v-conlist li {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
#v-question div.v-div {
  padding: 0.3rem;
}
#v-question div.v-div h1 {
  font-size: 0.26rem;
  color: #999;
  font-weight: normal;
}
#v-question div.v-div h1 img {
  width: 0.48rem;
  height: 0.47rem;
  vertical-align: middle;
  margin-right: 0.425rem;
}
#v-question div.v-div h1 span {
  font-size: 0.22rem;
}
#v-question div.v-div h2.v-h2 {
  margin: 0.26rem 0;
  font-weight: normal;
  color: #666;
  font-size: 0.3rem;
}
#v-question div.v-div h2 {
  margin: 0.26rem 0 .2rem;
  font-weight: normal;
}
#v-question div.v-div h2 a {
  display: inline-block;
  font-size: 0.3rem;
  color: #333;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#v-question div.v-div p.v-content {
  font-size: 0.26rem;
  color: #999;
  margin-bottom: 0.3rem;
  line-height: .46rem;
}
#v-question div.v-div p.v-content span.v-show {
  display: inline-block;
  font-size: 0.22rem;
  color: #fd3c3c;
  margin-left: 0.06rem;
}
#v-question div.v-div p.v-content span.v-show i {
  display: inline-block;
  vertical-align: middle;
  background: url("/static/mobile/images/qa/nexticon.png") no-repeat;
  width: 0.12rem;
  height: 0.07rem;
  background-size: 100%;
  margin-left: 0.03rem;
}
#v-question div.v-div p.v-button {
  font-size: 0;
  line-height: 0.35rem;
  overflow: hidden;
}
#v-question div.v-div p.v-button span.v-icon {
  padding: 0.03rem 0.1rem;
  border: 1px solid #ff8331;
  border-radius: 0.06rem;
  margin-right: 0.15rem;
  color: #ff8331;
  font-size: 0.22rem;
  float: left;
}
#v-question div.v-div p.v-button span.v-right {
  float: right;
  font-size: 0.26rem;
  color: #999;
  padding-top: 0.07rem;
}
#v-question div.v-div p.v-button span.v-right i {
  display: inline-block;
  background: url("/static/mobile/images/qa/comment.png") no-repeat;
  width: 0.24rem;
  height: 0.24rem;
  background-size: 100%;
  vertical-align: middle;
  margin-right: 0.1rem;
  margin-bottom: 0.02rem;
}
#v-question .space{
  background:#efefef;
}
#v-question div.v-div p.v-button span.v-right i.v-i {
  background: url("/static/mobile/images/qa/v-eye.png") no-repeat !important;
  width: 0.28rem !important;
  height: 0.18rem !important;
  background-size: 100% !important;
}
#v-question div.v-div p.v-button span.v-right i.v-iz {
  background: url("/static/mobile/images/qa/v-zan.png") no-repeat;
  width: 0.29rem !important;
  height: 0.3rem !important;
  background-size: 100% !important;
}
#v-question div.v-div p.v-button span.v-on {
  color: #fd3c3c !important;
}
#v-question div.v-div p.v-button span.v-on i {
  background: url("/static/mobile/images/qa/v-zan2.png") no-repeat !important;
}
#v-details {
  margin-top: 0.22rem;
  background-color: #fff;
}
#v-details h1.v-h1 {
  text-indent: 0.3rem;
  width: 100%;
  font-size: 0.3rem;
  color: #333;
  height: 0.86rem;
  line-height: 0.86rem;
  font-weight: normal;
  border-bottom: 1px solid #e4e4e4;
}
.textToast {
  width: 30%;
  height: 40px;
  line-height: 40px;
  font-size: 0.3rem;
  text-align: center;
  color: #fff !important;
  border-radius: 5px;
  background-color: #505050;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
}
.textToastShow {
  display: block;
  -webkit-animation: textToastShow 1.5s 0.2s ease-in-out;
  animation: textToastShow 1.5s 0.2s ease-in-out;
}
@-webkit-keyframes textToastShow {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes textToastShow {
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
