admin
2019-11-23 51a4ff5d777028d52a19c314a99f796334cb7b51
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
h1,
h2,
h3,
h4,
h5,
h6,
strong{
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol{
    margin: 0;
    font-weight: normal;
}
ul,
ol{
    list-style: none;
    padding: 0;
}
a {
    text-decoration: none;
    color: #777777;
    font-size: 12px;
}
a:focus{
    background: transparent;
}
a:focus {
  outline: none;
}
a:active{
     -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em{
}
body{
    margin: 0;
    background: #EFEFEF;
    font-family: "微软雅黑";
}
i,em{
    font-style: normal;
}
.fr{
    float: right !important;
}