body {
    /*color: #555;*/
    /*font-size: 15px;*/
    line-height: 1.5;
    font-family:"微软雅黑";
    -webkit-font-smoothing: subpixel-antialiased;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    background-color: white!important;
}
.element::-webkit-scrollbar {display:none}
a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    /*-webkit-touch-callout: none;*/
    /*-webkit-user-select: auto;*/
}
ul{
    overflow: hidden;
    list-style: none;
}
.none{
    display: none;
}
.block{
    display: block;
}
.hide{
    display: none;
}
.clr{
    clear: both;
}
/*--问答--*/
.visit_A{
    /*margin-top: 2%;*/
    background-color: white;
}
/* .line{
	border-bottom: 1px solid #eee;
}
.line:last-child{
	border: none;
} */
.questionAndAnswer{
    margin: 0;
    /* height:0.5rem;*/
    padding: 0 0.2rem;
    position: relative;
    height:1rem;
    padding-top: 5%;
}
.questionAndAnswer li{
    float: left;
    position: relative;
    padding-left: 0;
}
.questionAndAnswer li:first-child{
    width:15%;
    height: 1rem;
    box-sizing: border-box;
    position: relative;

}
.questionAndAnswer li:first-child div{
    position: absolute;
    top:-60%;
    left:0%;
    width:0.64rem;
    height:0.56rem;
}
.questionAndAnswer li:first-child div img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.questionAndAnswer li:nth-child(2){
    width:81%;
    font-size: 0.26rem;
    box-sizing: border-box;
    color:#666;
    position: absolute;
    top:31%;
    left:15%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.questionAndAnswer li:nth-child(2) p{

    margin: 0;
    padding: 0;
}
.questionAndAnswer li:nth-child(2) p:first-child{

    color:#666;
    box-sizing: border-box;
    padding:0 0 0 0.1rem;
}

.questionAndAnswer_a{
    height:2rem;
    margin: -0.5rem 0 0 0;
    padding: 0 0.2rem;
    position: relative;
    
}
.questionAndAnswer_a li{
    float: left;
    position: relative;
}
.questionAndAnswer_a li:first-child{
    width:15%;
    height: 1.5rem;
    line-height: 1rem;
    box-sizing: border-box;
    /*padding-left: 0.4rem;*/
}
.questionAndAnswer_a li:first-child div{
    width:0.64rem;
    height:0.56rem;
}
.questionAndAnswer_a li:first-child img{
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
}
.questionAndAnswer_a li:nth-child(2) p{
    margin: 0;
    padding: 0;
}
.questionAndAnswer_a li:nth-child(2) p:first-child{
    color:#333;
    font-size: 0.26rem;
    margin-top: -5%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0.3rem;
}
.questionAndAnswer_a li:last-child p:nth-child(2){
    position: absolute;
    top: 121%;
    left: 1%;
    width: 85%;
    color: #999;
    font-size: 0.24rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #eee;

}
.visit_A>a:last-child .questionAndAnswer_a li p{
    border:none;
}

.questionAndAnswer_a li:nth-child(2){
    height:0.2rem; 
    position: absolute;
    top:38%;
    left:14%; 
    width:85%;
    font-size: 0.26rem;
    color:#666;
    box-sizing: border-box;
    padding:0 0 0 .1rem;
   /*  border-bottom: 1px solid red; */
     
}

 .questionAndAnswer_a:last-child li:nth-child(2){
/*   border: none; */
 }
.bottomQuestion{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .3rem 0;
    text-align: center;
    background-color: #CF9E65;
    color: white;
    font-size: .34rem;
}
/*--问答--*/
