@charset "utf-8";
*{
	margin: 0;
	padding: 0;
}
body{
	background:#fff;
}
.guidance{
	padding: 0 0.3rem;
}
.guidance_title{
	font-size: 0.38rem;
	line-height: 0.57rem;
	font-weight: bold;
	color: rgb(44,44,44);
}
.guidance_time{
	display: flex;
	padding:0.25rem 0 0.1rem 0;
	border-bottom: solid 1px gainsboro;
}
.guidance_time p{
	font-size:0.28rem;
	margin-right: 0.22rem;
	color: rgb(101,122,213);
}
.guidance_time span{
	font-size: 0.28rem;
	color: rgb(159,159,159);
}
.liucheng{
	display: flex;
	font-size: 0.32rem;
	color:rgb(103,103,103);
}
	
.liucheng span{
	width:1.725rem;
	padding: 0.2rem 0 0.08rem 0;
	text-align: center;
	/* border-bottom: solid 0.04rem #4159C1; */
}
.guidance_text{
	font-size: 0.26rem;
	line-height: 0.5rem;
	color: rgb(32,32,32);
}
.guidance_text+.guidance_text{
	display: none;
}