* {
	outline: none;
	/* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
}

*:focus { /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
	outline: none;
}

.suspension-top {
	position: fixed;
	top: 0px;
}

body {
	background: #E6E9ED;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 63%;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

input {
	font-family: "微软雅黑";
	color: #434A54;
	outline-style: none;
	border-radius: 0;
	/* padding: 0px;
	margin: 0px; */
}

input[type="button"] {
	-webkit-appearance: none;
	font-family: "微软雅黑";
	border: none;
	outline: none;
}

select {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	outline-style: none;
}

textarea {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
	outline-style: none;
}

a {
	text-decoration: none;
	color: #434A54;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #CCD1D9 !important; /* WebKit browsers */
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #CCD1D9 !important; /* Mozilla Firefox 4 to 18 */
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #CCD1D9 !important; /* Mozilla Firefox 19+ */
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #CCD1D9 !important; /* Internet Explorer 10+ */
}

@media only screen and (max-width:310px) and (min-width:0px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 310px;
	}
}

@media only screen and (max-width:320px) and (min-width:311px) {
	body {
		font-size: 11.4px;
		max-width: 320px;
	}
	.viewport {
		max-width: 320px;
	}
}

@media only screen and (max-width:360px) and (min-width:321px) {
	body {
		font-size: 11.4px;
		max-width: 360px;
	}
	.viewport {
		max-width: 360px;
	}
}

@media only screen and (max-width:480px) and (min-width:361px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 480px;
	}
}

@media only screen and (max-width:560px) and (min-width:481px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 560px;
	}
}

@media only screen and (max-width:570px) and (min-width:561px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 570px;
	}
}

@media only screen and (max-width:640px) and (min-width:571px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 640px;
	}
}

@media only screen and (max-width:710px) and (min-width:641px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 710px;
	}
}

@media only screen and (max-width:780px) and (min-width:711px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 780px;
	}
}

@media only screen and (max-width:1024px) and (min-width:781px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 1024px;
	}
}

@media only screen and (max-width:2000px) and (min-width:1025px) {
	body {
		font-size: 11.4px;
	}
	.viewport {
		max-width: 1080px;
	}
}