.main {
	width: 79.84%;
	margin: 1.042vw auto 1.448vw auto;
	display: flex;
}

.nav {
	width: 100vw;
	/*margin-left: 1.042vw;*/
}

.guidance {
	display: flex;
	align-items: center;
	/*font-size: 0.729vw;*/
	font-size: 1.146vw;
	background: #F5F5F5;
	border-radius: 0.417vw;
	padding: 0.625vw 0.885vw;
}

.guidance b {
	display: block;
	width: 1px;
	height: 0.625vw;
	background-color: #A2A4A4;
	margin: 0 0.729vw;
}



.guidance span:nth-child(1) {
	color: #1E82D8;
	cursor: pointer;
}

.content {
	width: 79.84%;
	margin: 1.042vw auto 2.448vw auto;
}
.head-title{
	color: rgba(30, 32, 42, 1);
	font-size: 1.8vw;
	font-weight: 500;
	text-align: center;
	line-height: 2.5vw;
	margin-bottom:1vw ;
}
.head-time{
	color: rgba(102, 102, 102, 1);
	font-size: 1.146vw;
	text-align: center;
	line-height: 1.1vw;
}


.text{
	min-height: 10.3vw;
	margin-top: 1.042vw;
	overflow: auto;
}
