@charset "utf-8";
html {
    overflow-x: hidden;
    overflow-y: scroll;
}
body {
	background-attachment: scroll;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #00051a;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	background-size: 100%;
}
body::-webkit-scrollbar{
	display: none;
}
h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
	font-size: 48px;
	font-weight: normal;
	margin-block-start: 0px;
	margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
div, ul, li, p , dd{
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
table {
    border: 0 none;
}
img {
    border: 0 none;
}
input {
	margin: 0px;
	padding: 0px;

}

a {
	color: #444444;
}

a:focus {
    outline: medium none;
}
a:link {
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.clear{
	clear: both;
}
.content{
	width: 90%;
	margin: 6% auto 0;
}
<!--0.00023603439331055-->