html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}
html,body {
    margin: 0;
	padding: 0;
    height: 100%;
    font-family: "Microsoft YaHei";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    color: rgba(80, 80, 80, 1);
}
a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
body {
    background: #f5f5f5;
    color: rgba(80, 80, 80, 1);
}
button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
	background: transparent;
	border: none;
}
li {
    list-style: none;
}
.am-text-center {
    color: rgba(224,183,87, 1);
    margin-top: 50px;
    text-align: center !important
}

