@charset "utf-8";

/*
 * Created by Yan on 2016年6月15日15:37:43.
 * ========================
 * 重置
 * ========================
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    vertical-align: baseline;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    font-family: sans-serif;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    color: #000;
    font-size: 1.4rem;
    font-family: -apple-system-font, microsoft yahei Light, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1.42857143;
}

a,
img {
    -webkit-touch-callout: none;
}

a {
    color: #000;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
    color: #AB1831;
    text-decoration: underline;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 80%;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    height: 0;
    border: 0;
    border-top: 1px solid #eee;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    outline: 0;
    color: inherit;
    font: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

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 {
    line-height: normal;
}

textarea {
    resize: none;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1024px) {
    .container {
        width: 768px;
    }
}

@media (max-width: 768px) {
    .container {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

.container:before,
.container:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.container:after,
.clearfix:after {
    clear: both;
}