@idmui/basic 0.4.1 → 0.4.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Sign/src/index.vue.d.ts +8 -2
- package/dist/index.js +461 -463
- package/dist/index.umd.cjs +17 -17
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13,9 +13,13 @@ const N1 = (i, t) => {
|
|
|
13
13
|
}, T6 = {
|
|
14
14
|
name: "IdmSign",
|
|
15
15
|
props: {
|
|
16
|
-
|
|
16
|
+
issued: {
|
|
17
17
|
type: String,
|
|
18
|
-
default:
|
|
18
|
+
default: ""
|
|
19
|
+
},
|
|
20
|
+
report: {
|
|
21
|
+
type: Object,
|
|
22
|
+
default: () => ({})
|
|
19
23
|
}
|
|
20
24
|
},
|
|
21
25
|
methods: {
|
|
@@ -23,25 +27,15 @@ const N1 = (i, t) => {
|
|
|
23
27
|
return M.utc(i).format(t);
|
|
24
28
|
}
|
|
25
29
|
}
|
|
26
|
-
}, I6 = { class: "idm-sign-section" }, E6 = { class: "
|
|
27
|
-
function
|
|
30
|
+
}, I6 = { class: "idm-sign-section" }, E6 = { class: "right-section" }, W6 = { class: "tracking-number" };
|
|
31
|
+
function P6(i, t, e, h, c, s) {
|
|
28
32
|
var m, g, y, f;
|
|
29
33
|
return u(), b("div", I6, [
|
|
30
34
|
a("div", E6, [
|
|
31
|
-
t[
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
a("div", W6, [
|
|
36
|
-
t[0] || (t[0] = p("Issued by ", -1)),
|
|
37
|
-
t[1] || (t[1] = a("b", null, "ORM", -1)),
|
|
38
|
-
t[2] || (t[2] = p(" on ", -1)),
|
|
39
|
-
a("b", null, l(s.computeUTCTime(i.issued, "YYYY-MM-DD")), 1)
|
|
40
|
-
])
|
|
41
|
-
]),
|
|
42
|
-
a("div", P6, [
|
|
43
|
-
t[6] || (t[6] = a("div", { class: "signature-info" }, [
|
|
44
|
-
p(" This document is signed electronically. Validation and authentication can be obtained from "),
|
|
35
|
+
t[2] || (t[2] = a("div", { class: "signature-info" }, [
|
|
36
|
+
p(" This document is signed electronically. "),
|
|
37
|
+
a("br"),
|
|
38
|
+
p("Validation and authentication can be obtained from "),
|
|
45
39
|
a("a", {
|
|
46
40
|
href: "https://nop.ormwx.com/trust",
|
|
47
41
|
target: "_blank",
|
|
@@ -49,18 +43,22 @@ function V6(i, t, e, h, c, s) {
|
|
|
49
43
|
}, "trust.ormwx.com"),
|
|
50
44
|
p(" by using the Unique Tracking Number. ")
|
|
51
45
|
], -1)),
|
|
52
|
-
a("div",
|
|
46
|
+
a("div", W6, [
|
|
53
47
|
a("div", null, [
|
|
54
|
-
t[
|
|
48
|
+
t[0] || (t[0] = p("VN: ", -1)),
|
|
55
49
|
a("b", null, l(((g = (m = e.report) == null ? void 0 : m.voyage) == null ? void 0 : g.number) || "-"), 1)
|
|
56
50
|
]),
|
|
57
51
|
a("div", null, [
|
|
58
|
-
t[
|
|
52
|
+
t[1] || (t[1] = p("ID: ", -1)),
|
|
59
53
|
a("b", null, l(((f = (y = e.report) == null ? void 0 : y.report) == null ? void 0 : f.certified) || "-"), 1)
|
|
60
54
|
])
|
|
61
55
|
]),
|
|
62
|
-
t[
|
|
63
|
-
|
|
56
|
+
t[3] || (t[3] = a("div", { class: "note" }, [
|
|
57
|
+
p(" Please note: The verified report only indicates that it was generated by ORM within a specific temporal context. "),
|
|
58
|
+
a("br"),
|
|
59
|
+
p("Final conclusions should be based on the latest report. ")
|
|
60
|
+
], -1)),
|
|
61
|
+
t[4] || (t[4] = a("div", { class: "contact" }, [
|
|
64
62
|
p(" For any questions about the statement, contact "),
|
|
65
63
|
a("a", {
|
|
66
64
|
href: "mailto:op@ormwx.com",
|
|
@@ -71,12 +69,12 @@ function V6(i, t, e, h, c, s) {
|
|
|
71
69
|
])
|
|
72
70
|
]);
|
|
73
71
|
}
|
|
74
|
-
const
|
|
72
|
+
const O6 = /* @__PURE__ */ N1(T6, [["render", P6], ["__scopeId", "data-v-0a177c63"]]), Ht = {
|
|
75
73
|
install(i) {
|
|
76
|
-
i.component("IdmSign",
|
|
74
|
+
i.component("IdmSign", O6);
|
|
77
75
|
}
|
|
78
76
|
};
|
|
79
|
-
const
|
|
77
|
+
const V6 = {
|
|
80
78
|
name: "IdmBrand",
|
|
81
79
|
props: {
|
|
82
80
|
name: {
|
|
@@ -97,9 +95,9 @@ const G6 = {
|
|
|
97
95
|
return M.utc(i).format(t);
|
|
98
96
|
}
|
|
99
97
|
}
|
|
100
|
-
},
|
|
101
|
-
function
|
|
102
|
-
return u(), b("div",
|
|
98
|
+
}, R6 = { class: "idm-brand-section" }, G6 = { class: "title-box" }, $6 = { class: "issue-box" };
|
|
99
|
+
function j6(i, t, e, h, c, s) {
|
|
100
|
+
return u(), b("div", R6, [
|
|
103
101
|
t[0] || (t[0] = a("div", { class: "logo-box" }, [
|
|
104
102
|
a("a", {
|
|
105
103
|
href: "https://nop.ormwx.com/",
|
|
@@ -111,19 +109,19 @@ function U6(i, t, e, h, c, s) {
|
|
|
111
109
|
})
|
|
112
110
|
])
|
|
113
111
|
], -1)),
|
|
114
|
-
a("div",
|
|
115
|
-
a("div",
|
|
112
|
+
a("div", G6, l(e.name), 1),
|
|
113
|
+
a("div", $6, [
|
|
116
114
|
a("div", null, l(e.locale === "en" ? "Mail to" : "联系我们") + ": op@ormwx.com", 1),
|
|
117
115
|
a("div", null, l(e.locale === "en" ? "Issued" : "发布时间") + ": " + l(s.computeUTCTime(e.issued, "MMM-DD, YYYY")), 1)
|
|
118
116
|
])
|
|
119
117
|
]);
|
|
120
118
|
}
|
|
121
|
-
const I2 = /* @__PURE__ */ N1(
|
|
119
|
+
const I2 = /* @__PURE__ */ N1(V6, [["render", j6], ["__scopeId", "data-v-46871d08"]]), Lt = {
|
|
122
120
|
install(i) {
|
|
123
121
|
i.component("IdmBrand", I2);
|
|
124
122
|
}
|
|
125
123
|
};
|
|
126
|
-
const
|
|
124
|
+
const Y6 = {
|
|
127
125
|
name: "IdmMeteo",
|
|
128
126
|
components: {
|
|
129
127
|
IdmBrand: I2
|
|
@@ -134,34 +132,34 @@ const Z6 = {
|
|
|
134
132
|
default: "meteo"
|
|
135
133
|
}
|
|
136
134
|
}
|
|
137
|
-
},
|
|
135
|
+
}, U6 = { class: "orm-meteo-source" }, Z6 = {
|
|
138
136
|
key: 0,
|
|
139
137
|
class: "section"
|
|
140
|
-
},
|
|
138
|
+
}, q6 = {
|
|
141
139
|
key: 1,
|
|
142
140
|
class: "section"
|
|
143
141
|
};
|
|
144
|
-
function
|
|
142
|
+
function X6(i, t, e, h, c, s) {
|
|
145
143
|
var g, y;
|
|
146
144
|
const m = r2("IdmBrand");
|
|
147
|
-
return u(), b("div",
|
|
145
|
+
return u(), b("div", U6, [
|
|
148
146
|
c2(m, {
|
|
149
147
|
name: "Data Sources",
|
|
150
148
|
issued: "2026-01-01"
|
|
151
149
|
}),
|
|
152
|
-
["gfs", "meteo"].includes((g = e.model) == null ? void 0 : g.toLowerCase()) ? (u(), b("div",
|
|
150
|
+
["gfs", "meteo"].includes((g = e.model) == null ? void 0 : g.toLowerCase()) ? (u(), b("div", Z6, [...t[0] || (t[0] = [
|
|
153
151
|
N2('<div class="title" data-v-d940c680>Data from NOAA (National Oceanic and Atmospheric Administration)</div><div class="body" data-v-d940c680><div class="block" data-v-d940c680><div class="flex-start" data-v-d940c680><a href="https://www.noaa.gov/about-our-agency" data-v-d940c680><img style="width:60px;" src="https://img.idmwx.com/asset/noaa_digital_logo.svg" alt="" data-v-d940c680></a></div><div class="content" data-v-d940c680> NOAA is an agency that enriches life through science. Our reach goes from the surface of the sun to the depths of the ocean floor as we work to keep the public informed of the changing environment around them. NOAA’s dedicated scientists use cutting-edge research and high-tech instrumentation to provide citizens, planners, emergency managers and other decision makers with reliable information they need, when they need it. </div></div></div><div class="body" data-v-d940c680><div class="block" data-v-d940c680><div class="title" data-v-d940c680><a href="https://www.ncei.noaa.gov/products/weather-climate-models/global-forecast" target="_blank" data-v-d940c680>Wind</a></div><div class="content" data-v-d940c680> The Global Forecast System (GFS) is a National Centers for Environmental Prediction (NCEP) weather forecast model that generates data for dozens of atmospheric and land-soil variables, including temperatures, winds, precipitation, soil moisture, and atmospheric ozone concentration. The system couples four separate models (atmosphere, ocean model, land/soil model, and sea ice) that work together to accurately depict weather conditions. </div></div></div><div class="body" data-v-d940c680><div class="block" data-v-d940c680><div class="title" data-v-d940c680><a href="https://polar.ncep.noaa.gov/waves/Model_Description.pdf" target="_blank" data-v-d940c680>Wave</a></div><div class="content" data-v-d940c680> The NCEP/EMC global deterministic wave model is now unified with the Global Forecast System (GFS). The WAVEWATCH III wave model is one-way coupled with the atmospheric forecast model. The wave model uses three native computational grids: 1) Arctic Polar 9km resolution from 50N to 90N, 2) Global Core 10min resolution from 15S to 52.5N and 3) Southern Ocean 15min resolution from 10.5S to 79.5S. There are 4 post-processed grids: West Coast, Eastern Pacific, Atlantic Ocean all with 0.16deg resolution and a Global grid with 0.25 deg of resolution. </div></div></div>', 4)
|
|
154
152
|
])])) : Q("", !0),
|
|
155
|
-
["ec", "ecmwf", "meteo"].includes((y = e.model) == null ? void 0 : y.toLowerCase()) ? (u(), b("div",
|
|
153
|
+
["ec", "ecmwf", "meteo"].includes((y = e.model) == null ? void 0 : y.toLowerCase()) ? (u(), b("div", q6, [...t[1] || (t[1] = [
|
|
156
154
|
N2('<div class="title" data-v-d940c680>Data from ECMWF(European Centre for Medium-Range Weather Forecasts)</div><div class="body" data-v-d940c680><div class="block" data-v-d940c680><div class="flext-start" data-v-d940c680><a href="https://www.ecmwf.int/en/forecasts/documentation-and-support/changes-ecmwf-model" target="_blank" data-v-d940c680><img src="https://img.idmwx.com/asset/ecmwf_logo.svg" alt="" data-v-d940c680></a></div><div class="content" data-v-d940c680> ECMWF Integrated Forecasting System (IFS), which includes a sophisticated data assimilation system and global numerical model of the Earth system, as well as supporting infrastructure to make forecast products available to our Member and Co-operating States and other users. The data assimilation system combines the latest weather observations with a recent forecast to obtain the best possible estimate of the current state of the Earth system – known as an analysis. The Earth system model has a model of the atmosphere at its heart, coupled to models of other Earth system components, such as the ocean. Starting from the analysis, our Earth system model is then used to forecast the likely evolution of the weather and some other aspects of the Earth system. </div></div><div class="block" data-v-d940c680><div class="flex-end" data-v-d940c680><a href="https://marine.copernicus.eu/about/" target="_blank" data-v-d940c680><img src="https://img.idmwx.com/asset/copermicus_marine_service_logo.png" alt="" data-v-d940c680></a></div><div class="content" data-v-d940c680> The Copernicus Marine Service is the marine component of the European Union’s Copernicus Programme. It provides regular and science-based information on the state of the Ocean at both global and regional scales. This includes data on the physical Ocean (Blue Ocean), sea ice (White Ocean), and Ocean biogeochemistry (Green Ocean). Funded by the European Commission and implemented by Mercator Ocean International, the service supports the implementation of EU policies and International legal Commitments related to Ocean Governance. It also aims to meet the growing demand for reliable Ocean knowledge across society, and to foster sustainable development in the Ocean sectors by providing state-of-the-art Ocean data and forecasts. </div></div></div><div class="body" data-v-d940c680><div class="block" data-v-d940c680><div class="title" data-v-d940c680><a href="https://codes.ecmwf.int/grib/param-db/165" target="_blank" data-v-d940c680>Wind</a></div><div class="content" data-v-d940c680> The wind is provided as two orthogonal vectors that can be used to calculate the total speed and direction. 10u is the eastward component of the 10m wind. It is the horizontal speed of air moving towards the east, at a height of ten metres above the surface of the Earth, in metres per second. 10v is the northward component of the 10m wind. It is the horizontal speed of air moving towards the north, at a height of ten metres above the surface of the Earth, in metres per second. </div></div><div class="block" data-v-d940c680><div class="title" data-v-d940c680><a href="https://www.ecmwf.int/en/about/media-centre/focus/2020/fact-sheet-ocean-wave-forecasting" target="_blank" data-v-d940c680>Waves</a></div><div class="content" data-v-d940c680> ECMWF ocean wave model (ECWAM) is based on a statistical description of surface waves. It covers both the open ocean and coastal waters. The surface wave field is simplified and represented by a spectrum of waves according to frequency (or wavelength) and direction of propagation. Waves are also divided into those generated by local wind (wind sea waves) and waves which have travelled away from where they were generated (swell). The wave model then simulates how the wave spectrum evolves in space and time by representing how the wind generates waves, how different waves interact with each other, and how wave energy gradually dissipates. </div></div><div class="block" data-v-d940c680><div class="title" data-v-d940c680><a href="https://marine.copernicus.eu/sites/default/files/wp-content/uploads/2019/04/Poster_SMOC_EGU2018APRIL.pdf" target="_blank" data-v-d940c680>Currents</a></div><div class="content" data-v-d940c680> SMOC (Surface and Merged Ocean Currents) is a composite surface current product that combines data from the CMEMS modeling systems to reproduce the net velocity felt by a body at sea surface. In SMOC, the total current is obtained by adding together the contributions of the oceanic general circulation, tides and waves. Three independent systems are used to compute the SMOC product: the CMEMS global high resolution (1/12°) real time forecasting system, the CMEMS global waves (1/10°) forecasting system and the FES tidal model. We present here the characteristics of the product together with some validation work based on comparison with observations: firstly, with drifting buoys in Eulerian and Lagrangian mode, and secondly, with in-situ current measurement and coastal radar data. SMOC is distributed on the global domain, with a horizontal resolution of 1/12° and with an hourly frequency. All horizontal components and their sum are provided, so that the user can select and focus on each component individually. SMOC data are computed daily, using one day of hindcast for the previous day, and five days of forecast ahead from the date of production. </div></div></div>', 3)
|
|
157
155
|
])])) : Q("", !0)
|
|
158
156
|
]);
|
|
159
157
|
}
|
|
160
|
-
const
|
|
158
|
+
const J6 = /* @__PURE__ */ N1(Y6, [["render", X6], ["__scopeId", "data-v-d940c680"]]), St = {
|
|
161
159
|
install(i) {
|
|
162
|
-
i.component("IdmMeteo",
|
|
160
|
+
i.component("IdmMeteo", J6);
|
|
163
161
|
}
|
|
164
|
-
},
|
|
162
|
+
}, Q6 = {
|
|
165
163
|
name: "IdmLoading",
|
|
166
164
|
props: {
|
|
167
165
|
loading: {
|
|
@@ -184,12 +182,12 @@ const K6 = /* @__PURE__ */ N1(Z6, [["render", Q6], ["__scopeId", "data-v-d940c68
|
|
|
184
182
|
immediate: !0
|
|
185
183
|
}
|
|
186
184
|
}
|
|
187
|
-
},
|
|
185
|
+
}, K6 = {
|
|
188
186
|
key: 0,
|
|
189
187
|
style: { width: "100%", height: "100%", display: "flex", "justify-content": "center", "align-items": "center" }
|
|
190
188
|
};
|
|
191
|
-
function
|
|
192
|
-
return e.loading ? (u(), b("div",
|
|
189
|
+
function e3(i, t, e, h, c, s) {
|
|
190
|
+
return e.loading ? (u(), b("div", K6, [...t[0] || (t[0] = [
|
|
193
191
|
a("img", {
|
|
194
192
|
style: { height: "60px" },
|
|
195
193
|
src: "https://osshz.idmwx.com/asset/loading.gif",
|
|
@@ -197,12 +195,12 @@ function a3(i, t, e, h, c, s) {
|
|
|
197
195
|
}, null, -1)
|
|
198
196
|
])])) : Q("", !0);
|
|
199
197
|
}
|
|
200
|
-
const C2 = /* @__PURE__ */ N1(
|
|
198
|
+
const C2 = /* @__PURE__ */ N1(Q6, [["render", e3]]), At = {
|
|
201
199
|
install(i) {
|
|
202
200
|
i.component("IdmLoading", C2);
|
|
203
201
|
}
|
|
204
202
|
};
|
|
205
|
-
const
|
|
203
|
+
const t3 = {
|
|
206
204
|
name: "IdmForecast",
|
|
207
205
|
components: {
|
|
208
206
|
IdmLoading: C2
|
|
@@ -323,14 +321,14 @@ const i3 = {
|
|
|
323
321
|
`<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="${m}" p-id="10798"></path></svg>`
|
|
324
322
|
), y = new Image(64, 64);
|
|
325
323
|
y.src = g, y.onload = async () => {
|
|
326
|
-
var k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
324
|
+
var k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1, h1, m1, o, F1, B1, T1, I1, E1, W1, P1, O1, V1, R1, G1, $1, j1, Y1, U1, Z1, q1, X1, J1;
|
|
327
325
|
const z = (x = (k = M.tz(c, this.positionGmt)) == null ? void 0 : k.set({ hour: 0, minute: 0, second: 0, millisecond: 0 })) == null ? void 0 : x.format();
|
|
328
326
|
for (let d1 = 0; d1 < t * 24; d1++)
|
|
329
327
|
if (d1 % e === 0) {
|
|
330
328
|
const D1 = M(z).clone().add(d1, "h").format();
|
|
331
329
|
(E = this.meteogramData) == null || E.dates.push(D1);
|
|
332
330
|
const $ = ((N = u2.pickHourly(i, D1)) == null ? void 0 : N[0]) || {};
|
|
333
|
-
(W = this.meteogramData) == null || W.temperatures.push(this.roundPrecision((B = $ == null ? void 0 : $.weather) == null ? void 0 : B.temp, 0)), (H = this.meteogramData) == null || H.visibility.push(this.roundPrecision((D = $ == null ? void 0 : $.weather) == null ? void 0 : D.visibility, 1)), (R = this.meteogramData) == null || R.windspeed.push(this.roundPrecision((O = (A = $.weather) == null ? void 0 : A.wind) == null ? void 0 : O.kts, 1)), (T = this.meteogramData) == null || T.windGusts.push(this.roundPrecision((F = (G = $ == null ? void 0 : $.weather) == null ? void 0 : G.wind) == null ? void 0 : F.gusts, 1)), (
|
|
331
|
+
(W = this.meteogramData) == null || W.temperatures.push(this.roundPrecision((B = $ == null ? void 0 : $.weather) == null ? void 0 : B.temp, 0)), (H = this.meteogramData) == null || H.visibility.push(this.roundPrecision((D = $ == null ? void 0 : $.weather) == null ? void 0 : D.visibility, 1)), (R = this.meteogramData) == null || R.windspeed.push(this.roundPrecision((O = (A = $.weather) == null ? void 0 : A.wind) == null ? void 0 : O.kts, 1)), (T = this.meteogramData) == null || T.windGusts.push(this.roundPrecision((F = (G = $ == null ? void 0 : $.weather) == null ? void 0 : G.wind) == null ? void 0 : F.gusts, 1)), (j = this.meteogramData) == null || j.windSpeedReferMax.push(16), (_ = this.meteogramData) == null || _.sigWaveHeight.push(this.roundPrecision((C = (Y = $ == null ? void 0 : $.wave) == null ? void 0 : Y.sig) == null ? void 0 : C.height)), (U = this.meteogramData) == null || U.swellHeight.push(this.roundPrecision((r = (L = $ == null ? void 0 : $.wave) == null ? void 0 : L.swell) == null ? void 0 : r.height)), (n = this.meteogramData) == null || n.waveHeightRefer.push(1.5);
|
|
334
332
|
const s2 = e === 1 ? "sum1Hours" : "sum3Hours";
|
|
335
333
|
if ((Z = this.meteogramData) == null || Z.precip.push(this.roundPrecision((X = (K = $ == null ? void 0 : $.weather) == null ? void 0 : K.precip) == null ? void 0 : X[s2], 1)), e < 24 && d1 % 12 === 0 && d1 % 24 !== 0 || e >= 24 && d1 % 24 === 0 ? (a1 = this.meteogramData) == null || a1.xDates.push((t1 = M.tz(D1, this.positionGmt)) == null ? void 0 : t1.format("MMM-DD")) : (i1 = this.meteogramData) == null || i1.xDates.push(""), d1 % h === 0 ? (l1 = this.meteogramData) == null || l1.hours.push(this.computeHourLT(D1)) : (s1 = this.meteogramData) == null || s1.hours.push(""), d1 % 12 === 0 ? ((o1 = $.weather) != null && o1.url ? (n1 = this.meteogramData) == null || n1.weatherIcons.push({ symbol: "image://" + ((r1 = $.weather) == null ? void 0 : r1.url), symbolSize: 30 }) : this.meteogramData.weatherIcons.push({ symbol: "image://", symbolSize: 0 }), (S = this.meteogramData) == null || S.weatherNames.push((e1 = $.weather) == null ? void 0 : e1.name)) : ((V = this.meteogramData) == null || V.weatherIcons.push({ symbol: "image://", symbolSize: 0 }), (f1 = this.meteogramData) == null || f1.weatherNames.push("")), d1 % h === 0 ? (h1 = this.meteogramData) == null || h1.windDir.push((y1 = (b1 = $.weather) == null ? void 0 : b1.wind) == null ? void 0 : y1.bearing) : (m1 = this.meteogramData) == null || m1.windDir.push(void 0), d1 % h === 0) {
|
|
336
334
|
const _1 = document.createElement("canvas"), H1 = _1.getContext("2d");
|
|
@@ -350,13 +348,13 @@ const i3 = {
|
|
|
350
348
|
}
|
|
351
349
|
]), s = { start: void 0, end: void 0 });
|
|
352
350
|
}
|
|
353
|
-
this.meteogramData.singleAxisOffset.l = ((R1 = this.meteogramData) == null ? void 0 : R1.gridOffset.l) + 0.5 / (($1 = (G1 = this.meteogramData) == null ? void 0 : G1.dates) == null ? void 0 : $1.length) * (100 - ((
|
|
351
|
+
this.meteogramData.singleAxisOffset.l = ((R1 = this.meteogramData) == null ? void 0 : R1.gridOffset.l) + 0.5 / (($1 = (G1 = this.meteogramData) == null ? void 0 : G1.dates) == null ? void 0 : $1.length) * (100 - ((j1 = this.meteogramData) == null ? void 0 : j1.gridOffset.l) - ((Y1 = this.meteogramData) == null ? void 0 : Y1.gridOffset.r)) + "%", this.meteogramData.singleAxisOffset.r = ((U1 = this.meteogramData) == null ? void 0 : U1.gridOffset.r) + 0.5 / ((q1 = (Z1 = this.meteogramData) == null ? void 0 : Z1.dates) == null ? void 0 : q1.length) * (100 - ((X1 = this.meteogramData) == null ? void 0 : X1.gridOffset.l) - ((J1 = this.meteogramData) == null ? void 0 : J1.gridOffset.r)) + "%", this.$nextTick(() => {
|
|
354
352
|
this.initMeteogramEchart(i);
|
|
355
353
|
});
|
|
356
354
|
};
|
|
357
355
|
},
|
|
358
356
|
initMeteogramEchart(i) {
|
|
359
|
-
var B, W, D, H, A, O, R, G, F, T,
|
|
357
|
+
var B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1, h1, m1, o, F1, B1, T1, I1, E1, W1, P1, O1, V1, R1, G1, $1, j1, Y1, U1, Z1, q1, X1, J1, d1, D1, $, s2, _1, H1, n2, c1, S1, P, h2, A1, o2, g2, m2, p2, f2, b2, y2, w2;
|
|
360
358
|
i.forecastDays;
|
|
361
359
|
const t = i.interval || 3;
|
|
362
360
|
let e, h = {
|
|
@@ -594,7 +592,7 @@ const i3 = {
|
|
|
594
592
|
singleAxis: [
|
|
595
593
|
{
|
|
596
594
|
left: (T = (F = this.meteogramData) == null ? void 0 : F.singleAxisOffset) == null ? void 0 : T.l,
|
|
597
|
-
right: (
|
|
595
|
+
right: (Y = (j = this.meteogramData) == null ? void 0 : j.singleAxisOffset) == null ? void 0 : Y.r,
|
|
598
596
|
type: "category",
|
|
599
597
|
show: !1,
|
|
600
598
|
axisLine: {
|
|
@@ -1026,7 +1024,7 @@ const i3 = {
|
|
|
1026
1024
|
},
|
|
1027
1025
|
{
|
|
1028
1026
|
left: (G1 = (R1 = this.meteogramData) == null ? void 0 : R1.singleAxisOffset) == null ? void 0 : G1.l,
|
|
1029
|
-
right: (
|
|
1027
|
+
right: (j1 = ($1 = this.meteogramData) == null ? void 0 : $1.singleAxisOffset) == null ? void 0 : j1.r,
|
|
1030
1028
|
type: "category",
|
|
1031
1029
|
show: !1,
|
|
1032
1030
|
axisLine: {
|
|
@@ -1046,7 +1044,7 @@ const i3 = {
|
|
|
1046
1044
|
// 隐藏分割线
|
|
1047
1045
|
},
|
|
1048
1046
|
boundaryGap: !1,
|
|
1049
|
-
data: (
|
|
1047
|
+
data: (Y1 = this.meteogramData) == null ? void 0 : Y1.dates,
|
|
1050
1048
|
top: "92%",
|
|
1051
1049
|
height: "2%"
|
|
1052
1050
|
}
|
|
@@ -1495,7 +1493,7 @@ const i3 = {
|
|
|
1495
1493
|
document.getElementById("weatherIconsEchart") && J.dispose(document.getElementById("weatherIconsEchart")), document.getElementById("weatherConditionEchart") && J.dispose(document.getElementById("weatherConditionEchart")), document.getElementById("windIconsEchart") && J.dispose(document.getElementById("windIconsEchart")), document.getElementById("windEchart") && J.dispose(document.getElementById("windEchart")), document.getElementById("waveChart") && J.dispose(document.getElementById("waveChart"));
|
|
1496
1494
|
},
|
|
1497
1495
|
initHourlyTableData(i) {
|
|
1498
|
-
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
1496
|
+
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1;
|
|
1499
1497
|
this.hourlyTableData = [];
|
|
1500
1498
|
const t = i.forecastDays || 7, e = i.interval || 3, h = i.datetime || ((s = this.reportData) == null ? void 0 : s.etime), c = (g = (m = M.tz(h, this.positionGmt)) == null ? void 0 : m.set({ hour: 0, minute: 0, second: 0, millisecond: 0 })) == null ? void 0 : g.format();
|
|
1501
1499
|
for (let h1 = 0; h1 < t * 24; h1++)
|
|
@@ -1514,7 +1512,7 @@ const i3 = {
|
|
|
1514
1512
|
windBF: ((O = (A = o == null ? void 0 : o.weather) == null ? void 0 : A.wind) == null ? void 0 : O.scale) ?? "-",
|
|
1515
1513
|
windGusts: this.roundPrecision((G = (R = o == null ? void 0 : o.weather) == null ? void 0 : R.wind) == null ? void 0 : G.gusts, 1) ?? "-",
|
|
1516
1514
|
windWaveHeight: this.roundPrecision((T = (F = o == null ? void 0 : o.wave) == null ? void 0 : F.wd) == null ? void 0 : T.height, 1) ?? "-",
|
|
1517
|
-
windWavePeriod: this.roundPrecision((
|
|
1515
|
+
windWavePeriod: this.roundPrecision((Y = (j = o == null ? void 0 : o.wave) == null ? void 0 : j.wd) == null ? void 0 : Y.period, 1) ?? "-",
|
|
1518
1516
|
windWaveDir: (_ = (C = o == null ? void 0 : o.wave) == null ? void 0 : C.wd) == null ? void 0 : _.direction,
|
|
1519
1517
|
windWaveBearing: (r = (L = o == null ? void 0 : o.wave) == null ? void 0 : L.wd) == null ? void 0 : r.bearing,
|
|
1520
1518
|
swellHeight: this.roundPrecision((n = (U = o.wave) == null ? void 0 : U.swell) == null ? void 0 : n.height, 1) ?? "-",
|
|
@@ -1561,289 +1559,289 @@ const i3 = {
|
|
|
1561
1559
|
}
|
|
1562
1560
|
}
|
|
1563
1561
|
}
|
|
1564
|
-
},
|
|
1562
|
+
}, a3 = { class: "row" }, i3 = {
|
|
1565
1563
|
class: "col",
|
|
1566
1564
|
style: { width: "54%" }
|
|
1567
|
-
},
|
|
1565
|
+
}, l3 = {
|
|
1568
1566
|
key: 0,
|
|
1569
1567
|
style: { "margin-left": "8px" }
|
|
1570
|
-
},
|
|
1568
|
+
}, s3 = {
|
|
1571
1569
|
key: 1,
|
|
1572
1570
|
style: { "margin-left": "8px" }
|
|
1573
|
-
},
|
|
1571
|
+
}, o3 = {
|
|
1574
1572
|
key: 0,
|
|
1575
1573
|
class: "col",
|
|
1576
1574
|
style: { width: "42%" }
|
|
1577
|
-
},
|
|
1575
|
+
}, r3 = { style: { "margin-left": "8px" } }, n3 = {
|
|
1578
1576
|
key: 1,
|
|
1579
1577
|
class: "col",
|
|
1580
1578
|
style: { width: "42%" }
|
|
1581
|
-
},
|
|
1579
|
+
}, d3 = { style: { "margin-left": "8px" } }, c3 = { class: "row" }, h3 = {
|
|
1582
1580
|
class: "col",
|
|
1583
1581
|
style: { width: "54%" }
|
|
1584
|
-
},
|
|
1582
|
+
}, m3 = { style: { "margin-left": "8px" } }, p3 = {
|
|
1585
1583
|
class: "col",
|
|
1586
1584
|
style: { width: "42%" }
|
|
1587
|
-
},
|
|
1585
|
+
}, g3 = { style: { "margin-left": "8px" } }, u3 = { class: "content-box" }, f3 = {
|
|
1588
1586
|
key: 0,
|
|
1589
1587
|
class: "meteogram-echart-section"
|
|
1590
|
-
},
|
|
1588
|
+
}, b3 = {
|
|
1591
1589
|
key: 2,
|
|
1592
1590
|
id: "weatherIconsEchart"
|
|
1593
|
-
},
|
|
1591
|
+
}, y3 = {
|
|
1594
1592
|
key: 3,
|
|
1595
1593
|
id: "weatherConditionEchart"
|
|
1596
|
-
},
|
|
1594
|
+
}, w3 = {
|
|
1597
1595
|
key: 4,
|
|
1598
1596
|
id: "windIconsEchart"
|
|
1599
|
-
},
|
|
1597
|
+
}, x3 = {
|
|
1600
1598
|
key: 5,
|
|
1601
1599
|
id: "windEchart"
|
|
1602
|
-
},
|
|
1600
|
+
}, v3 = { key: 6 }, z3 = {
|
|
1603
1601
|
key: 7,
|
|
1604
1602
|
id: "waveChart"
|
|
1605
|
-
},
|
|
1603
|
+
}, k3 = { class: "table-section" }, F3 = {
|
|
1606
1604
|
key: 0,
|
|
1607
1605
|
class: "card"
|
|
1608
|
-
},
|
|
1606
|
+
}, _3 = {
|
|
1609
1607
|
class: "date",
|
|
1610
1608
|
style: { padding: "0 4px" }
|
|
1611
|
-
},
|
|
1609
|
+
}, M3 = {
|
|
1612
1610
|
class: "",
|
|
1613
1611
|
style: { "font-size": "16px", "font-weight": "500" }
|
|
1614
|
-
},
|
|
1612
|
+
}, D3 = {
|
|
1615
1613
|
rowspan: "2",
|
|
1616
1614
|
colspan: "1",
|
|
1617
1615
|
class: "border",
|
|
1618
1616
|
style: { width: "90px" }
|
|
1619
|
-
},
|
|
1617
|
+
}, H3 = {
|
|
1620
1618
|
rowspan: "1",
|
|
1621
1619
|
colspan: "1",
|
|
1622
1620
|
class: "border"
|
|
1623
|
-
},
|
|
1621
|
+
}, L3 = {
|
|
1624
1622
|
rowspan: "1",
|
|
1625
1623
|
colspan: "1",
|
|
1626
1624
|
class: "border"
|
|
1627
|
-
},
|
|
1625
|
+
}, S3 = {
|
|
1628
1626
|
rowspan: "1",
|
|
1629
1627
|
colspan: "1",
|
|
1630
1628
|
class: "border"
|
|
1631
|
-
},
|
|
1629
|
+
}, A3 = {
|
|
1632
1630
|
rowspan: "1",
|
|
1633
1631
|
colspan: "4",
|
|
1634
1632
|
class: "border"
|
|
1635
|
-
},
|
|
1633
|
+
}, C3 = {
|
|
1636
1634
|
rowspan: "1",
|
|
1637
1635
|
colspan: "3",
|
|
1638
1636
|
class: "border"
|
|
1639
|
-
},
|
|
1637
|
+
}, N3 = {
|
|
1640
1638
|
rowspan: "1",
|
|
1641
1639
|
colspan: "3",
|
|
1642
1640
|
class: "border"
|
|
1643
|
-
},
|
|
1641
|
+
}, B3 = {
|
|
1644
1642
|
rowspan: "1",
|
|
1645
1643
|
colspan: "3",
|
|
1646
1644
|
class: "border"
|
|
1647
|
-
},
|
|
1645
|
+
}, T3 = {
|
|
1648
1646
|
rowspan: "1",
|
|
1649
1647
|
colspan: "2",
|
|
1650
1648
|
class: "border"
|
|
1651
|
-
},
|
|
1649
|
+
}, I3 = {
|
|
1652
1650
|
rowspan: "1",
|
|
1653
1651
|
colspan: "1",
|
|
1654
1652
|
class: "border"
|
|
1655
|
-
},
|
|
1653
|
+
}, E3 = {
|
|
1656
1654
|
rowspan: "1",
|
|
1657
1655
|
colspan: "1",
|
|
1658
1656
|
class: "border"
|
|
1659
|
-
},
|
|
1657
|
+
}, W3 = {
|
|
1660
1658
|
rowspan: "1",
|
|
1661
1659
|
colspan: "1",
|
|
1662
1660
|
class: "border",
|
|
1663
1661
|
style: { width: "80px" }
|
|
1664
|
-
},
|
|
1662
|
+
}, P3 = {
|
|
1665
1663
|
rowspan: "1",
|
|
1666
1664
|
colspan: "1",
|
|
1667
1665
|
class: "border",
|
|
1668
1666
|
style: { width: "70px" }
|
|
1669
|
-
},
|
|
1667
|
+
}, O3 = {
|
|
1670
1668
|
rowspan: "1",
|
|
1671
1669
|
colspan: "1",
|
|
1672
1670
|
class: "border",
|
|
1673
1671
|
style: { width: "50px" }
|
|
1674
|
-
},
|
|
1672
|
+
}, V3 = {
|
|
1675
1673
|
rowspan: "1",
|
|
1676
1674
|
colspan: "1",
|
|
1677
1675
|
class: "border",
|
|
1678
1676
|
style: { width: "45px" }
|
|
1679
|
-
},
|
|
1677
|
+
}, R3 = {
|
|
1680
1678
|
rowspan: "1",
|
|
1681
1679
|
colspan: "1",
|
|
1682
1680
|
class: "border",
|
|
1683
1681
|
style: { width: "30px" }
|
|
1684
|
-
},
|
|
1682
|
+
}, G3 = {
|
|
1685
1683
|
rowspan: "1",
|
|
1686
1684
|
colspan: "1",
|
|
1687
1685
|
class: "border",
|
|
1688
1686
|
style: { width: "60px" }
|
|
1689
|
-
},
|
|
1687
|
+
}, $3 = {
|
|
1690
1688
|
rowspan: "1",
|
|
1691
1689
|
colspan: "1",
|
|
1692
1690
|
class: "border",
|
|
1693
1691
|
style: { width: "50px" }
|
|
1694
|
-
},
|
|
1692
|
+
}, j3 = {
|
|
1695
1693
|
rowspan: "1",
|
|
1696
1694
|
colspan: "1",
|
|
1697
1695
|
class: "border",
|
|
1698
1696
|
style: { width: "45px" }
|
|
1699
|
-
},
|
|
1697
|
+
}, Y3 = {
|
|
1700
1698
|
rowspan: "1",
|
|
1701
1699
|
colspan: "1",
|
|
1702
1700
|
class: "border",
|
|
1703
1701
|
style: { width: "45px" }
|
|
1704
|
-
},
|
|
1702
|
+
}, U3 = {
|
|
1705
1703
|
rowspan: "1",
|
|
1706
1704
|
colspan: "1",
|
|
1707
1705
|
class: "border",
|
|
1708
1706
|
style: { width: "50px" }
|
|
1709
|
-
},
|
|
1707
|
+
}, Z3 = {
|
|
1710
1708
|
rowspan: "1",
|
|
1711
1709
|
colspan: "1",
|
|
1712
1710
|
class: "border",
|
|
1713
1711
|
style: { width: "45px" }
|
|
1714
|
-
},
|
|
1712
|
+
}, q3 = {
|
|
1715
1713
|
rowspan: "1",
|
|
1716
1714
|
colspan: "1",
|
|
1717
1715
|
class: "border",
|
|
1718
1716
|
style: { width: "45px" }
|
|
1719
|
-
},
|
|
1717
|
+
}, X3 = {
|
|
1720
1718
|
rowspan: "1",
|
|
1721
1719
|
colspan: "1",
|
|
1722
1720
|
class: "border",
|
|
1723
1721
|
style: { width: "50px" }
|
|
1724
|
-
},
|
|
1722
|
+
}, J3 = {
|
|
1725
1723
|
rowspan: "1",
|
|
1726
1724
|
colspan: "1",
|
|
1727
1725
|
class: "border",
|
|
1728
1726
|
style: { width: "45px" }
|
|
1729
|
-
},
|
|
1727
|
+
}, Q3 = {
|
|
1730
1728
|
rowspan: "1",
|
|
1731
1729
|
colspan: "1",
|
|
1732
1730
|
class: "border",
|
|
1733
1731
|
style: { width: "45px" }
|
|
1734
|
-
},
|
|
1732
|
+
}, K3 = {
|
|
1735
1733
|
rowspan: "1",
|
|
1736
1734
|
colspan: "1",
|
|
1737
1735
|
class: "border",
|
|
1738
1736
|
style: { width: "50px" }
|
|
1739
|
-
},
|
|
1737
|
+
}, e0 = {
|
|
1740
1738
|
rowspan: "1",
|
|
1741
1739
|
colspan: "1",
|
|
1742
1740
|
class: "border",
|
|
1743
1741
|
style: { width: "45px" }
|
|
1744
|
-
},
|
|
1742
|
+
}, t0 = {
|
|
1745
1743
|
rowspan: "1",
|
|
1746
1744
|
colspan: "1",
|
|
1747
1745
|
class: "border",
|
|
1748
1746
|
style: { width: "70px" }
|
|
1749
|
-
},
|
|
1747
|
+
}, a0 = {
|
|
1750
1748
|
rowspan: "1",
|
|
1751
1749
|
colspan: "1",
|
|
1752
1750
|
class: "border",
|
|
1753
1751
|
style: { width: "85px" }
|
|
1754
|
-
},
|
|
1752
|
+
}, i0 = {
|
|
1755
1753
|
rowspan: "1",
|
|
1756
1754
|
colspan: "1",
|
|
1757
1755
|
class: "border",
|
|
1758
1756
|
style: { width: "90px" }
|
|
1759
|
-
},
|
|
1757
|
+
}, l0 = {
|
|
1760
1758
|
rowspan: "1",
|
|
1761
1759
|
colspan: "1",
|
|
1762
1760
|
class: "border",
|
|
1763
1761
|
style: { width: "50px" }
|
|
1764
|
-
},
|
|
1762
|
+
}, s0 = {
|
|
1765
1763
|
rowspan: "1",
|
|
1766
1764
|
colspan: "1",
|
|
1767
1765
|
class: "border",
|
|
1768
1766
|
style: { width: "80px" }
|
|
1769
|
-
},
|
|
1767
|
+
}, o0 = {
|
|
1770
1768
|
rowspan: "1",
|
|
1771
1769
|
colspan: "1",
|
|
1772
1770
|
class: "border",
|
|
1773
1771
|
style: { width: "70px" }
|
|
1774
|
-
},
|
|
1772
|
+
}, r0 = {
|
|
1775
1773
|
rowspan: "1",
|
|
1776
1774
|
colspan: "1",
|
|
1777
1775
|
class: "border",
|
|
1778
1776
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1779
|
-
},
|
|
1777
|
+
}, n0 = ["src"], d0 = { key: 1 }, c0 = {
|
|
1780
1778
|
rowspan: "1",
|
|
1781
1779
|
colspan: "1",
|
|
1782
1780
|
class: "border",
|
|
1783
1781
|
style: { width: "45px" }
|
|
1784
|
-
},
|
|
1782
|
+
}, h0 = {
|
|
1785
1783
|
rowspan: "1",
|
|
1786
1784
|
colspan: "1",
|
|
1787
1785
|
class: "border",
|
|
1788
1786
|
style: { width: "60px" }
|
|
1789
|
-
},
|
|
1787
|
+
}, m0 = {
|
|
1790
1788
|
rowspan: "1",
|
|
1791
1789
|
colspan: "1",
|
|
1792
1790
|
class: "border",
|
|
1793
1791
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1794
|
-
},
|
|
1792
|
+
}, p0 = ["src"], g0 = { key: 1 }, u0 = {
|
|
1795
1793
|
rowspan: "1",
|
|
1796
1794
|
colspan: "1",
|
|
1797
1795
|
class: "border",
|
|
1798
1796
|
style: { width: "45px" }
|
|
1799
|
-
},
|
|
1797
|
+
}, f0 = {
|
|
1800
1798
|
rowspan: "1",
|
|
1801
1799
|
colspan: "1",
|
|
1802
1800
|
class: "border",
|
|
1803
1801
|
style: { width: "45px" }
|
|
1804
|
-
},
|
|
1802
|
+
}, b0 = {
|
|
1805
1803
|
rowspan: "1",
|
|
1806
1804
|
colspan: "1",
|
|
1807
1805
|
class: "border",
|
|
1808
1806
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1809
|
-
},
|
|
1807
|
+
}, y0 = ["src"], w0 = { key: 1 }, x0 = {
|
|
1810
1808
|
rowspan: "1",
|
|
1811
1809
|
colspan: "1",
|
|
1812
1810
|
class: "border",
|
|
1813
1811
|
style: { width: "45px" }
|
|
1814
|
-
},
|
|
1812
|
+
}, v0 = {
|
|
1815
1813
|
rowspan: "1",
|
|
1816
1814
|
colspan: "1",
|
|
1817
1815
|
class: "border",
|
|
1818
1816
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1819
|
-
},
|
|
1817
|
+
}, z0 = ["src"], k0 = { key: 1 }, F0 = {
|
|
1820
1818
|
rowspan: "1",
|
|
1821
1819
|
colspan: "1",
|
|
1822
1820
|
class: "border",
|
|
1823
1821
|
style: { width: "45px" }
|
|
1824
|
-
},
|
|
1822
|
+
}, _0 = {
|
|
1825
1823
|
rowspan: "1",
|
|
1826
1824
|
colspan: "1",
|
|
1827
1825
|
class: "border",
|
|
1828
1826
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1829
|
-
},
|
|
1827
|
+
}, M0 = ["src"], D0 = { key: 1 }, H0 = {
|
|
1830
1828
|
rowspan: "1",
|
|
1831
1829
|
colspan: "1",
|
|
1832
1830
|
class: "border",
|
|
1833
1831
|
style: { width: "45px" }
|
|
1834
|
-
},
|
|
1832
|
+
}, L0 = {
|
|
1835
1833
|
rowspan: "1",
|
|
1836
1834
|
colspan: "1",
|
|
1837
1835
|
class: "border",
|
|
1838
1836
|
style: { width: "70px" }
|
|
1839
|
-
},
|
|
1837
|
+
}, S0 = {
|
|
1840
1838
|
rowspan: "1",
|
|
1841
1839
|
colspan: "1",
|
|
1842
1840
|
class: "border",
|
|
1843
1841
|
style: { width: "85px" }
|
|
1844
1842
|
};
|
|
1845
|
-
function
|
|
1846
|
-
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
1843
|
+
function A0(i, t, e, h, c, s) {
|
|
1844
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L;
|
|
1847
1845
|
const m = r2("IdmLoading");
|
|
1848
1846
|
return u(), b("div", {
|
|
1849
1847
|
class: v(["idm-spot-forecast-report", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -1852,42 +1850,42 @@ function N0(i, t, e, h, c, s) {
|
|
|
1852
1850
|
key: 0,
|
|
1853
1851
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
1854
1852
|
}, [
|
|
1855
|
-
a("div",
|
|
1856
|
-
a("div",
|
|
1853
|
+
a("div", a3, [
|
|
1854
|
+
a("div", i3, [
|
|
1857
1855
|
a("span", {
|
|
1858
1856
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1859
1857
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
1860
|
-
(y = e.reportData) != null && y.portName ? (u(), b("span",
|
|
1858
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", l3, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", s3, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
1861
1859
|
]),
|
|
1862
|
-
(z = e.reportData) != null && z.datetime ? (u(), b("div",
|
|
1860
|
+
(z = e.reportData) != null && z.datetime ? (u(), b("div", o3, [
|
|
1863
1861
|
a("span", {
|
|
1864
1862
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1865
1863
|
}, l(e.locale === "zhHans" ? "预报时段" : "Forecast Period") + ":", 3),
|
|
1866
|
-
a("span",
|
|
1867
|
-
])) : (u(), b("div",
|
|
1864
|
+
a("span", r3, l(s.computeTzTime((x = (k = e.reportData) == null ? void 0 : k.dateRange) == null ? void 0 : x[0], c.positionGmt)) + " ~ " + l(s.computeTzTime((N = (E = e.reportData) == null ? void 0 : E.dateRange) == null ? void 0 : N[1], c.positionGmt)), 1)
|
|
1865
|
+
])) : (u(), b("div", n3, [
|
|
1868
1866
|
a("span", {
|
|
1869
1867
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1870
1868
|
}, l(e.locale === "zhHans" ? "预报天数" : "Forecast Days") + ":", 3),
|
|
1871
|
-
a("span",
|
|
1869
|
+
a("span", d3, l((B = e.reportData) == null ? void 0 : B.forecastDays) + " " + l(e.locale === "zhHans" ? "天" : "Days"), 1)
|
|
1872
1870
|
]))
|
|
1873
1871
|
]),
|
|
1874
|
-
a("div",
|
|
1875
|
-
a("div",
|
|
1872
|
+
a("div", c3, [
|
|
1873
|
+
a("div", h3, [
|
|
1876
1874
|
a("span", {
|
|
1877
1875
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1878
1876
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
1879
|
-
a("span",
|
|
1877
|
+
a("span", m3, "UTC " + l((W = e.reportData) == null ? void 0 : W.positionOffset), 1)
|
|
1880
1878
|
]),
|
|
1881
|
-
a("div",
|
|
1879
|
+
a("div", p3, [
|
|
1882
1880
|
a("span", {
|
|
1883
1881
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1884
1882
|
}, l(e.locale === "zhHans" ? "预报模式" : "Forecast Model") + ":", 3),
|
|
1885
|
-
a("span",
|
|
1883
|
+
a("span", g3, l((D = e.reportData) == null ? void 0 : D.forecastModel), 1)
|
|
1886
1884
|
])
|
|
1887
1885
|
])
|
|
1888
1886
|
], 2)) : Q("", !0),
|
|
1889
|
-
a("div",
|
|
1890
|
-
(H = e.reportData) != null && H.showWeatherChart || (A = e.reportData) != null && A.showWindChart || (O = e.reportData) != null && O.showWaveChart ? (u(), b("div",
|
|
1887
|
+
a("div", u3, [
|
|
1888
|
+
(H = e.reportData) != null && H.showWeatherChart || (A = e.reportData) != null && A.showWindChart || (O = e.reportData) != null && O.showWaveChart ? (u(), b("div", f3, [
|
|
1891
1889
|
e.loading ? (u(), b("div", {
|
|
1892
1890
|
key: 0,
|
|
1893
1891
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -1897,14 +1895,14 @@ function N0(i, t, e, h, c, s) {
|
|
|
1897
1895
|
key: 1,
|
|
1898
1896
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1899
1897
|
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)),
|
|
1900
|
-
!e.loading && ((R = e.reportData) != null && R.showWeatherChart) ? (u(), b("div",
|
|
1901
|
-
!e.loading && ((G = e.reportData) != null && G.showWeatherChart) ? (u(), b("div",
|
|
1902
|
-
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div",
|
|
1903
|
-
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div",
|
|
1904
|
-
(
|
|
1905
|
-
!e.loading && ((C = e.reportData) != null && C.showWaveChart) ? (u(), b("div",
|
|
1898
|
+
!e.loading && ((R = e.reportData) != null && R.showWeatherChart) ? (u(), b("div", b3)) : Q("", !0),
|
|
1899
|
+
!e.loading && ((G = e.reportData) != null && G.showWeatherChart) ? (u(), b("div", y3)) : Q("", !0),
|
|
1900
|
+
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div", w3)) : Q("", !0),
|
|
1901
|
+
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div", x3)) : Q("", !0),
|
|
1902
|
+
(j = e.reportData) != null && j.showWeatherChart && ((Y = e.reportData) != null && Y.showWindChart) ? (u(), b("div", v3)) : Q("", !0),
|
|
1903
|
+
!e.loading && ((C = e.reportData) != null && C.showWaveChart) ? (u(), b("div", z3)) : Q("", !0)
|
|
1906
1904
|
])) : Q("", !0),
|
|
1907
|
-
a("div",
|
|
1905
|
+
a("div", k3, [
|
|
1908
1906
|
e.loading ? e.loading ? (u(), b("div", {
|
|
1909
1907
|
key: 1,
|
|
1910
1908
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -1913,9 +1911,9 @@ function N0(i, t, e, h, c, s) {
|
|
|
1913
1911
|
], 2)) : (u(), b("div", {
|
|
1914
1912
|
key: 2,
|
|
1915
1913
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1916
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div",
|
|
1917
|
-
a("div",
|
|
1918
|
-
a("div",
|
|
1914
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", F3, [
|
|
1915
|
+
a("div", _3, [
|
|
1916
|
+
a("div", M3, l(e.locale === "zhHans" ? "小时预报" : "Hourly Forecast"), 1),
|
|
1919
1917
|
a("div", {
|
|
1920
1918
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"]),
|
|
1921
1919
|
style: { "font-size": "13px", "font-weight": "400" }
|
|
@@ -1930,21 +1928,21 @@ function N0(i, t, e, h, c, s) {
|
|
|
1930
1928
|
a("tr", {
|
|
1931
1929
|
class: v(["day", e.theme === "dark" ? "dark" : "light"])
|
|
1932
1930
|
}, [
|
|
1933
|
-
a("th",
|
|
1931
|
+
a("th", D3, [
|
|
1934
1932
|
p(l(e.locale === "zhHans" ? "时间" : "DateTime"), 1),
|
|
1935
1933
|
t[0] || (t[0] = a("br", null, null, -1)),
|
|
1936
1934
|
t[1] || (t[1] = p("(LT)", -1))
|
|
1937
1935
|
]),
|
|
1938
|
-
a("th",
|
|
1939
|
-
a("th",
|
|
1940
|
-
a("th",
|
|
1941
|
-
a("th",
|
|
1942
|
-
a("th",
|
|
1943
|
-
a("th",
|
|
1944
|
-
a("th",
|
|
1945
|
-
a("th",
|
|
1946
|
-
a("th",
|
|
1947
|
-
a("th",
|
|
1936
|
+
a("th", H3, l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
1937
|
+
a("th", L3, l(e.locale === "zhHans" ? `${e.reportData.interval}小时降水` : `Precip.${e.reportData.interval}h`), 1),
|
|
1938
|
+
a("th", S3, l(e.locale === "zhHans" ? "能见度" : "Visibility"), 1),
|
|
1939
|
+
a("th", A3, l(e.locale === "zhHans" ? "风" : "Wind"), 1),
|
|
1940
|
+
a("th", C3, l(e.locale === "zhHans" ? "风浪" : "Wind wave"), 1),
|
|
1941
|
+
a("th", N3, l(e.locale === "zhHans" ? "涌浪" : "Swell wave"), 1),
|
|
1942
|
+
a("th", B3, l(e.locale === "zhHans" ? "显浪" : "Sig.wave"), 1),
|
|
1943
|
+
a("th", T3, l(e.locale === "zhHans" ? "洋流" : "Current"), 1),
|
|
1944
|
+
a("th", I3, l(e.locale === "zhHans" ? "海面" : "Sea Level"), 1),
|
|
1945
|
+
a("th", E3, l(e.locale === "zhHans" ? "海表" : "Sea Surface"), 1)
|
|
1948
1946
|
], 2),
|
|
1949
1947
|
a("tr", {
|
|
1950
1948
|
class: v(["hour", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -1955,73 +1953,73 @@ function N0(i, t, e, h, c, s) {
|
|
|
1955
1953
|
class: "border",
|
|
1956
1954
|
style: { width: "50px" }
|
|
1957
1955
|
}, "°C", -1)),
|
|
1958
|
-
a("th",
|
|
1956
|
+
a("th", W3, [
|
|
1959
1957
|
p(l(e.locale === "zhHans" ? "累计" : "Acc"), 1),
|
|
1960
1958
|
t[2] || (t[2] = a("br", null, null, -1)),
|
|
1961
1959
|
t[3] || (t[3] = p("(mm)", -1))
|
|
1962
1960
|
]),
|
|
1963
|
-
a("th",
|
|
1961
|
+
a("th", P3, [
|
|
1964
1962
|
p(l(e.locale === "zhHans" ? "距离" : "Dist"), 1),
|
|
1965
1963
|
t[4] || (t[4] = a("br", null, null, -1)),
|
|
1966
1964
|
t[5] || (t[5] = p("(nm)", -1))
|
|
1967
1965
|
]),
|
|
1968
|
-
a("th",
|
|
1969
|
-
a("th",
|
|
1966
|
+
a("th", O3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1967
|
+
a("th", V3, [
|
|
1970
1968
|
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
1971
1969
|
t[6] || (t[6] = a("br", null, null, -1)),
|
|
1972
1970
|
t[7] || (t[7] = p("(kts)", -1))
|
|
1973
1971
|
]),
|
|
1974
|
-
a("th",
|
|
1975
|
-
a("th",
|
|
1972
|
+
a("th", R3, l(e.locale === "zhHans" ? "等级" : "BF"), 1),
|
|
1973
|
+
a("th", G3, [
|
|
1976
1974
|
p(l(e.locale === "zhHans" ? "阵风" : "Gusts"), 1),
|
|
1977
1975
|
t[8] || (t[8] = a("br", null, null, -1)),
|
|
1978
1976
|
t[9] || (t[9] = p("(kts)", -1))
|
|
1979
1977
|
]),
|
|
1980
|
-
a("th",
|
|
1981
|
-
a("th",
|
|
1978
|
+
a("th", $3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1979
|
+
a("th", j3, [
|
|
1982
1980
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1983
1981
|
t[10] || (t[10] = a("br", null, null, -1)),
|
|
1984
1982
|
t[11] || (t[11] = p("(m)", -1))
|
|
1985
1983
|
]),
|
|
1986
|
-
a("th",
|
|
1984
|
+
a("th", Y3, [
|
|
1987
1985
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
1988
1986
|
t[12] || (t[12] = a("br", null, null, -1)),
|
|
1989
1987
|
t[13] || (t[13] = p("(s)", -1))
|
|
1990
1988
|
]),
|
|
1991
|
-
a("th",
|
|
1992
|
-
a("th",
|
|
1989
|
+
a("th", U3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1990
|
+
a("th", Z3, [
|
|
1993
1991
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1994
1992
|
t[14] || (t[14] = a("br", null, null, -1)),
|
|
1995
1993
|
t[15] || (t[15] = p("(m)", -1))
|
|
1996
1994
|
]),
|
|
1997
|
-
a("th",
|
|
1995
|
+
a("th", q3, [
|
|
1998
1996
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
1999
1997
|
t[16] || (t[16] = a("br", null, null, -1)),
|
|
2000
1998
|
t[17] || (t[17] = p("(s)", -1))
|
|
2001
1999
|
]),
|
|
2002
|
-
a("th",
|
|
2003
|
-
a("th",
|
|
2000
|
+
a("th", X3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
2001
|
+
a("th", J3, [
|
|
2004
2002
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
2005
2003
|
t[18] || (t[18] = a("br", null, null, -1)),
|
|
2006
2004
|
t[19] || (t[19] = p("(m)", -1))
|
|
2007
2005
|
]),
|
|
2008
|
-
a("th",
|
|
2006
|
+
a("th", Q3, [
|
|
2009
2007
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
2010
2008
|
t[20] || (t[20] = a("br", null, null, -1)),
|
|
2011
2009
|
t[21] || (t[21] = p("(s)", -1))
|
|
2012
2010
|
]),
|
|
2013
|
-
a("th",
|
|
2014
|
-
a("th",
|
|
2011
|
+
a("th", K3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
2012
|
+
a("th", e0, [
|
|
2015
2013
|
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
2016
2014
|
t[22] || (t[22] = a("br", null, null, -1)),
|
|
2017
2015
|
t[23] || (t[23] = p("(kts)", -1))
|
|
2018
2016
|
]),
|
|
2019
|
-
a("th",
|
|
2017
|
+
a("th", t0, [
|
|
2020
2018
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
2021
2019
|
t[24] || (t[24] = a("br", null, null, -1)),
|
|
2022
2020
|
t[25] || (t[25] = p("(m)", -1))
|
|
2023
2021
|
]),
|
|
2024
|
-
a("th",
|
|
2022
|
+
a("th", a0, [
|
|
2025
2023
|
p(l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
2026
2024
|
t[26] || (t[26] = a("br", null, null, -1)),
|
|
2027
2025
|
t[27] || (t[27] = p("(°C)", -1))
|
|
@@ -2035,50 +2033,50 @@ function N0(i, t, e, h, c, s) {
|
|
|
2035
2033
|
key: Math.random() + r.localDate,
|
|
2036
2034
|
class: v(["text border-bottom", e.theme === "dark" ? "dark" : "light"])
|
|
2037
2035
|
}, [
|
|
2038
|
-
a("td",
|
|
2036
|
+
a("td", i0, [
|
|
2039
2037
|
a("div", null, l(r.localDate), 1)
|
|
2040
2038
|
]),
|
|
2041
|
-
a("td",
|
|
2039
|
+
a("td", l0, [
|
|
2042
2040
|
a("div", null, l(r.temp), 1)
|
|
2043
2041
|
]),
|
|
2044
|
-
a("td",
|
|
2045
|
-
a("td",
|
|
2046
|
-
a("td",
|
|
2042
|
+
a("td", s0, l(r.precipSum), 1),
|
|
2043
|
+
a("td", o0, l(r.visibility), 1),
|
|
2044
|
+
a("td", r0, [
|
|
2047
2045
|
p(l(r.windDir) + " ", 1),
|
|
2048
2046
|
!isNaN(r.windBearing) && r.windDir ? (u(), b("img", {
|
|
2049
2047
|
key: 0,
|
|
2050
2048
|
class: "iconfont icon",
|
|
2051
2049
|
src: `data:image/svg+xml;base64,${s.getRotatedWindArrowBase64(r.windBearing, this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)")}`,
|
|
2052
2050
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2053
|
-
}, null, 8,
|
|
2051
|
+
}, null, 8, n0)) : (u(), b("span", d0, "-"))
|
|
2054
2052
|
]),
|
|
2055
|
-
a("td",
|
|
2053
|
+
a("td", c0, l(r.windSpeed), 1),
|
|
2056
2054
|
a("td", {
|
|
2057
2055
|
rowspan: "1",
|
|
2058
2056
|
colspan: "1",
|
|
2059
2057
|
class: v(["border", r.windBF >= 4 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
2060
2058
|
style: { width: "30px" }
|
|
2061
2059
|
}, l(r.windBF), 3),
|
|
2062
|
-
a("td",
|
|
2063
|
-
a("td",
|
|
2060
|
+
a("td", h0, l(r.windGusts), 1),
|
|
2061
|
+
a("td", m0, [
|
|
2064
2062
|
p(l(r.windWaveDir) + " ", 1),
|
|
2065
2063
|
!isNaN(r.windWaveBearing) && r.windWaveDir ? (u(), b("img", {
|
|
2066
2064
|
key: 0,
|
|
2067
2065
|
class: "iconfont icon",
|
|
2068
2066
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.windWaveBearing, (this.theme === "dark", "#7cc7b3"))}`,
|
|
2069
2067
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2070
|
-
}, null, 8,
|
|
2068
|
+
}, null, 8, p0)) : (u(), b("span", g0, "-"))
|
|
2071
2069
|
]),
|
|
2072
|
-
a("td",
|
|
2073
|
-
a("td",
|
|
2074
|
-
a("td",
|
|
2070
|
+
a("td", u0, l(r.windWaveHeight), 1),
|
|
2071
|
+
a("td", f0, l(r.windWavePeriod), 1),
|
|
2072
|
+
a("td", b0, [
|
|
2075
2073
|
p(l(r.swellDir) + " ", 1),
|
|
2076
2074
|
!isNaN(r.swellBearing) && r.swellDir ? (u(), b("img", {
|
|
2077
2075
|
key: 0,
|
|
2078
2076
|
class: "iconfont icon",
|
|
2079
2077
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.swellBearing, this.theme === "dark" ? "rgb(17, 245, 211)" : "rgba(0, 230, 194, 1)")}`,
|
|
2080
2078
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2081
|
-
}, null, 8,
|
|
2079
|
+
}, null, 8, y0)) : (u(), b("span", w0, "-"))
|
|
2082
2080
|
]),
|
|
2083
2081
|
a("td", {
|
|
2084
2082
|
rowspan: "1",
|
|
@@ -2086,15 +2084,15 @@ function N0(i, t, e, h, c, s) {
|
|
|
2086
2084
|
class: v(["border", r.swellHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
2087
2085
|
style: { width: "45px" }
|
|
2088
2086
|
}, l(r.swellHeight), 3),
|
|
2089
|
-
a("td",
|
|
2090
|
-
a("td",
|
|
2087
|
+
a("td", x0, l(r.swellPeriod), 1),
|
|
2088
|
+
a("td", v0, [
|
|
2091
2089
|
p(l(r.sigWaveDir) + " ", 1),
|
|
2092
2090
|
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (u(), b("img", {
|
|
2093
2091
|
key: 0,
|
|
2094
2092
|
class: "iconfont icon",
|
|
2095
2093
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.sigWaveBearing, this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)")}`,
|
|
2096
2094
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2097
|
-
}, null, 8,
|
|
2095
|
+
}, null, 8, z0)) : (u(), b("span", k0, "-"))
|
|
2098
2096
|
]),
|
|
2099
2097
|
a("td", {
|
|
2100
2098
|
rowspan: "1",
|
|
@@ -2102,19 +2100,19 @@ function N0(i, t, e, h, c, s) {
|
|
|
2102
2100
|
class: v(["border", r.sigWaveHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
2103
2101
|
style: { width: "45px" }
|
|
2104
2102
|
}, l(r.sigWaveHeight), 3),
|
|
2105
|
-
a("td",
|
|
2106
|
-
a("td",
|
|
2103
|
+
a("td", F0, l(r.sigWavePeriod), 1),
|
|
2104
|
+
a("td", _0, [
|
|
2107
2105
|
p(l(r.currentDir) + " ", 1),
|
|
2108
2106
|
!isNaN(r.currentBearing) && r.currentDir ? (u(), b("img", {
|
|
2109
2107
|
key: 0,
|
|
2110
2108
|
class: "iconfont icon",
|
|
2111
2109
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.currentBearing, this.theme === "dark" ? "rgba(220, 115, 255, 1)" : "rgba(178, 51, 220, 1)")}`,
|
|
2112
2110
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2113
|
-
}, null, 8,
|
|
2111
|
+
}, null, 8, M0)) : (u(), b("span", D0, "-"))
|
|
2114
2112
|
]),
|
|
2115
|
-
a("td",
|
|
2116
|
-
a("td",
|
|
2117
|
-
a("td",
|
|
2113
|
+
a("td", H0, l(r.currentSpd), 1),
|
|
2114
|
+
a("td", L0, l(r.seaLevel), 1),
|
|
2115
|
+
a("td", S0, l(r.seaSurfaceTemp), 1)
|
|
2118
2116
|
], 2))), 128))
|
|
2119
2117
|
], 2)
|
|
2120
2118
|
], 2)
|
|
@@ -2123,8 +2121,8 @@ function N0(i, t, e, h, c, s) {
|
|
|
2123
2121
|
])
|
|
2124
2122
|
], 2);
|
|
2125
2123
|
}
|
|
2126
|
-
const
|
|
2127
|
-
const
|
|
2124
|
+
const C0 = /* @__PURE__ */ N1(t3, [["render", A0], ["__scopeId", "data-v-bec3da33"]]);
|
|
2125
|
+
const N0 = {
|
|
2128
2126
|
name: "IdmHistorical",
|
|
2129
2127
|
components: {
|
|
2130
2128
|
IdmLoading: C2
|
|
@@ -2248,14 +2246,14 @@ const T0 = {
|
|
|
2248
2246
|
`<svg t="1740383449285" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="10797" width="200" height="200"><path d="M133.8 579l-44.4-44.4c-18.8-18.8-18.8-49.2 0-67.8L478 78c18.8-18.8 49.2-18.8 67.8 0l388.6 388.6c18.8 18.8 18.8 49.2 0 67.8L890 578.8c-19 19-50 18.6-68.6-0.8L592 337.2V912c0 26.6-21.4 48-48 48h-64c-26.6 0-48-21.4-48-48V337.2L202.4 578.2c-18.6 19.6-49.6 20-68.6 0.8z" fill="${m}" p-id="10798"></path></svg>`
|
|
2249
2247
|
), y = new Image(64, 64);
|
|
2250
2248
|
y.src = g, y.onload = async () => {
|
|
2251
|
-
var x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
2249
|
+
var x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1, h1, m1, o, F1, B1, T1, I1, E1, W1, P1, O1, V1, R1, G1, $1, j1, Y1, U1, Z1, q1, X1, J1, d1, D1, $, s2, _1, H1, n2;
|
|
2252
2250
|
const k = (E = (x = M.tz(c, this.positionGmt)) == null ? void 0 : x.set({ hour: 0, minute: 0, second: 0, millisecond: 0 })) == null ? void 0 : E.format();
|
|
2253
2251
|
for (let c1 = 0; c1 < t * 24; c1++)
|
|
2254
2252
|
if (c1 % e === 0) {
|
|
2255
2253
|
const S1 = M(k).clone().add(c1, "h").format();
|
|
2256
2254
|
(N = this.meteogramData) == null || N.dates.push(S1);
|
|
2257
2255
|
const P = ((B = u2.pickHourly(i, S1)) == null ? void 0 : B[0]) || {};
|
|
2258
|
-
(D = this.meteogramData) == null || D.temperatures.push(this.roundPrecision((W = P == null ? void 0 : P.weather) == null ? void 0 : W.temp, 0)), (A = this.meteogramData) == null || A.visibility.push(this.roundPrecision((H = P == null ? void 0 : P.weather) == null ? void 0 : H.visibility, 1)), (G = this.meteogramData) == null || G.windspeed.push(this.roundPrecision((R = (O = P.weather) == null ? void 0 : O.wind) == null ? void 0 : R.kts, 1)), (
|
|
2256
|
+
(D = this.meteogramData) == null || D.temperatures.push(this.roundPrecision((W = P == null ? void 0 : P.weather) == null ? void 0 : W.temp, 0)), (A = this.meteogramData) == null || A.visibility.push(this.roundPrecision((H = P == null ? void 0 : P.weather) == null ? void 0 : H.visibility, 1)), (G = this.meteogramData) == null || G.windspeed.push(this.roundPrecision((R = (O = P.weather) == null ? void 0 : O.wind) == null ? void 0 : R.kts, 1)), (j = this.meteogramData) == null || j.windGusts.push(this.roundPrecision((T = (F = P == null ? void 0 : P.weather) == null ? void 0 : F.wind) == null ? void 0 : T.gusts, 1)), (Y = this.meteogramData) == null || Y.windSpeedReferMax.push(16), (L = this.meteogramData) == null || L.sigWaveHeight.push(this.roundPrecision((_ = (C = P == null ? void 0 : P.wave) == null ? void 0 : C.sig) == null ? void 0 : _.height)), (n = this.meteogramData) == null || n.windWaveHeight.push(this.roundPrecision((U = (r = P == null ? void 0 : P.wave) == null ? void 0 : r.wd) == null ? void 0 : U.height)), (Z = this.meteogramData) == null || Z.swellHeight.push(this.roundPrecision((X = (K = P == null ? void 0 : P.wave) == null ? void 0 : K.swell) == null ? void 0 : X.height)), (t1 = this.meteogramData) == null || t1.waveHeightRefer.push(1.5);
|
|
2259
2257
|
const h2 = e === 1 ? "sum1Hours" : "sum3Hours";
|
|
2260
2258
|
if ((l1 = this.meteogramData) == null || l1.precip.push(this.roundPrecision((i1 = (a1 = P == null ? void 0 : P.weather) == null ? void 0 : a1.precip) == null ? void 0 : i1[h2], 1)), (o1 = this.meteogramData) == null || o1.currentSpd.push(this.roundPrecision((s1 = P == null ? void 0 : P.current) == null ? void 0 : s1.kts, 1)), (r1 = this.meteogramData) == null || r1.sst.push(this.roundPrecision(P == null ? void 0 : P.sst, 0)), e < 24 && c1 % 12 === 0 && c1 % 24 !== 0 || e >= 24 && c1 % 24 === 0 ? (e1 = this.meteogramData) == null || e1.xDates.push((n1 = M.tz(S1, this.positionGmt)) == null ? void 0 : n1.format("MMM-DD")) : (S = this.meteogramData) == null || S.xDates.push(""), c1 % h === 0 ? (V = this.meteogramData) == null || V.hours.push(this.computeHourLT(S1)) : (f1 = this.meteogramData) == null || f1.hours.push(""), c1 % 12 === 0 ? ((b1 = P.weather) != null && b1.url ? (h1 = this.meteogramData) == null || h1.weatherIcons.push({ symbol: "image://" + ((y1 = P.weather) == null ? void 0 : y1.url), symbolSize: 30 }) : this.meteogramData.weatherIcons.push({ symbol: "image://", symbolSize: 0 }), (o = this.meteogramData) == null || o.weatherNames.push((m1 = P.weather) == null ? void 0 : m1.name)) : ((F1 = this.meteogramData) == null || F1.weatherIcons.push({ symbol: "image://", symbolSize: 0 }), (B1 = this.meteogramData) == null || B1.weatherNames.push("")), c1 % h === 0 ? (E1 = this.meteogramData) == null || E1.windDir.push((I1 = (T1 = P.weather) == null ? void 0 : T1.wind) == null ? void 0 : I1.bearing) : (W1 = this.meteogramData) == null || W1.windDir.push(void 0), c1 % h === 0) {
|
|
2261
2259
|
const A1 = document.createElement("canvas"), o2 = A1.getContext("2d");
|
|
@@ -2271,7 +2269,7 @@ const T0 = {
|
|
|
2271
2269
|
x: ((R1 = this.meteogramData) == null ? void 0 : R1.gridOffset.l) + s.start / (t * 24) * (100 - ((G1 = this.meteogramData) == null ? void 0 : G1.gridOffset.l) - (($1 = this.meteogramData) == null ? void 0 : $1.gridOffset.r)) + "%"
|
|
2272
2270
|
},
|
|
2273
2271
|
{
|
|
2274
|
-
x: ((
|
|
2272
|
+
x: ((j1 = this.meteogramData) == null ? void 0 : j1.gridOffset.l) + (s.end + 1) / (t * 24) * (100 - ((Y1 = this.meteogramData) == null ? void 0 : Y1.gridOffset.l) - ((U1 = this.meteogramData) == null ? void 0 : U1.gridOffset.r)) + "%"
|
|
2275
2273
|
}
|
|
2276
2274
|
]), s = { start: void 0, end: void 0 });
|
|
2277
2275
|
}
|
|
@@ -2281,7 +2279,7 @@ const T0 = {
|
|
|
2281
2279
|
};
|
|
2282
2280
|
},
|
|
2283
2281
|
initMeteogramEchart(i) {
|
|
2284
|
-
var W, D, H, A, O, R, G, F, T,
|
|
2282
|
+
var W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1, h1, m1, o, F1, B1, T1, I1, E1, W1, P1, O1, V1, R1, G1, $1, j1, Y1, U1, Z1, q1, X1, J1, d1, D1, $, s2, _1, H1, n2, c1, S1, P, h2, A1, o2, g2, m2, p2, f2, b2, y2, w2, w, M1, Q1, K1, e2, t2, a2, i2, q, x2, v2, z2, k2, F2, _2, M2, D2, H2, p1, l2, w1, E2, W2, P2, O2, V2, R2, G2, $2, j2, Y2, U2, Z2, q2, X2, J2, Q2, K2, e6, t6, a6, i6, l6, s6, o6, r6, n6, d6, c6, h6, m6, p6, g6, u6, f6, b6, y6, w6, x6, v6, z6, k6, F6, _6, M6, D6, H6, L6, S6;
|
|
2285
2283
|
const t = i.interval || 3;
|
|
2286
2284
|
let e = Math.max(...this.meteogramData.temperatures.filter((d) => typeof d == "number" && !isNaN(d))), h = Math.min(...this.meteogramData.temperatures.filter((d) => typeof d == "number" && !isNaN(d))), c = Math.floor(h / 5) * 5, s = Math.ceil(e / 5) * 5, m = Math.ceil((s - c) / 5);
|
|
2287
2285
|
c = Math.floor((c - 2 * m) / 5) * 5, s = Math.ceil((s + 1) / 5) * 5, m = Math.ceil((s - c) / 5);
|
|
@@ -2388,7 +2386,7 @@ const T0 = {
|
|
|
2388
2386
|
},
|
|
2389
2387
|
{
|
|
2390
2388
|
left: (F = (G = this.meteogramData) == null ? void 0 : G.singleAxisOffset) == null ? void 0 : F.l,
|
|
2391
|
-
right: (
|
|
2389
|
+
right: (j = (T = this.meteogramData) == null ? void 0 : T.singleAxisOffset) == null ? void 0 : j.r,
|
|
2392
2390
|
type: "category",
|
|
2393
2391
|
show: !1,
|
|
2394
2392
|
axisLine: {
|
|
@@ -2408,7 +2406,7 @@ const T0 = {
|
|
|
2408
2406
|
// 隐藏分割线
|
|
2409
2407
|
},
|
|
2410
2408
|
boundaryGap: !1,
|
|
2411
|
-
data: (
|
|
2409
|
+
data: (Y = this.meteogramData) == null ? void 0 : Y.dates,
|
|
2412
2410
|
top: "27%",
|
|
2413
2411
|
height: "2%"
|
|
2414
2412
|
},
|
|
@@ -2821,7 +2819,7 @@ const T0 = {
|
|
|
2821
2819
|
singleAxisIndex: 3,
|
|
2822
2820
|
coordinateSystem: "singleAxis",
|
|
2823
2821
|
type: "scatter",
|
|
2824
|
-
data: (
|
|
2822
|
+
data: (j1 = this.meteogramData) == null ? void 0 : j1.xDates,
|
|
2825
2823
|
label: {
|
|
2826
2824
|
show: !0,
|
|
2827
2825
|
fontSize: 13,
|
|
@@ -2856,7 +2854,7 @@ const T0 = {
|
|
|
2856
2854
|
top: "50%",
|
|
2857
2855
|
height: "50%",
|
|
2858
2856
|
type: "category",
|
|
2859
|
-
data: (
|
|
2857
|
+
data: (Y1 = this.meteogramData) == null ? void 0 : Y1.dates,
|
|
2860
2858
|
show: !1
|
|
2861
2859
|
},
|
|
2862
2860
|
singleAxis: [
|
|
@@ -3618,12 +3616,12 @@ const T0 = {
|
|
|
3618
3616
|
// 隐藏分割线
|
|
3619
3617
|
},
|
|
3620
3618
|
boundaryGap: !1,
|
|
3621
|
-
data: (
|
|
3619
|
+
data: (j2 = this.meteogramData) == null ? void 0 : j2.dates,
|
|
3622
3620
|
top: "27%",
|
|
3623
3621
|
height: "2%"
|
|
3624
3622
|
},
|
|
3625
3623
|
{
|
|
3626
|
-
left: (U2 = (
|
|
3624
|
+
left: (U2 = (Y2 = this.meteogramData) == null ? void 0 : Y2.singleAxisOffset) == null ? void 0 : U2.l,
|
|
3627
3625
|
right: (q2 = (Z2 = this.meteogramData) == null ? void 0 : Z2.singleAxisOffset) == null ? void 0 : q2.r,
|
|
3628
3626
|
type: "category",
|
|
3629
3627
|
show: !1,
|
|
@@ -4038,7 +4036,7 @@ const T0 = {
|
|
|
4038
4036
|
document.getElementById("tempEchart") && J.dispose(document.getElementById("tempEchart")), document.getElementById("windIconsEchart") && J.dispose(document.getElementById("windIconsEchart")), document.getElementById("precipEchart") && J.dispose(document.getElementById("precipEchart")), document.getElementById("windEchart") && J.dispose(document.getElementById("windEchart")), document.getElementById("waveEchart") && J.dispose(document.getElementById("waveEchart")), document.getElementById("currentEchart") && J.dispose(document.getElementById("currentEchart")), document.getElementById("sstEchart") && J.dispose(document.getElementById("sstEchart"));
|
|
4039
4037
|
},
|
|
4040
4038
|
initHourlyTableData(i) {
|
|
4041
|
-
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
4039
|
+
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1;
|
|
4042
4040
|
this.hourlyTableData = [];
|
|
4043
4041
|
const t = i.forecastDays || 7, e = i.interval || 3, h = (i == null ? void 0 : i.datetime) || ((s = this.reportData) == null ? void 0 : s.etime), c = (g = (m = M.tz(h, this.positionGmt)) == null ? void 0 : m.set({ hour: 0, minute: 0, second: 0, millisecond: 0 })) == null ? void 0 : g.format();
|
|
4044
4042
|
for (let h1 = 0; h1 < t * 24; h1++)
|
|
@@ -4057,7 +4055,7 @@ const T0 = {
|
|
|
4057
4055
|
windBF: ((O = (A = o == null ? void 0 : o.weather) == null ? void 0 : A.wind) == null ? void 0 : O.scale) ?? "-",
|
|
4058
4056
|
windGusts: this.roundPrecision((G = (R = o == null ? void 0 : o.weather) == null ? void 0 : R.wind) == null ? void 0 : G.gusts, 1) ?? "-",
|
|
4059
4057
|
windWaveHeight: this.roundPrecision((T = (F = o == null ? void 0 : o.wave) == null ? void 0 : F.wd) == null ? void 0 : T.height, 1) ?? "-",
|
|
4060
|
-
windWavePeriod: this.roundPrecision((
|
|
4058
|
+
windWavePeriod: this.roundPrecision((Y = (j = o == null ? void 0 : o.wave) == null ? void 0 : j.wd) == null ? void 0 : Y.period, 1) ?? "-",
|
|
4061
4059
|
windWaveDir: (_ = (C = o == null ? void 0 : o.wave) == null ? void 0 : C.wd) == null ? void 0 : _.direction,
|
|
4062
4060
|
windWaveBearing: (r = (L = o == null ? void 0 : o.wave) == null ? void 0 : L.wd) == null ? void 0 : r.bearing,
|
|
4063
4061
|
swellHeight: this.roundPrecision((n = (U = o.wave) == null ? void 0 : U.swell) == null ? void 0 : n.height, 1) ?? "-",
|
|
@@ -4104,315 +4102,315 @@ const T0 = {
|
|
|
4104
4102
|
}
|
|
4105
4103
|
}
|
|
4106
4104
|
}
|
|
4107
|
-
},
|
|
4105
|
+
}, B0 = { class: "idm-spot-historical-report" }, T0 = { class: "row" }, I0 = {
|
|
4108
4106
|
class: "col",
|
|
4109
4107
|
style: { width: "54%" }
|
|
4110
|
-
},
|
|
4108
|
+
}, E0 = {
|
|
4111
4109
|
key: 0,
|
|
4112
4110
|
style: { "margin-left": "8px" }
|
|
4113
|
-
},
|
|
4111
|
+
}, W0 = {
|
|
4114
4112
|
key: 1,
|
|
4115
4113
|
style: { "margin-left": "8px" }
|
|
4116
|
-
},
|
|
4114
|
+
}, P0 = {
|
|
4117
4115
|
class: "col",
|
|
4118
4116
|
style: { width: "42%" }
|
|
4119
|
-
},
|
|
4117
|
+
}, O0 = { style: { "margin-left": "8px" } }, V0 = { class: "row" }, R0 = {
|
|
4120
4118
|
class: "col",
|
|
4121
4119
|
style: { width: "54%" }
|
|
4122
|
-
},
|
|
4120
|
+
}, G0 = { style: { "margin-left": "8px" } }, $0 = { class: "content-box" }, j0 = {
|
|
4123
4121
|
key: 0,
|
|
4124
4122
|
class: "meteogram-echart-section"
|
|
4125
|
-
},
|
|
4123
|
+
}, Y0 = {
|
|
4126
4124
|
key: 2,
|
|
4127
4125
|
id: "tempEchart"
|
|
4128
|
-
},
|
|
4126
|
+
}, U0 = {
|
|
4129
4127
|
key: 3,
|
|
4130
4128
|
id: "precipEchart"
|
|
4131
|
-
},
|
|
4129
|
+
}, Z0 = {
|
|
4132
4130
|
key: 4,
|
|
4133
4131
|
id: "windIconsEchart"
|
|
4134
|
-
},
|
|
4132
|
+
}, q0 = {
|
|
4135
4133
|
key: 5,
|
|
4136
4134
|
id: "windEchart"
|
|
4137
|
-
},
|
|
4135
|
+
}, X0 = {
|
|
4138
4136
|
key: 6,
|
|
4139
4137
|
id: "waveEchart"
|
|
4140
|
-
},
|
|
4138
|
+
}, J0 = {
|
|
4141
4139
|
key: 7,
|
|
4142
4140
|
id: "currentEchart"
|
|
4143
|
-
},
|
|
4141
|
+
}, Q0 = {
|
|
4144
4142
|
key: 8,
|
|
4145
4143
|
id: "sstEchart"
|
|
4146
|
-
},
|
|
4144
|
+
}, K0 = { class: "hourly-table-section" }, ee = {
|
|
4147
4145
|
key: 0,
|
|
4148
4146
|
class: "card"
|
|
4149
|
-
},
|
|
4147
|
+
}, te = { class: "date" }, ae = {
|
|
4150
4148
|
class: "",
|
|
4151
4149
|
style: { "font-size": "16px", "font-weight": "500" }
|
|
4152
|
-
},
|
|
4150
|
+
}, ie = {
|
|
4153
4151
|
rowspan: "2",
|
|
4154
4152
|
colspan: "1",
|
|
4155
4153
|
class: "border",
|
|
4156
4154
|
style: { width: "90px" }
|
|
4157
|
-
},
|
|
4155
|
+
}, le = {
|
|
4158
4156
|
rowspan: "1",
|
|
4159
4157
|
colspan: "1",
|
|
4160
4158
|
class: "border"
|
|
4161
|
-
},
|
|
4159
|
+
}, se = {
|
|
4162
4160
|
rowspan: "1",
|
|
4163
4161
|
colspan: "1",
|
|
4164
4162
|
class: "border"
|
|
4165
|
-
},
|
|
4163
|
+
}, oe = {
|
|
4166
4164
|
rowspan: "1",
|
|
4167
4165
|
colspan: "1",
|
|
4168
4166
|
class: "border"
|
|
4169
|
-
},
|
|
4167
|
+
}, re = {
|
|
4170
4168
|
rowspan: "1",
|
|
4171
4169
|
colspan: "4",
|
|
4172
4170
|
class: "border"
|
|
4173
|
-
},
|
|
4171
|
+
}, ne = {
|
|
4174
4172
|
rowspan: "1",
|
|
4175
4173
|
colspan: "3",
|
|
4176
4174
|
class: "border"
|
|
4177
|
-
},
|
|
4175
|
+
}, de = {
|
|
4178
4176
|
rowspan: "1",
|
|
4179
4177
|
colspan: "3",
|
|
4180
4178
|
class: "border"
|
|
4181
|
-
},
|
|
4179
|
+
}, ce = {
|
|
4182
4180
|
rowspan: "1",
|
|
4183
4181
|
colspan: "3",
|
|
4184
4182
|
class: "border"
|
|
4185
|
-
},
|
|
4183
|
+
}, he = {
|
|
4186
4184
|
rowspan: "1",
|
|
4187
4185
|
colspan: "2",
|
|
4188
4186
|
class: "border"
|
|
4189
|
-
},
|
|
4187
|
+
}, me = {
|
|
4190
4188
|
rowspan: "1",
|
|
4191
4189
|
colspan: "1",
|
|
4192
4190
|
class: "border"
|
|
4193
|
-
},
|
|
4191
|
+
}, pe = {
|
|
4194
4192
|
rowspan: "1",
|
|
4195
4193
|
colspan: "1",
|
|
4196
4194
|
class: "border"
|
|
4197
|
-
},
|
|
4195
|
+
}, ge = {
|
|
4198
4196
|
rowspan: "1",
|
|
4199
4197
|
colspan: "1",
|
|
4200
4198
|
class: "border",
|
|
4201
4199
|
style: { width: "80px" }
|
|
4202
|
-
},
|
|
4200
|
+
}, ue = {
|
|
4203
4201
|
rowspan: "1",
|
|
4204
4202
|
colspan: "1",
|
|
4205
4203
|
class: "border",
|
|
4206
4204
|
style: { width: "70px" }
|
|
4207
|
-
},
|
|
4205
|
+
}, fe = {
|
|
4208
4206
|
rowspan: "1",
|
|
4209
4207
|
colspan: "1",
|
|
4210
4208
|
class: "border",
|
|
4211
4209
|
style: { width: "50px" }
|
|
4212
|
-
},
|
|
4210
|
+
}, be = {
|
|
4213
4211
|
rowspan: "1",
|
|
4214
4212
|
colspan: "1",
|
|
4215
4213
|
class: "border",
|
|
4216
4214
|
style: { width: "45px" }
|
|
4217
|
-
},
|
|
4215
|
+
}, ye = {
|
|
4218
4216
|
rowspan: "1",
|
|
4219
4217
|
colspan: "1",
|
|
4220
4218
|
class: "border",
|
|
4221
4219
|
style: { width: "30px" }
|
|
4222
|
-
},
|
|
4220
|
+
}, we = {
|
|
4223
4221
|
rowspan: "1",
|
|
4224
4222
|
colspan: "1",
|
|
4225
4223
|
class: "border",
|
|
4226
4224
|
style: { width: "60px" }
|
|
4227
|
-
},
|
|
4225
|
+
}, xe = {
|
|
4228
4226
|
rowspan: "1",
|
|
4229
4227
|
colspan: "1",
|
|
4230
4228
|
class: "border",
|
|
4231
4229
|
style: { width: "50px" }
|
|
4232
|
-
},
|
|
4230
|
+
}, ve = {
|
|
4233
4231
|
rowspan: "1",
|
|
4234
4232
|
colspan: "1",
|
|
4235
4233
|
class: "border",
|
|
4236
4234
|
style: { width: "45px" }
|
|
4237
|
-
},
|
|
4235
|
+
}, ze = {
|
|
4238
4236
|
rowspan: "1",
|
|
4239
4237
|
colspan: "1",
|
|
4240
4238
|
class: "border",
|
|
4241
4239
|
style: { width: "45px" }
|
|
4242
|
-
},
|
|
4240
|
+
}, ke = {
|
|
4243
4241
|
rowspan: "1",
|
|
4244
4242
|
colspan: "1",
|
|
4245
4243
|
class: "border",
|
|
4246
4244
|
style: { width: "50px" }
|
|
4247
|
-
},
|
|
4245
|
+
}, Fe = {
|
|
4248
4246
|
rowspan: "1",
|
|
4249
4247
|
colspan: "1",
|
|
4250
4248
|
class: "border",
|
|
4251
4249
|
style: { width: "45px" }
|
|
4252
|
-
},
|
|
4250
|
+
}, _e = {
|
|
4253
4251
|
rowspan: "1",
|
|
4254
4252
|
colspan: "1",
|
|
4255
4253
|
class: "border",
|
|
4256
4254
|
style: { width: "45px" }
|
|
4257
|
-
},
|
|
4255
|
+
}, Me = {
|
|
4258
4256
|
rowspan: "1",
|
|
4259
4257
|
colspan: "1",
|
|
4260
4258
|
class: "border",
|
|
4261
4259
|
style: { width: "50px" }
|
|
4262
|
-
},
|
|
4260
|
+
}, De = {
|
|
4263
4261
|
rowspan: "1",
|
|
4264
4262
|
colspan: "1",
|
|
4265
4263
|
class: "border",
|
|
4266
4264
|
style: { width: "45px" }
|
|
4267
|
-
},
|
|
4265
|
+
}, He = {
|
|
4268
4266
|
rowspan: "1",
|
|
4269
4267
|
colspan: "1",
|
|
4270
4268
|
class: "border",
|
|
4271
4269
|
style: { width: "45px" }
|
|
4272
|
-
},
|
|
4270
|
+
}, Le = {
|
|
4273
4271
|
rowspan: "1",
|
|
4274
4272
|
colspan: "1",
|
|
4275
4273
|
class: "border",
|
|
4276
4274
|
style: { width: "50px" }
|
|
4277
|
-
},
|
|
4275
|
+
}, Se = {
|
|
4278
4276
|
rowspan: "1",
|
|
4279
4277
|
colspan: "1",
|
|
4280
4278
|
class: "border",
|
|
4281
4279
|
style: { width: "45px" }
|
|
4282
|
-
},
|
|
4280
|
+
}, Ae = {
|
|
4283
4281
|
rowspan: "1",
|
|
4284
4282
|
colspan: "1",
|
|
4285
4283
|
class: "border",
|
|
4286
4284
|
style: { width: "70px" }
|
|
4287
|
-
},
|
|
4285
|
+
}, Ce = {
|
|
4288
4286
|
rowspan: "1",
|
|
4289
4287
|
colspan: "1",
|
|
4290
4288
|
class: "border",
|
|
4291
4289
|
style: { width: "85px" }
|
|
4292
|
-
},
|
|
4290
|
+
}, Ne = {
|
|
4293
4291
|
rowspan: "1",
|
|
4294
4292
|
colspan: "1",
|
|
4295
4293
|
class: "border",
|
|
4296
4294
|
style: { width: "90px" }
|
|
4297
|
-
},
|
|
4295
|
+
}, Be = {
|
|
4298
4296
|
rowspan: "1",
|
|
4299
4297
|
colspan: "1",
|
|
4300
4298
|
class: "border",
|
|
4301
4299
|
style: { width: "50px" }
|
|
4302
|
-
},
|
|
4300
|
+
}, Te = {
|
|
4303
4301
|
rowspan: "1",
|
|
4304
4302
|
colspan: "1",
|
|
4305
4303
|
class: "border",
|
|
4306
4304
|
style: { width: "80px" }
|
|
4307
|
-
},
|
|
4305
|
+
}, Ie = {
|
|
4308
4306
|
rowspan: "1",
|
|
4309
4307
|
colspan: "1",
|
|
4310
4308
|
class: "border",
|
|
4311
4309
|
style: { width: "70px" }
|
|
4312
|
-
},
|
|
4310
|
+
}, Ee = {
|
|
4313
4311
|
rowspan: "1",
|
|
4314
4312
|
colspan: "1",
|
|
4315
4313
|
class: "border",
|
|
4316
4314
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4317
|
-
},
|
|
4315
|
+
}, We = ["src"], Pe = { key: 1 }, Oe = {
|
|
4318
4316
|
rowspan: "1",
|
|
4319
4317
|
colspan: "1",
|
|
4320
4318
|
class: "border",
|
|
4321
4319
|
style: { width: "45px" }
|
|
4322
|
-
},
|
|
4320
|
+
}, Ve = {
|
|
4323
4321
|
rowspan: "1",
|
|
4324
4322
|
colspan: "1",
|
|
4325
4323
|
class: "border",
|
|
4326
4324
|
style: { width: "60px" }
|
|
4327
|
-
},
|
|
4325
|
+
}, Re = {
|
|
4328
4326
|
rowspan: "1",
|
|
4329
4327
|
colspan: "1",
|
|
4330
4328
|
class: "border",
|
|
4331
4329
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4332
|
-
},
|
|
4330
|
+
}, Ge = ["src"], $e = { key: 1 }, je = {
|
|
4333
4331
|
rowspan: "1",
|
|
4334
4332
|
colspan: "1",
|
|
4335
4333
|
class: "border",
|
|
4336
4334
|
style: { width: "45px" }
|
|
4337
|
-
},
|
|
4335
|
+
}, Ye = {
|
|
4338
4336
|
rowspan: "1",
|
|
4339
4337
|
colspan: "1",
|
|
4340
4338
|
class: "border",
|
|
4341
4339
|
style: { width: "45px" }
|
|
4342
|
-
},
|
|
4340
|
+
}, Ue = {
|
|
4343
4341
|
rowspan: "1",
|
|
4344
4342
|
colspan: "1",
|
|
4345
4343
|
class: "border",
|
|
4346
4344
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4347
|
-
},
|
|
4345
|
+
}, Ze = ["src"], qe = { key: 1 }, Xe = {
|
|
4348
4346
|
rowspan: "1",
|
|
4349
4347
|
colspan: "1",
|
|
4350
4348
|
class: "border",
|
|
4351
4349
|
style: { width: "45px" }
|
|
4352
|
-
},
|
|
4350
|
+
}, Je = {
|
|
4353
4351
|
rowspan: "1",
|
|
4354
4352
|
colspan: "1",
|
|
4355
4353
|
class: "border",
|
|
4356
4354
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4357
|
-
},
|
|
4355
|
+
}, Qe = ["src"], Ke = { key: 1 }, e4 = {
|
|
4358
4356
|
rowspan: "1",
|
|
4359
4357
|
colspan: "1",
|
|
4360
4358
|
class: "border",
|
|
4361
4359
|
style: { width: "45px" }
|
|
4362
|
-
},
|
|
4360
|
+
}, t4 = {
|
|
4363
4361
|
rowspan: "1",
|
|
4364
4362
|
colspan: "1",
|
|
4365
4363
|
class: "border",
|
|
4366
4364
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4367
|
-
},
|
|
4365
|
+
}, a4 = ["src"], i4 = { key: 1 }, l4 = {
|
|
4368
4366
|
rowspan: "1",
|
|
4369
4367
|
colspan: "1",
|
|
4370
4368
|
class: "border",
|
|
4371
4369
|
style: { width: "45px" }
|
|
4372
|
-
},
|
|
4370
|
+
}, s4 = {
|
|
4373
4371
|
rowspan: "1",
|
|
4374
4372
|
colspan: "1",
|
|
4375
4373
|
class: "border",
|
|
4376
4374
|
style: { width: "70px" }
|
|
4377
|
-
},
|
|
4375
|
+
}, o4 = {
|
|
4378
4376
|
rowspan: "1",
|
|
4379
4377
|
colspan: "1",
|
|
4380
4378
|
class: "border",
|
|
4381
4379
|
style: { width: "85px" }
|
|
4382
4380
|
};
|
|
4383
|
-
function
|
|
4384
|
-
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
4381
|
+
function r4(i, t, e, h, c, s) {
|
|
4382
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L;
|
|
4385
4383
|
const m = r2("IdmLoading");
|
|
4386
|
-
return u(), b("div",
|
|
4384
|
+
return u(), b("div", B0, [
|
|
4387
4385
|
(g = e.reportData) != null && g.showSummary ? (u(), b("div", {
|
|
4388
4386
|
key: 0,
|
|
4389
4387
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
4390
4388
|
}, [
|
|
4391
|
-
a("div",
|
|
4392
|
-
a("div",
|
|
4389
|
+
a("div", T0, [
|
|
4390
|
+
a("div", I0, [
|
|
4393
4391
|
a("span", {
|
|
4394
4392
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4395
4393
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
4396
|
-
(y = e.reportData) != null && y.portName ? (u(), b("span",
|
|
4394
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", E0, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", W0, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
4397
4395
|
]),
|
|
4398
|
-
a("div",
|
|
4396
|
+
a("div", P0, [
|
|
4399
4397
|
a("span", {
|
|
4400
4398
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4401
4399
|
}, l(e.locale === "zhHans" ? "历史时段" : "History Period") + ":", 3),
|
|
4402
|
-
a("span",
|
|
4400
|
+
a("span", O0, l(s.computeTzTime((k = (z = e.reportData) == null ? void 0 : z.dateRange) == null ? void 0 : k[0], c.positionGmt)) + " ~ " + l(s.computeTzTime((E = (x = e.reportData) == null ? void 0 : x.dateRange) == null ? void 0 : E[1], c.positionGmt)), 1)
|
|
4403
4401
|
])
|
|
4404
4402
|
]),
|
|
4405
|
-
a("div",
|
|
4406
|
-
a("div",
|
|
4403
|
+
a("div", V0, [
|
|
4404
|
+
a("div", R0, [
|
|
4407
4405
|
a("span", {
|
|
4408
4406
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4409
4407
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
4410
|
-
a("span",
|
|
4408
|
+
a("span", G0, "UTC " + l((N = e.reportData) == null ? void 0 : N.positionOffset), 1)
|
|
4411
4409
|
])
|
|
4412
4410
|
])
|
|
4413
4411
|
], 2)) : Q("", !0),
|
|
4414
|
-
a("div",
|
|
4415
|
-
(B = e.reportData) != null && B.showTempChart || (W = e.reportData) != null && W.showPrecipChart || (D = e.reportData) != null && D.showWindChart || (H = e.reportData) != null && H.showWaveChart || (A = e.reportData) != null && A.showCurrentChart || (O = e.reportData) != null && O.showSstChart ? (u(), b("div",
|
|
4412
|
+
a("div", $0, [
|
|
4413
|
+
(B = e.reportData) != null && B.showTempChart || (W = e.reportData) != null && W.showPrecipChart || (D = e.reportData) != null && D.showWindChart || (H = e.reportData) != null && H.showWaveChart || (A = e.reportData) != null && A.showCurrentChart || (O = e.reportData) != null && O.showSstChart ? (u(), b("div", j0, [
|
|
4416
4414
|
e.loading ? (u(), b("div", {
|
|
4417
4415
|
key: 0,
|
|
4418
4416
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -4422,15 +4420,15 @@ function d4(i, t, e, h, c, s) {
|
|
|
4422
4420
|
key: 1,
|
|
4423
4421
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4424
4422
|
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)),
|
|
4425
|
-
!e.loading && ((R = e.reportData) != null && R.showTempChart) ? (u(), b("div",
|
|
4426
|
-
!e.loading && ((G = e.reportData) != null && G.showPrecipChart) ? (u(), b("div",
|
|
4427
|
-
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div",
|
|
4428
|
-
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div",
|
|
4429
|
-
!e.loading && ((
|
|
4430
|
-
!e.loading && ((
|
|
4431
|
-
!e.loading && ((C = e.reportData) != null && C.showSstChart) ? (u(), b("div",
|
|
4423
|
+
!e.loading && ((R = e.reportData) != null && R.showTempChart) ? (u(), b("div", Y0)) : Q("", !0),
|
|
4424
|
+
!e.loading && ((G = e.reportData) != null && G.showPrecipChart) ? (u(), b("div", U0)) : Q("", !0),
|
|
4425
|
+
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div", Z0)) : Q("", !0),
|
|
4426
|
+
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div", q0)) : Q("", !0),
|
|
4427
|
+
!e.loading && ((j = e.reportData) != null && j.showWaveChart) ? (u(), b("div", X0)) : Q("", !0),
|
|
4428
|
+
!e.loading && ((Y = e.reportData) != null && Y.showCurrentChart) ? (u(), b("div", J0)) : Q("", !0),
|
|
4429
|
+
!e.loading && ((C = e.reportData) != null && C.showSstChart) ? (u(), b("div", Q0)) : Q("", !0)
|
|
4432
4430
|
])) : Q("", !0),
|
|
4433
|
-
a("div",
|
|
4431
|
+
a("div", K0, [
|
|
4434
4432
|
e.loading ? e.loading ? (u(), b("div", {
|
|
4435
4433
|
key: 1,
|
|
4436
4434
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -4439,9 +4437,9 @@ function d4(i, t, e, h, c, s) {
|
|
|
4439
4437
|
], 2)) : (u(), b("div", {
|
|
4440
4438
|
key: 2,
|
|
4441
4439
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4442
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div",
|
|
4443
|
-
a("div",
|
|
4444
|
-
a("div",
|
|
4440
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", ee, [
|
|
4441
|
+
a("div", te, [
|
|
4442
|
+
a("div", ae, l(e.locale === "zhHans" ? "小时预报" : "Hourly Forecast"), 1),
|
|
4445
4443
|
a("div", {
|
|
4446
4444
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"]),
|
|
4447
4445
|
style: { "font-size": "14px", "font-weight": "300" }
|
|
@@ -4456,17 +4454,17 @@ function d4(i, t, e, h, c, s) {
|
|
|
4456
4454
|
a("tr", {
|
|
4457
4455
|
class: v(["day tr-title", e.theme === "dark" ? "dark" : "light"])
|
|
4458
4456
|
}, [
|
|
4459
|
-
a("th",
|
|
4460
|
-
a("th",
|
|
4461
|
-
a("th",
|
|
4462
|
-
a("th",
|
|
4463
|
-
a("th",
|
|
4464
|
-
a("th",
|
|
4465
|
-
a("th",
|
|
4466
|
-
a("th",
|
|
4467
|
-
a("th",
|
|
4468
|
-
a("th",
|
|
4469
|
-
a("th",
|
|
4457
|
+
a("th", ie, l(e.locale === "zhHans" ? "时间(LT)" : "DateTime (LT)"), 1),
|
|
4458
|
+
a("th", le, l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
4459
|
+
a("th", se, l(e.locale === "zhHans" ? "3小时降水" : "Precip.3h"), 1),
|
|
4460
|
+
a("th", oe, l(e.locale === "zhHans" ? "能见度" : "Visibility"), 1),
|
|
4461
|
+
a("th", re, l(e.locale === "zhHans" ? "风" : "Wind"), 1),
|
|
4462
|
+
a("th", ne, l(e.locale === "zhHans" ? "风浪" : "Wind wave"), 1),
|
|
4463
|
+
a("th", de, l(e.locale === "zhHans" ? "涌浪" : "Swell wave"), 1),
|
|
4464
|
+
a("th", ce, l(e.locale === "zhHans" ? "显浪" : "Sig.wave"), 1),
|
|
4465
|
+
a("th", he, l(e.locale === "zhHans" ? "洋流" : "Current"), 1),
|
|
4466
|
+
a("th", me, l(e.locale === "zhHans" ? "海面" : "Sea Level"), 1),
|
|
4467
|
+
a("th", pe, l(e.locale === "zhHans" ? "海表" : "Sea Surface"), 1)
|
|
4470
4468
|
], 2),
|
|
4471
4469
|
a("tr", {
|
|
4472
4470
|
class: v(["hour tr-title", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -4477,73 +4475,73 @@ function d4(i, t, e, h, c, s) {
|
|
|
4477
4475
|
class: "border",
|
|
4478
4476
|
style: { width: "50px" }
|
|
4479
4477
|
}, "°C", -1)),
|
|
4480
|
-
a("th",
|
|
4478
|
+
a("th", ge, [
|
|
4481
4479
|
p(l(e.locale === "zhHans" ? "累计" : "Acc"), 1),
|
|
4482
4480
|
t[0] || (t[0] = a("br", null, null, -1)),
|
|
4483
4481
|
t[1] || (t[1] = p("(mm)", -1))
|
|
4484
4482
|
]),
|
|
4485
|
-
a("th",
|
|
4483
|
+
a("th", ue, [
|
|
4486
4484
|
p(l(e.locale === "zhHans" ? "距离" : "Dist"), 1),
|
|
4487
4485
|
t[2] || (t[2] = a("br", null, null, -1)),
|
|
4488
4486
|
t[3] || (t[3] = p("(nm)", -1))
|
|
4489
4487
|
]),
|
|
4490
|
-
a("th",
|
|
4491
|
-
a("th",
|
|
4488
|
+
a("th", fe, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4489
|
+
a("th", be, [
|
|
4492
4490
|
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
4493
4491
|
t[4] || (t[4] = a("br", null, null, -1)),
|
|
4494
4492
|
t[5] || (t[5] = p("(kts)", -1))
|
|
4495
4493
|
]),
|
|
4496
|
-
a("th",
|
|
4497
|
-
a("th",
|
|
4494
|
+
a("th", ye, l(e.locale === "zhHans" ? "等级" : "BF"), 1),
|
|
4495
|
+
a("th", we, [
|
|
4498
4496
|
p(l(e.locale === "zhHans" ? "阵风" : "Gusts"), 1),
|
|
4499
4497
|
t[6] || (t[6] = a("br", null, null, -1)),
|
|
4500
4498
|
t[7] || (t[7] = p("(kts)", -1))
|
|
4501
4499
|
]),
|
|
4502
|
-
a("th",
|
|
4503
|
-
a("th",
|
|
4500
|
+
a("th", xe, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4501
|
+
a("th", ve, [
|
|
4504
4502
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4505
4503
|
t[8] || (t[8] = a("br", null, null, -1)),
|
|
4506
4504
|
t[9] || (t[9] = p("(m)", -1))
|
|
4507
4505
|
]),
|
|
4508
|
-
a("th",
|
|
4506
|
+
a("th", ze, [
|
|
4509
4507
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4510
4508
|
t[10] || (t[10] = a("br", null, null, -1)),
|
|
4511
4509
|
t[11] || (t[11] = p("(s)", -1))
|
|
4512
4510
|
]),
|
|
4513
|
-
a("th",
|
|
4514
|
-
a("th",
|
|
4511
|
+
a("th", ke, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4512
|
+
a("th", Fe, [
|
|
4515
4513
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4516
4514
|
t[12] || (t[12] = a("br", null, null, -1)),
|
|
4517
4515
|
t[13] || (t[13] = p("(m)", -1))
|
|
4518
4516
|
]),
|
|
4519
|
-
a("th",
|
|
4517
|
+
a("th", _e, [
|
|
4520
4518
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4521
4519
|
t[14] || (t[14] = a("br", null, null, -1)),
|
|
4522
4520
|
t[15] || (t[15] = p("(s)", -1))
|
|
4523
4521
|
]),
|
|
4524
|
-
a("th",
|
|
4525
|
-
a("th",
|
|
4522
|
+
a("th", Me, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4523
|
+
a("th", De, [
|
|
4526
4524
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4527
4525
|
t[16] || (t[16] = a("br", null, null, -1)),
|
|
4528
4526
|
t[17] || (t[17] = p("(m)", -1))
|
|
4529
4527
|
]),
|
|
4530
|
-
a("th",
|
|
4528
|
+
a("th", He, [
|
|
4531
4529
|
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4532
4530
|
t[18] || (t[18] = a("br", null, null, -1)),
|
|
4533
4531
|
t[19] || (t[19] = p("(s)", -1))
|
|
4534
4532
|
]),
|
|
4535
|
-
a("th",
|
|
4536
|
-
a("th",
|
|
4533
|
+
a("th", Le, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4534
|
+
a("th", Se, [
|
|
4537
4535
|
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
4538
4536
|
t[20] || (t[20] = a("br", null, null, -1)),
|
|
4539
4537
|
t[21] || (t[21] = p("(kts)", -1))
|
|
4540
4538
|
]),
|
|
4541
|
-
a("th",
|
|
4539
|
+
a("th", Ae, [
|
|
4542
4540
|
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4543
4541
|
t[22] || (t[22] = a("br", null, null, -1)),
|
|
4544
4542
|
t[23] || (t[23] = p("(m)", -1))
|
|
4545
4543
|
]),
|
|
4546
|
-
a("th",
|
|
4544
|
+
a("th", Ce, [
|
|
4547
4545
|
p(l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
4548
4546
|
t[24] || (t[24] = a("br", null, null, -1)),
|
|
4549
4547
|
t[25] || (t[25] = p("(°C)", -1))
|
|
@@ -4557,50 +4555,50 @@ function d4(i, t, e, h, c, s) {
|
|
|
4557
4555
|
key: Math.random() + r.localDate,
|
|
4558
4556
|
class: v(["text border-bottom", e.theme === "dark" ? "dark" : "light"])
|
|
4559
4557
|
}, [
|
|
4560
|
-
a("td",
|
|
4558
|
+
a("td", Ne, [
|
|
4561
4559
|
a("div", null, l(r.localDate), 1)
|
|
4562
4560
|
]),
|
|
4563
|
-
a("td",
|
|
4561
|
+
a("td", Be, [
|
|
4564
4562
|
a("div", null, l(r.temp), 1)
|
|
4565
4563
|
]),
|
|
4566
|
-
a("td",
|
|
4567
|
-
a("td",
|
|
4568
|
-
a("td",
|
|
4564
|
+
a("td", Te, l(r.precipSum), 1),
|
|
4565
|
+
a("td", Ie, l(r.visibility), 1),
|
|
4566
|
+
a("td", Ee, [
|
|
4569
4567
|
p(l(r.windDir) + " ", 1),
|
|
4570
4568
|
!isNaN(r.windBearing) && r.windDir ? (u(), b("img", {
|
|
4571
4569
|
key: 0,
|
|
4572
4570
|
class: "iconfont icon",
|
|
4573
4571
|
src: `data:image/svg+xml;base64,${s.getRotatedWindArrowBase64(r.windBearing, this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)")}`,
|
|
4574
4572
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4575
|
-
}, null, 8,
|
|
4573
|
+
}, null, 8, We)) : (u(), b("span", Pe, "-"))
|
|
4576
4574
|
]),
|
|
4577
|
-
a("td",
|
|
4575
|
+
a("td", Oe, l(r.windSpeed), 1),
|
|
4578
4576
|
a("td", {
|
|
4579
4577
|
rowspan: "1",
|
|
4580
4578
|
colspan: "1",
|
|
4581
4579
|
class: v(["border", r.windBF >= 4 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4582
4580
|
style: { width: "30px" }
|
|
4583
4581
|
}, l(r.windBF), 3),
|
|
4584
|
-
a("td",
|
|
4585
|
-
a("td",
|
|
4582
|
+
a("td", Ve, l(r.windGusts), 1),
|
|
4583
|
+
a("td", Re, [
|
|
4586
4584
|
p(l(r.windWaveDir) + " ", 1),
|
|
4587
4585
|
!isNaN(r.windWaveBearing) && r.windWaveDir ? (u(), b("img", {
|
|
4588
4586
|
key: 0,
|
|
4589
4587
|
class: "iconfont icon",
|
|
4590
4588
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.windWaveBearing, (this.theme === "dark", "#7cc7b3"))}`,
|
|
4591
4589
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4592
|
-
}, null, 8,
|
|
4590
|
+
}, null, 8, Ge)) : (u(), b("span", $e, "-"))
|
|
4593
4591
|
]),
|
|
4594
|
-
a("td",
|
|
4595
|
-
a("td",
|
|
4596
|
-
a("td",
|
|
4592
|
+
a("td", je, l(r.windWaveHeight), 1),
|
|
4593
|
+
a("td", Ye, l(r.windWavePeriod), 1),
|
|
4594
|
+
a("td", Ue, [
|
|
4597
4595
|
p(l(r.swellDir) + " ", 1),
|
|
4598
4596
|
!isNaN(r.swellBearing) && r.swellDir ? (u(), b("img", {
|
|
4599
4597
|
key: 0,
|
|
4600
4598
|
class: "iconfont icon",
|
|
4601
4599
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.swellBearing, this.theme === "dark" ? "rgb(17, 245, 211)" : "rgba(0, 230, 194, 1)")}`,
|
|
4602
4600
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4603
|
-
}, null, 8,
|
|
4601
|
+
}, null, 8, Ze)) : (u(), b("span", qe, "-"))
|
|
4604
4602
|
]),
|
|
4605
4603
|
a("td", {
|
|
4606
4604
|
rowspan: "1",
|
|
@@ -4608,15 +4606,15 @@ function d4(i, t, e, h, c, s) {
|
|
|
4608
4606
|
class: v(["border", r.swellHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4609
4607
|
style: { width: "45px" }
|
|
4610
4608
|
}, l(r.swellHeight), 3),
|
|
4611
|
-
a("td",
|
|
4612
|
-
a("td",
|
|
4609
|
+
a("td", Xe, l(r.swellPeriod), 1),
|
|
4610
|
+
a("td", Je, [
|
|
4613
4611
|
p(l(r.sigWaveDir) + " ", 1),
|
|
4614
4612
|
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (u(), b("img", {
|
|
4615
4613
|
key: 0,
|
|
4616
4614
|
class: "iconfont icon",
|
|
4617
4615
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.sigWaveBearing, this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)")}`,
|
|
4618
4616
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4619
|
-
}, null, 8,
|
|
4617
|
+
}, null, 8, Qe)) : (u(), b("span", Ke, "-"))
|
|
4620
4618
|
]),
|
|
4621
4619
|
a("td", {
|
|
4622
4620
|
rowspan: "1",
|
|
@@ -4624,19 +4622,19 @@ function d4(i, t, e, h, c, s) {
|
|
|
4624
4622
|
class: v(["border", r.sigWaveHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4625
4623
|
style: { width: "45px" }
|
|
4626
4624
|
}, l(r.sigWaveHeight), 3),
|
|
4627
|
-
a("td",
|
|
4628
|
-
a("td",
|
|
4625
|
+
a("td", e4, l(r.sigWavePeriod), 1),
|
|
4626
|
+
a("td", t4, [
|
|
4629
4627
|
p(l(r.currentDir) + " ", 1),
|
|
4630
4628
|
!isNaN(r.currentBearing) && r.currentDir ? (u(), b("img", {
|
|
4631
4629
|
key: 0,
|
|
4632
4630
|
class: "iconfont icon",
|
|
4633
4631
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.currentBearing, this.theme === "dark" ? "rgba(220, 115, 255, 1)" : "rgba(178, 51, 220, 1)")}`,
|
|
4634
4632
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4635
|
-
}, null, 8,
|
|
4633
|
+
}, null, 8, a4)) : (u(), b("span", i4, "-"))
|
|
4636
4634
|
]),
|
|
4637
|
-
a("td",
|
|
4638
|
-
a("td",
|
|
4639
|
-
a("td",
|
|
4635
|
+
a("td", l4, l(r.currentSpd), 1),
|
|
4636
|
+
a("td", s4, l(r.seaLevel), 1),
|
|
4637
|
+
a("td", o4, l(r.seaSurfaceTemp), 1)
|
|
4640
4638
|
], 2))), 128))
|
|
4641
4639
|
], 2)
|
|
4642
4640
|
], 2)
|
|
@@ -4645,8 +4643,8 @@ function d4(i, t, e, h, c, s) {
|
|
|
4645
4643
|
])
|
|
4646
4644
|
]);
|
|
4647
4645
|
}
|
|
4648
|
-
const
|
|
4649
|
-
const
|
|
4646
|
+
const n4 = /* @__PURE__ */ N1(N0, [["render", r4], ["__scopeId", "data-v-09f6ee72"]]);
|
|
4647
|
+
const d4 = {
|
|
4650
4648
|
name: "IdmSeasonal",
|
|
4651
4649
|
components: {
|
|
4652
4650
|
IdmLoading: C2
|
|
@@ -4712,7 +4710,7 @@ const h4 = {
|
|
|
4712
4710
|
});
|
|
4713
4711
|
},
|
|
4714
4712
|
initSeasonalEchart() {
|
|
4715
|
-
var H, A, O, R, G, F, T,
|
|
4713
|
+
var H, A, O, R, G, F, T, j, Y, C, _, L, r, U;
|
|
4716
4714
|
let i = Math.max(
|
|
4717
4715
|
...[...this.reportData.highTemp, ...this.reportData.lastYearHighTemp].filter((n) => typeof n == "number" && !isNaN(n))
|
|
4718
4716
|
), t = Math.min(...[...this.reportData.lowTemp, ...this.reportData.lastYearLowTemp].filter((n) => typeof n == "number" && !isNaN(n))), e = Math.ceil((i + 1) / 5) * 5, h = Math.floor((t - 1) / 5) * 5, c = Math.ceil((e - h) / 5), s = [
|
|
@@ -4920,7 +4918,7 @@ const h4 = {
|
|
|
4920
4918
|
{
|
|
4921
4919
|
name: this.locale === "zhHans" ? "风速" : "Wind",
|
|
4922
4920
|
type: "line",
|
|
4923
|
-
data: (
|
|
4921
|
+
data: (j = this.reportData) == null ? void 0 : j.windSpeed,
|
|
4924
4922
|
show: !0,
|
|
4925
4923
|
symbol: "none",
|
|
4926
4924
|
smooth: !1,
|
|
@@ -4935,7 +4933,7 @@ const h4 = {
|
|
|
4935
4933
|
name: this.locale === "zhHans" ? "去年风速" : "Wind, last year",
|
|
4936
4934
|
type: "line",
|
|
4937
4935
|
symbol: "none",
|
|
4938
|
-
data: (
|
|
4936
|
+
data: (Y = this.reportData) == null ? void 0 : Y.lastYearWindSpeed,
|
|
4939
4937
|
show: (C = this.reportData) == null ? void 0 : C.compareToLastYear,
|
|
4940
4938
|
itemStyle: {
|
|
4941
4939
|
color: this.theme === "dark" ? "rgba(209, 242, 196, 1)" : "#9af77b"
|
|
@@ -5144,69 +5142,69 @@ const h4 = {
|
|
|
5144
5142
|
document.getElementById("temperature-echart") && J.dispose(document.getElementById("temperature-echart")), document.getElementById("wind-precip-echart") && J.dispose(document.getElementById("wind-precip-echart"));
|
|
5145
5143
|
}
|
|
5146
5144
|
}
|
|
5147
|
-
},
|
|
5145
|
+
}, c4 = { class: "idm-spot-seasonal-report" }, h4 = { class: "row" }, m4 = {
|
|
5148
5146
|
class: "col",
|
|
5149
5147
|
style: { width: "54%" }
|
|
5150
|
-
},
|
|
5148
|
+
}, p4 = {
|
|
5151
5149
|
key: 0,
|
|
5152
5150
|
style: { "margin-left": "8px" }
|
|
5153
|
-
},
|
|
5151
|
+
}, g4 = {
|
|
5154
5152
|
key: 1,
|
|
5155
5153
|
style: { "margin-left": "8px" }
|
|
5156
|
-
},
|
|
5154
|
+
}, u4 = {
|
|
5157
5155
|
class: "col",
|
|
5158
5156
|
style: { width: "42%" }
|
|
5159
|
-
},
|
|
5157
|
+
}, f4 = { style: { "margin-left": "8px" } }, b4 = { class: "row" }, y4 = {
|
|
5160
5158
|
class: "col",
|
|
5161
5159
|
style: { width: "54%" }
|
|
5162
|
-
},
|
|
5160
|
+
}, w4 = { style: { "margin-left": "8px" } }, x4 = { class: "content-box" }, v4 = { class: "summary-section" }, z4 = {
|
|
5163
5161
|
class: "title",
|
|
5164
5162
|
style: { "margin-left": "5px" }
|
|
5165
|
-
},
|
|
5163
|
+
}, k4 = { class: "spot-info-block" }, F4 = { class: "text" }, _4 = { class: "text" }, M4 = { class: "text" }, D4 = { class: "text" }, H4 = { class: "text" }, L4 = { class: "text" }, S4 = { class: "text" }, A4 = { class: "text" }, C4 = { class: "text" }, N4 = { class: "text" }, B4 = { class: "text" }, T4 = {
|
|
5166
5164
|
class: "seasonal-weather-section",
|
|
5167
5165
|
style: {}
|
|
5168
|
-
},
|
|
5166
|
+
}, I4 = {
|
|
5169
5167
|
key: 0,
|
|
5170
5168
|
id: "temperature-echart"
|
|
5171
|
-
},
|
|
5169
|
+
}, E4 = {
|
|
5172
5170
|
key: 1,
|
|
5173
5171
|
id: "wind-precip-echart"
|
|
5174
5172
|
};
|
|
5175
|
-
function
|
|
5173
|
+
function W4(i, t, e, h, c, s) {
|
|
5176
5174
|
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F;
|
|
5177
5175
|
const m = r2("IdmLoading");
|
|
5178
|
-
return u(), b("div",
|
|
5176
|
+
return u(), b("div", c4, [
|
|
5179
5177
|
(g = e.reportData) != null && g.showSummary ? (u(), b("div", {
|
|
5180
5178
|
key: 0,
|
|
5181
5179
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
5182
5180
|
}, [
|
|
5183
|
-
a("div",
|
|
5184
|
-
a("div",
|
|
5181
|
+
a("div", h4, [
|
|
5182
|
+
a("div", m4, [
|
|
5185
5183
|
a("span", {
|
|
5186
5184
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5187
5185
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
5188
|
-
(y = e.reportData) != null && y.portName ? (u(), b("span",
|
|
5186
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", p4, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", g4, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
5189
5187
|
]),
|
|
5190
|
-
a("div",
|
|
5188
|
+
a("div", u4, [
|
|
5191
5189
|
a("span", {
|
|
5192
5190
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5193
5191
|
}, l(e.locale === "zhHans" ? "预报月份" : "Forecast Month") + ":", 3),
|
|
5194
|
-
a("span",
|
|
5192
|
+
a("span", f4, l((z = e.reportData) == null ? void 0 : z.forecastMonth), 1)
|
|
5195
5193
|
])
|
|
5196
5194
|
]),
|
|
5197
|
-
a("div",
|
|
5198
|
-
a("div",
|
|
5195
|
+
a("div", b4, [
|
|
5196
|
+
a("div", y4, [
|
|
5199
5197
|
a("span", {
|
|
5200
5198
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5201
5199
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
5202
|
-
a("span",
|
|
5200
|
+
a("span", w4, "UTC " + l((k = e.reportData) == null ? void 0 : k.positionOffset), 1)
|
|
5203
5201
|
])
|
|
5204
5202
|
])
|
|
5205
5203
|
], 2)) : Q("", !0),
|
|
5206
|
-
a("div",
|
|
5207
|
-
a("div",
|
|
5208
|
-
a("div",
|
|
5209
|
-
a("div",
|
|
5204
|
+
a("div", x4, [
|
|
5205
|
+
a("div", v4, [
|
|
5206
|
+
a("div", z4, l(e.locale === "zhHans" ? "总结" : "Summary"), 1),
|
|
5207
|
+
a("div", k4, [
|
|
5210
5208
|
a("div", {
|
|
5211
5209
|
class: v(["block", e.theme === "dark" ? "dark" : "light"])
|
|
5212
5210
|
}, [
|
|
@@ -5216,25 +5214,25 @@ function O4(i, t, e, h, c, s) {
|
|
|
5216
5214
|
a("div", {
|
|
5217
5215
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5218
5216
|
}, null, 2),
|
|
5219
|
-
a("div",
|
|
5217
|
+
a("div", F4, [
|
|
5220
5218
|
a("span", {
|
|
5221
5219
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5222
5220
|
}, l(e.locale === "zhHans" ? "平均最高温度:" : "Avg High Temp:"), 3),
|
|
5223
5221
|
p(" " + l(e.reportData.minHighTemp) + " to " + l(e.reportData.maxHighTemp) + " °C", 1)
|
|
5224
5222
|
]),
|
|
5225
|
-
a("div",
|
|
5223
|
+
a("div", _4, [
|
|
5226
5224
|
a("span", {
|
|
5227
5225
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5228
5226
|
}, l(e.locale === "zhHans" ? "平均最低温度:" : "Avg Low Temp:"), 3),
|
|
5229
5227
|
p(" " + l(e.reportData.minLowTemp) + " to " + l(e.reportData.maxLowTemp) + " °C", 1)
|
|
5230
5228
|
]),
|
|
5231
|
-
a("div",
|
|
5229
|
+
a("div", M4, [
|
|
5232
5230
|
a("span", {
|
|
5233
5231
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5234
5232
|
}, l(e.locale === "zhHans" ? "最热日期:" : "Hottest Day:"), 3),
|
|
5235
5233
|
p(" " + l(e.reportData.hottestDay), 1)
|
|
5236
5234
|
]),
|
|
5237
|
-
a("div",
|
|
5235
|
+
a("div", D4, [
|
|
5238
5236
|
a("span", {
|
|
5239
5237
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5240
5238
|
}, l(e.locale === "zhHans" ? "最冷日期:" : "Coldest Day:"), 3),
|
|
@@ -5250,25 +5248,25 @@ function O4(i, t, e, h, c, s) {
|
|
|
5250
5248
|
a("div", {
|
|
5251
5249
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5252
5250
|
}, null, 2),
|
|
5253
|
-
a("div",
|
|
5251
|
+
a("div", H4, [
|
|
5254
5252
|
a("span", {
|
|
5255
5253
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5256
5254
|
}, l(e.locale === "zhHans" ? "小雨:" : "Light (<10mm):"), 3),
|
|
5257
5255
|
p(" " + l((N = (E = (x = e.reportData) == null ? void 0 : x.precip) == null ? void 0 : E.filter((T) => T < 10)) == null ? void 0 : N.length) + " days", 1)
|
|
5258
5256
|
]),
|
|
5259
|
-
a("div",
|
|
5257
|
+
a("div", L4, [
|
|
5260
5258
|
a("span", {
|
|
5261
5259
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5262
5260
|
}, l(e.locale === "zhHans" ? "中雨:" : "Moderate (<=24.9mm):"), 3),
|
|
5263
5261
|
p(" " + l((D = (W = (B = e.reportData) == null ? void 0 : B.precip) == null ? void 0 : W.filter((T) => T >= 10 && T <= 24.9)) == null ? void 0 : D.length) + " days", 1)
|
|
5264
5262
|
]),
|
|
5265
|
-
a("div",
|
|
5263
|
+
a("div", S4, [
|
|
5266
5264
|
a("span", {
|
|
5267
5265
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5268
5266
|
}, l(e.locale === "zhHans" ? "大雨:" : "Heavy (<=49.9mm):"), 3),
|
|
5269
5267
|
p(" " + l((O = (A = (H = e.reportData) == null ? void 0 : H.precip) == null ? void 0 : A.filter((T) => T > 24.9 && T <= 49.9)) == null ? void 0 : O.length) + " days", 1)
|
|
5270
5268
|
]),
|
|
5271
|
-
a("div",
|
|
5269
|
+
a("div", A4, [
|
|
5272
5270
|
a("span", {
|
|
5273
5271
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5274
5272
|
}, l(e.locale === "zhHans" ? "暴雨:" : "Rainstorm (>49.9mm):"), 3),
|
|
@@ -5284,19 +5282,19 @@ function O4(i, t, e, h, c, s) {
|
|
|
5284
5282
|
a("div", {
|
|
5285
5283
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5286
5284
|
}, null, 2),
|
|
5287
|
-
a("div",
|
|
5285
|
+
a("div", C4, [
|
|
5288
5286
|
a("span", {
|
|
5289
5287
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5290
5288
|
}, l(e.locale === "zhHans" ? "平均风速:" : "Mean Wind:"), 3),
|
|
5291
5289
|
p(" " + l(s.roundPrecision(e.reportData.meanWind, 1)) + " kts", 1)
|
|
5292
5290
|
]),
|
|
5293
|
-
a("div",
|
|
5291
|
+
a("div", N4, [
|
|
5294
5292
|
a("span", {
|
|
5295
5293
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5296
5294
|
}, l(e.locale === "zhHans" ? "最强风日:" : "Windiest Day:"), 3),
|
|
5297
5295
|
p(" " + l(e.reportData.windiestDay) + " ( " + l(e.reportData.maxWindSpeed) + "kts )", 1)
|
|
5298
5296
|
]),
|
|
5299
|
-
a("div",
|
|
5297
|
+
a("div", B4, [
|
|
5300
5298
|
a("span", {
|
|
5301
5299
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5302
5300
|
}, l(e.locale === "zhHans" ? "主要风向:" : "Dominant Wind Dir:"), 3),
|
|
@@ -5305,8 +5303,8 @@ function O4(i, t, e, h, c, s) {
|
|
|
5305
5303
|
], 2)
|
|
5306
5304
|
])
|
|
5307
5305
|
]),
|
|
5308
|
-
a("div",
|
|
5309
|
-
e.loading ? Q("", !0) : (u(), b("div",
|
|
5306
|
+
a("div", T4, [
|
|
5307
|
+
e.loading ? Q("", !0) : (u(), b("div", I4)),
|
|
5310
5308
|
e.loading ? e.loading ? (u(), b("div", {
|
|
5311
5309
|
key: 2,
|
|
5312
5310
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -5315,17 +5313,17 @@ function O4(i, t, e, h, c, s) {
|
|
|
5315
5313
|
], 2)) : (u(), b("div", {
|
|
5316
5314
|
key: 3,
|
|
5317
5315
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
5318
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div",
|
|
5316
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", E4))
|
|
5319
5317
|
])
|
|
5320
5318
|
])
|
|
5321
5319
|
]);
|
|
5322
5320
|
}
|
|
5323
|
-
const
|
|
5321
|
+
const P4 = /* @__PURE__ */ N1(d4, [["render", W4], ["__scopeId", "data-v-2fda2548"]]), Ct = {
|
|
5324
5322
|
install(i) {
|
|
5325
|
-
i.component("ForecastReport",
|
|
5323
|
+
i.component("ForecastReport", C0), i.component("HistoricalReport", n4), i.component("SeasonalReport", P4);
|
|
5326
5324
|
}
|
|
5327
5325
|
};
|
|
5328
|
-
const
|
|
5326
|
+
const O4 = {
|
|
5329
5327
|
props: {
|
|
5330
5328
|
tropicals: {
|
|
5331
5329
|
type: Object,
|
|
@@ -7032,7 +7030,7 @@ const R4 = {
|
|
|
7032
7030
|
}
|
|
7033
7031
|
},
|
|
7034
7032
|
handleDrawHurricaneMarker() {
|
|
7035
|
-
var h, c, s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
7033
|
+
var h, c, s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y;
|
|
7036
7034
|
const i = C6.interpolate(this.tropicals, 1), t = JSON.parse(JSON.stringify(i)), e = [];
|
|
7037
7035
|
if (t.forEach((C) => {
|
|
7038
7036
|
var _, L, r;
|
|
@@ -7054,7 +7052,7 @@ const R4 = {
|
|
|
7054
7052
|
for (const _ of C)
|
|
7055
7053
|
if (!_.properties.disabled) {
|
|
7056
7054
|
let L = "#f44336";
|
|
7057
|
-
((m = (s = _.properties) == null ? void 0 : s.wind) == null ? void 0 : m.kts) < 32 || !((y = (g = _.properties) == null ? void 0 : g.wind) != null && y.kts) ? L = "#03f869" : ((z = (f = _.properties) == null ? void 0 : f.wind) == null ? void 0 : z.kts) >= 32 && ((x = (k = _.properties) == null ? void 0 : k.wind) == null ? void 0 : x.kts) < 47 ? L = "#f2f202" : ((N = (E = _.properties) == null ? void 0 : E.wind) == null ? void 0 : N.kts) >= 47 && ((W = (B = _.properties) == null ? void 0 : B.wind) == null ? void 0 : W.kts) < 63 ? L = "#ff9100" : ((H = (D = _.properties) == null ? void 0 : D.wind) == null ? void 0 : H.kts) >= 63 && ((O = (A = _.properties) == null ? void 0 : A.wind) == null ? void 0 : O.kts) < 79 ? L = "#f44336" : ((G = (R = _.properties) == null ? void 0 : R.wind) == null ? void 0 : G.kts) >= 79 && ((T = (F = _.properties) == null ? void 0 : F.wind) == null ? void 0 : T.kts) < 94 ? L = "#c604a4" : ((
|
|
7055
|
+
((m = (s = _.properties) == null ? void 0 : s.wind) == null ? void 0 : m.kts) < 32 || !((y = (g = _.properties) == null ? void 0 : g.wind) != null && y.kts) ? L = "#03f869" : ((z = (f = _.properties) == null ? void 0 : f.wind) == null ? void 0 : z.kts) >= 32 && ((x = (k = _.properties) == null ? void 0 : k.wind) == null ? void 0 : x.kts) < 47 ? L = "#f2f202" : ((N = (E = _.properties) == null ? void 0 : E.wind) == null ? void 0 : N.kts) >= 47 && ((W = (B = _.properties) == null ? void 0 : B.wind) == null ? void 0 : W.kts) < 63 ? L = "#ff9100" : ((H = (D = _.properties) == null ? void 0 : D.wind) == null ? void 0 : H.kts) >= 63 && ((O = (A = _.properties) == null ? void 0 : A.wind) == null ? void 0 : O.kts) < 79 ? L = "#f44336" : ((G = (R = _.properties) == null ? void 0 : R.wind) == null ? void 0 : G.kts) >= 79 && ((T = (F = _.properties) == null ? void 0 : F.wind) == null ? void 0 : T.kts) < 94 ? L = "#c604a4" : ((Y = (j = _.properties) == null ? void 0 : j.wind) == null ? void 0 : Y.kts) >= 94 ? L = "#6b05bb" : L = "#f44336";
|
|
7058
7056
|
const r = `<svg t="1719918955501"
|
|
7059
7057
|
class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" p-id="18382"
|
|
7060
7058
|
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
|
|
@@ -7078,11 +7076,11 @@ const R4 = {
|
|
|
7078
7076
|
}
|
|
7079
7077
|
}
|
|
7080
7078
|
};
|
|
7081
|
-
function
|
|
7079
|
+
function V4(i, t, e, h, c, s) {
|
|
7082
7080
|
return null;
|
|
7083
7081
|
}
|
|
7084
|
-
const
|
|
7085
|
-
const
|
|
7082
|
+
const R4 = /* @__PURE__ */ N1(O4, [["render", V4]]);
|
|
7083
|
+
const G4 = {
|
|
7086
7084
|
name: "TropicalMapbox",
|
|
7087
7085
|
props: {
|
|
7088
7086
|
token: {
|
|
@@ -8686,10 +8684,10 @@ const Y4 = {
|
|
|
8686
8684
|
});
|
|
8687
8685
|
}
|
|
8688
8686
|
}
|
|
8689
|
-
},
|
|
8690
|
-
function
|
|
8687
|
+
}, $4 = { class: "map-box" };
|
|
8688
|
+
function j4(i, t, e, h, c, s) {
|
|
8691
8689
|
const m = r2("TropicalGL"), g = r2("LatLngGL");
|
|
8692
|
-
return u(), b("div",
|
|
8690
|
+
return u(), b("div", $4, [
|
|
8693
8691
|
c.map ? (u(), S2(m, {
|
|
8694
8692
|
key: 0,
|
|
8695
8693
|
class: "hurricane",
|
|
@@ -8707,7 +8705,7 @@ function U4(i, t, e, h, c, s) {
|
|
|
8707
8705
|
}, null, 8, ["map"])) : Q("", !0)
|
|
8708
8706
|
]);
|
|
8709
8707
|
}
|
|
8710
|
-
const
|
|
8708
|
+
const Y4 = /* @__PURE__ */ N1(G4, [["render", j4]]), U4 = {
|
|
8711
8709
|
props: {
|
|
8712
8710
|
id: {
|
|
8713
8711
|
type: String,
|
|
@@ -8846,23 +8844,23 @@ const Z4 = /* @__PURE__ */ N1(Y4, [["render", U4]]), q4 = {
|
|
|
8846
8844
|
});
|
|
8847
8845
|
}
|
|
8848
8846
|
}
|
|
8849
|
-
},
|
|
8850
|
-
function
|
|
8847
|
+
}, Z4 = ["id"];
|
|
8848
|
+
function q4(i, t, e, h, c, s) {
|
|
8851
8849
|
return u(), b("div", null, [
|
|
8852
8850
|
a("div", {
|
|
8853
8851
|
id: e.id,
|
|
8854
8852
|
style: { height: "240px" }
|
|
8855
|
-
}, null, 8,
|
|
8853
|
+
}, null, 8, Z4)
|
|
8856
8854
|
]);
|
|
8857
8855
|
}
|
|
8858
|
-
const
|
|
8859
|
-
const
|
|
8856
|
+
const X4 = /* @__PURE__ */ N1(U4, [["render", q4]]);
|
|
8857
|
+
const J4 = {
|
|
8860
8858
|
name: "IdmTropical",
|
|
8861
8859
|
components: {
|
|
8862
8860
|
IdmBrand: I2,
|
|
8863
|
-
MiniMap:
|
|
8864
|
-
Mapbox:
|
|
8865
|
-
Echart:
|
|
8861
|
+
MiniMap: R4,
|
|
8862
|
+
Mapbox: Y4,
|
|
8863
|
+
Echart: X4
|
|
8866
8864
|
},
|
|
8867
8865
|
props: {
|
|
8868
8866
|
report: {
|
|
@@ -9132,7 +9130,7 @@ const K4 = {
|
|
|
9132
9130
|
];
|
|
9133
9131
|
},
|
|
9134
9132
|
async interpolatedRecord(i, t, e = 3) {
|
|
9135
|
-
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
9133
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, j, Y, C, _, L, r, U, n, K, X;
|
|
9136
9134
|
const h = M(i).set({ second: 0 }).utc();
|
|
9137
9135
|
let c = e - (h.get("hour") * 60 + h.get("minute")) % (e * 60) / 60, s;
|
|
9138
9136
|
const m = {};
|
|
@@ -9148,7 +9146,7 @@ const K4 = {
|
|
|
9148
9146
|
},
|
|
9149
9147
|
pressure: this.computeInterpolateValue((R = t[s.prev]) == null ? void 0 : R.pressure, (G = t[s.next]) == null ? void 0 : G.pressure, Z),
|
|
9150
9148
|
wind: {
|
|
9151
|
-
kts: this.computeInterpolateValue((T = (F = t[s.prev]) == null ? void 0 : F.wind) == null ? void 0 : T.kts, (
|
|
9149
|
+
kts: this.computeInterpolateValue((T = (F = t[s.prev]) == null ? void 0 : F.wind) == null ? void 0 : T.kts, (Y = (j = t[s.next]) == null ? void 0 : j.wind) == null ? void 0 : Y.kts, Z),
|
|
9152
9150
|
lat: this.computeInterpolateValue((_ = (C = t[s.prev]) == null ? void 0 : C.wind) == null ? void 0 : _.lat, (r = (L = t[s.next]) == null ? void 0 : L.wind) == null ? void 0 : r.lat, Z),
|
|
9153
9151
|
lng: this.computeInterpolateValue((n = (U = t[s.prev]) == null ? void 0 : U.wind) == null ? void 0 : n.lng, (X = (K = t[s.next]) == null ? void 0 : K.wind) == null ? void 0 : X.lng, Z)
|
|
9154
9152
|
}
|
|
@@ -9157,51 +9155,51 @@ const K4 = {
|
|
|
9157
9155
|
return m;
|
|
9158
9156
|
}
|
|
9159
9157
|
}
|
|
9160
|
-
},
|
|
9158
|
+
}, Q4 = { class: "typhoon-report" }, K4 = { class: "content-box" }, et = { class: "row" }, tt = { class: "info-box" }, at = { class: "title-card bg-blue-light-2" }, it = { class: "item" }, lt = { class: "name" }, st = { class: "type" }, ot = { class: "info" }, rt = { class: "item" }, nt = { style: { flex: "4" } }, dt = { style: { flex: "6" } }, ct = { class: "item" }, ht = { style: { flex: "4" } }, mt = { style: { flex: "6" } }, pt = {
|
|
9161
9159
|
id: "miniMap",
|
|
9162
9160
|
class: "mini-map"
|
|
9163
|
-
},
|
|
9161
|
+
}, gt = {
|
|
9164
9162
|
id: "normalMap",
|
|
9165
9163
|
class: "normal-map"
|
|
9166
|
-
},
|
|
9167
|
-
function
|
|
9164
|
+
}, ut = { class: "echart-container" }, ft = { class: "orm-report-table typ-table" };
|
|
9165
|
+
function bt(i, t, e, h, c, s) {
|
|
9168
9166
|
var z, k, x, E, N, B, W, D, H, A, O, R, G;
|
|
9169
9167
|
const m = r2("IdmBrand"), g = r2("MiniMap"), y = r2("Mapbox"), f = r2("Echart");
|
|
9170
|
-
return u(), b("div",
|
|
9168
|
+
return u(), b("div", Q4, [
|
|
9171
9169
|
c2(m, { name: "Tropical Cyclone Strike Probability Report" }),
|
|
9172
|
-
a("div",
|
|
9173
|
-
a("div",
|
|
9174
|
-
a("div",
|
|
9175
|
-
a("div",
|
|
9176
|
-
a("div",
|
|
9170
|
+
a("div", K4, [
|
|
9171
|
+
a("div", et, [
|
|
9172
|
+
a("div", tt, [
|
|
9173
|
+
a("div", at, [
|
|
9174
|
+
a("div", it, [
|
|
9177
9175
|
a("div", null, [
|
|
9178
|
-
a("span",
|
|
9176
|
+
a("span", lt, l((z = e.report) == null ? void 0 : z.name), 1),
|
|
9179
9177
|
t[0] || (t[0] = p(", ", -1)),
|
|
9180
|
-
a("span",
|
|
9178
|
+
a("span", st, l((E = (x = (k = e.report) == null ? void 0 : k.history) == null ? void 0 : x[0]) == null ? void 0 : E.type), 1),
|
|
9181
9179
|
a("span", null, " [ " + l((N = this.model) == null ? void 0 : N.toUpperCase()) + " ]", 1)
|
|
9182
9180
|
]),
|
|
9183
|
-
a("div",
|
|
9181
|
+
a("div", ot, [
|
|
9184
9182
|
a("span", null, "Last updated: " + l(s.computeTime(((W = (B = c.records) == null ? void 0 : B.history) == null ? void 0 : W.updated) || ((A = (H = (D = e.report) == null ? void 0 : D.forecasts) == null ? void 0 : H.filter((F) => !F.disabled)[0]) == null ? void 0 : A.date))), 1)
|
|
9185
9183
|
])
|
|
9186
9184
|
]),
|
|
9187
|
-
a("div",
|
|
9188
|
-
a("div",
|
|
9185
|
+
a("div", rt, [
|
|
9186
|
+
a("div", nt, [
|
|
9189
9187
|
t[1] || (t[1] = a("span", { class: "label" }, "Position:", -1)),
|
|
9190
9188
|
a("span", null, l(s.computedLngLat(c.center.lat, c.center.lng)), 1)
|
|
9191
9189
|
]),
|
|
9192
|
-
a("div",
|
|
9190
|
+
a("div", dt, [
|
|
9193
9191
|
t[2] || (t[2] = a("span", { class: "label" }, "Pressure:", -1)),
|
|
9194
9192
|
a("span", null, l(c.center.pressure || "-") + " hPa", 1)
|
|
9195
9193
|
])
|
|
9196
9194
|
]),
|
|
9197
|
-
a("div",
|
|
9198
|
-
a("div",
|
|
9195
|
+
a("div", ct, [
|
|
9196
|
+
a("div", ht, [
|
|
9199
9197
|
t[3] || (t[3] = a("span", { class: "label" }, "Present Movement:", -1)),
|
|
9200
9198
|
a("span", null, l(((O = c.center.movement) == null ? void 0 : O.deg) || "-") + "°", 1),
|
|
9201
9199
|
t[4] || (t[4] = p(" / ", -1)),
|
|
9202
9200
|
a("span", null, l(((R = c.center.movement) == null ? void 0 : R.kts) || "-") + " kts", 1)
|
|
9203
9201
|
]),
|
|
9204
|
-
a("div",
|
|
9202
|
+
a("div", mt, [
|
|
9205
9203
|
t[5] || (t[5] = a("span", { class: "label" }, "Maximum sustained wind near center:", -1)),
|
|
9206
9204
|
a("span", null, l(c.center.kts || "-") + " kts, BF" + l(s.computeBF(c.center.kts)), 1)
|
|
9207
9205
|
])
|
|
@@ -9209,7 +9207,7 @@ function wt(i, t, e, h, c, s) {
|
|
|
9209
9207
|
]),
|
|
9210
9208
|
t[6] || (t[6] = N2('<div class="legend-card bg-blue-light-2 text-label" data-v-50ad62cd><div class="item" data-v-50ad62cd><div class="legend" data-v-50ad62cd><div class="icon history" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>Past Track</div></div><div class="legend" data-v-50ad62cd><div class="icon forecast" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>Forecast Track</div></div><div class="legend" data-v-50ad62cd><div class="icon td" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>TD</div></div><div class="legend" data-v-50ad62cd><div class="icon ts" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>TS</div></div><div class="legend" data-v-50ad62cd><div class="icon sts" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>STS</div></div><div class="legend" data-v-50ad62cd><div class="icon ty" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>TY</div></div><div class="legend" data-v-50ad62cd><div class="icon sty" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>STY</div></div><div class="legend" data-v-50ad62cd><div class="icon supper-ty" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>Super TY</div></div><div class="legend" data-v-50ad62cd><div class="icon r7" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>35kts Radii</div></div><div class="legend" data-v-50ad62cd><div class="icon r10" data-v-50ad62cd></div><div class="label" data-v-50ad62cd>50kts Radii</div></div></div></div>', 1))
|
|
9211
9209
|
]),
|
|
9212
|
-
a("div",
|
|
9210
|
+
a("div", pt, [
|
|
9213
9211
|
c.tropicals ? (u(), S2(g, {
|
|
9214
9212
|
key: 0,
|
|
9215
9213
|
tropicals: c.tropicals,
|
|
@@ -9220,7 +9218,7 @@ function wt(i, t, e, h, c, s) {
|
|
|
9220
9218
|
}, null, 8, ["tropicals", "ts", "token"])) : Q("", !0)
|
|
9221
9219
|
])
|
|
9222
9220
|
]),
|
|
9223
|
-
a("div",
|
|
9221
|
+
a("div", gt, [
|
|
9224
9222
|
c.tropicals ? (u(), S2(y, {
|
|
9225
9223
|
key: 0,
|
|
9226
9224
|
tropicals: c.tropicals,
|
|
@@ -9231,8 +9229,8 @@ function wt(i, t, e, h, c, s) {
|
|
|
9231
9229
|
zoom: 4
|
|
9232
9230
|
}, null, 8, ["tropicals", "model", "ts", "token"])) : Q("", !0)
|
|
9233
9231
|
]),
|
|
9234
|
-
a("div",
|
|
9235
|
-
a("table",
|
|
9232
|
+
a("div", ut, [
|
|
9233
|
+
a("table", ft, [
|
|
9236
9234
|
t[7] || (t[7] = a("thead", null, [
|
|
9237
9235
|
a("tr", null, [
|
|
9238
9236
|
a("td", null, "Time"),
|
|
@@ -9246,13 +9244,13 @@ function wt(i, t, e, h, c, s) {
|
|
|
9246
9244
|
], -1)),
|
|
9247
9245
|
a("tbody", null, [
|
|
9248
9246
|
(u(!0), b(B2, null, T2((G = c.activeForecast) == null ? void 0 : G.sample, (F, T) => {
|
|
9249
|
-
var
|
|
9247
|
+
var j, Y, C, _, L;
|
|
9250
9248
|
return u(), b("tr", { key: T }, [
|
|
9251
9249
|
a("td", null, l(F.date), 1),
|
|
9252
9250
|
a("td", null, l(s.computedLngLat(F.lat, F.lng)), 1),
|
|
9253
9251
|
a("td", null, l(s.computePrecision(F.pressure ?? "-")), 1),
|
|
9254
|
-
a("td", null, l(s.computePrecision(((
|
|
9255
|
-
a("td", null, l(`${s.computePrecision(((
|
|
9252
|
+
a("td", null, l(s.computePrecision(((j = F == null ? void 0 : F.wind) == null ? void 0 : j.kts) ?? "-")), 1),
|
|
9253
|
+
a("td", null, l(`${s.computePrecision(((Y = F == null ? void 0 : F.wind) == null ? void 0 : Y.r7) || "-")} / ${s.computePrecision(((C = F == null ? void 0 : F.wind) == null ? void 0 : C.r10) || "-")} nm`), 1),
|
|
9256
9254
|
a("td", null, l(s.computePrecision(((_ = F == null ? void 0 : F.movement) == null ? void 0 : _.deg) ?? "-")), 1),
|
|
9257
9255
|
a("td", null, l(s.computePrecision(((L = F == null ? void 0 : F.movement) == null ? void 0 : L.kts) ?? "-")), 1)
|
|
9258
9256
|
]);
|
|
@@ -9272,9 +9270,9 @@ function wt(i, t, e, h, c, s) {
|
|
|
9272
9270
|
t[8] || (t[8] = a("div", { class: "report-tips text-tips" }, " * The report is for reference only. All the material is an advisory provided so as to assist the Master in making the final route decision. ", -1))
|
|
9273
9271
|
]);
|
|
9274
9272
|
}
|
|
9275
|
-
const
|
|
9273
|
+
const yt = /* @__PURE__ */ N1(J4, [["render", bt], ["__scopeId", "data-v-50ad62cd"]]), Nt = {
|
|
9276
9274
|
install(i) {
|
|
9277
|
-
i.component("TropicalReport",
|
|
9275
|
+
i.component("TropicalReport", yt);
|
|
9278
9276
|
}
|
|
9279
9277
|
};
|
|
9280
9278
|
window._iconfont_svg_string_4986259 = '<svg><symbol id="icon-baobiao" viewBox="0 0 1024 1024"><path d="M276.423111 128a106.666667 106.666667 0 0 0 104.504889 85.333333h262.087111a106.666667 106.666667 0 0 0 104.561778-85.333333h69.12a128 128 0 0 1 128.056889 127.715556v597.902222a127.886222 127.886222 0 0 1-128 127.715555H207.189333a128 128 0 0 1-128-127.715555V255.715556a127.886222 127.886222 0 0 1 128-127.715556H276.48z m40.504889 256a42.666667 42.666667 0 1 0 0 85.333333H536.462222a42.666667 42.666667 0 0 0 0-85.333333H316.871111z m0 170.666667a42.666667 42.666667 0 0 0 0 85.333333h390.087111a42.666667 42.666667 0 0 0 0-85.333333H316.928z m0 170.666666a42.666667 42.666667 0 1 0 0 85.333334H536.462222a42.666667 42.666667 0 1 0 0-85.333334H316.871111z m64-682.666666h262.087111a64 64 0 1 1 0 128H380.928a64 64 0 0 1 0-128z" fill="#FFFFFF" ></path></symbol><symbol id="icon-tianqi" viewBox="0 0 1024 1024"><path d="M352.426667 349.582222a323.811556 323.811556 0 0 1 314.595555 246.044445c24.348444-9.898667 50.915556-15.36 78.791111-15.36a207.985778 207.985778 0 0 1 208.327111 207.587555 207.985778 207.985778 0 0 1-223.175111 207.075556 65.991111 65.991111 0 0 1-8.078222 0.512h-352.142222c-1.934222 0-3.811556-0.170667-5.632-0.341334-4.209778 0.170667-8.419556 0.398222-12.686222 0.398223C173.511111 995.498667 28.444444 850.887111 28.444444 672.483556c0-178.346667 145.066667-322.901333 323.982223-322.901334z m255.544889-165.489778c119.637333 0 216.576 96.711111 216.576 215.893334 0 52.622222-18.887111 100.864-50.289778 138.24l-5.973334-0.113778c-26.055111 0-51.029333 5.12-73.728 14.392889a303.047111 303.047111 0 0 0-288.597333-230.115556 216.576 216.576 0 0 1 202.012445-138.24z m303.786666 177.265778a52.849778 52.849778 0 0 1 83.740445 42.780445c-0.056889 43.406222-49.948444 68.039111-84.650667 41.813333l-56.888889-42.951111 57.799111-41.642667zM350.663111 131.754667a52.679111 52.679111 0 0 1 87.381333 34.190222l7.111112 70.883555-69.802667-13.937777a52.679111 52.679111 0 0 1-24.689778-91.136z m476.672 35.669333a52.736 52.736 0 1 1 54.272 65.137778l-71.111111 4.152889 16.839111-69.290667zM635.221333 28.444444a52.622222 52.622222 0 0 1 42.780445 83.456l-41.813334 57.628445-43.064888-56.718222C566.840889 78.165333 591.644444 28.501333 635.221333 28.444444z" fill="#FFFFFF" ></path></symbol><symbol id="icon-shuju" viewBox="0 0 1024 1024"><path d="M883.086222 382.805333c37.262222 0 67.470222 30.151111 67.470222 67.413334v449.422222c0 37.262222-30.208 67.470222-67.470222 67.470222h-89.884444a67.470222 67.470222 0 0 1-67.413334-67.470222V450.161778c0-37.262222 30.208-67.470222 67.470223-67.470222h89.884444v0.113777z m-629.191111 89.884445c37.205333 0 67.413333 30.151111 67.413333 67.413333v359.480889c0 37.205333-30.151111 67.470222-67.413333 67.470222h-89.884444a67.470222 67.470222 0 0 1-67.413334-67.470222v-359.537778c0-37.262222 30.151111-67.527111 67.413334-67.527111h89.884444v0.113778z m314.595556 89.827555c37.262222 0 67.413333 30.151111 67.413333 67.413334v269.653333c0 37.205333-30.151111 67.470222-67.413333 67.470222h-89.884445a67.470222 67.470222 0 0 1-67.413333-67.470222v-269.653333c0-37.205333 30.151111-67.470222 67.470222-67.470223h89.827556z m232.675555-437.646222l-53.077333 0.341333a33.678222 33.678222 0 0 1-0.568889-67.356444L882.858667 56.888889a33.450667 33.450667 0 0 1 33.962666 33.678222v135.452445a33.735111 33.735111 0 0 1-67.356444 0v-54.044445L547.441778 473.941333a33.564444 33.564444 0 0 1-37.546667 6.940445l-404.48-179.655111a33.792 33.792 0 0 1 27.306667-61.724445l383.317333 170.382222 285.127111-285.013333z" fill="#FFFFFF" ></path></symbol><symbol id="icon-biaodan" viewBox="0 0 1024 1024"><path d="M898.673778 620.487111l-106.097778-106.097778 70.371556-70.371555h0.967111l105.130666 105.130666v0.967112l-70.371555 70.371555zM756.906667 550.115556L417.564444 889.514667l0.967112 105.073777 106.040888 0.967112 338.488889-339.399112-106.097777-106.040888zM696.888889 28.444444a113.777778 113.777778 0 0 1 113.777778 113.777778v249.344L293.831111 917.617778H170.666667a113.777778 113.777778 0 0 1-113.777778-113.777778V142.222222a113.777778 113.777778 0 0 1 113.777778-113.777778h526.222222zM257.592889 507.676444a34.531556 34.531556 0 0 0-26.168889 16.384 32.312889 32.312889 0 0 0 0 34.702223 36.010667 36.010667 0 0 0 30.833778 16.384h136.931555c12.515556 0 24.120889-5.745778 30.890667-16.384a32.312889 32.312889 0 0 0 0-34.702223 36.010667 36.010667 0 0 0-30.890667-16.384H257.592889z m0-170.666666a34.531556 34.531556 0 0 0-26.168889 16.384 32.312889 32.312889 0 0 0 0 34.702222 36.010667 36.010667 0 0 0 30.833778 16.384h342.300444c12.515556 0 24.120889-6.712889 31.857778-16.384a32.312889 32.312889 0 0 0 0-34.702222 36.010667 36.010667 0 0 0-30.890667-16.384H257.592889z m0-171.633778a34.531556 34.531556 0 0 0-26.168889 16.384 32.312889 32.312889 0 0 0 0 34.702222 36.010667 36.010667 0 0 0 30.833778 16.440889h346.965333a35.84 35.84 0 0 0 26.168889-15.473778 36.977778 36.977778 0 0 0 0-34.702222 35.271111 35.271111 0 0 0-29.866667-17.351111H257.592889z" fill="#FFFFFF" ></path></symbol><symbol id="icon-tanfenxi" viewBox="0 0 1024 1024"><path d="M520.874667 534.243556l-359.822223 309.361777A482.247111 482.247111 0 0 0 512.455111 995.555556c259.640889 0 471.04-204.629333 483.100445-461.198223l-474.680889-0.113777zM489.585778 28.444444C233.073778 40.391111 28.444444 251.790222 28.444444 511.431111c0 112.412444 38.570667 215.552 102.855112 297.528889l358.343111-308.053333V28.444444z m413.013333 197.632a483.953778 483.953778 0 0 0-39.253333-46.819555L535.438222 461.084444v27.420445h62.464l304.753778-262.428445zM670.151111 54.158222L535.324444 170.097778v81.237333l197.404445-170.097778a494.648889 494.648889 0 0 0-62.577778-27.136h-0.056889z m107.52 53.248L535.324444 315.733333v81.294223l292.408889-251.847112a454.371556 454.371556 0 0 0-50.176-37.717333z m158.037333 381.155556l55.125334-47.559111a458.581333 458.581333 0 0 0-15.36-67.811556L841.386667 488.448h94.264889v0.056889zM535.324444 28.444444v77.539556l77.937778-67.128889A493.511111 493.511111 0 0 0 535.381333 28.444444m136.874667 460.060445h94.606222l191.146667-164.579556a521.898667 521.898667 0 0 0-28.216889-56.718222l-253.553778 217.884445-3.982222 3.413333z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zhanghaomima" viewBox="0 0 1024 1024"><path d="M779.5712 360.5504h-71.6288c0-97.024-106.3424-160.1024-199.8336-160.1024-85.7088 0-199.8848 63.0784-199.8848 160.1024H236.4416C236.4416 220.8768 377.6 128 507.904 128c131.9936 0 271.6672 92.8768 271.6672 232.5504zM870.4 479.5904c0-39.936-32.1024-72.448-71.5776-72.448H225.1776C185.7536 407.1424 153.6 439.6544 153.6 479.5904v343.9616c0 39.936 32.1024 72.448 71.5776 72.448h573.44c39.5264 0 71.6288-32.512 71.6288-72.448V479.5904H870.4z m-301.7216 269.0048c0 29.952-23.9616 54.3744-53.7088 54.3744h-7.68c-29.5936 0-53.76-24.2688-53.76-54.3744v-147.456c0-29.952 24.0128-54.3232 53.76-54.3232h7.68c29.5936 0 53.76 24.2176 53.76 54.3744v147.4048z" fill="#272636" ></path></symbol><symbol id="icon-gengduo" viewBox="0 0 1024 1024"><path d="M852.224 208.8448a46.08 46.08 0 0 1 0 92.16H169.5744a46.08 46.08 0 0 1 0-92.16h682.6496zM852.224 464.8448a46.08 46.08 0 0 1 0 92.16H169.5744a46.08 46.08 0 0 1 0-92.16h682.6496zM852.224 720.8448a46.08 46.08 0 0 1 0 92.16H169.5744a46.08 46.08 0 0 1 0-92.16h682.6496z" fill="#FFFFFF" ></path></symbol><symbol id="icon-kaifazhong" viewBox="0 0 1024 1024"><path d="M958.528 806.08l-211.264-216.416c7.84 5.792-26.08-27.168-55.232-3.136l-23.2 26.048-88.96-91.136-58.464 68.224 87.264 83.616-31.136 32.416s-23.104 25.088 7.04 56.48l212.224 219.52s23.136 20.896 48.224 3.136l120.544-122.304s21.12-29.28-7.04-56.448M252.704 212.928V137.184L104.896 50.848 32 120.864l87.52 140.064 78.72 0.928 247.936 240.736 56.384-46.048-249.856-243.616z" fill="#FFFFFF" ></path><path d="M115.2 921.92c-34.624-0.992-38.464-36.48-38.464-36.48s0-37.44 39.424-37.44c0 0 35.584 0.96 36.544 37.44 0 0-0.96 34.528-37.504 36.48zM972.288 182.08l-157.76 152.576-133.696-132.384 157.76-150.688s-101.024-58.56-237.6 26.88c0 0-70.24 48.928-91.392 137.216 0 0-31.744 104.576 39.424 199.584L51.712 822.112s-30.784 30.72-15.36 74.816c3.84 19.2 46.144 56.64 46.144 56.64s47.136 44.096 100.992 0l442.496-473.088s48.096 31.68 121.184 31.68c0 0 88.512 2.88 158.72-57.568 0 0 135.68-106.528 66.4-272.512" fill="#FFFFFF" ></path></symbol><symbol id="icon-drag" viewBox="0 0 1024 1024"><path d="M405.3504 213.3504a85.3504 85.3504 0 1 1-170.7008 0 85.3504 85.3504 0 0 1 170.7008 0z m-85.3504 384a85.3504 85.3504 0 1 0 0-170.7008 85.3504 85.3504 0 0 0 0 170.7008z m0 298.6496a85.3504 85.3504 0 1 0 0-170.6496 85.3504 85.3504 0 0 0 0 170.6496zM789.3504 213.3504a85.3504 85.3504 0 1 1-170.7008 0 85.3504 85.3504 0 0 1 170.7008 0z m-85.3504 384a85.3504 85.3504 0 1 0 0-170.7008 85.3504 85.3504 0 0 0 0 170.7008z m0 298.6496a85.3504 85.3504 0 1 0 0-170.6496 85.3504 85.3504 0 0 0 0 170.6496z" fill="#FFFFFF" ></path></symbol><symbol id="icon-count-pin" viewBox="0 0 1024 1024"><path d="M883.2 34.112c28.224 0 51.2 22.912 51.2 51.2v853.312a51.264 51.264 0 0 1-77.76 43.776L512 772.992 167.36 982.4a51.2 51.2 0 0 1-77.76-43.776V85.312a51.2 51.2 0 0 1 51.2-51.2h742.4zM192 847.616l293.44-178.24 6.336-3.2a51.264 51.264 0 0 1 46.848 3.2L832 847.552V136.512H192v711.104zM665.6 281.6a51.2 51.2 0 1 1 0 102.4H358.4a51.2 51.2 0 0 1 0-102.4h307.2z" fill="#77797B" ></path></symbol><symbol id="icon-weishoucang" viewBox="0 0 1024 1024"><path d="M511.808 61.824a44.8 44.8 0 0 1 40.32 24.96l121.6 245.12 271.36 39.552a44.8 44.8 0 0 1 24.96 76.352l-197.44 193.28 46.912 268.544a44.8 44.8 0 0 1-65.28 47.232L512 827.648l-242.24 129.216a44.8 44.8 0 0 1-65.152-47.232l47.104-268.544-197.632-193.28a44.8 44.8 0 0 1 24.896-76.352l272.768-39.552L471.68 87.04a44.864 44.864 0 0 1 40.128-25.152zM421.76 392.512a44.8 44.8 0 0 1-33.792 24.64l-206.528 29.952 149.824 146.432a44.8 44.8 0 0 1 12.8 39.808l-35.392 201.152 182.208-97.088 5.12-2.304a44.8 44.8 0 0 1 36.992 2.304l182.4 97.216-35.072-201.344a44.8 44.8 0 0 1 12.8-39.68l149.504-146.56-204.992-29.888a44.8 44.8 0 0 1-33.664-24.32l-91.776-184.96L421.76 392.576z" fill="#B0B1B2" ></path></symbol><symbol id="icon-yishoucang" viewBox="0 0 1024 1024"><path d="M511.808 61.824a44.8 44.8 0 0 1 40.32 24.96l121.6 245.12 271.36 39.552a44.8 44.8 0 0 1 24.96 76.352l-197.44 193.28 46.912 268.544a44.8 44.8 0 0 1-65.28 47.232L512 827.648l-242.24 129.216a44.8 44.8 0 0 1-65.152-47.232l47.104-268.544-197.632-193.28a44.8 44.8 0 0 1 24.896-76.352l272.768-39.552L471.68 87.04a44.864 44.864 0 0 1 40.128-25.152z" fill="#FF9D00" ></path></symbol><symbol id="icon-voyage-distance-blue" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#E9F7FD" ></path><path d="M663.466667 711.125333h-2.133334a24.917333 24.917333 0 0 1 0-49.792h74.666667a74.666667 74.666667 0 0 1 0 149.333334H288a74.666667 74.666667 0 0 1 0-149.333334H362.666667a24.874667 24.874667 0 0 1 0 49.792H288a24.874667 24.874667 0 1 0 0 49.749334h448a24.874667 24.874667 0 1 0 0-49.749334h-72.533333z m-134.229334-16.298666a24.874667 24.874667 0 0 1-34.474666 0c-121.258667-116.138667-181.888-209.621333-181.888-280.405334C312.874667 303.402667 402.048 213.333333 512 213.333333s199.125333 90.026667 199.125333 201.088c0 70.784-60.629333 164.266667-181.888 280.405334z" fill="#0095EE" ></path><path d="M512 512a93.312 93.312 0 1 0 0-186.624A93.312 93.312 0 0 0 512 512z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-BunkerPriceTracker" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#E9F7FD" ></path><path d="M269.312 232.405333c-13.781333 2.517333-26.453333 9.216-36.266667 19.242667-7.808 7.850667-12.8 15.786667-16.810666 26.88L213.333333 286.549333v353.493334l2.56 7.594666c3.242667 9.898667 5.418667 14.037333 11.52 22.186667 5.888 7.893333 15.786667 15.786667 25.088 20.096 14.208 6.528 13.269333 6.485333 127.658667 6.485333h104.405333v41.6H399.914667c-93.056 0-88.405333-0.298667-96.384 6.741334-6.186667 5.461333-8.618667 11.136-8.618667 20.053333 0 8.96 2.432 14.634667 8.618667 20.096 8.234667 7.296-8.106667 6.784 208.213333 6.784s199.936 0.512 208.213333-6.784c6.144-5.461333 8.533333-11.093333 8.533334-20.053333 0-8.96-2.389333-14.634667-8.533334-20.096-8.021333-7.04-3.370667-6.741333-96.426666-6.741334h-84.608v-41.557333h104.362666c91.008 0 105.472-0.256 112.768-1.749333a66.986667 66.986667 0 0 0 34.474667-18.517334c9.429333-9.514667 15.829333-21.589333 18.389333-34.730666 1.578667-7.466667 1.749333-27.562667 1.749334-177.578667 0-185.6 0.256-177.834667-6.442667-192.554667a68.906667 68.906667 0 0 0-41.386667-36.864l-7.082666-2.602666-240.768-0.170667c-132.437333-0.085333-242.986667 0.256-245.674667 0.725333zM378.026667 341.76c-13.781333 2.56-26.453333 9.344-36.309334 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.474667 6.912-2.816 9.813333-2.816 21.162667s0.341333 14.250667 2.773334 21.162666c3.84 10.965333 8.832 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.786666 20.138667 66.56 66.56 0 0 0 47.701334-20.138667 67.754667 67.754667 0 0 0 0.042666-96.085333A64.853333 64.853333 0 0 0 392.746667 341.333333a84.821333 84.821333 0 0 0-14.72 0.469334z m233.642666 0.682667c-4.181333 1.28-23.210667 17.578667-115.797333 99.029333a9665.536 9665.536 0 0 0-113.749333 100.992 33.578667 33.578667 0 0 0-6.272 17.152c0 6.485333 3.285333 14.08 8.234666 19.072 7.978667 8.021333 19.456 10.24 30.037334 5.76 3.584-1.493333 221.610667-192.64 227.2-199.210667a33.536 33.536 0 0 0 6.272-17.152c0-10.965333-8.448-22.613333-18.730667-25.685333a25.173333 25.173333 0 0 0-17.194667 0zM399.061333 399.744c2.986667 2.986667 3.413333 4.138667 3.413334 9.386667 0 5.290667-0.426667 6.4-3.541334 9.557333-3.157333 3.157333-4.266667 3.584-9.514666 3.584s-6.314667-0.426667-9.472-3.584c-3.114667-3.157333-3.541333-4.266667-3.541334-9.472 0-4.778667 0.512-6.485333 2.688-8.874667 3.712-3.968 6.229333-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z m223.573334 51.456c-13.781333 2.56-26.453333 9.344-36.352 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.432 6.912-2.816 9.813333-2.816 21.162667s0.384 14.250667 2.816 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.744 20.138667 66.56 66.56 0 0 0 47.701333-20.138667 67.797333 67.797333 0 0 0 0.085333-96.042666 64.853333 64.853333 0 0 0-44.501333-19.84 84.48 84.48 0 0 0-14.72 0.469333z m21.034666 57.984c2.986667 2.986667 3.413333 4.181333 3.413334 9.386667 0 5.290667-0.426667 6.4-3.584 9.557333-3.114667 3.2-4.224 3.584-9.472 3.584s-6.357333-0.426667-9.472-3.584c-3.157333-3.157333-3.584-4.266667-3.584-9.472 0-4.778667 0.512-6.485333 2.730666-8.874667 3.669333-3.968 6.186667-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z" fill="#0095EE" ></path><path d="M378.026667 341.76c-13.781333 2.56-26.453333 9.344-36.309334 19.328-7.893333 7.936-12.8 15.914667-16.64 26.88-2.474667 6.912-2.816 9.813333-2.816 21.162667s0.341333 14.250667 2.773334 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.786666 20.138667 66.56 66.56 0 0 0 47.701334-20.138667 67.797333 67.797333 0 0 0 0.042666-96.085333A64.853333 64.853333 0 0 0 392.746667 341.333333a84.821333 84.821333 0 0 0-14.72 0.469334z m233.642666 0.682667c-4.181333 1.28-23.210667 17.578667-115.797333 99.029333a9624.618667 9624.618667 0 0 0-113.749333 100.992 33.578667 33.578667 0 0 0-6.272 17.152c0 6.485333 3.285333 14.08 8.234666 19.072 7.978667 8.021333 19.456 10.24 30.037334 5.76 3.584-1.536 221.610667-192.64 227.2-199.210667a33.578667 33.578667 0 0 0 6.272-17.152c0-10.965333-8.448-22.613333-18.730667-25.685333a25.173333 25.173333 0 0 0-17.194667 0zM399.061333 399.744c2.986667 2.986667 3.413333 4.138667 3.413334 9.386667 0 5.290667-0.426667 6.4-3.541334 9.557333-3.157333 3.157333-4.266667 3.584-9.514666 3.584s-6.314667-0.426667-9.472-3.584c-3.114667-3.157333-3.541333-4.266667-3.541334-9.472 0-4.778667 0.512-6.485333 2.688-8.874667 3.712-3.968 6.229333-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z m223.573334 51.456c-13.781333 2.56-26.453333 9.344-36.352 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.432 6.912-2.816 9.813333-2.816 21.162667s0.384 14.250667 2.816 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.744 20.138667 66.56 66.56 0 0 0 47.701333-20.138667 67.797333 67.797333 0 0 0 0.085333-96.085333 64.853333 64.853333 0 0 0-44.501333-19.797333 84.48 84.48 0 0 0-14.72 0.469333z m21.034666 57.984c2.986667 2.986667 3.413333 4.181333 3.413334 9.386667 0 5.290667-0.426667 6.4-3.584 9.557333-3.114667 3.2-4.224 3.584-9.472 3.584s-6.357333-0.426667-9.514667-3.584c-3.114667-3.157333-3.541333-4.266667-3.541333-9.472 0-4.778667 0.512-6.485333 2.730666-8.874667 3.669333-3.968 6.186667-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.106667 3.84z" fill="#FFFFFF" ></path></symbol><symbol id="icon-freight-calculator-blue" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#E9F7FD" ></path><path d="M780.8 751.018667a29.866667 29.866667 0 0 1 0 59.648H243.584a29.824 29.824 0 0 1 0-59.648h537.301333zM750.677333 213.333333a59.648 59.648 0 0 1 59.605334 59.648v358.4a59.690667 59.690667 0 0 1-59.605334 59.648l-477.269333 0.341334a59.733333 59.733333 0 0 1-59.605333-59.648v-55.893334L213.333333 494.976V272.981333A59.690667 59.690667 0 0 1 272.938667 213.333333h477.696z" fill="#0095EE" ></path><path d="M224.512 568.448a30.08 30.08 0 0 1-10.752 7.381333L213.333333 494.976l95.616-95.573333a29.824 29.824 0 0 1 42.24 0l105.386667 105.514666 126.677333-126.762666-19.413333-19.456a29.781333 29.781333 0 0 1 17.749333-50.773334l91.136-10.112a27.605333 27.605333 0 0 1 3.370667 0 29.866667 29.866667 0 0 1 29.824 33.152l-10.154667 91.221334a29.781333 29.781333 0 0 1-50.688 17.834666l-19.413333-19.413333-147.754667 147.84a29.866667 29.866667 0 0 1-42.24 0l-105.728-105.6-105.429333 105.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-BunkerPriceTracker-shoucang" viewBox="0 0 1024 1024"><path d="M0 0m170.666667 0l682.666666 0q170.666667 0 170.666667 170.666667l0 682.666666q0 170.666667-170.666667 170.666667l-682.666666 0q-170.666667 0-170.666667-170.666667l0-682.666666q0-170.666667 170.666667-170.666667Z" fill="#ECF7EC" ></path><path d="M269.312 232.405333c-13.781333 2.517333-26.453333 9.216-36.266667 19.242667-7.808 7.850667-12.8 15.786667-16.810666 26.88L213.333333 286.549333v353.493334l2.56 7.594666c3.242667 9.898667 5.418667 14.037333 11.52 22.186667 5.888 7.893333 15.786667 15.786667 25.088 20.096 14.208 6.528 13.269333 6.485333 127.658667 6.485333h104.405333v41.6H399.914667c-93.056 0-88.405333-0.298667-96.384 6.741334-6.186667 5.461333-8.618667 11.136-8.618667 20.053333 0 8.96 2.432 14.634667 8.618667 20.096 8.234667 7.296-8.106667 6.784 208.213333 6.784s199.936 0.512 208.213333-6.784c6.144-5.461333 8.533333-11.093333 8.533334-20.053333 0-8.96-2.389333-14.634667-8.533334-20.096-8.021333-7.04-3.370667-6.741333-96.426666-6.741334h-84.608v-41.557333h104.362666c91.008 0 105.472-0.256 112.768-1.749333a66.986667 66.986667 0 0 0 34.474667-18.517334c9.429333-9.514667 15.829333-21.589333 18.389333-34.730666 1.578667-7.466667 1.749333-27.562667 1.749334-177.578667 0-185.6 0.256-177.834667-6.442667-192.554667a68.906667 68.906667 0 0 0-41.386667-36.864l-7.082666-2.602666-240.768-0.170667c-132.437333-0.085333-242.986667 0.256-245.674667 0.725333zM378.026667 341.76c-13.781333 2.56-26.453333 9.344-36.309334 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.474667 6.912-2.816 9.813333-2.816 21.162667s0.341333 14.250667 2.773334 21.162666c3.84 10.965333 8.832 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.786666 20.138667 66.56 66.56 0 0 0 47.701334-20.138667 67.754667 67.754667 0 0 0 0.042666-96.085333A64.853333 64.853333 0 0 0 392.746667 341.333333a84.821333 84.821333 0 0 0-14.72 0.469334z m233.642666 0.682667c-4.181333 1.28-23.210667 17.578667-115.797333 99.029333a9665.536 9665.536 0 0 0-113.749333 100.992 33.578667 33.578667 0 0 0-6.272 17.152c0 6.485333 3.285333 14.08 8.234666 19.072 7.978667 8.021333 19.456 10.24 30.037334 5.76 3.584-1.493333 221.610667-192.64 227.2-199.210667a33.536 33.536 0 0 0 6.272-17.152c0-10.965333-8.448-22.613333-18.730667-25.685333a25.173333 25.173333 0 0 0-17.194667 0zM399.061333 399.744c2.986667 2.986667 3.413333 4.138667 3.413334 9.386667 0 5.290667-0.426667 6.4-3.541334 9.557333-3.157333 3.157333-4.266667 3.584-9.514666 3.584s-6.314667-0.426667-9.472-3.584c-3.114667-3.157333-3.541333-4.266667-3.541334-9.472 0-4.778667 0.512-6.485333 2.688-8.874667 3.712-3.968 6.229333-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z m223.573334 51.456c-13.781333 2.56-26.453333 9.344-36.352 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.432 6.912-2.816 9.813333-2.816 21.162667s0.384 14.250667 2.816 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.744 20.138667 66.56 66.56 0 0 0 47.701333-20.138667 67.797333 67.797333 0 0 0 0.085333-96.042666 64.853333 64.853333 0 0 0-44.501333-19.84 84.48 84.48 0 0 0-14.72 0.469333z m21.034666 57.984c2.986667 2.986667 3.413333 4.181333 3.413334 9.386667 0 5.290667-0.426667 6.4-3.584 9.557333-3.114667 3.2-4.224 3.584-9.472 3.584s-6.357333-0.426667-9.472-3.584c-3.157333-3.157333-3.584-4.266667-3.584-9.472 0-4.778667 0.512-6.485333 2.730666-8.874667 3.669333-3.968 6.186667-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z" fill="#00CC7B" ></path><path d="M378.026667 341.76c-13.781333 2.56-26.453333 9.344-36.309334 19.328-7.893333 7.936-12.8 15.914667-16.64 26.88-2.474667 6.912-2.816 9.813333-2.816 21.162667s0.341333 14.250667 2.773334 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.786666 20.138667 66.56 66.56 0 0 0 47.701334-20.138667 67.797333 67.797333 0 0 0 0.042666-96.085333A64.853333 64.853333 0 0 0 392.746667 341.333333a84.778667 84.778667 0 0 0-14.72 0.469334z m233.642666 0.682667c-4.181333 1.28-23.210667 17.578667-115.797333 99.029333a9622.485333 9622.485333 0 0 0-113.749333 100.992 33.578667 33.578667 0 0 0-6.272 17.152c0 6.485333 3.285333 14.08 8.234666 19.072 7.978667 8.021333 19.456 10.24 30.037334 5.76 3.584-1.536 221.610667-192.64 227.2-199.210667a33.578667 33.578667 0 0 0 6.272-17.152c0-10.965333-8.448-22.613333-18.730667-25.685333a25.173333 25.173333 0 0 0-17.194667 0zM399.061333 399.744c2.986667 2.986667 3.413333 4.138667 3.413334 9.386667 0 5.290667-0.426667 6.4-3.541334 9.557333-3.157333 3.157333-4.266667 3.584-9.514666 3.584s-6.314667-0.426667-9.472-3.584c-3.114667-3.157333-3.541333-4.266667-3.541334-9.472 0-4.778667 0.512-6.485333 2.688-8.874667 3.712-3.968 6.229333-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z m223.573334 51.456c-13.781333 2.56-26.453333 9.344-36.352 19.328-7.850667 7.936-12.8 15.914667-16.64 26.88-2.432 6.912-2.816 9.813333-2.816 21.162667s0.384 14.250667 2.816 21.162666c3.84 10.965333 8.789333 18.986667 16.64 26.88a66.944 66.944 0 0 0 47.744 20.138667 66.56 66.56 0 0 0 47.701333-20.138667 67.797333 67.797333 0 0 0 0.085333-96.085333 64.853333 64.853333 0 0 0-44.501333-19.797333 84.48 84.48 0 0 0-14.72 0.469333z m21.034666 57.984c2.986667 2.986667 3.413333 4.181333 3.413334 9.386667 0 5.290667-0.426667 6.4-3.584 9.557333-3.114667 3.2-4.224 3.584-9.472 3.584s-6.357333-0.426667-9.514667-3.584c-3.114667-3.157333-3.541333-4.266667-3.541333-9.472 0-4.778667 0.512-6.485333 2.730666-8.874667 3.669333-3.968 6.186667-4.949333 11.818667-4.437333a11.52 11.52 0 0 1 8.149333 3.84z" fill="#FFFFFF" ></path></symbol><symbol id="icon-voyage-archive-green" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#ECF7EC" ></path><path d="M682.282667 213.333333H341.76c-34.304 0-62.037333 27.818667-62.037333 62.037334V563.2h464.64V275.370667c0-34.304-27.818667-62.037333-62.037334-62.037334z m62.037333 398.293334H279.68c-36.693333 0-66.346667 29.653333-66.346667 66.346666v66.346667A66.389333 66.389333 0 0 0 279.68 810.666667h464.64A66.346667 66.346667 0 0 0 810.666667 744.32V677.973333c0-36.608-29.696-66.389333-66.346667-66.389333z" fill="#00CC7B" ></path><path d="M445.653333 478.805333H346.026667a33.237333 33.237333 0 0 1 0-66.389333h99.541333a33.237333 33.237333 0 0 1 0.085333 66.389333z m132.693334-163.882666a31.146667 31.146667 0 0 1-31.189334 31.189333h-203.093333a31.146667 31.146667 0 0 1-31.146667-31.189333v-3.968a31.146667 31.146667 0 0 1 31.146667-31.189334h203.136a31.146667 31.146667 0 0 1 31.232 31.189334v3.968h-0.085333zM312.874667 744.405333a33.237333 33.237333 0 1 1 33.152-33.152 33.152 33.152 0 0 1-33.152 33.152z m132.778666 0a33.237333 33.237333 0 1 1 33.152-33.152 33.152 33.152 0 0 1-33.152 33.152z" fill="#FFFFFF" ></path></symbol><symbol id="icon-freight-calculator-green" viewBox="0 0 1024 1024"><path d="M0 0m170.666667 0l682.666666 0q170.666667 0 170.666667 170.666667l0 682.666666q0 170.666667-170.666667 170.666667l-682.666666 0q-170.666667 0-170.666667-170.666667l0-682.666666q0-170.666667 170.666667-170.666667Z" fill="#ECF7EC" ></path><path d="M780.8 751.018667a29.866667 29.866667 0 0 1 0 59.648H243.584a29.824 29.824 0 0 1 0-59.648h537.301333zM750.677333 213.333333a59.648 59.648 0 0 1 59.605334 59.648v358.4a59.690667 59.690667 0 0 1-59.605334 59.648l-477.269333 0.341334a59.733333 59.733333 0 0 1-59.605333-59.648v-55.893334L213.333333 494.976V272.981333A59.690667 59.690667 0 0 1 272.938667 213.333333h477.696z" fill="#00CC7B" ></path><path d="M224.512 568.448a30.08 30.08 0 0 1-10.752 7.381333L213.333333 494.976l95.616-95.573333a29.824 29.824 0 0 1 42.24 0l105.386667 105.514666 126.677333-126.762666-19.413333-19.456a29.781333 29.781333 0 0 1 17.749333-50.773334l91.136-10.112a27.605333 27.605333 0 0 1 3.370667 0 29.866667 29.866667 0 0 1 29.824 33.152l-10.154667 91.221334a29.781333 29.781333 0 0 1-50.688 17.834666l-19.413333-19.413333-147.754667 147.84a29.866667 29.866667 0 0 1-42.24 0l-105.728-105.6-105.429333 105.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-voyage-archive-blue" viewBox="0 0 1024 1024"><path d="M0 0m170.666667 0l682.666666 0q170.666667 0 170.666667 170.666667l0 682.666666q0 170.666667-170.666667 170.666667l-682.666666 0q-170.666667 0-170.666667-170.666667l0-682.666666q0-170.666667 170.666667-170.666667Z" fill="#E9F7FD" ></path><path d="M682.282667 213.333333H341.76c-34.304 0-62.037333 27.818667-62.037333 62.037334V563.2h464.64V275.370667c0-34.304-27.818667-62.037333-62.037334-62.037334z m62.037333 398.293334H279.68c-36.693333 0-66.346667 29.653333-66.346667 66.346666v66.346667A66.389333 66.389333 0 0 0 279.68 810.666667h464.64A66.346667 66.346667 0 0 0 810.666667 744.32V677.973333c0-36.608-29.696-66.389333-66.346667-66.389333z" fill="#0095EE" ></path><path d="M445.653333 478.805333H346.026667a33.237333 33.237333 0 0 1 0-66.389333h99.541333a33.237333 33.237333 0 0 1 0.085333 66.389333z m132.693334-163.882666a31.146667 31.146667 0 0 1-31.189334 31.189333h-203.093333a31.146667 31.146667 0 0 1-31.146667-31.189333v-3.968a31.146667 31.146667 0 0 1 31.146667-31.189334h203.136a31.146667 31.146667 0 0 1 31.232 31.189334v3.968h-0.085333zM312.874667 744.405333a33.237333 33.237333 0 1 1 33.152-33.152 33.152 33.152 0 0 1-33.152 33.152z m132.778666 0a33.237333 33.237333 0 1 1 33.152-33.152 33.152 33.152 0 0 1-33.152 33.152z" fill="#FFFFFF" ></path></symbol><symbol id="icon-voyage-distance-green" viewBox="0 0 1024 1024"><path d="M0 0m170.666667 0l682.666666 0q170.666667 0 170.666667 170.666667l0 682.666666q0 170.666667-170.666667 170.666667l-682.666666 0q-170.666667 0-170.666667-170.666667l0-682.666666q0-170.666667 170.666667-170.666667Z" fill="#ECF7EC" ></path><path d="M663.466667 711.125333h-2.133334a24.917333 24.917333 0 0 1 0-49.792h74.666667a74.666667 74.666667 0 0 1 0 149.333334H288a74.666667 74.666667 0 0 1 0-149.333334H362.666667a24.874667 24.874667 0 0 1 0 49.792H288a24.874667 24.874667 0 1 0 0 49.749334h448a24.874667 24.874667 0 1 0 0-49.749334h-72.533333z m-134.229334-16.298666a24.874667 24.874667 0 0 1-34.474666 0c-121.258667-116.138667-181.888-209.621333-181.888-280.405334C312.874667 303.402667 402.048 213.333333 512 213.333333s199.125333 90.026667 199.125333 201.088c0 70.784-60.629333 164.266667-181.888 280.405334z" fill="#00CC7B" ></path><path d="M512 512a93.312 93.312 0 1 0 0-186.624A93.312 93.312 0 0 0 512 512z" fill="#FFFFFF" ></path></symbol><symbol id="icon-carbon-calculator-blue" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#E9F7FD" ></path><path d="M806.741333 685.226667h-145.877333a279.04 279.04 0 0 1-91.136 74.453333H806.4a24.917333 24.917333 0 0 0 24.96-24.832v-24.789333a24.448 24.448 0 0 0-24.618667-24.832z m0-140.288h-86.698666a287.445333 287.445333 0 0 1-19.498667 74.453333h106.496a24.917333 24.917333 0 0 0 24.96-24.832v-24.832a25.173333 25.173333 0 0 0-25.258667-24.789333z m0-140.629334h-106.197333c9.898667 23.893333 16.64 48.64 19.498667 74.453334h86.698666a24.917333 24.917333 0 0 0 24.917334-24.832v-24.832a24.917333 24.917333 0 0 0-24.917334-24.789334z m0-140.330666h-236.032a280.021333 280.021333 0 0 1 90.496 74.453333h145.493334a24.917333 24.917333 0 0 0 24.96-24.789333v-24.832a24.746667 24.746667 0 0 0-24.917334-24.832z m-365.226666-0.298667C303.573333 263.68 192 374.698667 192 511.530667c0 136.789333 111.616 248.149333 249.472 248.149333 137.856 0 249.472-111.018667 249.472-248.149333S579.029333 263.68 441.472 263.68z" fill="#0095EE" ></path><path d="M493.525333 390.272a21.333333 21.333333 0 0 1 30.165334 30.165333l-53.333334 53.333334h49.493334a21.333333 21.333333 0 0 1 0 42.666666h-57.258667v24.746667h57.301333a21.333333 21.333333 0 0 1 0 42.666667h-57.301333v34.773333a21.333333 21.333333 0 0 1-42.666667 0v-34.773333H362.666667a21.333333 21.333333 0 1 1 0-42.666667h57.258666v-24.746667H362.666667a21.333333 21.333333 0 1 1 0-42.666666h49.493333l-53.333333-53.333334a21.333333 21.333333 0 0 1 30.122666-30.165333l52.309334 52.266667 52.266666-52.266667z" fill="#FFFFFF" ></path></symbol><symbol id="icon-carbon-calculator-green" viewBox="0 0 1024 1024"><path d="M0 170.666667a170.666667 170.666667 0 0 1 170.666667-170.666667h682.666666a170.666667 170.666667 0 0 1 170.666667 170.666667v682.666666a170.666667 170.666667 0 0 1-170.666667 170.666667H170.666667a170.666667 170.666667 0 0 1-170.666667-170.666667V170.666667z" fill="#ECF7EC" ></path><path d="M806.741333 685.226667h-145.877333a279.04 279.04 0 0 1-91.136 74.453333H806.4a24.917333 24.917333 0 0 0 24.96-24.832v-24.789333a24.448 24.448 0 0 0-24.618667-24.832z m0-140.288h-86.698666a287.445333 287.445333 0 0 1-19.498667 74.453333h106.496a24.917333 24.917333 0 0 0 24.96-24.832v-24.832a25.173333 25.173333 0 0 0-25.258667-24.789333z m0-140.629334h-106.197333c9.898667 23.893333 16.64 48.64 19.498667 74.453334h86.698666a24.917333 24.917333 0 0 0 24.917334-24.832v-24.832a24.917333 24.917333 0 0 0-24.917334-24.789334z m0-140.330666h-236.032a280.021333 280.021333 0 0 1 90.496 74.453333h145.493334a24.917333 24.917333 0 0 0 24.96-24.789333v-24.832a24.746667 24.746667 0 0 0-24.917334-24.832z m-365.226666-0.298667C303.573333 263.68 192 374.698667 192 511.530667c0 136.789333 111.616 248.149333 249.472 248.149333 137.856 0 249.472-111.018667 249.472-248.149333S579.029333 263.68 441.472 263.68z" fill="#00CC7B" ></path><path d="M493.525333 390.272a21.333333 21.333333 0 0 1 30.165334 30.165333l-53.376 53.418667h49.578666a21.333333 21.333333 0 0 1 0 42.666667h-57.301333v24.704h57.301333a21.333333 21.333333 0 0 1 0 42.666666h-57.301333v34.773334a21.333333 21.333333 0 0 1-42.666667 0v-34.773334H362.666667a21.333333 21.333333 0 0 1 0-42.666666h57.258666v-24.746667H362.666667a21.333333 21.333333 0 0 1 0-42.666667h49.536L358.826667 420.48a21.333333 21.333333 0 0 1 30.165333-30.165333l52.309333 52.266666 52.266667-52.266666z" fill="#FFFFFF" ></path></symbol><symbol id="icon-zengjia" viewBox="0 0 1024 1024"><path d="M600.746667 335.075556c45.568 0 82.488889 36.977778 82.488889 82.488888v426.666667c0 45.511111-36.920889 82.488889-82.488889 82.488889h-426.666667c-45.511111 0-82.488889-36.977778-82.488889-82.488889v-426.666667c0-45.511111 36.977778-82.488889 82.488889-82.488888h426.666667z m-426.666667 79.644444a2.844444 2.844444 0 0 0-2.844444 2.844444v426.666667c0 1.536 1.308444 2.844444 2.844444 2.844445h426.666667a2.844444 2.844444 0 0 0 2.844444-2.844445v-426.666667a2.844444 2.844444 0 0 0-2.844444-2.844444h-426.666667z m213.333333 69.688889c22.016 0 39.822222 17.863111 39.822223 39.822222v66.844445h66.901333a39.879111 39.879111 0 0 1 0 79.644444H427.235556v66.844444a39.822222 39.822222 0 0 1-79.644445 0V670.72H280.746667a39.822222 39.822222 0 0 1 0-79.644444H347.591111V524.231111a39.822222 39.822222 0 0 1 39.822222-39.822222z m467.228445-387.128889c43.292444 0 77.767111 35.328 77.824 78.108444v421.205334a77.937778 77.937778 0 0 1-77.824 78.108444H778.808889a39.822222 39.822222 0 0 1 0-79.644444h73.955555V176.924444h-375.466666v55.921778a39.822222 39.822222 0 0 1-79.644445 0v-57.457778A77.937778 77.937778 0 0 1 475.420444 97.28h379.221334z" fill="#FFFFFF" ></path></symbol><symbol id="icon-shangchuan" viewBox="0 0 1024 1024"><path d="M512 130.844444c155.136 0 282.339556 119.466667 294.684444 271.416889a253.155556 253.155556 0 0 1-156.16 481.28 39.822222 39.822222 0 1 1 21.617778-76.572444 173.511111 173.511111 0 0 0 87.779556-335.758222 39.765333 39.765333 0 0 1-30.151111-34.019556 39.765333 39.765333 0 0 1-1.592889-10.524444 216.177778 216.177778 0 1 0-432.355556 0c0 13.994667-7.224889 26.168889-18.090666 33.336889a39.537778 39.537778 0 0 1-19.399112 11.150222 173.624889 173.624889 0 1 0 87.779556 335.815111 39.822222 39.822222 0 0 1 21.731556 76.572444A253.326222 253.326222 0 0 1 45.511111 640a253.212444 253.212444 0 0 1 171.804445-239.786667A295.822222 295.822222 0 0 1 512 130.844444z m-28.216889 287.459556a39.822222 39.822222 0 0 1 56.32-0.170667l152.064 150.983111a39.822222 39.822222 0 1 1-56.035555 56.490667L551.822222 541.980444v268.686223a39.822222 39.822222 0 0 1-79.644444 0V542.72l-79.872 80.213333a39.822222 39.822222 0 0 1-56.490667-56.206222l147.911111-148.48z" fill="#FFFFFF" ></path></symbol><symbol id="icon-shuaxin" viewBox="0 0 1024 1024"><path d="M856.007111 642.844444h0.853333c1.592889 0.056889 3.128889 0.341333 4.721778 0.568889 1.137778 0.113778 2.218667 0.284444 3.299556 0.568889a39.253333 39.253333 0 0 1 7.850666 2.730667l0.853334 0.284444c0.625778 0.284444 1.137778 0.739556 1.706666 1.080889a39.537778 39.537778 0 0 1 4.039112 2.446222c0.967111 0.739556 1.877333 1.592889 2.787555 2.389334 1.024 0.853333 1.991111 1.706667 2.958222 2.730666l1.991111 2.446223a39.936 39.936 0 0 1 7.224889 14.563555c0.227556 1.024 0.568889 2.048 0.682667 3.128889a38.513778 38.513778 0 0 1 0.568889 4.721778c0 0.739556 0.170667 1.422222 0.170667 2.161778v170.666666a39.822222 39.822222 0 0 1-79.644445 0v-45.738666a415.573333 415.573333 0 0 1-301.283555 128.227555 423.879111 423.879111 0 0 1-379.790223-235.406222 39.822222 39.822222 0 0 1 71.338667-35.441778 344.177778 344.177778 0 0 0 308.451556 191.146667c110.478222 0 207.075556-52.110222 269.482666-133.632h-72.988444a39.822222 39.822222 0 0 1 0-79.644445h144.725333zM455.111111 364.657778a82.488889 82.488889 0 0 1 116.622222 0l90.624 90.510222a82.545778 82.545778 0 0 1 0 116.622222l-90.567111 90.567111a82.488889 82.488889 0 0 1-116.679111 0l-90.453333-90.510222A82.488889 82.488889 0 0 1 364.657778 455.111111L455.111111 364.714667z m60.302222 56.32a2.844444 2.844444 0 0 0-3.982222 0l-90.453333 90.510222a2.844444 2.844444 0 0 0 0 3.982222l90.453333 90.510222c1.137778 1.137778 2.901333 1.137778 3.982222 0l90.567111-90.453333a2.844444 2.844444 0 0 0 0-3.982222L515.527111 420.977778z m-3.640889-332.8a423.822222 423.822222 0 0 1 379.733334 235.406222 39.822222 39.822222 0 0 1-71.338667 35.498667 344.177778 344.177778 0 0 0-308.337778-191.260445 337.351111 337.351111 0 0 0-269.653333 133.688889h73.102222a39.822222 39.822222 0 0 1 0 79.644445H170.666667l-1.080889-0.113778c-1.479111 0-2.901333-0.284444-4.437334-0.512-1.251556-0.170667-2.446222-0.284444-3.640888-0.568889A39.310222 39.310222 0 0 1 153.6 377.173333l-0.682667-0.227555-1.706666-1.137778a39.708444 39.708444 0 0 1-4.039111-2.503111c-0.967111-0.682667-1.877333-1.536-2.787556-2.275556a39.196444 39.196444 0 0 1-7.736889-9.159111c-0.568889-0.967111-1.024-1.934222-1.479111-2.844444a39.253333 39.253333 0 0 1-1.820444-4.152889c-0.398222-1.024-0.682667-2.048-0.967112-3.072a39.367111 39.367111 0 0 1-1.365333-8.419556L130.844444 341.333333V170.666667a39.822222 39.822222 0 0 1 79.644445 0v45.681777A415.687111 415.687111 0 0 1 511.829333 88.177778z" fill="#FFFFFF" ></path></symbol><symbol id="icon-yincang" viewBox="0 0 1024 1024"><path d="M99.84 99.84a39.822222 39.822222 0 0 1 56.32 0l768 768a39.822222 39.822222 0 0 1-56.32 56.32l-284.444444-284.387556c-21.105778 11.832889-45.511111 18.773333-71.395556 18.773334a146.545778 146.545778 0 0 1-127.772444-217.998222l-284.444445-284.387556a39.822222 39.822222 0 0 1 0-56.32zM184.888889 353.28a39.822222 39.822222 0 0 1 50.801778 61.326222A842.296889 842.296889 0 0 0 136.704 512a841.955556 841.955556 0 0 0 98.986667 97.28C310.328889 671.288889 408.064 728.177778 512 728.177778c25.6 0 50.915556-3.413333 75.662222-9.671111a39.822222 39.822222 0 1 1 19.342222 77.255111A391.054222 391.054222 0 0 1 512 807.822222c-131.697778 0-247.352889-71.054222-327.111111-137.102222a920.405333 920.405333 0 0 1-121.742222-122.595556 545.28 545.28 0 0 1-7.054223-8.817777l-1.877333-2.446223-0.568889-0.682666L53.475556 535.893333v-0.113777a39.879111 39.879111 0 0 1 0-47.672889v-0.113778l0.170666-0.227556 0.568889-0.682666 1.877333-2.446223c1.649778-2.104889 3.982222-5.12 6.997334-8.817777a920.348444 920.348444 0 0 1 121.742222-122.538667zM512 216.177778c131.640889 0 247.352889 71.054222 327.111111 137.102222a920.120889 920.120889 0 0 1 121.742222 122.595556c3.015111 3.697778 5.404444 6.712889 6.997334 8.817777l1.934222 2.446223a10.922667 10.922667 0 0 1 0.739555 0.910222v0.113778l3.527112 5.575111a39.822222 39.822222 0 0 1 0 36.522666l-3.527112 5.575111v0.113778l-0.227555 0.227556-0.568889 0.682666-1.877333 2.446223a803.271111 803.271111 0 0 1-33.166223 39.253333 921.031111 921.031111 0 0 1-95.573333 92.16 39.822222 39.822222 0 0 1-50.858667-61.44 842.296889 842.296889 0 0 0 87.267556-83.911111c4.323556-4.778667 8.192-9.329778 11.662222-13.368889a841.841778 841.841778 0 0 0-98.986666-97.28C713.728 352.711111 615.992889 295.822222 512.056889 295.822222c-25.429333 0-50.517333 3.413333-75.093333 9.500445a39.822222 39.822222 0 0 1-19.114667-77.368889A390.826667 390.826667 0 0 1 512 216.177778zM445.952 502.328889a66.901333 66.901333 0 0 0 75.776 75.776L445.952 502.215111z" fill="#FFFFFF" ></path></symbol><symbol id="icon-Frame" viewBox="0 0 1024 1024"><path d="M506.311111 74.353778a39.879111 39.879111 0 0 1 16.839111 1.194666l349.468445 102.115556a39.822222 39.822222 0 0 1 28.615111 38.229333v209.351111a551.025778 551.025778 0 0 1-376.832 522.808889 39.879111 39.879111 0 0 1-25.144889 0A551.139556 551.139556 0 0 1 122.311111 425.130667v-209.351111a39.822222 39.822222 0 0 1 28.672-38.115556l349.866667-102.172444 5.518222-1.194667zM201.955556 245.703111v179.484445a471.381333 471.381333 0 0 0 309.873777 442.766222 471.324444 471.324444 0 0 0 309.816889-442.709334V245.703111L511.943111 155.306667 201.955556 245.703111z m475.932444 111.843556a39.822222 39.822222 0 0 1 56.32 56.32l-233.130667 233.130666a39.822222 39.822222 0 0 1-56.32 0l-135.964444-135.964444a39.822222 39.822222 0 0 1 56.32-56.32l107.804444 107.804444 204.970667-204.970666z" fill="#FFFFFF" ></path></symbol><symbol id="icon-chakan" viewBox="0 0 1024 1024"><path d="M512 216.177778c131.697778 0 247.352889 71.054222 327.111111 137.102222a920.462222 920.462222 0 0 1 121.742222 122.595556l7.054223 8.817777 1.877333 2.446223c0.227556 0.341333 0.398222 0.568889 0.568889 0.682666 0 0.113778 0.113778 0.170667 0.170666 0.227556v0.113778l3.527112 5.575111a39.822222 39.822222 0 0 1 0 36.522666l-3.470223 5.575111-0.056889 0.113778-0.170666 0.227556-0.568889 0.682666-1.877333 2.446223c-1.649778 2.104889-3.982222 5.12-6.997334 8.817777a920.462222 920.462222 0 0 1-121.742222 122.538667C759.296 736.768 643.640889 807.822222 512 807.822222c-131.754667 0-247.409778-71.054222-327.111111-137.102222a920.120889 920.120889 0 0 1-121.856-122.595556 544.995556 544.995556 0 0 1-6.997333-8.817777l-1.877334-2.446223c-0.227556-0.341333-0.398222-0.568889-0.568889-0.682666 0-0.113778-0.113778-0.170667-0.170666-0.227556v-0.113778a39.879111 39.879111 0 0 1 0-47.672888v-0.113778l0.170666-0.227556 0.568889-0.682666 1.877334-2.446223a804.693333 804.693333 0 0 1 33.166222-39.253333c22.584889-25.088 55.182222-58.595556 95.630222-92.16C264.647111 287.288889 380.302222 216.177778 512 216.177778z m0 79.644444c-103.936 0-201.614222 56.945778-276.252444 118.897778A841.955556 841.955556 0 0 0 136.760889 512c3.413333 4.039111 7.395556 8.533333 11.662222 13.368889 20.650667 22.983111 50.517333 53.475556 87.324445 83.968C310.385778 671.232 408.064 728.177778 512 728.177778s201.614222-56.945778 276.309333-118.897778a840.988444 840.988444 0 0 0 87.267556-83.911111c4.323556-4.778667 8.192-9.329778 11.662222-13.368889l-11.662222-13.368889c-20.650667-22.983111-50.517333-53.475556-87.267556-83.968C713.557333 352.768 615.936 295.822222 512 295.822222z" fill="#FFFFFF" ></path><path d="M578.844444 512a66.844444 66.844444 0 1 0-133.688888 0 66.844444 66.844444 0 0 0 133.688888 0z m79.644445 0a146.488889 146.488889 0 1 1-292.977778 0 146.488889 146.488889 0 0 1 292.977778 0z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-pasttrack" viewBox="0 0 1024 1024"><path d="M810.666667 88.177778c41.528889 0 82.488889 31.175111 82.488889 78.222222v691.2c0 47.047111-40.96 78.222222-82.488889 78.222222H213.333333c-41.528889 0-82.488889-31.175111-82.488889-78.222222V166.4c0-47.047111 40.96-78.222222 82.488889-78.222222h597.333334z m-597.333334 79.644444a6.542222 6.542222 0 0 0-2.844444 0.568889v687.217778c0.568889 0.227556 1.536 0.568889 2.844444 0.568889h597.333334c1.308444 0 2.275556-0.341333 2.844444-0.568889V168.391111a6.542222 6.542222 0 0 0-2.844444-0.568889H213.333333z" fill="#FFFFFF" ></path><path d="M705.422222 315.733333a39.822222 39.822222 0 0 1 0 79.644445H449.422222a39.822222 39.822222 0 0 1 0-79.644445h256zM705.422222 529.066667a39.822222 39.822222 0 0 1 0 79.644444H449.422222a39.822222 39.822222 0 0 1 0-79.644444h256z" fill="#FFFFFF" ></path><path d="M321.422222 398.222222a42.666667 42.666667 0 1 0 0-85.333333 42.666667 42.666667 0 0 0 0 85.333333zM321.422222 611.555556a42.666667 42.666667 0 1 0 0-85.333334 42.666667 42.666667 0 0 0 0 85.333334z" fill="#FFFFFF" ></path></symbol><symbol id="icon-xiazai" viewBox="0 0 1024 1024"><path d="M512 130.844444c155.136 0 282.339556 119.466667 294.684444 271.416889a253.155556 253.155556 0 0 1-156.16 481.28 39.822222 39.822222 0 1 1 21.617778-76.572444 173.511111 173.511111 0 0 0 87.779556-335.758222 39.765333 39.765333 0 0 1-30.151111-34.019556 39.765333 39.765333 0 0 1-1.592889-10.524444 216.177778 216.177778 0 1 0-432.355556 0c0 13.994667-7.224889 26.168889-18.090666 33.336889a39.537778 39.537778 0 0 1-19.399112 11.150222 173.624889 173.624889 0 1 0 87.779556 335.815111 39.822222 39.822222 0 0 1 21.731556 76.572444A253.326222 253.326222 0 0 1 45.511111 640a253.212444 253.212444 0 0 1 171.804445-239.786667A295.822222 295.822222 0 0 1 512 130.844444z m0 256a39.822222 39.822222 0 0 1 39.822222 39.822223v268.629333l84.309334-83.626667a39.822222 39.822222 0 0 1 56.035555 56.604445L540.046222 819.2a39.822222 39.822222 0 0 1-56.32-0.113778l-147.911111-148.423111a39.822222 39.822222 0 0 1 56.490667-56.206222L472.177778 694.499556V426.666667a39.822222 39.822222 0 0 1 39.822222-39.822223z" fill="#FFFFFF" ></path></symbol><symbol id="icon-bofang" viewBox="0 0 1024 1024"><path d="M512 88.177778a423.822222 423.822222 0 1 1 0 847.644444 423.822222 423.822222 0 0 1 0-847.644444z m0 79.644444a344.177778 344.177778 0 1 0 0 688.355556 344.177778 344.177778 0 0 0 0-688.355556zM406.755556 335.303111a39.822222 39.822222 0 0 1 39.822222 0l246.328889 142.222222a39.822222 39.822222 0 0 1 0 68.949334l-246.328889 142.222222A39.822222 39.822222 0 0 1 386.844444 654.222222v-284.444444c0-14.222222 7.623111-27.363556 19.911112-34.474667z m59.733333 249.912889L593.351111 512 466.488889 438.727111v146.488889z" fill="#FFFFFF" ></path></symbol><symbol id="icon-xinban" viewBox="0 0 1024 1024"><path d="M384 832.292571a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.362285-22.674286v-64a31.963429 31.963429 0 0 1 32.036571-31.963429z m128 0a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.362285-22.674286v-64A31.963429 31.963429 0 0 1 512 832.365714z m128 0a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.289143-22.674286v-64a31.963429 31.963429 0 0 1 31.963429-31.963429zM512 64c126.902857 0 252.635429 126.390857 252.635429 362.057143v4.608a176.64 176.64 0 0 1 99.328 158.939428c0 65.097143-30.573714 117.248-91.794286 156.306286a32.036571 32.036571 0 0 1-47.250286-15.652571l-4.096-10.898286a31.744 31.744 0 0 0-51.858286-11.410286l-42.349714 41.545143a64.073143 64.073143 0 0 1-44.763428 18.285714h-139.702858a64 64 0 0 1-44.836571-18.505142l-42.057143-41.472a30.793143 30.793143 0 0 0-50.614857 11.556571l-3.657143 10.386286a32.182857 32.182857 0 0 1-19.602286 19.456 32.109714 32.109714 0 0 1-27.501714-3.072c-62.610286-39.058286-93.915429-91.282286-93.915428-156.525715 0-67.584 37.595429-129.170286 96.329142-158.939428v-4.681143C256.292571 161.792 385.097143 64 512 64z m0 160.036571c-70.582857 0-128 57.344-128 128 0 70.582857 57.417143 128 128 128s128-57.417143 128-128c0-70.656-57.417143-128-128-128z m0 63.926858a64.073143 64.073143 0 0 1 0 128 64.073143 64.073143 0 0 1-64-63.926858c0-35.328 28.745143-64 64-64z" fill="#FFACAC" ></path></symbol><symbol id="icon-jiuban" viewBox="0 0 1024 1024"><path d="M384 832.292571a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.362285-22.674286v-64a31.963429 31.963429 0 0 1 32.036571-31.963429z m128 0a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.362285-22.674286v-64A31.963429 31.963429 0 0 1 512 832.365714z m128 0a32.109714 32.109714 0 0 1 32.036571 31.963429v64a32.109714 32.109714 0 0 1-54.710857 22.674286 32.109714 32.109714 0 0 1-9.289143-22.674286v-64a31.963429 31.963429 0 0 1 31.963429-31.963429zM512 64c126.902857 0 252.635429 126.390857 252.635429 362.057143v4.608a176.64 176.64 0 0 1 99.328 158.939428c0 65.097143-30.573714 117.248-91.794286 156.306286a32.036571 32.036571 0 0 1-47.250286-15.652571l-4.096-10.898286a31.744 31.744 0 0 0-51.858286-11.410286l-42.349714 41.545143a64.073143 64.073143 0 0 1-44.763428 18.285714h-139.702858a64 64 0 0 1-44.836571-18.505142l-42.057143-41.472a30.793143 30.793143 0 0 0-50.614857 11.556571l-3.657143 10.386286a32.182857 32.182857 0 0 1-19.602286 19.456 32.109714 32.109714 0 0 1-27.501714-3.072c-62.610286-39.058286-93.915429-91.282286-93.915428-156.525715 0-67.584 37.595429-129.170286 96.329142-158.939428v-4.681143C256.292571 161.792 385.097143 64 512 64z m0 160.036571c-70.582857 0-128 57.344-128 128 0 70.582857 57.417143 128 128 128s128-57.417143 128-128c0-70.656-57.417143-128-128-128z m0 63.926858a64.073143 64.073143 0 0 1 0 128 64.073143 64.073143 0 0 1-64-63.926858c0-35.328 28.745143-64 64-64z" fill="#ADB0FF" ></path></symbol><symbol id="icon-title-light" viewBox="0 0 1024 1024"><path d="M128 512l384-384 384 384-384 384-384-384z" fill="#62C3F5" fill-opacity=".2" ></path><path d="M256 256l256-256 256 256-256 256-256-256zM256 768l256-256 256 256-256 256-256-256z" fill="#0095EE" ></path></symbol><symbol id="icon-N" viewBox="0 0 1025 1024"><path d="M53.004434 737.28a78.262857 78.262857 0 0 1 9.728-36.425143l32.182857-58.075428a78.994286 78.994286 0 0 0-17.261714-97.718858l-50.102857-43.593142a78.482286 78.482286 0 0 1 23.405714-132.388572l61.952-23.844571a78.994286 78.994286 0 0 0 49.590857-85.869715l-10.313142-65.682285a78.482286 78.482286 0 0 1 102.912-86.308572l62.829714 21.430857a78.994286 78.994286 0 0 0 93.184-33.865142L445.34272 38.034286a78.482286 78.482286 0 0 1 134.436571 0l34.304 56.905143a78.994286 78.994286 0 0 0 93.184 33.865142l62.829715-21.430857a78.482286 78.482286 0 0 1 102.985143 86.308572l-10.24 65.609143a78.994286 78.994286 0 0 0 49.517714 85.869714l61.952 23.917714a78.482286 78.482286 0 0 1 23.405714 132.388572l-50.102857 43.666285a78.994286 78.994286 0 0 0-17.261714 97.645715l32.182857 58.075428a78.555429 78.555429 0 0 1-67.291429 116.443429l-66.413714 1.243428a78.994286 78.994286 0 0 0-75.922286 63.707429l-12.8 65.170286a78.555429 78.555429 0 0 1-126.244571 46.006857l-51.712-41.691429a78.994286 78.994286 0 0 0-99.108572 0l-51.712 41.691429a78.555429 78.555429 0 0 1-126.244571-46.006857l-12.8-65.097143a78.994286 78.994286 0 0 0-75.995429-63.780572l-66.413714-1.243428a78.482286 78.482286 0 0 1-76.873143-79.945143z" fill="#00C4E4" ></path><path d="M725.991863 298.642286l-90.697143 426.715428H547.815863L452.071863 503.588571l-47.542857 221.769143H299.276434l90.697143-426.715428h87.478857l96.402286 222.354285 46.884571-222.354285h105.252572z" fill="#FFFFFF" ></path></symbol><symbol id="icon-E" viewBox="0 0 1025 1024"><path d="M53.004434 737.28a78.262857 78.262857 0 0 1 9.728-36.425143l32.182857-58.075428a78.994286 78.994286 0 0 0-17.261714-97.718858l-50.102857-43.593142a78.482286 78.482286 0 0 1 23.405714-132.388572l61.952-23.844571a78.994286 78.994286 0 0 0 49.590857-85.869715l-10.313142-65.682285a78.482286 78.482286 0 0 1 102.912-86.308572l62.829714 21.430857a78.994286 78.994286 0 0 0 93.184-33.865142L445.34272 38.034286a78.482286 78.482286 0 0 1 134.436571 0l34.304 56.905143a78.994286 78.994286 0 0 0 93.184 33.865142l62.829715-21.430857a78.482286 78.482286 0 0 1 102.985143 86.308572l-10.24 65.609143a78.994286 78.994286 0 0 0 49.517714 85.869714l61.952 23.917714a78.482286 78.482286 0 0 1 23.405714 132.388572l-50.102857 43.666285a78.994286 78.994286 0 0 0-17.261714 97.645715l32.182857 58.075428a78.555429 78.555429 0 0 1-67.291429 116.443429l-66.413714 1.243428a78.994286 78.994286 0 0 0-75.922286 63.707429l-12.8 65.170286a78.555429 78.555429 0 0 1-126.244571 46.006857l-51.712-41.691429a78.994286 78.994286 0 0 0-99.108572 0l-51.712 41.691429a78.555429 78.555429 0 0 1-126.244571-46.006857l-12.8-65.097143a78.994286 78.994286 0 0 0-75.995429-63.780572l-66.413714-1.243428a78.482286 78.482286 0 0 1-76.873143-79.945143z" fill="#E46930" ></path><path d="M725.991863 298.642286L705.43872 386.194286h-207.725714l-19.090286 80.310857h179.346286l-20.553143 87.478857H458.069577L438.247863 637.805714H650.14272l-20.553143 87.552H299.276434L400.725577 298.642286h325.339429z" fill="#FFFFFF" ></path></symbol><symbol id="icon-B" viewBox="0 0 1025 1024"><path d="M53.004434 737.28a78.262857 78.262857 0 0 1 9.728-36.425143l32.182857-58.075428a78.994286 78.994286 0 0 0-17.261714-97.718858l-50.102857-43.593142a78.482286 78.482286 0 0 1 23.405714-132.388572l61.952-23.844571a78.994286 78.994286 0 0 0 49.590857-85.869715l-10.313142-65.682285a78.482286 78.482286 0 0 1 102.912-86.308572l62.829714 21.430857a78.994286 78.994286 0 0 0 93.184-33.865142L445.34272 38.034286a78.482286 78.482286 0 0 1 134.436571 0l34.304 56.905143a78.994286 78.994286 0 0 0 93.184 33.865142l62.829715-21.430857a78.482286 78.482286 0 0 1 102.985143 86.308572l-10.24 65.609143a78.994286 78.994286 0 0 0 49.517714 85.869714l61.952 23.917714a78.482286 78.482286 0 0 1 23.405714 132.388572l-50.102857 43.666285a78.994286 78.994286 0 0 0-17.261714 97.645715l32.182857 58.075428a78.555429 78.555429 0 0 1-67.291429 116.443429l-66.413714 1.243428a78.994286 78.994286 0 0 0-75.922286 63.707429l-12.8 65.170286a78.555429 78.555429 0 0 1-126.244571 46.006857l-51.712-41.691429a78.994286 78.994286 0 0 0-99.108572 0l-51.712 41.691429a78.555429 78.555429 0 0 1-126.244571-46.006857l-12.8-65.097143a78.994286 78.994286 0 0 0-75.995429-63.780572l-66.413714-1.243428a78.482286 78.482286 0 0 1-76.873143-79.945143z" fill="#88C40F" ></path><path d="M725.991863 398.701714c0 39.570286-17.773714 82.139429-75.995429 110.884572 24.137143 16.164571 42.642286 33.572571 42.642286 71.899428 0 88.137143-77.385143 143.872-175.396571 143.872h-217.965715l101.522286-426.715428h190.976c84.48 0 134.217143 40.228571 134.217143 100.059428z m-119.954286 19.748572c0-14.336-7.168-31.670857-36.205714-31.670857h-71.68L478.842149 465.188571h69.558857c46.153143 0 57.563429-31.158857 57.563428-46.811428zM573.34272 586.386286c0-16.164571-9.216-32.914286-38.326857-32.914286H458.362149l-19.894858 83.821714h75.264c39.058286 0 59.611429-23.405714 59.611429-50.907428z" fill="#FFFFFF" ></path></symbol><symbol id="icon-CPsudu" viewBox="0 0 1024 1024"><path d="M890.944 574.72a373.12 373.12 0 0 0-746.24 0c0 93.248 28.48 183.68 80.192 247.744h585.856c51.712-64.128 80.192-154.56 80.192-247.808z m89.6 0c0 118.08-38.528 238.528-116.352 322.88a44.8 44.8 0 0 1-32.896 14.464H204.352a44.8 44.8 0 0 1-32.96-14.464C93.568 813.248 55.04 692.8 55.04 574.72a462.72 462.72 0 0 1 925.44 0z" fill="#33B8FF" ></path><path d="M517.76 383.552c24.768 0 44.864 20.16 44.864 44.864v88.768a128.384 128.384 0 1 1-89.6 0V428.352c0-24.704 20.032-44.8 44.8-44.8z m0 215.04a38.784 38.784 0 1 0 0.064 77.568 38.784 38.784 0 0 0 0-77.504zM472.96 303.04v-41.792a44.8 44.8 0 0 1 89.664 0v41.792a44.8 44.8 0 0 1-89.6 0zM246.144 550.784a44.8 44.8 0 0 1 0 89.6h-41.792a44.8 44.8 0 0 1 0-89.6h41.792zM256.256 354.944a44.8 44.8 0 0 1 63.36 0l29.568 29.568a44.8 44.8 0 0 1-63.36 63.36l-29.568-29.568a44.8 44.8 0 0 1 0-63.36zM831.296 550.784a44.8 44.8 0 0 1 0 89.6h-41.792a44.8 44.8 0 0 1 0-89.6h41.792zM724.672 354.944a44.8 44.8 0 0 1 63.36 63.36l-29.568 29.568a44.8 44.8 0 0 1-63.36-63.36l29.568-29.568z" fill="#33B8FF" ></path></symbol><symbol id="icon-yihanghangjuli" viewBox="0 0 1024 1024"><path d="M744.512 355.84c0-123.584-103.04-225.728-232.512-225.728-129.472 0-232.512 102.144-232.512 225.792 0 86.272 58.304 172.928 126.016 242.752 32.832 33.92 65.92 61.696 90.752 81.024 5.696 4.48 11.008 8.32 15.744 11.776 4.672-3.52 10.112-7.296 15.808-11.776 24.832-19.328 57.856-47.168 90.688-81.024 67.712-69.824 126.08-156.416 126.08-242.752z m89.6 0c0 123.264-80.32 232-151.232 305.152a982.528 982.528 0 0 1-145.28 122.496l-0.896 0.64h-0.192a44.8 44.8 0 0 1-43.2 3.2l-5.824-3.2h-0.128l-0.256-0.192-0.768-0.512-2.56-1.792a892.48 892.48 0 0 1-42.624-31.232c-27.2-21.12-63.488-51.776-99.968-89.408-70.976-73.152-151.296-181.888-151.296-305.088C189.888 180.672 335.168 40.512 512 40.512c176.832 0 322.112 140.16 322.112 315.392z" fill="#33B8FF" ></path><path d="M573.888 362.688a61.888 61.888 0 1 0-123.776 0 61.888 61.888 0 0 0 123.776 0z m89.6 0a151.488 151.488 0 1 1-302.976 0 151.488 151.488 0 0 1 302.976 0zM40.512 853.312c0-71.872 58.24-130.112 130.112-130.112h128a44.8 44.8 0 0 1 0 89.6h-128a40.512 40.512 0 0 0 0 81.088h682.688a40.576 40.576 0 0 0 0-81.088h-128a44.8 44.8 0 0 1 0-89.6h128a130.112 130.112 0 0 1 0 260.224H170.624a130.112 130.112 0 0 1-130.112-130.112z" fill="#33B8FF" ></path></symbol><symbol id="icon-pingjunsudu" viewBox="0 0 1024 1024"><path d="M629.888 422.912a44.8 44.8 0 0 1 60.416 50.368l-1.728 6.336-0.064 0.128-0.128 0.512-0.64 1.664-2.304 6.4a2766.784 2766.784 0 0 1-36.096 94.4c-10.816 26.816-22.912 55.232-34.56 79.424-5.888 12.16-11.84 23.68-17.664 33.664a151.04 151.04 0 0 1-20.224 27.968A130.112 130.112 0 1 1 389.76 543.04c7.872-8.128 18.048-15.36 27.2-21.184 9.792-6.208 21.12-12.544 33.024-18.816 23.808-12.48 51.84-25.6 78.208-37.312a2835.2 2835.2 0 0 1 93.12-39.36l6.272-2.56 1.728-0.64 0.448-0.192h0.128z m-65.28 124.672c-25.6 11.392-51.584 23.552-72.96 34.752a388.48 388.48 0 0 0-26.688 15.232 123.52 123.52 0 0 0-10.816 7.68 40.512 40.512 0 0 0 58.368 56.32 126.272 126.272 0 0 0 7.296-11.072c4.16-7.104 8.96-16.32 14.272-27.2 10.432-21.76 21.632-48.128 32.128-74.112l1.088-2.752-2.688 1.152z" fill="#33B8FF" ></path><path d="M512 83.2a492.8 492.8 0 0 1 348.416 841.216 44.736 44.736 0 1 1-63.296-63.296 402.56 402.56 0 0 0 101.888-172.224l-1.92-0.256-83.2-19.264a44.8 44.8 0 1 1 20.16-87.232l80.32 18.496a401.216 401.216 0 0 0-70.592-253.568l-53.248 43.136a44.8 44.8 0 1 1-56.32-69.632l50.816-41.216A401.6 401.6 0 0 0 556.8 175.36v59.328a44.8 44.8 0 0 1-89.6 0v-59.328a401.664 401.664 0 0 0-228.288 104.064l50.88 41.216a44.8 44.8 0 0 1-56.32 69.632l-53.376-43.136a401.28 401.28 0 0 0-70.528 253.568l80.384-18.56a44.8 44.8 0 0 1 20.16 87.296l-83.2 19.2c-0.64 0.192-1.28 0.128-1.92 0.256a402.56 402.56 0 0 0 101.888 172.288 44.8 44.8 0 1 1-63.36 63.36A492.8 492.8 0 0 1 512 83.2z" fill="#33B8FF" ></path></symbol><symbol id="icon-yihanghangshijian" viewBox="0 0 1024 1024"><path d="M829.888 576a317.888 317.888 0 1 0-635.776 0 317.888 317.888 0 0 0 635.776 0z m89.6 0A407.488 407.488 0 1 1 104.512 576a407.488 407.488 0 0 1 814.912 0zM640 40.512a44.8 44.8 0 0 1 0 89.6H384a44.8 44.8 0 0 1 0-89.6h256z" fill="#33B8FF" ></path><path d="M512 360.512a44.8 44.8 0 0 1 44.8 44.8V531.2h125.888a44.8 44.8 0 0 1 0 89.6H512a44.608 44.608 0 0 1-44.8-44.8V405.312a44.8 44.8 0 0 1 44.8-44.8z" fill="#33B8FF" ></path></symbol><symbol id="icon-shengyujuli" viewBox="0 0 1024 1024"><path d="M938.688 716.8a51.2 51.2 0 0 1 51.2 51.2v170.688a51.2 51.2 0 0 1-102.4 0V896H136.512v42.688a51.2 51.2 0 0 1-102.4 0V768a51.2 51.2 0 0 1 102.4 0v38.4h750.976V768a51.2 51.2 0 0 1 51.2-51.2zM938.624 40.512a44.8 44.8 0 0 1 44.8 44.8v568.896a44.8 44.8 0 0 1-44.8 44.8H85.312a44.8 44.8 0 0 1-44.8-44.8V85.312a44.8 44.8 0 0 1 44.8-44.8h853.312zM130.112 609.28H256V414.72a44.8 44.8 0 0 1 89.6 0V609.28h137.984v-308.48a44.8 44.8 0 0 1 89.6 0v308.48h137.92V414.72a44.8 44.8 0 0 1 89.6 0V609.28h93.184V130.112H130.112v479.232z" fill="#33B8FF" ></path></symbol><symbol id="icon-shengyushijian" viewBox="0 0 1024 1024"><path d="M893.888 512A381.888 381.888 0 1 0 130.112 512a381.888 381.888 0 0 0 763.776 0z m89.6 0A471.488 471.488 0 1 1 40.512 512a471.488 471.488 0 0 1 942.912 0z" fill="#33B8FF" ></path><path d="M467.392 256a44.8 44.8 0 1 1 89.6 0v237.632l167.68 167.744a44.8 44.8 0 0 1-63.36 63.36L480.512 543.872a44.8 44.8 0 0 1-13.12-31.68L467.392 256z" fill="#33B8FF" ></path></symbol><symbol id="icon-search" viewBox="0 0 1024 1024"><path d="M448 215.04c58.4192 0 111.36 23.7056 149.6064 61.952a40.96 40.96 0 0 1-57.856 57.9584A129.1776 129.1776 0 0 0 448 296.96c-35.84 0-68.1984 14.4896-91.7504 37.9904a40.96 40.96 0 1 1-57.856-57.9584A211.1488 211.1488 0 0 1 448 215.04z" fill="#B0B1B2" ></path><path d="M448 44.3904a403.6608 403.6608 0 0 1 403.6608 403.6096 401.92 401.92 0 0 1-90.88 254.976l157.9008 157.7984a40.96 40.96 0 0 1-57.9584 57.9584L702.976 760.832a401.92 401.92 0 0 1-254.9248 90.8288 403.6608 403.6608 0 0 1 0-807.2704z m0 81.92a321.7408 321.7408 0 1 0 0.0512 643.4304A321.7408 321.7408 0 0 0 448 126.3104z" fill="#B0B1B2" ></path></symbol><symbol id="icon-guihuahangxianjuli" viewBox="0 0 1024 1024"><path d="M789.376 83.2a151.488 151.488 0 0 1 44.8 296.192v378.048a183.424 183.424 0 0 1-366.784 0V266.752a93.952 93.952 0 0 0-187.904 0v377.792a151.488 151.488 0 1 1-89.6 0V266.752a183.552 183.552 0 0 1 367.104 0v490.688a93.76 93.76 0 0 0 187.52 0V379.392a151.488 151.488 0 0 1 44.864-296.192zM234.688 727.488a61.888 61.888 0 1 0 0 123.776 61.888 61.888 0 0 0 0-123.776zM789.376 172.8a61.888 61.888 0 1 0 0 123.776 61.888 61.888 0 0 0 0-123.776z" fill="#33B8FF" ></path></symbol><symbol id="icon-position-simple" viewBox="0 0 1024 1024"><path d="M825.6 658.944c40.832 12.224 76.8 27.648 103.616 46.656 25.664 18.176 51.072 45.888 51.072 83.712 0 37.824-25.408 65.536-51.072 83.776-26.752 18.944-62.784 34.368-103.552 46.592-82.112 24.64-192.96 39.296-313.6 39.296-120.768 0-231.68-14.656-313.728-39.296-40.768-12.16-76.8-27.648-103.552-46.592-24.064-17.088-47.872-42.496-50.752-76.8l-0.32-6.976 0.32-6.912c2.88-34.304 26.688-59.776 50.752-76.8 26.752-19.008 62.72-34.432 103.552-46.656a41.6 41.6 0 0 1 23.936 79.744c-36.48 10.88-62.912 23.104-79.36 34.752-12.16 8.64-15.168 14.144-15.808 15.872 0.64 1.728 3.584 7.232 15.872 15.872 16.384 11.648 42.88 23.872 79.296 34.816 72.32 21.76 174.784 35.776 289.728 35.776 114.944 0 217.408-14.08 289.792-35.776 36.416-10.88 62.848-23.168 79.296-34.816 12.16-8.576 15.04-14.08 15.744-15.872-0.704-1.728-3.648-7.296-15.744-15.872-16.448-11.648-42.88-23.808-79.36-34.752a41.6 41.6 0 0 1 23.936-79.744z" fill="#FFFFFF" ></path><path d="M747.712 355.84c0-125.44-104.576-228.864-235.712-228.864-131.2 0-235.712 103.424-235.712 228.928 0 87.68 59.136 175.04 126.976 244.992 32.96 33.984 66.048 61.952 90.944 81.408 6.528 5.056 12.608 9.344 17.792 13.184 5.12-3.84 11.2-8.128 17.728-13.248 24.96-19.392 58.112-47.36 91.072-81.344 67.84-69.952 126.912-157.376 126.912-244.992z m83.2 0c0 121.92-79.488 229.952-150.4 302.976a978.752 978.752 0 0 1-142.08 120.192l-3.328 2.24-0.256 0.128v0.064h-0.128a41.6 41.6 0 0 1-40.128 3.008l-5.376-3.008h-0.128l-3.52-2.432-9.536-6.528a978.752 978.752 0 0 1-132.544-113.6c-70.848-73.088-150.4-181.12-150.4-302.976C193.024 182.528 336.768 43.712 512 43.712c175.168 0 318.912 138.88 318.912 312.192z" fill="#FFFFFF" ></path><path d="M577.088 362.688a65.088 65.088 0 1 0-130.176 0 65.088 65.088 0 0 0 130.176 0z m83.2 0a148.288 148.288 0 1 1-296.576 0 148.288 148.288 0 0 1 296.576 0z" fill="#FFFFFF" ></path></symbol><symbol id="icon-port-simple" viewBox="0 0 1024 1024"><path d="M512 43.712a148.352 148.352 0 0 1 41.6 290.56V364.8h108.8a41.6 41.6 0 1 1 0 83.2h-108.8v446.72a385.024 385.024 0 0 0 341.12-341.12h-84.096a41.6 41.6 0 0 1 0-83.2h128a41.6 41.6 0 0 1 41.6 41.6A468.288 468.288 0 1 1 43.712 512a41.6 41.6 0 0 1 41.6-41.6h128a41.6 41.6 0 0 1 0 83.2H129.216a385.088 385.088 0 0 0 341.12 341.12V448H361.6a41.6 41.6 0 0 1 0-83.2h108.8v-30.592A148.288 148.288 0 0 1 512 43.648z m0 83.2a65.088 65.088 0 1 0 0 130.176 65.088 65.088 0 0 0 0-130.176z" fill="#FFFFFF" ></path></symbol><symbol id="icon-Weather" viewBox="0 0 1024 1024"><path d="M893.44 605.8496c0-51.456-15.616-112.3328-52.7872-159.4368-35.9424-45.5168-94.3104-81.2032-187.8528-81.2032-71.3216 0-126.1056 31.0784-166.8608 70.5536C444.672 475.8528 419.5328 523.264 409.6 549.888a40.96 40.96 0 0 1-54.4768 23.2448c-138.0352-59.136-224.512 39.5776-224.512 103.168 0 50.7392 15.2576 93.696 40.192 123.136 24.3712 28.7744 59.8016 47.104 106.5984 47.104h375.4496c139.4688 0 240.64-120.2176 240.64-240.64z m81.92 0c0 161.1776-133.4784 322.56-322.56 322.56H277.3504c-70.5536 0-129.024-28.672-169.1648-76.1344C68.608 805.4784 48.64 742.8096 48.64 676.2496c0-115.8144 128.9216-241.8176 300.8512-192a424.3456 424.3456 0 0 1 79.4112-107.264c51.968-50.432 126.2592-93.696 223.8976-93.696 117.6576 0 200.0896 46.3872 252.16 112.3328 50.8416 64.4096 70.4 144.384 70.4 210.2272zM95.5904 371.2c0-71.5776 41.216-165.5808 115.6608-223.0784a245.0432 245.0432 0 0 1 141.4656-52.1728c55.6032-2.2016 116.224 13.824 180.3776 52.3776a40.96 40.96 0 0 1-42.1376 70.2464c-53.1968-31.8976-98.2016-42.24-135.0144-40.7552a163.1744 163.1744 0 0 0-94.6176 35.072c-54.5792 42.24-83.8144 112.4352-83.8144 158.2592a40.96 40.96 0 1 1-81.92 0z" fill="#1C1F23" ></path></symbol><symbol id="icon-Tropical" viewBox="0 0 1024 1024"><path d="M262.656 186.7264c122.0096-119.2448 389.2736-204.3904 633.344-33.536-52.9408-17.664-142.336-23.1424-201.1648-8.1408a409.4976 409.4976 0 0 1 77.6704 682.5984l-21.76 19.0464c-225.7408 187.904-488.5504 122.624-615.0656 28.3648 59.2896 15.1552 126.6688 11.6224 192.1024 2.304A409.4464 409.4464 0 0 1 262.656 186.6752zM512 183.808a327.68 327.68 0 1 0 0 655.4624A327.68 327.68 0 0 0 512 183.808z" fill="#1C1F23" ></path><path d="M609.28 512a97.28 97.28 0 1 0-97.28 97.28v81.92a179.2 179.2 0 1 1 0-358.4 179.2 179.2 0 0 1 0 358.4v-81.92a97.28 97.28 0 0 0 97.28-97.28z" fill="#1C1F23" ></path></symbol><symbol id="icon-map-email-dark" viewBox="0 0 1024 1024"><path d="M376.055758 977.36121233a135.944242 33.98606 0 1 0 271.888484 0 135.944242 33.98606 0 1 0-271.888484 0Z" fill="#FFFFFF" ></path><path d="M885.846664 395.04405333a370.516031 370.516031 0 0 1-321.915964 365.52008C546.903684 762.63728333 519.476933 994.35424233 512 994.35424233c-7.476933 0-38.642151-231.71696-57.334484-234.605775A370.957849 370.957849 0 0 1 138.153336 395.04405333a373.846664 373.846664 0 0 1 747.693328 0z" fill="#DA2E2E" ></path><path d="M512 399.59818533m-305.874544 0a305.874544 305.874544 0 1 0 611.749088 0 305.874544 305.874544 0 1 0-611.749088 0Z" fill="#ED5A58" ></path><path d="M690.426817 488.98152433c0 28.106472-22.022967 50.843146-49.211815 50.843147H382.784998c-27.188848 0-49.211815-22.77066-49.211815-50.809161V313.61345233l179.208496 86.120678 177.645138-90.029074v179.310454zM641.14703 259.43967233c18.250514 0 34.189977 10.229804 42.720477 25.455559l-171.119814 82.348225-173.940657-79.79927a49.041885 49.041885 0 0 1 43.977962-28.004514h258.396018z" fill="#FFFFFF" ></path></symbol><symbol id="icon-map-port-dark" viewBox="0 0 1024 1024"><path d="M376.055758 956.027879a135.944242 33.98606 0 1 0 271.888484 0 135.944242 33.98606 0 1 0-271.888484 0Z" fill="#FFFFFF" ></path><path d="M885.846664 373.71072a370.516031 370.516031 0 0 1-321.915964 365.52008C546.903684 741.30395 519.476933 939.034849 512 939.034849c-7.476933 0-38.642151-197.730899-57.334484-200.619715A370.957849 370.957849 0 0 1 138.153336 373.71072a373.846664 373.846664 0 0 1 747.693328 0z" fill="#2565FF" ></path><path d="M512 378.264852m-305.874544 0a305.874544 305.874544 0 1 0 611.749088 0 305.874544 305.874544 0 1 0-611.749088 0Z" fill="#FFFFFF" ></path><path d="M512 378.264852m-271.888483 0a271.888483 271.888483 0 1 0 543.776966 0 271.888483 271.888483 0 1 0-543.776966 0Z" fill="#2565FF" ></path></symbol><symbol id="icon-jiantouicon" viewBox="0 0 1024 1024"><path d="M128 896l384-768 384 768-384-128-384 128z" fill="#64FAFF" ></path></symbol><symbol id="icon-trangle-orange-dark" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#FFB82A" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-green-dark" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#28D938" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-blue-dark" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#278CFF" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-gray-dark" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#C3C3C3" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-blue-dark" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#278CFF" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-gray-dark" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#C3C3C3" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-orange-dark" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#FFB82A" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-green-dark" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#28D938" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-gray-light" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#A8A8A8" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-green-light" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#3BB346" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-orange-light" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#FFAA00" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-gray-light" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#A8A8A8" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-blue-light" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#0173FE" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-orange-light" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#FFAA00" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-trangle-green-light" viewBox="0 0 1024 1024"><path d="M256 864l256-704 256 704H256z" fill="#3BB346" ></path><path d="M790.848 880H233.152L512 113.184 790.848 880z m-512-32h466.304L512 206.784 278.848 848z" fill="#FFFFFF" ></path></symbol><symbol id="icon-ship-blue-light" viewBox="0 0 1024 1024"><path d="M404.384 979.2c-21.504-116-193.696-580 107.616-928 301.28 348 129.12 831.36 107.616 928h-215.232z" fill="#0173FE" ></path><path d="M536.192 30.272c157.92 182.4 190.912 399.52 182.624 580.64-8.256 180.128-58.048 330.72-67.968 375.264l-5.6 25.024h-267.456l-4.864-26.144c-9.6-51.84-59.552-204.832-67.744-381.376-8.32-178.944 24.8-391.136 182.624-573.44L512 2.368l24.192 27.936zM512 51.2c-291.904 337.12-139.392 783.136-110.016 916.128l2.432 11.872h215.168c21.536-96.64 193.696-580-107.584-928z" fill="#FFFFFF" fill-opacity=".8" ></path><path d="M466.336 738.144C457.216 682.144 384.16 449.6 512 281.6c127.808 168 54.784 409.856 45.664 456.544h-91.328z" fill="#FFFFFF" ></path><path d="M458.656 787.168h106.656v42.656h-106.656z" fill="#FFFFFF" ></path></symbol><symbol id="icon-title-dark" viewBox="0 0 1024 1024"><path d="M128 512l384-384 384 384-384 384-384-384z" fill="#94B8FF" fill-opacity=".2" ></path><path d="M256 256l256-256 256 256-256 256-256-256zM256 768l256-256 256 256-256 256-256-256z" fill="#3C7EFF" ></path></symbol><symbol id="icon-clock-light" viewBox="0 0 1024 1024"><path d="M661.376 43.712a41.6 41.6 0 0 1 0 83.2H362.688a41.6 41.6 0 0 1 0-83.2h298.688zM781.248 183.872a41.664 41.664 0 0 1 58.88 58.88l-44.928 44.864a404.288 404.288 0 1 1-65.472-52.224l51.52-51.52zM512 254.912a321.088 321.088 0 1 0 0 642.24A321.088 321.088 0 0 0 512 254.912z" fill="#515151" ></path><path d="M470.4 576V384a41.6 41.6 0 0 1 83.2 0v192a41.6 41.6 0 0 1-83.2 0z" fill="#3c7eff" ></path></symbol><symbol id="icon-clock-dark" viewBox="0 0 1024 1024"><path d="M661.376 43.712a41.6 41.6 0 0 1 0 83.2H362.688a41.6 41.6 0 0 1 0-83.2h298.688zM781.248 183.872a41.664 41.664 0 0 1 58.88 58.88l-44.928 44.864a404.288 404.288 0 1 1-65.472-52.224l51.52-51.52zM512 254.912a321.088 321.088 0 1 0 0 642.24A321.088 321.088 0 0 0 512 254.912z" fill="#ffffff" ></path><path d="M470.4 576V384a41.6 41.6 0 0 1 83.2 0v192a41.6 41.6 0 0 1-83.2 0z" fill="#00B4FF" ></path></symbol><symbol id="icon-nav-warning-light" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#EE0E0E" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#EE0E0E" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#494C4F" ></path><path d="M479.593449 244.832083a100.041023 100.041023 0 0 1 59.679779 0c19.318537 6.073779 34.483392 20.415735 49.765805 40.596357 15.164855 20.10225 31.975509 48.159192 53.566814 84.327568l0.862085 1.410684c21.630491 36.090005 38.401959 64.107761 48.864534 86.835451 10.50176 22.884433 15.75264 42.594826 11.559773 61.521506a91.851217 91.851217 0 0 1-29.663554 49.530691c-15.086484 13.088015-35.580591 18.613195-61.403949 21.238634-25.666616 2.664626-59.287923 2.664626-102.50972 2.664626h-1.763355c-43.260983 0-76.803919 0-102.548906-2.664626-25.823358-2.62544-46.317465-8.15062-61.403949-21.238634a91.851217 91.851217 0 0 1-29.663554-49.491505c-4.153681-18.965866 1.058013-38.676259 11.559773-61.521506 10.462575-22.72769 27.273228-50.784632 48.864534-86.874637l0.862085-1.410684c21.630491-36.12919 38.401959-64.225318 53.606-84.327568 15.243227-20.180621 30.408082-34.522578 49.765805-40.596357zM509.413746 483.237716a19.592836 19.592836 0 1 0 0 39.185673 19.592836 19.592836 0 0 0 0-39.185673z m0-144.986989a19.592836 19.592836 0 0 0-19.592837 19.592836v78.371346a19.592836 19.592836 0 1 0 39.185673 0V357.843563a19.592836 19.592836 0 0 0-19.592836-19.592836z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-direction-arrow" viewBox="0 0 1024 1024"><path d="M513.792 76.864l1.216 0.064a51.2 51.2 0 0 1 7.296 0.96l1.28 0.256c0.256 0 0.512 0.192 0.768 0.256a50.88 50.88 0 0 1 23.808 13.44l256 256a51.2 51.2 0 1 1-72.32 72.32L563.2 251.584V896a51.2 51.2 0 1 1-102.4 0V251.52L292.16 420.224a51.2 51.2 0 1 1-72.32-72.32l256-256 3.84-3.52c0.64-0.512 1.28-0.896 1.92-1.28a50.752 50.752 0 0 1 22.848-9.664l1.28-0.192A51.84 51.84 0 0 1 512 76.8l1.792 0.064z" fill="#494C4F" ></path></symbol><symbol id="icon-line-type-dark" viewBox="0 0 1024 1024"><path d="M780.8 70.4a172.8 172.8 0 0 1 172.8 172.8v207.808a44.8 44.8 0 0 1-89.536 0V366.976L163.84 675.2c-1.28 0.512-2.56 0.768-3.84 1.152v104.576a83.2 83.2 0 0 0 83.2 83.264h238.272a44.8 44.8 0 1 1 0 89.6H243.2a172.8 172.8 0 0 1-172.8-172.8V243.2a172.8 172.8 0 0 1 172.8-172.8h537.6zM243.2 160.128a83.2 83.2 0 0 0-83.2 83.2v335.616l283.776-124.864L550.72 160H243.2z m402.496 1.024L557.312 404.032l306.752-134.912v-25.856a83.2 83.2 0 0 0-83.2-83.2h-134.912l-0.256 1.024z" fill="#FFFFFF" ></path><path d="M838.72 928.96a58.496 58.496 0 0 1-76.8-0.896C680.64 856.064 640 791.808 640 739.328 640 649.088 699.712 576 800 576c105.728 0 160 73.152 160 163.328 0 52.736-36.48 117.248-121.28 189.632z" fill="#00B4FF" ></path><path d="M800 768a64 64 0 1 1 0-128 64 64 0 0 1 0 128z" fill="#FFFFFF" ></path></symbol><symbol id="icon-spot-dark" viewBox="0 0 1024 1024"><path d="M529.171692 853.622154a31.507692 31.507692 0 0 1-34.461538 0l17.250461-26.387692 17.211077 26.387692z m344.65477-491.913846c0 137.767385-90.308923 261.907692-174.08 348.278154a1147.470769 1147.470769 0 0 1-155.411693 133.198769c-4.686769 3.308308-8.388923 5.907692-10.948923 7.640615l-3.032615 2.008616-0.827077 0.551384-0.236308 0.157539h-0.078769L512 827.273846l-17.250462 26.387692v-0.039384l-0.118153-0.039385-0.236308-0.157538-0.827077-0.551385-2.953846-2.048a1044.676923 1044.676923 0 0 1-49.624616-36.352 1147.785846 1147.785846 0 0 1-116.814769-104.448c-83.731692-86.370462-174.08-210.510769-174.08-348.278154C150.055385 165.572923 312.832 7.876923 512 7.876923s361.865846 157.696 361.865846 353.831385z" fill="#FF9626" ></path><path d="M511.921231 496.836923a127.054769 127.054769 0 1 0 0-254.148923 127.054769 127.054769 0 0 0 0 254.148923z" fill="#FFFFFF" ></path><path d="M354.461538 945.230769a157.538462 39.384615 0 1 0 315.076924 0 157.538462 39.384615 0 1 0-315.076924 0Z" fill="#FFFFFF" ></path></symbol><symbol id="icon-lng-dark" viewBox="0 0 1024 1024"><path d="M512 64a447.936 447.936 0 0 1 447.808 440.704 249.472 249.472 0 0 0-94.848-68.16A361.408 361.408 0 0 0 608.64 164.224c12.544 25.728 24.128 55.296 34.112 87.04 15.616 49.92 28.16 107.648 35.2 168.448l1.664 16.832c-23.68 9.28-45.76 22.016-65.792 37.376l0.768 0.512-0.832-0.512-6.784 5.184-0.896 0.768a43.392 43.392 0 0 0-0.064 0c-25.536 21.056-47.04 46.72-63.104 75.648h49.92c0.896 0 1.792-0.192 2.688-0.256-0.896 0-1.792 0.32-2.624 0.32h-163.84c6.208 125.888 45.248 242.56 134.016 313.408l9.92-1.408c-0.576 0.064-1.088 0.256-1.664 0.384 20.224 24.128 45.568 46.336 75.968 70.912A446.208 446.208 0 0 1 512 960 448 448 0 0 1 512 64z m135.552 875.072l-0.192-0.192 8.448-2.688c-2.752 0.96-5.44 1.984-8.256 2.88z m29.76-10.688zM153.856 555.52a360.96 360.96 0 0 0 282.176 309.248C370.88 776 344.32 663.808 339.456 555.52h-185.6z m446.336-0.768c-1.536 0.256-3.072 0.32-4.608 0.448 1.536-0.128 3.072-0.192 4.608-0.448z m3.648-0.832z m3.84-1.28z m3.52-1.28c-1.152 0.512-2.304 0.896-3.52 1.28 1.216-0.384 2.368-0.768 3.52-1.28z m3.584-1.984z m14.208-13.056a43.648 43.648 0 0 1-14.208 13.056c0.832-0.448 1.728-0.832 2.496-1.408a43.84 43.84 0 0 0 11.712-11.712z m3.328-6.144z m1.472-3.84z m1.024-3.264z m0.896-3.968z m0.384-4.16zM872.96 512h-0.064z m-253.44-22.72z m-6.848-3.968l-0.576-0.448 0.64 0.448z m252.352-48.768a359.104 359.104 0 0 1-0.064 0z m-250.24 37.888zM510.528 168.128c-17.088 26.24-35.84 69.12-51.2 124.16-14.72 52.352-25.6 113.152-29.504 176.128h163.072c1.728 0 3.52 0.128 5.248 0.32a42.816 42.816 0 0 1-4.352-15.168 849.6 849.6 0 0 0-34.176-176.256c-15.36-49.28-33.28-86.848-49.088-109.184zM410.176 165.76a361.024 361.024 0 0 0-256.32 302.72h186.24c4.096-71.68 16.256-140.672 32.96-200.32 10.496-37.504 23.168-72.32 37.12-102.4z" fill="#FFFFFF" ></path><path d="M789.888 926.784c-110.528-92.544-165.888-171.52-165.888-236.992C624 591.616 698.24 512 789.888 512c91.648 0 165.952 79.616 165.952 177.792 0 65.472-55.36 144.448-165.952 236.992z" fill="#00B4FF" ></path><path d="M790.4 736a64 64 0 1 0 0-128 64 64 0 0 0 0 128z" fill="#FFFFFF" ></path></symbol><symbol id="icon-port-dark" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#2565FF" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#2565FF" ></path><path d="M744.527782 400.986989l-48.159192 43.887954 10.188275 7.797948c5.877851 3.722639 0 9.287004 0 17.084954 0 30.486453-60.267565 121.906628-170.614419 127.510179v-148.670442h94.319914V395.422624h-96.671054v-13.362315c12.735344-4.819838 23.785703-12.892086 31.936323-23.315475a67.791214 67.791214 0 0 0 14.224399-35.776519 61.247206 61.247206 0 0 0-5.681922-24.765345 64.029389 64.029389 0 0 0-15.39997-20.690036 67.947957 67.947957 0 0 0-22.610133-13.362314 70.534211 70.534211 0 0 0-26.332772-4.036124 67.791214 67.791214 0 0 0-26.411143 2.938925c-8.503291 2.742997-16.30124 7.053421-22.962805 12.813715a61.560692 61.560692 0 0 0-15.517526 20.494107c-3.644268 7.797949-5.52518 16.222869-5.564366 24.726159 0.391857 12.265116 4.232053 24.216746 11.089546 34.600949 6.896678 10.423389 16.57554 18.848309 28.056941 24.491046v15.282412H383.314251v51.25486h96.279198v148.670443a209.447421 209.447421 0 0 1-103.136691-39.969387 194.086637 194.086637 0 0 1-65.518445-85.65988 19.122608 19.122608 0 0 1 6.269708-17.084954l12.147558-7.837134-54.428899-43.848768a239.933874 239.933874 0 0 0 51.450788 166.225624c37.539874 47.767335 91.929588 81.114343 153.215981 93.967243l30.133782 29.741926 26.215215-29.741926c57.916424-10.384203 210.505434-61.678249 208.585336-260.192867z m-238.719118-108.544313a28.997398 28.997398 0 0 1 19.005051 7.32772 26.254401 26.254401 0 0 1 8.777591 17.633553 26.136844 26.136844 0 0 1-8.228992 18.534823 28.919026 28.919026 0 0 1-19.55365 7.837135 24.295117 24.295117 0 0 1-20.063065-4.663095 22.022348 22.022348 0 0 1-6.269707-8.111434 20.925149 20.925149 0 0 1-1.841727-9.913976 28.213684 28.213684 0 0 1 8.228991-19.514465 31.191795 31.191795 0 0 1 19.984693-9.091076z" fill="#FFFFFF" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#FFFFFF" ></path></symbol><symbol id="icon-date-time-dark" viewBox="0 0 1024 1024"><path d="M883.2 512A371.2 371.2 0 1 0 140.8 512a371.2 371.2 0 0 0 742.4 0z m89.6 0A460.8 460.8 0 1 1 51.2 512a460.8 460.8 0 0 1 921.6 0z" fill="#FFFFFF" ></path><path d="M672.32 333.12a44.8 44.8 0 0 1 63.36 63.36L590.208 541.888a80 80 0 1 1-158.208 16.768v-0.256l-101.76-65.28a44.8 44.8 0 1 1 52.288-72.64l99.648 63.936a79.808 79.808 0 0 1 43.264-4.544l146.88-146.752z" fill="#00B4FF" ></path></symbol><symbol id="icon-tide-station-dark" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#C925FF" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#C925FF" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#FFFFFF" ></path><path d="M711.024032 394.051125c-9.130262 8.973519-21.82642 14.106842-34.875249 14.106842-13.048829 0-25.744987-5.133323-34.875249-14.459513a30.760753 30.760753 0 0 0-43.73121-0.352671c-24.295117 19.318537-44.083882 19.318537-68.026328 0a37.461503 37.461503 0 0 0-20.807593-9.639676v1.018828a32.288994 32.288994 0 0 0-23.276289 9.012705 49.687433 49.687433 0 0 1-69.084341 0.666156l-0.705342-0.705342a30.760753 30.760753 0 0 0-43.692025-0.352671c-24.295117 18.965866-44.083882 18.965866-68.026328 0a35.854891 35.854891 0 0 0-20.807592-9.287004v-25.509873c13.048829 0.666156 25.039645 5.877851 34.875248 14.106842 14.498699 11.755702 22.923619 13.793357 39.851829 0a52.547987 52.547987 0 0 1 71.90571 0c15.870197 12.774529 26.097658 12.774529 41.575999 0 10.227461-8.934333 23.628961-14.106842 37.383131-14.106842 13.048829 0.666156 25.039645 5.877851 34.561764 14.106842 14.772999 11.755702 22.884433 13.793357 40.165314 0a53.292515 53.292515 0 0 1 71.90571 0c15.870197 12.774529 26.097658 12.774529 41.615184 0 10.188275-9.287004 23.589775-14.498699 37.343946-14.812185v25.509873c-8.816776 0-17.241696 3.134854-23.276289 9.012705v1.684984z m-6.348079 85.542324a38.833002 38.833002 0 0 1-39.107302-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107302 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107302 38.284403A38.833002 38.833002 0 0 1 274.299709 441.309046C274.299709 568.192255 379.709169 671.328945 509.413746 671.328945s235.114036-102.78402 235.114036-230.019899a39.969386 39.969386 0 0 1-39.851829 38.284403z" fill="#FFFFFF" ></path></symbol><symbol id="icon-forecast-model-dark" viewBox="0 0 1024 1024"><path d="M972.8 614.4c0-187.2-144.96-342.912-328.448-342.912-135.936 0-251.008 85.888-301.248 206.336a225.728 225.728 0 0 0-58.048-7.552C157.184 470.272 51.2 567.04 51.2 702.72c0 57.152 25.6 110.656 58.624 151.808 60.16 74.88 158.336 86.272 233.28 86.272h240.768c120.448 0 261.632-34.368 334.656-152.256 30.72-49.6 54.272-109.12 54.272-174.08z m-89.6 0c0 43.328-15.808 86.464-40.896 126.976-48.256 77.888-148.672 109.824-258.432 109.824H343.104c-72.512 0-131.328-12.8-163.456-52.8-24.576-30.592-38.848-64.896-38.848-95.68 0-83.712 63.36-142.848 144.256-142.848 23.168 0 44.992 5.76 64.384 16.128a44.8 44.8 0 0 0 64.512-28.352c27.968-108.928 121.728-186.496 230.4-186.496 129.856 0 238.848 111.232 238.848 253.312z" fill="#FFFFFF" ></path><path d="M99.072 367.808c0-69.696 27.84-136.896 70.4-187.84 42.368-50.88 102.464-89.28 170.24-95.104 82.24-7.04 152.832 7.36 205.632 66.24a44.8 44.8 0 0 1-66.688 59.84c-26.624-29.696-63.808-42.624-131.264-36.8-38.592 3.328-78.272 26.112-109.12 63.168-30.72 36.864-49.6 84.224-49.6 130.496a44.8 44.8 0 0 1-89.6 0z" fill="#00B4FF" ></path></symbol><symbol id="icon-line-dark" viewBox="0 0 1024 1024"><path d="M576 121.6c71.744 0 138.816 36.736 168.512 96.192 15.104 30.336 19.84 65.6 10.24 101.632-9.472 35.712-32.064 69.12-66.432 98.56-88.32 75.776-163.776 137.92-216.064 182.528-54.592 46.592-87.104 76.736-103.04 97.536-13.632 19.84-16.96 48.576-6.976 70.72 8.448 18.624 30.4 40.832 85.76 40.832h64a44.8 44.8 0 1 1 0 89.6H448c-83.712 0-141.76-36.992-167.36-93.504-23.936-52.928-15.36-115.2 15.488-159.36l0.384-0.64 0.448-0.576c22.72-30.336 63.68-67.2 117.12-112.832 56.512-48.128 125.12-104.448 215.936-182.272 23.808-20.416 34.304-39.104 38.144-53.568a53.376 53.376 0 0 0-3.84-38.656C652.16 233.472 619.456 211.2 576 211.2c-34.368 0-40.576-0.704-62.464 0a44.864 44.864 0 0 1-3.008-89.6c23.552-0.768 35.84 0 65.472 0z" fill="#FFFFFF" ></path><path d="M311.04 390.4c-40.96 44.8-111.68 43.712-152.384-1.28-49.024-54.208-73.536-102.912-73.536-144.192 0-88.256 55.68-159.808 149.12-159.808 98.56 0 149.12 71.552 149.12 159.808 0 41.6-22.144 90.816-72.32 145.472zM865.92 902.4c-40.96 44.8-111.68 43.712-152.384-1.28-49.024-54.208-73.536-102.912-73.536-144.192 0-88.256 55.68-159.808 149.12-159.808 98.56 0 149.12 71.552 149.12 159.808 0 41.6-22.144 90.816-72.32 145.472z" fill="#00B4FF" ></path><path d="M234.24 273.024a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zM789.12 785.088a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z" fill="#FFFFFF" ></path></symbol><symbol id="icon-nav-warning-dark" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#FF2525" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#FF2525" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#FFFFFF" ></path><path d="M479.554263 244.832083a100.041023 100.041023 0 0 1 59.718965 0c19.318537 6.073779 34.483392 20.415735 49.765805 40.596357 15.164855 20.10225 31.936323 48.120006 53.527629 84.249197l0.90127 1.489055c21.591306 36.12919 38.401959 64.146946 48.864534 86.874637 10.50176 22.845247 15.75264 42.594826 11.598959 61.521506a91.929588 91.929588 0 0 1-29.70274 49.53069c-15.086484 13.088015-35.580591 18.574009-61.403949 21.238635-25.705801 2.62544-59.287923 2.62544-102.548906 2.62544h-1.763355c-43.221797 0-76.803919 0-102.50972-2.62544-25.823358-2.62544-46.317465-8.15062-61.364763-21.238635a91.851217 91.851217 0 0 1-29.70274-49.53069c-4.192867-18.92668 1.058013-38.676259 11.559773-61.521506 10.462575-22.72769 27.234043-50.745446 48.864534-86.874637l0.862085-1.44987c21.669677-36.12919 38.401959-64.186132 53.606-84.249196 15.282412-20.180621 30.408082-34.561763 49.765805-40.635543zM509.413746 483.237716a19.592836 19.592836 0 1 0 0 39.185673 19.592836 19.592836 0 0 0 0-39.185673z m0-144.986989a19.592836 19.592836 0 0 0-19.592837 19.592836v78.371346a19.592836 19.592836 0 0 0 39.185673 0V357.843563a19.592836 19.592836 0 0 0-19.592836-19.592836z" fill="#FFFFFF" ></path></symbol><symbol id="icon-point-label-dark" viewBox="0 0 1024 1024"><path d="M883.2 224a83.2 83.2 0 0 0-83.2-83.2h-576a83.2 83.2 0 0 0-83.2 83.2v576a83.2 83.2 0 0 0 83.2 83.2h576a83.2 83.2 0 0 0 83.2-83.2v-576z m89.6 576a172.8 172.8 0 0 1-172.8 172.8h-576a172.8 172.8 0 0 1-172.8-172.8v-576A172.8 172.8 0 0 1 224 51.2h576a172.8 172.8 0 0 1 172.8 172.8v576z" fill="#FFFFFF" ></path><path d="M750.336 534.784a44.8 44.8 0 0 1 35.328 82.432l-149.376 64a44.8 44.8 0 0 1-35.2-82.432l149.248-64zM430.336 662.848a44.8 44.8 0 0 1 35.328 82.368l-149.376 64a44.8 44.8 0 0 1-35.2-82.368l149.248-64z" fill="#FFFFFF" ></path><path d="M381.76 632a55.872 55.872 0 0 1-78.016-0.832C254.848 582.912 230.4 539.776 230.4 504 230.4 437.76 272.192 384 342.4 384c74.048 0 112 53.76 112 120 0 35.968-21.952 79.36-72.64 128z" fill="#00B4FF" ></path><path d="M342.4 524.8a44.8 44.8 0 1 1 0-89.6 44.8 44.8 0 0 1 0 89.6z" fill="#FFFFFF" ></path><path d="M701.76 504a55.872 55.872 0 0 1-78.016-0.832C574.848 454.912 550.4 411.776 550.4 376 550.4 309.76 592.192 256 662.4 256c74.048 0 112 53.76 112 120 0 35.968-21.952 79.36-72.64 128z" fill="#00B4FF" ></path><path d="M662.4 396.8a44.8 44.8 0 1 1 0-89.6 44.8 44.8 0 0 1 0 89.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-point-label-light" viewBox="0 0 1024 1024"><path d="M883.2 224a83.2 83.2 0 0 0-83.2-83.2h-576a83.2 83.2 0 0 0-83.2 83.2v576a83.2 83.2 0 0 0 83.2 83.2h576a83.2 83.2 0 0 0 83.2-83.2v-576z m89.6 576a172.8 172.8 0 0 1-172.8 172.8h-576a172.8 172.8 0 0 1-172.8-172.8v-576A172.8 172.8 0 0 1 224 51.2h576a172.8 172.8 0 0 1 172.8 172.8v576z" fill="#494C4F" ></path><path d="M750.336 534.784a44.8 44.8 0 0 1 35.328 82.432l-149.376 64a44.8 44.8 0 0 1-35.2-82.432l149.248-64zM430.336 662.848a44.8 44.8 0 0 1 35.328 82.368l-149.376 64a44.8 44.8 0 0 1-35.2-82.368l149.248-64z" fill="#494C4F" ></path><path d="M381.76 632a55.872 55.872 0 0 1-78.016-0.832C254.848 582.912 230.4 539.776 230.4 504 230.4 437.76 272.192 384 342.4 384c74.048 0 112 53.76 112 120 0 35.968-21.952 79.36-72.64 128z" fill="#3C7EFF" ></path><path d="M342.4 524.8a44.8 44.8 0 1 1 0-89.6 44.8 44.8 0 0 1 0 89.6z" fill="#FFFFFF" ></path><path d="M701.76 504a55.872 55.872 0 0 1-78.016-0.832C574.848 454.912 550.4 411.776 550.4 376 550.4 309.76 592.192 256 662.4 256c74.048 0 112 53.76 112 120 0 35.968-21.952 79.36-72.64 128z" fill="#3C7EFF" ></path><path d="M662.4 396.8a44.8 44.8 0 1 1 0-89.6 44.8 44.8 0 0 1 0 89.6z" fill="#FFFFFF" ></path></symbol><symbol id="icon-forecast-model-light" viewBox="0 0 1024 1024"><path d="M972.8 614.4c0-187.264-144.96-342.912-328.448-342.912-136 0-251.008 85.824-301.248 206.336a225.792 225.792 0 0 0-58.048-7.616C157.184 470.208 51.2 567.04 51.2 702.72c0 57.152 25.6 110.592 58.624 151.744 60.16 74.944 158.336 86.336 233.28 86.336h240.768c120.448 0 261.632-34.432 334.656-152.256 30.72-49.6 54.272-109.12 54.272-174.08z m-89.6 0c0 43.264-15.808 86.464-40.896 126.976-48.256 77.888-148.672 109.824-258.432 109.824H343.104c-72.512 0-131.328-12.8-163.456-52.864-24.576-30.528-38.848-64.832-38.848-95.616 0-83.712 63.36-142.848 144.256-142.848 23.168 0 44.992 5.76 64.384 16.128a44.8 44.8 0 0 0 64.512-28.416c27.968-108.8 121.728-186.496 230.4-186.496 129.856 0 238.848 111.36 238.848 253.312z" fill="#494C4F" ></path><path d="M99.072 367.808c0-69.696 27.84-136.896 70.4-187.84 42.368-50.88 102.464-89.28 170.24-95.104 82.24-7.04 152.832 7.36 205.632 66.24a44.8 44.8 0 0 1-66.688 59.84c-26.624-29.696-63.808-42.624-131.264-36.8-38.592 3.328-78.272 26.112-109.12 63.168-30.72 36.864-49.6 84.224-49.6 130.496a44.8 44.8 0 0 1-89.6 0z" fill="#3C7EFF" ></path></symbol><symbol id="icon-line-light" viewBox="0 0 1024 1024"><path d="M576 121.6c71.744 0 138.816 36.736 168.512 96.192 15.104 30.336 19.84 65.6 10.24 101.632-9.472 35.712-32.064 69.12-66.432 98.56-88.32 75.776-163.776 137.92-216.064 182.528-54.592 46.592-87.104 76.736-103.04 97.536-13.632 19.84-16.96 48.576-6.976 70.72 8.448 18.624 30.4 40.832 85.76 40.832h64a44.8 44.8 0 1 1 0 89.6H448c-83.712 0-141.76-36.992-167.36-93.504-23.936-52.928-15.36-115.2 15.488-159.36l0.384-0.64 0.448-0.576c22.72-30.336 63.68-67.2 117.12-112.832 56.512-48.128 125.12-104.448 215.936-182.272 23.808-20.416 34.304-39.104 38.144-53.568a53.376 53.376 0 0 0-3.84-38.656C652.16 233.472 619.456 211.2 576 211.2c-34.368 0-40.576-0.704-62.464 0a44.864 44.864 0 0 1-3.008-89.6c23.552-0.768 35.84 0 65.472 0z" fill="#494C4F" ></path><path d="M311.04 390.4c-40.96 44.8-111.68 43.712-152.384-1.28-49.024-54.208-73.536-102.912-73.536-144.192 0-88.256 55.68-159.808 149.12-159.808 98.56 0 149.12 71.552 149.12 159.808 0 41.6-22.144 90.816-72.32 145.472zM865.92 902.4c-40.96 44.8-111.68 43.712-152.384-1.28-49.024-54.208-73.536-102.912-73.536-144.192 0-88.256 55.68-159.808 149.12-159.808 98.56 0 149.12 71.552 149.12 159.808 0 41.6-22.144 90.816-72.32 145.472z" fill="#3C7EFF" ></path><path d="M234.24 273.088a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4zM789.12 785.088a51.2 51.2 0 1 1 0-102.4 51.2 51.2 0 0 1 0 102.4z" fill="#FFFFFF" ></path></symbol><symbol id="icon-line-type-light" viewBox="0 0 1024 1024"><path d="M780.8 70.4a172.8 172.8 0 0 1 172.8 172.8v207.808a44.8 44.8 0 0 1-89.536 0V366.976L163.84 675.2c-1.28 0.512-2.56 0.768-3.84 1.152v104.576a83.2 83.2 0 0 0 83.2 83.264h238.272a44.8 44.8 0 1 1 0 89.6H243.2a172.8 172.8 0 0 1-172.8-172.8V243.2a172.8 172.8 0 0 1 172.8-172.8h537.6zM243.2 160.128a83.2 83.2 0 0 0-83.2 83.2v335.616l283.84-124.864L550.72 160H243.2z m402.496 1.088L557.312 404.032l306.752-134.912v-25.856a83.2 83.2 0 0 0-83.2-83.2h-134.912l-0.256 1.088z" fill="#494C4F" ></path><path d="M838.72 928.96a58.496 58.496 0 0 1-76.8-0.896C680.64 856.064 640 791.808 640 739.328 640 649.088 699.712 576 800 576c105.728 0 160 73.152 160 163.328 0 52.736-36.48 117.248-121.28 189.632z" fill="#3C7EFF" ></path><path d="M800 768a64 64 0 1 1 0-128 64 64 0 0 1 0 128z" fill="#FFFFFF" ></path></symbol><symbol id="icon-date-time-light" viewBox="0 0 1024 1024"><path d="M883.2 512A371.2 371.2 0 1 0 140.8 512a371.2 371.2 0 0 0 742.4 0z m89.6 0A460.8 460.8 0 1 1 51.2 512a460.8 460.8 0 0 1 921.6 0z" fill="#494C4F" ></path><path d="M672.32 333.056a44.8 44.8 0 0 1 63.36 63.36L590.208 541.888a80 80 0 1 1-158.208 16.768v-0.192l-101.76-65.28a44.8 44.8 0 0 1 52.288-72.768l99.648 64a79.872 79.872 0 0 1 43.328-4.608l146.816-146.752z" fill="#3C7EFF" ></path></symbol><symbol id="icon-tide-station-light" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#9900CC" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#9900CC" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#494C4F" ></path><path d="M711.024032 394.051125c-9.130262 8.973519-21.82642 14.106842-34.875249 14.106842-13.048829 0-25.744987-5.133323-34.875249-14.459513a30.760753 30.760753 0 0 0-43.73121-0.352671c-24.295117 19.318537-44.083882 19.318537-68.026328 0a37.461503 37.461503 0 0 0-20.807593-9.639676v1.018828a32.288994 32.288994 0 0 0-23.276289 9.012705 49.687433 49.687433 0 0 1-69.084341 0.666156l-0.705342-0.705342a30.760753 30.760753 0 0 0-43.692025-0.352671c-24.295117 18.965866-44.083882 18.965866-68.026328 0a35.854891 35.854891 0 0 0-20.807592-9.287004v-25.509873c13.048829 0.666156 25.039645 5.877851 34.875248 14.106842 14.498699 11.755702 22.923619 13.793357 39.851829 0a52.547987 52.547987 0 0 1 71.90571 0c15.870197 12.774529 26.097658 12.774529 41.575999 0 10.227461-8.934333 23.628961-14.106842 37.383131-14.106842 13.048829 0.666156 25.039645 5.877851 34.561764 14.106842 14.772999 11.755702 22.884433 13.793357 40.165314 0a53.292515 53.292515 0 0 1 71.90571 0c15.870197 12.774529 26.097658 12.774529 41.615184 0 10.188275-9.287004 23.589775-14.498699 37.343946-14.812185v25.509873c-8.816776 0-17.241696 3.134854-23.276289 9.012705v1.684984z m-6.348079 85.542324a38.833002 38.833002 0 0 1-39.107302-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107302 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107301 38.284403a38.833002 38.833002 0 0 1-39.146487-38.284403c0 21.042706-17.633553 38.284402-39.107302 38.284403A38.833002 38.833002 0 0 1 274.299709 441.309046C274.299709 568.192255 379.709169 671.328945 509.413746 671.328945s235.114036-102.78402 235.114036-230.019899a39.969386 39.969386 0 0 1-39.851829 38.284403z" fill="#FFFFFF" ></path></symbol><symbol id="icon-port-light" viewBox="0 0 1024 1024"><path d="M940.456146 430.964029a427.202204 427.202204 0 0 1-371.166692 421.44191c-19.632022 2.390326-51.25486 110.621154-59.875708 110.621154-8.620848 0-44.55411-108.230828-66.10623-111.56161A427.711618 427.711618 0 0 1 78.371345 430.964029a431.0424 431.0424 0 0 1 862.084801 0z" fill="#0132A8" ></path><path d="M509.413746 436.214909m-352.671055 0a352.671055 352.671055 0 1 0 705.342109 0 352.671055 352.671055 0 1 0-705.342109 0Z" fill="#FFFFFF" ></path><path d="M509.413746 436.214909m-313.485382 0a313.485382 313.485382 0 1 0 626.970764 0 313.485382 313.485382 0 1 0-626.970764 0Z" fill="#0132A8" ></path><path d="M744.527782 400.986989l-48.159192 43.887954 10.188275 7.797948c5.877851 3.722639 0 9.287004 0 17.084954 0 30.486453-60.267565 121.906628-170.614419 127.510179v-148.670442h94.319914V395.422624h-96.671054v-13.362315c12.735344-4.819838 23.785703-12.892086 31.936323-23.315475a67.791214 67.791214 0 0 0 14.224399-35.776519 61.247206 61.247206 0 0 0-5.681922-24.765345 64.029389 64.029389 0 0 0-15.39997-20.690036 67.908771 67.908771 0 0 0-22.610133-13.362314 70.534211 70.534211 0 0 0-26.332772-4.036124 67.791214 67.791214 0 0 0-26.411143 2.938925c-8.503291 2.742997-16.30124 7.053421-22.962805 12.813715a61.560692 61.560692 0 0 0-15.517526 20.494107c-3.644268 7.797949-5.52518 16.222869-5.564366 24.726159 0.391857 12.265116 4.232053 24.216746 11.089546 34.600949 6.896678 10.423389 16.57554 18.848309 28.056941 24.491046v15.282412H383.314251v51.25486h96.279198v148.670443a209.447421 209.447421 0 0 1-103.136691-39.969387 194.086637 194.086637 0 0 1-65.518445-85.65988 19.122608 19.122608 0 0 1 6.269708-17.084954l12.147558-7.837134-54.428899-43.848768a239.933874 239.933874 0 0 0 51.450788 166.225624c37.539874 47.767335 91.929588 81.114343 153.215981 93.967243l30.133782 29.741926 26.215215-29.741926c57.916424-10.384203 210.505434-61.678249 208.585336-260.192867z m-238.719118-108.544313a28.997398 28.997398 0 0 1 19.005051 7.32772 26.254401 26.254401 0 0 1 8.777591 17.633553 26.136844 26.136844 0 0 1-8.228992 18.534823 28.919026 28.919026 0 0 1-19.55365 7.837135 24.295117 24.295117 0 0 1-20.063065-4.663095 22.022348 22.022348 0 0 1-6.269707-8.111434 20.925149 20.925149 0 0 1-1.841727-9.913976 28.213684 28.213684 0 0 1 8.228991-19.514465 31.191795 31.191795 0 0 1 19.984693-9.091076z" fill="#FFFFFF" ></path><path d="M352.671055 984.814327a156.742691 39.185673 0 1 0 313.485382 0 156.742691 39.185673 0 1 0-313.485382 0Z" fill="#494C4F" ></path></symbol><symbol id="icon-spot-light" viewBox="0 0 1024 1024"><path d="M529.171692 853.622154a31.507692 31.507692 0 0 1-34.461538 0l17.250461-26.387692 17.211077 26.387692z m344.65477-491.913846c0 137.767385-90.308923 261.907692-174.08 348.278154a1147.470769 1147.470769 0 0 1-155.411693 133.198769c-4.686769 3.308308-8.388923 5.907692-10.948923 7.640615l-3.032615 2.008616-0.827077 0.551384-0.236308 0.157539h-0.078769L512 827.273846l-17.250462 26.387692v-0.039384l-0.118153-0.039385-0.236308-0.157538-0.827077-0.551385-2.953846-2.048a1044.676923 1044.676923 0 0 1-49.624616-36.352 1147.785846 1147.785846 0 0 1-116.814769-104.448c-83.731692-86.370462-174.08-210.510769-174.08-348.278154C150.055385 165.572923 312.832 7.876923 512 7.876923s361.865846 157.696 361.865846 353.831385z" fill="#FF8C00" ></path><path d="M511.921231 496.836923a127.054769 127.054769 0 1 0 0-254.148923 127.054769 127.054769 0 0 0 0 254.148923z" fill="#FFFFFF" ></path><path d="M354.461538 945.230769a157.538462 39.384615 0 1 0 315.076924 0 157.538462 39.384615 0 1 0-315.076924 0Z" fill="#494C4F" ></path></symbol><symbol id="icon-delet" viewBox="0 0 1024 1024"><path d="M609.92 83.648c14.016 1.92 26.496 10.432 33.28 23.168l49.28 91.52H896A44.8 44.8 0 0 1 896 288h-51.2V896a44.8 44.8 0 0 1-44.8 44.8h-576a44.8 44.8 0 0 1-44.8-44.8V288H128a44.8 44.8 0 0 1 0-89.6h203.968l50.368-91.968 3.2-5.056a44.8 44.8 0 0 1 36.032-18.176h182.208l6.08 0.448zM268.8 851.2h486.4V288H268.8v563.2z m166.4-460.8a44.8 44.8 0 0 1 44.8 44.8v249.6a44.8 44.8 0 0 1-89.6 0V435.2a44.8 44.8 0 0 1 44.8-44.8z m153.6 0a44.8 44.8 0 0 1 44.8 44.8v249.6a44.8 44.8 0 0 1-89.6 0V435.2a44.8 44.8 0 0 1 44.8-44.8z m-154.688-192H590.72l-13.696-25.6H448.128l-14.016 25.6z" fill="#77797B" ></path></symbol><symbol id="icon-lng-light" viewBox="0 0 1024 1024"><path d="M512 64a447.936 447.936 0 0 1 447.808 440.704 249.472 249.472 0 0 0-94.848-68.16A361.408 361.408 0 0 0 608.64 164.224c12.544 25.728 24.128 55.296 34.112 87.04 15.616 49.92 28.16 107.648 35.2 168.448l1.664 16.832a271.36 271.36 0 0 0-65.792 37.376l0.768 0.512-0.832-0.448c-2.24 1.728-4.608 3.328-6.848 5.12l-0.832 0.768a43.52 43.52 0 0 0-0.064 0.064c-25.472 21.056-47.04 46.72-63.104 75.52h49.92l2.688-0.192c-0.896 0-1.792 0.32-2.624 0.32h-163.84c6.208 125.888 45.248 242.56 134.016 313.408l9.92-1.408c-0.576 0.064-1.088 0.256-1.664 0.384 20.224 24.128 45.568 46.336 75.968 70.912A446.208 446.208 0 0 1 512 960 448 448 0 0 1 512 64z m135.552 875.072l-0.192-0.192 8.448-2.688c-2.752 0.96-5.44 1.984-8.256 2.88z m29.76-10.688zM153.856 555.52a360.96 360.96 0 0 0 282.24 309.248c-65.088-88.832-91.776-200.96-96.64-309.248h-185.6z m446.336-0.768c-1.536 0.256-3.072 0.32-4.608 0.448 1.536-0.128 3.072-0.192 4.608-0.448z m3.648-0.832z m3.84-1.28z m3.52-1.28c-1.152 0.512-2.304 0.896-3.52 1.28 1.216-0.384 2.368-0.768 3.52-1.28z m3.584-1.984z m14.208-13.056a43.648 43.648 0 0 1-14.208 13.056c0.832-0.448 1.728-0.832 2.496-1.408a43.84 43.84 0 0 0 11.712-11.712z m3.328-6.144z m1.472-3.84z m1.024-3.264z m0.896-3.968z m0.384-4.16zM872.96 512h-0.064z m-252.352-22.272z m-7.36-4.032l-0.576-0.384 0.64 0.384z m251.776-49.152a359.104 359.104 0 0 1-0.064 0z m-250.24 37.888zM510.528 168.192c-17.088 26.24-35.712 69.12-51.2 124.16-14.656 52.288-25.6 113.088-29.504 176.064h163.072c1.728 0 3.52 0.128 5.248 0.32a42.688 42.688 0 0 1-4.352-15.104 849.92 849.92 0 0 0-34.176-176.32c-15.36-49.28-33.28-86.784-49.088-109.12zM410.24 165.76a361.024 361.024 0 0 0-256.384 302.72h186.24c4.096-71.68 16.32-140.672 33.024-200.32 10.496-37.504 23.168-72.32 37.12-102.4z" fill="#494C4F" ></path><path d="M789.888 926.784c-110.528-92.544-165.888-171.52-165.888-236.992C624 591.616 698.24 512 789.888 512c91.648 0 165.952 79.616 165.952 177.792 0 65.472-55.36 144.448-165.952 236.992z" fill="#3C7EFF" ></path><path d="M790.4 736a64 64 0 1 0 0-128 64 64 0 0 0 0 128z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-002kts" viewBox="0 0 1024 1024"><path d="M511.975255 4.26646a29.865223 29.865223 0 0 1 29.865223 29.865224v897.791273l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684a29.865223 29.865223 0 0 1 29.865224-29.865224z" fill="#000000" ></path></symbol><symbol id="icon-a-020kts" viewBox="0 0 1024 1024"><path d="M687.93386 4.887188a29.854538 29.854538 0 1 1 31.560512 50.667416L541.646623 166.186993V240.908638l146.287237-91.013693a29.854538 29.854538 0 1 1 31.560512 50.667417L541.646623 311.2374v620.7185l58.131051-46.445132a29.854538 29.854538 0 0 1 37.275523 46.658378l-106.623351 85.298681a29.854538 29.854538 0 0 1-37.275523 0l-106.623351-85.298681a29.854538 29.854538 0 0 1 37.275523-46.658378l58.131051 46.487781V153.903983c0-0.767688 0.127948-1.535376 0.213247-2.345714a29.72659 29.72659 0 0 1 13.861036-27.295577l191.922031-119.375504z" fill="#000000" ></path></symbol><symbol id="icon-a-105kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732L568.420526 149.326116H699.699515a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238731l-170.658418 106.746841c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v79.356164l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555l-177.911401 110.714649v467.348078l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-085kts" viewBox="0 0 1024 1024"><path d="M699.676193 0a29.864228 29.864228 0 0 1 29.864228 29.864228c0 0.426632-0.170653 0.853264-0.170653 1.237232a29.736238 29.736238 0 0 1-13.908197 26.237857l-170.65273 106.743283c-0.93859 0.597285-1.962506 0.981253-2.986423 1.450548v58.021928l146.334716-91.043231a29.864228 29.864228 0 1 1 31.570755 50.683861L541.822418 293.906664V351.544624l146.334716-91.043232a29.864228 29.864228 0 1 1 31.570755 50.683861L541.822418 421.896212v57.637959l146.334716-91.043231a29.864228 29.864228 0 1 1 31.570755 50.683861l-177.905471 110.710958v55.376811l73.764642-46.076237a29.864228 29.864228 0 0 1 31.656082 50.641198l-105.378061 65.871954v256.19241l58.064591-46.502868a29.906891 29.906891 0 0 1 37.372948 46.716184l-106.657956 85.326365a29.864228 29.864228 0 0 1-37.372948 0l-106.657956-85.326365a29.864228 29.864228 0 0 1 37.372948-46.673521l58.107254 46.460205V34.130546c0-0.725274 0.12799-1.407885 0.213316-2.133159C482.221952 31.272113 482.093962 30.589502 482.093962 29.864228A29.864228 29.864228 0 0 1 511.95819 0h187.718003z" fill="#000000" ></path></symbol><symbol id="icon-a-075kts" viewBox="0 0 1024 1024"><path d="M699.676193 0a29.864228 29.864228 0 0 1 29.864228 29.864228c0 0.426632-0.170653 0.853264-0.170653 1.237232a29.736238 29.736238 0 0 1-13.908197 26.237857l-170.65273 106.743283c-0.93859 0.597285-1.962506 0.981253-2.986423 1.450548v75.087201l146.334716-91.043231a29.864228 29.864228 0 1 1 31.570755 50.683861L541.822418 310.929274V385.67517l146.334716-91.043232a29.864228 29.864228 0 1 1 31.570755 50.683861l-177.905471 110.710959v76.665739l73.764642-46.076237a29.864228 29.864228 0 0 1 31.656082 50.68386l-105.378061 65.871954v328.719821l58.064591-46.502868a29.906891 29.906891 0 0 1 37.372948 46.716184l-106.657956 85.326365a29.864228 29.864228 0 0 1-37.372948 0l-106.657956-85.326365a29.864228 29.864228 0 0 1 37.372948-46.673521l58.107254 46.460205V34.130546c0-0.725274 0.12799-1.407885 0.213316-2.133159C482.221952 31.272113 482.093962 30.589502 482.093962 29.864228A29.864228 29.864228 0 0 1 511.95819 0h187.718003z" fill="#000000" ></path></symbol><symbol id="icon-a-070kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732l-170.658418 106.74684c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v75.089704l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555L541.840478 310.939638V385.688025l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555l-177.911401 110.714649v475.880999l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-040kts" viewBox="0 0 1024 1024"><path d="M687.93386 4.887188a29.854538 29.854538 0 1 1 31.560512 50.667416L541.646623 166.186993V240.908638l146.287237-91.013693a29.854538 29.854538 0 1 1 31.560512 50.667417L541.646623 311.2374v74.636345l146.287237-90.971043a29.854538 29.854538 0 1 1 31.560512 50.667417l-177.847749 110.632389v74.721644l146.287237-91.013692a29.854538 29.854538 0 1 1 31.560512 50.667416l-177.847749 110.632389v330.745635l58.131051-46.445132a29.854538 29.854538 0 0 1 37.275523 46.658378l-106.623351 85.298681a29.854538 29.854538 0 0 1-37.275523 0l-106.623351-85.298681a29.854538 29.854538 0 0 1 37.275523-46.658378l58.131051 46.487781V153.903983c0-0.767688 0.127948-1.535376 0.213247-2.345714a29.72659 29.72659 0 0 1 13.861036-27.295577l191.922031-119.375504z" fill="#000000" ></path></symbol><symbol id="icon-a-000kts" viewBox="0 0 1024 1024"><path d="M729.6 512a217.6 217.6 0 1 0-217.6 217.6v59.733333a277.333333 277.333333 0 1 1 0-554.666666 277.333333 277.333333 0 0 1 0 554.666666v-59.733333a217.6 217.6 0 0 0 217.6-217.6z" fill="#000000" ></path><path d="M558.933333 512a46.933333 46.933333 0 1 0-46.933333 46.933333v59.733334a106.666667 106.666667 0 1 1 0-213.333334 106.666667 106.666667 0 0 1 0 213.333334v-59.733334a46.933333 46.933333 0 0 0 46.933333-46.933333z" fill="#000000" ></path></symbol><symbol id="icon-a-035kts" viewBox="0 0 1024 1024"><path d="M687.910653 4.887023a29.853531 29.853531 0 1 1 31.559447 50.665707L541.62835 166.181387V240.90051l146.282303-91.010622a29.853531 29.853531 0 1 1 31.559447 50.665708L541.62835 311.2269v74.633828l146.282303-90.967974a29.853531 29.853531 0 1 1 31.559447 50.665707l-177.84175 110.628657v76.680927l73.738222-46.059734a29.853531 29.853531 0 0 1 31.644743 50.623059l-105.340317 65.891008v328.602082l58.043794-46.443565a29.853531 29.853531 0 0 1 37.359562 46.656804l-106.619754 85.295804a29.853531 29.853531 0 0 1-37.359562 0l-106.619754-85.295804a29.853531 29.853531 0 0 1 37.359562-46.656804l58.086442 46.486213V153.898791c0-0.767662 0.127944-1.535324 0.213239-2.345634a29.725587 29.725587 0 0 1 13.860568-27.294657l191.915558-119.371477z" fill="#000000" ></path></symbol><symbol id="icon-a-055kts" viewBox="0 0 1024 1024"><path d="M699.676193 0a29.864228 29.864228 0 0 1 29.864228 29.864228c0 0.426632-0.170653 0.853264-0.170653 1.237232a29.736238 29.736238 0 0 1-13.908197 26.237857l-170.65273 106.743283c-0.93859 0.597285-1.962506 0.981253-2.986423 1.450548v77.092371l73.764642-46.076237a29.864228 29.864228 0 0 1 31.656082 50.641197L541.822418 313.062433v618.829462l58.064591-46.502868a29.906891 29.906891 0 0 1 37.372948 46.716184l-106.657956 85.326365a29.864228 29.864228 0 0 1-37.372948 0l-106.657956-85.326365a29.864228 29.864228 0 0 1 37.372948-46.673521l58.107254 46.460205V34.130546c0-0.725274 0.12799-1.407885 0.213316-2.133159C482.221952 31.272113 482.093962 30.589502 482.093962 29.864228A29.864228 29.864228 0 0 1 511.95819 0h187.718003z" fill="#000000" ></path></symbol><symbol id="icon-a-045kts" viewBox="0 0 1024 1024"><path d="M687.910653 4.887023a29.853531 29.853531 0 1 1 31.559447 50.665707L541.62835 166.181387V240.90051l146.282303-91.010622a29.853531 29.853531 0 1 1 31.559447 50.665708L541.62835 311.2269v74.633828l146.282303-90.967974a29.853531 29.853531 0 1 1 31.559447 50.665707l-177.84175 110.628657v74.719123l146.282303-91.010622a29.853531 29.853531 0 1 1 31.559447 50.665707l-177.84175 110.628657v76.680927l73.738222-46.059734a29.853531 29.853531 0 0 1 31.644743 50.665708l-105.340317 65.84836v183.599216l58.043794-46.443565a29.853531 29.853531 0 0 1 37.359562 46.656804l-106.619754 85.295804a29.853531 29.853531 0 0 1-37.359562 0l-106.619754-85.295804a29.853531 29.853531 0 0 1 37.359562-46.656804l58.086442 46.486213V153.898791c0-0.767662 0.127944-1.535324 0.213239-2.345634a29.725587 29.725587 0 0 1 13.860568-27.294657l191.915558-119.371477z" fill="#000000" ></path></symbol><symbol id="icon-a-065kts" viewBox="0 0 1024 1024"><path d="M699.676193 0a29.864228 29.864228 0 0 1 29.864228 29.864228c0 0.426632-0.170653 0.853264-0.170653 1.237232a29.736238 29.736238 0 0 1-13.908197 26.237857l-170.65273 106.743283c-0.93859 0.597285-1.962506 0.981253-2.986423 1.450548v75.087201l146.334716-91.043231a29.864228 29.864228 0 1 1 31.570755 50.683861L541.822418 310.929274v76.708402l73.764642-46.076237a29.864228 29.864228 0 0 1 31.656082 50.641198l-105.378061 65.914617v473.774641l58.064591-46.502868a29.906891 29.906891 0 0 1 37.372948 46.716184l-106.657956 85.326365a29.864228 29.864228 0 0 1-37.372948 0l-106.657956-85.326365a29.864228 29.864228 0 0 1 37.372948-46.673521l58.107254 46.460205V34.130546c0-0.725274 0.12799-1.407885 0.213316-2.133159C482.221952 31.272113 482.093962 30.589502 482.093962 29.864228A29.864228 29.864228 0 0 1 511.95819 0h187.718003z" fill="#000000" ></path></symbol><symbol id="icon-a-060kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732l-170.658418 106.74684c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v75.089704l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555L541.840478 310.939638v620.983319l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-050kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732l-170.658418 106.74684c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v766.384291l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-015kts" viewBox="0 0 1024 1024"><path d="M687.93386 4.887188a29.854538 29.854538 0 1 1 31.560512 50.667416L541.646623 166.186993v76.683514l73.783359-46.018638a29.854538 29.854538 0 1 1 31.560511 50.582118L541.646623 313.327217v618.628683l58.131051-46.445132a29.854538 29.854538 0 0 1 37.275523 46.658378l-106.623351 85.298681a29.854538 29.854538 0 0 1-37.275523 0l-106.623351-85.298681a29.854538 29.854538 0 0 1 37.275523-46.658378l58.131051 46.487781V153.903983c0-0.767688 0.127948-1.535376 0.213247-2.345714a29.72659 29.72659 0 0 1 13.861036-27.295577l191.922031-119.375504z" fill="#000000" ></path></symbol><symbol id="icon-a-030kts" viewBox="0 0 1024 1024"><path d="M687.93386 4.887188a29.854538 29.854538 0 1 1 31.560512 50.667416L541.646623 166.186993V240.908638l146.287237-91.013693a29.854538 29.854538 0 1 1 31.560512 50.667417L541.646623 311.2374v74.636345l146.287237-90.971043a29.854538 29.854538 0 1 1 31.560512 50.667417l-177.847749 110.632389v475.753392l58.131051-46.445132a29.854538 29.854538 0 0 1 37.275523 46.658378l-106.623351 85.298681a29.854538 29.854538 0 0 1-37.275523 0l-106.623351-85.298681a29.854538 29.854538 0 0 1 37.275523-46.658378l58.131051 46.487781V153.903983c0-0.767688 0.127948-1.535376 0.213247-2.345714a29.72659 29.72659 0 0 1 13.861036-27.295577l191.922031-119.375504z" fill="#000000" ></path></symbol><symbol id="icon-a-025kts" viewBox="0 0 1024 1024"><path d="M687.910653 4.887023a29.853531 29.853531 0 1 1 31.559447 50.665707L541.62835 166.181387V240.90051l146.282303-91.010622a29.853531 29.853531 0 1 1 31.559447 50.665708L541.62835 311.2269v76.638279l73.738222-46.059733a29.853531 29.853531 0 0 1 31.644743 50.665707l-105.340317 65.84836v473.604947l58.043794-46.443565a29.853531 29.853531 0 0 1 37.359562 46.656804l-106.619754 85.295804a29.853531 29.853531 0 0 1-37.359562 0l-106.619754-85.295804a29.853531 29.853531 0 0 1 37.359562-46.656804l58.086442 46.486213V153.898791c0-0.767662 0.127944-1.535324 0.213239-2.345634a29.725587 29.725587 0 0 1 13.860568-27.294657l191.915558-119.371477z" fill="#000000" ></path></symbol><symbol id="icon-a-005kts" viewBox="0 0 1024 1024"><path d="M511.825979 4.265216a29.856515 29.856515 0 0 1 29.856516 29.856516v102.706413l145.443882-97.673458a29.856515 29.856515 0 0 1 33.268689 49.604468l-174.873877 117.378758c-1.194261 0.853043-2.55913 1.364869-3.838694 2.004652v723.508674l58.1349-46.49086a29.899168 29.899168 0 0 1 37.277993 46.70412l-106.630413 85.30433a29.856515 29.856515 0 0 1-37.277992 0l-106.630412-85.30433a29.856515 29.856515 0 0 1 37.277992-46.661468l58.134901 46.448208V34.121732a29.856515 29.856515 0 0 1 29.856515-29.856516z" fill="#000000" ></path></symbol><symbol id="icon-a-010kts" viewBox="0 0 1024 1024"><path d="M687.93386 4.887188a29.854538 29.854538 0 1 1 31.560512 50.667416L541.646623 166.186993v765.768907l58.131051-46.445132a29.854538 29.854538 0 0 1 37.275523 46.658378l-106.623351 85.298681a29.854538 29.854538 0 0 1-37.275523 0l-106.623351-85.298681a29.854538 29.854538 0 0 1 37.275523-46.658378l58.131051 46.487781V153.903983c0-0.767688 0.127948-1.535376 0.213247-2.345714a29.72659 29.72659 0 0 1 13.861036-27.295577l191.922031-119.375504z" fill="#000000" ></path></symbol><symbol id="icon-a-090kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732l-170.658418 106.74684c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v58.023862l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555L541.840478 293.916461V351.556341l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.685551L541.840478 421.910274v57.639881l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555l-177.911401 110.714649v57.639881l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555l-177.911401 110.714649v254.025055l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-100kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732L568.420526 149.326116H699.699515a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238731l-170.573089 106.746841c-0.981286 0.597304-2.047901 0.981286-3.071851 1.450597v617.058175l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-a-095kts" viewBox="0 0 1024 1024"><path d="M699.676193 0a29.864228 29.864228 0 0 1 29.864228 29.864228c0 0.426632-0.170653 0.853264-0.170653 1.237232a29.736238 29.736238 0 0 1-13.908197 26.237857l-170.65273 106.743283c-0.93859 0.597285-1.962506 0.981253-2.986423 1.450548v45.222974l146.334716-91.043232a29.864228 29.864228 0 0 1 31.570755 50.683861L541.822418 281.150373V330.213033l146.334716-91.043232a29.864228 29.864228 0 1 1 31.570755 50.683861L541.822418 400.564621v49.105323l146.334716-91.043232a29.864228 29.864228 0 1 1 31.570755 50.683861l-177.905471 110.710959v49.062659l146.334716-91.000568a29.864228 29.864228 0 1 1 31.570755 50.683861l-177.905471 110.668295v42.577857l73.764642-46.076238a29.864228 29.864228 0 0 1 31.656082 50.683861l-105.378061 65.871954v179.398682l58.064591-46.502868a29.906891 29.906891 0 0 1 37.372948 46.716184l-106.657956 85.326365a29.864228 29.864228 0 0 1-37.372948 0l-106.657956-85.326365a29.864228 29.864228 0 0 1 37.372948-46.673521l58.107254 46.460205V34.130546c0-0.725274 0.12799-1.407885 0.213316-2.133159C482.221952 31.272113 482.093962 30.589502 482.093962 29.864228A29.864228 29.864228 0 0 1 511.95819 0h187.718003z" fill="#000000" ></path></symbol><symbol id="icon-a-080kts" viewBox="0 0 1024 1024"><path d="M699.699515 0a29.865223 29.865223 0 0 1 29.865223 29.865223c0 0.426646-0.170658 0.853292-0.170659 1.237274a29.737229 29.737229 0 0 1-13.908661 26.238732l-170.658418 106.74684c-0.938621 0.597304-1.962572 0.981286-2.986522 1.450597v75.089704l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555L541.840478 310.939638V385.688025l146.339593-91.046266a29.865223 29.865223 0 1 1 31.571808 50.68555l-177.911401 110.714649v74.663058l146.339593-91.003602a29.865223 29.865223 0 0 1 31.571808 50.685551l-177.911401 110.671984v330.864008l58.151856-46.504419a29.907888 29.907888 0 0 1 37.288864 46.717742l-106.661511 85.329209a29.865223 29.865223 0 0 1-37.288865 0l-106.661511-85.329209a29.865223 29.865223 0 0 1 37.288864-46.675077l58.151856 46.461754V34.131684c0-0.725298 0.127994-1.407932 0.213323-2.133231C482.238025 31.273155 482.110031 30.590521 482.110031 29.865223A29.865223 29.865223 0 0 1 511.975255 0h187.72426z" fill="#000000" ></path></symbol><symbol id="icon-Members" viewBox="0 0 1024 1024"><path d="M526.222222 291.555556a109.511111 109.511111 0 1 0-219.022222 0 109.511111 109.511111 0 0 0 219.022222 0z m79.644445 0a189.155556 189.155556 0 1 1-378.311111 0 189.155556 189.155556 0 0 1 378.311111 0zM726.584889 291.555556c0-39.822222-21.219556-74.638222-53.077333-93.866667a39.822222 39.822222 0 0 1 41.073777-68.266667c54.840889 33.052444 91.591111 93.297778 91.591111 162.133334 0 68.835556-36.750222 129.080889-91.591111 162.133333a39.822222 39.822222 0 0 1-41.073777-68.266667c31.857778-19.228444 53.077333-54.044444 53.077333-93.866666zM463.644444 543.288889c47.160889 0 84.878222-0.056889 115.313778 2.446222 30.947556 2.503111 57.856 7.850667 82.659556 20.48a210.602667 210.602667 0 0 1 91.989333 91.989333c12.629333 24.803556 17.976889 51.712 20.48 82.659556 2.503111 30.435556 2.446222 68.152889 2.446222 115.313778v25.6a39.822222 39.822222 0 0 1-39.822222 39.822222H96.711111a39.822222 39.822222 0 0 1-39.822222-39.822222v-25.6c0-47.160889-0.056889-84.878222 2.446222-115.313778 2.503111-30.947556 7.850667-57.856 20.48-82.659556A210.545778 210.545778 0 0 1 171.804444 566.215111c24.803556-12.629333 51.712-17.976889 82.602667-20.48 30.492444-2.503111 68.266667-2.446222 115.370667-2.446222h93.866666z m-93.866666 79.644444c-48.469333 0-82.375111 0-108.828445 2.161778-25.998222 2.161778-41.244444 6.087111-52.906666 12.060445-24.689778 12.515556-44.657778 32.597333-57.230223 57.230222-5.973333 11.719111-9.955556 26.965333-12.117333 52.906666-1.934222 23.836444-2.048 53.646222-2.104889 94.663112h560.241778c0-40.96-0.170667-70.826667-2.104889-94.606223-2.161778-25.998222-6.087111-41.244444-12.060444-52.906666a131.015111 131.015111 0 0 0-57.230223-57.287111c-11.719111-5.916444-26.965333-9.898667-52.906666-12.060445-26.510222-2.161778-60.416-2.161778-108.885334-2.161778H369.777778zM887.466667 881.777778v-25.6c0-48.412444 0-82.432-2.161778-108.885334-2.048-26.055111-5.973333-41.472-11.832889-53.248a128.967111 128.967111 0 0 0-55.637333-57.002666 39.879111 39.879111 0 0 1 36.864-70.656 208.611556 208.611556 0 0 1 90.055111 92.16c12.288 24.746667 17.521778 51.541333 19.911111 82.375111 2.446222 30.435556 2.446222 68.096 2.446222 115.256889v25.6a39.822222 39.822222 0 0 1-79.644444 0z" fill="#1C1F23" ></path></symbol><symbol id="icon-a-MyAccount" viewBox="0 0 1024 1024"><path d="M896 102.4c48.469333 0 82.488889 41.585778 82.488889 86.016v647.168c0 44.430222-34.019556 86.016-82.488889 86.016H128C79.473778 921.6 45.511111 880.071111 45.511111 835.584V188.416c0-44.430222 33.962667-86.016 82.488889-86.016h768zM127.089778 182.784a8.305778 8.305778 0 0 0-1.934222 5.688889v647.054222c0 2.844444 1.024 4.721778 1.934222 5.688889l0.910222 0.739556h768l0.910222-0.739556a8.305778 8.305778 0 0 0 1.934222-5.688889V188.472889a8.305778 8.305778 0 0 0-1.934222-5.688889L896 182.044444H128a3.185778 3.185778 0 0 0-0.910222 0.739556z m235.576889 140.060444a125.155556 125.155556 0 0 1 125.155555 125.155556c0 29.240889-10.183111 56.092444-26.965333 77.368889a167.480889 167.480889 0 0 1 69.632 135.964444 39.822222 39.822222 0 0 1-79.644445 0 88.177778 88.177778 0 1 0-176.355555 0 39.822222 39.822222 0 0 1-79.644445 0c0-55.978667 27.477333-105.472 69.575112-135.964444a125.155556 125.155556 0 0 1 98.247111-202.524445zM768 557.511111a39.822222 39.822222 0 0 1 0 79.644445h-128a39.822222 39.822222 0 0 1 0-79.644445h128zM362.666667 402.488889a45.511111 45.511111 0 1 0 0 91.022222 45.511111 45.511111 0 0 0 0-91.022222zM768 386.844444a39.822222 39.822222 0 0 1 0 79.644445h-170.666667a39.822222 39.822222 0 0 1 0-79.644445h170.666667z" fill="#1C1F23" ></path></symbol><symbol id="icon-Orders" viewBox="0 0 1024 1024"><path d="M640 102.4a39.822222 39.822222 0 0 1 39.822222 39.822222v45.511111h128c40.049778 0 85.333333 28.330667 85.333334 77.767111v606.776889c0 49.436444-45.283556 77.767111-85.333334 77.767111H216.177778c-40.049778 0-85.333333-28.330667-85.333334-77.767111V265.500444c0-49.436444 45.283556-77.767111 85.333334-77.767111h128v-45.511111a39.822222 39.822222 0 0 1 79.644444 0v45.511111h176.355556v-45.511111a39.822222 39.822222 0 0 1 39.822222-39.822222zM216.177778 267.377778a11.946667 11.946667 0 0 0-5.688889 1.365333v600.234667c1.137778 0.568889 2.958222 1.422222 5.688889 1.422222h591.644444c2.730667 0 4.551111-0.796444 5.688889-1.422222V268.743111a11.946667 11.946667 0 0 0-5.688889-1.365333h-128v2.844444a39.822222 39.822222 0 0 1-79.644444 0V267.377778h-176.355556v2.844444a39.822222 39.822222 0 0 1-79.644444 0V267.377778H216.177778z m352.711111 375.466666a39.822222 39.822222 0 0 1 0 79.644445H341.333333a39.822222 39.822222 0 0 1 0-79.644445h227.555556z m113.777778-199.111111a39.822222 39.822222 0 0 1 0 79.644445H341.333333a39.822222 39.822222 0 0 1 0-79.644445h341.333334z" fill="#1C1F23" ></path></symbol><symbol id="icon-a-CompanyFleet" viewBox="0 0 1024 1024"><path d="M710.087111 824.718222c27.192889 26.339556 71.509333 38.968889 119.580445 43.576889 48.355556 4.551111 87.153778 0.455111 108.999111 0.455111a39.822222 39.822222 0 1 1 0 79.587556c-11.434667 0-63.715556 4.209778-116.508445-0.796445-43.690667-4.152889-96.881778-15.018667-140.629333-44.145777-48.355556 29.411556-114.062222 40.675556-173.112889 40.163555a412.046222 412.046222 0 0 1-107.975111-14.791111 255.431111 255.431111 0 0 1-60.416-25.429333c-40.220444 26.737778-87.950222 37.717333-129.365333 42.382222-50.915556 5.688889-101.831111 2.616889-125.326223 2.616889a39.822222 39.822222 0 0 1 0-79.644445c30.264889 0 71.395556 2.958222 116.451556-2.161777 44.942222-5.006222 84.195556-17.408 109.624889-41.870223l27.192889-26.282666 27.648 25.884444c10.979556 10.296889 29.923556 20.423111 56.149333 27.875556 25.713778 7.395556 55.921778 11.491556 86.755556 11.776 64.341333 0.568889 120.035556-15.36 146.033777-39.651556l27.704889-25.941333 27.192889 26.396444zM611.555556 187.733333h201.955555a51.2 51.2 0 0 1 51.2 51.2v242.915556l20.48 7.338667a51.2 51.2 0 0 1 32.256 61.667555l-54.101333 199.111111a39.822222 39.822222 0 0 1-76.913778-20.878222l47.217778-173.795556L512 440.490667 190.293333 555.292444l47.217778 173.795556a39.822222 39.822222 0 0 1-76.8 20.935111l-54.158222-199.168a51.2 51.2 0 0 1 32.199111-61.667555l20.48-7.395556V238.933333a51.2 51.2 0 0 1 51.256889-51.2h201.955555V113.777778h199.111112v73.955555zM238.933333 453.404444L512 355.953778l273.066667 97.450666V267.377778H238.933333v186.026666z" fill="#1C1F23" ></path></symbol><symbol id="icon-Invoices" viewBox="0 0 1024 1024"><path d="M804.579556 130.844444c43.747556 0 88.576 32.085333 88.576 82.488889V910.222222a39.822222 39.822222 0 0 1-60.928 33.792L682.666667 850.488889l-149.560889 93.525333a39.822222 39.822222 0 0 1-42.211556 0L341.333333 850.488889l-149.560889 93.525333A39.822222 39.822222 0 0 1 130.844444 910.222222V213.333333c0-50.403556 44.828444-82.488889 88.576-82.488889h585.159112zM219.420444 210.488889a12.743111 12.743111 0 0 0-8.248888 2.616889 4.551111 4.551111 0 0 0-0.682667 0.739555v624.469334l109.738667-68.551111a39.822222 39.822222 0 0 1 42.211555 0L512 863.232l149.560889-93.468444a39.822222 39.822222 0 0 1 42.211555 0l109.738667 68.551111V213.902222a4.664889 4.664889 0 0 0-0.682667-0.739555 12.743111 12.743111 0 0 0-8.248888-2.616889H219.420444z m420.579556 304.355555a39.822222 39.822222 0 0 1 0 79.644445h-256a39.822222 39.822222 0 0 1 0-79.644445h256z m0-170.666666a39.822222 39.822222 0 0 1 0 79.644444h-256a39.822222 39.822222 0 0 1 0-79.644444h256z" fill="#1C1F23" ></path></symbol><symbol id="icon-a-CompanyProfile" viewBox="0 0 1024 1024"><path d="M611.555556 92.728889a51.2 51.2 0 0 1 69.575111 47.786667v247.637333l211.911111 150.186667c18.090667 12.856889 28.842667 33.621333 28.842666 55.751111v265.841777h16.782223a39.822222 39.822222 0 0 1 0 79.644445h-113.265778a39.822222 39.822222 0 0 1 0-79.644445h16.839111v-259.982222L681.130667 485.831111v374.158222h20.138666a39.822222 39.822222 0 0 1 0 79.644445H85.333333a39.822222 39.822222 0 0 1 0-79.644445h24.860445v-539.306666a51.2 51.2 0 0 1 32.824889-47.786667l468.536889-180.053333zM189.838222 340.195556v519.736888h411.648V181.930667L189.838222 340.195556z m305.607111 350.606222a39.822222 39.822222 0 0 1 0 79.644444h-204.231111a39.822222 39.822222 0 0 1 0-79.644444h204.231111z m283.875556-51.712a39.822222 39.822222 0 0 1 0 79.644444h-45.966222a39.822222 39.822222 0 0 1 0-79.644444h45.966222zM495.502222 535.665778a39.822222 39.822222 0 0 1 0 79.644444h-204.231111a39.822222 39.822222 0 0 1 0-79.644444h204.231111z m0-155.192889a39.822222 39.822222 0 0 1 0 79.644444h-204.231111a39.822222 39.822222 0 0 1 0-79.644444h204.231111z" fill="#1C1F23" ></path></symbol><symbol id="icon-a-MyNotifications" viewBox="0 0 1024 1024"><path d="M661.617778 840.874667a39.822222 39.822222 0 0 1 42.097778 67.584l-19.342223-30.947556c17.635556 28.103111 19.171556 30.72 19.342223 30.947556h-0.056889l-0.113778 0.113777c-0.113778 0-0.227556 0.113778-0.341333 0.227556l-1.024 0.568889a220.728889 220.728889 0 0 1-13.994667 7.566222 356.522667 356.522667 0 0 1-39.082667 16.554667 409.486222 409.486222 0 0 1-274.204444 0 355.783111 355.783111 0 0 1-50.062222-22.300445 207.246222 207.246222 0 0 1-3.072-1.820444l-1.024-0.568889-0.284445-0.227556-0.113778-0.056888-0.056889-0.056889 19.228445-30.947556-19.342222 30.947556a39.822222 39.822222 0 0 1 42.211555-67.584l0.113778 0.056889 1.536 0.910222c1.536 0.853333 3.982222 2.218667 7.338667 3.868444 6.769778 3.413333 17.066667 8.078222 30.264889 12.8a329.784889 329.784889 0 0 0 220.728888 0 276.252444 276.252444 0 0 0 37.546667-16.668444 102.968889 102.968889 0 0 0 1.592889-0.910222h0.113778zM512 64a85.333333 85.333333 0 0 1 84.878222 76.743111c143.758222 34.133333 253.610667 152.860444 253.610667 299.690667v276.48a795.363556 795.363556 0 0 1 48.184889 10.638222c2.446222 0.568889 4.380444 1.137778 5.688889 1.479111l1.592889 0.398222 0.455111 0.113778 0.113777 0.056889h0.113778l7.509334 2.958222a39.822222 39.822222 0 0 1-28.842667 73.841778l-0.227556-0.056889-1.024-0.341333a784.042667 784.042667 0 0 0-24.291555-5.802667 1269.873778 1269.873778 0 0 0-75.662222-14.222222A1751.608889 1751.608889 0 0 0 512 765.155556c-112.810667 0-206.677333 10.467556-272.156444 20.821333a1268.792889 1268.792889 0 0 0-95.118223 18.773333l-4.778666 1.251556-1.080889 0.341333h-0.227556l-7.964444 1.365333a39.822222 39.822222 0 0 1-13.368889-78.108444h0.227555l0.455112-0.170667 1.592888-0.398222 5.688889-1.479111a788.878222 788.878222 0 0 1 48.241778-10.638222v-276.48c0-146.773333 109.795556-265.557333 253.553778-299.690667A85.390222 85.390222 0 0 1 512 64zM512 210.488889c-146.887111 0-258.844444 106.666667-258.844444 229.944889v262.997333A1848.832 1848.832 0 0 1 512 685.511111a1848.888889 1848.888889 0 0 1 258.844444 17.92V440.433778C770.844444 317.155556 658.773333 210.488889 512 210.488889z" fill="#1C1F23" ></path></symbol><symbol id="icon-user" viewBox="0 0 1024 1024"><path d="M1024 512c0 282.773333-229.226667 512-512 512S0 794.773333 0 512 229.226667 0 512 0s512 229.226667 512 512z" fill="#DCF4FF" ></path><path d="M981.333333 512c0-259.2-210.133333-469.333333-469.333333-469.333333S42.666667 252.8 42.666667 512s210.133333 469.333333 469.333333 469.333333v42.666667C229.226667 1024 0 794.773333 0 512S229.226667 0 512 0s512 229.226667 512 512-229.226667 512-512 512v-42.666667c259.2 0 469.333333-210.133333 469.333333-469.333333z" fill="#FFFFFF" ></path><path d="M372.714667 391.637333a135.637333 135.637333 0 1 0 271.274666 0 135.637333 135.637333 0 1 0-271.274666 0Z" fill="#0095EE" ></path><path d="M462.784 537.173333h106.538667c86.762667 0 157.589333 77.952 165.824 153.728 7.232 66.453333-31.850667 76.885333-121.898667 76.885334h-194.389333c-64.789333 0-141.674667 8.234667-129.6-76.885334 5.589333-73.429333 72.490667-153.749333 173.525333-153.749333z" fill="#0095EE" ></path></symbol><symbol id="icon-a-Logout1" viewBox="0 0 1024 1024"><path d="M511.829333 85.333333a42.666667 42.666667 0 0 1 0 85.333334H170.666667v682.666666h341.333333a42.666667 42.666667 0 0 1 0 85.333334H128a42.666667 42.666667 0 0 1-42.666667-42.666667V128a42.666667 42.666667 0 0 1 42.666667-42.666667h383.829333z m162.019556 204.515556a42.666667 42.666667 0 0 1 60.302222 0l191.032889 190.976 2.503111 2.673778a41.756444 41.756444 0 0 1 10.24 35.498666 42.325333 42.325333 0 0 1-11.776 23.153778l-192 192a42.666667 42.666667 0 0 1-60.302222-60.302222l119.296-119.352889H341.333333a42.666667 42.666667 0 0 1 0-85.333333h451.527111l-119.011555-119.011556a42.666667 42.666667 0 0 1 0-60.302222z" ></path></symbol><symbol id="icon-Settings" viewBox="0 0 1024 1024"><path d="M725.333333 106.666667l5.632 0.398222a42.666667 42.666667 0 0 1 31.118223 20.650667l213.333333 362.666666a42.666667 42.666667 0 0 1 0 43.235556l-213.333333 362.666666a42.666667 42.666667 0 0 1-36.750223 21.048889h-426.666666a42.666667 42.666667 0 0 1-36.750223-21.048889L48.583111 533.617778a42.666667 42.666667 0 0 1 0-43.235556l213.333333-362.666666a42.666667 42.666667 0 0 1 36.750223-21.048889h426.666666zM134.826667 512l188.245333 320h377.856L889.173333 512 700.871111 192H323.128889L134.769778 512z" ></path><path d="M576 512a64 64 0 1 0-128 0 64 64 0 0 0 128 0z m85.333333 0a149.333333 149.333333 0 1 1-298.666666 0 149.333333 149.333333 0 0 1 298.666666 0z" ></path></symbol><symbol id="icon-Account" viewBox="0 0 1024 1024"><path d="M896 99.555556c50.289778 0 85.333333 43.064889 85.333333 88.917333v647.054222c0 45.852444-35.043556 88.917333-85.333333 88.917333H128c-50.289778 0-85.333333-43.064889-85.333333-88.917333V188.472889c0-45.852444 35.043556-88.917333 85.333333-88.917333h768zM129.080889 184.888889a5.688889 5.688889 0 0 0-1.080889 3.584v647.054222a5.688889 5.688889 0 0 0 1.080889 3.584H894.862222a5.688889 5.688889 0 0 0 1.080889-3.584V188.472889a5.688889 5.688889 0 0 0-1.080889-3.584H129.137778z m233.585778 135.111111a128 128 0 0 1 128 128c0 28.899556-9.671111 55.409778-25.827556 76.8a170.211556 170.211556 0 0 1 68.494222 136.533333 42.666667 42.666667 0 0 1-85.333333 0 85.333333 85.333333 0 0 0-170.666667 0 42.666667 42.666667 0 0 1-85.333333 0c0-55.864889 26.965333-105.358222 68.437333-136.533333a128 128 0 0 1 102.229334-204.8zM768 554.666667a42.666667 42.666667 0 0 1 0 85.333333h-128a42.666667 42.666667 0 0 1 0-85.333333h128zM362.666667 405.333333a42.666667 42.666667 0 1 0 0 85.333334 42.666667 42.666667 0 0 0 0-85.333334zM768 384a42.666667 42.666667 0 0 1 0 85.333333h-170.666667a42.666667 42.666667 0 0 1 0-85.333333h170.666667z" ></path></symbol><symbol id="icon-a-HelpDocs" viewBox="0 0 1024 1024"><path d="M199.111111 839.111111h625.777778V382.293333L554.325333 184.888889H199.111111v654.222222zM910.222222 853.333333c0 39.253333-31.857778 71.111111-71.111111 71.111111H184.888889C145.635556 924.444444 113.777778 892.586667 113.777778 853.333333V170.666667c0-39.253333 31.857778-71.111111 71.111111-71.111111h374.328889c13.767111 0 27.136 3.982222 38.627555 11.377777l4.778667 3.413334 279.893333 204.629333c17.464889 13.482667 27.704889 34.304 27.704889 56.32V853.333333z" ></path><path d="M668.444444 554.666667a42.666667 42.666667 0 0 1 0 85.333333H341.333333a42.666667 42.666667 0 0 1 0-85.333333h327.111111zM497.777778 384a42.666667 42.666667 0 0 1 0 85.333333H341.333333a42.666667 42.666667 0 0 1 0-85.333333h156.444445z" ></path></symbol><symbol id="icon-direction-arrow" viewBox="0 0 1024 1024"><path d="M481.387 959.514v-624.8c-56 37.287-92.523 55.876-142.312 57.786 85.834-84.884 130.528-195.162 172.553-328.434C551.888 197.338 601.02 302.797 684.25 392.5c-54.105-5.73-86.78-21.202-146.339-58.966v625.98h-56.524z" ></path></symbol><symbol id="icon-a-WaveHeight" viewBox="0 0 1024 1024"><path d="M612.1984 749.568c36.9152-19.8656 69.5296-28.16 103.8848-23.04 23.3984 3.584 45.3632 13.312 66.4064 24.2688l20.736 11.0592 0.9216 0.512 1.024 0.6144c25.6 15.7184 48.128 25.9584 66.8672 28.2624l7.7824 0.512 4.1472 0.1536a40.96 40.96 0 0 1 0 81.5104l-4.096 0.2048-8.3968-0.256c-41.0624-2.4576-79.36-22.4256-108.0832-39.936-30.1056-16.2816-45.4144-23.7056-59.5968-25.856-11.0592-1.6896-25.2416-0.512-51.712 13.568-51.7632 34.7136-100.352 51.456-146.3296 51.456-47.104 0-86.5792-17.4592-119.04-41.984-38.1952-28.9792-90.3168-26.624-127.232 0.3584-43.3152 33.6384-91.4944 42.6496-116.224 42.6496a40.96 40.96 0 0 1 0-81.92c9.7792 0 39.936-4.7616 66.7136-25.9584l0.6144-0.512 0.6144-0.4096c63.1808-46.08 155.136-52.48 224.9728 0.4096 21.6064 16.3328 44.1856 25.4464 69.632 25.4464 25.8048 0 59.4432-9.4208 102.7584-38.912l1.7408-1.1776 1.8944-1.024z m0-191.488c36.9152-19.8656 69.5296-28.2112 103.8848-23.04 23.3984 3.584 45.3632 13.312 66.4064 24.2176l20.736 11.1104 0.9216 0.512 1.024 0.5632c25.6 15.7696 48.128 25.9584 66.8672 28.2624l7.7824 0.512 4.1472 0.2048a40.96 40.96 0 0 1 0 81.5104l-4.096 0.2048-8.3968-0.256c-41.0624-2.4576-79.36-22.4256-108.0832-39.936-30.1056-16.2816-45.4144-23.7056-59.5968-25.856-11.0592-1.6896-25.2416-0.512-51.712 13.5168-51.7632 34.7648-100.352 51.5072-146.3296 51.5072-47.104 0-86.5792-17.5104-119.04-42.0352-38.1952-28.928-90.3168-26.5216-127.232 0.4096-43.3152 33.6384-91.4944 42.6496-116.224 42.6496a40.96 40.96 0 1 1 0-81.92c9.7792 0 39.936-4.7616 66.7136-25.9584l0.6144-0.512 0.6144-0.4096c63.1808-46.08 155.136-52.48 224.9728 0.4096 21.6064 16.3328 44.1856 25.4464 69.632 25.4464 25.8048 0 59.4432-9.4208 102.7584-38.912l1.7408-1.2288 1.8944-1.024zM276.736 256c31.744-35.7888 111.1552-120.1664 228.608-103.424l-0.0512 0.1024c47.4112 5.632 84.6848 32.7168 108.8512 68.096a285.3888 285.3888 0 0 1 53.3504-24.0128c38.656-12.8512 86.1184-19.4048 131.7376-6.0928 66.5088 15.0528 110.0288 69.6832 120.2176 127.3344 10.7008 60.7744-15.2576 127.6416-87.6544 158.3616l-1.3824 0.512-1.4336 0.512c-93.7984 31.9488-172.2368-65.2288-129.024-142.6432a40.96 40.96 0 0 1 71.5264 40.0384c-2.1504 3.84-2.56 11.4688 3.8912 19.0976 2.9184 3.3792 6.656 5.8368 10.6496 6.9632 3.584 1.024 8.5504 1.4336 15.2576-0.6144 32.4096-14.4384 42.1888-41.216 37.4272-67.9936-5.12-29.3888-27.4432-55.6032-59.136-62.1056l-1.6384-0.3072-1.6384-0.512c-24.4736-7.168-54.0672-4.4544-82.944 5.12a193.4336 193.4336 0 0 0-49.3568 24.576c9.0624 68.5056-21.7088 143.6672-106.5472 179.4048l-1.6896 0.768-1.7408 0.512c-50.1248 16.0256-103.6288-5.376-132.0448-42.496a102.4 102.4 0 0 1-21.4016-72.7552c2.816-28.16 17.2544-54.272 40.9088-76.3904l28.0064 29.9008 28.0576 29.8496c-12.3904 11.6224-14.9504 20.3776-15.4112 24.7808a20.5824 20.5824 0 0 0 4.864 14.7968c9.2672 12.1344 27.0336 18.2272 40.7552 14.5408 47.1552-20.8384 60.5696-59.392 54.6816-95.232-6.5536-39.6288-34.8672-69.1712-67.4816-72.8064l-0.5632-0.0512-0.6656-0.1024c-69.6832-9.984-121.9072 38.7584-154.368 75.1104C275.3536 401.408 204.0832 443.3408 150.016 452.4032a40.96 40.96 0 1 1-13.5168-80.7424l5.376-1.0752c28.3136-6.8608 79.5648-34.1504 131.6864-110.5408l1.4848-2.048L276.736 256z m144.7424 32.0512a40.96 40.96 0 0 1 56.064 59.7504L421.4784 288.0512z" ></path></symbol><symbol id="icon-Backward" viewBox="0 0 1024 1024"><path d="M483.31093334 511.9488a39.2192 39.2192 0 0 0 12.7488 28.928l265.9328 242.432a38.7072 38.7072 0 0 0 42.1888 6.8096 38.656 38.656 0 0 0 23.296-35.7376v-484.864a39.1168 39.1168 0 0 0-65.4848-28.928l-265.9328 242.4832a39.2192 39.2192 0 0 0-12.8 28.8768z m-331.4688-28.928L417.82613334 240.64a39.1168 39.1168 0 0 1 65.4848 28.928v484.864a38.656 38.656 0 0 1-23.3472 35.84 38.7584 38.7584 0 0 1-42.1376-6.8608l-265.984-242.4832a39.0656 39.0656 0 0 1 0-57.8048z" ></path></symbol><symbol id="icon-close" viewBox="0 0 1024 1024"><path d="M726.91924385 209.15571675A62.13783703 62.13783703 0 0 1 814.92195555 297.00308385L599.76969482 512l215.07458843 214.91924385 4.2719763 4.81568237a62.13783703 62.13783703 0 0 1-87.38133333 87.38133333l-4.81568237-4.2719763L512 599.76969482 297.00308385 814.92195555l-4.66033777 4.2719763a62.13783703 62.13783703 0 0 1-83.10935705-92.1970157L423.9972883 512 209.07804445 297.00308385a62.13783703 62.13783703 0 1 1 87.8473671-87.76969482L512 423.9972883 726.91924385 209.07804445z" ></path></symbol><symbol id="icon-Reset" viewBox="0 0 1024 1024"><path d="M512 57.61706667a454.38293333 454.38293333 0 1 1-305.54339555 790.68455822l-15.72864-14.97133511-3.20398223-3.49525333a46.60337778 46.60337778 0 0 1 65.59425423-65.65250845l3.49525333 3.20398222 12.52465777 12.00036978a361.17617778 361.17617778 0 1 0-12.52465777-522.77339022c-12.17513245 12.23338667-29.53489067 30.87473778-47.36068267 50.27339377H285.39107555l4.77684623 0.17476267a46.60337778 46.60337778 0 0 1 0 92.74072178l-4.77684623 0.23301689H104.22044445a46.83639467 46.83639467 0 0 1-5.82542223-0.46603378c-0.46603378 0-0.93206755-0.11650845-1.33984711-0.23301689-1.048576-0.11650845-2.15540622-0.29127111-3.20398222-0.58254222l-1.45635556-0.29127111a45.90432711 45.90432711 0 0 1-6.87399822-2.38842311l-1.51460978-0.75730489-2.79620266-1.39810134a47.710208 47.710208 0 0 1-0.93206756-0.58254222l-2.62144-1.63111822a46.95290311 46.95290311 0 0 1-4.36906666-3.43699911c-0.58254222-0.46603378-0.99032178-0.99032178-1.51460978-1.45635555l-0.87381334-0.87381334a46.37036089 46.37036089 0 0 1-4.95160888-6.05843911c-0.29127111-0.34952533-0.58254222-0.69905067-0.81555912-1.16508445a46.25385245 46.25385245 0 0 1-4.31081244-8.388608l-0.75730489-1.98064355a46.48686933 46.48686933 0 0 1-0.75730489-2.44667733l-0.29127111-1.33984712a46.661632 46.661632 0 0 1-1.39810133-11.06830222V172.14486755a46.60337778 46.60337778 0 1 1 93.20675555 0v60.35137423c14.73831822-15.90340267 28.95234845-30.99124622 39.845888-41.88478578A453.10134045 453.10134045 0 0 1 512 57.61706667zM429.686784 350.69405867a29.12711111 29.12711111 0 0 1 29.30187378 0.40777955l226.60892444 135.90710045a29.12711111 29.12711111 0 0 1 0 49.98212266l-226.60892444 135.96535467a29.12711111 29.12711111 0 0 1-44.09844623-24.99106133V376.09289955c0-10.48576 5.65065955-20.21421511 14.79657245-25.39884088z" ></path></symbol><symbol id="icon-Pause" viewBox="0 0 1024 1024"><path d="M536.1664 43.264A469.4016 469.4016 0 0 1 981.2992 512l-0.6144 24.1664A469.3504 469.3504 0 0 1 512 981.2992l-24.1664-0.6144a469.4016 469.4016 0 0 1-444.5696-444.5184L42.6496 512A469.4016 469.4016 0 0 1 512 42.6496l24.1664 0.6144zM512 124.5696a387.4816 387.4816 0 1 0 0 774.7584 387.4816 387.4816 0 0 0 0-774.7584zM405.3504 337.92c25.4464 0 46.08 20.6336 46.08 46.08v256a46.1312 46.1312 0 0 1-92.16 0v-256a46.08 46.08 0 0 1 46.08-46.08z m213.2992 0a46.08 46.08 0 0 1 46.08 46.08v256a46.08 46.08 0 0 1-92.16 0v-256c0-25.4464 20.6336-46.08 46.08-46.08z" ></path></symbol><symbol id="icon-Play" viewBox="0 0 1024 1024"><path d="M536.1664 43.264A469.4016 469.4016 0 0 1 981.2992 512l-0.6144 24.1664A469.3504 469.3504 0 0 1 512 981.2992l-24.1664-0.6144a469.4016 469.4016 0 0 1-444.5696-444.5184L42.6496 512A469.4016 469.4016 0 0 1 512 42.6496l24.1664 0.6144zM512 124.5696a387.4816 387.4816 0 1 0 0 774.7584 387.4816 387.4816 0 0 0 0-774.7584zM419.4816 332.8c6.144 0.256 12.0832 2.048 17.2032 5.12l242.6368 147.8656a32.4608 32.4608 0 0 1 11.1616 11.3152 29.44 29.44 0 0 1 0 29.7472 32.4096 32.4096 0 0 1-11.1616 11.264l-242.688 147.8144a36.4544 36.4544 0 0 1-34.816 1.4336 33.0752 33.0752 0 0 1-13.0048-11.52 29.5424 29.5424 0 0 1-4.8128-16.0256V364.1344c0-5.632 1.6384-11.1616 4.8128-16.0256a33.024 33.024 0 0 1 13.056-11.5712 36.4032 36.4032 0 0 1 17.6128-3.6864z" ></path></symbol><symbol id="icon-Current" viewBox="0 0 1024 1024"><path d="M149.5552 637.44c4.7616-10.24 22.016-16.384 23.9104 0 1.024 9.1136 2.1504 29.7984 3.072 50.5344a263.4752 263.4752 0 0 1 100.2496-41.5232c72.192-12.9024 158.0544 5.0176 257.3824 77.9776 82.2784 51.0464 130.816 68.2496 170.496 67.1744 39.2704-1.024 78.1824-20.0704 141.6192-65.8432l3.5328-2.304a40.96 40.96 0 0 1 44.3904 68.7104c-64.512 46.592-121.1392 79.4624-187.2384 81.3056-65.536 1.7408-132.0448-27.2384-216.576-79.7184l-1.4336-0.9216-1.3824-1.024c-86.6304-64.1536-150.8352-72.8576-196.352-64.7168-31.8976 5.7344-58.4704 20.3264-80.5376 36.9664l39.2192 32.1024c7.168 5.12 7.68 25.088-9.5232 23.04-17.2032-2.048-101.1712-5.9904-140.9536-7.68-11.1616-1.7408-30.5664-11.264-19.0976-35.84 11.4176-24.576 50.8928-102.4 69.2224-138.24z m127.232-224c72.192-12.9024 158.0544 5.0176 257.3824 78.0288 82.2784 50.9952 130.816 68.1984 170.496 67.1232 39.2704-1.024 78.1824-20.0192 141.6192-65.8432l3.5328-2.304a40.96 40.96 0 0 1 44.3904 68.7104c-64.512 46.592-121.1392 79.5136-187.2384 81.3056-65.536 1.7408-132.0448-27.1872-216.576-79.7184l-1.4336-0.9216-1.3824-0.9728C400.896 494.6432 336.7424 485.9392 291.2256 494.08c-47.2064 8.448-82.8928 36.352-109.2608 61.4912A40.96 40.96 0 0 1 125.44 496.3328c30.208-28.7232 80.2304-70.144 151.3472-82.8416z m0-232.96c72.192-12.9024 158.0544 5.0176 257.3824 78.0288 82.2784 50.9952 130.816 68.1984 170.496 67.1232 32.6656-0.8704 65.024-14.2848 111.5136-45.056l-1.4336-1.3824-40.6016-33.28c-7.168-5.12-7.6288-25.088 9.5744-23.04 17.2032 2.048 101.0688 6.0416 140.9024 7.68 11.1104 1.7408 30.5664 11.264 19.0976 35.84-11.4688 24.576-50.944 102.4-69.2736 138.24-4.7616 10.24-22.016 16.384-23.8592 0-1.024-8.5504-2.048-27.2896-2.9184-46.7456-46.4896 29.184-90.88 48.2816-140.6976 49.6128-65.536 1.7408-132.0448-27.1872-216.576-79.7184l-1.4336-0.8704-1.3824-1.024C400.896 261.6832 336.7424 252.9792 291.2256 261.1712c-47.2064 8.448-82.8928 36.352-109.2608 61.44A40.96 40.96 0 0 1 125.44 263.424c30.208-28.7744 80.2304-70.144 151.3472-82.8928z" ></path></symbol><symbol id="icon-Forward" viewBox="0 0 1024 1024"><path d="M540.48426666 511.9488a39.168 39.168 0 0 1-12.8 28.928L261.80266666 783.3088a38.7584 38.7584 0 0 1-42.1888 6.8096 38.656 38.656 0 0 1-23.296-35.7376v-484.864a39.1168 39.1168 0 0 1 65.4848-28.928l265.9328 242.4832a39.2192 39.2192 0 0 1 12.8 28.8768z m331.4176-28.928L605.86666666 240.64a39.1168 39.1168 0 0 0-65.4336 28.928v484.864a38.6048 38.6048 0 0 0 23.296 35.84A38.7584 38.7584 0 0 0 605.86666666 783.36l265.984-242.4832a39.0656 39.0656 0 0 0 0-57.8048z" ></path></symbol><symbol id="icon-dots-vertical" viewBox="0 0 1024 1024"><path d="M448 256a64 64 0 1 0 128 0 64 64 0 0 0-128 0zM447.99999999 512a64 64 0 1 0 128.00000002 0 64 64 0 0 0-128.00000002 0zM448 768a64 64 0 1 0 128 0 64 64 0 0 0-128 0z" ></path></symbol><symbol id="icon-a-WindLevel" viewBox="0 0 1024 1024"><path d="M530.432 189.994667a21.333333 21.333333 0 0 1 33.493333-4.736l274.389334 269.184a21.333333 21.333333 0 0 1-16.213334 36.522666l-373.205333-22.186666-28.117333 48.981333 289.834666 19.328a34.133333 34.133333 0 0 1-4.48 68.096l-320-21.333333a35.498667 35.498667 0 0 1-3.029333-0.384l-26.026667 45.226666 225.536 15.018667a34.133333 34.133333 0 0 1-4.48 68.138667l-256-17.066667-2.773333-0.341333-76.458667 133.248a34.133333 34.133333 0 0 1-59.178666-33.962667l345.685333-602.282667 0.128 0.042667 0.853333-1.493333z" ></path></symbol><symbol id="icon-a-Measuredistance" viewBox="0 0 1024 1024"><path d="M638.0544 187.904c35.1744-35.1232 90.9312-37.888 128.9216 0.1536 17.408 17.408 56.6272 55.9104 95.3344 94.0032a24540.16 24540.16 0 0 1 91.3408 90.112c39.4752 39.4752 32.256 96.4096-1.3312 130.048-44.6976 44.6464-326.656 326.656-454.144 454.5024h-0.0512c-18.6368 18.6368-42.2912 32.9728-70.656 30.72-26.4704-2.2016-45.9264-18.2272-58.4192-30.72l-185.344-185.344c-12.4928-12.4928-28.5184-31.9488-30.6688-58.4192-2.304-28.416 12.032-51.968 30.6688-70.656l454.3488-454.3488z m64.512 54.528c-1.1776 0-3.584 0.512-6.5536 3.4816l-43.9808 43.8784 127.7952 118.784 2.9184 3.072a40.96 40.96 0 0 1-58.6752 56.9344l-130.048-120.7808-40.3968 40.3968 0.8704 0.7168 100.5568 96 2.9184 3.072a40.96 40.96 0 0 1-59.5456 56.1664L497.9712 448.1024l-2.048-2.1504-43.9296 43.8784 138.24 135.7824-28.7744 29.184-28.672 29.2352-138.7008-136.2944-51.5584 51.6096 1.28 1.0752 105.3184 103.7312a40.96 40.96 0 0 1-57.4464 58.368l-105.3696-103.68-1.536-1.6896-43.1104 43.1616a52.224 52.224 0 0 0-5.7344 6.5536c1.1776 1.536 2.9184 3.7888 5.7344 6.6048l185.344 185.344c2.816 2.7648 4.9664 4.5568 6.5536 5.6832a49.4592 49.4592 0 0 0 6.656-5.632l454.144-454.5536a13.0048 13.0048 0 0 0 4.2496-8.2432 6.2976 6.2976 0 0 0-0.4096-2.56 10.2912 10.2912 0 0 0-2.4064-3.4304 24082.8416 24082.8416 0 0 0-90.88-89.6c-38.5536-37.9392-78.08-76.8512-95.744-94.5152-3.2768-3.2768-5.632-3.5328-6.5536-3.5328z m-112.4352 383.1808a41.0112 41.0112 0 0 1-57.4464 58.4192l57.4464-58.4192zM568.9344 36.352a62.8736 62.8736 0 0 1 3.7376 125.4912l-403.7632 403.7632a62.8736 62.8736 0 1 1-59.392-56.5248l397.7216-397.6704A63.1808 63.1808 0 0 1 568.9344 36.352z" ></path></symbol><symbol id="icon-a-Spotweather" viewBox="0 0 1024 1024"><path d="M828.5184 434.4832c0-169.2672-141.0048-308.224-317.0304-308.224-175.9744 0-316.928 138.9568-316.928 308.224 0 118.3232 79.36 234.3424 167.424 325.12a1166.7456 1166.7456 0 0 0 149.504 129.1776 1166.4384 1166.4384 0 0 0 149.6064-129.1776c88.0128-90.7776 167.424-206.7968 167.424-325.12z m81.92 0c0 152.064-99.584 288.256-190.5664 382.1056a1250.4576 1250.4576 0 0 1-169.3184 145.1008l-11.9808 8.3456-3.328 2.2016-0.9216 0.6656-0.256 0.1536-0.1024 0.1024a40.96 40.96 0 0 1-39.5776 2.8672l-5.2736-2.8672-0.1024-0.1536-0.3072-0.1024-0.9216-0.6656-3.2768-2.2016a1131.008 1131.008 0 0 1-54.1184-39.6288 1250.816 1250.816 0 0 1-127.232-113.8176C212.1728 722.7392 112.64 586.5472 112.64 434.4832 112.64 218.0608 292.1472 44.3904 511.488 44.3392c219.2896 0 398.848 173.7216 398.848 390.144z" ></path><path d="M608.2048 443.2384a96.7168 96.7168 0 1 0-193.4336 0 96.7168 96.7168 0 0 0 193.4336 0z m81.92 0a178.688 178.688 0 1 1-357.3248 0 178.688 178.688 0 0 1 357.376 0z" ></path></symbol><symbol id="icon-a-Zoomout" viewBox="0 0 1024 1024"><path d="M821.3504 471.04l4.1472 0.2048a40.96 40.96 0 0 1 0 81.5104l-4.1472 0.2048H224a40.96 40.96 0 1 1 0-81.92h597.3504z" ></path></symbol><symbol id="icon-a-Zoomin" viewBox="0 0 1024 1024"><path d="M513.3312 172.3904a40.96 40.96 0 0 1 40.96 41.0112L553.8304 471.04h256.8192l4.1472 0.2048a40.96 40.96 0 0 1 0 81.5104l-4.1472 0.2048h-256.9216l-0.3072 257.792a40.96 40.96 0 0 1-81.92-0.1024l0.3072-257.6896H213.3504a40.96 40.96 0 1 1 0-81.92h258.6624l0.3072-257.7408 0.2048-4.1984a40.96 40.96 0 0 1 40.8064-36.7104z" ></path></symbol><symbol id="icon-Legend" viewBox="0 0 1024 1024"><path d="M512 291.84a220.16 220.16 0 0 1 216.32 179.2H977.92l4.6592 0.2048a46.08 46.08 0 0 1 0 91.6992l-4.6592 0.256h-251.904a220.16 220.16 0 0 1-428.1856 0H46.08a46.08 46.08 0 0 1 0-92.16h249.6A220.16 220.16 0 0 1 512 291.84z m0 92.16a128 128 0 1 0 0 256 128 128 0 0 0 0-256z" ></path></symbol><symbol id="icon-Layer" viewBox="0 0 1024 1024"><path d="M505.1904 117.4528a40.96 40.96 0 0 1 20.3264 1.7408l422.4 147.5072a40.96 40.96 0 0 1 0.3072 77.2096L525.824 495.104a40.96 40.96 0 0 1-27.648 0L75.776 343.9104a40.96 40.96 0 0 1 0.3072-77.2096l422.4-147.456 6.7072-1.792zM212.48 305.8176L512 413.0304l299.52-107.2128L512 201.216 212.48 305.8176z" ></path><path d="M920.7296 469.1456a40.96 40.96 0 1 1 27.3408 77.2096l-422.4 149.3504a40.96 40.96 0 0 1-27.3408 0l-422.4-149.3504a40.96 40.96 0 1 1 27.3408-77.2096L512 613.5808l408.7296-144.4352z" ></path><path d="M920.7296 669.696a40.96 40.96 0 1 1 27.3408 77.1584l-422.4 149.3504a40.96 40.96 0 0 1-27.3408 0l-422.4-149.3504a40.96 40.96 0 1 1 27.3408-77.2096L512 814.1312l408.7296-144.4864z" ></path></symbol><symbol id="icon-Fleet" viewBox="0 0 1024 1024"><path d="M576 44.3904c46.1824 0 83.6608 37.4272 83.6608 83.6096v129.6896h86.9888c46.1824 0 83.6096 37.4272 83.6608 83.6096v241.3568l49.9712 24.9856a83.6608 83.6608 0 0 1 43.52 95.8464l-2.304 7.5776-59.1872 162.6624c5.12 2.816 9.728 5.5808 14.0288 8.0384 12.6976 7.2192 25.2928 14.0288 50.688 15.5648l11.6736 0.3584 4.1472 0.2048a40.96 40.96 0 0 1 0 81.5104l-4.1472 0.256-18.432-0.6656a182.1696 182.1696 0 0 1-84.5824-26.112c-18.944-10.8032-26.368-15.9232-46.336-15.9232-19.6608 0-27.3408 5.12-41.3184 14.4384-18.0224 12.032-42.3936 28.2624-86.6816 28.2624-43.1616 0-69.888-15.5136-89.9584-26.2144-17.664-9.4208-31.9488-16.4864-59.392-16.4864-27.392 0-41.6768 7.0656-59.392 16.4864-19.968 10.7008-46.7456 26.2144-89.9072 26.2144-44.288 0-68.7104-16.2304-86.7328-28.2624-13.9776-9.2672-21.6064-14.4384-41.2672-14.4384-19.968 0-27.392 5.12-46.336 15.9232-22.8352 13.056-51.2 26.7776-103.0144 26.7776a40.96 40.96 0 0 1 0-81.92c33.4848 0 47.8208-7.68 62.3616-15.9744 4.2496-2.4576 8.8576-5.1712 13.9264-7.9872l-59.136-162.7136a83.6608 83.6608 0 0 1 41.1648-103.424l50.0224-24.9856V341.2992c0-46.1824 37.4272-83.5584 83.6096-83.6096h87.0912V128c0-46.1824 37.4272-83.6096 83.6096-83.6096h128zM180.2752 680.96a1.7408 1.7408 0 0 0-0.8192 2.048l62.6688 172.3392c39.6288 1.6896 62.2592 16.5888 79.2576 27.904 13.9776 9.3184 21.6576 14.4384 41.3184 14.4384 20.7872 0 31.4368-5.8368 51.3536-16.4864a204.1856 204.1856 0 0 1 57.4464-22.1184 41.5744 41.5744 0 0 1-0.4608-5.7856v-170.6496a40.96 40.96 0 0 1 81.92 0v170.6496a40.96 40.96 0 0 1-0.512 5.7856c24.576 5.12 42.4448 14.08 57.4976 22.1184 19.968 10.6496 30.6176 16.4864 51.4048 16.4864 19.6608 0 27.3408-5.12 41.3184-14.4384 16.9472-11.3152 39.5776-26.2144 79.1552-27.904l62.6688-172.288a1.6896 1.6896 0 0 0 0-1.2288l-0.8704-0.8704-330.8544-165.4784a1.792 1.792 0 0 0-1.536 0L180.224 680.96z m97.024-341.3504a1.7408 1.7408 0 0 0-1.6896 1.6896v192l201.3184-92.8768c22.2208-10.24 47.8208-10.24 70.0928 0l201.3184 92.8768v-192a1.7408 1.7408 0 0 0-1.6896-1.6896H277.2992zM448 126.3104a1.7408 1.7408 0 0 0-1.6896 1.6896v129.6896h131.3792V128a1.7408 1.7408 0 0 0-1.6896-1.6896h-128z" ></path></symbol><symbol id="icon-dots-align" viewBox="0 0 1024 1024"><path d="M256 576a64 64 0 1 0 0-128 64 64 0 0 0 0 128zM512 576a64 64 0 1 0 0-128 64 64 0 0 0 0 128zM768 576a64 64 0 1 0 0-128 64 64 0 0 0 0 128z" fill="#1C1F23" ></path></symbol><symbol id="icon-a-Logout" viewBox="0 0 1024 1024"><path d="M516.152889 85.560889a42.666667 42.666667 0 0 1 0 84.878222L511.829333 170.666667H170.666667v682.666666h341.333333a42.666667 42.666667 0 0 1 0 85.333334H128a42.666667 42.666667 0 0 1-42.666667-42.666667V128a42.666667 42.666667 0 0 1 42.666667-42.666667h383.829333l4.323556 0.227556z m157.696 204.231111a42.666667 42.666667 0 0 1 60.302222 0l191.032889 191.032889 2.503111 2.673778a41.756444 41.756444 0 0 1 10.24 35.498666 42.325333 42.325333 0 0 1-11.776 23.153778l-192 192a42.666667 42.666667 0 0 1-60.302222-60.302222l119.296-119.352889H341.333333a42.666667 42.666667 0 0 1 0-85.333333h451.527111l-119.011555-119.011556a42.666667 42.666667 0 0 1 0-60.302222z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-Updateemail" viewBox="0 0 1024 1024"><path d="M938.666667 149.333333c1.934222 0 3.811556 0.170667 5.688889 0.398223l0.682666 0.113777c1.706667 0.227556 3.242667 0.739556 4.778667 1.137778 1.365333 0.398222 2.673778 0.682667 3.982222 1.137778 1.365333 0.568889 2.730667 1.251556 3.982222 1.934222a42.666667 42.666667 0 0 1 6.940445 4.380445c1.251556 0.967111 2.503111 1.877333 3.640889 2.958222l0.739555 0.853333a43.121778 43.121778 0 0 1 3.697778 4.152889l0.796444 1.194667 0.739556 1.137777c1.137778 1.763556 2.161778 3.640889 3.072 5.518223 0.682667 1.536 1.137778 3.185778 1.706667 4.778666 0.341333 1.137778 0.796444 2.275556 1.080889 3.470223a42.837333 42.837333 0 0 1 1.024 7.850666l0.113777 1.649778v640a42.666667 42.666667 0 0 1-42.666666 42.666667h-853.333334a42.666667 42.666667 0 0 1-42.666666-42.666667V192a42.552889 42.552889 0 0 1 4.039111-17.92c0.455111-0.967111 0.967111-1.820444 1.479111-2.730667a42.609778 42.609778 0 0 1 2.503111-4.152889l0.568889-0.796444c0.568889-0.853333 1.365333-1.536 2.048-2.275556 0.853333-1.024 1.649778-2.048 2.56-2.958222 1.137778-1.024 2.275556-1.877333 3.413333-2.787555 1.024-0.796444 1.991111-1.592889 3.072-2.275556 0.967111-0.625778 2.048-1.137778 3.072-1.706667 1.365333-0.739556 2.730667-1.422222 4.152889-1.991111 1.251556-0.568889 2.616889-0.853333 3.925333-1.251555 1.194667-0.341333 2.389333-0.796444 3.640889-1.024l0.398223-0.056889a42.780444 42.780444 0 0 1 6.997333-0.739556H938.666667zM537.6 546.133333a42.666667 42.666667 0 0 1-51.2 0l-358.4-268.856889v512.056889h768V277.276444L537.6 546.133333zM512 458.695111l298.666667-224.028444H213.333333L512 458.695111z" fill="#FFFFFF" ></path></symbol><symbol id="icon-theme-to-light" viewBox="0 0 1024 1024"><path d="M424.576 97.066667a123.733333 123.733333 0 0 1 174.933333 0.085333l32.768 32.768a46.933333 46.933333 0 0 0 33.194667 13.738667h91.136a123.733333 123.733333 0 0 1 123.733333 123.733333v91.136c0 12.458667 4.949333 24.362667 13.738667 33.194667l32.768 32.725333a123.733333 123.733333 0 0 1 0.085333 174.933333l-32.853333 32.896a46.933333 46.933333 0 0 0-13.738667 33.194667v91.136a123.733333 123.733333 0 0 1-123.733333 123.733333h-91.136a46.933333 46.933333 0 0 0-33.194667 13.738667l-32.725333 32.768a123.733333 123.733333 0 0 1-174.933333 0.085333l-32.896-32.853333a46.933333 46.933333 0 0 0-33.194667-13.738667H267.349333a123.733333 123.733333 0 0 1-123.690666-123.733333v-91.136a46.933333 46.933333 0 0 0-13.738667-33.194667l-32.853333-32.853333a123.733333 123.733333 0 0 1 0.085333-174.933333l32.768-32.768a46.933333 46.933333 0 0 0 13.738667-33.194667V267.349333a123.733333 123.733333 0 0 1 123.733333-123.690666h91.136a46.933333 46.933333 0 0 0 33.194667-13.738667l32.853333-32.853333z m120.618667 54.4a46.933333 46.933333 0 0 0-66.346667-0.042667l-32.853333 32.853333a123.818667 123.818667 0 0 1-87.466667 36.181334H267.349333a46.933333 46.933333 0 0 0-46.933333 46.933333v91.136a123.733333 123.733333 0 0 1-36.224 87.466667l-32.725333 32.810666a46.933333 46.933333 0 0 0-0.042667 66.304l32.853333 32.853334c23.125333 23.253333 36.181333 54.698667 36.181334 87.466666v91.178667a46.933333 46.933333 0 0 0 46.933333 46.933333h91.136c32.810667 0 64.256 13.056 87.466667 36.224l32.853333 32.810667a46.933333 46.933333 0 0 0 66.346667 0l32.810666-32.768a123.733333 123.733333 0 0 1 87.466667-36.266667h91.136a46.933333 46.933333 0 0 0 46.933333-46.933333v-91.136c0-32.810667 13.013333-64.256 36.181334-87.466667l32.853333-32.853333a46.933333 46.933333 0 0 0 0-66.346667l-32.768-32.810666a123.733333 123.733333 0 0 1-36.266667-87.466667V267.349333a46.933333 46.933333 0 0 0-46.933333-46.933333h-91.136a123.733333 123.733333 0 0 1-87.466667-36.224l-32.810666-32.725333z m-33.408 203.946666l8.064 0.213334c11.904 0.597333 23.466667 2.56 34.517333 5.717333 1.237333 0.341333 2.474667 0.64 3.669333 1.024l1.194667 0.384c1.706667 0.512 3.328 1.066667 4.992 1.664l1.28 0.512 2.261333 0.853333c1.28 0.469333 2.56 0.938667 3.754667 1.450667 1.664 0.682667 3.242667 1.408 4.864 2.133333l1.962667 0.853334 3.882666 2.005333 3.114667 1.578667a153.856 153.856 0 0 1 10.666667 6.272l1.536 0.981333 3.626666 2.474667 3.328 2.389333 2.090667 1.536a168.234667 168.234667 0 0 1 11.904 10.069333l2.304 2.176 3.029333 3.029334 2.56 2.730666 2.176 2.346667 2.474667 2.901333a151.68 151.68 0 0 1 4.906667 6.058667l1.578666 2.133333c1.024 1.322667 1.962667 2.688 2.944 4.096l1.834667 2.645334a161.450667 161.450667 0 0 1 4.096 6.570666l0.938667 1.621334a171.904 171.904 0 0 1 4.565333 8.576l1.152 2.261333c2.858667 6.058667 5.333333 12.330667 7.424 18.773333l0.853333 2.56a138.965333 138.965333 0 0 1 2.048 7.381334l0.597334 2.602666a156.8 156.8 0 0 1-7.68 95.573334 152.192 152.192 0 0 1-2.133334 4.821333l-0.853333 1.962667a157.781333 157.781333 0 0 1-1.706667 3.413333l-1.706666 3.370667a145.877333 145.877333 0 0 1-12.288 19.370666l-1.536 2.090667a168.234667 168.234667 0 0 1-10.069334 11.904l-2.176 2.304a170.410667 170.410667 0 0 1-3.029333 3.029333l-2.730667 2.56-2.389333 2.176c-0.896 0.853333-1.877333 1.664-2.858667 2.474667a145.706667 145.706667 0 0 1-12.288 9.386667l-2.645333 1.877333-1.621333 1.066667a156.842667 156.842667 0 0 1-22.357334 11.946666l-1.621333 0.682667c-3.968 1.706667-8.064 3.157333-12.202667 4.48l-2.56 0.853333-3.157333 0.853334c-1.408 0.426667-2.773333 0.853333-4.224 1.194666l-2.602667 0.597334a155.989333 155.989333 0 0 1-20.181333 3.413333l-1.706667 0.085333a157.696 157.696 0 0 1-29.482666-0.085333 155.733333 155.733333 0 0 1-22.314667-3.882667l-3.541333-0.981333c-1.365333-0.384-2.773333-0.725333-4.138667-1.152l-2.944-0.981333-3.797333-1.28-3.541334-1.28a132.266667 132.266667 0 0 1-7.68-3.157334l-1.493333-0.725333a153.6 153.6 0 0 1-11.093333-5.632l-1.450667-0.853333a156.032 156.032 0 0 1-10.922667-6.826667l-1.28-0.853333a158.378667 158.378667 0 0 1-10.197333-7.808l-0.853333-0.682667a157.525333 157.525333 0 0 1-18.602667-18.688l-0.853333-0.938667a156.885333 156.885333 0 0 1-15.445334-22.314666l-0.938666-1.621334-1.749334-3.285333c-0.597333-1.152-1.237333-2.261333-1.792-3.413333a155.306667 155.306667 0 0 1-4.608-10.282667l-1.237333-3.114667a157.696 157.696 0 0 1-3.157333-9.130666l-0.426667-1.408a152.533333 152.533333 0 0 1-1.109333-3.882667l-0.981334-3.541333a155.306667 155.306667 0 0 1-1.024-4.565334l-0.554666-2.56a153.6 153.6 0 0 1-3.029334-30.762666 156.373333 156.373333 0 0 1 156.373334-156.373334z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-Alertsetting" viewBox="0 0 1024 1024"><path d="M660.081778 810.325333a42.666667 42.666667 0 0 1 45.226666 72.362667l-7.281777-11.605333 7.281777 11.662222h-0.113777l-0.113778 0.113778-0.398222 0.227555-0.967111 0.568889-3.185778 1.820445a358.855111 358.855111 0 0 1-50.403556 22.528 412.330667 412.330667 0 0 1-276.252444 0 358.855111 358.855111 0 0 1-50.346667-22.528l-3.242667-1.820445-0.967111-0.568889-0.341333-0.227555-0.113778-0.113778h-0.113778c0-0.113778 0.568889-0.967111 7.281778-11.662222l-7.281778 11.605333a42.666667 42.666667 0 1 1 45.226667-72.362667l1.479111 0.853334c1.479111 0.796444 3.925333 2.161778 7.224889 3.811555 6.656 3.356444 16.839111 7.964444 29.923556 12.686222a326.883556 326.883556 0 0 0 218.794666 0 271.473778 271.473778 0 0 0 37.148445-16.497777l1.536-0.853334zM512 92.728889c43.235556 0 78.791111 32.085333 84.48 73.728C741.831111 200.476444 853.333333 320.398222 853.333333 469.162667v208.611555c9.955556 1.991111 18.773333 3.754667 26.168889 5.404445 9.443556 2.104889 16.782222 3.868444 21.902222 5.12l5.916445 1.536 1.649778 0.455111 0.625777 0.227555h0.056889l-7.850666 28.444445 7.964444-28.444445a51.2 51.2 0 0 1-27.477333 98.588445h-0.113778l-1.080889-0.284445a1252.522667 1252.522667 0 0 0-98.702222-19.797333A1740.288 1740.288 0 0 0 512 748.430222c-112.071111 0-205.368889 10.353778-270.392889 20.707556a1252.124444 1252.124444 0 0 0-94.094222 18.602666l-4.608 1.137778-1.080889 0.284445H141.653333a51.2 51.2 0 1 1-27.363555-98.588445l7.964444 28.444445-7.964444-28.444445h0.113778l0.682666-0.227555 1.592889-0.455111 5.916445-1.479112A818.631111 818.631111 0 0 1 170.666667 677.774222V469.162667c0-148.764444 111.502222-268.686222 256.853333-302.705778A85.333333 85.333333 0 0 1 512 92.728889z m0 149.333333c-145.578667 0-256 105.642667-256 227.100445v194.218666a1861.859556 1861.859556 0 0 1 256-17.408c101.944889 0 189.383111 8.135111 256 17.408V469.162667c0-121.457778-110.421333-227.100444-256-227.100445z" fill="#FFFFFF" ></path></symbol><symbol id="icon-a-Changepassword" viewBox="0 0 1024 1024"><path d="M725.333333 106.666667l5.632 0.398222a42.666667 42.666667 0 0 1 31.118223 20.650667l213.333333 362.666666a42.666667 42.666667 0 0 1 0 43.235556l-213.333333 362.666666a42.666667 42.666667 0 0 1-36.750223 21.048889h-426.666666a42.666667 42.666667 0 0 1-36.750223-21.048889L48.583111 533.617778a42.666667 42.666667 0 0 1 0-43.235556l213.333333-362.666666a42.666667 42.666667 0 0 1 36.750223-21.048889h426.666666zM134.826667 512l188.245333 320h377.856L889.173333 512 700.871111 192H323.128889L134.769778 512z" fill="#FFFFFF" ></path><path d="M576 512a64 64 0 1 0-128 0 64 64 0 0 0 128 0z m85.333333 0a149.333333 149.333333 0 1 1-298.666666 0 149.333333 149.333333 0 0 1 298.666666 0z" fill="#FFFFFF" ></path></symbol><symbol id="icon-alert" viewBox="0 0 1024 1024"><path d="M662.485333 842.026667a38.4 38.4 0 0 1 40.533334 65.237333h-0.085334l-0.128 0.128a23.552 23.552 0 0 0-0.341333 0.213333l-0.938667 0.512c-0.768 0.426667-1.792 1.109333-3.114666 1.834667a353.066667 353.066667 0 0 1-49.749334 22.186667 408.064 408.064 0 0 1-273.322666 0 352.981333 352.981333 0 0 1-49.749334-22.186667l-3.072-1.834667-0.981333-0.512a33.792 33.792 0 0 0-0.341333-0.213333l-0.085334-0.085333-0.042666-0.042667h-0.042667a38.4 38.4 0 0 1 40.533333-65.237333v0.042666l0.213334 0.085334 1.578666 0.853333c1.536 0.896 4.053333 2.304 7.466667 4.010667 6.784 3.413333 17.066667 8.106667 30.336 12.8a331.264 331.264 0 0 0 221.696 0c13.269333-4.693333 23.594667-9.386667 30.378667-12.8 3.413333-1.706667 5.888-3.114667 7.466666-3.968l1.578667-0.853334 0.213333-0.170666zM512 64c44.757333 0 81.365333 34.432 84.949333 78.250667 143.018667 34.133333 252.16 152.234667 252.16 298.154666v277.76a821.034667 821.034667 0 0 1 49.194667 10.794667l5.76 1.450667 1.536 0.426666 0.426667 0.128h0.213333l-5.888 21.418667 5.973333-21.376a38.4 38.4 0 0 1-16.768 74.88l-3.84-0.853333-0.213333-0.085334-1.066667-0.341333-4.821333-1.194667a761.472 761.472 0 0 0-19.541333-4.565333 1265.92 1265.92 0 0 0-75.690667-14.250667A1752.661333 1752.661333 0 0 0 512 763.733333c-112.853333 0-206.805333 10.453333-272.384 20.864-32.768 5.205333-58.410667 10.410667-75.690667 14.250667-8.661333 1.92-15.232 3.498667-19.541333 4.565333l-4.778667 1.194667-1.109333 0.341333-0.213333 0.042667-3.84 0.853333a38.4 38.4 0 0 1-16.725334-74.837333l5.973334 21.333333-5.973334-21.333333 0.085334-0.042667h0.170666l0.426667-0.128 1.578667-0.426666 5.717333-1.493334a820.693333 820.693333 0 0 1 49.237333-10.794666v-277.717334c0-145.92 109.098667-264.021333 252.074667-298.154666A85.333333 85.333333 0 0 1 512 64z m0 145.066667c-147.498667 0-260.266667 107.178667-260.266667 231.338666v264.661334A1844.821333 1844.821333 0 0 1 512 686.933333c104.405333 0 193.408 8.533333 260.266667 18.133334v-264.661334c0-124.16-112.768-231.338667-260.266667-231.338666z" fill="#FFFFFF" ></path></symbol><symbol id="icon-theme-to-dark" viewBox="0 0 1024 1024"><path d="M803.541333 267.392a46.933333 46.933333 0 0 0-46.933333-46.933333h-91.136a123.733333 123.733333 0 0 1-87.466667-36.266667l-32.810666-32.725333a46.933333 46.933333 0 0 0-66.304-0.042667l-32.853334 32.853333a123.818667 123.818667 0 0 1-87.466666 36.181334H267.349333a46.933333 46.933333 0 0 0-46.933333 46.933333v91.136a123.733333 123.733333 0 0 1-36.266667 87.466667l-32.725333 32.810666a46.933333 46.933333 0 0 0-0.042667 66.304l32.853334 32.853334c23.125333 23.253333 36.181333 54.698667 36.181333 87.466666v91.178667a46.933333 46.933333 0 0 0 46.933333 46.933333h91.136c32.810667 0 64.256 13.056 87.466667 36.224l32.853333 32.853334a46.933333 46.933333 0 0 0 66.346667-0.085334l32.810667-32.725333a123.733333 123.733333 0 0 1 87.466666-36.266667h91.136a46.933333 46.933333 0 0 0 46.933334-46.933333v-91.136c0-32.810667 13.013333-64.256 36.181333-87.466667l32.853333-32.853333a46.933333 46.933333 0 0 0 0-66.346667l-32.768-32.810666a123.733333 123.733333 0 0 1-36.266666-87.466667V267.392z m76.8 91.136c0 12.458667 4.949333 24.362667 13.738667 33.194667l32.768 32.725333a123.733333 123.733333 0 0 1 0.085333 174.933333l-32.853333 32.896a46.933333 46.933333 0 0 0-13.738667 33.194667v91.136a123.733333 123.733333 0 0 1-123.733333 123.733333h-91.136a46.933333 46.933333 0 0 0-33.194667 13.738667l-32.725333 32.768a123.733333 123.733333 0 0 1-174.933333 0.085333l-32.896-32.853333a46.933333 46.933333 0 0 0-33.194667-13.738667H267.392a123.733333 123.733333 0 0 1-123.733333-123.733333v-91.136a46.933333 46.933333 0 0 0-13.738667-33.194667l-32.853333-32.853333a123.733333 123.733333 0 0 1 0.085333-174.933333l32.768-32.768a46.933333 46.933333 0 0 0 13.738667-33.194667V267.392a123.733333 123.733333 0 0 1 123.733333-123.733333h91.136a46.933333 46.933333 0 0 0 33.194667-13.738667l32.853333-32.853333a123.733333 123.733333 0 0 1 174.933333 0.085333l32.768 32.768a46.933333 46.933333 0 0 0 33.194667 13.738667h91.136a123.733333 123.733333 0 0 1 123.733333 123.733333v91.136z" fill="#FFFFFF" ></path><path d="M554.666667 328.533333c32.426667 0 62.464 15.488 85.674666 36.010667a201.813333 201.813333 0 0 1 54.997334 81.92c24.021333 66.517333 14.976 150.314667-59.818667 216.32a37.717333 37.717333 0 0 1-2.986667 2.389333c-74.581333 53.76-153.386667 49.92-212.906666 17.706667C363.093333 652.373333 320 593.578667 320 533.333333a38.4 38.4 0 0 1 38.4-38.4c27.221333 0 50.389333 0.213333 71.424-1.834666 20.821333-2.005333 36.010667-6.016 47.36-12.416 18.176-10.282667 39.082667-34.346667 39.082667-113.749334a38.4 38.4 0 0 1 38.4-38.4z m34.730666 93.482667c-8.533333 60.544-32.554667 101.888-74.453333 125.525333-24.576 13.909333-51.84 19.498667-77.696 22.016-9.216 0.853333-18.688 1.28-28.202667 1.621334 9.941333 16.426667 25.770667 32.682667 47.061334 44.16 34.986667 18.944 81.365333 22.784 129.877333-11.306667 47.701333-42.965333 51.328-92.074667 37.12-131.456a125.141333 125.141333 0 0 0-33.621333-50.517333l-0.085334-0.042667z" fill="#FFFFFF" ></path></symbol><symbol id="icon-locale" viewBox="0 0 1024 1024"><path d="M162.133333 537.6c21.248 0 38.442667 17.194667 38.442667 38.4v213.333333c0 16.426667 4.352 41.088 15.829333 60.245334 10.282667 17.152 25.472 29.354667 52.437334 29.354666h106.666666a38.442667 38.442667 0 0 1 0 76.8H268.8c-58.368 0-96.554667-30.464-118.272-66.645333-20.48-34.176-26.837333-73.514667-26.837333-99.754667v-213.333333c0-21.205333 17.237333-38.4 38.4-38.4z m554.666667-64c21.205333 0 38.442667 17.194667 38.442667 38.4v25.6h174.933333l3.925333 0.213333a38.442667 38.442667 0 0 1 0 76.373334l-3.925333 0.213333h-48.213333c-4.053333 60.586667-19.114667 131.541333-61.781334 191.786667-8.789333 12.416-18.773333 24.106667-29.696 35.114666 35.712 10.752 75.52 16.298667 118.357334 16.298667a38.442667 38.442667 0 0 1 3.925333 76.586667l-3.925333 0.213333-14.848-0.213333c-63.402667-1.706667-124.629333-14.592-178.048-39.381334-49.834667 24.917333-112.64 39.594667-191.146667 39.594667a38.4 38.4 0 0 1 0-76.8c44.074667 0 80.853333-5.290667 111.744-14.122667a289.365333 289.365333 0 0 1-84.138667-127.36 38.4 38.4 0 0 1 72.832-24.234666c16.042667 48.128 46.933333 86.570667 88.917334 114.261333a198.186667 198.186667 0 0 0 43.349333-44.373333c30.634667-43.264 43.306667-96.682667 47.274667-147.370667h-301.269334a38.4 38.4 0 0 1 0-76.8h174.933334V512a38.4 38.4 0 0 1 38.4-38.4zM226.133333 68.266667c61.013333 0 104.149333 21.674667 131.498667 53.290666 26.112 30.208 34.986667 66.261333 34.986667 91.776v213.333334A38.442667 38.442667 0 0 1 315.733333 426.666667V337.066667H136.576V426.666667a38.442667 38.442667 0 0 1-76.8 0V213.333333c0-25.514667 8.832-61.568 34.944-91.776 27.306667-31.616 70.442667-53.333333 131.413333-53.333333z m490.666667 64c26.282667 0 65.621333 6.314667 99.797333 26.837333 36.181333 21.674667 66.645333 59.861333 66.645334 118.229333v85.333334a38.442667 38.442667 0 0 1-76.8 0v-85.333334c0-26.965333-12.245333-42.154667-29.354667-52.437333-19.157333-11.477333-43.818667-15.786667-60.245333-15.786667h-213.333334a38.4 38.4 0 0 1 0-76.842666h213.333334z m-490.666667 12.8c-41.344 0-62.208 13.909333-73.301333 26.709333-12.245333 14.208-16.213333 31.530667-16.213333 41.557333v46.933334H315.733333V213.333333c0-10.026667-3.968-27.306667-16.213333-41.557333-11.093333-12.8-32-26.709333-73.386667-26.709333z" fill="#FFFFFF" ></path></symbol></svg>', ((i) => {
|
|
@@ -9312,32 +9310,32 @@ window._iconfont_svg_string_4986259 = '<svg><symbol id="icon-baobiao" viewBox="0
|
|
|
9312
9310
|
f();
|
|
9313
9311
|
}
|
|
9314
9312
|
})(window);
|
|
9315
|
-
const
|
|
9313
|
+
const wt = {
|
|
9316
9314
|
name: "AssetIndex"
|
|
9317
9315
|
};
|
|
9318
|
-
function
|
|
9316
|
+
function xt(i, t, e, h, c, s) {
|
|
9319
9317
|
return null;
|
|
9320
9318
|
}
|
|
9321
|
-
const
|
|
9319
|
+
const vt = /* @__PURE__ */ N1(wt, [["render", xt]]), Bt = {
|
|
9322
9320
|
install(i) {
|
|
9323
|
-
i.component("basicStyle",
|
|
9321
|
+
i.component("basicStyle", vt);
|
|
9324
9322
|
}
|
|
9325
9323
|
};
|
|
9326
9324
|
export {
|
|
9327
|
-
|
|
9328
|
-
|
|
9329
|
-
|
|
9325
|
+
Lt as BrandPlugin,
|
|
9326
|
+
C0 as ForecastReport,
|
|
9327
|
+
n4 as HistoricalReport,
|
|
9330
9328
|
I2 as IdmBrand,
|
|
9331
9329
|
C2 as IdmLoading,
|
|
9332
|
-
|
|
9333
|
-
|
|
9334
|
-
|
|
9335
|
-
|
|
9336
|
-
|
|
9337
|
-
|
|
9338
|
-
|
|
9339
|
-
|
|
9340
|
-
|
|
9341
|
-
|
|
9342
|
-
|
|
9330
|
+
At as IdmLoadingPlugin,
|
|
9331
|
+
J6 as IdmMeteo,
|
|
9332
|
+
O6 as IdmSign,
|
|
9333
|
+
Ct as IdmSpotPlugin,
|
|
9334
|
+
St as MeteoPlugin,
|
|
9335
|
+
P4 as SeasonalReport,
|
|
9336
|
+
Ht as SignPlugin,
|
|
9337
|
+
Bt as StoppageReportPlugin,
|
|
9338
|
+
yt as TropicalReport,
|
|
9339
|
+
Nt as TropicalReportPlugin,
|
|
9340
|
+
vt as basicStyle
|
|
9343
9341
|
};
|