@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form,
	fieldset, legend, img {
	margin: 0;
	padding: 0;
}

fieldset, img {
	border: none;
	cursor: pointer;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
	box-shadow: 0 0 0 60px #F6F6F9 inset;
	background-color: #F6F6F9!important;
}
img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
}

strong {
	font-weight: normal;
}

em {
	font-style: normal;
}
select {
	outline: none;
	cursor: pointer;
}

button {
	resize: none;
	outline: none;
	cursor: pointer;
}

li {
	list-style: none;
}

textarea {
	outline: none;
	resize: none;
	padding: 5px;
	cursor: pointer;
}

table {
	border-collapse: collapse;
}

em {
	font-style: normal;
}

strong {
	font-weight: normal;
}

body {
	font-family: 'PingFang SC';
	font-weight: bold;
	font-size: 16px;
	color: #292929;
	min-width: 1200px;
	/* background: #f8f8f8; */
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

input , textarea {
	font-family: 'PingFang SC';
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    box-shadow: 0 0 0 60px #F6F6F9 inset;
}
input,textarea,select,a:focus {
    outline: none;
	cursor: pointer;
 }
 /* 内容有效区域 */
 .content {
	 width: 100%;
	 overflow: auto;
	 position: relative;
 }

.recompro-norms {
	word-break: break-all;
}


/*在firefox下移除input[number]的上下箭头*/
input[type="number"] {
	-moz-appearance: textfield;
}














