@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: '"Source Han Sans CN","Source Han Sans","microsoft yahei",arial,sans-serif';
	color: #333;
	font-size: 16px;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	box-sizing: border-box;
	font-family: DFP;
}
dt {
	font-size: 0px;
}
img {
	max-width: 100%;
	border: none;
}
input,
select,
option,
textarea {
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
label {
	cursor: pointer;
}
body,html{
	width: 100%;
	overflow-x: hidden;
    margin: 0 auto;
}