
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: wencang;
}

body,
button,
input,
select,
textarea {
	color: #666;
}

button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

h2,
h3 {
	font-size: 14px;
}

button,
input,
select,
textarea,
label {
	vertical-align: middle;
	border: 0;
	outline: none;
}

img {
	vertical-align: middle;
	border: none;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	vertical-align: baseline;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-wrap: break-word;
	word-break: break-all;
	background: #fff;
	max-width: 100%;
	overflow-x: hidden;
}

/*清浮*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	line-height: 0;
	font-size: 0;
}

.clearfix {
	*zoom: 1;
}

/*浮动*/
.fl {
	float: left;
	_display: inline;
}

.fr {
	float: right;
	_display: inline;
}

div {
	box-sizing: border-box;
}

input::-webkit-input-placeholder {
	color: #959595;
}

input:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

input::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #959595;
}

textarea::-webkit-input-placeholder {
	color: #959595;
}

textarea:-moz-placeholder {
	color: #959595;
	opacity: 1;
}

textarea::-moz-placeholder {
	color: #959595;
	opacity: 1;
}

textarea:-ms-input-placeholder {
	color: #959595;
}
	
.mt-20{
	margin-top: 20px;
}
.Sans{
	font-weight: bold;
}
.text-right{
	text-align: right;
}
	.footer{
		padding: 20px;
		text-align: center;
		font-size: 18px;
		color: black;
		line-height: 30px;
		background-color: #d1d1d1;
	}
	.footer a{
		display: block;
		color: black;
		text-decoration: none;
	}
	.flex-row{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.color-gray{
		color: #999
	}
	.content{
		font-size: 16px;
		color: black;
		padding: 50px;
		width: 720px;
		margin: 0 auto;
		line-height: 30px
	}
	.content .title{
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
	}