.header{
	box-shadow: 6px 6px 6px rgba(0,0,0,.17);
	height: 90px;
	margin-bottom: 50px;
}
.header .goBack{
	border: none;
	background: transparent;
}
.goBackImg{
	display: none;
}
.header .goBack:hover{
	color: #30aafe;
}
.header div{
	height: 100%;
}
.font14{
	margin: 18px 0 26px 0;
}
.bodyBox{
	border: 1px solid #30aafe;
	padding: 40px 48px 80px 48px;
	line-height: 1.8;
}
.bodyBox img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
h1,h2,h3,h4,h5,h6{
	margin: 10px 0;
}
.bodyBox p{
	margin: 20px 0;
}
.pl1{
	padding-left: 10px;
}
.font20{
	margin: 0.1rem 0 0.3rem 0;
}
.listBox{
	margin: 50px 0 10px;
	line-height: 2;
	padding: 0 10px;
}
.listBox a{
	display: inline-block;
	width: 100%;
	position: relative;
	padding-left: 20px;
	color: #333;
}
.listBox a i{
	content: "#";
	position: absolute;
	left: 0;
	top: 20px;
	width: 8px;
	height: 8px;
	overflow: hidden;
	display: block;
	border-radius: 50%;
	background: #000;
}
.listBox a:hover{
	text-decoration: underline;
	color: #30aafe;
}
.listBox a:hover i{
	background: #30aafe;
}
@media screen and (max-width:768px){
	.header{
		height: 0.8rem;
		border-bottom: 0.01rem solid #dfdfdf;
		box-shadow: 0 0 0 rgba(0,0,0,0);
		margin-bottom: 0.2rem;
	}
	.goBackImg{
		display: block;
		width: 0.28rem;
		height: 100%;
	}
	
	.bodyBox{
		padding: 0;
		border: none;
	}
	.font14{
		font-size: 0.28rem;
	}
	.font18{
		font-size: 0.36rem;
	}
	.font30{
		font-size: 0.5rem;
		line-height: 1.8;
	}
	.font24{
		font-size: 0.28rem;
	}
	.timeS{
		font-size: 0.24rem;
	}
	.listBox a{
		text-decoration: underline;
		color: #30aafe;
		padding-left: 0.4rem;
		margin-bottom: 0.1rem;
	}
	.listBox a i{
		background: #30aafe;
		top: 0.2rem;
		width: 0.1rem;
		height: 0.1rem;
	}
	.pl1{
		padding-left: 0;
	}
	.footer,.user,.skill{
		display: none;
	}
}