@charset "UTF-8";
/* CSS Document */
body, html {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft YaHei", 微软雅黑;
    background: #fff;
}
::-ms-clear, ::-ms-reveal{display: none;}
a {
    text-decoration: none;
    color: #666;
}

a:hover, a:active {
    color: #E4393C;
    text-decoration: underline;
}

a img {
    border: 0px;
}

nav ul, nav ol {
    list-style: outside none none;
}

ul, ol {
    list-style: outside none none;
    padding: 0px;
    margin: 0px;
}

body, div, p, ul, ol, li, dl, dt, dd, form, input, table, img, h1, h2, h3, h4, h5, h6, header, section, footer, nav, figure, figcaption, article {
    margin: 0;
    padding: 0;
}

input {
    border: 0 none;
    font-family:微软雅黑;
}

.clear {
    clear: both;
}

.hide {
    display: none;
}

.show {
    display: block;
}

input::selection {
    border: none;
}

input::-moz-selection {
    border: none;
}

input::-webkit-selection {
    border: none;
}
