*{
	margin: 0;
	padding: 0;
}
body{
	position: relative;
}
html,body{
	height: 100%;
}


a{
	text-decoration: none;
	color: #000;
}

.header .right a:hover,.header .right a.checked{
	color: #62a4ff;
}

.footer.fixed{
	position: fixed;
    bottom: 0;
    width: 100%;
}

body::-webkit-scrollbar {
/*  display: none;*/
}

@media screen and (min-width: 801px) {
	.section{
		margin: 0 auto;
		width: 1200px;
	}
	.header{
		height: 80px;
		background-color: #fff;
	}
	.header.cc{
		background-color: transparent;
	}
	.header .logo_box{
		padding-top: 10px;
	}

	.header .logo_box img{
		height: 60px;
		float: left;
	}
	.header .logo_box .title{
		float: left;
		font-size: 24px;
		line-height: 60px;
		margin-left: 10px;
		font-weight: normal;
	}

	.header .right{
		float: right;
		line-height: 60px;
		font-size: 18px;
		margin-right: 20px;
	}
	.header .right a{
		margin-left: 50px;
	}

	.footer{
		text-align: center;
		color: #949494;
		padding: 10px 0;
		font-size: 12px;

	}
	.footer.cc{
		background-color: #f1f1f1;
	}

	.footer a{
		display: inline-block;
		color: #949494;
		font-size: 12px
	}
}

@media screen and (max-width: 800px) {
	.section{
		margin: 0 auto;
		width: 100%;
		position: relative;
	}
	.header{
		padding: 10px 15px;
	}
	.header .section{
		display: flex;
	}
	.header .logo_box{
/*		width: 100px;*/
	}
	.header .logo_box a{
		display: flex;
	}
	.header .logo_box img{
		width: 50px;
		height: 50px;
	}
	.header .logo_box .title{
		display: none;
	}
	.header .right{
		display: flex;
	    align-items: center;
	    font-size: 15px;
	    font-weight: bold;
	    gap: 13px;
	    justify-content: end;
	    flex: 1;
	}
	.header .right a{
	}


	.footer{
		text-align: center;
		color: #949494;
		padding: 10px 0;
		font-size: 12px;
	}
	.footer.cc{
		background-color: #f1f1f1;
	}

	.footer a{
		display: inline-block;
		color: #949494;
		font-size: 12px
	}
}
