/*
 * 750px
 * X rem = 实际距离*0.021
 */
html,body{
	margin: 0;
	padding: 0;
	height: 100%;
	background: #eff0f7;
	font-family:"Microsoft YaHei","微软雅黑","黑体","Adobe 黑体 Std",arial,helvetica,verdana,tahoma,sans-serif;
}
img{
	display: block;
	margin: 0;
	padding: 0;
}
p{
	margin: 0;
	padding: 0;
}
.wrap{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}
ul,li{
	margin: 0;
	padding: 0;
	list-style:none;
	clear: both;
}
.ul_one{
	margin-bottom: 0.21rem;
	font-size: 0.63rem;
	background: #fff;
	clear: both;
}
.li_one_title{
	padding-top: 0.525rem;
	padding-bottom: 0.525rem;
	padding-left: 0.903rem;
	padding-right: 0.777rem;
	border-bottom: 1px solid #dcdcdc;
}
.li_one_img{
	width: 0.798rem;
	height: 0.798rem;
	float: left;
}
.sp_title{
	float: left;
	padding-left: 0.525rem;
	color: #333333;
}
.clear{
	clear: both;
}
.li_one_arrow{
	width: 0.798rem;
	height: 0.798rem;
	float: right;
	background: url(../../images/app/ico_arrow.jpg) no-repeat;
	background-size: 100% 100%;
}
.li_one_arrow2{
	width: 0.798rem;
	height: 0.798rem;
	float: right;
	background: url(../../images/app/ico_arrow2.jpg) no-repeat;
	background-size: 100% 100%;
}


.li_three_title{
	margin-left: 0.903rem;
	padding-top: 0.525rem;
	padding-bottom: 0.525rem;
	color: #666666;
	border-bottom: 1px solid #dcdcdc;
}
.li_two_arrow{
	margin-right: 0.777rem;
}
.li_two_arrow2{
	margin-right: 0.777rem;
	background: url(../../images/app/ico_arrow2.jpg) no-repeat;
	background-size: 100% 100%;
}
.li_three_con{
	background: #c9e8f8;
	font-size: 0.63rem;
	line-height: 1rem;
	color: #333333;
	padding-left: 1.89rem;
	padding-right: 1.575rem;
	padding-top: 0.36rem;
	padding-bottom: 0.36rem;
}
.close{
	display: none;
}
.open{
	display: block;
}



/* 页面头部 */
.qaheader{
	width: 100%;
	height: 1.848rem;
	text-align: center;
	line-height: 1.848rem;
	font-size: 0.84rem;
	color:#333333;
	border-bottom: 1px solid #dcdcdc;
	background: #fff;
}