king
2019-07-16 68ba2dfa35789cda9908fc0bc65336dde17a0d29
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.content_title>span {
    position: relative;
    text-align: center;
    display: block;
    color: #3B3B3C;
    font-weight: bold;
    font-size: 0.26rem;
}
 
.content_title>span::before,
.content_title>span::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1.39rem;
    height: 1.1px;
    background: #999999;
}
 
.content_title>span::before {
    margin-left: -2.31rem;
}
 
.content_title>span::after {
    margin-left: 0.92rem;
}
 
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
 
.content,
.banner {
    width: 100%;
    overflow: hidden;
}
 
.main,
.banner {
    margin-top: 0.83rem;
}
 
::-webkit-input-placeholder {
    /*Webkit browsers*/
    font-size: 0.16rem;
}
 
:-moz-placeholder {
    /*Mozilla Firefox 4 to 8*/
    font-size: 0.16rem;
}
 
::moz-placeholder {
    /*Mozilla Firefox 19+*/
    font-size: 0.16rem;
}
 
:-ms-input-placeholder {
    /*Internet Explorer 10+*/
    font-size: 0.16rem;
}
 
.header {
    padding: 0.08rem 0;
}
 
.navico,
.homeico {
    display: none;
}
 
@media all and (max-width:1450px) {}
 
@media (min-width: 1230px) {}
 
@media all and (max-width:1200px) {}
 
@media (max-width: 1250px) {
    .wrapper {
        width:88%;
    }
}
 
@media all and (min-width:0) and (max-width:768px) {
    .wrapper {
        width: 94%;
    }
}
@media (min-width: 751px){
    .p_hide{
        display: none !important;
    }
}
@media (max-width: 750px) and (min-width: 0) {
    .main {
        margin-top: 0;
    }
    .banner {
        margin-top: 1.14rem;
    }
    .m_hide{
        display: none !important;
    }
    
    .content_title>span {
        font-size: 0.36rem;
    }
}