﻿
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

i,
em {
    font-style: normal;
}

u,
a {
    text-decoration: none;
}

ul,
li,
ol {
    list-style: none;
}

img {
    border: 0;
    display: block;
}

input {
    outline: none;
}

body {
    font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-weight: normal;
}

.clear_fix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

html {
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: none;
}

body {
    text-align: center;
    word-wrap: break-word;
    height: 100%;
    -webkit-text-stroke: 1px transparent;
}

div {
    text-align: left;
}

a,
li,
img,
span,
div {
    text-decoration: none;
    -webkit-transition: color .3s linear, background-color .3s linear, background .3s linear;
}

a:hover {
    text-decoration: underline;
}

a:link,
a:visited {
    color: #3e3e3e;
}

a:active {
    outline: none;
}

li {
    list-style-type: none;
}

img {
    border-style: none;
}

#wrap {
    background: #2F3334;
}

fieldset {
    border-style: none;
}

.clearfix {
    clear: both;
    zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
a:link{text-decoration: none;}
a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
a:active{text-decoration: none;}
a.active{
   /* color:#1976D2 !important;*/
}
