* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
    max-width: 2560px !important;
    min-width: 1920px !important;
	margin:0 auto !important;
}
ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #555;
}

input {
	outline: none;
	border: none;
}

em,
i,
u {
	font-style: normal;
}

img {
	outline: none;
	border: none;
	width: 100%;
	display: block;
}