

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: "Microsoft YaHei Font", "微软雅黑";
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a,
b,
em,
i,
strong,
html,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/*内外边距为0*/

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


/*表格合并边框*/

fieldset,
img {
    border: 0;
}


/*将分组后的form元素边框，图片边框设置为无*/

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

input,
select,
textarea {
    outline: none;
    border: none;
    background: none;
}

a {
    color: #666;
    font-size: 16px;
}

a:link,
a:active,
a:hover {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a {
    text-decoration: none;
    -webkit-touch-callout: none;
}

em,
i {
    font-style: normal;
}

li,
ol {
    list-style: none;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-full:before,
.container-full:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after {
    display: table;
    content: " ";
}

.clearfix:after,
.container:after,
.container-full:after,
.row:after,
.nav:after,
.navbar:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.container {
    width: 1200px;
    margin: 0 auto;
}