bltcn
2023-11-23 587485c78072406f33f812d3d73dcddf78afdf0d
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
.sstx-comp{
    width: 100%;
    height: p(1100);
    background: url('../images/sstx-bg.png') center no-repeat;
    background-size: 100% 100%;
 
    .lxwjzxfw-plan{
        padding: p(0) p(350);
        display: flex;
        flex-direction: column;
    }
    .sstx-plan{
        // padding: p(0) p(350);
        display: flex;
        flex-direction: column;
    }
    h3 {
        color: #fff;
        font-size: p(22);
        position: relative;
        line-height: p(46);
        div {
             position: absolute;
             bottom: 0;
             left: 0;
             width: p(45);
             height: 2px;
             background-color: #aeaeb7;
        }
   }
 
   .sstx-lc{
        padding-top: p(36);
        .box{
            flex: 1;
            display: flex;
            justify-content: center;
            position: relative;
            .lc-plan{
                width: p(250);
                height: p(84);
                background-image: linear-gradient(140deg, 
                    #e0e4f0 0%, 
                    #b3bad1 100%);
                border-radius: 6px;
 
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                p:nth-of-type(1) {
                    font-size: p(20);
                    color: #000000;
                    font-weight: 600;
                }
                p:nth-of-type(2) {
                    font-size: p(16);
                    color: #515c73;
                }
            }
            .icon-plan{
                
            }
        }
        .box-min{
            .lc-plan{
                width: p(180);
                height: p(70);
            }
        }
        .blue-box{
            .lc-plan{
                background-image: linear-gradient(140deg, 
                    rgba(22, 92, 255, 0.3) 0%, 
                    rgba(22, 92, 255, 0.3) 100%);
                border-radius: 6px;
                border: dashed 2px rgba(22, 92, 255, 0.8);
 
                p{
                    color: #fff !important;
                }
                p:nth-of-type(1) {
                    font-size: p(20);
                }
                p:nth-of-type(2) {
                    font-size: p(16);
                }
            }
        }
        .lc-top{
            display: flex;
            .lc-plan{
 
            }
            .icon-plan{
                
            }
            .box-1{
                .icon-plan{
                    position: absolute;
                    bottom: p(-48);
                    img{
                        width: p(18);
                    }
                    p{
                        position: absolute;
                        font-size: p(18);
                        color: #fff;
                        top: 10%;
                        right: 50%;
                        transform: translate(60%, 0);
                        width: max-content;
                        letter-spacing: p(15);
                    }
                }
            }
        }
        .lc-center{
            display: flex;
            align-items: center;
            height: p(115);
            background-color: rgba(179, 186, 209, 0.25);
            border-radius: 4px;
            border: solid 1px rgba(179, 186, 209, 0.8);
            margin-top: p(30);
            margin-bottom: p(20);
            .box-1,.box-2{
                
                .icon-plan,.icon-plan1{
                    position: absolute;
                    // bottom: p(-48);
                    right: p(-60);
                    top: 50%;
                    transform: translate(0, -50%);
                    img{
                        width: p(140);
                        height: p(18);
                    }
                    div{
                        position: absolute;
                        top: p(-12);
                        width: p(140);
                        p{
                            font-size: p(18);
                            color: #fff;
                            text-align: center;
                        }
                    }
                }
            }
            .box-2{
                .icon-plan1{
                    right: p(-200);
                    img{
                        width: p(286);
                    }
                    div{
                        width: p(286);
                    }
                }
                .icon-plan2{
                    position: absolute;
                    bottom: p(-80);
                    img{
                        width: p(18);
                        height: p(90);
                    }
                    p{
                        position: absolute;
                        font-size: p(18);
                        color: #fff;
                        top: 60%;
                        right: 50%;
                        transform: translate(50%, 0);
                        width: max-content;
                    }
                }
            }
        }
        .lc-bottom{
            display: flex;
            align-items: center;
            padding-top: p(20);
            height: p(160);
            background-color: rgba(179, 186, 209, 0.25);
            border-radius: 4px;
            border: solid 1px rgba(179, 186, 209, 0.8);
            .box-1{
                .icon-plan1{
                    position: absolute;
                    top: p(-90);
                    img{
                        width: p(18);
                        height: p(90);
                    }
                    p{
                        position: absolute;
                        font-size: p(18);
                        color: #fff;
                        top: 60%;
                        right: 50%;
                        transform: translate(50%, 0);
                        width: max-content;
                    }
                }
                .icon-plan2{
                    position: absolute;
                    right: p(-65);
                    top: 50%;
                    transform: translate(0, -50%);
                    img{
                        width: p(140);
                        height: p(18);
                    }
                    div{
                        position: absolute;
                        top: p(-12);
                        width: p(140);
                        p{
                            font-size: p(18);
                            color: #fff;
                            text-align: center;
                        }
                    }
                }
            }
 
            .box-2{
                .icon-plan{
                    position: absolute;
                    right: p(-30);
                    top: 50%;
                    transform: translate(0, -50%);
                    img{
                        width: p(140);
                        height: p(18);
                    }
                }
            }
 
            .box-3{
                .icon-plan{
                    position: absolute;
                    top: p(-210);
                    img{
                        width: p(18);
                        height: p(210);
                    }
                    p{
                        position: absolute;
                        font-size: p(18);
                        color: #fff;
                        bottom: 2%;
                        right: 50%;
                        transform: translate(65%, 0);
                        width: max-content;
                    }
                }
            }
        }
 
        .lxwj-text{
            color: #ffffff;
            font-size: p(18);
            margin-top: p(45);
        }
   }
 
   .xq-box{
    display: flex;
    align-items: flex-end;
    .video-box{
        width: p(517);
        height: p(290);
        // background-color: #165dff;
        margin-right: p(188);
        iframe{
            width: 100%;
            height: 100%;
        }
    }
 
    .btn-box{
        margin-top: p(80);
        li{
            width: p(190);
            height: p(55);
            background-color: #165dff;
            border-radius: p(4);
            display: flex;
            align-items: center;
            justify-content: space-evenly;
            margin-bottom: p(40);
            cursor: pointer;
            img{
                width: p(26);
            }
            p{
                color: #ffffff;
                font-size: p(24);
            }
 
        }
        li:last-child {
            margin-bottom: p(15);
        }
        li:hover{
            background-color: #3f77fc;
        }
    }
}
}