@charset "utf-8";

/*-------------初始化-----------------*/
* {
    padding: 0;
    margin: 0;
    /*font-family: Helvetica,Tahoma,Arial,'Hiragino Sans GB',"Microsoft YaHei",SimSun,Heiti,sans-serif  !important;*/
}

input,
button,
p,
ul,
a,
select,
textarea {
    border: 0;
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}


/*body {*/
/*min-width: 1100px;*/
/*}*/

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

fieldset,
img {
    border: 0;
}

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

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

caption,
th {
    text-align: left;
}

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

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

input,
textarea,
select,
button {
    outline: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}

* {
    font-weight: lighter;
    font-family: NotoSansHans-Regular, AvenirNext-Regular, proxima-nova, 'Hiragino Sans GB', 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}