body{
	background-color: #fff;
}
/*头部*/
header span{
	display: flex;
	width: 60%;	
	text-align: center;
	justify-content: center;
}
header .tabActive{
	color: #de2418;
	border-bottom: 2px solid #de2418;
}
header span a{
	line-height: 0.3rem;
	width: 0.45rem;
	text-align: center;
	font-size: 0.17rem;
	color: #282828;
	height: 0.3rem;
}
header span a:first-of-type{
	margin-right: 0.45rem;
}

/*导航切换*/

.wendaheader{
	position: fixed;
	top: 0.54rem;
	left: 0;
	width: 100%;
	height: 0.5rem;
}

.wendaheader>p{
	width: 100%;
	height: 0.09rem;
	background: #f0f0f0;
}
.wendaheader ul{
	background: #fff;
	overflow: hidden;
	width: 100%;
	height: 0.41rem;
	border-bottom: 1px solid #d6d5d5;
	padding-left: 0.07rem;
    overflow: initial;
}
.wendaheader ul li{
	float: left;
	line-height:0.41rem ;
	font-size: 0.15rem;
	color: #2e2e2e;
	padding: 0 0.05rem;
	margin-right: 0.25rem;
	position: relative;
}
.wendaheader ul li:last-of-type{
	float: right;
	margin-right: 0.12rem;
	padding-right: 0.14rem;
	background: url(../img/zhankai@2x.png) no-repeat right;
	background-size:0.09rem 0.05rem ;
}
.wendaheader .actives{
	font-weight: bold;
	color: #2e2e2e;
}
.wendaheader .actives::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #de2418;
    bottom: -1px;
    left: 0;
}


.headerList{
	position: fixed;
	top: 1.05rem;
	bottom: 0;
	left: 0;
	right: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
}
.headerList>ul{
	width: 100%;
	height: 0.84rem;
	background: #fff;
	color: #aaaaaa;
	padding: 0.1rem  0.25rem 0;
}
.headerList>ul li{
	float: left;
	font-size: 0.13rem;
	line-height: 0.33rem;
	margin-right: 0.2rem;
}
.headerList>ul li:nth-of-type(4){
	margin-right: 0;
    float: right;
}

.nav{
	color: #de2418;
}
/*列表部分*/
.ask_list{
    margin-top: 1.05rem;
	padding:0.2rem 0.12rem 0 0.12rem ;
}
.ask_list li{
	margin-bottom: 0.39rem;
}
.ask_list .one{
	font-size: 0.14rem;
	color: #2e2e2e;
	line-height: 0.19rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ask_list .two{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 0.12rem;
	color: #aaaaaa;
	line-height: 0.17rem;
	margin-top:0.04rem ;
}
.ask_list .two img{
	width: 0.65rem;
	height: 0.13rem;
	vertical-align: middle;
}
.ask_list .three{
	font-size: 0.11rem;
	color: #bdbdbd;
	line-height: 0.16rem;
}
.ask_list .three span{
	margin-right: 0.19rem;
	font-size: 0.11rem;
}
/*我要提问*/
.my_ask{
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 50%;
	/*background-color: #de2418;*/
	background:url(../img/tiwen@2x.png) no-repeat;
	background-size:0.6rem  0.6rem;
	color: #fff;
	font-size: 0.16rem;
	text-align: center;
	line-height: 0.44rem;
	position: fixed;
	bottom: 0.37rem;
	right: 0.1rem;
}
/*提醒*/
.remind-box{
	height: 1.2rem;
	width: 3.2rem;
	margin: 0 auto;
	background-color: #fff;
    border-radius: 20px;
    position: fixed;
    top: 30%;
    left: 10%;
}
.remind-box p{
	height: 0.76rem;
	line-height: 0.76rem;
	text-align: center;
	font-size: 0.17rem;
	color: #000000;
	border-bottom: 1px solid #F0F0F0;
}
.remind-box>div>div{
	display: flex;
	align-items: center;
	justify-content: space-around;
	height:0.44rem ;
}
.remind-box>div>div span{
	width: 49%;
	height: 100%;
	line-height: 0.44rem;
	text-align: center;
}
.remind-box>div>div span:first-of-type{
	border-right: 1px solid #F0F0F0;
	font-size: 0.17rem;
	color: #3C3C3C;
}
.remind_comfirm{
	font-size: 0.17rem;
	color: #DE2418;
}
.footer_page{
	margin-bottom: 0.5rem;
}

