/*---------------------重置样式---------------------*/

html,
body {
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: "ArialMT","Microsoft Yahei";
    word-break: break-all;
    font-size: 14px;
    min-width: 1000px;
    
}

b,
dd,
div,
dl,
dt,
form,
img,
input,
li,
p,
select,
span,
ul,
ol {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400
}

em,
i {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

a {
    text-decoration: none;
    cursor: pointer
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}



