/* init */

a, address, b, big, blockquote, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var {
    margin: 0;
    padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}
hr {
    box-sizing: content-box;
    height: 0;
}
h1,h2,h3,h4{
    font-weight: normal;
}
button, input[type="submit"] {
    cursor: pointer;
    font-family: "微软雅黑";
}
button[disabled], html input[disabled] {
    cursor: default;
}
select, input[type="text"]{
    font-family: "微软雅黑";
}
ol, ul {
    list-style: outside none none;
}
img {
    border: 0 none;
    vertical-align: middle;
}
em, i, u {
    font-style: normal;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clr {
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clear{
    clear: both;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
}

body {
   
    color: #666;
    font: 12px/150% "微软雅黑",Arial,Verdana,"宋体";
}

a {
    color: #8f8f90;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color:#30ABE3;
}

.wrap{
    width: 1200px;
    margin: 0 auto;
    clear: both;
}
input{
    border: none;
    outline: none;
    background: none;
}
.note input{
    border: none;
    outline: none;
    background: none;
    color:#fff;
    font-weight:bold;
    cursor: pointer;
}
table{
    border-collapse:collapse;
}
table tr th{
    text-align: left;
}
table tr td{
    overflow: hidden;
}
button{
    border: none;
}


