html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	-webkit-font-smoothing: antialiased;
	line-height: 1.6;
	min-width: 1200px;
    background: #e7e8eb;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
input,
textarea,
button,
a {
	outline: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
fieldset,
textarea {
	margin: 0
}

fieldset,
legend,
textarea,
input {
	padding: 0
}

ul,
ol {
	padding-left: 0;
	list-style-type: none
}
div:after{
	content: "";
	display: table;
	clear: both;
}
a img,
fieldset {
	border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden] {
	display: none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 0
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button
}

button[disabled],
html input[disabled] {
	cursor: default
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}

input[type="search"] {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	box-shadow: inset 0 0 0 1000px #fff;
	-moz-box-shadow: inset 0 0 0 1000px #fff;
	-webkit-box-shadow: inset 0 0 0 1000px #fff
}

select {
	border-radius: 0;
	-webkit-border-radius: 0
}

body {
	line-height: 1.6;
	font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif;
	color: #222;
	font-size: 14px
}

textarea,
input {
	color: #222
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #a3a3a3
}

textarea:-moz-placeholder,
input:-moz-placeholder {
	color: #a3a3a3
}

textarea::-moz-placeholder,
input::-moz-placeholder {
	color: #a3a3a3
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
	color: #a3a3a3
}

textarea.placeholder,
input.placeholder {
	color: #a3a3a3
}

textarea {
	resize: none;
	overflow-y: auto
}

a {
	color: #333;
	text-decoration: none
}

a:hover {
	text-decoration: none
}

button,
input,
select,
textarea {
	*font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "\9ED1\4F53", Arial, sans-serif
}
.f-left {
    float: left;
}
.fl{
    float: left;
}
.f4 {
    float: right;
}
.ta_l{
	text-align: left;
}
