body{
	background-color: #fff;
	font-size: 14px;
	width: 100%;
	margin-top: 100px;
}
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font: 12px/1.5 Arial,sans-serif;
}

a,button,select{
	cursor: pointer;
}
a{
	text-decoration: none;
	color: #000;
}
input,textarea,select{
	border: none;
	outline: none;
}
select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
select::-ms-expand{ 
	display: none;
}
@media (max-width:1200px) {
	.lg{
		display: none;
	}
}
@media (min-width:1201px) {
	.sm{
		display: none;
	}
}

pre {
	white-space: pre-wrap; /* CSS-3 /
white-space: -moz-pre-wrap; / Mozilla, since 1999 /
white-space: -pre-wrap; / Opera 4-6 /
white-space: -o-pre-wrap; / Opera 7 /
Word-wrap: break-word; / Internet Explorer 5.5+ */
}
