﻿body {
  background-color: #fff;
  text-align: justify;
}
#v-question:last-child {
  border: none;
}
#v-question {
  background-color: #fff;
  border-bottom: 1px solid #e4e4e4;
}
#v-question .v-conlist li:last-child {
  border: none;
}
#v-question .v-conlist li {
  width: 7.5rem;
  border-bottom: 1px solid #e4e4e4;
}
#v-question div.v-div {
  padding: 0.3rem;
}
#v-question div.v-div .v_ask {
  font-size: 0.26rem;
  color: #999;
  font-weight: normal;
}
#v-question div.v-div .v_ask img {
  width: 0.48rem;
  height: 0.47rem;
  vertical-align: middle;
  margin-right: 0.425rem;
}
#v-question div.v-div .v_ask span {
  font-size: 0.22rem;
}
#v-question div.v-div .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: #ff6905;
  margin-left: 0.06rem;
}
#v-question div.v-div p.v-content span.v-show i {
  display: inline-block;
  vertical-align: middle;
  background: url("../images/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("../images/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("../images/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("../images/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: #ff6905 !important;
}
#v-question div.v-div p.v-button span.v-on i {
  background: url("../images/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;
  }
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.no_more{
  border-top: 1px solid #e8e8e8;
  line-height: 0.85rem;
  font-size: 0.28rem;
  color: #000;
  text-align: center;
}
.catline{
  width: 100%;
  height: 0.18rem;
  background: #eeeeee;
}
.xgwt,.xgwz{
  padding: 0.29rem;
  box-sizing: border-box;
  letter-spacing:0.03rem;
}
.xgwt{
  
}
.xgwt>p,.xgwz>p{
  height: 0.4rem;
  overflow: hidden;
  margin-bottom: 0.1rem;
}
.xgwt>p>span,.xgwz>p>span{
  font-size: 0.36rem;
  color: #000;
  line-height: 0.4rem;
}
.xgwt>p>a,.xgwz>p>a{
  font-size: 0.26rem;
  color: #999999;
  line-height: 0.5rem;
}
.xgwt>ul>li{
  height: 1.05rem;
  border-bottom: 1.5px solid #e3e5e8;
}
.xgwt>ul>li:last-child{
  border: none;
}
.xgwt>ul>li>a span{
  font-size: 0.3rem;
  color: #595959;
  line-height: 1rem;
}
.xgwt>ul>li>a>span>span{
  color: #ff6c05;
  margin-right: 0.1rem;
}
.xgwz li{
  padding: 0.3rem 0;
  border-top: 1px solid #e3e5e8;
  height: 2.73rem;
  box-sizing: border-box;
}
.xgwz li.first{
  border: none;
  height: 5.03rem;
}
.xgwz .first>.img_box{
  height: 2.95rem;
  overflow: hidden;
  margin: 0 0 0.2rem  0;
}
.xgwz .first>.img_box>img{
  min-height: 2.95rem;
}
.xgwz .title{
  font-size: 0.3rem;
  color: #000;
  letter-spacing:0.02rem;
  line-height: 0.48rem;
  margin-bottom: 0.1rem;
}
.xgwz .first .title{
  margin: 0;
}
.xgwz .des{
  font-size: 0.26rem;
  color: #444444;
  letter-spacing:0.01rem;
  line-height: 0.45rem;
}
.xgwz .first .des{
  line-height: 0.4rem;
}
.xgwz li>div.fl{
  width: 3.55rem;
  
}
.xgwz li>div.fr{
  width: 2.8rem;
  padding: 0.05rem 0;
  height: 2.04rem;
  border-radius: 0.13rem;
  overflow: hidden;
}
.xgwz li>div.fr img{
  height: 2.04rem;
  min-width: 2.8rem;
}