html,body,ul{padding:0;margin: 0;}
.newguidebody {
	background: #f2f2f2;
}
.newguideTittle {   
	padding: .4rem;
    text-align: center;
    color: #999;
    font-size: 16px;
   /*  position: relative; */
}
.aboutQa ul li {
	margin-bottom: .1rem;
    background-color: #fff;
    padding: .4rem;
    list-style: none;
}
.aboutQa ul li p {
	color: #999;
    line-height: 1.6;
}
.aboutQa ul li h6 {    
	margin-bottom: .2rem;
	margin-top: .05rem;
    color: #666;
    font-size: .3rem;
}
.backIcon {
	position: absolute;
	left: 20px;
	background: url("./newguidefanhui.png") left center no-repeat;
	width: 25px;
	height: 20px;
	cursor: pointer;
}
.customeringIcon {
	background: url("./customerimg.png") left center no-repeat;
	width: 70px;
	height: 70px;
	position: fixed;
	right: 0;
	top: 150px;
}
.customeringIcon.phone {
	top: 250px;
}
#pccustomer,
#phonecustomer {
	display: none;
}

/*手机*/  
@media screen and (max-width:600px){  
  #phonecustomer {
  	display: block;
  }
} 
/*PC*/  
@media screen and (min-width:960px){  
  #pccustomer {
  	display: block;
  }
}  
/*平板*/
@media screen and (min-width:600px) and (max-width: 960px){  
  #phonecustomer {
  	display: block;
  }
}  