@charset "utf-8";
/* CSS Document */

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
tr,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    /* font-family: Jaguar, "SimHei","黑体","STHeiti","STXihei","宋体","SimSun",Sans-Serif; */
    font-family: "思源黑体", "Hiragino Sans GB", "冬青黑体", "Arial Unicode", "Arial", "Helvetica", "SimHei", "黑体", "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", "STXihei", "华文细黑", sans-serif;
}

/* H5 */
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}

td,
th,
caption {
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

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

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    display: block;
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: Microsoft Yahei;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    border: none;
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

table {
    border-collapse: collapse;
}

em,
i {
    font-style: normal;
}

.wrapper {
    position: relative;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

/* 清浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}


/* common */
.w100 {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
}


.fixed_top {
    width: 100%;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.fl {
    float: left;
}
.fr {
    float: right;
}

