@idmui/basic 0.3.8 → 0.3.9
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/index.d.ts +4 -0
- package/dist/Sign/src/index.vue.d.ts +14 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +814 -746
- package/dist/index.umd.cjs +31 -31
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,16 +1,82 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { openBlock as
|
|
1
|
+
import M from "moment";
|
|
2
|
+
import { openBlock as u, createElementBlock as b, createElementVNode as a, createTextVNode as p, toDisplayString as l, resolveComponent as r2, createVNode as c2, createStaticVNode as N2, createCommentVNode as Q, normalizeClass as v, Fragment as B2, renderList as T2, createBlock as S2 } from "vue";
|
|
3
3
|
import { LngLatHelper as u1, LaneHelper as A2, TropicalHelper as C6 } from "@idm-plugin/geo";
|
|
4
4
|
import { Meteo2Assist as u2 } from "@idm-plugin/meteo";
|
|
5
5
|
import * as J from "echarts";
|
|
6
6
|
import L2 from "mapbox-gl";
|
|
7
7
|
import { TropicalGL as N6, LatLngGL as B6 } from "@idmwx/idmui-gl3";
|
|
8
|
-
const
|
|
8
|
+
const N1 = (i, t) => {
|
|
9
9
|
const e = i.__vccOpts || i;
|
|
10
10
|
for (const [h, c] of t)
|
|
11
11
|
e[h] = c;
|
|
12
12
|
return e;
|
|
13
13
|
}, T6 = {
|
|
14
|
+
name: "IdmSign",
|
|
15
|
+
props: {
|
|
16
|
+
voyage: {
|
|
17
|
+
type: String,
|
|
18
|
+
default: void 0
|
|
19
|
+
}
|
|
20
|
+
},
|
|
21
|
+
methods: {
|
|
22
|
+
computeUTCTime(i, t) {
|
|
23
|
+
return M.utc(i).format(t);
|
|
24
|
+
}
|
|
25
|
+
}
|
|
26
|
+
}, I6 = { class: "idm-sign-section" }, E6 = { class: "left-section" }, W6 = { class: "issued-text" }, P6 = { class: "right-section" }, O6 = { class: "tracking-number" };
|
|
27
|
+
function V6(i, t, e, h, c, s) {
|
|
28
|
+
var m, g, y, f;
|
|
29
|
+
return u(), b("div", I6, [
|
|
30
|
+
a("div", E6, [
|
|
31
|
+
t[3] || (t[3] = a("img", {
|
|
32
|
+
src: "https://osshz.idmwx.com/asset/logo/logo.svg",
|
|
33
|
+
alt: ""
|
|
34
|
+
}, null, -1)),
|
|
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 "),
|
|
45
|
+
a("a", {
|
|
46
|
+
href: "https://nop.ormwx.com/trust",
|
|
47
|
+
target: "_blank",
|
|
48
|
+
class: "link"
|
|
49
|
+
}, "trust.ormwx.com"),
|
|
50
|
+
p(" by using the Unique Tracking Number. ")
|
|
51
|
+
], -1)),
|
|
52
|
+
a("div", O6, [
|
|
53
|
+
a("div", null, [
|
|
54
|
+
t[4] || (t[4] = p("VN: ", -1)),
|
|
55
|
+
a("b", null, l(((g = (m = i.report) == null ? void 0 : m.voyage) == null ? void 0 : g.number) || "-"), 1)
|
|
56
|
+
]),
|
|
57
|
+
a("div", null, [
|
|
58
|
+
t[5] || (t[5] = p("ID: ", -1)),
|
|
59
|
+
a("b", null, l(((f = (y = i.report) == null ? void 0 : y.report) == null ? void 0 : f.certified) || "-"), 1)
|
|
60
|
+
])
|
|
61
|
+
]),
|
|
62
|
+
t[7] || (t[7] = a("div", { class: "note" }, " Please note: The verified report only indicates that it was generated by ORM within a specific temporal context. Final conclusions should be based on the latest report. ", -1)),
|
|
63
|
+
t[8] || (t[8] = a("div", { class: "contact" }, [
|
|
64
|
+
p(" For any questions about the statement, contact "),
|
|
65
|
+
a("a", {
|
|
66
|
+
href: "mailto:op@ormwx.com",
|
|
67
|
+
class: "link"
|
|
68
|
+
}, "op@ormwx.com"),
|
|
69
|
+
p(". ")
|
|
70
|
+
], -1))
|
|
71
|
+
])
|
|
72
|
+
]);
|
|
73
|
+
}
|
|
74
|
+
const R6 = /* @__PURE__ */ N1(T6, [["render", V6], ["__scopeId", "data-v-0d403c0a"]]), St = {
|
|
75
|
+
install(i) {
|
|
76
|
+
i.component("IdmSign", R6);
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
const G6 = {
|
|
14
80
|
name: "IdmBrand",
|
|
15
81
|
props: {
|
|
16
82
|
name: {
|
|
@@ -28,12 +94,12 @@ const l2 = (i, t) => {
|
|
|
28
94
|
},
|
|
29
95
|
methods: {
|
|
30
96
|
computeUTCTime(i, t) {
|
|
31
|
-
return
|
|
97
|
+
return M.utc(i).format(t);
|
|
32
98
|
}
|
|
33
99
|
}
|
|
34
|
-
},
|
|
35
|
-
function
|
|
36
|
-
return
|
|
100
|
+
}, $6 = { class: "idm-brand-section" }, Y6 = { class: "title-box" }, j6 = { class: "issue-box" };
|
|
101
|
+
function U6(i, t, e, h, c, s) {
|
|
102
|
+
return u(), b("div", $6, [
|
|
37
103
|
t[0] || (t[0] = a("div", { class: "logo-box" }, [
|
|
38
104
|
a("a", {
|
|
39
105
|
href: "https://nop.ormwx.com/",
|
|
@@ -45,19 +111,19 @@ function P6(i, t, e, h, c, s) {
|
|
|
45
111
|
})
|
|
46
112
|
])
|
|
47
113
|
], -1)),
|
|
48
|
-
a("div",
|
|
49
|
-
a("div",
|
|
114
|
+
a("div", Y6, l(e.name), 1),
|
|
115
|
+
a("div", j6, [
|
|
50
116
|
a("div", null, l(e.locale === "en" ? "Mail to" : "联系我们") + ": op@ormwx.com", 1),
|
|
51
117
|
a("div", null, l(e.locale === "en" ? "Issued" : "发布时间") + ": " + l(s.computeUTCTime(e.issued, "MMM-DD, YYYY")), 1)
|
|
52
118
|
])
|
|
53
119
|
]);
|
|
54
120
|
}
|
|
55
|
-
const I2 = /* @__PURE__ */
|
|
121
|
+
const I2 = /* @__PURE__ */ N1(G6, [["render", U6], ["__scopeId", "data-v-46871d08"]]), At = {
|
|
56
122
|
install(i) {
|
|
57
123
|
i.component("IdmBrand", I2);
|
|
58
124
|
}
|
|
59
125
|
};
|
|
60
|
-
const
|
|
126
|
+
const Z6 = {
|
|
61
127
|
name: "IdmMeteo",
|
|
62
128
|
components: {
|
|
63
129
|
IdmBrand: I2
|
|
@@ -68,34 +134,34 @@ const O6 = {
|
|
|
68
134
|
default: "meteo"
|
|
69
135
|
}
|
|
70
136
|
}
|
|
71
|
-
},
|
|
137
|
+
}, q6 = { class: "orm-meteo-source" }, X6 = {
|
|
72
138
|
key: 0,
|
|
73
139
|
class: "section"
|
|
74
|
-
},
|
|
140
|
+
}, J6 = {
|
|
75
141
|
key: 1,
|
|
76
142
|
class: "section"
|
|
77
143
|
};
|
|
78
|
-
function
|
|
144
|
+
function Q6(i, t, e, h, c, s) {
|
|
79
145
|
var g, y;
|
|
80
146
|
const m = r2("IdmBrand");
|
|
81
|
-
return
|
|
147
|
+
return u(), b("div", q6, [
|
|
82
148
|
c2(m, {
|
|
83
149
|
name: "Data Sources",
|
|
84
150
|
issued: "2026-01-01"
|
|
85
151
|
}),
|
|
86
|
-
["gfs", "meteo"].includes((g = e.model) == null ? void 0 : g.toLowerCase()) ? (
|
|
152
|
+
["gfs", "meteo"].includes((g = e.model) == null ? void 0 : g.toLowerCase()) ? (u(), b("div", X6, [...t[0] || (t[0] = [
|
|
87
153
|
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)
|
|
88
154
|
])])) : Q("", !0),
|
|
89
|
-
["ec", "ecmwf", "meteo"].includes((y = e.model) == null ? void 0 : y.toLowerCase()) ? (
|
|
155
|
+
["ec", "ecmwf", "meteo"].includes((y = e.model) == null ? void 0 : y.toLowerCase()) ? (u(), b("div", J6, [...t[1] || (t[1] = [
|
|
90
156
|
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)
|
|
91
157
|
])])) : Q("", !0)
|
|
92
158
|
]);
|
|
93
159
|
}
|
|
94
|
-
const
|
|
160
|
+
const K6 = /* @__PURE__ */ N1(Z6, [["render", Q6], ["__scopeId", "data-v-d940c680"]]), Ct = {
|
|
95
161
|
install(i) {
|
|
96
|
-
i.component("IdmMeteo",
|
|
162
|
+
i.component("IdmMeteo", K6);
|
|
97
163
|
}
|
|
98
|
-
},
|
|
164
|
+
}, e3 = {
|
|
99
165
|
name: "IdmLoading",
|
|
100
166
|
props: {
|
|
101
167
|
loading: {
|
|
@@ -118,12 +184,12 @@ const j6 = /* @__PURE__ */ l2(O6, [["render", $6], ["__scopeId", "data-v-d940c68
|
|
|
118
184
|
immediate: !0
|
|
119
185
|
}
|
|
120
186
|
}
|
|
121
|
-
},
|
|
187
|
+
}, t3 = {
|
|
122
188
|
key: 0,
|
|
123
189
|
style: { width: "100%", height: "100%", display: "flex", "justify-content": "center", "align-items": "center" }
|
|
124
190
|
};
|
|
125
|
-
function
|
|
126
|
-
return e.loading ? (
|
|
191
|
+
function a3(i, t, e, h, c, s) {
|
|
192
|
+
return e.loading ? (u(), b("div", t3, [...t[0] || (t[0] = [
|
|
127
193
|
a("img", {
|
|
128
194
|
style: { height: "60px" },
|
|
129
195
|
src: "https://osshz.idmwx.com/asset/loading.gif",
|
|
@@ -131,12 +197,12 @@ function U6(i, t, e, h, c, s) {
|
|
|
131
197
|
}, null, -1)
|
|
132
198
|
])])) : Q("", !0);
|
|
133
199
|
}
|
|
134
|
-
const C2 = /* @__PURE__ */
|
|
200
|
+
const C2 = /* @__PURE__ */ N1(e3, [["render", a3]]), Nt = {
|
|
135
201
|
install(i) {
|
|
136
202
|
i.component("IdmLoading", C2);
|
|
137
203
|
}
|
|
138
204
|
};
|
|
139
|
-
const
|
|
205
|
+
const i3 = {
|
|
140
206
|
name: "IdmForecast",
|
|
141
207
|
components: {
|
|
142
208
|
IdmLoading: C2
|
|
@@ -170,7 +236,7 @@ const q6 = {
|
|
|
170
236
|
computeHourLT() {
|
|
171
237
|
return (i) => {
|
|
172
238
|
if (i) {
|
|
173
|
-
const t =
|
|
239
|
+
const t = M.tz(i, this.positionGmt);
|
|
174
240
|
return `${t == null ? void 0 : t.format("HH")}`;
|
|
175
241
|
}
|
|
176
242
|
return "-";
|
|
@@ -179,7 +245,7 @@ const q6 = {
|
|
|
179
245
|
computeUTCTime() {
|
|
180
246
|
return (i, t = "MMM-DD/HHmm[Z], YYYY") => {
|
|
181
247
|
if (i) {
|
|
182
|
-
const e =
|
|
248
|
+
const e = M(i).utc();
|
|
183
249
|
return `${e == null ? void 0 : e.format(t)}`;
|
|
184
250
|
}
|
|
185
251
|
return "-";
|
|
@@ -188,7 +254,7 @@ const q6 = {
|
|
|
188
254
|
computeMMMDDHHmmLT() {
|
|
189
255
|
return (i, t) => {
|
|
190
256
|
if (i) {
|
|
191
|
-
const e =
|
|
257
|
+
const e = M.tz(i, t);
|
|
192
258
|
return `${e == null ? void 0 : e.format("MMM-DD/HHmm")}`;
|
|
193
259
|
}
|
|
194
260
|
return "-";
|
|
@@ -197,7 +263,7 @@ const q6 = {
|
|
|
197
263
|
computeTzTime() {
|
|
198
264
|
return (i, t) => {
|
|
199
265
|
if (i) {
|
|
200
|
-
const e =
|
|
266
|
+
const e = M.tz(i, t);
|
|
201
267
|
return `${e == null ? void 0 : e.format("yyyy-MM-DD")}`;
|
|
202
268
|
}
|
|
203
269
|
return "-";
|
|
@@ -229,8 +295,8 @@ const q6 = {
|
|
|
229
295
|
});
|
|
230
296
|
},
|
|
231
297
|
handleMeteogramData(i) {
|
|
232
|
-
var
|
|
233
|
-
const t = i.forecastDays || 7, e = i.interval || 3, h = t > 7 ? 6 : t > 3 ? 3 : e, c = i.datetime || ((
|
|
298
|
+
var f;
|
|
299
|
+
const t = i.forecastDays || 7, e = i.interval || 3, h = t > 7 ? 6 : t > 3 ? 3 : e, c = i.datetime || ((f = this.reportData) == null ? void 0 : f.etime);
|
|
234
300
|
this.meteogramData = {
|
|
235
301
|
xDates: [],
|
|
236
302
|
dates: [],
|
|
@@ -257,40 +323,40 @@ const q6 = {
|
|
|
257
323
|
`<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>`
|
|
258
324
|
), y = new Image(64, 64);
|
|
259
325
|
y.src = g, y.onload = async () => {
|
|
260
|
-
var k, x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
261
|
-
const z = (x = (k =
|
|
326
|
+
var k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, 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, Y1, j1, U1, Z1, q1, X1, J1;
|
|
327
|
+
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();
|
|
262
328
|
for (let d1 = 0; d1 < t * 24; d1++)
|
|
263
329
|
if (d1 % e === 0) {
|
|
264
|
-
const D1 =
|
|
330
|
+
const D1 = M(z).clone().add(d1, "h").format();
|
|
265
331
|
(E = this.meteogramData) == null || E.dates.push(D1);
|
|
266
332
|
const $ = ((N = u2.pickHourly(i, D1)) == null ? void 0 : N[0]) || {};
|
|
267
|
-
(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)), (
|
|
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)), (Y = this.meteogramData) == null || Y.windSpeedReferMax.push(16), (_ = this.meteogramData) == null || _.sigWaveHeight.push(this.roundPrecision((C = (j = $ == null ? void 0 : $.wave) == null ? void 0 : j.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);
|
|
268
334
|
const s2 = e === 1 ? "sum1Hours" : "sum3Hours";
|
|
269
|
-
if ((
|
|
270
|
-
const
|
|
271
|
-
|
|
335
|
+
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
|
+
const _1 = document.createElement("canvas"), H1 = _1.getContext("2d");
|
|
337
|
+
_1.width = y.width, _1.height = y.height;
|
|
272
338
|
const c1 = ((F1 = (o = $.weather) == null ? void 0 : o.wind) == null ? void 0 : F1.bearing) * (Math.PI / 180);
|
|
273
|
-
H1.translate(
|
|
274
|
-
const S1 =
|
|
339
|
+
H1.translate(_1.width / 2, _1.height / 2), H1.rotate(c1), H1.translate(-y.width / 2, -y.height / 2), H1.drawImage(y, 0, 0, 64, 64);
|
|
340
|
+
const S1 = _1.toDataURL();
|
|
275
341
|
this.meteogramData.windDirIcons.push({ symbol: "image://" + S1, symbolSize: 16 });
|
|
276
342
|
} else
|
|
277
343
|
this.meteogramData.windDirIcons.push({ symbol: "image://", symbolSize: 0 });
|
|
278
|
-
(
|
|
344
|
+
(B1 = $ == null ? void 0 : $.weather) != null && B1.isDay ? s.end === void 0 && s.start >= 0 && (s.end = d1) : s.start === void 0 && (s.start = d1), (s.start >= 0 && s.end >= 0 || s.start >= 0 && d1 === t * 24 - 1) && ((V1 = this.meteogramData) == null || V1.markarea.push([
|
|
279
345
|
{
|
|
280
|
-
x: ((
|
|
346
|
+
x: ((T1 = this.meteogramData) == null ? void 0 : T1.gridOffset.l) + s.start / (t * 24) * (100 - ((I1 = this.meteogramData) == null ? void 0 : I1.gridOffset.l) - ((E1 = this.meteogramData) == null ? void 0 : E1.gridOffset.r)) + "%"
|
|
281
347
|
},
|
|
282
348
|
{
|
|
283
|
-
x: ((
|
|
349
|
+
x: ((W1 = this.meteogramData) == null ? void 0 : W1.gridOffset.l) + (s.end + 1) / (t * 24) * (100 - ((P1 = this.meteogramData) == null ? void 0 : P1.gridOffset.l) - ((O1 = this.meteogramData) == null ? void 0 : O1.gridOffset.r)) + "%"
|
|
284
350
|
}
|
|
285
351
|
]), s = { start: void 0, end: void 0 });
|
|
286
352
|
}
|
|
287
|
-
this.meteogramData.singleAxisOffset.l = ((
|
|
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 - ((Y1 = this.meteogramData) == null ? void 0 : Y1.gridOffset.l) - ((j1 = this.meteogramData) == null ? void 0 : j1.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(() => {
|
|
288
354
|
this.initMeteogramEchart(i);
|
|
289
355
|
});
|
|
290
356
|
};
|
|
291
357
|
},
|
|
292
358
|
initMeteogramEchart(i) {
|
|
293
|
-
var B, W, D, H, A, O, R, G, F, T,
|
|
359
|
+
var B, W, D, H, A, O, R, G, F, T, Y, j, 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, Y1, j1, U1, Z1, q1, X1, J1, d1, D1, $, s2, _1, H1, n2, c1, S1, P, h2, A1, o2, g2, m2, p2, f2, b2, y2, w2;
|
|
294
360
|
i.forecastDays;
|
|
295
361
|
const t = i.interval || 3;
|
|
296
362
|
let e, h = {
|
|
@@ -310,8 +376,8 @@ const q6 = {
|
|
|
310
376
|
show: !0,
|
|
311
377
|
position: "right",
|
|
312
378
|
formatter: (w) => {
|
|
313
|
-
const
|
|
314
|
-
return w.seriesName === "Weather Icons" ? `<strong>${this.meteogramData.weatherNames[
|
|
379
|
+
const M1 = w == null ? void 0 : w.dataIndex;
|
|
380
|
+
return w.seriesName === "Weather Icons" ? `<strong>${this.meteogramData.weatherNames[M1]}</strong>` : !1;
|
|
315
381
|
}
|
|
316
382
|
},
|
|
317
383
|
legend: {
|
|
@@ -368,8 +434,8 @@ const q6 = {
|
|
|
368
434
|
document.getElementById("weatherIconsEchart") && (e = J.init(document.getElementById("weatherIconsEchart")), e.setOption(h));
|
|
369
435
|
let c = Math.max(...this.meteogramData.temperatures.filter((w) => typeof w == "number" && !isNaN(w))), s = Math.min(...this.meteogramData.temperatures.filter((w) => typeof w == "number" && !isNaN(w))), m = Math.floor(s / 5) * 5, g = Math.ceil(c / 5) * 5, y = Math.ceil((g - m) / 5);
|
|
370
436
|
m = Math.floor((m - 2 * y) / 5) * 5, g = Math.ceil((g + 1) / 5) * 5, y = Math.ceil((g - m) / 5);
|
|
371
|
-
let
|
|
372
|
-
t === 1 ? (
|
|
437
|
+
let f = "", z = [];
|
|
438
|
+
t === 1 ? (f = this.locale === "zhHans" ? "1小时降水 ( mm ) " : "Precip.1h ( mm ) ", z = [
|
|
373
439
|
{
|
|
374
440
|
gte: 8,
|
|
375
441
|
color: "rgba(248, 1, 1, 1)",
|
|
@@ -392,7 +458,7 @@ const q6 = {
|
|
|
392
458
|
color: "rgba(172, 210, 255, 1)",
|
|
393
459
|
label: this.locale === "zhHans" ? "小雨,<2mm" : "Light, <2mm"
|
|
394
460
|
}
|
|
395
|
-
]) : (
|
|
461
|
+
]) : (f = this.locale === "zhHans" ? "3小时降水 ( mm ) " : "Precip.3h ( mm ) ", z = [
|
|
396
462
|
{
|
|
397
463
|
gte: 25,
|
|
398
464
|
color: "rgba(248, 1, 1, 1)",
|
|
@@ -444,33 +510,33 @@ const q6 = {
|
|
|
444
510
|
show: !0,
|
|
445
511
|
position: "right",
|
|
446
512
|
formatter: (w) => {
|
|
447
|
-
var
|
|
448
|
-
const
|
|
513
|
+
var Q1, K1, e2, t2, a2, i2, q, x2, v2, z2, k2, F2, _2, M2, D2, H2;
|
|
514
|
+
const M1 = (Q1 = w == null ? void 0 : w.find((p1) => p1.seriesType === "bar")) == null ? void 0 : Q1.dataIndex;
|
|
449
515
|
if (w.find((p1) => p1.seriesType === "scatter"))
|
|
450
516
|
return !1;
|
|
451
517
|
{
|
|
452
518
|
let p1 = "";
|
|
453
|
-
const
|
|
454
|
-
return t === 1 ? (
|
|
455
|
-
<div style="display: ${(
|
|
456
|
-
<span>${this.locale === "zhHans" ? "天气" : "Weather"} : </span><strong>${(
|
|
519
|
+
const l2 = (K1 = w == null ? void 0 : w.find((w1) => w1.seriesName === "Precipitation" || w1.seriesName === "降水")) == null ? void 0 : K1.value;
|
|
520
|
+
return t === 1 ? (l2 < 2 ? p1 = "rgba(172, 210, 255, 1)" : l2 <= 3.9 ? p1 = "rgba(3, 248, 103, 1)" : l2 <= 7.9 ? p1 = "rgba(190, 226, 2, 18)" : l2 > 7.9 ? p1 = "rgba(248, 1, 1, 1)" : p1 = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"><strong>${M.tz((e2 = this.meteogramData) == null ? void 0 : e2.dates[M1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
521
|
+
<div style="display: ${(t2 = this.meteogramData) != null && t2.weatherNames[M1] ? "block" : "none"}; font-size: 13px;">
|
|
522
|
+
<span>${this.locale === "zhHans" ? "天气" : "Weather"} : </span><strong>${(a2 = this.meteogramData) == null ? void 0 : a2.weatherNames[M1]}</strong>
|
|
457
523
|
</div>
|
|
458
|
-
<div style="font-size: 13px;display: ${isNaN((
|
|
524
|
+
<div style="font-size: 13px;display: ${isNaN((i2 = w.find((w1) => w1.seriesName === "Temperature" || w1.seriesName === "温度")) == null ? void 0 : i2.value) ? "none" : "block"};">
|
|
459
525
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(255, 161, 0, 1)" : "rgba(242, 153, 56, 1)"};"></span>
|
|
460
526
|
<span>${this.locale === "zhHans" ? "温度" : "Temperature"} : </span>
|
|
461
527
|
<strong>${(q = w == null ? void 0 : w.find((w1) => w1.seriesName === "Temperature" || w1.seriesName === "温度")) == null ? void 0 : q.value}</strong>
|
|
462
528
|
<span style="padding-left: 3px;">℃</span>
|
|
463
529
|
</div>
|
|
464
|
-
<div style="font-size: 13px;display: ${isNaN(
|
|
530
|
+
<div style="font-size: 13px;display: ${isNaN(l2) ? "none" : "block"};">
|
|
465
531
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${p1};"></span>
|
|
466
532
|
<span>${this.locale === "zhHans" ? "1小时降水" : "Precip.1h"} : </span>
|
|
467
|
-
<strong>${
|
|
533
|
+
<strong>${l2}</strong>
|
|
468
534
|
<span style="padding-left: 3px;">mm</span>
|
|
469
535
|
</div>`) : (((x2 = w[1]) == null ? void 0 : x2.value) < 5 ? p1 = "rgba(172, 210, 255, 1)" : ((v2 = w[1]) == null ? void 0 : v2.value) <= 9.9 ? p1 = "rgba(3, 248, 103, 1)" : ((z2 = w[1]) == null ? void 0 : z2.value) <= 24.9 ? p1 = "rgba(190, 226, 2, 18)" : ((k2 = w[1]) == null ? void 0 : k2.value) > 24.9 ? p1 = "rgba(248, 1, 1, 1)" : p1 = "rgba(172, 210, 255, 1)", `<div style="font-size: 13px;"
|
|
470
|
-
<strong>${
|
|
536
|
+
<strong>${M.tz((F2 = this.meteogramData) == null ? void 0 : F2.dates[M1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong>
|
|
471
537
|
</div>
|
|
472
|
-
<div style="display: ${(
|
|
473
|
-
<span>${this.locale === "zhHans" ? "天气" : "Weather"} : </span><strong>${(
|
|
538
|
+
<div style="display: ${(_2 = this.meteogramData) != null && _2.weatherNames[M1] ? "block" : "none"}; font-size: 13px;">
|
|
539
|
+
<span>${this.locale === "zhHans" ? "天气" : "Weather"} : </span><strong>${(M2 = this.meteogramData) == null ? void 0 : M2.weatherNames[M1]}</strong>
|
|
474
540
|
</div>
|
|
475
541
|
<div style="font-size: 13px;display: ${(D2 = w.find((w1) => w1.seriesName === "Temperature" || w1.seriesName === "温度")) != null && D2.value ? "block" : "none"};">
|
|
476
542
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(255, 161, 0, 1)" : "rgba(242, 153, 56, 1)"};"></span>
|
|
@@ -478,10 +544,10 @@ const q6 = {
|
|
|
478
544
|
<strong>${(H2 = w == null ? void 0 : w.find((w1) => w1.seriesName === "Temperature" || w1.seriesName === "温度")) == null ? void 0 : H2.value}</strong>
|
|
479
545
|
<span style="padding-left: 3px;">℃</span>
|
|
480
546
|
</div>
|
|
481
|
-
<div style="font-size: 13px;display: ${
|
|
547
|
+
<div style="font-size: 13px;display: ${l2 ? "block" : "none"};">
|
|
482
548
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${p1};"></span>
|
|
483
549
|
<span>${this.locale === "zhHans" ? "3小时降水" : "Precip.3h"} : </span>
|
|
484
|
-
<strong>${
|
|
550
|
+
<strong>${l2}</strong>
|
|
485
551
|
<span style="padding-left: 3px;">mm</span>
|
|
486
552
|
</div>
|
|
487
553
|
`);
|
|
@@ -528,7 +594,7 @@ const q6 = {
|
|
|
528
594
|
singleAxis: [
|
|
529
595
|
{
|
|
530
596
|
left: (T = (F = this.meteogramData) == null ? void 0 : F.singleAxisOffset) == null ? void 0 : T.l,
|
|
531
|
-
right: (
|
|
597
|
+
right: (j = (Y = this.meteogramData) == null ? void 0 : Y.singleAxisOffset) == null ? void 0 : j.r,
|
|
532
598
|
type: "category",
|
|
533
599
|
show: !1,
|
|
534
600
|
axisLine: {
|
|
@@ -553,8 +619,8 @@ const q6 = {
|
|
|
553
619
|
height: "2%"
|
|
554
620
|
},
|
|
555
621
|
{
|
|
556
|
-
left: (L = (
|
|
557
|
-
right: (
|
|
622
|
+
left: (L = (_ = this.meteogramData) == null ? void 0 : _.singleAxisOffset) == null ? void 0 : L.l,
|
|
623
|
+
right: (U = (r = this.meteogramData) == null ? void 0 : r.singleAxisOffset) == null ? void 0 : U.r,
|
|
558
624
|
type: "category",
|
|
559
625
|
show: !1,
|
|
560
626
|
axisLine: {
|
|
@@ -580,7 +646,7 @@ const q6 = {
|
|
|
580
646
|
},
|
|
581
647
|
{
|
|
582
648
|
left: (X = (K = this.meteogramData) == null ? void 0 : K.singleAxisOffset) == null ? void 0 : X.l,
|
|
583
|
-
right: (t1 = (
|
|
649
|
+
right: (t1 = (Z = this.meteogramData) == null ? void 0 : Z.singleAxisOffset) == null ? void 0 : t1.r,
|
|
584
650
|
type: "category",
|
|
585
651
|
show: !1,
|
|
586
652
|
axisLine: {
|
|
@@ -663,7 +729,7 @@ const q6 = {
|
|
|
663
729
|
{
|
|
664
730
|
position: "right",
|
|
665
731
|
type: "value",
|
|
666
|
-
name:
|
|
732
|
+
name: f,
|
|
667
733
|
min: 0,
|
|
668
734
|
max: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5) * 5,
|
|
669
735
|
interval: Math.ceil((Math.max(...this.meteogramData.precip.filter((w) => typeof w == "number" && !isNaN(w))) + 1) / 5),
|
|
@@ -832,7 +898,7 @@ const q6 = {
|
|
|
832
898
|
// 隐藏分割线
|
|
833
899
|
},
|
|
834
900
|
boundaryGap: !1,
|
|
835
|
-
data: (
|
|
901
|
+
data: (B1 = this.meteogramData) == null ? void 0 : B1.dates,
|
|
836
902
|
top: "50%",
|
|
837
903
|
height: "2%"
|
|
838
904
|
}
|
|
@@ -843,7 +909,7 @@ const q6 = {
|
|
|
843
909
|
type: "scatter",
|
|
844
910
|
singleAxisIndex: 0,
|
|
845
911
|
coordinateSystem: "singleAxis",
|
|
846
|
-
data: (
|
|
912
|
+
data: (T1 = this.meteogramData) == null ? void 0 : T1.windDirIcons,
|
|
847
913
|
symbolSize: 16
|
|
848
914
|
}
|
|
849
915
|
]
|
|
@@ -877,19 +943,19 @@ const q6 = {
|
|
|
877
943
|
show: !0,
|
|
878
944
|
position: "right",
|
|
879
945
|
formatter: (w) => {
|
|
880
|
-
var
|
|
881
|
-
const
|
|
882
|
-
return w.find((q) => q.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
883
|
-
<div style="font-size: 13px;display: ${isNaN((
|
|
946
|
+
var Q1, K1, e2, t2, a2, i2;
|
|
947
|
+
const M1 = (Q1 = w == null ? void 0 : w[0]) == null ? void 0 : Q1.dataIndex;
|
|
948
|
+
return w.find((q) => q.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((K1 = this.meteogramData) == null ? void 0 : K1.dates[M1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
949
|
+
<div style="font-size: 13px;display: ${isNaN((e2 = w.find((q) => q.seriesName === "Wind Speed" || q.seriesName === "风速")) == null ? void 0 : e2.value) ? "none" : "block"}">
|
|
884
950
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)"};}"></span>
|
|
885
951
|
<span>${this.locale === "zhHans" ? "风速" : "Wind Speed"} : </span>
|
|
886
|
-
<strong>${(
|
|
952
|
+
<strong>${(t2 = w.find((q) => q.seriesName === "Wind Speed" || q.seriesName === "风速")) == null ? void 0 : t2.value}</strong>
|
|
887
953
|
<span style="padding-left: 3px;">kts</span>
|
|
888
954
|
</div>
|
|
889
|
-
<div style="font-size: 13px;display: ${isNaN((
|
|
955
|
+
<div style="font-size: 13px;display: ${isNaN((a2 = w.find((q) => q.seriesName === "Wind Gusts" || q.seriesName === "阵风")) == null ? void 0 : a2.value) ? "none" : "block"}">
|
|
890
956
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgb(80, 196, 34)" : "#4ba229"};}"></span>
|
|
891
957
|
<span>${this.locale === "zhHans" ? "阵风" : "Wind Gusts"} : </span>
|
|
892
|
-
<strong>${(
|
|
958
|
+
<strong>${(i2 = w.find((q) => q.seriesName === "Wind Gusts" || q.seriesName === "阵风")) == null ? void 0 : i2.value}</strong>
|
|
893
959
|
<span style="padding-left: 3px;">kts</span>
|
|
894
960
|
</div>`;
|
|
895
961
|
}
|
|
@@ -914,7 +980,7 @@ const q6 = {
|
|
|
914
980
|
top: "50%",
|
|
915
981
|
height: "50%",
|
|
916
982
|
type: "category",
|
|
917
|
-
data: (
|
|
983
|
+
data: (I1 = this.meteogramData) == null ? void 0 : I1.dates,
|
|
918
984
|
axisLabel: {
|
|
919
985
|
show: !1
|
|
920
986
|
},
|
|
@@ -933,8 +999,8 @@ const q6 = {
|
|
|
933
999
|
},
|
|
934
1000
|
singleAxis: [
|
|
935
1001
|
{
|
|
936
|
-
left: (
|
|
937
|
-
right: (
|
|
1002
|
+
left: (W1 = (E1 = this.meteogramData) == null ? void 0 : E1.singleAxisOffset) == null ? void 0 : W1.l,
|
|
1003
|
+
right: (O1 = (P1 = this.meteogramData) == null ? void 0 : P1.singleAxisOffset) == null ? void 0 : O1.r,
|
|
938
1004
|
type: "category",
|
|
939
1005
|
show: !1,
|
|
940
1006
|
axisLine: {
|
|
@@ -954,13 +1020,13 @@ const q6 = {
|
|
|
954
1020
|
// 隐藏分割线
|
|
955
1021
|
},
|
|
956
1022
|
boundaryGap: !1,
|
|
957
|
-
data: (
|
|
1023
|
+
data: (V1 = this.meteogramData) == null ? void 0 : V1.dates,
|
|
958
1024
|
top: "84%",
|
|
959
1025
|
height: "2%"
|
|
960
1026
|
},
|
|
961
1027
|
{
|
|
962
|
-
left: (
|
|
963
|
-
right: (
|
|
1028
|
+
left: (G1 = (R1 = this.meteogramData) == null ? void 0 : R1.singleAxisOffset) == null ? void 0 : G1.l,
|
|
1029
|
+
right: (Y1 = ($1 = this.meteogramData) == null ? void 0 : $1.singleAxisOffset) == null ? void 0 : Y1.r,
|
|
964
1030
|
type: "category",
|
|
965
1031
|
show: !1,
|
|
966
1032
|
axisLine: {
|
|
@@ -1022,7 +1088,7 @@ const q6 = {
|
|
|
1022
1088
|
name: "",
|
|
1023
1089
|
type: "line",
|
|
1024
1090
|
yAxisIndex: 0,
|
|
1025
|
-
data: (
|
|
1091
|
+
data: (U1 = this.meteogramData) == null ? void 0 : U1.windSpeedReferMax,
|
|
1026
1092
|
symbol: "none",
|
|
1027
1093
|
smooth: !1,
|
|
1028
1094
|
lineStyle: {
|
|
@@ -1066,7 +1132,7 @@ const q6 = {
|
|
|
1066
1132
|
itemStyle: {
|
|
1067
1133
|
color: this.theme === "dark" ? "rgba(190, 218, 255, 0.05)" : "rgba(239,239,239,0.3)"
|
|
1068
1134
|
},
|
|
1069
|
-
data: (
|
|
1135
|
+
data: (q1 = this.meteogramData) == null ? void 0 : q1.markarea,
|
|
1070
1136
|
emphasis: {
|
|
1071
1137
|
disabled: !0
|
|
1072
1138
|
},
|
|
@@ -1078,7 +1144,7 @@ const q6 = {
|
|
|
1078
1144
|
name: this.locale === "zhHans" ? "阵风" : "Wind Gusts",
|
|
1079
1145
|
type: "line",
|
|
1080
1146
|
yAxisIndex: 0,
|
|
1081
|
-
data: (
|
|
1147
|
+
data: (X1 = this.meteogramData) == null ? void 0 : X1.windGusts,
|
|
1082
1148
|
symbol: "none",
|
|
1083
1149
|
smooth: !1,
|
|
1084
1150
|
itemStyle: {
|
|
@@ -1095,7 +1161,7 @@ const q6 = {
|
|
|
1095
1161
|
itemStyle: {
|
|
1096
1162
|
color: this.theme === "dark" ? "rgba(190, 218, 255, 0.05)" : "rgba(239,239,239,0.3)"
|
|
1097
1163
|
},
|
|
1098
|
-
data: (
|
|
1164
|
+
data: (J1 = this.meteogramData) == null ? void 0 : J1.markarea,
|
|
1099
1165
|
emphasis: {
|
|
1100
1166
|
disabled: !0
|
|
1101
1167
|
},
|
|
@@ -1170,19 +1236,19 @@ const q6 = {
|
|
|
1170
1236
|
show: !0,
|
|
1171
1237
|
position: "right",
|
|
1172
1238
|
formatter: (w) => {
|
|
1173
|
-
var
|
|
1174
|
-
const
|
|
1175
|
-
return w.find((q) => q.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
1176
|
-
<div style="font-size: 13px;display: ${isNaN((
|
|
1239
|
+
var Q1, K1, e2, t2, a2, i2;
|
|
1240
|
+
const M1 = (Q1 = w == null ? void 0 : w[0]) == null ? void 0 : Q1.dataIndex;
|
|
1241
|
+
return w.find((q) => q.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((K1 = this.meteogramData) == null ? void 0 : K1.dates[M1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
1242
|
+
<div style="font-size: 13px;display: ${isNaN((e2 = w.find((q) => q.seriesName === "Sig.Wave Height" || q.seriesName === "显著浪高")) == null ? void 0 : e2.value) ? "none" : "block"}">
|
|
1177
1243
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)"};}"></span>
|
|
1178
1244
|
<span>${this.locale === "zhHans" ? "显著浪高" : "Sig.Wave Height"} : </span>
|
|
1179
|
-
<strong>${(
|
|
1245
|
+
<strong>${(t2 = w.find((q) => q.seriesName === "Sig.Wave Height" || q.seriesName === "显著浪高")) == null ? void 0 : t2.value}</strong>
|
|
1180
1246
|
<span style="padding-left: 3px;">m</span>
|
|
1181
1247
|
</div>
|
|
1182
|
-
<div style="font-size: 13px;display: ${isNaN((
|
|
1248
|
+
<div style="font-size: 13px;display: ${isNaN((a2 = w.find((q) => q.seriesName === "Swell Height" || q.seriesName === "涌浪高度")) == null ? void 0 : a2.value) ? "none" : "block"}">
|
|
1183
1249
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgb(17, 245, 211)" : "rgba(0, 230, 194, 1)"};}"></span>
|
|
1184
1250
|
<span>${this.locale === "zhHans" ? "涌浪高度" : "Swell Height"} : </span>
|
|
1185
|
-
<strong>${(
|
|
1251
|
+
<strong>${(i2 = w.find((q) => q.seriesName === "Swell Height" || q.seriesName === "涌浪高度")) == null ? void 0 : i2.value}</strong>
|
|
1186
1252
|
<span style="padding-left: 3px;">m</span>
|
|
1187
1253
|
</div>
|
|
1188
1254
|
`;
|
|
@@ -1228,7 +1294,7 @@ const q6 = {
|
|
|
1228
1294
|
},
|
|
1229
1295
|
singleAxis: [
|
|
1230
1296
|
{
|
|
1231
|
-
left: (
|
|
1297
|
+
left: (_1 = (s2 = this.meteogramData) == null ? void 0 : s2.singleAxisOffset) == null ? void 0 : _1.l,
|
|
1232
1298
|
right: (n2 = (H1 = this.meteogramData) == null ? void 0 : H1.singleAxisOffset) == null ? void 0 : n2.r,
|
|
1233
1299
|
type: "category",
|
|
1234
1300
|
show: !1,
|
|
@@ -1429,14 +1495,14 @@ const q6 = {
|
|
|
1429
1495
|
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"));
|
|
1430
1496
|
},
|
|
1431
1497
|
initHourlyTableData(i) {
|
|
1432
|
-
var s, m, g, y,
|
|
1498
|
+
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1;
|
|
1433
1499
|
this.hourlyTableData = [];
|
|
1434
|
-
const t = i.forecastDays || 7, e = i.interval || 3, h = i.datetime || ((s = this.reportData) == null ? void 0 : s.etime), c = (g = (m =
|
|
1500
|
+
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();
|
|
1435
1501
|
for (let h1 = 0; h1 < t * 24; h1++)
|
|
1436
1502
|
if (h1 % e === 0) {
|
|
1437
1503
|
let m1;
|
|
1438
|
-
if (m1 =
|
|
1439
|
-
const o = ((y = u2.pickHourly(i, m1)) == null ? void 0 : y[0]) || {}, F1 = this.roundPrecision((z = (
|
|
1504
|
+
if (m1 = M.tz(c, this.positionGmt).clone().add(h1, "h").format(), m1) {
|
|
1505
|
+
const o = ((y = u2.pickHourly(i, m1)) == null ? void 0 : y[0]) || {}, F1 = this.roundPrecision((z = (f = o == null ? void 0 : o.weather) == null ? void 0 : f.precip) == null ? void 0 : z[`sum${e}Hours`], 1);
|
|
1440
1506
|
this.hourlyTableData.push({
|
|
1441
1507
|
localDate: this.computeMMMDDHHmmLT(m1, this.positionGmt),
|
|
1442
1508
|
temp: this.roundPrecision((k = o == null ? void 0 : o.weather) == null ? void 0 : k.temp, 0) ?? "-",
|
|
@@ -1448,12 +1514,12 @@ const q6 = {
|
|
|
1448
1514
|
windBF: ((O = (A = o == null ? void 0 : o.weather) == null ? void 0 : A.wind) == null ? void 0 : O.scale) ?? "-",
|
|
1449
1515
|
windGusts: this.roundPrecision((G = (R = o == null ? void 0 : o.weather) == null ? void 0 : R.wind) == null ? void 0 : G.gusts, 1) ?? "-",
|
|
1450
1516
|
windWaveHeight: this.roundPrecision((T = (F = o == null ? void 0 : o.wave) == null ? void 0 : F.wd) == null ? void 0 : T.height, 1) ?? "-",
|
|
1451
|
-
windWavePeriod: this.roundPrecision((
|
|
1452
|
-
windWaveDir: (
|
|
1517
|
+
windWavePeriod: this.roundPrecision((j = (Y = o == null ? void 0 : o.wave) == null ? void 0 : Y.wd) == null ? void 0 : j.period, 1) ?? "-",
|
|
1518
|
+
windWaveDir: (_ = (C = o == null ? void 0 : o.wave) == null ? void 0 : C.wd) == null ? void 0 : _.direction,
|
|
1453
1519
|
windWaveBearing: (r = (L = o == null ? void 0 : o.wave) == null ? void 0 : L.wd) == null ? void 0 : r.bearing,
|
|
1454
|
-
swellHeight: this.roundPrecision((n = (
|
|
1520
|
+
swellHeight: this.roundPrecision((n = (U = o.wave) == null ? void 0 : U.swell) == null ? void 0 : n.height, 1) ?? "-",
|
|
1455
1521
|
swellDir: (X = (K = o.wave) == null ? void 0 : K.swell) == null ? void 0 : X.direction,
|
|
1456
|
-
swellPeriod: this.roundPrecision((t1 = (
|
|
1522
|
+
swellPeriod: this.roundPrecision((t1 = (Z = o.wave) == null ? void 0 : Z.swell) == null ? void 0 : t1.period, 1) ?? "-",
|
|
1457
1523
|
swellBearing: (i1 = (a1 = o == null ? void 0 : o.wave) == null ? void 0 : a1.swell) == null ? void 0 : i1.bearing,
|
|
1458
1524
|
sigWaveHeight: this.roundPrecision((s1 = (l1 = o == null ? void 0 : o.wave) == null ? void 0 : l1.sig) == null ? void 0 : s1.height, 1) ?? "-",
|
|
1459
1525
|
sigWavePeriod: this.roundPrecision((r1 = (o1 = o == null ? void 0 : o.wave) == null ? void 0 : o1.sig) == null ? void 0 : r1.period, 1) ?? "-",
|
|
@@ -1495,368 +1561,368 @@ const q6 = {
|
|
|
1495
1561
|
}
|
|
1496
1562
|
}
|
|
1497
1563
|
}
|
|
1498
|
-
},
|
|
1564
|
+
}, l3 = { class: "row" }, s3 = {
|
|
1499
1565
|
class: "col",
|
|
1500
1566
|
style: { width: "54%" }
|
|
1501
|
-
},
|
|
1567
|
+
}, o3 = {
|
|
1502
1568
|
key: 0,
|
|
1503
1569
|
style: { "margin-left": "8px" }
|
|
1504
|
-
},
|
|
1570
|
+
}, r3 = {
|
|
1505
1571
|
key: 1,
|
|
1506
1572
|
style: { "margin-left": "8px" }
|
|
1507
|
-
},
|
|
1573
|
+
}, n3 = {
|
|
1508
1574
|
key: 0,
|
|
1509
1575
|
class: "col",
|
|
1510
1576
|
style: { width: "42%" }
|
|
1511
|
-
},
|
|
1577
|
+
}, d3 = { style: { "margin-left": "8px" } }, c3 = {
|
|
1512
1578
|
key: 1,
|
|
1513
1579
|
class: "col",
|
|
1514
1580
|
style: { width: "42%" }
|
|
1515
|
-
},
|
|
1581
|
+
}, h3 = { style: { "margin-left": "8px" } }, m3 = { class: "row" }, p3 = {
|
|
1516
1582
|
class: "col",
|
|
1517
1583
|
style: { width: "54%" }
|
|
1518
|
-
},
|
|
1584
|
+
}, g3 = { style: { "margin-left": "8px" } }, u3 = {
|
|
1519
1585
|
class: "col",
|
|
1520
1586
|
style: { width: "42%" }
|
|
1521
|
-
},
|
|
1587
|
+
}, f3 = { style: { "margin-left": "8px" } }, b3 = { class: "content-box" }, y3 = {
|
|
1522
1588
|
key: 0,
|
|
1523
1589
|
class: "meteogram-echart-section"
|
|
1524
|
-
},
|
|
1590
|
+
}, w3 = {
|
|
1525
1591
|
key: 2,
|
|
1526
1592
|
id: "weatherIconsEchart"
|
|
1527
|
-
},
|
|
1593
|
+
}, x3 = {
|
|
1528
1594
|
key: 3,
|
|
1529
1595
|
id: "weatherConditionEchart"
|
|
1530
|
-
},
|
|
1596
|
+
}, v3 = {
|
|
1531
1597
|
key: 4,
|
|
1532
1598
|
id: "windIconsEchart"
|
|
1533
|
-
},
|
|
1599
|
+
}, z3 = {
|
|
1534
1600
|
key: 5,
|
|
1535
1601
|
id: "windEchart"
|
|
1536
|
-
},
|
|
1602
|
+
}, k3 = { key: 6 }, F3 = {
|
|
1537
1603
|
key: 7,
|
|
1538
1604
|
id: "waveChart"
|
|
1539
|
-
},
|
|
1605
|
+
}, _3 = { class: "table-section" }, M3 = {
|
|
1540
1606
|
key: 0,
|
|
1541
1607
|
class: "card"
|
|
1542
|
-
},
|
|
1608
|
+
}, D3 = {
|
|
1543
1609
|
class: "date",
|
|
1544
1610
|
style: { padding: "0 4px" }
|
|
1545
|
-
},
|
|
1611
|
+
}, H3 = {
|
|
1546
1612
|
class: "",
|
|
1547
1613
|
style: { "font-size": "16px", "font-weight": "500" }
|
|
1548
|
-
},
|
|
1614
|
+
}, L3 = {
|
|
1549
1615
|
rowspan: "2",
|
|
1550
1616
|
colspan: "1",
|
|
1551
1617
|
class: "border",
|
|
1552
1618
|
style: { width: "90px" }
|
|
1553
|
-
},
|
|
1619
|
+
}, S3 = {
|
|
1554
1620
|
rowspan: "1",
|
|
1555
1621
|
colspan: "1",
|
|
1556
1622
|
class: "border"
|
|
1557
|
-
},
|
|
1623
|
+
}, A3 = {
|
|
1558
1624
|
rowspan: "1",
|
|
1559
1625
|
colspan: "1",
|
|
1560
1626
|
class: "border"
|
|
1561
|
-
},
|
|
1627
|
+
}, C3 = {
|
|
1562
1628
|
rowspan: "1",
|
|
1563
1629
|
colspan: "1",
|
|
1564
1630
|
class: "border"
|
|
1565
|
-
},
|
|
1631
|
+
}, N3 = {
|
|
1566
1632
|
rowspan: "1",
|
|
1567
1633
|
colspan: "4",
|
|
1568
1634
|
class: "border"
|
|
1569
|
-
},
|
|
1635
|
+
}, B3 = {
|
|
1570
1636
|
rowspan: "1",
|
|
1571
1637
|
colspan: "3",
|
|
1572
1638
|
class: "border"
|
|
1573
|
-
},
|
|
1639
|
+
}, T3 = {
|
|
1574
1640
|
rowspan: "1",
|
|
1575
1641
|
colspan: "3",
|
|
1576
1642
|
class: "border"
|
|
1577
|
-
},
|
|
1643
|
+
}, I3 = {
|
|
1578
1644
|
rowspan: "1",
|
|
1579
1645
|
colspan: "3",
|
|
1580
1646
|
class: "border"
|
|
1581
|
-
},
|
|
1647
|
+
}, E3 = {
|
|
1582
1648
|
rowspan: "1",
|
|
1583
1649
|
colspan: "2",
|
|
1584
1650
|
class: "border"
|
|
1585
|
-
},
|
|
1651
|
+
}, W3 = {
|
|
1586
1652
|
rowspan: "1",
|
|
1587
1653
|
colspan: "1",
|
|
1588
1654
|
class: "border"
|
|
1589
|
-
},
|
|
1655
|
+
}, P3 = {
|
|
1590
1656
|
rowspan: "1",
|
|
1591
1657
|
colspan: "1",
|
|
1592
1658
|
class: "border"
|
|
1593
|
-
},
|
|
1659
|
+
}, O3 = {
|
|
1594
1660
|
rowspan: "1",
|
|
1595
1661
|
colspan: "1",
|
|
1596
1662
|
class: "border",
|
|
1597
1663
|
style: { width: "80px" }
|
|
1598
|
-
},
|
|
1664
|
+
}, V3 = {
|
|
1599
1665
|
rowspan: "1",
|
|
1600
1666
|
colspan: "1",
|
|
1601
1667
|
class: "border",
|
|
1602
1668
|
style: { width: "70px" }
|
|
1603
|
-
},
|
|
1669
|
+
}, R3 = {
|
|
1604
1670
|
rowspan: "1",
|
|
1605
1671
|
colspan: "1",
|
|
1606
1672
|
class: "border",
|
|
1607
1673
|
style: { width: "50px" }
|
|
1608
|
-
},
|
|
1674
|
+
}, G3 = {
|
|
1609
1675
|
rowspan: "1",
|
|
1610
1676
|
colspan: "1",
|
|
1611
1677
|
class: "border",
|
|
1612
1678
|
style: { width: "45px" }
|
|
1613
|
-
},
|
|
1679
|
+
}, $3 = {
|
|
1614
1680
|
rowspan: "1",
|
|
1615
1681
|
colspan: "1",
|
|
1616
1682
|
class: "border",
|
|
1617
1683
|
style: { width: "30px" }
|
|
1618
|
-
},
|
|
1684
|
+
}, Y3 = {
|
|
1619
1685
|
rowspan: "1",
|
|
1620
1686
|
colspan: "1",
|
|
1621
1687
|
class: "border",
|
|
1622
1688
|
style: { width: "60px" }
|
|
1623
|
-
},
|
|
1689
|
+
}, j3 = {
|
|
1624
1690
|
rowspan: "1",
|
|
1625
1691
|
colspan: "1",
|
|
1626
1692
|
class: "border",
|
|
1627
1693
|
style: { width: "50px" }
|
|
1628
|
-
},
|
|
1694
|
+
}, U3 = {
|
|
1629
1695
|
rowspan: "1",
|
|
1630
1696
|
colspan: "1",
|
|
1631
1697
|
class: "border",
|
|
1632
1698
|
style: { width: "45px" }
|
|
1633
|
-
},
|
|
1699
|
+
}, Z3 = {
|
|
1634
1700
|
rowspan: "1",
|
|
1635
1701
|
colspan: "1",
|
|
1636
1702
|
class: "border",
|
|
1637
1703
|
style: { width: "45px" }
|
|
1638
|
-
},
|
|
1704
|
+
}, q3 = {
|
|
1639
1705
|
rowspan: "1",
|
|
1640
1706
|
colspan: "1",
|
|
1641
1707
|
class: "border",
|
|
1642
1708
|
style: { width: "50px" }
|
|
1643
|
-
},
|
|
1709
|
+
}, X3 = {
|
|
1644
1710
|
rowspan: "1",
|
|
1645
1711
|
colspan: "1",
|
|
1646
1712
|
class: "border",
|
|
1647
1713
|
style: { width: "45px" }
|
|
1648
|
-
},
|
|
1714
|
+
}, J3 = {
|
|
1649
1715
|
rowspan: "1",
|
|
1650
1716
|
colspan: "1",
|
|
1651
1717
|
class: "border",
|
|
1652
1718
|
style: { width: "45px" }
|
|
1653
|
-
},
|
|
1719
|
+
}, Q3 = {
|
|
1654
1720
|
rowspan: "1",
|
|
1655
1721
|
colspan: "1",
|
|
1656
1722
|
class: "border",
|
|
1657
1723
|
style: { width: "50px" }
|
|
1658
|
-
},
|
|
1724
|
+
}, K3 = {
|
|
1659
1725
|
rowspan: "1",
|
|
1660
1726
|
colspan: "1",
|
|
1661
1727
|
class: "border",
|
|
1662
1728
|
style: { width: "45px" }
|
|
1663
|
-
},
|
|
1729
|
+
}, e0 = {
|
|
1664
1730
|
rowspan: "1",
|
|
1665
1731
|
colspan: "1",
|
|
1666
1732
|
class: "border",
|
|
1667
1733
|
style: { width: "45px" }
|
|
1668
|
-
},
|
|
1734
|
+
}, t0 = {
|
|
1669
1735
|
rowspan: "1",
|
|
1670
1736
|
colspan: "1",
|
|
1671
1737
|
class: "border",
|
|
1672
1738
|
style: { width: "50px" }
|
|
1673
|
-
},
|
|
1739
|
+
}, a0 = {
|
|
1674
1740
|
rowspan: "1",
|
|
1675
1741
|
colspan: "1",
|
|
1676
1742
|
class: "border",
|
|
1677
1743
|
style: { width: "45px" }
|
|
1678
|
-
},
|
|
1744
|
+
}, i0 = {
|
|
1679
1745
|
rowspan: "1",
|
|
1680
1746
|
colspan: "1",
|
|
1681
1747
|
class: "border",
|
|
1682
1748
|
style: { width: "70px" }
|
|
1683
|
-
},
|
|
1749
|
+
}, l0 = {
|
|
1684
1750
|
rowspan: "1",
|
|
1685
1751
|
colspan: "1",
|
|
1686
1752
|
class: "border",
|
|
1687
1753
|
style: { width: "85px" }
|
|
1688
|
-
},
|
|
1754
|
+
}, s0 = {
|
|
1689
1755
|
rowspan: "1",
|
|
1690
1756
|
colspan: "1",
|
|
1691
1757
|
class: "border",
|
|
1692
1758
|
style: { width: "90px" }
|
|
1693
|
-
},
|
|
1759
|
+
}, o0 = {
|
|
1694
1760
|
rowspan: "1",
|
|
1695
1761
|
colspan: "1",
|
|
1696
1762
|
class: "border",
|
|
1697
1763
|
style: { width: "50px" }
|
|
1698
|
-
},
|
|
1764
|
+
}, r0 = {
|
|
1699
1765
|
rowspan: "1",
|
|
1700
1766
|
colspan: "1",
|
|
1701
1767
|
class: "border",
|
|
1702
1768
|
style: { width: "80px" }
|
|
1703
|
-
},
|
|
1769
|
+
}, n0 = {
|
|
1704
1770
|
rowspan: "1",
|
|
1705
1771
|
colspan: "1",
|
|
1706
1772
|
class: "border",
|
|
1707
1773
|
style: { width: "70px" }
|
|
1708
|
-
},
|
|
1774
|
+
}, d0 = {
|
|
1709
1775
|
rowspan: "1",
|
|
1710
1776
|
colspan: "1",
|
|
1711
1777
|
class: "border",
|
|
1712
1778
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1713
|
-
},
|
|
1779
|
+
}, c0 = ["src"], h0 = { key: 1 }, m0 = {
|
|
1714
1780
|
rowspan: "1",
|
|
1715
1781
|
colspan: "1",
|
|
1716
1782
|
class: "border",
|
|
1717
1783
|
style: { width: "45px" }
|
|
1718
|
-
},
|
|
1784
|
+
}, p0 = {
|
|
1719
1785
|
rowspan: "1",
|
|
1720
1786
|
colspan: "1",
|
|
1721
1787
|
class: "border",
|
|
1722
1788
|
style: { width: "60px" }
|
|
1723
|
-
},
|
|
1789
|
+
}, g0 = {
|
|
1724
1790
|
rowspan: "1",
|
|
1725
1791
|
colspan: "1",
|
|
1726
1792
|
class: "border",
|
|
1727
1793
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1728
|
-
},
|
|
1794
|
+
}, u0 = ["src"], f0 = { key: 1 }, b0 = {
|
|
1729
1795
|
rowspan: "1",
|
|
1730
1796
|
colspan: "1",
|
|
1731
1797
|
class: "border",
|
|
1732
1798
|
style: { width: "45px" }
|
|
1733
|
-
},
|
|
1799
|
+
}, y0 = {
|
|
1734
1800
|
rowspan: "1",
|
|
1735
1801
|
colspan: "1",
|
|
1736
1802
|
class: "border",
|
|
1737
1803
|
style: { width: "45px" }
|
|
1738
|
-
},
|
|
1804
|
+
}, w0 = {
|
|
1739
1805
|
rowspan: "1",
|
|
1740
1806
|
colspan: "1",
|
|
1741
1807
|
class: "border",
|
|
1742
1808
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1743
|
-
},
|
|
1809
|
+
}, x0 = ["src"], v0 = { key: 1 }, z0 = {
|
|
1744
1810
|
rowspan: "1",
|
|
1745
1811
|
colspan: "1",
|
|
1746
1812
|
class: "border",
|
|
1747
1813
|
style: { width: "45px" }
|
|
1748
|
-
},
|
|
1814
|
+
}, k0 = {
|
|
1749
1815
|
rowspan: "1",
|
|
1750
1816
|
colspan: "1",
|
|
1751
1817
|
class: "border",
|
|
1752
1818
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1753
|
-
},
|
|
1819
|
+
}, F0 = ["src"], _0 = { key: 1 }, M0 = {
|
|
1754
1820
|
rowspan: "1",
|
|
1755
1821
|
colspan: "1",
|
|
1756
1822
|
class: "border",
|
|
1757
1823
|
style: { width: "45px" }
|
|
1758
|
-
},
|
|
1824
|
+
}, D0 = {
|
|
1759
1825
|
rowspan: "1",
|
|
1760
1826
|
colspan: "1",
|
|
1761
1827
|
class: "border",
|
|
1762
1828
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
1763
|
-
},
|
|
1829
|
+
}, H0 = ["src"], L0 = { key: 1 }, S0 = {
|
|
1764
1830
|
rowspan: "1",
|
|
1765
1831
|
colspan: "1",
|
|
1766
1832
|
class: "border",
|
|
1767
1833
|
style: { width: "45px" }
|
|
1768
|
-
},
|
|
1834
|
+
}, A0 = {
|
|
1769
1835
|
rowspan: "1",
|
|
1770
1836
|
colspan: "1",
|
|
1771
1837
|
class: "border",
|
|
1772
1838
|
style: { width: "70px" }
|
|
1773
|
-
},
|
|
1839
|
+
}, C0 = {
|
|
1774
1840
|
rowspan: "1",
|
|
1775
1841
|
colspan: "1",
|
|
1776
1842
|
class: "border",
|
|
1777
1843
|
style: { width: "85px" }
|
|
1778
1844
|
};
|
|
1779
|
-
function
|
|
1780
|
-
var g, y,
|
|
1845
|
+
function N0(i, t, e, h, c, s) {
|
|
1846
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, C, _, L;
|
|
1781
1847
|
const m = r2("IdmLoading");
|
|
1782
|
-
return
|
|
1848
|
+
return u(), b("div", {
|
|
1783
1849
|
class: v(["idm-spot-forecast-report", e.theme === "dark" ? "dark" : "light"])
|
|
1784
1850
|
}, [
|
|
1785
|
-
(g = e.reportData) != null && g.showSummary ? (
|
|
1851
|
+
(g = e.reportData) != null && g.showSummary ? (u(), b("div", {
|
|
1786
1852
|
key: 0,
|
|
1787
1853
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
1788
1854
|
}, [
|
|
1789
|
-
a("div",
|
|
1790
|
-
a("div",
|
|
1855
|
+
a("div", l3, [
|
|
1856
|
+
a("div", s3, [
|
|
1791
1857
|
a("span", {
|
|
1792
1858
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1793
1859
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
1794
|
-
(y = e.reportData) != null && y.portName ? (
|
|
1860
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", o3, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", r3, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
1795
1861
|
]),
|
|
1796
|
-
(z = e.reportData) != null && z.datetime ? (
|
|
1862
|
+
(z = e.reportData) != null && z.datetime ? (u(), b("div", n3, [
|
|
1797
1863
|
a("span", {
|
|
1798
1864
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1799
1865
|
}, l(e.locale === "zhHans" ? "预报时段" : "Forecast Period") + ":", 3),
|
|
1800
|
-
a("span",
|
|
1801
|
-
])) : (
|
|
1866
|
+
a("span", d3, 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)
|
|
1867
|
+
])) : (u(), b("div", c3, [
|
|
1802
1868
|
a("span", {
|
|
1803
1869
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1804
1870
|
}, l(e.locale === "zhHans" ? "预报天数" : "Forecast Days") + ":", 3),
|
|
1805
|
-
a("span",
|
|
1871
|
+
a("span", h3, l((B = e.reportData) == null ? void 0 : B.forecastDays) + " " + l(e.locale === "zhHans" ? "天" : "Days"), 1)
|
|
1806
1872
|
]))
|
|
1807
1873
|
]),
|
|
1808
|
-
a("div",
|
|
1809
|
-
a("div",
|
|
1874
|
+
a("div", m3, [
|
|
1875
|
+
a("div", p3, [
|
|
1810
1876
|
a("span", {
|
|
1811
1877
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1812
1878
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
1813
|
-
a("span",
|
|
1879
|
+
a("span", g3, "UTC " + l((W = e.reportData) == null ? void 0 : W.positionOffset), 1)
|
|
1814
1880
|
]),
|
|
1815
|
-
a("div",
|
|
1881
|
+
a("div", u3, [
|
|
1816
1882
|
a("span", {
|
|
1817
1883
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
1818
1884
|
}, l(e.locale === "zhHans" ? "预报模式" : "Forecast Model") + ":", 3),
|
|
1819
|
-
a("span",
|
|
1885
|
+
a("span", f3, l((D = e.reportData) == null ? void 0 : D.forecastModel), 1)
|
|
1820
1886
|
])
|
|
1821
1887
|
])
|
|
1822
1888
|
], 2)) : Q("", !0),
|
|
1823
|
-
a("div",
|
|
1824
|
-
(H = e.reportData) != null && H.showWeatherChart || (A = e.reportData) != null && A.showWindChart || (O = e.reportData) != null && O.showWaveChart ? (
|
|
1825
|
-
e.loading ? (
|
|
1889
|
+
a("div", b3, [
|
|
1890
|
+
(H = e.reportData) != null && H.showWeatherChart || (A = e.reportData) != null && A.showWindChart || (O = e.reportData) != null && O.showWaveChart ? (u(), b("div", y3, [
|
|
1891
|
+
e.loading ? (u(), b("div", {
|
|
1826
1892
|
key: 0,
|
|
1827
1893
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1828
1894
|
}, [
|
|
1829
1895
|
c2(m, { loading: e.loading }, null, 8, ["loading"])
|
|
1830
|
-
], 2)) : e.reportData ? Q("", !0) : (
|
|
1896
|
+
], 2)) : e.reportData ? Q("", !0) : (u(), b("div", {
|
|
1831
1897
|
key: 1,
|
|
1832
1898
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1833
1899
|
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)),
|
|
1834
|
-
!e.loading && ((R = e.reportData) != null && R.showWeatherChart) ? (
|
|
1835
|
-
!e.loading && ((G = e.reportData) != null && G.showWeatherChart) ? (
|
|
1836
|
-
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (
|
|
1837
|
-
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (
|
|
1838
|
-
(
|
|
1839
|
-
!e.loading && ((C = e.reportData) != null && C.showWaveChart) ? (
|
|
1900
|
+
!e.loading && ((R = e.reportData) != null && R.showWeatherChart) ? (u(), b("div", w3)) : Q("", !0),
|
|
1901
|
+
!e.loading && ((G = e.reportData) != null && G.showWeatherChart) ? (u(), b("div", x3)) : Q("", !0),
|
|
1902
|
+
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div", v3)) : Q("", !0),
|
|
1903
|
+
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div", z3)) : Q("", !0),
|
|
1904
|
+
(Y = e.reportData) != null && Y.showWeatherChart && ((j = e.reportData) != null && j.showWindChart) ? (u(), b("div", k3)) : Q("", !0),
|
|
1905
|
+
!e.loading && ((C = e.reportData) != null && C.showWaveChart) ? (u(), b("div", F3)) : Q("", !0)
|
|
1840
1906
|
])) : Q("", !0),
|
|
1841
|
-
a("div",
|
|
1842
|
-
e.loading ? e.loading ? (
|
|
1907
|
+
a("div", _3, [
|
|
1908
|
+
e.loading ? e.loading ? (u(), b("div", {
|
|
1843
1909
|
key: 1,
|
|
1844
1910
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1845
1911
|
}, [
|
|
1846
1912
|
c2(m, { loading: e.loading }, null, 8, ["loading"])
|
|
1847
|
-
], 2)) : (
|
|
1913
|
+
], 2)) : (u(), b("div", {
|
|
1848
1914
|
key: 2,
|
|
1849
1915
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
1850
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (
|
|
1851
|
-
a("div",
|
|
1852
|
-
a("div",
|
|
1916
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", M3, [
|
|
1917
|
+
a("div", D3, [
|
|
1918
|
+
a("div", H3, l(e.locale === "zhHans" ? "小时预报" : "Hourly Forecast"), 1),
|
|
1853
1919
|
a("div", {
|
|
1854
1920
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"]),
|
|
1855
1921
|
style: { "font-size": "13px", "font-weight": "400" }
|
|
1856
1922
|
}, " * " + l(e.locale === "zhHans" ? "涌浪、显浪高度>=1.5米时标记为黄色, 风速蒲福等级>=4时标记为黄色。" : "Swell or Sig.wave height alert in yellow for value>=1.5m, wind speed alert in yellow for beaufort scale >= 4."), 3)
|
|
1857
1923
|
]),
|
|
1858
1924
|
a("table", {
|
|
1859
|
-
class: v(["conditions-table", (
|
|
1925
|
+
class: v(["conditions-table", (_ = e.reportData) != null && _.showSummary ? "" : "table-header-fixed"])
|
|
1860
1926
|
}, [
|
|
1861
1927
|
a("thead", {
|
|
1862
1928
|
class: v(e.theme === "dark" ? "dark" : "light")
|
|
@@ -1864,21 +1930,21 @@ function M0(i, t, e, h, c, s) {
|
|
|
1864
1930
|
a("tr", {
|
|
1865
1931
|
class: v(["day", e.theme === "dark" ? "dark" : "light"])
|
|
1866
1932
|
}, [
|
|
1867
|
-
a("th",
|
|
1868
|
-
|
|
1933
|
+
a("th", L3, [
|
|
1934
|
+
p(l(e.locale === "zhHans" ? "时间" : "DateTime"), 1),
|
|
1869
1935
|
t[0] || (t[0] = a("br", null, null, -1)),
|
|
1870
|
-
t[1] || (t[1] =
|
|
1936
|
+
t[1] || (t[1] = p("(LT)", -1))
|
|
1871
1937
|
]),
|
|
1872
|
-
a("th",
|
|
1873
|
-
a("th",
|
|
1874
|
-
a("th",
|
|
1875
|
-
a("th",
|
|
1876
|
-
a("th",
|
|
1877
|
-
a("th",
|
|
1878
|
-
a("th",
|
|
1879
|
-
a("th",
|
|
1880
|
-
a("th",
|
|
1881
|
-
a("th",
|
|
1938
|
+
a("th", S3, l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
1939
|
+
a("th", A3, l(e.locale === "zhHans" ? `${e.reportData.interval}小时降水` : `Precip.${e.reportData.interval}h`), 1),
|
|
1940
|
+
a("th", C3, l(e.locale === "zhHans" ? "能见度" : "Visibility"), 1),
|
|
1941
|
+
a("th", N3, l(e.locale === "zhHans" ? "风" : "Wind"), 1),
|
|
1942
|
+
a("th", B3, l(e.locale === "zhHans" ? "风浪" : "Wind wave"), 1),
|
|
1943
|
+
a("th", T3, l(e.locale === "zhHans" ? "涌浪" : "Swell wave"), 1),
|
|
1944
|
+
a("th", I3, l(e.locale === "zhHans" ? "显浪" : "Sig.wave"), 1),
|
|
1945
|
+
a("th", E3, l(e.locale === "zhHans" ? "洋流" : "Current"), 1),
|
|
1946
|
+
a("th", W3, l(e.locale === "zhHans" ? "海面" : "Sea Level"), 1),
|
|
1947
|
+
a("th", P3, l(e.locale === "zhHans" ? "海表" : "Sea Surface"), 1)
|
|
1882
1948
|
], 2),
|
|
1883
1949
|
a("tr", {
|
|
1884
1950
|
class: v(["hour", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -1889,130 +1955,130 @@ function M0(i, t, e, h, c, s) {
|
|
|
1889
1955
|
class: "border",
|
|
1890
1956
|
style: { width: "50px" }
|
|
1891
1957
|
}, "°C", -1)),
|
|
1892
|
-
a("th",
|
|
1893
|
-
|
|
1958
|
+
a("th", O3, [
|
|
1959
|
+
p(l(e.locale === "zhHans" ? "累计" : "Acc"), 1),
|
|
1894
1960
|
t[2] || (t[2] = a("br", null, null, -1)),
|
|
1895
|
-
t[3] || (t[3] =
|
|
1961
|
+
t[3] || (t[3] = p("(mm)", -1))
|
|
1896
1962
|
]),
|
|
1897
|
-
a("th",
|
|
1898
|
-
|
|
1963
|
+
a("th", V3, [
|
|
1964
|
+
p(l(e.locale === "zhHans" ? "距离" : "Dist"), 1),
|
|
1899
1965
|
t[4] || (t[4] = a("br", null, null, -1)),
|
|
1900
|
-
t[5] || (t[5] =
|
|
1966
|
+
t[5] || (t[5] = p("(nm)", -1))
|
|
1901
1967
|
]),
|
|
1902
|
-
a("th",
|
|
1903
|
-
a("th",
|
|
1904
|
-
|
|
1968
|
+
a("th", R3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1969
|
+
a("th", G3, [
|
|
1970
|
+
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
1905
1971
|
t[6] || (t[6] = a("br", null, null, -1)),
|
|
1906
|
-
t[7] || (t[7] =
|
|
1972
|
+
t[7] || (t[7] = p("(kts)", -1))
|
|
1907
1973
|
]),
|
|
1908
|
-
a("th",
|
|
1909
|
-
a("th",
|
|
1910
|
-
|
|
1974
|
+
a("th", $3, l(e.locale === "zhHans" ? "等级" : "BF"), 1),
|
|
1975
|
+
a("th", Y3, [
|
|
1976
|
+
p(l(e.locale === "zhHans" ? "阵风" : "Gusts"), 1),
|
|
1911
1977
|
t[8] || (t[8] = a("br", null, null, -1)),
|
|
1912
|
-
t[9] || (t[9] =
|
|
1978
|
+
t[9] || (t[9] = p("(kts)", -1))
|
|
1913
1979
|
]),
|
|
1914
|
-
a("th",
|
|
1915
|
-
a("th",
|
|
1916
|
-
|
|
1980
|
+
a("th", j3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1981
|
+
a("th", U3, [
|
|
1982
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1917
1983
|
t[10] || (t[10] = a("br", null, null, -1)),
|
|
1918
|
-
t[11] || (t[11] =
|
|
1984
|
+
t[11] || (t[11] = p("(m)", -1))
|
|
1919
1985
|
]),
|
|
1920
|
-
a("th",
|
|
1921
|
-
|
|
1986
|
+
a("th", Z3, [
|
|
1987
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
1922
1988
|
t[12] || (t[12] = a("br", null, null, -1)),
|
|
1923
|
-
t[13] || (t[13] =
|
|
1989
|
+
t[13] || (t[13] = p("(s)", -1))
|
|
1924
1990
|
]),
|
|
1925
|
-
a("th",
|
|
1926
|
-
a("th",
|
|
1927
|
-
|
|
1991
|
+
a("th", q3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
1992
|
+
a("th", X3, [
|
|
1993
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1928
1994
|
t[14] || (t[14] = a("br", null, null, -1)),
|
|
1929
|
-
t[15] || (t[15] =
|
|
1995
|
+
t[15] || (t[15] = p("(m)", -1))
|
|
1930
1996
|
]),
|
|
1931
|
-
a("th",
|
|
1932
|
-
|
|
1997
|
+
a("th", J3, [
|
|
1998
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
1933
1999
|
t[16] || (t[16] = a("br", null, null, -1)),
|
|
1934
|
-
t[17] || (t[17] =
|
|
2000
|
+
t[17] || (t[17] = p("(s)", -1))
|
|
1935
2001
|
]),
|
|
1936
|
-
a("th",
|
|
1937
|
-
a("th",
|
|
1938
|
-
|
|
2002
|
+
a("th", Q3, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
2003
|
+
a("th", K3, [
|
|
2004
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1939
2005
|
t[18] || (t[18] = a("br", null, null, -1)),
|
|
1940
|
-
t[19] || (t[19] =
|
|
2006
|
+
t[19] || (t[19] = p("(m)", -1))
|
|
1941
2007
|
]),
|
|
1942
|
-
a("th",
|
|
1943
|
-
|
|
2008
|
+
a("th", e0, [
|
|
2009
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
1944
2010
|
t[20] || (t[20] = a("br", null, null, -1)),
|
|
1945
|
-
t[21] || (t[21] =
|
|
2011
|
+
t[21] || (t[21] = p("(s)", -1))
|
|
1946
2012
|
]),
|
|
1947
|
-
a("th",
|
|
1948
|
-
a("th",
|
|
1949
|
-
|
|
2013
|
+
a("th", t0, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
2014
|
+
a("th", a0, [
|
|
2015
|
+
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
1950
2016
|
t[22] || (t[22] = a("br", null, null, -1)),
|
|
1951
|
-
t[23] || (t[23] =
|
|
2017
|
+
t[23] || (t[23] = p("(kts)", -1))
|
|
1952
2018
|
]),
|
|
1953
|
-
a("th",
|
|
1954
|
-
|
|
2019
|
+
a("th", i0, [
|
|
2020
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
1955
2021
|
t[24] || (t[24] = a("br", null, null, -1)),
|
|
1956
|
-
t[25] || (t[25] =
|
|
2022
|
+
t[25] || (t[25] = p("(m)", -1))
|
|
1957
2023
|
]),
|
|
1958
|
-
a("th",
|
|
1959
|
-
|
|
2024
|
+
a("th", l0, [
|
|
2025
|
+
p(l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
1960
2026
|
t[26] || (t[26] = a("br", null, null, -1)),
|
|
1961
|
-
t[27] || (t[27] =
|
|
2027
|
+
t[27] || (t[27] = p("(°C)", -1))
|
|
1962
2028
|
])
|
|
1963
2029
|
], 2)
|
|
1964
2030
|
], 2),
|
|
1965
2031
|
a("tbody", {
|
|
1966
2032
|
class: v((L = e.reportData) != null && L.showSummary ? "" : "scroll")
|
|
1967
2033
|
}, [
|
|
1968
|
-
(
|
|
2034
|
+
(u(!0), b(B2, null, T2(c.hourlyTableData, (r) => (u(), b("tr", {
|
|
1969
2035
|
key: Math.random() + r.localDate,
|
|
1970
2036
|
class: v(["text border-bottom", e.theme === "dark" ? "dark" : "light"])
|
|
1971
2037
|
}, [
|
|
1972
|
-
a("td",
|
|
2038
|
+
a("td", s0, [
|
|
1973
2039
|
a("div", null, l(r.localDate), 1)
|
|
1974
2040
|
]),
|
|
1975
|
-
a("td",
|
|
2041
|
+
a("td", o0, [
|
|
1976
2042
|
a("div", null, l(r.temp), 1)
|
|
1977
2043
|
]),
|
|
1978
|
-
a("td",
|
|
1979
|
-
a("td",
|
|
1980
|
-
a("td",
|
|
1981
|
-
|
|
1982
|
-
!isNaN(r.windBearing) && r.windDir ? (
|
|
2044
|
+
a("td", r0, l(r.precipSum), 1),
|
|
2045
|
+
a("td", n0, l(r.visibility), 1),
|
|
2046
|
+
a("td", d0, [
|
|
2047
|
+
p(l(r.windDir) + " ", 1),
|
|
2048
|
+
!isNaN(r.windBearing) && r.windDir ? (u(), b("img", {
|
|
1983
2049
|
key: 0,
|
|
1984
2050
|
class: "iconfont icon",
|
|
1985
2051
|
src: `data:image/svg+xml;base64,${s.getRotatedWindArrowBase64(r.windBearing, this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)")}`,
|
|
1986
2052
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
1987
|
-
}, null, 8,
|
|
2053
|
+
}, null, 8, c0)) : (u(), b("span", h0, "-"))
|
|
1988
2054
|
]),
|
|
1989
|
-
a("td",
|
|
2055
|
+
a("td", m0, l(r.windSpeed), 1),
|
|
1990
2056
|
a("td", {
|
|
1991
2057
|
rowspan: "1",
|
|
1992
2058
|
colspan: "1",
|
|
1993
2059
|
class: v(["border", r.windBF >= 4 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
1994
2060
|
style: { width: "30px" }
|
|
1995
2061
|
}, l(r.windBF), 3),
|
|
1996
|
-
a("td",
|
|
1997
|
-
a("td",
|
|
1998
|
-
|
|
1999
|
-
!isNaN(r.windWaveBearing) && r.windWaveDir ? (
|
|
2062
|
+
a("td", p0, l(r.windGusts), 1),
|
|
2063
|
+
a("td", g0, [
|
|
2064
|
+
p(l(r.windWaveDir) + " ", 1),
|
|
2065
|
+
!isNaN(r.windWaveBearing) && r.windWaveDir ? (u(), b("img", {
|
|
2000
2066
|
key: 0,
|
|
2001
2067
|
class: "iconfont icon",
|
|
2002
2068
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.windWaveBearing, (this.theme === "dark", "#7cc7b3"))}`,
|
|
2003
2069
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2004
|
-
}, null, 8,
|
|
2070
|
+
}, null, 8, u0)) : (u(), b("span", f0, "-"))
|
|
2005
2071
|
]),
|
|
2006
|
-
a("td",
|
|
2007
|
-
a("td",
|
|
2008
|
-
a("td",
|
|
2009
|
-
|
|
2010
|
-
!isNaN(r.swellBearing) && r.swellDir ? (
|
|
2072
|
+
a("td", b0, l(r.windWaveHeight), 1),
|
|
2073
|
+
a("td", y0, l(r.windWavePeriod), 1),
|
|
2074
|
+
a("td", w0, [
|
|
2075
|
+
p(l(r.swellDir) + " ", 1),
|
|
2076
|
+
!isNaN(r.swellBearing) && r.swellDir ? (u(), b("img", {
|
|
2011
2077
|
key: 0,
|
|
2012
2078
|
class: "iconfont icon",
|
|
2013
2079
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.swellBearing, this.theme === "dark" ? "rgb(17, 245, 211)" : "rgba(0, 230, 194, 1)")}`,
|
|
2014
2080
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2015
|
-
}, null, 8,
|
|
2081
|
+
}, null, 8, x0)) : (u(), b("span", v0, "-"))
|
|
2016
2082
|
]),
|
|
2017
2083
|
a("td", {
|
|
2018
2084
|
rowspan: "1",
|
|
@@ -2020,15 +2086,15 @@ function M0(i, t, e, h, c, s) {
|
|
|
2020
2086
|
class: v(["border", r.swellHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
2021
2087
|
style: { width: "45px" }
|
|
2022
2088
|
}, l(r.swellHeight), 3),
|
|
2023
|
-
a("td",
|
|
2024
|
-
a("td",
|
|
2025
|
-
|
|
2026
|
-
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (
|
|
2089
|
+
a("td", z0, l(r.swellPeriod), 1),
|
|
2090
|
+
a("td", k0, [
|
|
2091
|
+
p(l(r.sigWaveDir) + " ", 1),
|
|
2092
|
+
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (u(), b("img", {
|
|
2027
2093
|
key: 0,
|
|
2028
2094
|
class: "iconfont icon",
|
|
2029
2095
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.sigWaveBearing, this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)")}`,
|
|
2030
2096
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2031
|
-
}, null, 8,
|
|
2097
|
+
}, null, 8, F0)) : (u(), b("span", _0, "-"))
|
|
2032
2098
|
]),
|
|
2033
2099
|
a("td", {
|
|
2034
2100
|
rowspan: "1",
|
|
@@ -2036,19 +2102,19 @@ function M0(i, t, e, h, c, s) {
|
|
|
2036
2102
|
class: v(["border", r.sigWaveHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
2037
2103
|
style: { width: "45px" }
|
|
2038
2104
|
}, l(r.sigWaveHeight), 3),
|
|
2039
|
-
a("td",
|
|
2040
|
-
a("td",
|
|
2041
|
-
|
|
2042
|
-
!isNaN(r.currentBearing) && r.currentDir ? (
|
|
2105
|
+
a("td", M0, l(r.sigWavePeriod), 1),
|
|
2106
|
+
a("td", D0, [
|
|
2107
|
+
p(l(r.currentDir) + " ", 1),
|
|
2108
|
+
!isNaN(r.currentBearing) && r.currentDir ? (u(), b("img", {
|
|
2043
2109
|
key: 0,
|
|
2044
2110
|
class: "iconfont icon",
|
|
2045
2111
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.currentBearing, this.theme === "dark" ? "rgba(220, 115, 255, 1)" : "rgba(178, 51, 220, 1)")}`,
|
|
2046
2112
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
2047
|
-
}, null, 8,
|
|
2113
|
+
}, null, 8, H0)) : (u(), b("span", L0, "-"))
|
|
2048
2114
|
]),
|
|
2049
|
-
a("td",
|
|
2050
|
-
a("td",
|
|
2051
|
-
a("td",
|
|
2115
|
+
a("td", S0, l(r.currentSpd), 1),
|
|
2116
|
+
a("td", A0, l(r.seaLevel), 1),
|
|
2117
|
+
a("td", C0, l(r.seaSurfaceTemp), 1)
|
|
2052
2118
|
], 2))), 128))
|
|
2053
2119
|
], 2)
|
|
2054
2120
|
], 2)
|
|
@@ -2057,8 +2123,8 @@ function M0(i, t, e, h, c, s) {
|
|
|
2057
2123
|
])
|
|
2058
2124
|
], 2);
|
|
2059
2125
|
}
|
|
2060
|
-
const
|
|
2061
|
-
const
|
|
2126
|
+
const B0 = /* @__PURE__ */ N1(i3, [["render", N0], ["__scopeId", "data-v-bec3da33"]]);
|
|
2127
|
+
const T0 = {
|
|
2062
2128
|
name: "IdmHistorical",
|
|
2063
2129
|
components: {
|
|
2064
2130
|
IdmLoading: C2
|
|
@@ -2092,7 +2158,7 @@ const D0 = {
|
|
|
2092
2158
|
computeHourLT() {
|
|
2093
2159
|
return (i) => {
|
|
2094
2160
|
if (i) {
|
|
2095
|
-
const t =
|
|
2161
|
+
const t = M.tz(i, this.positionGmt);
|
|
2096
2162
|
return `${t == null ? void 0 : t.format("HH")}`;
|
|
2097
2163
|
}
|
|
2098
2164
|
return "-";
|
|
@@ -2101,7 +2167,7 @@ const D0 = {
|
|
|
2101
2167
|
computeUTCTime() {
|
|
2102
2168
|
return (i, t = "MMM-DD/HHmm[Z], YYYY") => {
|
|
2103
2169
|
if (i) {
|
|
2104
|
-
const e =
|
|
2170
|
+
const e = M(i).utc();
|
|
2105
2171
|
return `${e == null ? void 0 : e.format(t)}`;
|
|
2106
2172
|
}
|
|
2107
2173
|
return "-";
|
|
@@ -2110,7 +2176,7 @@ const D0 = {
|
|
|
2110
2176
|
computeMMMDDHHmmLT() {
|
|
2111
2177
|
return (i, t) => {
|
|
2112
2178
|
if (i) {
|
|
2113
|
-
const e =
|
|
2179
|
+
const e = M.tz(i, t);
|
|
2114
2180
|
return `${e == null ? void 0 : e.format("MMM-DD/HHmm")}`;
|
|
2115
2181
|
}
|
|
2116
2182
|
return "-";
|
|
@@ -2119,7 +2185,7 @@ const D0 = {
|
|
|
2119
2185
|
computeTzTime() {
|
|
2120
2186
|
return (i, t) => {
|
|
2121
2187
|
if (i) {
|
|
2122
|
-
const e =
|
|
2188
|
+
const e = M.tz(i, t);
|
|
2123
2189
|
return `${e == null ? void 0 : e.format("yyyy-MM-DD")}`;
|
|
2124
2190
|
}
|
|
2125
2191
|
return "-";
|
|
@@ -2151,8 +2217,8 @@ const D0 = {
|
|
|
2151
2217
|
});
|
|
2152
2218
|
},
|
|
2153
2219
|
handleMeteogramData(i) {
|
|
2154
|
-
var
|
|
2155
|
-
const t = i.forecastDays || 7, e = i.interval || 3, h = t > 7 ? 6 : t > 3 ? 3 : e, c = ((
|
|
2220
|
+
var f, z;
|
|
2221
|
+
const t = i.forecastDays || 7, e = i.interval || 3, h = t > 7 ? 6 : t > 3 ? 3 : e, c = ((f = this.reportData) == null ? void 0 : f.datetime) || ((z = this.reportData) == null ? void 0 : z.etime);
|
|
2156
2222
|
this.meteogramData = {
|
|
2157
2223
|
xDates: [],
|
|
2158
2224
|
dates: [],
|
|
@@ -2182,46 +2248,46 @@ const D0 = {
|
|
|
2182
2248
|
`<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>`
|
|
2183
2249
|
), y = new Image(64, 64);
|
|
2184
2250
|
y.src = g, y.onload = async () => {
|
|
2185
|
-
var x, E, N, B, W, D, H, A, O, R, G, F, T,
|
|
2186
|
-
const k = (E = (x =
|
|
2251
|
+
var x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, 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, Y1, j1, U1, Z1, q1, X1, J1, d1, D1, $, s2, _1, H1, n2;
|
|
2252
|
+
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();
|
|
2187
2253
|
for (let c1 = 0; c1 < t * 24; c1++)
|
|
2188
2254
|
if (c1 % e === 0) {
|
|
2189
|
-
const S1 =
|
|
2255
|
+
const S1 = M(k).clone().add(c1, "h").format();
|
|
2190
2256
|
(N = this.meteogramData) == null || N.dates.push(S1);
|
|
2191
2257
|
const P = ((B = u2.pickHourly(i, S1)) == null ? void 0 : B[0]) || {};
|
|
2192
|
-
(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)), (
|
|
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)), (Y = this.meteogramData) == null || Y.windGusts.push(this.roundPrecision((T = (F = P == null ? void 0 : P.weather) == null ? void 0 : F.wind) == null ? void 0 : T.gusts, 1)), (j = this.meteogramData) == null || j.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);
|
|
2193
2259
|
const h2 = e === 1 ? "sum1Hours" : "sum3Hours";
|
|
2194
|
-
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 =
|
|
2260
|
+
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) {
|
|
2195
2261
|
const A1 = document.createElement("canvas"), o2 = A1.getContext("2d");
|
|
2196
2262
|
A1.width = y.width, A1.height = y.height;
|
|
2197
|
-
const m2 = ((
|
|
2263
|
+
const m2 = ((O1 = (P1 = P.weather) == null ? void 0 : P1.wind) == null ? void 0 : O1.bearing) * (Math.PI / 180);
|
|
2198
2264
|
o2.translate(A1.width / 2, A1.height / 2), o2.rotate(m2), o2.translate(-y.width / 2, -y.height / 2), o2.drawImage(y, 0, 0, 64, 64);
|
|
2199
2265
|
const p2 = A1.toDataURL();
|
|
2200
2266
|
this.meteogramData.windDirIcons.push({ symbol: "image://" + p2, symbolSize: 16 });
|
|
2201
2267
|
} else
|
|
2202
2268
|
this.meteogramData.windDirIcons.push({ symbol: "image://", symbolSize: 0 });
|
|
2203
|
-
(
|
|
2269
|
+
(V1 = P == null ? void 0 : P.weather) != null && V1.isDay ? s.end === void 0 && s.start >= 0 && (s.end = c1) : s.start === void 0 && (s.start = c1), (s.start >= 0 && s.end >= 0 || s.start >= 0 && c1 === t * 24 - 1) && ((Z1 = this.meteogramData) == null || Z1.markarea.push([
|
|
2204
2270
|
{
|
|
2205
|
-
x: ((
|
|
2271
|
+
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)) + "%"
|
|
2206
2272
|
},
|
|
2207
2273
|
{
|
|
2208
|
-
x: ((
|
|
2274
|
+
x: ((Y1 = this.meteogramData) == null ? void 0 : Y1.gridOffset.l) + (s.end + 1) / (t * 24) * (100 - ((j1 = this.meteogramData) == null ? void 0 : j1.gridOffset.l) - ((U1 = this.meteogramData) == null ? void 0 : U1.gridOffset.r)) + "%"
|
|
2209
2275
|
}
|
|
2210
2276
|
]), s = { start: void 0, end: void 0 });
|
|
2211
2277
|
}
|
|
2212
|
-
this.meteogramData.singleAxisOffset.l = ((
|
|
2278
|
+
this.meteogramData.singleAxisOffset.l = ((q1 = this.meteogramData) == null ? void 0 : q1.gridOffset.l) + 0.5 / ((J1 = (X1 = this.meteogramData) == null ? void 0 : X1.dates) == null ? void 0 : J1.length) * (100 - ((d1 = this.meteogramData) == null ? void 0 : d1.gridOffset.l) - ((D1 = this.meteogramData) == null ? void 0 : D1.gridOffset.r)) + "%", this.meteogramData.singleAxisOffset.r = (($ = this.meteogramData) == null ? void 0 : $.gridOffset.r) + 0.5 / ((_1 = (s2 = this.meteogramData) == null ? void 0 : s2.dates) == null ? void 0 : _1.length) * (100 - ((H1 = this.meteogramData) == null ? void 0 : H1.gridOffset.l) - ((n2 = this.meteogramData) == null ? void 0 : n2.gridOffset.r)) + "%", this.$nextTick(() => {
|
|
2213
2279
|
this.initMeteogramEchart(i);
|
|
2214
2280
|
});
|
|
2215
2281
|
};
|
|
2216
2282
|
},
|
|
2217
2283
|
initMeteogramEchart(i) {
|
|
2218
|
-
var W, D, H, A, O, R, G, F, T,
|
|
2284
|
+
var W, D, H, A, O, R, G, F, T, Y, j, 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, Y1, j1, 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, Y2, j2, 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;
|
|
2219
2285
|
const t = i.interval || 3;
|
|
2220
2286
|
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);
|
|
2221
2287
|
c = Math.floor((c - 2 * m) / 5) * 5, s = Math.ceil((s + 1) / 5) * 5, m = Math.ceil((s - c) / 5);
|
|
2222
2288
|
let g = "";
|
|
2223
2289
|
t === 1 ? (g = this.locale === "zhHans" ? "1小时降水 ( mm ) " : "Precip.1h ( mm ) ", this.locale, this.locale, this.locale, this.locale) : (g = this.locale === "zhHans" ? "3小时降水 ( mm ) " : "Precip.3h ( mm ) ", this.locale, this.locale, this.locale, this.locale);
|
|
2224
|
-
let y,
|
|
2290
|
+
let y, f = {
|
|
2225
2291
|
title: {
|
|
2226
2292
|
text: this.locale === "zhHans" ? "温度" : "Temperature",
|
|
2227
2293
|
top: "10px",
|
|
@@ -2250,7 +2316,7 @@ const D0 = {
|
|
|
2250
2316
|
formatter: (d) => {
|
|
2251
2317
|
var x1, v1, z1, k1;
|
|
2252
2318
|
const C1 = (x1 = d == null ? void 0 : d.find((I) => I.seriesType === "line")) == null ? void 0 : x1.dataIndex;
|
|
2253
|
-
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
2319
|
+
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((v1 = this.meteogramData) == null ? void 0 : v1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
2254
2320
|
<div style="font-size: 13px;display: ${isNaN((z1 = d == null ? void 0 : d.find((I) => I.seriesName === "Temperature" || I.seriesName === "温度")) == null ? void 0 : z1.value) ? "none" : "block"}">
|
|
2255
2321
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(255, 161, 0, 1)" : "rgba(242, 153, 56, 1)"};}"></span>
|
|
2256
2322
|
<span>${this.locale === "zhHans" ? "温度: " : "Temperature: "}</span>
|
|
@@ -2322,7 +2388,7 @@ const D0 = {
|
|
|
2322
2388
|
},
|
|
2323
2389
|
{
|
|
2324
2390
|
left: (F = (G = this.meteogramData) == null ? void 0 : G.singleAxisOffset) == null ? void 0 : F.l,
|
|
2325
|
-
right: (
|
|
2391
|
+
right: (Y = (T = this.meteogramData) == null ? void 0 : T.singleAxisOffset) == null ? void 0 : Y.r,
|
|
2326
2392
|
type: "category",
|
|
2327
2393
|
show: !1,
|
|
2328
2394
|
axisLine: {
|
|
@@ -2342,12 +2408,12 @@ const D0 = {
|
|
|
2342
2408
|
// 隐藏分割线
|
|
2343
2409
|
},
|
|
2344
2410
|
boundaryGap: !1,
|
|
2345
|
-
data: (
|
|
2411
|
+
data: (j = this.meteogramData) == null ? void 0 : j.dates,
|
|
2346
2412
|
top: "27%",
|
|
2347
2413
|
height: "2%"
|
|
2348
2414
|
},
|
|
2349
2415
|
{
|
|
2350
|
-
left: (
|
|
2416
|
+
left: (_ = (C = this.meteogramData) == null ? void 0 : C.singleAxisOffset) == null ? void 0 : _.l,
|
|
2351
2417
|
right: (r = (L = this.meteogramData) == null ? void 0 : L.singleAxisOffset) == null ? void 0 : r.r,
|
|
2352
2418
|
type: "category",
|
|
2353
2419
|
show: !1,
|
|
@@ -2368,13 +2434,13 @@ const D0 = {
|
|
|
2368
2434
|
// 隐藏分割线
|
|
2369
2435
|
},
|
|
2370
2436
|
boundaryGap: !1,
|
|
2371
|
-
data: (
|
|
2437
|
+
data: (U = this.meteogramData) == null ? void 0 : U.dates,
|
|
2372
2438
|
top: "84%",
|
|
2373
2439
|
height: "2%"
|
|
2374
2440
|
},
|
|
2375
2441
|
{
|
|
2376
2442
|
left: (K = (n = this.meteogramData) == null ? void 0 : n.singleAxisOffset) == null ? void 0 : K.l,
|
|
2377
|
-
right: (
|
|
2443
|
+
right: (Z = (X = this.meteogramData) == null ? void 0 : X.singleAxisOffset) == null ? void 0 : Z.r,
|
|
2378
2444
|
type: "category",
|
|
2379
2445
|
show: !1,
|
|
2380
2446
|
axisLine: {
|
|
@@ -2487,9 +2553,9 @@ const D0 = {
|
|
|
2487
2553
|
}
|
|
2488
2554
|
]
|
|
2489
2555
|
};
|
|
2490
|
-
document.getElementById("tempEchart") && (y = J.init(document.getElementById("tempEchart")), y.setOption(
|
|
2556
|
+
document.getElementById("tempEchart") && (y = J.init(document.getElementById("tempEchart")), y.setOption(f));
|
|
2491
2557
|
let z;
|
|
2492
|
-
|
|
2558
|
+
f = {
|
|
2493
2559
|
title: {
|
|
2494
2560
|
text: this.locale === "zhHans" ? "降水量" : "Precipitation",
|
|
2495
2561
|
top: "10px",
|
|
@@ -2522,14 +2588,14 @@ const D0 = {
|
|
|
2522
2588
|
return !1;
|
|
2523
2589
|
{
|
|
2524
2590
|
const I = (v1 = d == null ? void 0 : d.find((d2) => d2.seriesName === "Precipitation" || d2.seriesName === "降水")) == null ? void 0 : v1.value;
|
|
2525
|
-
return t === 1 ? `<div style="font-size: 13px;"><strong>${
|
|
2591
|
+
return t === 1 ? `<div style="font-size: 13px;"><strong>${M.tz((z1 = this.meteogramData) == null ? void 0 : z1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
2526
2592
|
<div style="font-size: 13px;display: ${isNaN(I) ? "none" : "block"}">
|
|
2527
2593
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgb(19, 134, 192)" : "#0c73a8"};}"></span>
|
|
2528
2594
|
<span>${this.locale === "zhHans" ? "1小时降水: " : "Precip.1h : "}</span>
|
|
2529
2595
|
<strong>${I}</strong>
|
|
2530
2596
|
<span style="padding-left: 3px;">mm</span>
|
|
2531
2597
|
</div>` : `<div style="font-size: 13px;"
|
|
2532
|
-
<strong>${
|
|
2598
|
+
<strong>${M.tz((k1 = this.meteogramData) == null ? void 0 : k1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong>
|
|
2533
2599
|
</div>
|
|
2534
2600
|
<div style="font-size: 13px;display: ${isNaN(I) ? "none" : "block"}">
|
|
2535
2601
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background: ${this.theme === "dark" ? "rgb(19, 134, 192)" : "#0c73a8"};"></span>
|
|
@@ -2630,7 +2696,7 @@ const D0 = {
|
|
|
2630
2696
|
},
|
|
2631
2697
|
{
|
|
2632
2698
|
left: (F1 = (o = this.meteogramData) == null ? void 0 : o.singleAxisOffset) == null ? void 0 : F1.l,
|
|
2633
|
-
right: (
|
|
2699
|
+
right: (T1 = (B1 = this.meteogramData) == null ? void 0 : B1.singleAxisOffset) == null ? void 0 : T1.r,
|
|
2634
2700
|
type: "category",
|
|
2635
2701
|
show: !1,
|
|
2636
2702
|
axisLine: {
|
|
@@ -2650,13 +2716,13 @@ const D0 = {
|
|
|
2650
2716
|
// 隐藏分割线
|
|
2651
2717
|
},
|
|
2652
2718
|
boundaryGap: !1,
|
|
2653
|
-
data: (
|
|
2719
|
+
data: (I1 = this.meteogramData) == null ? void 0 : I1.dates,
|
|
2654
2720
|
top: "84%",
|
|
2655
2721
|
height: "2%"
|
|
2656
2722
|
},
|
|
2657
2723
|
{
|
|
2658
|
-
left: (
|
|
2659
|
-
right: (
|
|
2724
|
+
left: (W1 = (E1 = this.meteogramData) == null ? void 0 : E1.singleAxisOffset) == null ? void 0 : W1.l,
|
|
2725
|
+
right: (O1 = (P1 = this.meteogramData) == null ? void 0 : P1.singleAxisOffset) == null ? void 0 : O1.r,
|
|
2660
2726
|
type: "category",
|
|
2661
2727
|
show: !1,
|
|
2662
2728
|
axisLine: {
|
|
@@ -2676,7 +2742,7 @@ const D0 = {
|
|
|
2676
2742
|
// 隐藏分割线
|
|
2677
2743
|
},
|
|
2678
2744
|
boundaryGap: !1,
|
|
2679
|
-
data: (
|
|
2745
|
+
data: (V1 = this.meteogramData) == null ? void 0 : V1.dates,
|
|
2680
2746
|
top: "92%",
|
|
2681
2747
|
height: "2%"
|
|
2682
2748
|
}
|
|
@@ -2717,7 +2783,7 @@ const D0 = {
|
|
|
2717
2783
|
name: this.locale === "zhHans" ? "降水" : "Precipitation",
|
|
2718
2784
|
type: "bar",
|
|
2719
2785
|
yAxisIndex: 0,
|
|
2720
|
-
data: (
|
|
2786
|
+
data: (R1 = this.meteogramData) == null ? void 0 : R1.precip,
|
|
2721
2787
|
itemStyle: {
|
|
2722
2788
|
color: this.theme === "dark" ? "rgb(19, 134, 192)" : "#0c73a8"
|
|
2723
2789
|
},
|
|
@@ -2730,7 +2796,7 @@ const D0 = {
|
|
|
2730
2796
|
itemStyle: {
|
|
2731
2797
|
color: this.theme === "dark" ? "rgba(190, 218, 255,0.05)" : "rgba(239,239,239,0.6)"
|
|
2732
2798
|
},
|
|
2733
|
-
data: (
|
|
2799
|
+
data: (G1 = this.meteogramData) == null ? void 0 : G1.markarea,
|
|
2734
2800
|
emphasis: {
|
|
2735
2801
|
disabled: !0
|
|
2736
2802
|
}
|
|
@@ -2740,7 +2806,7 @@ const D0 = {
|
|
|
2740
2806
|
singleAxisIndex: 2,
|
|
2741
2807
|
coordinateSystem: "singleAxis",
|
|
2742
2808
|
type: "scatter",
|
|
2743
|
-
data: (
|
|
2809
|
+
data: ($1 = this.meteogramData) == null ? void 0 : $1.hours,
|
|
2744
2810
|
label: {
|
|
2745
2811
|
show: !0,
|
|
2746
2812
|
fontSize: 10,
|
|
@@ -2755,7 +2821,7 @@ const D0 = {
|
|
|
2755
2821
|
singleAxisIndex: 3,
|
|
2756
2822
|
coordinateSystem: "singleAxis",
|
|
2757
2823
|
type: "scatter",
|
|
2758
|
-
data: (
|
|
2824
|
+
data: (Y1 = this.meteogramData) == null ? void 0 : Y1.xDates,
|
|
2759
2825
|
label: {
|
|
2760
2826
|
show: !0,
|
|
2761
2827
|
fontSize: 13,
|
|
@@ -2767,9 +2833,9 @@ const D0 = {
|
|
|
2767
2833
|
symbolSize: 0
|
|
2768
2834
|
}
|
|
2769
2835
|
]
|
|
2770
|
-
}, document.getElementById("precipEchart") && (z = J.init(document.getElementById("precipEchart")), z.setOption(
|
|
2836
|
+
}, document.getElementById("precipEchart") && (z = J.init(document.getElementById("precipEchart")), z.setOption(f));
|
|
2771
2837
|
let k;
|
|
2772
|
-
|
|
2838
|
+
f = {
|
|
2773
2839
|
grid: {
|
|
2774
2840
|
show: !0,
|
|
2775
2841
|
bottom: "0%",
|
|
@@ -2795,8 +2861,8 @@ const D0 = {
|
|
|
2795
2861
|
},
|
|
2796
2862
|
singleAxis: [
|
|
2797
2863
|
{
|
|
2798
|
-
left: (Z1 = (
|
|
2799
|
-
right: (
|
|
2864
|
+
left: (Z1 = (U1 = this.meteogramData) == null ? void 0 : U1.singleAxisOffset) == null ? void 0 : Z1.l,
|
|
2865
|
+
right: (X1 = (q1 = this.meteogramData) == null ? void 0 : q1.singleAxisOffset) == null ? void 0 : X1.r,
|
|
2800
2866
|
type: "category",
|
|
2801
2867
|
show: !1,
|
|
2802
2868
|
axisLine: {
|
|
@@ -2816,7 +2882,7 @@ const D0 = {
|
|
|
2816
2882
|
// 隐藏分割线
|
|
2817
2883
|
},
|
|
2818
2884
|
boundaryGap: !1,
|
|
2819
|
-
data: (
|
|
2885
|
+
data: (J1 = this.meteogramData) == null ? void 0 : J1.dates,
|
|
2820
2886
|
top: "50%",
|
|
2821
2887
|
height: "2%"
|
|
2822
2888
|
}
|
|
@@ -2831,9 +2897,9 @@ const D0 = {
|
|
|
2831
2897
|
symbolSize: 16
|
|
2832
2898
|
}
|
|
2833
2899
|
]
|
|
2834
|
-
}, document.getElementById("windIconsEchart") && (k = J.init(document.getElementById("windIconsEchart")), k.setOption(
|
|
2900
|
+
}, document.getElementById("windIconsEchart") && (k = J.init(document.getElementById("windIconsEchart")), k.setOption(f));
|
|
2835
2901
|
let x;
|
|
2836
|
-
|
|
2902
|
+
f = {
|
|
2837
2903
|
title: {
|
|
2838
2904
|
text: this.locale === "zhHans" ? "风" : "Wind",
|
|
2839
2905
|
top: "10px",
|
|
@@ -2863,7 +2929,7 @@ const D0 = {
|
|
|
2863
2929
|
formatter: (d) => {
|
|
2864
2930
|
var x1, v1, z1, k1, I, d2;
|
|
2865
2931
|
const C1 = (x1 = d == null ? void 0 : d[0]) == null ? void 0 : x1.dataIndex;
|
|
2866
|
-
return d.find((L1) => L1.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
2932
|
+
return d.find((L1) => L1.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((v1 = this.meteogramData) == null ? void 0 : v1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
2867
2933
|
<div style="font-size: 13px;display: ${isNaN((z1 = d == null ? void 0 : d.find((L1) => L1.seriesName === "Wind Speed" || L1.seriesName === "风速")) == null ? void 0 : z1.value) ? "none" : "block"}">
|
|
2868
2934
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)"};}"></span>
|
|
2869
2935
|
<span>${this.locale === "zhHans" ? "风速: " : "Wind Speed : "}</span><strong>${(k1 = d[1]) == null ? void 0 : k1.value}</strong><span style="padding-left: 3px;">kts</span>
|
|
@@ -2912,7 +2978,7 @@ const D0 = {
|
|
|
2912
2978
|
singleAxis: [
|
|
2913
2979
|
{
|
|
2914
2980
|
left: (s2 = ($ = this.meteogramData) == null ? void 0 : $.singleAxisOffset) == null ? void 0 : s2.l,
|
|
2915
|
-
right: (H1 = (
|
|
2981
|
+
right: (H1 = (_1 = this.meteogramData) == null ? void 0 : _1.singleAxisOffset) == null ? void 0 : H1.r,
|
|
2916
2982
|
type: "category",
|
|
2917
2983
|
show: !1,
|
|
2918
2984
|
axisLine: {
|
|
@@ -3114,13 +3180,13 @@ const D0 = {
|
|
|
3114
3180
|
symbolSize: 0
|
|
3115
3181
|
}
|
|
3116
3182
|
]
|
|
3117
|
-
}, document.getElementById("windEchart") && (x = J.init(document.getElementById("windEchart")), x.setOption(
|
|
3183
|
+
}, document.getElementById("windEchart") && (x = J.init(document.getElementById("windEchart")), x.setOption(f), x.on("legendselectchanged", (d) => {
|
|
3118
3184
|
d.name === "Wind Speed" && (d.selected["Wind Direction"] = d.selected["Wind Speed"]);
|
|
3119
3185
|
}));
|
|
3120
3186
|
let E;
|
|
3121
3187
|
s = Math.max(
|
|
3122
3188
|
...[...this.meteogramData.sigWaveHeight, ...this.meteogramData.swellHeight, ...this.meteogramData.windWaveHeight, 1.5].filter((d) => typeof d == "number" && !isNaN(d))
|
|
3123
|
-
),
|
|
3189
|
+
), f = {
|
|
3124
3190
|
title: {
|
|
3125
3191
|
text: this.locale === "zhHans" ? "浪" : "Wave",
|
|
3126
3192
|
top: "10px",
|
|
@@ -3150,7 +3216,7 @@ const D0 = {
|
|
|
3150
3216
|
formatter: (d) => {
|
|
3151
3217
|
var x1, v1, z1, k1, I, d2, L1, A6;
|
|
3152
3218
|
const C1 = (x1 = d == null ? void 0 : d[0]) == null ? void 0 : x1.dataIndex;
|
|
3153
|
-
return d.find((g1) => g1.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
3219
|
+
return d.find((g1) => g1.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((v1 = this.meteogramData) == null ? void 0 : v1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
3154
3220
|
<div style="font-size: 13px;display: ${isNaN((z1 = d == null ? void 0 : d.find((g1) => g1.seriesName === "Sig.Wave Height" || g1.seriesName === "显著浪高")) == null ? void 0 : z1.value) ? "none" : "block"}">
|
|
3155
3221
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)"};"></span>
|
|
3156
3222
|
<span>${this.locale === "zhHans" ? "显著浪高" : "Sig.Wave Height"} : </span>
|
|
@@ -3207,8 +3273,8 @@ const D0 = {
|
|
|
3207
3273
|
},
|
|
3208
3274
|
singleAxis: [
|
|
3209
3275
|
{
|
|
3210
|
-
left: (
|
|
3211
|
-
right: (
|
|
3276
|
+
left: (M1 = (w = this.meteogramData) == null ? void 0 : w.singleAxisOffset) == null ? void 0 : M1.l,
|
|
3277
|
+
right: (K1 = (Q1 = this.meteogramData) == null ? void 0 : Q1.singleAxisOffset) == null ? void 0 : K1.r,
|
|
3212
3278
|
type: "category",
|
|
3213
3279
|
show: !1,
|
|
3214
3280
|
axisLine: {
|
|
@@ -3228,13 +3294,13 @@ const D0 = {
|
|
|
3228
3294
|
// 隐藏分割线
|
|
3229
3295
|
},
|
|
3230
3296
|
boundaryGap: !1,
|
|
3231
|
-
data: (
|
|
3297
|
+
data: (e2 = this.meteogramData) == null ? void 0 : e2.dates,
|
|
3232
3298
|
top: "84%",
|
|
3233
3299
|
height: "2%"
|
|
3234
3300
|
},
|
|
3235
3301
|
{
|
|
3236
|
-
left: (
|
|
3237
|
-
right: (q = (
|
|
3302
|
+
left: (a2 = (t2 = this.meteogramData) == null ? void 0 : t2.singleAxisOffset) == null ? void 0 : a2.l,
|
|
3303
|
+
right: (q = (i2 = this.meteogramData) == null ? void 0 : i2.singleAxisOffset) == null ? void 0 : q.r,
|
|
3238
3304
|
type: "category",
|
|
3239
3305
|
show: !1,
|
|
3240
3306
|
axisLine: {
|
|
@@ -3360,7 +3426,7 @@ const D0 = {
|
|
|
3360
3426
|
itemStyle: {
|
|
3361
3427
|
color: this.theme === "dark" ? "rgba(190, 218, 255,0.02)" : "rgba(239,239,239,0.2)"
|
|
3362
3428
|
},
|
|
3363
|
-
data: (
|
|
3429
|
+
data: (_2 = this.meteogramData) == null ? void 0 : _2.markarea,
|
|
3364
3430
|
emphasis: {
|
|
3365
3431
|
disabled: !0
|
|
3366
3432
|
},
|
|
@@ -3375,7 +3441,7 @@ const D0 = {
|
|
|
3375
3441
|
name: this.locale === "zhHans" ? "涌浪高度" : "Swell Height",
|
|
3376
3442
|
type: "line",
|
|
3377
3443
|
yAxisIndex: 0,
|
|
3378
|
-
data: (
|
|
3444
|
+
data: (M2 = this.meteogramData) == null ? void 0 : M2.swellHeight,
|
|
3379
3445
|
symbol: "none",
|
|
3380
3446
|
smooth: !1,
|
|
3381
3447
|
itemStyle: {
|
|
@@ -3427,11 +3493,11 @@ const D0 = {
|
|
|
3427
3493
|
symbolSize: 0
|
|
3428
3494
|
}
|
|
3429
3495
|
]
|
|
3430
|
-
}, document.getElementById("waveEchart") && (E = J.init(document.getElementById("waveEchart")), E.setOption(
|
|
3496
|
+
}, document.getElementById("waveEchart") && (E = J.init(document.getElementById("waveEchart")), E.setOption(f));
|
|
3431
3497
|
let N;
|
|
3432
3498
|
s = Math.max(
|
|
3433
3499
|
...[...this.meteogramData.currentSpd].filter((d) => typeof d == "number" && !isNaN(d))
|
|
3434
|
-
),
|
|
3500
|
+
), f = {
|
|
3435
3501
|
title: {
|
|
3436
3502
|
text: this.locale === "zhHans" ? "洋流" : "Current",
|
|
3437
3503
|
top: "10px",
|
|
@@ -3460,7 +3526,7 @@ const D0 = {
|
|
|
3460
3526
|
formatter: (d) => {
|
|
3461
3527
|
var x1, v1, z1, k1;
|
|
3462
3528
|
const C1 = (x1 = d == null ? void 0 : d.find((I) => I.seriesType === "line")) == null ? void 0 : x1.dataIndex;
|
|
3463
|
-
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
3529
|
+
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((v1 = this.meteogramData) == null ? void 0 : v1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
3464
3530
|
<div style="font-size: 13px;display: ${isNaN((z1 = d == null ? void 0 : d.find((I) => I.seriesName === "Current" || I.seriesName === "洋流")) == null ? void 0 : z1.value) ? "none" : "block"}">
|
|
3465
3531
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(220, 115, 255, 1)" : "rgba(178, 51, 220, 1)"};}"></span>
|
|
3466
3532
|
<span>${this.locale === "zhHans" ? "洋流" : "Current"} : </span>
|
|
@@ -3485,7 +3551,7 @@ const D0 = {
|
|
|
3485
3551
|
top: "50%",
|
|
3486
3552
|
height: "50%",
|
|
3487
3553
|
type: "category",
|
|
3488
|
-
data: (
|
|
3554
|
+
data: (l2 = this.meteogramData) == null ? void 0 : l2.dates,
|
|
3489
3555
|
axisLabel: {
|
|
3490
3556
|
show: !1
|
|
3491
3557
|
},
|
|
@@ -3552,13 +3618,13 @@ const D0 = {
|
|
|
3552
3618
|
// 隐藏分割线
|
|
3553
3619
|
},
|
|
3554
3620
|
boundaryGap: !1,
|
|
3555
|
-
data: (
|
|
3621
|
+
data: (Y2 = this.meteogramData) == null ? void 0 : Y2.dates,
|
|
3556
3622
|
top: "27%",
|
|
3557
3623
|
height: "2%"
|
|
3558
3624
|
},
|
|
3559
3625
|
{
|
|
3560
|
-
left: (
|
|
3561
|
-
right: (q2 = (
|
|
3626
|
+
left: (U2 = (j2 = this.meteogramData) == null ? void 0 : j2.singleAxisOffset) == null ? void 0 : U2.l,
|
|
3627
|
+
right: (q2 = (Z2 = this.meteogramData) == null ? void 0 : Z2.singleAxisOffset) == null ? void 0 : q2.r,
|
|
3562
3628
|
type: "category",
|
|
3563
3629
|
show: !1,
|
|
3564
3630
|
axisLine: {
|
|
@@ -3696,9 +3762,9 @@ const D0 = {
|
|
|
3696
3762
|
symbolSize: 0
|
|
3697
3763
|
}
|
|
3698
3764
|
]
|
|
3699
|
-
}, document.getElementById("currentEchart") && (N = J.init(document.getElementById("currentEchart")), N.setOption(
|
|
3765
|
+
}, document.getElementById("currentEchart") && (N = J.init(document.getElementById("currentEchart")), N.setOption(f));
|
|
3700
3766
|
let B;
|
|
3701
|
-
e = Math.max(...this.meteogramData.sst.filter((d) => typeof d == "number" && !isNaN(d))), h = Math.min(...this.meteogramData.sst.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), c = Math.floor((c - 2 * m) / 5) * 5, s = Math.ceil((s + 1) / 5) * 5, m = Math.ceil((s - c) / 5),
|
|
3767
|
+
e = Math.max(...this.meteogramData.sst.filter((d) => typeof d == "number" && !isNaN(d))), h = Math.min(...this.meteogramData.sst.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), c = Math.floor((c - 2 * m) / 5) * 5, s = Math.ceil((s + 1) / 5) * 5, m = Math.ceil((s - c) / 5), f = {
|
|
3702
3768
|
title: {
|
|
3703
3769
|
text: this.locale === "zhHans" ? "海表温度" : "Sea Temperature",
|
|
3704
3770
|
top: "10px",
|
|
@@ -3727,7 +3793,7 @@ const D0 = {
|
|
|
3727
3793
|
formatter: (d) => {
|
|
3728
3794
|
var x1, v1, z1, k1;
|
|
3729
3795
|
const C1 = (x1 = d == null ? void 0 : d.find((I) => I.seriesType === "line")) == null ? void 0 : x1.dataIndex;
|
|
3730
|
-
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${
|
|
3796
|
+
return d.find((I) => I.seriesType === "scatter") ? !1 : `<div style="font-size: 13px;"><strong>${M.tz((v1 = this.meteogramData) == null ? void 0 : v1.dates[C1], this.positionGmt).format("MMM-DD/HHmm[LT]")}</strong></div>
|
|
3731
3797
|
<div style="font-size: 13px;display: ${isNaN((z1 = d == null ? void 0 : d.find((I) => I.seriesName === "Sea Temperature" || I.seriesName === "海表温度")) == null ? void 0 : z1.value) ? "none" : "block"}">
|
|
3732
3798
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(255, 161, 0, 1)" : "rgba(242, 153, 56, 1)"};}"></span>
|
|
3733
3799
|
<span>${this.locale === "zhHans" ? "海表温度" : "Sea Temperature"} : </span>
|
|
@@ -3854,7 +3920,7 @@ const D0 = {
|
|
|
3854
3920
|
},
|
|
3855
3921
|
{
|
|
3856
3922
|
left: (k6 = (z6 = this.meteogramData) == null ? void 0 : z6.singleAxisOffset) == null ? void 0 : k6.l,
|
|
3857
|
-
right: (
|
|
3923
|
+
right: (_6 = (F6 = this.meteogramData) == null ? void 0 : F6.singleAxisOffset) == null ? void 0 : _6.r,
|
|
3858
3924
|
type: "category",
|
|
3859
3925
|
show: !1,
|
|
3860
3926
|
axisLine: {
|
|
@@ -3874,7 +3940,7 @@ const D0 = {
|
|
|
3874
3940
|
// 隐藏分割线
|
|
3875
3941
|
},
|
|
3876
3942
|
boundaryGap: !1,
|
|
3877
|
-
data: (
|
|
3943
|
+
data: (M6 = this.meteogramData) == null ? void 0 : M6.dates,
|
|
3878
3944
|
top: "92%",
|
|
3879
3945
|
height: "2%"
|
|
3880
3946
|
}
|
|
@@ -3966,20 +4032,20 @@ const D0 = {
|
|
|
3966
4032
|
symbolSize: 0
|
|
3967
4033
|
}
|
|
3968
4034
|
]
|
|
3969
|
-
}, document.getElementById("sstEchart") && (B = J.init(document.getElementById("sstEchart")), B.setOption(
|
|
4035
|
+
}, document.getElementById("sstEchart") && (B = J.init(document.getElementById("sstEchart")), B.setOption(f));
|
|
3970
4036
|
},
|
|
3971
4037
|
disposeEcharts() {
|
|
3972
4038
|
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"));
|
|
3973
4039
|
},
|
|
3974
4040
|
initHourlyTableData(i) {
|
|
3975
|
-
var s, m, g, y,
|
|
4041
|
+
var s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, C, _, L, r, U, n, K, X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1, S, V, f1, b1, y1;
|
|
3976
4042
|
this.hourlyTableData = [];
|
|
3977
|
-
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 =
|
|
4043
|
+
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();
|
|
3978
4044
|
for (let h1 = 0; h1 < t * 24; h1++)
|
|
3979
4045
|
if (h1 % e === 0) {
|
|
3980
4046
|
let m1;
|
|
3981
|
-
if (m1 =
|
|
3982
|
-
const o = ((y = u2.pickHourly(i, m1)) == null ? void 0 : y[0]) || {}, F1 = this.roundPrecision((z = (
|
|
4047
|
+
if (m1 = M.tz(c, this.positionGmt).clone().add(h1, "h").format(), m1) {
|
|
4048
|
+
const o = ((y = u2.pickHourly(i, m1)) == null ? void 0 : y[0]) || {}, F1 = this.roundPrecision((z = (f = o == null ? void 0 : o.weather) == null ? void 0 : f.precip) == null ? void 0 : z[`sum${e}Hours`], 1);
|
|
3983
4049
|
this.hourlyTableData.push({
|
|
3984
4050
|
localDate: this.computeMMMDDHHmmLT(m1, this.positionGmt),
|
|
3985
4051
|
temp: this.roundPrecision((k = o == null ? void 0 : o.weather) == null ? void 0 : k.temp, 0) ?? "-",
|
|
@@ -3991,12 +4057,12 @@ const D0 = {
|
|
|
3991
4057
|
windBF: ((O = (A = o == null ? void 0 : o.weather) == null ? void 0 : A.wind) == null ? void 0 : O.scale) ?? "-",
|
|
3992
4058
|
windGusts: this.roundPrecision((G = (R = o == null ? void 0 : o.weather) == null ? void 0 : R.wind) == null ? void 0 : G.gusts, 1) ?? "-",
|
|
3993
4059
|
windWaveHeight: this.roundPrecision((T = (F = o == null ? void 0 : o.wave) == null ? void 0 : F.wd) == null ? void 0 : T.height, 1) ?? "-",
|
|
3994
|
-
windWavePeriod: this.roundPrecision((
|
|
3995
|
-
windWaveDir: (
|
|
4060
|
+
windWavePeriod: this.roundPrecision((j = (Y = o == null ? void 0 : o.wave) == null ? void 0 : Y.wd) == null ? void 0 : j.period, 1) ?? "-",
|
|
4061
|
+
windWaveDir: (_ = (C = o == null ? void 0 : o.wave) == null ? void 0 : C.wd) == null ? void 0 : _.direction,
|
|
3996
4062
|
windWaveBearing: (r = (L = o == null ? void 0 : o.wave) == null ? void 0 : L.wd) == null ? void 0 : r.bearing,
|
|
3997
|
-
swellHeight: this.roundPrecision((n = (
|
|
4063
|
+
swellHeight: this.roundPrecision((n = (U = o.wave) == null ? void 0 : U.swell) == null ? void 0 : n.height, 1) ?? "-",
|
|
3998
4064
|
swellDir: (X = (K = o.wave) == null ? void 0 : K.swell) == null ? void 0 : X.direction,
|
|
3999
|
-
swellPeriod: this.roundPrecision((t1 = (
|
|
4065
|
+
swellPeriod: this.roundPrecision((t1 = (Z = o.wave) == null ? void 0 : Z.swell) == null ? void 0 : t1.period, 1) ?? "-",
|
|
4000
4066
|
swellBearing: (i1 = (a1 = o == null ? void 0 : o.wave) == null ? void 0 : a1.swell) == null ? void 0 : i1.bearing,
|
|
4001
4067
|
sigWaveHeight: this.roundPrecision((s1 = (l1 = o == null ? void 0 : o.wave) == null ? void 0 : l1.sig) == null ? void 0 : s1.height, 1) ?? "-",
|
|
4002
4068
|
sigWavePeriod: this.roundPrecision((r1 = (o1 = o == null ? void 0 : o.wave) == null ? void 0 : o1.sig) == null ? void 0 : r1.period, 1) ?? "-",
|
|
@@ -4038,351 +4104,351 @@ const D0 = {
|
|
|
4038
4104
|
}
|
|
4039
4105
|
}
|
|
4040
4106
|
}
|
|
4041
|
-
},
|
|
4107
|
+
}, I0 = { class: "idm-spot-historical-report" }, E0 = { class: "row" }, W0 = {
|
|
4042
4108
|
class: "col",
|
|
4043
4109
|
style: { width: "54%" }
|
|
4044
|
-
},
|
|
4110
|
+
}, P0 = {
|
|
4045
4111
|
key: 0,
|
|
4046
4112
|
style: { "margin-left": "8px" }
|
|
4047
|
-
},
|
|
4113
|
+
}, O0 = {
|
|
4048
4114
|
key: 1,
|
|
4049
4115
|
style: { "margin-left": "8px" }
|
|
4050
|
-
},
|
|
4116
|
+
}, V0 = {
|
|
4051
4117
|
class: "col",
|
|
4052
4118
|
style: { width: "42%" }
|
|
4053
|
-
},
|
|
4119
|
+
}, R0 = { style: { "margin-left": "8px" } }, G0 = { class: "row" }, $0 = {
|
|
4054
4120
|
class: "col",
|
|
4055
4121
|
style: { width: "54%" }
|
|
4056
|
-
},
|
|
4122
|
+
}, Y0 = { style: { "margin-left": "8px" } }, j0 = { class: "content-box" }, U0 = {
|
|
4057
4123
|
key: 0,
|
|
4058
4124
|
class: "meteogram-echart-section"
|
|
4059
|
-
},
|
|
4125
|
+
}, Z0 = {
|
|
4060
4126
|
key: 2,
|
|
4061
4127
|
id: "tempEchart"
|
|
4062
|
-
},
|
|
4128
|
+
}, q0 = {
|
|
4063
4129
|
key: 3,
|
|
4064
4130
|
id: "precipEchart"
|
|
4065
|
-
},
|
|
4131
|
+
}, X0 = {
|
|
4066
4132
|
key: 4,
|
|
4067
4133
|
id: "windIconsEchart"
|
|
4068
|
-
},
|
|
4134
|
+
}, J0 = {
|
|
4069
4135
|
key: 5,
|
|
4070
4136
|
id: "windEchart"
|
|
4071
|
-
},
|
|
4137
|
+
}, Q0 = {
|
|
4072
4138
|
key: 6,
|
|
4073
4139
|
id: "waveEchart"
|
|
4074
|
-
},
|
|
4140
|
+
}, K0 = {
|
|
4075
4141
|
key: 7,
|
|
4076
4142
|
id: "currentEchart"
|
|
4077
|
-
},
|
|
4143
|
+
}, ee = {
|
|
4078
4144
|
key: 8,
|
|
4079
4145
|
id: "sstEchart"
|
|
4080
|
-
},
|
|
4146
|
+
}, te = { class: "hourly-table-section" }, ae = {
|
|
4081
4147
|
key: 0,
|
|
4082
4148
|
class: "card"
|
|
4083
|
-
},
|
|
4149
|
+
}, ie = { class: "date" }, le = {
|
|
4084
4150
|
class: "",
|
|
4085
4151
|
style: { "font-size": "16px", "font-weight": "500" }
|
|
4086
|
-
},
|
|
4152
|
+
}, se = {
|
|
4087
4153
|
rowspan: "2",
|
|
4088
4154
|
colspan: "1",
|
|
4089
4155
|
class: "border",
|
|
4090
4156
|
style: { width: "90px" }
|
|
4091
|
-
},
|
|
4157
|
+
}, oe = {
|
|
4092
4158
|
rowspan: "1",
|
|
4093
4159
|
colspan: "1",
|
|
4094
4160
|
class: "border"
|
|
4095
|
-
},
|
|
4161
|
+
}, re = {
|
|
4096
4162
|
rowspan: "1",
|
|
4097
4163
|
colspan: "1",
|
|
4098
4164
|
class: "border"
|
|
4099
|
-
},
|
|
4165
|
+
}, ne = {
|
|
4100
4166
|
rowspan: "1",
|
|
4101
4167
|
colspan: "1",
|
|
4102
4168
|
class: "border"
|
|
4103
|
-
},
|
|
4169
|
+
}, de = {
|
|
4104
4170
|
rowspan: "1",
|
|
4105
4171
|
colspan: "4",
|
|
4106
4172
|
class: "border"
|
|
4107
|
-
},
|
|
4173
|
+
}, ce = {
|
|
4108
4174
|
rowspan: "1",
|
|
4109
4175
|
colspan: "3",
|
|
4110
4176
|
class: "border"
|
|
4111
|
-
},
|
|
4177
|
+
}, he = {
|
|
4112
4178
|
rowspan: "1",
|
|
4113
4179
|
colspan: "3",
|
|
4114
4180
|
class: "border"
|
|
4115
|
-
},
|
|
4181
|
+
}, me = {
|
|
4116
4182
|
rowspan: "1",
|
|
4117
4183
|
colspan: "3",
|
|
4118
4184
|
class: "border"
|
|
4119
|
-
},
|
|
4185
|
+
}, pe = {
|
|
4120
4186
|
rowspan: "1",
|
|
4121
4187
|
colspan: "2",
|
|
4122
4188
|
class: "border"
|
|
4123
|
-
},
|
|
4189
|
+
}, ge = {
|
|
4124
4190
|
rowspan: "1",
|
|
4125
4191
|
colspan: "1",
|
|
4126
4192
|
class: "border"
|
|
4127
|
-
},
|
|
4193
|
+
}, ue = {
|
|
4128
4194
|
rowspan: "1",
|
|
4129
4195
|
colspan: "1",
|
|
4130
4196
|
class: "border"
|
|
4131
|
-
},
|
|
4197
|
+
}, fe = {
|
|
4132
4198
|
rowspan: "1",
|
|
4133
4199
|
colspan: "1",
|
|
4134
4200
|
class: "border",
|
|
4135
4201
|
style: { width: "80px" }
|
|
4136
|
-
},
|
|
4202
|
+
}, be = {
|
|
4137
4203
|
rowspan: "1",
|
|
4138
4204
|
colspan: "1",
|
|
4139
4205
|
class: "border",
|
|
4140
4206
|
style: { width: "70px" }
|
|
4141
|
-
},
|
|
4207
|
+
}, ye = {
|
|
4142
4208
|
rowspan: "1",
|
|
4143
4209
|
colspan: "1",
|
|
4144
4210
|
class: "border",
|
|
4145
4211
|
style: { width: "50px" }
|
|
4146
|
-
},
|
|
4212
|
+
}, we = {
|
|
4147
4213
|
rowspan: "1",
|
|
4148
4214
|
colspan: "1",
|
|
4149
4215
|
class: "border",
|
|
4150
4216
|
style: { width: "45px" }
|
|
4151
|
-
},
|
|
4217
|
+
}, xe = {
|
|
4152
4218
|
rowspan: "1",
|
|
4153
4219
|
colspan: "1",
|
|
4154
4220
|
class: "border",
|
|
4155
4221
|
style: { width: "30px" }
|
|
4156
|
-
},
|
|
4222
|
+
}, ve = {
|
|
4157
4223
|
rowspan: "1",
|
|
4158
4224
|
colspan: "1",
|
|
4159
4225
|
class: "border",
|
|
4160
4226
|
style: { width: "60px" }
|
|
4161
|
-
},
|
|
4227
|
+
}, ze = {
|
|
4162
4228
|
rowspan: "1",
|
|
4163
4229
|
colspan: "1",
|
|
4164
4230
|
class: "border",
|
|
4165
4231
|
style: { width: "50px" }
|
|
4166
|
-
},
|
|
4232
|
+
}, ke = {
|
|
4167
4233
|
rowspan: "1",
|
|
4168
4234
|
colspan: "1",
|
|
4169
4235
|
class: "border",
|
|
4170
4236
|
style: { width: "45px" }
|
|
4171
|
-
},
|
|
4237
|
+
}, Fe = {
|
|
4172
4238
|
rowspan: "1",
|
|
4173
4239
|
colspan: "1",
|
|
4174
4240
|
class: "border",
|
|
4175
4241
|
style: { width: "45px" }
|
|
4176
|
-
},
|
|
4242
|
+
}, _e = {
|
|
4177
4243
|
rowspan: "1",
|
|
4178
4244
|
colspan: "1",
|
|
4179
4245
|
class: "border",
|
|
4180
4246
|
style: { width: "50px" }
|
|
4181
|
-
},
|
|
4247
|
+
}, Me = {
|
|
4182
4248
|
rowspan: "1",
|
|
4183
4249
|
colspan: "1",
|
|
4184
4250
|
class: "border",
|
|
4185
4251
|
style: { width: "45px" }
|
|
4186
|
-
},
|
|
4252
|
+
}, De = {
|
|
4187
4253
|
rowspan: "1",
|
|
4188
4254
|
colspan: "1",
|
|
4189
4255
|
class: "border",
|
|
4190
4256
|
style: { width: "45px" }
|
|
4191
|
-
},
|
|
4257
|
+
}, He = {
|
|
4192
4258
|
rowspan: "1",
|
|
4193
4259
|
colspan: "1",
|
|
4194
4260
|
class: "border",
|
|
4195
4261
|
style: { width: "50px" }
|
|
4196
|
-
},
|
|
4262
|
+
}, Le = {
|
|
4197
4263
|
rowspan: "1",
|
|
4198
4264
|
colspan: "1",
|
|
4199
4265
|
class: "border",
|
|
4200
4266
|
style: { width: "45px" }
|
|
4201
|
-
},
|
|
4267
|
+
}, Se = {
|
|
4202
4268
|
rowspan: "1",
|
|
4203
4269
|
colspan: "1",
|
|
4204
4270
|
class: "border",
|
|
4205
4271
|
style: { width: "45px" }
|
|
4206
|
-
},
|
|
4272
|
+
}, Ae = {
|
|
4207
4273
|
rowspan: "1",
|
|
4208
4274
|
colspan: "1",
|
|
4209
4275
|
class: "border",
|
|
4210
4276
|
style: { width: "50px" }
|
|
4211
|
-
},
|
|
4277
|
+
}, Ce = {
|
|
4212
4278
|
rowspan: "1",
|
|
4213
4279
|
colspan: "1",
|
|
4214
4280
|
class: "border",
|
|
4215
4281
|
style: { width: "45px" }
|
|
4216
|
-
},
|
|
4282
|
+
}, Ne = {
|
|
4217
4283
|
rowspan: "1",
|
|
4218
4284
|
colspan: "1",
|
|
4219
4285
|
class: "border",
|
|
4220
4286
|
style: { width: "70px" }
|
|
4221
|
-
},
|
|
4287
|
+
}, Be = {
|
|
4222
4288
|
rowspan: "1",
|
|
4223
4289
|
colspan: "1",
|
|
4224
4290
|
class: "border",
|
|
4225
4291
|
style: { width: "85px" }
|
|
4226
|
-
},
|
|
4292
|
+
}, Te = {
|
|
4227
4293
|
rowspan: "1",
|
|
4228
4294
|
colspan: "1",
|
|
4229
4295
|
class: "border",
|
|
4230
4296
|
style: { width: "90px" }
|
|
4231
|
-
},
|
|
4297
|
+
}, Ie = {
|
|
4232
4298
|
rowspan: "1",
|
|
4233
4299
|
colspan: "1",
|
|
4234
4300
|
class: "border",
|
|
4235
4301
|
style: { width: "50px" }
|
|
4236
|
-
},
|
|
4302
|
+
}, Ee = {
|
|
4237
4303
|
rowspan: "1",
|
|
4238
4304
|
colspan: "1",
|
|
4239
4305
|
class: "border",
|
|
4240
4306
|
style: { width: "80px" }
|
|
4241
|
-
},
|
|
4307
|
+
}, We = {
|
|
4242
4308
|
rowspan: "1",
|
|
4243
4309
|
colspan: "1",
|
|
4244
4310
|
class: "border",
|
|
4245
4311
|
style: { width: "70px" }
|
|
4246
|
-
},
|
|
4312
|
+
}, Pe = {
|
|
4247
4313
|
rowspan: "1",
|
|
4248
4314
|
colspan: "1",
|
|
4249
4315
|
class: "border",
|
|
4250
4316
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4251
|
-
},
|
|
4317
|
+
}, Oe = ["src"], Ve = { key: 1 }, Re = {
|
|
4252
4318
|
rowspan: "1",
|
|
4253
4319
|
colspan: "1",
|
|
4254
4320
|
class: "border",
|
|
4255
4321
|
style: { width: "45px" }
|
|
4256
|
-
},
|
|
4322
|
+
}, Ge = {
|
|
4257
4323
|
rowspan: "1",
|
|
4258
4324
|
colspan: "1",
|
|
4259
4325
|
class: "border",
|
|
4260
4326
|
style: { width: "60px" }
|
|
4261
|
-
},
|
|
4327
|
+
}, $e = {
|
|
4262
4328
|
rowspan: "1",
|
|
4263
4329
|
colspan: "1",
|
|
4264
4330
|
class: "border",
|
|
4265
4331
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4266
|
-
},
|
|
4332
|
+
}, Ye = ["src"], je = { key: 1 }, Ue = {
|
|
4267
4333
|
rowspan: "1",
|
|
4268
4334
|
colspan: "1",
|
|
4269
4335
|
class: "border",
|
|
4270
4336
|
style: { width: "45px" }
|
|
4271
|
-
},
|
|
4337
|
+
}, Ze = {
|
|
4272
4338
|
rowspan: "1",
|
|
4273
4339
|
colspan: "1",
|
|
4274
4340
|
class: "border",
|
|
4275
4341
|
style: { width: "45px" }
|
|
4276
|
-
},
|
|
4342
|
+
}, qe = {
|
|
4277
4343
|
rowspan: "1",
|
|
4278
4344
|
colspan: "1",
|
|
4279
4345
|
class: "border",
|
|
4280
4346
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4281
|
-
},
|
|
4347
|
+
}, Xe = ["src"], Je = { key: 1 }, Qe = {
|
|
4282
4348
|
rowspan: "1",
|
|
4283
4349
|
colspan: "1",
|
|
4284
4350
|
class: "border",
|
|
4285
4351
|
style: { width: "45px" }
|
|
4286
|
-
},
|
|
4352
|
+
}, Ke = {
|
|
4287
4353
|
rowspan: "1",
|
|
4288
4354
|
colspan: "1",
|
|
4289
4355
|
class: "border",
|
|
4290
4356
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4291
|
-
},
|
|
4357
|
+
}, e4 = ["src"], t4 = { key: 1 }, a4 = {
|
|
4292
4358
|
rowspan: "1",
|
|
4293
4359
|
colspan: "1",
|
|
4294
4360
|
class: "border",
|
|
4295
4361
|
style: { width: "45px" }
|
|
4296
|
-
},
|
|
4362
|
+
}, i4 = {
|
|
4297
4363
|
rowspan: "1",
|
|
4298
4364
|
colspan: "1",
|
|
4299
4365
|
class: "border",
|
|
4300
4366
|
style: { width: "50px", "font-size": "11px", "text-align": "right", "padding-right": "3px" }
|
|
4301
|
-
},
|
|
4367
|
+
}, l4 = ["src"], s4 = { key: 1 }, o4 = {
|
|
4302
4368
|
rowspan: "1",
|
|
4303
4369
|
colspan: "1",
|
|
4304
4370
|
class: "border",
|
|
4305
4371
|
style: { width: "45px" }
|
|
4306
|
-
},
|
|
4372
|
+
}, r4 = {
|
|
4307
4373
|
rowspan: "1",
|
|
4308
4374
|
colspan: "1",
|
|
4309
4375
|
class: "border",
|
|
4310
4376
|
style: { width: "70px" }
|
|
4311
|
-
},
|
|
4377
|
+
}, n4 = {
|
|
4312
4378
|
rowspan: "1",
|
|
4313
4379
|
colspan: "1",
|
|
4314
4380
|
class: "border",
|
|
4315
4381
|
style: { width: "85px" }
|
|
4316
4382
|
};
|
|
4317
|
-
function
|
|
4318
|
-
var g, y,
|
|
4383
|
+
function d4(i, t, e, h, c, s) {
|
|
4384
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, C, _, L;
|
|
4319
4385
|
const m = r2("IdmLoading");
|
|
4320
|
-
return
|
|
4321
|
-
(g = e.reportData) != null && g.showSummary ? (
|
|
4386
|
+
return u(), b("div", I0, [
|
|
4387
|
+
(g = e.reportData) != null && g.showSummary ? (u(), b("div", {
|
|
4322
4388
|
key: 0,
|
|
4323
4389
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
4324
4390
|
}, [
|
|
4325
|
-
a("div",
|
|
4326
|
-
a("div",
|
|
4391
|
+
a("div", E0, [
|
|
4392
|
+
a("div", W0, [
|
|
4327
4393
|
a("span", {
|
|
4328
4394
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4329
4395
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
4330
|
-
(y = e.reportData) != null && y.portName ? (
|
|
4396
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", P0, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", O0, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
4331
4397
|
]),
|
|
4332
|
-
a("div",
|
|
4398
|
+
a("div", V0, [
|
|
4333
4399
|
a("span", {
|
|
4334
4400
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4335
4401
|
}, l(e.locale === "zhHans" ? "历史时段" : "History Period") + ":", 3),
|
|
4336
|
-
a("span",
|
|
4402
|
+
a("span", R0, 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)
|
|
4337
4403
|
])
|
|
4338
4404
|
]),
|
|
4339
|
-
a("div",
|
|
4340
|
-
a("div",
|
|
4405
|
+
a("div", G0, [
|
|
4406
|
+
a("div", $0, [
|
|
4341
4407
|
a("span", {
|
|
4342
4408
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
4343
4409
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
4344
|
-
a("span",
|
|
4410
|
+
a("span", Y0, "UTC " + l((N = e.reportData) == null ? void 0 : N.positionOffset), 1)
|
|
4345
4411
|
])
|
|
4346
4412
|
])
|
|
4347
4413
|
], 2)) : Q("", !0),
|
|
4348
|
-
a("div",
|
|
4349
|
-
(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 ? (
|
|
4350
|
-
e.loading ? (
|
|
4414
|
+
a("div", j0, [
|
|
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", U0, [
|
|
4416
|
+
e.loading ? (u(), b("div", {
|
|
4351
4417
|
key: 0,
|
|
4352
4418
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4353
4419
|
}, [
|
|
4354
4420
|
c2(m, { loading: e.loading }, null, 8, ["loading"])
|
|
4355
|
-
], 2)) : e.reportData ? Q("", !0) : (
|
|
4421
|
+
], 2)) : e.reportData ? Q("", !0) : (u(), b("div", {
|
|
4356
4422
|
key: 1,
|
|
4357
4423
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4358
4424
|
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)),
|
|
4359
|
-
!e.loading && ((R = e.reportData) != null && R.showTempChart) ? (
|
|
4360
|
-
!e.loading && ((G = e.reportData) != null && G.showPrecipChart) ? (
|
|
4361
|
-
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (
|
|
4362
|
-
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (
|
|
4363
|
-
!e.loading && ((
|
|
4364
|
-
!e.loading && ((
|
|
4365
|
-
!e.loading && ((C = e.reportData) != null && C.showSstChart) ? (
|
|
4425
|
+
!e.loading && ((R = e.reportData) != null && R.showTempChart) ? (u(), b("div", Z0)) : Q("", !0),
|
|
4426
|
+
!e.loading && ((G = e.reportData) != null && G.showPrecipChart) ? (u(), b("div", q0)) : Q("", !0),
|
|
4427
|
+
!e.loading && ((F = e.reportData) != null && F.showWindChart) ? (u(), b("div", X0)) : Q("", !0),
|
|
4428
|
+
!e.loading && ((T = e.reportData) != null && T.showWindChart) ? (u(), b("div", J0)) : Q("", !0),
|
|
4429
|
+
!e.loading && ((Y = e.reportData) != null && Y.showWaveChart) ? (u(), b("div", Q0)) : Q("", !0),
|
|
4430
|
+
!e.loading && ((j = e.reportData) != null && j.showCurrentChart) ? (u(), b("div", K0)) : Q("", !0),
|
|
4431
|
+
!e.loading && ((C = e.reportData) != null && C.showSstChart) ? (u(), b("div", ee)) : Q("", !0)
|
|
4366
4432
|
])) : Q("", !0),
|
|
4367
|
-
a("div",
|
|
4368
|
-
e.loading ? e.loading ? (
|
|
4433
|
+
a("div", te, [
|
|
4434
|
+
e.loading ? e.loading ? (u(), b("div", {
|
|
4369
4435
|
key: 1,
|
|
4370
4436
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4371
4437
|
}, [
|
|
4372
4438
|
c2(m, { loading: e.loading }, null, 8, ["loading"])
|
|
4373
|
-
], 2)) : (
|
|
4439
|
+
], 2)) : (u(), b("div", {
|
|
4374
4440
|
key: 2,
|
|
4375
4441
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
4376
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (
|
|
4377
|
-
a("div",
|
|
4378
|
-
a("div",
|
|
4442
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", ae, [
|
|
4443
|
+
a("div", ie, [
|
|
4444
|
+
a("div", le, l(e.locale === "zhHans" ? "小时预报" : "Hourly Forecast"), 1),
|
|
4379
4445
|
a("div", {
|
|
4380
4446
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"]),
|
|
4381
4447
|
style: { "font-size": "14px", "font-weight": "300" }
|
|
4382
4448
|
}, " * " + l(e.locale === "zhHans" ? "涌浪、显浪高度>=1.5米时标记为黄色, 风速蒲福等级>=4时标记为黄色。" : "Swell or Sig.wave height alert in yellow for value>=1.5m, wind speed alert in yellow for beaufort scale >= 4."), 3)
|
|
4383
4449
|
]),
|
|
4384
4450
|
a("table", {
|
|
4385
|
-
class: v(["orm-report-table conditions-table", (
|
|
4451
|
+
class: v(["orm-report-table conditions-table", (_ = e.reportData) != null && _.showSummary ? "" : "table-header-fixed"])
|
|
4386
4452
|
}, [
|
|
4387
4453
|
a("thead", {
|
|
4388
4454
|
class: v(e.theme === "dark" ? "dark" : "light")
|
|
@@ -4390,17 +4456,17 @@ function t4(i, t, e, h, c, s) {
|
|
|
4390
4456
|
a("tr", {
|
|
4391
4457
|
class: v(["day tr-title", e.theme === "dark" ? "dark" : "light"])
|
|
4392
4458
|
}, [
|
|
4393
|
-
a("th",
|
|
4394
|
-
a("th",
|
|
4395
|
-
a("th",
|
|
4396
|
-
a("th",
|
|
4397
|
-
a("th",
|
|
4398
|
-
a("th",
|
|
4399
|
-
a("th",
|
|
4400
|
-
a("th",
|
|
4401
|
-
a("th",
|
|
4402
|
-
a("th",
|
|
4403
|
-
a("th",
|
|
4459
|
+
a("th", se, l(e.locale === "zhHans" ? "时间(LT)" : "DateTime (LT)"), 1),
|
|
4460
|
+
a("th", oe, l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
4461
|
+
a("th", re, l(e.locale === "zhHans" ? "3小时降水" : "Precip.3h"), 1),
|
|
4462
|
+
a("th", ne, l(e.locale === "zhHans" ? "能见度" : "Visibility"), 1),
|
|
4463
|
+
a("th", de, l(e.locale === "zhHans" ? "风" : "Wind"), 1),
|
|
4464
|
+
a("th", ce, l(e.locale === "zhHans" ? "风浪" : "Wind wave"), 1),
|
|
4465
|
+
a("th", he, l(e.locale === "zhHans" ? "涌浪" : "Swell wave"), 1),
|
|
4466
|
+
a("th", me, l(e.locale === "zhHans" ? "显浪" : "Sig.wave"), 1),
|
|
4467
|
+
a("th", pe, l(e.locale === "zhHans" ? "洋流" : "Current"), 1),
|
|
4468
|
+
a("th", ge, l(e.locale === "zhHans" ? "海面" : "Sea Level"), 1),
|
|
4469
|
+
a("th", ue, l(e.locale === "zhHans" ? "海表" : "Sea Surface"), 1)
|
|
4404
4470
|
], 2),
|
|
4405
4471
|
a("tr", {
|
|
4406
4472
|
class: v(["hour tr-title", e.theme === "dark" ? "dark" : "light"])
|
|
@@ -4411,130 +4477,130 @@ function t4(i, t, e, h, c, s) {
|
|
|
4411
4477
|
class: "border",
|
|
4412
4478
|
style: { width: "50px" }
|
|
4413
4479
|
}, "°C", -1)),
|
|
4414
|
-
a("th",
|
|
4415
|
-
|
|
4480
|
+
a("th", fe, [
|
|
4481
|
+
p(l(e.locale === "zhHans" ? "累计" : "Acc"), 1),
|
|
4416
4482
|
t[0] || (t[0] = a("br", null, null, -1)),
|
|
4417
|
-
t[1] || (t[1] =
|
|
4483
|
+
t[1] || (t[1] = p("(mm)", -1))
|
|
4418
4484
|
]),
|
|
4419
|
-
a("th",
|
|
4420
|
-
|
|
4485
|
+
a("th", be, [
|
|
4486
|
+
p(l(e.locale === "zhHans" ? "距离" : "Dist"), 1),
|
|
4421
4487
|
t[2] || (t[2] = a("br", null, null, -1)),
|
|
4422
|
-
t[3] || (t[3] =
|
|
4488
|
+
t[3] || (t[3] = p("(nm)", -1))
|
|
4423
4489
|
]),
|
|
4424
|
-
a("th",
|
|
4425
|
-
a("th",
|
|
4426
|
-
|
|
4490
|
+
a("th", ye, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4491
|
+
a("th", we, [
|
|
4492
|
+
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
4427
4493
|
t[4] || (t[4] = a("br", null, null, -1)),
|
|
4428
|
-
t[5] || (t[5] =
|
|
4494
|
+
t[5] || (t[5] = p("(kts)", -1))
|
|
4429
4495
|
]),
|
|
4430
|
-
a("th",
|
|
4431
|
-
a("th",
|
|
4432
|
-
|
|
4496
|
+
a("th", xe, l(e.locale === "zhHans" ? "等级" : "BF"), 1),
|
|
4497
|
+
a("th", ve, [
|
|
4498
|
+
p(l(e.locale === "zhHans" ? "阵风" : "Gusts"), 1),
|
|
4433
4499
|
t[6] || (t[6] = a("br", null, null, -1)),
|
|
4434
|
-
t[7] || (t[7] =
|
|
4500
|
+
t[7] || (t[7] = p("(kts)", -1))
|
|
4435
4501
|
]),
|
|
4436
|
-
a("th",
|
|
4437
|
-
a("th",
|
|
4438
|
-
|
|
4502
|
+
a("th", ze, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4503
|
+
a("th", ke, [
|
|
4504
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4439
4505
|
t[8] || (t[8] = a("br", null, null, -1)),
|
|
4440
|
-
t[9] || (t[9] =
|
|
4506
|
+
t[9] || (t[9] = p("(m)", -1))
|
|
4441
4507
|
]),
|
|
4442
|
-
a("th",
|
|
4443
|
-
|
|
4508
|
+
a("th", Fe, [
|
|
4509
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4444
4510
|
t[10] || (t[10] = a("br", null, null, -1)),
|
|
4445
|
-
t[11] || (t[11] =
|
|
4511
|
+
t[11] || (t[11] = p("(s)", -1))
|
|
4446
4512
|
]),
|
|
4447
|
-
a("th",
|
|
4448
|
-
a("th",
|
|
4449
|
-
|
|
4513
|
+
a("th", _e, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4514
|
+
a("th", Me, [
|
|
4515
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4450
4516
|
t[12] || (t[12] = a("br", null, null, -1)),
|
|
4451
|
-
t[13] || (t[13] =
|
|
4517
|
+
t[13] || (t[13] = p("(m)", -1))
|
|
4452
4518
|
]),
|
|
4453
|
-
a("th",
|
|
4454
|
-
|
|
4519
|
+
a("th", De, [
|
|
4520
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4455
4521
|
t[14] || (t[14] = a("br", null, null, -1)),
|
|
4456
|
-
t[15] || (t[15] =
|
|
4522
|
+
t[15] || (t[15] = p("(s)", -1))
|
|
4457
4523
|
]),
|
|
4458
|
-
a("th",
|
|
4459
|
-
a("th",
|
|
4460
|
-
|
|
4524
|
+
a("th", He, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4525
|
+
a("th", Le, [
|
|
4526
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4461
4527
|
t[16] || (t[16] = a("br", null, null, -1)),
|
|
4462
|
-
t[17] || (t[17] =
|
|
4528
|
+
t[17] || (t[17] = p("(m)", -1))
|
|
4463
4529
|
]),
|
|
4464
|
-
a("th",
|
|
4465
|
-
|
|
4530
|
+
a("th", Se, [
|
|
4531
|
+
p(l(e.locale === "zhHans" ? "周期" : "Prd"), 1),
|
|
4466
4532
|
t[18] || (t[18] = a("br", null, null, -1)),
|
|
4467
|
-
t[19] || (t[19] =
|
|
4533
|
+
t[19] || (t[19] = p("(s)", -1))
|
|
4468
4534
|
]),
|
|
4469
|
-
a("th",
|
|
4470
|
-
a("th",
|
|
4471
|
-
|
|
4535
|
+
a("th", Ae, l(e.locale === "zhHans" ? "方向" : "Dir"), 1),
|
|
4536
|
+
a("th", Ce, [
|
|
4537
|
+
p(l(e.locale === "zhHans" ? "速度" : "Spd"), 1),
|
|
4472
4538
|
t[20] || (t[20] = a("br", null, null, -1)),
|
|
4473
|
-
t[21] || (t[21] =
|
|
4539
|
+
t[21] || (t[21] = p("(kts)", -1))
|
|
4474
4540
|
]),
|
|
4475
|
-
a("th",
|
|
4476
|
-
|
|
4541
|
+
a("th", Ne, [
|
|
4542
|
+
p(l(e.locale === "zhHans" ? "高度" : "Hgt"), 1),
|
|
4477
4543
|
t[22] || (t[22] = a("br", null, null, -1)),
|
|
4478
|
-
t[23] || (t[23] =
|
|
4544
|
+
t[23] || (t[23] = p("(m)", -1))
|
|
4479
4545
|
]),
|
|
4480
|
-
a("th",
|
|
4481
|
-
|
|
4546
|
+
a("th", Be, [
|
|
4547
|
+
p(l(e.locale === "zhHans" ? "温度" : "Temp"), 1),
|
|
4482
4548
|
t[24] || (t[24] = a("br", null, null, -1)),
|
|
4483
|
-
t[25] || (t[25] =
|
|
4549
|
+
t[25] || (t[25] = p("(°C)", -1))
|
|
4484
4550
|
])
|
|
4485
4551
|
], 2)
|
|
4486
4552
|
], 2),
|
|
4487
4553
|
a("tbody", {
|
|
4488
4554
|
class: v((L = e.reportData) != null && L.showSummary ? "" : "scroll")
|
|
4489
4555
|
}, [
|
|
4490
|
-
(
|
|
4556
|
+
(u(!0), b(B2, null, T2(c.hourlyTableData, (r) => (u(), b("tr", {
|
|
4491
4557
|
key: Math.random() + r.localDate,
|
|
4492
4558
|
class: v(["text border-bottom", e.theme === "dark" ? "dark" : "light"])
|
|
4493
4559
|
}, [
|
|
4494
|
-
a("td",
|
|
4560
|
+
a("td", Te, [
|
|
4495
4561
|
a("div", null, l(r.localDate), 1)
|
|
4496
4562
|
]),
|
|
4497
|
-
a("td",
|
|
4563
|
+
a("td", Ie, [
|
|
4498
4564
|
a("div", null, l(r.temp), 1)
|
|
4499
4565
|
]),
|
|
4500
|
-
a("td",
|
|
4501
|
-
a("td",
|
|
4502
|
-
a("td",
|
|
4503
|
-
|
|
4504
|
-
!isNaN(r.windBearing) && r.windDir ? (
|
|
4566
|
+
a("td", Ee, l(r.precipSum), 1),
|
|
4567
|
+
a("td", We, l(r.visibility), 1),
|
|
4568
|
+
a("td", Pe, [
|
|
4569
|
+
p(l(r.windDir) + " ", 1),
|
|
4570
|
+
!isNaN(r.windBearing) && r.windDir ? (u(), b("img", {
|
|
4505
4571
|
key: 0,
|
|
4506
4572
|
class: "iconfont icon",
|
|
4507
4573
|
src: `data:image/svg+xml;base64,${s.getRotatedWindArrowBase64(r.windBearing, this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)")}`,
|
|
4508
4574
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4509
|
-
}, null, 8,
|
|
4575
|
+
}, null, 8, Oe)) : (u(), b("span", Ve, "-"))
|
|
4510
4576
|
]),
|
|
4511
|
-
a("td",
|
|
4577
|
+
a("td", Re, l(r.windSpeed), 1),
|
|
4512
4578
|
a("td", {
|
|
4513
4579
|
rowspan: "1",
|
|
4514
4580
|
colspan: "1",
|
|
4515
4581
|
class: v(["border", r.windBF >= 4 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4516
4582
|
style: { width: "30px" }
|
|
4517
4583
|
}, l(r.windBF), 3),
|
|
4518
|
-
a("td",
|
|
4519
|
-
a("td",
|
|
4520
|
-
|
|
4521
|
-
!isNaN(r.windWaveBearing) && r.windWaveDir ? (
|
|
4584
|
+
a("td", Ge, l(r.windGusts), 1),
|
|
4585
|
+
a("td", $e, [
|
|
4586
|
+
p(l(r.windWaveDir) + " ", 1),
|
|
4587
|
+
!isNaN(r.windWaveBearing) && r.windWaveDir ? (u(), b("img", {
|
|
4522
4588
|
key: 0,
|
|
4523
4589
|
class: "iconfont icon",
|
|
4524
4590
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.windWaveBearing, (this.theme === "dark", "#7cc7b3"))}`,
|
|
4525
4591
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4526
|
-
}, null, 8,
|
|
4592
|
+
}, null, 8, Ye)) : (u(), b("span", je, "-"))
|
|
4527
4593
|
]),
|
|
4528
|
-
a("td",
|
|
4529
|
-
a("td",
|
|
4530
|
-
a("td",
|
|
4531
|
-
|
|
4532
|
-
!isNaN(r.swellBearing) && r.swellDir ? (
|
|
4594
|
+
a("td", Ue, l(r.windWaveHeight), 1),
|
|
4595
|
+
a("td", Ze, l(r.windWavePeriod), 1),
|
|
4596
|
+
a("td", qe, [
|
|
4597
|
+
p(l(r.swellDir) + " ", 1),
|
|
4598
|
+
!isNaN(r.swellBearing) && r.swellDir ? (u(), b("img", {
|
|
4533
4599
|
key: 0,
|
|
4534
4600
|
class: "iconfont icon",
|
|
4535
4601
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.swellBearing, this.theme === "dark" ? "rgb(17, 245, 211)" : "rgba(0, 230, 194, 1)")}`,
|
|
4536
4602
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4537
|
-
}, null, 8,
|
|
4603
|
+
}, null, 8, Xe)) : (u(), b("span", Je, "-"))
|
|
4538
4604
|
]),
|
|
4539
4605
|
a("td", {
|
|
4540
4606
|
rowspan: "1",
|
|
@@ -4542,15 +4608,15 @@ function t4(i, t, e, h, c, s) {
|
|
|
4542
4608
|
class: v(["border", r.swellHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4543
4609
|
style: { width: "45px" }
|
|
4544
4610
|
}, l(r.swellHeight), 3),
|
|
4545
|
-
a("td",
|
|
4546
|
-
a("td",
|
|
4547
|
-
|
|
4548
|
-
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (
|
|
4611
|
+
a("td", Qe, l(r.swellPeriod), 1),
|
|
4612
|
+
a("td", Ke, [
|
|
4613
|
+
p(l(r.sigWaveDir) + " ", 1),
|
|
4614
|
+
!isNaN(r.sigWaveBearing) && r.sigWaveDir ? (u(), b("img", {
|
|
4549
4615
|
key: 0,
|
|
4550
4616
|
class: "iconfont icon",
|
|
4551
4617
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.sigWaveBearing, this.theme === "dark" ? "rgba(89, 199, 211, 1)" : "rgba(1, 189, 211, 1)")}`,
|
|
4552
4618
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4553
|
-
}, null, 8,
|
|
4619
|
+
}, null, 8, e4)) : (u(), b("span", t4, "-"))
|
|
4554
4620
|
]),
|
|
4555
4621
|
a("td", {
|
|
4556
4622
|
rowspan: "1",
|
|
@@ -4558,19 +4624,19 @@ function t4(i, t, e, h, c, s) {
|
|
|
4558
4624
|
class: v(["border", r.sigWaveHeight > 1.5 ? "bg-yellow" : "", e.theme === "dark" ? "dark" : "light"]),
|
|
4559
4625
|
style: { width: "45px" }
|
|
4560
4626
|
}, l(r.sigWaveHeight), 3),
|
|
4561
|
-
a("td",
|
|
4562
|
-
a("td",
|
|
4563
|
-
|
|
4564
|
-
!isNaN(r.currentBearing) && r.currentDir ? (
|
|
4627
|
+
a("td", a4, l(r.sigWavePeriod), 1),
|
|
4628
|
+
a("td", i4, [
|
|
4629
|
+
p(l(r.currentDir) + " ", 1),
|
|
4630
|
+
!isNaN(r.currentBearing) && r.currentDir ? (u(), b("img", {
|
|
4565
4631
|
key: 0,
|
|
4566
4632
|
class: "iconfont icon",
|
|
4567
4633
|
src: `data:image/svg+xml;base64,${s.getRotatedWaveArrowBase64(r.currentBearing, this.theme === "dark" ? "rgba(220, 115, 255, 1)" : "rgba(178, 51, 220, 1)")}`,
|
|
4568
4634
|
style: { width: "11px", height: "11px", display: "inline-block" }
|
|
4569
|
-
}, null, 8,
|
|
4635
|
+
}, null, 8, l4)) : (u(), b("span", s4, "-"))
|
|
4570
4636
|
]),
|
|
4571
|
-
a("td",
|
|
4572
|
-
a("td",
|
|
4573
|
-
a("td",
|
|
4637
|
+
a("td", o4, l(r.currentSpd), 1),
|
|
4638
|
+
a("td", r4, l(r.seaLevel), 1),
|
|
4639
|
+
a("td", n4, l(r.seaSurfaceTemp), 1)
|
|
4574
4640
|
], 2))), 128))
|
|
4575
4641
|
], 2)
|
|
4576
4642
|
], 2)
|
|
@@ -4579,8 +4645,8 @@ function t4(i, t, e, h, c, s) {
|
|
|
4579
4645
|
])
|
|
4580
4646
|
]);
|
|
4581
4647
|
}
|
|
4582
|
-
const
|
|
4583
|
-
const
|
|
4648
|
+
const c4 = /* @__PURE__ */ N1(T0, [["render", d4], ["__scopeId", "data-v-09f6ee72"]]);
|
|
4649
|
+
const h4 = {
|
|
4584
4650
|
name: "IdmSeasonal",
|
|
4585
4651
|
components: {
|
|
4586
4652
|
IdmLoading: C2
|
|
@@ -4614,7 +4680,7 @@ const i4 = {
|
|
|
4614
4680
|
computeUTCTime() {
|
|
4615
4681
|
return (i, t = "MMM-DD/HHmm[Z], YYYY") => {
|
|
4616
4682
|
if (i) {
|
|
4617
|
-
const e =
|
|
4683
|
+
const e = M(i).utc();
|
|
4618
4684
|
return `${e == null ? void 0 : e.format(t)}`;
|
|
4619
4685
|
}
|
|
4620
4686
|
return "-";
|
|
@@ -4646,7 +4712,7 @@ const i4 = {
|
|
|
4646
4712
|
});
|
|
4647
4713
|
},
|
|
4648
4714
|
initSeasonalEchart() {
|
|
4649
|
-
var H, A, O, R, G, F, T,
|
|
4715
|
+
var H, A, O, R, G, F, T, Y, j, C, _, L, r, U;
|
|
4650
4716
|
let i = Math.max(
|
|
4651
4717
|
...[...this.reportData.highTemp, ...this.reportData.lastYearHighTemp].filter((n) => typeof n == "number" && !isNaN(n))
|
|
4652
4718
|
), 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 = [
|
|
@@ -4740,12 +4806,12 @@ const i4 = {
|
|
|
4740
4806
|
show: !0,
|
|
4741
4807
|
position: "right",
|
|
4742
4808
|
formatter: (n) => {
|
|
4743
|
-
var X,
|
|
4809
|
+
var X, Z, t1, a1, i1, l1, s1, o1, r1, n1, e1;
|
|
4744
4810
|
const K = (X = n == null ? void 0 : n[0]) == null ? void 0 : X.dataIndex;
|
|
4745
4811
|
if (n.find((S) => S.seriesType === "scatter"))
|
|
4746
4812
|
return !1;
|
|
4747
4813
|
{
|
|
4748
|
-
let S = `<div style="font-size: 13px;"><strong>${(
|
|
4814
|
+
let S = `<div style="font-size: 13px;"><strong>${(Z = this.reportData) == null ? void 0 : Z.dates[K]}</strong></div>
|
|
4749
4815
|
<div style="font-size: 13px;display: ${isNaN((t1 = n == null ? void 0 : n.find((V) => V.seriesName === "High" || V.seriesName === "最高温度")) == null ? void 0 : t1.value) ? "none" : "block"}">
|
|
4750
4816
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(255, 161, 0, 1)" : "rgba(242, 153, 56, 1)"};"></span>
|
|
4751
4817
|
<span>${this.locale === "zhHans" ? "最高温度" : "High"} : </span>
|
|
@@ -4849,12 +4915,12 @@ const i4 = {
|
|
|
4849
4915
|
});
|
|
4850
4916
|
let g = Math.max(
|
|
4851
4917
|
...[...this.reportData.windSpeed, ...this.reportData.lastYearWindSpeed].filter((n) => typeof n == "number" && !isNaN(n))
|
|
4852
|
-
),
|
|
4918
|
+
), f = Math.min(...[...this.reportData.windSpeed, ...this.reportData.lastYearWindSpeed].filter((n) => typeof n == "number" && !isNaN(n))) > 0 ? 0 : Math.min(...[...this.reportData.windSpeed, ...this.reportData.lastYearWindSpeed].filter((n) => typeof n == "number" && !isNaN(n))), z = Math.ceil((g + 1) / 5) * 5, k = Math.ceil((z - f) / 5), x = Math.max(...[...this.reportData.precip, ...this.reportData.lastYearPrecip].filter((n) => typeof n == "number" && !isNaN(n))), N = 0, B = Math.ceil(x * 2 / 5) * 5, W = Math.ceil((B - N) / 5);
|
|
4853
4919
|
s = [
|
|
4854
4920
|
{
|
|
4855
4921
|
name: this.locale === "zhHans" ? "风速" : "Wind",
|
|
4856
4922
|
type: "line",
|
|
4857
|
-
data: (
|
|
4923
|
+
data: (Y = this.reportData) == null ? void 0 : Y.windSpeed,
|
|
4858
4924
|
show: !0,
|
|
4859
4925
|
symbol: "none",
|
|
4860
4926
|
smooth: !1,
|
|
@@ -4869,7 +4935,7 @@ const i4 = {
|
|
|
4869
4935
|
name: this.locale === "zhHans" ? "去年风速" : "Wind, last year",
|
|
4870
4936
|
type: "line",
|
|
4871
4937
|
symbol: "none",
|
|
4872
|
-
data: (
|
|
4938
|
+
data: (j = this.reportData) == null ? void 0 : j.lastYearWindSpeed,
|
|
4873
4939
|
show: (C = this.reportData) == null ? void 0 : C.compareToLastYear,
|
|
4874
4940
|
itemStyle: {
|
|
4875
4941
|
color: this.theme === "dark" ? "rgba(209, 242, 196, 1)" : "#9af77b"
|
|
@@ -4887,7 +4953,7 @@ const i4 = {
|
|
|
4887
4953
|
type: "bar",
|
|
4888
4954
|
yAxisIndex: 1,
|
|
4889
4955
|
barWidth: "30%",
|
|
4890
|
-
data: (
|
|
4956
|
+
data: (_ = this.reportData) == null ? void 0 : _.precip,
|
|
4891
4957
|
show: !0,
|
|
4892
4958
|
symbol: "none",
|
|
4893
4959
|
smooth: !1,
|
|
@@ -4940,12 +5006,12 @@ const i4 = {
|
|
|
4940
5006
|
show: !0,
|
|
4941
5007
|
position: "right",
|
|
4942
5008
|
formatter: (n) => {
|
|
4943
|
-
var X,
|
|
5009
|
+
var X, Z, t1, a1, i1, l1, s1, o1, r1, n1;
|
|
4944
5010
|
const K = (X = n == null ? void 0 : n[0]) == null ? void 0 : X.dataIndex;
|
|
4945
5011
|
if (n.find((e1) => e1.seriesType === "scatter"))
|
|
4946
5012
|
return !1;
|
|
4947
5013
|
{
|
|
4948
|
-
let e1 = `<div style="font-size: 13px;"><strong>${(
|
|
5014
|
+
let e1 = `<div style="font-size: 13px;"><strong>${(Z = this.reportData) == null ? void 0 : Z.dates[K]}</strong></div>
|
|
4949
5015
|
<div style="font-size: 13px;display: ${isNaN((t1 = n == null ? void 0 : n.find((S) => S.seriesName === "Wind" || S.seriesName === "风速")) == null ? void 0 : t1.value) ? "none" : "block"}">
|
|
4950
5016
|
<span style="display:inline-block; height: 10px;width: 10px;border-radius: 50%;background-color: ${this.theme === "dark" ? "rgba(159, 255, 126, 1)" : "rgba(54, 212, 0, 1)"};"></span>
|
|
4951
5017
|
<span>${this.locale === "zhHans" ? "风速" : "Wind"} : </span>
|
|
@@ -4990,7 +5056,7 @@ const i4 = {
|
|
|
4990
5056
|
height: "50%",
|
|
4991
5057
|
type: "category",
|
|
4992
5058
|
boundaryGap: !0,
|
|
4993
|
-
data: (
|
|
5059
|
+
data: (U = this.reportData) == null ? void 0 : U.xDates,
|
|
4994
5060
|
axisLabel: {
|
|
4995
5061
|
show: !0,
|
|
4996
5062
|
fontSize: 12,
|
|
@@ -5014,7 +5080,7 @@ const i4 = {
|
|
|
5014
5080
|
type: "value",
|
|
5015
5081
|
name: this.locale === "zhHans" ? "风速 ( kts ) " : "Wind speed ( kts ) ",
|
|
5016
5082
|
show: !0,
|
|
5017
|
-
min:
|
|
5083
|
+
min: f,
|
|
5018
5084
|
max: z,
|
|
5019
5085
|
interval: k,
|
|
5020
5086
|
splitNumber: 5,
|
|
@@ -5078,69 +5144,69 @@ const i4 = {
|
|
|
5078
5144
|
document.getElementById("temperature-echart") && J.dispose(document.getElementById("temperature-echart")), document.getElementById("wind-precip-echart") && J.dispose(document.getElementById("wind-precip-echart"));
|
|
5079
5145
|
}
|
|
5080
5146
|
}
|
|
5081
|
-
},
|
|
5147
|
+
}, m4 = { class: "idm-spot-seasonal-report" }, p4 = { class: "row" }, g4 = {
|
|
5082
5148
|
class: "col",
|
|
5083
5149
|
style: { width: "54%" }
|
|
5084
|
-
},
|
|
5150
|
+
}, u4 = {
|
|
5085
5151
|
key: 0,
|
|
5086
5152
|
style: { "margin-left": "8px" }
|
|
5087
|
-
},
|
|
5153
|
+
}, f4 = {
|
|
5088
5154
|
key: 1,
|
|
5089
5155
|
style: { "margin-left": "8px" }
|
|
5090
|
-
},
|
|
5156
|
+
}, b4 = {
|
|
5091
5157
|
class: "col",
|
|
5092
5158
|
style: { width: "42%" }
|
|
5093
|
-
},
|
|
5159
|
+
}, y4 = { style: { "margin-left": "8px" } }, w4 = { class: "row" }, x4 = {
|
|
5094
5160
|
class: "col",
|
|
5095
5161
|
style: { width: "54%" }
|
|
5096
|
-
},
|
|
5162
|
+
}, v4 = { style: { "margin-left": "8px" } }, z4 = { class: "content-box" }, k4 = { class: "summary-section" }, F4 = {
|
|
5097
5163
|
class: "title",
|
|
5098
5164
|
style: { "margin-left": "5px" }
|
|
5099
|
-
},
|
|
5165
|
+
}, _4 = { class: "spot-info-block" }, 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 = { class: "text" }, I4 = { class: "text" }, E4 = {
|
|
5100
5166
|
class: "seasonal-weather-section",
|
|
5101
5167
|
style: {}
|
|
5102
|
-
},
|
|
5168
|
+
}, W4 = {
|
|
5103
5169
|
key: 0,
|
|
5104
5170
|
id: "temperature-echart"
|
|
5105
|
-
},
|
|
5171
|
+
}, P4 = {
|
|
5106
5172
|
key: 1,
|
|
5107
5173
|
id: "wind-precip-echart"
|
|
5108
5174
|
};
|
|
5109
|
-
function
|
|
5110
|
-
var g, y,
|
|
5175
|
+
function O4(i, t, e, h, c, s) {
|
|
5176
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F;
|
|
5111
5177
|
const m = r2("IdmLoading");
|
|
5112
|
-
return
|
|
5113
|
-
(g = e.reportData) != null && g.showSummary ? (
|
|
5178
|
+
return u(), b("div", m4, [
|
|
5179
|
+
(g = e.reportData) != null && g.showSummary ? (u(), b("div", {
|
|
5114
5180
|
key: 0,
|
|
5115
5181
|
class: v(["summary-info-box", e.theme === "dark" ? "dark" : "light"])
|
|
5116
5182
|
}, [
|
|
5117
|
-
a("div",
|
|
5118
|
-
a("div",
|
|
5183
|
+
a("div", p4, [
|
|
5184
|
+
a("div", g4, [
|
|
5119
5185
|
a("span", {
|
|
5120
5186
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5121
5187
|
}, l(e.locale === "zhHans" ? "位置" : "Position") + ":", 3),
|
|
5122
|
-
(y = e.reportData) != null && y.portName ? (
|
|
5188
|
+
(y = e.reportData) != null && y.portName ? (u(), b("span", u4, l((f = e.reportData) == null ? void 0 : f.portName) + " " + l(`[${s.computeLat(e.reportData.lat)}, ${s.computeLng(e.reportData.lng)}]`), 1)) : (u(), b("span", f4, l(`${s.computeLat(e.reportData.lat)} , ${s.computeLng(e.reportData.lng)}`), 1))
|
|
5123
5189
|
]),
|
|
5124
|
-
a("div",
|
|
5190
|
+
a("div", b4, [
|
|
5125
5191
|
a("span", {
|
|
5126
5192
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5127
5193
|
}, l(e.locale === "zhHans" ? "预报月份" : "Forecast Month") + ":", 3),
|
|
5128
|
-
a("span",
|
|
5194
|
+
a("span", y4, l((z = e.reportData) == null ? void 0 : z.forecastMonth), 1)
|
|
5129
5195
|
])
|
|
5130
5196
|
]),
|
|
5131
|
-
a("div",
|
|
5132
|
-
a("div",
|
|
5197
|
+
a("div", w4, [
|
|
5198
|
+
a("div", x4, [
|
|
5133
5199
|
a("span", {
|
|
5134
5200
|
class: v(["label label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5135
5201
|
}, l(e.locale === "zhHans" ? "时区" : "Timezone") + ":", 3),
|
|
5136
|
-
a("span",
|
|
5202
|
+
a("span", v4, "UTC " + l((k = e.reportData) == null ? void 0 : k.positionOffset), 1)
|
|
5137
5203
|
])
|
|
5138
5204
|
])
|
|
5139
5205
|
], 2)) : Q("", !0),
|
|
5140
|
-
a("div",
|
|
5141
|
-
a("div",
|
|
5142
|
-
a("div",
|
|
5143
|
-
a("div",
|
|
5206
|
+
a("div", z4, [
|
|
5207
|
+
a("div", k4, [
|
|
5208
|
+
a("div", F4, l(e.locale === "zhHans" ? "总结" : "Summary"), 1),
|
|
5209
|
+
a("div", _4, [
|
|
5144
5210
|
a("div", {
|
|
5145
5211
|
class: v(["block", e.theme === "dark" ? "dark" : "light"])
|
|
5146
5212
|
}, [
|
|
@@ -5150,29 +5216,29 @@ function C4(i, t, e, h, c, s) {
|
|
|
5150
5216
|
a("div", {
|
|
5151
5217
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5152
5218
|
}, null, 2),
|
|
5153
|
-
a("div",
|
|
5219
|
+
a("div", M4, [
|
|
5154
5220
|
a("span", {
|
|
5155
5221
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5156
5222
|
}, l(e.locale === "zhHans" ? "平均最高温度:" : "Avg High Temp:"), 3),
|
|
5157
|
-
|
|
5223
|
+
p(" " + l(e.reportData.minHighTemp) + " to " + l(e.reportData.maxHighTemp) + " °C", 1)
|
|
5158
5224
|
]),
|
|
5159
|
-
a("div",
|
|
5225
|
+
a("div", D4, [
|
|
5160
5226
|
a("span", {
|
|
5161
5227
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5162
5228
|
}, l(e.locale === "zhHans" ? "平均最低温度:" : "Avg Low Temp:"), 3),
|
|
5163
|
-
|
|
5229
|
+
p(" " + l(e.reportData.minLowTemp) + " to " + l(e.reportData.maxLowTemp) + " °C", 1)
|
|
5164
5230
|
]),
|
|
5165
|
-
a("div",
|
|
5231
|
+
a("div", H4, [
|
|
5166
5232
|
a("span", {
|
|
5167
5233
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5168
5234
|
}, l(e.locale === "zhHans" ? "最热日期:" : "Hottest Day:"), 3),
|
|
5169
|
-
|
|
5235
|
+
p(" " + l(e.reportData.hottestDay), 1)
|
|
5170
5236
|
]),
|
|
5171
|
-
a("div",
|
|
5237
|
+
a("div", L4, [
|
|
5172
5238
|
a("span", {
|
|
5173
5239
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5174
5240
|
}, l(e.locale === "zhHans" ? "最冷日期:" : "Coldest Day:"), 3),
|
|
5175
|
-
|
|
5241
|
+
p(" " + l(e.reportData.coldestDay), 1)
|
|
5176
5242
|
])
|
|
5177
5243
|
], 2),
|
|
5178
5244
|
a("div", {
|
|
@@ -5184,29 +5250,29 @@ function C4(i, t, e, h, c, s) {
|
|
|
5184
5250
|
a("div", {
|
|
5185
5251
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5186
5252
|
}, null, 2),
|
|
5187
|
-
a("div",
|
|
5253
|
+
a("div", S4, [
|
|
5188
5254
|
a("span", {
|
|
5189
5255
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5190
5256
|
}, l(e.locale === "zhHans" ? "小雨:" : "Light (<10mm):"), 3),
|
|
5191
|
-
|
|
5257
|
+
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)
|
|
5192
5258
|
]),
|
|
5193
|
-
a("div",
|
|
5259
|
+
a("div", A4, [
|
|
5194
5260
|
a("span", {
|
|
5195
5261
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5196
5262
|
}, l(e.locale === "zhHans" ? "中雨:" : "Moderate (<=24.9mm):"), 3),
|
|
5197
|
-
|
|
5263
|
+
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)
|
|
5198
5264
|
]),
|
|
5199
|
-
a("div",
|
|
5265
|
+
a("div", C4, [
|
|
5200
5266
|
a("span", {
|
|
5201
5267
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5202
5268
|
}, l(e.locale === "zhHans" ? "大雨:" : "Heavy (<=49.9mm):"), 3),
|
|
5203
|
-
|
|
5269
|
+
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)
|
|
5204
5270
|
]),
|
|
5205
|
-
a("div",
|
|
5271
|
+
a("div", N4, [
|
|
5206
5272
|
a("span", {
|
|
5207
5273
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5208
5274
|
}, l(e.locale === "zhHans" ? "暴雨:" : "Rainstorm (>49.9mm):"), 3),
|
|
5209
|
-
|
|
5275
|
+
p(" " + l((F = (G = (R = e.reportData) == null ? void 0 : R.precip) == null ? void 0 : G.filter((T) => T > 49.9)) == null ? void 0 : F.length) + " days", 1)
|
|
5210
5276
|
])
|
|
5211
5277
|
], 2),
|
|
5212
5278
|
a("div", {
|
|
@@ -5218,48 +5284,48 @@ function C4(i, t, e, h, c, s) {
|
|
|
5218
5284
|
a("div", {
|
|
5219
5285
|
class: v(["divider", e.theme === "dark" ? "dark" : "light"])
|
|
5220
5286
|
}, null, 2),
|
|
5221
|
-
a("div",
|
|
5287
|
+
a("div", B4, [
|
|
5222
5288
|
a("span", {
|
|
5223
5289
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5224
5290
|
}, l(e.locale === "zhHans" ? "平均风速:" : "Mean Wind:"), 3),
|
|
5225
|
-
|
|
5291
|
+
p(" " + l(s.roundPrecision(e.reportData.meanWind, 1)) + " kts", 1)
|
|
5226
5292
|
]),
|
|
5227
|
-
a("div",
|
|
5293
|
+
a("div", T4, [
|
|
5228
5294
|
a("span", {
|
|
5229
5295
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5230
5296
|
}, l(e.locale === "zhHans" ? "最强风日:" : "Windiest Day:"), 3),
|
|
5231
|
-
|
|
5297
|
+
p(" " + l(e.reportData.windiestDay) + " ( " + l(e.reportData.maxWindSpeed) + "kts )", 1)
|
|
5232
5298
|
]),
|
|
5233
|
-
a("div",
|
|
5299
|
+
a("div", I4, [
|
|
5234
5300
|
a("span", {
|
|
5235
5301
|
class: v(["label-color", e.theme === "dark" ? "dark" : "light"])
|
|
5236
5302
|
}, l(e.locale === "zhHans" ? "主要风向:" : "Dominant Wind Dir:"), 3),
|
|
5237
|
-
|
|
5303
|
+
p(" " + l(e.reportData.dominantWind), 1)
|
|
5238
5304
|
])
|
|
5239
5305
|
], 2)
|
|
5240
5306
|
])
|
|
5241
5307
|
]),
|
|
5242
|
-
a("div",
|
|
5243
|
-
e.loading ? Q("", !0) : (
|
|
5244
|
-
e.loading ? e.loading ? (
|
|
5308
|
+
a("div", E4, [
|
|
5309
|
+
e.loading ? Q("", !0) : (u(), b("div", W4)),
|
|
5310
|
+
e.loading ? e.loading ? (u(), b("div", {
|
|
5245
5311
|
key: 2,
|
|
5246
5312
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
5247
5313
|
}, [
|
|
5248
5314
|
c2(m, { loading: e.loading }, null, 8, ["loading"])
|
|
5249
|
-
], 2)) : (
|
|
5315
|
+
], 2)) : (u(), b("div", {
|
|
5250
5316
|
key: 3,
|
|
5251
5317
|
class: v(["loading-box", e.theme === "dark" ? "dark" : "light"])
|
|
5252
|
-
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (
|
|
5318
|
+
}, l(e.locale === "zhHans" ? "暂无数据" : "No Data"), 3)) : (u(), b("div", P4))
|
|
5253
5319
|
])
|
|
5254
5320
|
])
|
|
5255
5321
|
]);
|
|
5256
5322
|
}
|
|
5257
|
-
const
|
|
5323
|
+
const V4 = /* @__PURE__ */ N1(h4, [["render", O4], ["__scopeId", "data-v-2fda2548"]]), Bt = {
|
|
5258
5324
|
install(i) {
|
|
5259
|
-
i.component("ForecastReport",
|
|
5325
|
+
i.component("ForecastReport", B0), i.component("HistoricalReport", c4), i.component("SeasonalReport", V4);
|
|
5260
5326
|
}
|
|
5261
5327
|
};
|
|
5262
|
-
const
|
|
5328
|
+
const R4 = {
|
|
5263
5329
|
props: {
|
|
5264
5330
|
tropicals: {
|
|
5265
5331
|
type: Object,
|
|
@@ -6857,8 +6923,8 @@ const B4 = {
|
|
|
6857
6923
|
var h, c, s;
|
|
6858
6924
|
const i = [];
|
|
6859
6925
|
(s = (c = (h = this.tropicals) == null ? void 0 : h.data) == null ? void 0 : c.features) == null || s.forEach((m) => {
|
|
6860
|
-
var g, y,
|
|
6861
|
-
((g = m == null ? void 0 : m.properties) == null ? void 0 : g.type) === "forecast" && !m.properties.disabled && (((y = m == null ? void 0 : m.geometry) == null ? void 0 : y.type) === "LineString" ? i.push(...(
|
|
6926
|
+
var g, y, f, z;
|
|
6927
|
+
((g = m == null ? void 0 : m.properties) == null ? void 0 : g.type) === "forecast" && !m.properties.disabled && (((y = m == null ? void 0 : m.geometry) == null ? void 0 : y.type) === "LineString" ? i.push(...(f = m == null ? void 0 : m.geometry) == null ? void 0 : f.coordinates) : i.push((z = m == null ? void 0 : m.geometry) == null ? void 0 : z.coordinates));
|
|
6862
6928
|
});
|
|
6863
6929
|
const t = A2.calculateCenter([i]);
|
|
6864
6930
|
this.map.setCenter(t);
|
|
@@ -6966,29 +7032,29 @@ const B4 = {
|
|
|
6966
7032
|
}
|
|
6967
7033
|
},
|
|
6968
7034
|
handleDrawHurricaneMarker() {
|
|
6969
|
-
var h, c, s, m, g, y,
|
|
7035
|
+
var h, c, s, m, g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j;
|
|
6970
7036
|
const i = C6.interpolate(this.tropicals, 1), t = JSON.parse(JSON.stringify(i)), e = [];
|
|
6971
7037
|
if (t.forEach((C) => {
|
|
6972
|
-
var
|
|
6973
|
-
(
|
|
7038
|
+
var _, L, r;
|
|
7039
|
+
(_ = C.properties) != null && _.name && !e.includes((L = C.properties) == null ? void 0 : L.name) && e.push((r = C.properties) == null ? void 0 : r.name);
|
|
6974
7040
|
}), e.forEach((C) => {
|
|
6975
7041
|
var r;
|
|
6976
|
-
const L = (r = t.filter((
|
|
7042
|
+
const L = (r = t.filter((U) => {
|
|
6977
7043
|
var n;
|
|
6978
|
-
return ((n =
|
|
7044
|
+
return ((n = U.properties) == null ? void 0 : n.name) === C;
|
|
6979
7045
|
})[0]) == null ? void 0 : r.properties.model;
|
|
6980
|
-
t.map((
|
|
7046
|
+
t.map((U, n) => {
|
|
6981
7047
|
var K, X;
|
|
6982
|
-
return ((K =
|
|
7048
|
+
return ((K = U.properties) == null ? void 0 : K.name) === C && (U.properties.disabled = ((X = U.properties) == null ? void 0 : X.model) !== L), U;
|
|
6983
7049
|
});
|
|
6984
7050
|
}), this.interpolateData = JSON.parse(JSON.stringify(t)), (h = this.interpolateMarkers) == null || h.forEach((C) => C == null ? void 0 : C.remove()), this.interpolateMarkers = [], (c = this.interpolateData) != null && c.length && this.tropicals.active) {
|
|
6985
|
-
const C = this.interpolateData.filter((
|
|
6986
|
-
this.interpolateData.forEach((
|
|
7051
|
+
const C = this.interpolateData.filter((_) => _.properties.date === this.ts && !_.properties.disabled);
|
|
7052
|
+
this.interpolateData.forEach((_) => {
|
|
6987
7053
|
});
|
|
6988
|
-
for (const
|
|
6989
|
-
if (!
|
|
7054
|
+
for (const _ of C)
|
|
7055
|
+
if (!_.properties.disabled) {
|
|
6990
7056
|
let L = "#f44336";
|
|
6991
|
-
((m = (s =
|
|
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" : ((j = (Y = _.properties) == null ? void 0 : Y.wind) == null ? void 0 : j.kts) >= 94 ? L = "#6b05bb" : L = "#f44336";
|
|
6992
7058
|
const r = `<svg t="1719918955501"
|
|
6993
7059
|
class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" p-id="18382"
|
|
6994
7060
|
xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200">
|
|
@@ -7003,20 +7069,20 @@ const B4 = {
|
|
|
7003
7069
|
<path
|
|
7004
7070
|
d="M420.66666667 959.17a16.08 16.08 0 0 1-15.91-13.49A15.89 15.89 0 0 1 415.50666667 928c1.49-0.55 38.88-14.76 72.79-65.52A354.55 354.55 0 0 1 162.66666667 509.17a450.14 450.14 0 0 1 450.5-450.5 16.07 16.07 0 0 1 15.91 13.48 15.88 15.88 0 0 1-10.75 17.66c-1.58 0.58-39.13 14.9-73.07 65.95A354.22 354.22 0 0 1 871.66666667 509.17a16 16 0 0 1-0.52 4.05A450.14 450.14 0 0 1 420.66666667 959.17zM554.80666667 94.72C351.57666667 123.2 194.66666667 298.21 194.66666667 509.17c0 177.08 144.06 321.74 321.13 322.48a16 16 0 0 1 14.07 23.49c-16.11 30.42-34.27 52.37-50.85 68C682.25666667 894.63 839.16666667 719.63 839.16666667 508.67a15.94 15.94 0 0 1 0.47-3.86C837.30666667 329.33 693.82666667 187 517.80666667 186.67A16 16 0 0 1 503.66666667 163.21c16.21-30.69 34.47-52.79 51.14-68.49z"
|
|
7005
7071
|
fill="#ffffff" p-id="18386"></path>
|
|
7006
|
-
</svg>`,
|
|
7007
|
-
|
|
7008
|
-
const n = new L2.Marker(
|
|
7072
|
+
</svg>`, U = document.createElement("div");
|
|
7073
|
+
U.className = "hurricane-hourly-marker-simple", U.innerHTML = `<div class="${_.geometry.coordinates[1] >= 0 ? "center north" : "center south"}">${r}</div>`;
|
|
7074
|
+
const n = new L2.Marker(U).setLngLat(_.geometry.coordinates).addTo(this.map);
|
|
7009
7075
|
this.interpolateMarkers.push(n);
|
|
7010
7076
|
}
|
|
7011
7077
|
}
|
|
7012
7078
|
}
|
|
7013
7079
|
}
|
|
7014
7080
|
};
|
|
7015
|
-
function
|
|
7081
|
+
function G4(i, t, e, h, c, s) {
|
|
7016
7082
|
return null;
|
|
7017
7083
|
}
|
|
7018
|
-
const
|
|
7019
|
-
const
|
|
7084
|
+
const $4 = /* @__PURE__ */ N1(R4, [["render", G4]]);
|
|
7085
|
+
const Y4 = {
|
|
7020
7086
|
name: "TropicalMapbox",
|
|
7021
7087
|
props: {
|
|
7022
7088
|
token: {
|
|
@@ -7057,8 +7123,8 @@ const E4 = {
|
|
|
7057
7123
|
var c, s, m;
|
|
7058
7124
|
const i = [];
|
|
7059
7125
|
(m = (s = (c = this.tropicals) == null ? void 0 : c.data) == null ? void 0 : s.features) == null || m.forEach((g) => {
|
|
7060
|
-
var y,
|
|
7061
|
-
((y = g == null ? void 0 : g.properties) == null ? void 0 : y.type) === "forecast" && !g.properties.disabled && ((
|
|
7126
|
+
var y, f, z;
|
|
7127
|
+
((y = g == null ? void 0 : g.properties) == null ? void 0 : y.type) === "forecast" && !g.properties.disabled && ((f = g == null ? void 0 : g.geometry) == null ? void 0 : f.type) === "Point" && M(g.properties.date).diff(M(), "hour") <= 123 && i.push((z = g == null ? void 0 : g.geometry) == null ? void 0 : z.coordinates);
|
|
7062
7128
|
});
|
|
7063
7129
|
const t = A2.calculateBBox([i]), e = A2.calculateCenter([i]);
|
|
7064
7130
|
L2.accessToken = "pk.eyJ1IjoibmVhdGNoZW5oZW5nIiwiYSI6ImNsdXM3cnBmODBsemgycW1vaXc1bjV6bXMifQ.w6fqHGRbhNhLvm0LnX4ZVw";
|
|
@@ -8620,11 +8686,11 @@ const E4 = {
|
|
|
8620
8686
|
});
|
|
8621
8687
|
}
|
|
8622
8688
|
}
|
|
8623
|
-
},
|
|
8624
|
-
function
|
|
8689
|
+
}, j4 = { class: "map-box" };
|
|
8690
|
+
function U4(i, t, e, h, c, s) {
|
|
8625
8691
|
const m = r2("TropicalGL"), g = r2("LatLngGL");
|
|
8626
|
-
return
|
|
8627
|
-
c.map ? (
|
|
8692
|
+
return u(), b("div", j4, [
|
|
8693
|
+
c.map ? (u(), S2(m, {
|
|
8628
8694
|
key: 0,
|
|
8629
8695
|
class: "hurricane",
|
|
8630
8696
|
fromTropicalReport: !0,
|
|
@@ -8633,7 +8699,7 @@ function P4(i, t, e, h, c, s) {
|
|
|
8633
8699
|
date: e.ts,
|
|
8634
8700
|
hideTropicalsLegend: !0
|
|
8635
8701
|
}, null, 8, ["map", "tropicals", "date"])) : Q("", !0),
|
|
8636
|
-
c.map ? (
|
|
8702
|
+
c.map ? (u(), S2(g, {
|
|
8637
8703
|
key: 1,
|
|
8638
8704
|
map: c.map,
|
|
8639
8705
|
show: !0,
|
|
@@ -8641,7 +8707,7 @@ function P4(i, t, e, h, c, s) {
|
|
|
8641
8707
|
}, null, 8, ["map"])) : Q("", !0)
|
|
8642
8708
|
]);
|
|
8643
8709
|
}
|
|
8644
|
-
const
|
|
8710
|
+
const Z4 = /* @__PURE__ */ N1(Y4, [["render", U4]]), q4 = {
|
|
8645
8711
|
props: {
|
|
8646
8712
|
id: {
|
|
8647
8713
|
type: String,
|
|
@@ -8708,8 +8774,8 @@ const O4 = /* @__PURE__ */ l2(E4, [["render", P4]]), V4 = {
|
|
|
8708
8774
|
let h = document.getElementById(this.id);
|
|
8709
8775
|
this.chart = J.init(h);
|
|
8710
8776
|
}
|
|
8711
|
-
const i = Number(
|
|
8712
|
-
|
|
8777
|
+
const i = Number(M(this.xAxis[0]).utc().format("x")) - 8 * 60 * 60 * 1e3, t = Number(
|
|
8778
|
+
M(this.xAxis[this.xAxis.length - 1]).utc().format("x")
|
|
8713
8779
|
) - 8 * 60 * 60 * 1e3;
|
|
8714
8780
|
let e = {
|
|
8715
8781
|
title: {
|
|
@@ -8746,7 +8812,7 @@ const O4 = /* @__PURE__ */ l2(E4, [["render", P4]]), V4 = {
|
|
|
8746
8812
|
axisLabel: {
|
|
8747
8813
|
show: !0,
|
|
8748
8814
|
formatter: function(h, c) {
|
|
8749
|
-
const s =
|
|
8815
|
+
const s = M(h).format("MMM-DD"), m = M(h).format("HH");
|
|
8750
8816
|
return m === "00" || c === 0 ? s : m;
|
|
8751
8817
|
},
|
|
8752
8818
|
fontSize: "11px"
|
|
@@ -8780,23 +8846,23 @@ const O4 = /* @__PURE__ */ l2(E4, [["render", P4]]), V4 = {
|
|
|
8780
8846
|
});
|
|
8781
8847
|
}
|
|
8782
8848
|
}
|
|
8783
|
-
},
|
|
8784
|
-
function
|
|
8785
|
-
return
|
|
8849
|
+
}, X4 = ["id"];
|
|
8850
|
+
function J4(i, t, e, h, c, s) {
|
|
8851
|
+
return u(), b("div", null, [
|
|
8786
8852
|
a("div", {
|
|
8787
8853
|
id: e.id,
|
|
8788
8854
|
style: { height: "240px" }
|
|
8789
|
-
}, null, 8,
|
|
8855
|
+
}, null, 8, X4)
|
|
8790
8856
|
]);
|
|
8791
8857
|
}
|
|
8792
|
-
const
|
|
8793
|
-
const
|
|
8858
|
+
const Q4 = /* @__PURE__ */ N1(q4, [["render", J4]]);
|
|
8859
|
+
const K4 = {
|
|
8794
8860
|
name: "IdmTropical",
|
|
8795
8861
|
components: {
|
|
8796
8862
|
IdmBrand: I2,
|
|
8797
|
-
MiniMap:
|
|
8798
|
-
Mapbox:
|
|
8799
|
-
Echart:
|
|
8863
|
+
MiniMap: $4,
|
|
8864
|
+
Mapbox: Z4,
|
|
8865
|
+
Echart: Q4
|
|
8800
8866
|
},
|
|
8801
8867
|
props: {
|
|
8802
8868
|
report: {
|
|
@@ -8842,7 +8908,7 @@ const j4 = {
|
|
|
8842
8908
|
computeTime() {
|
|
8843
8909
|
return function(i) {
|
|
8844
8910
|
if (i) {
|
|
8845
|
-
const t =
|
|
8911
|
+
const t = M(i).utc();
|
|
8846
8912
|
return `${t.format("yyyy-MM-DD HH:mm[ (UTC) ]")} (${t == null ? void 0 : t.fromNow()})`;
|
|
8847
8913
|
}
|
|
8848
8914
|
return "-";
|
|
@@ -8855,7 +8921,7 @@ const j4 = {
|
|
|
8855
8921
|
},
|
|
8856
8922
|
computeHours() {
|
|
8857
8923
|
return function(i, t) {
|
|
8858
|
-
return
|
|
8924
|
+
return M(t).add(i, "h").utc().format("MMMDD/HH[Z]");
|
|
8859
8925
|
};
|
|
8860
8926
|
},
|
|
8861
8927
|
// 经纬度转换
|
|
@@ -8932,7 +8998,7 @@ const j4 = {
|
|
|
8932
8998
|
},
|
|
8933
8999
|
methods: {
|
|
8934
9000
|
async prepare() {
|
|
8935
|
-
var c, s, m, g, y,
|
|
9001
|
+
var c, s, m, g, y, f, z, k, x, E, N, B, W, D;
|
|
8936
9002
|
this.loading = !0;
|
|
8937
9003
|
const i = C6.convert2Geojson([this.report]);
|
|
8938
9004
|
this.model && (i.features = i.features.filter((H) => {
|
|
@@ -8947,9 +9013,9 @@ const j4 = {
|
|
|
8947
9013
|
type: "json",
|
|
8948
9014
|
etime: this.ts,
|
|
8949
9015
|
version: Math.random() + 1,
|
|
8950
|
-
center: [(
|
|
9016
|
+
center: [(f = this.center) == null ? void 0 : f.lng, (z = this.center) == null ? void 0 : z.lat]
|
|
8951
9017
|
}, this.activeForecast = this.model ? ((x = (k = this.report) == null ? void 0 : k.forecasts) == null ? void 0 : x.filter((H) => H.model === this.model)[0]) || ((N = (E = this.report) == null ? void 0 : E.forecasts) == null ? void 0 : N[0]) : (W = (B = this.report) == null ? void 0 : B.forecasts) == null ? void 0 : W[0], this.activeForecast.sample = [];
|
|
8952
|
-
const e =
|
|
9018
|
+
const e = M((D = this.activeForecast) == null ? void 0 : D.date);
|
|
8953
9019
|
let h = 0;
|
|
8954
9020
|
for (const H in this.activeForecast.hours)
|
|
8955
9021
|
if (h < 8) {
|
|
@@ -8961,19 +9027,19 @@ const j4 = {
|
|
|
8961
9027
|
},
|
|
8962
9028
|
async fetchData() {
|
|
8963
9029
|
var g;
|
|
8964
|
-
const i = this.ts ?
|
|
9030
|
+
const i = this.ts ? M(Number(this.ts)).utc().format("YYYY-MM-DD HH") : M().utc().format("YYYY-MM-DD HH");
|
|
8965
9031
|
for (let y in this.records)
|
|
8966
|
-
|
|
8967
|
-
let t = this.computeHourSubscript(
|
|
9032
|
+
M(this.activeForecast.date).add(y, "h").utc().format("YYYY-MM-DD HH") === i && this.$emit("center", this.records[y]);
|
|
9033
|
+
let t = this.computeHourSubscript(M(this.activeForecast.date).utc().format("H"));
|
|
8968
9034
|
const e = [], h = [];
|
|
8969
9035
|
let c = [], s = [], m = [];
|
|
8970
9036
|
for (let y in this.records) {
|
|
8971
|
-
const
|
|
8972
|
-
t === k ? (s.push([x,
|
|
9037
|
+
const f = this.records[y], z = M(this.activeForecast.date).add(y, "h").utc(), k = this.computeHourSubscript(M(z).format("H")), x = `${M(z).format("YYYY-MM-DD")} ${this.hourSubscript[k]}:00:00`;
|
|
9038
|
+
t === k ? (s.push([x, f.wind.kts]), m.push([x, f.pressure]), c.push([x, f.wind.kts])) : (e.push(c), t = k, c = [], s = [], m = [], c.push([x, f.wind.kts]), s.push([x, f.wind.kts]), m.push([x, f.pressure]), this.xAxis.push(z));
|
|
8973
9039
|
}
|
|
8974
9040
|
for (let y in this.activeForecast.hours) {
|
|
8975
|
-
const
|
|
8976
|
-
h.push([x, ((g =
|
|
9041
|
+
const f = this.activeForecast.hours[y], z = M(this.activeForecast.date).add(y, "h").utc(), k = this.computeHourSubscript(M(z).format("H")), x = `${M(z).format("YYYY-MM-DD")} ${this.hourSubscript[k]}:00:00`;
|
|
9042
|
+
h.push([x, ((g = f.gusts) == null ? void 0 : g.kts) ?? "-"]);
|
|
8977
9043
|
}
|
|
8978
9044
|
this.fetchProbabilityData(e);
|
|
8979
9045
|
},
|
|
@@ -8994,8 +9060,8 @@ const j4 = {
|
|
|
8994
9060
|
const D = W[1];
|
|
8995
9061
|
D <= 32 ? h++ : D < 47 ? c++ : D < 63 ? s++ : D < 79 ? m++ : D < 94 ? g++ : D >= 94 && y++;
|
|
8996
9062
|
});
|
|
8997
|
-
const
|
|
8998
|
-
t.td.push([(z = e[0]) == null ? void 0 : z[0], u1.roundPrecision(h /
|
|
9063
|
+
const f = e.length;
|
|
9064
|
+
t.td.push([(z = e[0]) == null ? void 0 : z[0], u1.roundPrecision(h / f, 2) * 100]), t.ts.push([(k = e[0]) == null ? void 0 : k[0], u1.roundPrecision(c / f, 2) * 100]), t.sts.push([(x = e[0]) == null ? void 0 : x[0], u1.roundPrecision(s / f, 2) * 100]), t.ty.push([(E = e[0]) == null ? void 0 : E[0], u1.roundPrecision(m / f, 2) * 100]), t.sty.push([(N = e[0]) == null ? void 0 : N[0], u1.roundPrecision(g / f, 2) * 100]), t.supty.push([(B = e[0]) == null ? void 0 : B[0], u1.roundPrecision(y / f, 2) * 100]);
|
|
8999
9065
|
}), this.probabilitySeries = [
|
|
9000
9066
|
{
|
|
9001
9067
|
name: "SuperTY [>94kts]",
|
|
@@ -9066,76 +9132,76 @@ const j4 = {
|
|
|
9066
9132
|
];
|
|
9067
9133
|
},
|
|
9068
9134
|
async interpolatedRecord(i, t, e = 3) {
|
|
9069
|
-
var g, y,
|
|
9070
|
-
const h =
|
|
9135
|
+
var g, y, f, z, k, x, E, N, B, W, D, H, A, O, R, G, F, T, Y, j, C, _, L, r, U, n, K, X;
|
|
9136
|
+
const h = M(i).set({ second: 0 }).utc();
|
|
9071
9137
|
let c = e - (h.get("hour") * 60 + h.get("minute")) % (e * 60) / 60, s;
|
|
9072
9138
|
const m = {};
|
|
9073
9139
|
for (; s = this.computeCandidateIndex(t, c), s.next !== -1 || c === s.prev; ) {
|
|
9074
|
-
const
|
|
9140
|
+
const Z = (c - s.prev) / (s.next - s.prev);
|
|
9075
9141
|
m[c] = {
|
|
9076
|
-
gusts: this.computeInterpolateValue((g = t[s.prev]) == null ? void 0 : g.gusts, (y = t[s.next]) == null ? void 0 : y.gusts,
|
|
9077
|
-
lat: this.computeInterpolateValue((
|
|
9078
|
-
lng: this.computeInterpolateValue((k = t[s.prev]) == null ? void 0 : k.lng, (x = t[s.next]) == null ? void 0 : x.lng,
|
|
9142
|
+
gusts: this.computeInterpolateValue((g = t[s.prev]) == null ? void 0 : g.gusts, (y = t[s.next]) == null ? void 0 : y.gusts, Z),
|
|
9143
|
+
lat: this.computeInterpolateValue((f = t[s.prev]) == null ? void 0 : f.lat, (z = t[s.next]) == null ? void 0 : z.lat, Z),
|
|
9144
|
+
lng: this.computeInterpolateValue((k = t[s.prev]) == null ? void 0 : k.lng, (x = t[s.next]) == null ? void 0 : x.lng, Z),
|
|
9079
9145
|
movement: {
|
|
9080
|
-
deg: this.computeInterpolateValue((N = (E = t[s.prev]) == null ? void 0 : E.movement) == null ? void 0 : N.deg, (W = (B = t[s.next]) == null ? void 0 : B.movement) == null ? void 0 : W.deg,
|
|
9081
|
-
kts: this.computeInterpolateValue((H = (D = t[s.prev]) == null ? void 0 : D.movement) == null ? void 0 : H.kts, (O = (A = t[s.next]) == null ? void 0 : A.movement) == null ? void 0 : O.kts,
|
|
9146
|
+
deg: this.computeInterpolateValue((N = (E = t[s.prev]) == null ? void 0 : E.movement) == null ? void 0 : N.deg, (W = (B = t[s.next]) == null ? void 0 : B.movement) == null ? void 0 : W.deg, Z),
|
|
9147
|
+
kts: this.computeInterpolateValue((H = (D = t[s.prev]) == null ? void 0 : D.movement) == null ? void 0 : H.kts, (O = (A = t[s.next]) == null ? void 0 : A.movement) == null ? void 0 : O.kts, Z)
|
|
9082
9148
|
},
|
|
9083
|
-
pressure: this.computeInterpolateValue((R = t[s.prev]) == null ? void 0 : R.pressure, (G = t[s.next]) == null ? void 0 : G.pressure,
|
|
9149
|
+
pressure: this.computeInterpolateValue((R = t[s.prev]) == null ? void 0 : R.pressure, (G = t[s.next]) == null ? void 0 : G.pressure, Z),
|
|
9084
9150
|
wind: {
|
|
9085
|
-
kts: this.computeInterpolateValue((T = (F = t[s.prev]) == null ? void 0 : F.wind) == null ? void 0 : T.kts, (
|
|
9086
|
-
lat: this.computeInterpolateValue((
|
|
9087
|
-
lng: this.computeInterpolateValue((n = (
|
|
9151
|
+
kts: this.computeInterpolateValue((T = (F = t[s.prev]) == null ? void 0 : F.wind) == null ? void 0 : T.kts, (j = (Y = t[s.next]) == null ? void 0 : Y.wind) == null ? void 0 : j.kts, Z),
|
|
9152
|
+
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
|
+
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)
|
|
9088
9154
|
}
|
|
9089
9155
|
}, c += e;
|
|
9090
9156
|
}
|
|
9091
9157
|
return m;
|
|
9092
9158
|
}
|
|
9093
9159
|
}
|
|
9094
|
-
},
|
|
9160
|
+
}, et = { class: "typhoon-report" }, tt = { class: "content-box" }, at = { class: "row" }, it = { class: "info-box" }, lt = { class: "title-card bg-blue-light-2" }, st = { class: "item" }, ot = { class: "name" }, rt = { class: "type" }, nt = { class: "info" }, dt = { class: "item" }, ct = { style: { flex: "4" } }, ht = { style: { flex: "6" } }, mt = { class: "item" }, pt = { style: { flex: "4" } }, gt = { style: { flex: "6" } }, ut = {
|
|
9095
9161
|
id: "miniMap",
|
|
9096
9162
|
class: "mini-map"
|
|
9097
|
-
},
|
|
9163
|
+
}, ft = {
|
|
9098
9164
|
id: "normalMap",
|
|
9099
9165
|
class: "normal-map"
|
|
9100
|
-
},
|
|
9101
|
-
function
|
|
9166
|
+
}, bt = { class: "echart-container" }, yt = { class: "orm-report-table typ-table" };
|
|
9167
|
+
function wt(i, t, e, h, c, s) {
|
|
9102
9168
|
var z, k, x, E, N, B, W, D, H, A, O, R, G;
|
|
9103
|
-
const m = r2("IdmBrand"), g = r2("MiniMap"), y = r2("Mapbox"),
|
|
9104
|
-
return
|
|
9169
|
+
const m = r2("IdmBrand"), g = r2("MiniMap"), y = r2("Mapbox"), f = r2("Echart");
|
|
9170
|
+
return u(), b("div", et, [
|
|
9105
9171
|
c2(m, { name: "Tropical Cyclone Strike Probability Report" }),
|
|
9106
|
-
a("div",
|
|
9107
|
-
a("div",
|
|
9108
|
-
a("div",
|
|
9109
|
-
a("div",
|
|
9110
|
-
a("div",
|
|
9172
|
+
a("div", tt, [
|
|
9173
|
+
a("div", at, [
|
|
9174
|
+
a("div", it, [
|
|
9175
|
+
a("div", lt, [
|
|
9176
|
+
a("div", st, [
|
|
9111
9177
|
a("div", null, [
|
|
9112
|
-
a("span",
|
|
9113
|
-
t[0] || (t[0] =
|
|
9114
|
-
a("span",
|
|
9178
|
+
a("span", ot, l((z = e.report) == null ? void 0 : z.name), 1),
|
|
9179
|
+
t[0] || (t[0] = p(", ", -1)),
|
|
9180
|
+
a("span", rt, l((E = (x = (k = e.report) == null ? void 0 : k.history) == null ? void 0 : x[0]) == null ? void 0 : E.type), 1),
|
|
9115
9181
|
a("span", null, " [ " + l((N = this.model) == null ? void 0 : N.toUpperCase()) + " ]", 1)
|
|
9116
9182
|
]),
|
|
9117
|
-
a("div",
|
|
9183
|
+
a("div", nt, [
|
|
9118
9184
|
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)
|
|
9119
9185
|
])
|
|
9120
9186
|
]),
|
|
9121
|
-
a("div",
|
|
9122
|
-
a("div",
|
|
9187
|
+
a("div", dt, [
|
|
9188
|
+
a("div", ct, [
|
|
9123
9189
|
t[1] || (t[1] = a("span", { class: "label" }, "Position:", -1)),
|
|
9124
9190
|
a("span", null, l(s.computedLngLat(c.center.lat, c.center.lng)), 1)
|
|
9125
9191
|
]),
|
|
9126
|
-
a("div",
|
|
9192
|
+
a("div", ht, [
|
|
9127
9193
|
t[2] || (t[2] = a("span", { class: "label" }, "Pressure:", -1)),
|
|
9128
9194
|
a("span", null, l(c.center.pressure || "-") + " hPa", 1)
|
|
9129
9195
|
])
|
|
9130
9196
|
]),
|
|
9131
|
-
a("div",
|
|
9132
|
-
a("div",
|
|
9197
|
+
a("div", mt, [
|
|
9198
|
+
a("div", pt, [
|
|
9133
9199
|
t[3] || (t[3] = a("span", { class: "label" }, "Present Movement:", -1)),
|
|
9134
9200
|
a("span", null, l(((O = c.center.movement) == null ? void 0 : O.deg) || "-") + "°", 1),
|
|
9135
|
-
t[4] || (t[4] =
|
|
9201
|
+
t[4] || (t[4] = p(" / ", -1)),
|
|
9136
9202
|
a("span", null, l(((R = c.center.movement) == null ? void 0 : R.kts) || "-") + " kts", 1)
|
|
9137
9203
|
]),
|
|
9138
|
-
a("div",
|
|
9204
|
+
a("div", gt, [
|
|
9139
9205
|
t[5] || (t[5] = a("span", { class: "label" }, "Maximum sustained wind near center:", -1)),
|
|
9140
9206
|
a("span", null, l(c.center.kts || "-") + " kts, BF" + l(s.computeBF(c.center.kts)), 1)
|
|
9141
9207
|
])
|
|
@@ -9143,8 +9209,8 @@ function ht(i, t, e, h, c, s) {
|
|
|
9143
9209
|
]),
|
|
9144
9210
|
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))
|
|
9145
9211
|
]),
|
|
9146
|
-
a("div",
|
|
9147
|
-
c.tropicals ? (
|
|
9212
|
+
a("div", ut, [
|
|
9213
|
+
c.tropicals ? (u(), S2(g, {
|
|
9148
9214
|
key: 0,
|
|
9149
9215
|
tropicals: c.tropicals,
|
|
9150
9216
|
ts: e.ts,
|
|
@@ -9154,8 +9220,8 @@ function ht(i, t, e, h, c, s) {
|
|
|
9154
9220
|
}, null, 8, ["tropicals", "ts", "token"])) : Q("", !0)
|
|
9155
9221
|
])
|
|
9156
9222
|
]),
|
|
9157
|
-
a("div",
|
|
9158
|
-
c.tropicals ? (
|
|
9223
|
+
a("div", ft, [
|
|
9224
|
+
c.tropicals ? (u(), S2(y, {
|
|
9159
9225
|
key: 0,
|
|
9160
9226
|
tropicals: c.tropicals,
|
|
9161
9227
|
model: e.model,
|
|
@@ -9165,8 +9231,8 @@ function ht(i, t, e, h, c, s) {
|
|
|
9165
9231
|
zoom: 4
|
|
9166
9232
|
}, null, 8, ["tropicals", "model", "ts", "token"])) : Q("", !0)
|
|
9167
9233
|
]),
|
|
9168
|
-
a("div",
|
|
9169
|
-
a("table",
|
|
9234
|
+
a("div", bt, [
|
|
9235
|
+
a("table", yt, [
|
|
9170
9236
|
t[7] || (t[7] = a("thead", null, [
|
|
9171
9237
|
a("tr", null, [
|
|
9172
9238
|
a("td", null, "Time"),
|
|
@@ -9179,21 +9245,21 @@ function ht(i, t, e, h, c, s) {
|
|
|
9179
9245
|
])
|
|
9180
9246
|
], -1)),
|
|
9181
9247
|
a("tbody", null, [
|
|
9182
|
-
(
|
|
9183
|
-
var
|
|
9184
|
-
return
|
|
9248
|
+
(u(!0), b(B2, null, T2((G = c.activeForecast) == null ? void 0 : G.sample, (F, T) => {
|
|
9249
|
+
var Y, j, C, _, L;
|
|
9250
|
+
return u(), b("tr", { key: T }, [
|
|
9185
9251
|
a("td", null, l(F.date), 1),
|
|
9186
9252
|
a("td", null, l(s.computedLngLat(F.lat, F.lng)), 1),
|
|
9187
9253
|
a("td", null, l(s.computePrecision(F.pressure ?? "-")), 1),
|
|
9188
|
-
a("td", null, l(s.computePrecision(((
|
|
9189
|
-
a("td", null, l(`${s.computePrecision(((
|
|
9190
|
-
a("td", null, l(s.computePrecision(((
|
|
9254
|
+
a("td", null, l(s.computePrecision(((Y = F == null ? void 0 : F.wind) == null ? void 0 : Y.kts) ?? "-")), 1),
|
|
9255
|
+
a("td", null, l(`${s.computePrecision(((j = F == null ? void 0 : F.wind) == null ? void 0 : j.r7) || "-")} / ${s.computePrecision(((C = F == null ? void 0 : F.wind) == null ? void 0 : C.r10) || "-")} nm`), 1),
|
|
9256
|
+
a("td", null, l(s.computePrecision(((_ = F == null ? void 0 : F.movement) == null ? void 0 : _.deg) ?? "-")), 1),
|
|
9191
9257
|
a("td", null, l(s.computePrecision(((L = F == null ? void 0 : F.movement) == null ? void 0 : L.kts) ?? "-")), 1)
|
|
9192
9258
|
]);
|
|
9193
9259
|
}), 128))
|
|
9194
9260
|
])
|
|
9195
9261
|
]),
|
|
9196
|
-
c2(
|
|
9262
|
+
c2(f, {
|
|
9197
9263
|
id: "probabilityChart",
|
|
9198
9264
|
class: "echart-box",
|
|
9199
9265
|
title: "Probability(%) of Tropical Cyclone Intensity falling in each category",
|
|
@@ -9206,9 +9272,9 @@ function ht(i, t, e, h, c, s) {
|
|
|
9206
9272
|
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))
|
|
9207
9273
|
]);
|
|
9208
9274
|
}
|
|
9209
|
-
const
|
|
9275
|
+
const xt = /* @__PURE__ */ N1(K4, [["render", wt], ["__scopeId", "data-v-50ad62cd"]]), Tt = {
|
|
9210
9276
|
install(i) {
|
|
9211
|
-
i.component("TropicalReport",
|
|
9277
|
+
i.component("TropicalReport", xt);
|
|
9212
9278
|
}
|
|
9213
9279
|
};
|
|
9214
9280
|
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) => {
|
|
@@ -9231,10 +9297,10 @@ window._iconfont_svg_string_4986259 = '<svg><symbol id="icon-baobiao" viewBox="0
|
|
|
9231
9297
|
}, document.addEventListener ? ~["complete", "loaded", "interactive"].indexOf(document.readyState) ? setTimeout(h, 0) : (c = function() {
|
|
9232
9298
|
document.removeEventListener("DOMContentLoaded", c, !1), h();
|
|
9233
9299
|
}, document.addEventListener("DOMContentLoaded", c, !1)) : document.attachEvent && (s = h, m = i.document, g = !1, z(), m.onreadystatechange = function() {
|
|
9234
|
-
m.readyState == "complete" && (m.onreadystatechange = null,
|
|
9300
|
+
m.readyState == "complete" && (m.onreadystatechange = null, f());
|
|
9235
9301
|
});
|
|
9236
9302
|
}
|
|
9237
|
-
function
|
|
9303
|
+
function f() {
|
|
9238
9304
|
g || (g = !0, s());
|
|
9239
9305
|
}
|
|
9240
9306
|
function z() {
|
|
@@ -9243,33 +9309,35 @@ window._iconfont_svg_string_4986259 = '<svg><symbol id="icon-baobiao" viewBox="0
|
|
|
9243
9309
|
} catch {
|
|
9244
9310
|
return void setTimeout(z, 50);
|
|
9245
9311
|
}
|
|
9246
|
-
|
|
9312
|
+
f();
|
|
9247
9313
|
}
|
|
9248
9314
|
})(window);
|
|
9249
|
-
const
|
|
9315
|
+
const vt = {
|
|
9250
9316
|
name: "AssetIndex"
|
|
9251
9317
|
};
|
|
9252
|
-
function
|
|
9318
|
+
function zt(i, t, e, h, c, s) {
|
|
9253
9319
|
return null;
|
|
9254
9320
|
}
|
|
9255
|
-
const
|
|
9321
|
+
const kt = /* @__PURE__ */ N1(vt, [["render", zt]]), It = {
|
|
9256
9322
|
install(i) {
|
|
9257
|
-
i.component("basicStyle",
|
|
9323
|
+
i.component("basicStyle", kt);
|
|
9258
9324
|
}
|
|
9259
9325
|
};
|
|
9260
9326
|
export {
|
|
9261
|
-
|
|
9262
|
-
|
|
9263
|
-
|
|
9327
|
+
At as BrandPlugin,
|
|
9328
|
+
B0 as ForecastReport,
|
|
9329
|
+
c4 as HistoricalReport,
|
|
9264
9330
|
I2 as IdmBrand,
|
|
9265
9331
|
C2 as IdmLoading,
|
|
9266
|
-
|
|
9267
|
-
|
|
9268
|
-
|
|
9269
|
-
|
|
9270
|
-
|
|
9271
|
-
|
|
9272
|
-
|
|
9273
|
-
|
|
9274
|
-
|
|
9332
|
+
Nt as IdmLoadingPlugin,
|
|
9333
|
+
K6 as IdmMeteo,
|
|
9334
|
+
R6 as IdmSign,
|
|
9335
|
+
Bt as IdmSpotPlugin,
|
|
9336
|
+
Ct as MeteoPlugin,
|
|
9337
|
+
V4 as SeasonalReport,
|
|
9338
|
+
St as SignPlugin,
|
|
9339
|
+
It as StoppageReportPlugin,
|
|
9340
|
+
xt as TropicalReport,
|
|
9341
|
+
Tt as TropicalReportPlugin,
|
|
9342
|
+
kt as basicStyle
|
|
9275
9343
|
};
|