*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%!important;
}
p{
	word-wrap: break-word;
	word-break: break-all;
	overflow: hidden;
/*	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;*/
}
ol,ul{
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    line-height: 1;
}
h2{
	margin-block-start: 0.83em;
	margin-block-end: 0.83em;
}
input{
	background:none;
	outline:none;
}
button{
	margin: 0;
	padding: 0;
	outline: none;
	border: none;
	cursor: pointer;
}