@charset "utf-8";
body{
    font-family: Arial, Verdana, Helvetica, Sans-Serif,serif,"Microsoft YaHei"!important;
    width: 100%;
    font-size: 100%;
    color: #212121;
    line-height: 1;
    overflow-x: auto;
    overflow-wrap: break-word;
    word-break: normal;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}
@media screen and (min-width: 751px) {
    body{
        min-width: 1200px;
    }
}
pre{
    font-family: Arial, Verdana, Helvetica, Sans-Serif,serif,"Microsoft YaHei"!important;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    outline: 0;
    background: none;
    border: none;
    padding: 0;
    margin: 0;

}
ol,
ul {
    list-style: none;
}

* {
    outline: none;
}


/* CSS Document */


/* reset.css */

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
li {
    margin: 0;
    padding: 0
}

em {
    font-style: normal
}

li {
    list-style: none
}

a {
    text-decoration: none
}

img {
    border: none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

textarea {
    resize: none;
    overflow: auto;
}

input,
textarea {
    outline: none;
}

h3,
h2,
h4,
h5 {
    font-weight: normal;
}

i {
    font-style: normal;
}

a:hover,
a:focus {
    text-decoration: none;
}


/* end reset.css */


/*public.css*/

.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}

.red {
    color: red;
    padding: 0 10px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1170px;
    margin: 0 auto;
}


/*自定义共用style*/