@charset "utf-8";

/*统一设置css样式*/
* {
	padding:0;
	margin:0;
}

body {
	color: #fff;
	font-weight: 300;
	position:relative;
	background:#fff;
	/* width:100%; */
	height:100%;
	width: 100%;
	overflow-x: clip;
	/* overflow: scroll;
	overflow-x: hidden; */
}
ul,li {
	list-style: none;
}
a {
	text-decoration:none;
	color:#fff;
	outline:none;
}

h1 {
	font-size:80px;
	line-height:90px;
	font-weight:700;
	margin:0px;
	padding-bottom:8px;
}

p {
	font-size:14px;
	line-height:21px;
	font-weight:400;
	padding-bottom:22px;
	margin:0px;
}

h2 {
	font-size:36px;
	line-height:38px;
	padding-bottom:0px;
	font-weight:300;
	text-transform:uppercase;
	margin:0px;
}
h3 {
	font-size:24px;
	line-height:30px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}
h4 {
	font-size:19px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:600;
	margin:0px;
}
h5 {
	font-size:16px;
	line-height:24px;
	padding-bottom:6px;
	font-weight:400;
	margin:0px;
}

/*统一设置结束*/<!--0.00018095970153809-->