body{
	 background-color: rgba(255, 255, 255, 1);
}
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(59, 59, 59, 1.0);
    border-radius: 10px;
    transition: all .6s ease-in-out;
}
::-webkit-scrollbar-track {
    background-color: rgba(219, 219, 219, 1.0);
    border-radius: 10px;
}
.header-content{
	background-color: rgba(0,0,0,1);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
.main-set-content{
	padding: 30px 0;
	padding-top: 90px;
}
.content-body{
	max-width: 1300px;
	margin: 0 auto;
}

.logo{
	width: 50px;
}

.footer-content{
	background-color: rgba(0,0,0,1);
	padding: 20px 0;
}
.footer-set{
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer-beian{
	color: #b5b5b5;
	font-size: 14px;
	margin: 0 20px;
}