shixian.shi
2023-11-23 adc88bd9e76644badbbe006913addfa7cbe5d89c
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
.lxwjzxfw-comp{
    width: 100%;
    height: p(1015);
    background: url('../images/lxwjzxfw-bg.png') center no-repeat;
    background-size: 100% 100%;
    .lxwjzxfw-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;
         }
    }
 
    .zxfl-lc{
        margin-top: p(45);
        .box{
            flex: 0.21;
            .icon-plan{
                position: relative;
            }
            .lc-plan{
                width: p(180);
                height: p(82);
                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;
                }
            }
        }
        .box-5{
            flex: 0.16;
        }
        
        .blue-box{
            .lc-plan{
                background-image: linear-gradient(0deg, 
                #3ebbff 0%, 
                #3d7df8 100%);
                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;
            .box-5{
                .icon-plan{
                    .text-img{
                        position: absolute;
                        width: p(55);
                        height: p(61);
                        top: 50%;
                        transform: translate(0, -50%);
                    }
                }
            }
            .box-3{
                .lc-plan{
                    margin-top: p(39);
                }
                .icon-plan{
                    img{
                        position: absolute;
                        width: p(195);
                        height: p(138);
                        top: p(0);
                        left: p(80);
                    }
                }
            }
            .box-4{
                .lc-plan{
                    width: p(154);
                    height: p(70);
                    margin-top: p(152);
                    margin-left: p(15);
                }
            }
 
            .icon-plan{
                width: p(180);
                margin: p(10) 0;
                display: flex;
                justify-content: center;
                img{
                    height: p(176);
                    width: p(18);
                }
                &.xxld{
                    width: p(180);
                    background: url('../images//lxwj-xx.png') top no-repeat;
                    background-size: 100% p(127);
                }
            }
        }
 
        .lc-bottom{
            display: flex;
            .box{
                display: flex;
                align-items: center;
            }
            .icon-plan{
                flex: 1;
                display: flex;
                img{
                    margin: auto;
                    width: p(57);
                    height: p(18);
                }
            }
        }
 
        .lxwj-text{
            color: #ffffff;
            font-size: p(18);
            margin-top: p(40);
        }
    }
 
    .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;
            }
        }
    }
}