├── LICENSE ├── README.md ├── css ├── app.82afafaa.css ├── chunk-7ff6e9a6.c5e32fb2.css └── chunk-vendors.23b6f70c.css ├── favicon.ico ├── fonts └── cubeic.dcc2b6f.dcc2b6f1.ttf ├── img ├── iconfont.1be45c12.svg ├── layout.e6089dd8.png ├── preview.c70ba895.png └── zhibei.d588ffe5.png ├── index.html └── js ├── app.f434fc2f.js ├── chunk-2d0df1ba.0200a93d.js ├── chunk-2d0f1570.3a10c6d2.js ├── chunk-7ff6e9a6.c6aa9f42.js └── chunk-vendors.50672d31.js /LICENSE: -------------------------------------------------------------------------------- 1 | GNU AFFERO GENERAL PUBLIC LICENSE 2 | Version 3, 19 November 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU Affero General Public License is a free, copyleft license for 11 | software and other kinds of works, specifically designed to ensure 12 | cooperation with the community in the case of network server software. 13 | 14 | The licenses for most software and other practical works are designed 15 | to take away your freedom to share and change the works. By contrast, 16 | our General Public Licenses are intended to guarantee your freedom to 17 | share and change all versions of a program--to make sure it remains free 18 | software for all its users. 19 | 20 | When we speak of free software, we are referring to freedom, not 21 | price. Our General Public Licenses are designed to make sure that you 22 | have the freedom to distribute copies of free software (and charge for 23 | them if you wish), that you receive source code or can get it if you 24 | want it, that you can change the software or use pieces of it in new 25 | free programs, and that you know you can do these things. 26 | 27 | Developers that use our General Public Licenses protect your rights 28 | with two steps: (1) assert copyright on the software, and (2) offer 29 | you this License which gives you legal permission to copy, distribute 30 | and/or modify the software. 31 | 32 | A secondary benefit of defending all users' freedom is that 33 | improvements made in alternate versions of the program, if they 34 | receive widespread use, become available for other developers to 35 | incorporate. Many developers of free software are heartened and 36 | encouraged by the resulting cooperation. However, in the case of 37 | software used on network servers, this result may fail to come about. 38 | The GNU General Public License permits making a modified version and 39 | letting the public access it on a server without ever releasing its 40 | source code to the public. 41 | 42 | The GNU Affero General Public License is designed specifically to 43 | ensure that, in such cases, the modified source code becomes available 44 | to the community. It requires the operator of a network server to 45 | provide the source code of the modified version running there to the 46 | users of that server. Therefore, public use of a modified version, on 47 | a publicly accessible server, gives the public access to the source 48 | code of the modified version. 49 | 50 | An older license, called the Affero General Public License and 51 | published by Affero, was designed to accomplish similar goals. This is 52 | a different license, not a version of the Affero GPL, but Affero has 53 | released a new version of the Affero GPL which permits relicensing under 54 | this license. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | TERMS AND CONDITIONS 60 | 61 | 0. Definitions. 62 | 63 | "This License" refers to version 3 of the GNU Affero General Public License. 64 | 65 | "Copyright" also means copyright-like laws that apply to other kinds of 66 | works, such as semiconductor masks. 67 | 68 | "The Program" refers to any copyrightable work licensed under this 69 | License. Each licensee is addressed as "you". "Licensees" and 70 | "recipients" may be individuals or organizations. 71 | 72 | To "modify" a work means to copy from or adapt all or part of the work 73 | in a fashion requiring copyright permission, other than the making of an 74 | exact copy. The resulting work is called a "modified version" of the 75 | earlier work or a work "based on" the earlier work. 76 | 77 | A "covered work" means either the unmodified Program or a work based 78 | on the Program. 79 | 80 | To "propagate" a work means to do anything with it that, without 81 | permission, would make you directly or secondarily liable for 82 | infringement under applicable copyright law, except executing it on a 83 | computer or modifying a private copy. Propagation includes copying, 84 | distribution (with or without modification), making available to the 85 | public, and in some countries other activities as well. 86 | 87 | To "convey" a work means any kind of propagation that enables other 88 | parties to make or receive copies. Mere interaction with a user through 89 | a computer network, with no transfer of a copy, is not conveying. 90 | 91 | An interactive user interface displays "Appropriate Legal Notices" 92 | to the extent that it includes a convenient and prominently visible 93 | feature that (1) displays an appropriate copyright notice, and (2) 94 | tells the user that there is no warranty for the work (except to the 95 | extent that warranties are provided), that licensees may convey the 96 | work under this License, and how to view a copy of this License. If 97 | the interface presents a list of user commands or options, such as a 98 | menu, a prominent item in the list meets this criterion. 99 | 100 | 1. Source Code. 101 | 102 | The "source code" for a work means the preferred form of the work 103 | for making modifications to it. "Object code" means any non-source 104 | form of a work. 105 | 106 | A "Standard Interface" means an interface that either is an official 107 | standard defined by a recognized standards body, or, in the case of 108 | interfaces specified for a particular programming language, one that 109 | is widely used among developers working in that language. 110 | 111 | The "System Libraries" of an executable work include anything, other 112 | than the work as a whole, that (a) is included in the normal form of 113 | packaging a Major Component, but which is not part of that Major 114 | Component, and (b) serves only to enable use of the work with that 115 | Major Component, or to implement a Standard Interface for which an 116 | implementation is available to the public in source code form. A 117 | "Major Component", in this context, means a major essential component 118 | (kernel, window system, and so on) of the specific operating system 119 | (if any) on which the executable work runs, or a compiler used to 120 | produce the work, or an object code interpreter used to run it. 121 | 122 | The "Corresponding Source" for a work in object code form means all 123 | the source code needed to generate, install, and (for an executable 124 | work) run the object code and to modify the work, including scripts to 125 | control those activities. However, it does not include the work's 126 | System Libraries, or general-purpose tools or generally available free 127 | programs which are used unmodified in performing those activities but 128 | which are not part of the work. For example, Corresponding Source 129 | includes interface definition files associated with source files for 130 | the work, and the source code for shared libraries and dynamically 131 | linked subprograms that the work is specifically designed to require, 132 | such as by intimate data communication or control flow between those 133 | subprograms and other parts of the work. 134 | 135 | The Corresponding Source need not include anything that users 136 | can regenerate automatically from other parts of the Corresponding 137 | Source. 138 | 139 | The Corresponding Source for a work in source code form is that 140 | same work. 141 | 142 | 2. Basic Permissions. 143 | 144 | All rights granted under this License are granted for the term of 145 | copyright on the Program, and are irrevocable provided the stated 146 | conditions are met. This License explicitly affirms your unlimited 147 | permission to run the unmodified Program. The output from running a 148 | covered work is covered by this License only if the output, given its 149 | content, constitutes a covered work. This License acknowledges your 150 | rights of fair use or other equivalent, as provided by copyright law. 151 | 152 | You may make, run and propagate covered works that you do not 153 | convey, without conditions so long as your license otherwise remains 154 | in force. You may convey covered works to others for the sole purpose 155 | of having them make modifications exclusively for you, or provide you 156 | with facilities for running those works, provided that you comply with 157 | the terms of this License in conveying all material for which you do 158 | not control copyright. Those thus making or running the covered works 159 | for you must do so exclusively on your behalf, under your direction 160 | and control, on terms that prohibit them from making any copies of 161 | your copyrighted material outside their relationship with you. 162 | 163 | Conveying under any other circumstances is permitted solely under 164 | the conditions stated below. Sublicensing is not allowed; section 10 165 | makes it unnecessary. 166 | 167 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 168 | 169 | No covered work shall be deemed part of an effective technological 170 | measure under any applicable law fulfilling obligations under article 171 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 172 | similar laws prohibiting or restricting circumvention of such 173 | measures. 174 | 175 | When you convey a covered work, you waive any legal power to forbid 176 | circumvention of technological measures to the extent such circumvention 177 | is effected by exercising rights under this License with respect to 178 | the covered work, and you disclaim any intention to limit operation or 179 | modification of the work as a means of enforcing, against the work's 180 | users, your or third parties' legal rights to forbid circumvention of 181 | technological measures. 182 | 183 | 4. Conveying Verbatim Copies. 184 | 185 | You may convey verbatim copies of the Program's source code as you 186 | receive it, in any medium, provided that you conspicuously and 187 | appropriately publish on each copy an appropriate copyright notice; 188 | keep intact all notices stating that this License and any 189 | non-permissive terms added in accord with section 7 apply to the code; 190 | keep intact all notices of the absence of any warranty; and give all 191 | recipients a copy of this License along with the Program. 192 | 193 | You may charge any price or no price for each copy that you convey, 194 | and you may offer support or warranty protection for a fee. 195 | 196 | 5. Conveying Modified Source Versions. 197 | 198 | You may convey a work based on the Program, or the modifications to 199 | produce it from the Program, in the form of source code under the 200 | terms of section 4, provided that you also meet all of these conditions: 201 | 202 | a) The work must carry prominent notices stating that you modified 203 | it, and giving a relevant date. 204 | 205 | b) The work must carry prominent notices stating that it is 206 | released under this License and any conditions added under section 207 | 7. This requirement modifies the requirement in section 4 to 208 | "keep intact all notices". 209 | 210 | c) You must license the entire work, as a whole, under this 211 | License to anyone who comes into possession of a copy. This 212 | License will therefore apply, along with any applicable section 7 213 | additional terms, to the whole of the work, and all its parts, 214 | regardless of how they are packaged. This License gives no 215 | permission to license the work in any other way, but it does not 216 | invalidate such permission if you have separately received it. 217 | 218 | d) If the work has interactive user interfaces, each must display 219 | Appropriate Legal Notices; however, if the Program has interactive 220 | interfaces that do not display Appropriate Legal Notices, your 221 | work need not make them do so. 222 | 223 | A compilation of a covered work with other separate and independent 224 | works, which are not by their nature extensions of the covered work, 225 | and which are not combined with it such as to form a larger program, 226 | in or on a volume of a storage or distribution medium, is called an 227 | "aggregate" if the compilation and its resulting copyright are not 228 | used to limit the access or legal rights of the compilation's users 229 | beyond what the individual works permit. Inclusion of a covered work 230 | in an aggregate does not cause this License to apply to the other 231 | parts of the aggregate. 232 | 233 | 6. Conveying Non-Source Forms. 234 | 235 | You may convey a covered work in object code form under the terms 236 | of sections 4 and 5, provided that you also convey the 237 | machine-readable Corresponding Source under the terms of this License, 238 | in one of these ways: 239 | 240 | a) Convey the object code in, or embodied in, a physical product 241 | (including a physical distribution medium), accompanied by the 242 | Corresponding Source fixed on a durable physical medium 243 | customarily used for software interchange. 244 | 245 | b) Convey the object code in, or embodied in, a physical product 246 | (including a physical distribution medium), accompanied by a 247 | written offer, valid for at least three years and valid for as 248 | long as you offer spare parts or customer support for that product 249 | model, to give anyone who possesses the object code either (1) a 250 | copy of the Corresponding Source for all the software in the 251 | product that is covered by this License, on a durable physical 252 | medium customarily used for software interchange, for a price no 253 | more than your reasonable cost of physically performing this 254 | conveying of source, or (2) access to copy the 255 | Corresponding Source from a network server at no charge. 256 | 257 | c) Convey individual copies of the object code with a copy of the 258 | written offer to provide the Corresponding Source. This 259 | alternative is allowed only occasionally and noncommercially, and 260 | only if you received the object code with such an offer, in accord 261 | with subsection 6b. 262 | 263 | d) Convey the object code by offering access from a designated 264 | place (gratis or for a charge), and offer equivalent access to the 265 | Corresponding Source in the same way through the same place at no 266 | further charge. You need not require recipients to copy the 267 | Corresponding Source along with the object code. If the place to 268 | copy the object code is a network server, the Corresponding Source 269 | may be on a different server (operated by you or a third party) 270 | that supports equivalent copying facilities, provided you maintain 271 | clear directions next to the object code saying where to find the 272 | Corresponding Source. Regardless of what server hosts the 273 | Corresponding Source, you remain obligated to ensure that it is 274 | available for as long as needed to satisfy these requirements. 275 | 276 | e) Convey the object code using peer-to-peer transmission, provided 277 | you inform other peers where the object code and Corresponding 278 | Source of the work are being offered to the general public at no 279 | charge under subsection 6d. 280 | 281 | A separable portion of the object code, whose source code is excluded 282 | from the Corresponding Source as a System Library, need not be 283 | included in conveying the object code work. 284 | 285 | A "User Product" is either (1) a "consumer product", which means any 286 | tangible personal property which is normally used for personal, family, 287 | or household purposes, or (2) anything designed or sold for incorporation 288 | into a dwelling. In determining whether a product is a consumer product, 289 | doubtful cases shall be resolved in favor of coverage. For a particular 290 | product received by a particular user, "normally used" refers to a 291 | typical or common use of that class of product, regardless of the status 292 | of the particular user or of the way in which the particular user 293 | actually uses, or expects or is expected to use, the product. A product 294 | is a consumer product regardless of whether the product has substantial 295 | commercial, industrial or non-consumer uses, unless such uses represent 296 | the only significant mode of use of the product. 297 | 298 | "Installation Information" for a User Product means any methods, 299 | procedures, authorization keys, or other information required to install 300 | and execute modified versions of a covered work in that User Product from 301 | a modified version of its Corresponding Source. The information must 302 | suffice to ensure that the continued functioning of the modified object 303 | code is in no case prevented or interfered with solely because 304 | modification has been made. 305 | 306 | If you convey an object code work under this section in, or with, or 307 | specifically for use in, a User Product, and the conveying occurs as 308 | part of a transaction in which the right of possession and use of the 309 | User Product is transferred to the recipient in perpetuity or for a 310 | fixed term (regardless of how the transaction is characterized), the 311 | Corresponding Source conveyed under this section must be accompanied 312 | by the Installation Information. But this requirement does not apply 313 | if neither you nor any third party retains the ability to install 314 | modified object code on the User Product (for example, the work has 315 | been installed in ROM). 316 | 317 | The requirement to provide Installation Information does not include a 318 | requirement to continue to provide support service, warranty, or updates 319 | for a work that has been modified or installed by the recipient, or for 320 | the User Product in which it has been modified or installed. Access to a 321 | network may be denied when the modification itself materially and 322 | adversely affects the operation of the network or violates the rules and 323 | protocols for communication across the network. 324 | 325 | Corresponding Source conveyed, and Installation Information provided, 326 | in accord with this section must be in a format that is publicly 327 | documented (and with an implementation available to the public in 328 | source code form), and must require no special password or key for 329 | unpacking, reading or copying. 330 | 331 | 7. Additional Terms. 332 | 333 | "Additional permissions" are terms that supplement the terms of this 334 | License by making exceptions from one or more of its conditions. 335 | Additional permissions that are applicable to the entire Program shall 336 | be treated as though they were included in this License, to the extent 337 | that they are valid under applicable law. If additional permissions 338 | apply only to part of the Program, that part may be used separately 339 | under those permissions, but the entire Program remains governed by 340 | this License without regard to the additional permissions. 341 | 342 | When you convey a copy of a covered work, you may at your option 343 | remove any additional permissions from that copy, or from any part of 344 | it. (Additional permissions may be written to require their own 345 | removal in certain cases when you modify the work.) You may place 346 | additional permissions on material, added by you to a covered work, 347 | for which you have or can give appropriate copyright permission. 348 | 349 | Notwithstanding any other provision of this License, for material you 350 | add to a covered work, you may (if authorized by the copyright holders of 351 | that material) supplement the terms of this License with terms: 352 | 353 | a) Disclaiming warranty or limiting liability differently from the 354 | terms of sections 15 and 16 of this License; or 355 | 356 | b) Requiring preservation of specified reasonable legal notices or 357 | author attributions in that material or in the Appropriate Legal 358 | Notices displayed by works containing it; or 359 | 360 | c) Prohibiting misrepresentation of the origin of that material, or 361 | requiring that modified versions of such material be marked in 362 | reasonable ways as different from the original version; or 363 | 364 | d) Limiting the use for publicity purposes of names of licensors or 365 | authors of the material; or 366 | 367 | e) Declining to grant rights under trademark law for use of some 368 | trade names, trademarks, or service marks; or 369 | 370 | f) Requiring indemnification of licensors and authors of that 371 | material by anyone who conveys the material (or modified versions of 372 | it) with contractual assumptions of liability to the recipient, for 373 | any liability that these contractual assumptions directly impose on 374 | those licensors and authors. 375 | 376 | All other non-permissive additional terms are considered "further 377 | restrictions" within the meaning of section 10. If the Program as you 378 | received it, or any part of it, contains a notice stating that it is 379 | governed by this License along with a term that is a further 380 | restriction, you may remove that term. If a license document contains 381 | a further restriction but permits relicensing or conveying under this 382 | License, you may add to a covered work material governed by the terms 383 | of that license document, provided that the further restriction does 384 | not survive such relicensing or conveying. 385 | 386 | If you add terms to a covered work in accord with this section, you 387 | must place, in the relevant source files, a statement of the 388 | additional terms that apply to those files, or a notice indicating 389 | where to find the applicable terms. 390 | 391 | Additional terms, permissive or non-permissive, may be stated in the 392 | form of a separately written license, or stated as exceptions; 393 | the above requirements apply either way. 394 | 395 | 8. Termination. 396 | 397 | You may not propagate or modify a covered work except as expressly 398 | provided under this License. Any attempt otherwise to propagate or 399 | modify it is void, and will automatically terminate your rights under 400 | this License (including any patent licenses granted under the third 401 | paragraph of section 11). 402 | 403 | However, if you cease all violation of this License, then your 404 | license from a particular copyright holder is reinstated (a) 405 | provisionally, unless and until the copyright holder explicitly and 406 | finally terminates your license, and (b) permanently, if the copyright 407 | holder fails to notify you of the violation by some reasonable means 408 | prior to 60 days after the cessation. 409 | 410 | Moreover, your license from a particular copyright holder is 411 | reinstated permanently if the copyright holder notifies you of the 412 | violation by some reasonable means, this is the first time you have 413 | received notice of violation of this License (for any work) from that 414 | copyright holder, and you cure the violation prior to 30 days after 415 | your receipt of the notice. 416 | 417 | Termination of your rights under this section does not terminate the 418 | licenses of parties who have received copies or rights from you under 419 | this License. If your rights have been terminated and not permanently 420 | reinstated, you do not qualify to receive new licenses for the same 421 | material under section 10. 422 | 423 | 9. Acceptance Not Required for Having Copies. 424 | 425 | You are not required to accept this License in order to receive or 426 | run a copy of the Program. Ancillary propagation of a covered work 427 | occurring solely as a consequence of using peer-to-peer transmission 428 | to receive a copy likewise does not require acceptance. However, 429 | nothing other than this License grants you permission to propagate or 430 | modify any covered work. These actions infringe copyright if you do 431 | not accept this License. Therefore, by modifying or propagating a 432 | covered work, you indicate your acceptance of this License to do so. 433 | 434 | 10. Automatic Licensing of Downstream Recipients. 435 | 436 | Each time you convey a covered work, the recipient automatically 437 | receives a license from the original licensors, to run, modify and 438 | propagate that work, subject to this License. You are not responsible 439 | for enforcing compliance by third parties with this License. 440 | 441 | An "entity transaction" is a transaction transferring control of an 442 | organization, or substantially all assets of one, or subdividing an 443 | organization, or merging organizations. If propagation of a covered 444 | work results from an entity transaction, each party to that 445 | transaction who receives a copy of the work also receives whatever 446 | licenses to the work the party's predecessor in interest had or could 447 | give under the previous paragraph, plus a right to possession of the 448 | Corresponding Source of the work from the predecessor in interest, if 449 | the predecessor has it or can get it with reasonable efforts. 450 | 451 | You may not impose any further restrictions on the exercise of the 452 | rights granted or affirmed under this License. For example, you may 453 | not impose a license fee, royalty, or other charge for exercise of 454 | rights granted under this License, and you may not initiate litigation 455 | (including a cross-claim or counterclaim in a lawsuit) alleging that 456 | any patent claim is infringed by making, using, selling, offering for 457 | sale, or importing the Program or any portion of it. 458 | 459 | 11. Patents. 460 | 461 | A "contributor" is a copyright holder who authorizes use under this 462 | License of the Program or a work on which the Program is based. The 463 | work thus licensed is called the contributor's "contributor version". 464 | 465 | A contributor's "essential patent claims" are all patent claims 466 | owned or controlled by the contributor, whether already acquired or 467 | hereafter acquired, that would be infringed by some manner, permitted 468 | by this License, of making, using, or selling its contributor version, 469 | but do not include claims that would be infringed only as a 470 | consequence of further modification of the contributor version. For 471 | purposes of this definition, "control" includes the right to grant 472 | patent sublicenses in a manner consistent with the requirements of 473 | this License. 474 | 475 | Each contributor grants you a non-exclusive, worldwide, royalty-free 476 | patent license under the contributor's essential patent claims, to 477 | make, use, sell, offer for sale, import and otherwise run, modify and 478 | propagate the contents of its contributor version. 479 | 480 | In the following three paragraphs, a "patent license" is any express 481 | agreement or commitment, however denominated, not to enforce a patent 482 | (such as an express permission to practice a patent or covenant not to 483 | sue for patent infringement). To "grant" such a patent license to a 484 | party means to make such an agreement or commitment not to enforce a 485 | patent against the party. 486 | 487 | If you convey a covered work, knowingly relying on a patent license, 488 | and the Corresponding Source of the work is not available for anyone 489 | to copy, free of charge and under the terms of this License, through a 490 | publicly available network server or other readily accessible means, 491 | then you must either (1) cause the Corresponding Source to be so 492 | available, or (2) arrange to deprive yourself of the benefit of the 493 | patent license for this particular work, or (3) arrange, in a manner 494 | consistent with the requirements of this License, to extend the patent 495 | license to downstream recipients. "Knowingly relying" means you have 496 | actual knowledge that, but for the patent license, your conveying the 497 | covered work in a country, or your recipient's use of the covered work 498 | in a country, would infringe one or more identifiable patents in that 499 | country that you have reason to believe are valid. 500 | 501 | If, pursuant to or in connection with a single transaction or 502 | arrangement, you convey, or propagate by procuring conveyance of, a 503 | covered work, and grant a patent license to some of the parties 504 | receiving the covered work authorizing them to use, propagate, modify 505 | or convey a specific copy of the covered work, then the patent license 506 | you grant is automatically extended to all recipients of the covered 507 | work and works based on it. 508 | 509 | A patent license is "discriminatory" if it does not include within 510 | the scope of its coverage, prohibits the exercise of, or is 511 | conditioned on the non-exercise of one or more of the rights that are 512 | specifically granted under this License. You may not convey a covered 513 | work if you are a party to an arrangement with a third party that is 514 | in the business of distributing software, under which you make payment 515 | to the third party based on the extent of your activity of conveying 516 | the work, and under which the third party grants, to any of the 517 | parties who would receive the covered work from you, a discriminatory 518 | patent license (a) in connection with copies of the covered work 519 | conveyed by you (or copies made from those copies), or (b) primarily 520 | for and in connection with specific products or compilations that 521 | contain the covered work, unless you entered into that arrangement, 522 | or that patent license was granted, prior to 28 March 2007. 523 | 524 | Nothing in this License shall be construed as excluding or limiting 525 | any implied license or other defenses to infringement that may 526 | otherwise be available to you under applicable patent law. 527 | 528 | 12. No Surrender of Others' Freedom. 529 | 530 | If conditions are imposed on you (whether by court order, agreement or 531 | otherwise) that contradict the conditions of this License, they do not 532 | excuse you from the conditions of this License. If you cannot convey a 533 | covered work so as to satisfy simultaneously your obligations under this 534 | License and any other pertinent obligations, then as a consequence you may 535 | not convey it at all. For example, if you agree to terms that obligate you 536 | to collect a royalty for further conveying from those to whom you convey 537 | the Program, the only way you could satisfy both those terms and this 538 | License would be to refrain entirely from conveying the Program. 539 | 540 | 13. Remote Network Interaction; Use with the GNU General Public License. 541 | 542 | Notwithstanding any other provision of this License, if you modify the 543 | Program, your modified version must prominently offer all users 544 | interacting with it remotely through a computer network (if your version 545 | supports such interaction) an opportunity to receive the Corresponding 546 | Source of your version by providing access to the Corresponding Source 547 | from a network server at no charge, through some standard or customary 548 | means of facilitating copying of software. This Corresponding Source 549 | shall include the Corresponding Source for any work covered by version 3 550 | of the GNU General Public License that is incorporated pursuant to the 551 | following paragraph. 552 | 553 | Notwithstanding any other provision of this License, you have 554 | permission to link or combine any covered work with a work licensed 555 | under version 3 of the GNU General Public License into a single 556 | combined work, and to convey the resulting work. The terms of this 557 | License will continue to apply to the part which is the covered work, 558 | but the work with which it is combined will remain governed by version 559 | 3 of the GNU General Public License. 560 | 561 | 14. Revised Versions of this License. 562 | 563 | The Free Software Foundation may publish revised and/or new versions of 564 | the GNU Affero General Public License from time to time. Such new versions 565 | will be similar in spirit to the present version, but may differ in detail to 566 | address new problems or concerns. 567 | 568 | Each version is given a distinguishing version number. If the 569 | Program specifies that a certain numbered version of the GNU Affero General 570 | Public License "or any later version" applies to it, you have the 571 | option of following the terms and conditions either of that numbered 572 | version or of any later version published by the Free Software 573 | Foundation. If the Program does not specify a version number of the 574 | GNU Affero General Public License, you may choose any version ever published 575 | by the Free Software Foundation. 576 | 577 | If the Program specifies that a proxy can decide which future 578 | versions of the GNU Affero General Public License can be used, that proxy's 579 | public statement of acceptance of a version permanently authorizes you 580 | to choose that version for the Program. 581 | 582 | Later license versions may give you additional or different 583 | permissions. However, no additional obligations are imposed on any 584 | author or copyright holder as a result of your choosing to follow a 585 | later version. 586 | 587 | 15. Disclaimer of Warranty. 588 | 589 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 590 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 591 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 592 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 593 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 594 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 595 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 596 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 597 | 598 | 16. Limitation of Liability. 599 | 600 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 601 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 602 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 603 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 604 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 605 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 606 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 607 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 608 | SUCH DAMAGES. 609 | 610 | 17. Interpretation of Sections 15 and 16. 611 | 612 | If the disclaimer of warranty and limitation of liability provided 613 | above cannot be given local legal effect according to their terms, 614 | reviewing courts shall apply local law that most closely approximates 615 | an absolute waiver of all civil liability in connection with the 616 | Program, unless a warranty or assumption of liability accompanies a 617 | copy of the Program in return for a fee. 618 | 619 | END OF TERMS AND CONDITIONS 620 | 621 | How to Apply These Terms to Your New Programs 622 | 623 | If you develop a new program, and you want it to be of the greatest 624 | possible use to the public, the best way to achieve this is to make it 625 | free software which everyone can redistribute and change under these terms. 626 | 627 | To do so, attach the following notices to the program. It is safest 628 | to attach them to the start of each source file to most effectively 629 | state the exclusion of warranty; and each file should have at least 630 | the "copyright" line and a pointer to where the full notice is found. 631 | 632 | 633 | Copyright (C) 634 | 635 | This program is free software: you can redistribute it and/or modify 636 | it under the terms of the GNU Affero General Public License as published 637 | by the Free Software Foundation, either version 3 of the License, or 638 | (at your option) any later version. 639 | 640 | This program is distributed in the hope that it will be useful, 641 | but WITHOUT ANY WARRANTY; without even the implied warranty of 642 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 643 | GNU Affero General Public License for more details. 644 | 645 | You should have received a copy of the GNU Affero General Public License 646 | along with this program. If not, see . 647 | 648 | Also add information on how to contact you by electronic and paper mail. 649 | 650 | If your software can interact with users remotely through a computer 651 | network, you should also make sure that it provides a way for users to 652 | get its source. For example, if your program is a web application, its 653 | interface could display a "Source" link that leads users to an archive 654 | of the code. There are many ways you could offer source, and different 655 | solutions will be better for different programs; see section 13 for the 656 | specific requirements. 657 | 658 | You should also get your employer (if you work as a programmer) or school, 659 | if any, to sign a "copyright disclaimer" for the program, if necessary. 660 | For more information on this, and how to apply and follow the GNU AGPL, see 661 | . 662 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # navigation 2 | 商超室内导航演示项目(移动端) 3 | 4 | ![](http://refined-x.com/asset/navigation-demo.png) 5 | -------------------------------------------------------------------------------- /css/app.82afafaa.css: -------------------------------------------------------------------------------- 1 | .naviWrap[data-v-d49018ae]{height:100%;overflow:auto}.sideGroup[data-v-d49018ae]{position:fixed;right:.5em;top:.5em;z-index:9}.sideGroup ._group[data-v-d49018ae]{background:#fff;-webkit-box-shadow:0 0 2px #ccc;box-shadow:0 0 2px #ccc;border-radius:6px;overflow:hidden;margin-bottom:10px}.sideGroup ._trigger[data-v-d49018ae]{display:block;width:1.7em;height:1.7em;line-height:1.7em;text-align:center;font-size:1.5em;border:0;background:#fff}.sideGroup ._trigger[data-v-d49018ae]:active{background:#ccc}.sideGroup .unread[data-v-d49018ae]{color:red;-webkit-animation:shake-hard-data-v-d49018ae 3s infinite;animation:shake-hard-data-v-d49018ae 3s infinite;-webkit-transform-origin:center 30%;transform-origin:center 30%}@-webkit-keyframes shake-hard-data-v-d49018ae{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}52%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}54%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}56%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}58%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}60%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}62%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}64%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}66%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}68%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}70%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}72%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}74%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}76%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}78%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}80%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}82%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}84%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}86%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}88%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}90%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}92%{-webkit-transform:rotate(-3.5deg);transform:rotate(-3.5deg)}94%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}96%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}98%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}@keyframes shake-hard-data-v-d49018ae{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}52%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}54%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}56%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}58%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}60%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}62%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}64%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}66%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}68%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}70%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}72%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}74%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}76%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}78%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}80%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}82%{-webkit-transform:rotate(1deg);transform:rotate(1deg)}84%{-webkit-transform:rotate(-3deg);transform:rotate(-3deg)}86%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}88%{-webkit-transform:rotate(-1deg);transform:rotate(-1deg)}90%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}92%{-webkit-transform:rotate(-3.5deg);transform:rotate(-3.5deg)}94%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}96%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}98%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}}.view[data-v-d49018ae]{height:100%;overflow:scroll;background:#fff}.mapCont[data-v-d49018ae]{background-repeat:no-repeat;background-size:100% auto;width:1000px;height:1000px;-webkit-transform:scale(.5);transform:scale(.5)}.layer[data-v-d49018ae]{position:absolute;left:0;top:0;width:100%;height:100}.nav-item[data-v-d49018ae]{position:relative;color:#666;margin:2em 1em}.nav-item[data-v-d49018ae]:before{content:"";position:absolute;left:-1em;top:50%;width:0;height:0;overflow:hidden;border:6px solid;border-color:transparent transparent transparent #666;margin-top:-6px}.aimMarker[data-v-d49018ae]{color:#999;padding:.5em .5em 1em;border-bottom:1px solid #eee}.aimMarker ._point[data-v-d49018ae]{color:#666}.wrap[data-v-31f82359]{height:100%;overflow-x:hidden;overflow-y:auto;-webkit-perspective:4000px;perspective:4000px}.floors[data-v-31f82359],.wrap[data-v-31f82359]{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.floors[data-v-31f82359]{position:relative;margin:auto;width:300px;-webkit-transition:all 1.5s ease;transition:all 1.5s ease;padding-bottom:210px}.floors[data-v-31f82359]:before{content:"";position:absolute;left:39%;top:0;height:100%;border-left:1px solid #ccc;z-index:1}.floors li[data-v-31f82359]{position:relative;-webkit-transform-origin:center top;transform-origin:center top;-webkit-transition:all .7s ease;transition:all .7s ease;cursor:pointer;-webkit-transform:rotateX(70deg) translateX(114px) translateY(36px) translateZ(-100px);transform:rotateX(70deg) translateX(114px) translateY(36px) translateZ(-100px);border-radius:5px;height:300px;width:100%;margin:-300px 0;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;background-repeat:no-repeat;background-size:auto 100%;background-position:50%;background-color:#fff;border:1px solid #eee;z-index:2}.floors li ._t[data-v-31f82359]{position:absolute;right:0;bottom:0;padding:0 1em;font-size:24px;font-weight:700;color:rgba(0,0,0,.6);-webkit-transition:all .5s ease;transition:all .5s ease}.floors.show[data-v-31f82359]{-webkit-transform:rotateY(-40deg);transform:rotateY(-40deg)}.floors.show li[data-v-31f82359]{margin:0 0 -150px}.floors.show li ._t[data-v-31f82359]{-webkit-transform:rotateX(-70deg) rotateY(40deg) translateX(130px) translateZ(100px);transform:rotateX(-70deg) rotateY(40deg) translateX(130px) translateZ(100px)}.floors li.cur[data-v-31f82359]{-webkit-transform:rotateX(0deg) rotateY(40deg) translateY(60px) translateZ(600px);transform:rotateX(0deg) rotateY(40deg) translateY(60px) translateZ(600px);z-index:3}.floors.show li.cur ._t[data-v-31f82359]{-webkit-transform:translateX(-50px) translateY(-120px) translateZ(400px);transform:translateX(-50px) translateY(-120px) translateZ(400px);font-size:42px}.searchPage[data-v-fd06c7c6],body,html{height:100%}body,html{margin:0;padding:0}#app{width:100%;height:100%;background:#f5f5f5;overflow:auto}@font-face{font-family:iconfont;src:url(data:font/woff;base64,d09GRgABAAAAAAeAAAsAAAAAC1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAARAAAAFY8d0i4Y21hcAAAAYAAAABpAAABsszCndBnbHlmAAAB7AAAA20AAAToikGKG2hlYWQAAAVcAAAAMQAAADYT69/YaGhlYQAABZAAAAAeAAAAJAffA4VobXR4AAAFsAAAABIAAAAUFAD//2xvY2EAAAXEAAAADAAAAAwDZAQkbWF4cAAABdAAAAAfAAAAIAEYANZuYW1lAAAF8AAAAUUAAAJtPlT+fXBvc3QAAAc4AAAARwAAAFkkjl1FeJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2BkYWCcwMDKwMHUyXSGgYGhH0IzvmYwYuRgYGBiYGVmwAoC0lxTGByeMTw7xtzwv4EhhrmBoREozAiSAwDr4AyqeJztkcENgCAMRV8BjSFOwdkh3MBFPDkko3QNLJSDQ/ibR+hP20MLLEA0DiOBPAhdt7ky/EgefuK0PLMRCIoWvbS2Bt//lFidR58erNdmycqvfbznzFLfntOvoMWxjaGXM2qqg7z40BnvAAAAeJyNU89v22QY/l5/+ew6P2ylcew2IYlqx3Y2aVnnOM5+EPoLLhMSNL9K17U9oG1nuHCBtRW3jUqUgco/gIaEYEgDlGmISmslOkCTuHCakECVOMKlOTUOr1Nou+6w+fB+j9/H7+fHfp6PiIT03qdd+h4ZImfIRfImeZd8Qu6QNnlICNPtItiWW3kJKp6jZUFTFUECgad6f1H6LadPu/1H6TMm1CMT1nNNPP2OhFsFXJHMAJYk8iPIlotg4pKFHBhaEdxK2fUugKNqSVXhOXJ14dJNG6+blxZ+OYRX51u1JSOfN5Zqze+bB3Dh2uLcql0o2Ktzi48O4bUr87M3LBss68bs/E9H8JXFVn3FME1jpd764RAuXm5OX9fzef36dLN9CKswMzExA0M5gEIG1KwNkPN/h/HR0XGAnbdjg1FR4AURIoPvHNe7D+mmGai8f6C9db9ZW9bze2ePK96H9G/7f8WmbZsH4veqxxXvQ7p+XPI+9Fcod36ixXGtifOMmanHgXQ7+zhlvhxIHx+t/gPxjHhCEEXhhJiJE4wQ5utz+hudITLJkQp5hdQJgRGdT8YVtTTieJV4EajCGyO6VY67HrbUpOlUSgy9RJd1dLjIGVizgb0lB800bMvwKqaj5kDVdBnD4Hr09t7XSjqt0NeVFEDqjBTuDodjsTD3V1jqTpkz3+HoJMdNOqnieqO+Xkw5UwBT3FuiIgZjs2NG4pwfFhPixXMJY/wN7HEvppXuzwHJlZV091GwG/wa1A8BcCPcQG2cPt1QYcpxJj9lfLqQBpCyozwzMzKgiEKakFCv1/ssBHSODJMSeZVMB6fKss0iVAGTfQGY6XhjkFR4gfH2EUYrITPGPUG4+NUe/gKNZYPkMwnsU2Aw8KOa5DcSkqCepBS+hW84JVqQB/1aeugpJqweZWKyJMFXOQVv4E5U5uSYX5OGB+BLv875jTlB2IiWkwKLKtvbEZYQtHJ4I/Ljf91QLAHb23xsUFDLkQ3pocA/EDQ9I/4pDYh/DLxgpPgNNvDa3Z0djAGhmIMl2qPLJEI0YmAG+pZqfZcpGt0/uqiC2RZ6js46ngt32x3GOu12JxTqtG9t0tDW2tpWiNuEL1bl/DAnf4CVLrPde+1dxnbb93b3OvjIxw9oaPOjta3bq1ImH8Nikn8BLfwPtgAAAHicY2BkYGAA4mU/LZnj+W2+MnCzMIDAjTTfdzD6////9SyMzA1ALgcDE0gUAFDRDIwAAAB4nGNgZGBgbvjfwBDDwvAfCFgYGYAiKIAVAKDEBmsAAHicY2FgYGCB4///QTQAC/kCEwAAAAAAAAEwAbACNAJ0eJxjYGRgYGBlOMXAyQACTEDMBYQMDP/BfAYAHVoB7wB4nGWPTU7DMBCFX/oHpBKqqGCH5AViASj9EatuWFRq911036ZOmyqJI8et1ANwHo7ACTgC3IA78EgnmzaWx9+8eWNPANzgBx6O3y33kT1cMjtyDRe4F65TfxBukF+Em2jjVbhF/U3YxzOmwm10YXmD17hi9oR3YQ8dfAjXcI1P4Tr1L+EG+Vu4iTv8CrfQ8erCPuZeV7iNRy/2x1YvnF6p5UHFockikzm/gple75KFrdLqnGtbxCZTg6BfSVOdaVvdU+zXQ+ciFVmTqgmrOkmMyq3Z6tAFG+fyUa8XiR6EJuVYY/62xgKOcQWFJQ6MMUIYZIjK6Og7VWb0r7FDwl57Vj3N53RbFNT/c4UBAvTPXFO6stJ5Ok+BPV8bUnV0K27LnpQ0kV7NSRKyQl7WtlRC6gE2ZVeOEXpc0Yk/KGdI/wAJWm7IAAAAeJxjYGKAAC4G7ICVkYmRmZGFkZWRjYGnuDQ/JTMvPTe/OCOTLS2xIjMxjz0nvzQ5NS+dtzi/FCgdn1GamJSYx8AAAH5+EEoA) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(../img/iconfont.1be45c12.svg#iconfont) format("svg")}.ion{font-family:iconfont!important;font-size:1.1em;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flex-col{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-ms-flex-direction:column}.flex-col,.flex-row{overflow:hidden;display:-ms-box;display:-ms-flexbox;display:-webkit-box;display:flex}.flex-1{-ms-flex:1;-webkit-box-flex:1;flex:1;min-width:0}.flex-2{-ms-flex:2;-webkit-box-flex:2;flex:2;min-width:0}.flex-3{-ms-flex:3;-webkit-box-flex:3;flex:3;min-width:0}.flex-4{-ms-flex:4;-webkit-box-flex:4;flex:4;min-width:0}.align-stretch{-ms-align-items:stretch;-ms-flex-align:stretch;-webkit-box-align:stretch;align-items:stretch}.align-center{-ms-align-items:center;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.justify-center{-ms-box-pack:center;-ms-flex-pack:center;-webkit-box-pack:center;justify-content:center}.child-view{position:absolute;-webkit-transition:all .5s cubic-bezier(.55,0,.1,1);transition:all .5s cubic-bezier(.55,0,.1,1);width:100%}.slide-left-enter,.slide-right-leave-active{opacity:0;-webkit-transform:translate(30px);transform:translate(30px)}.slide-left-leave-active,.slide-right-enter{opacity:0;-webkit-transform:translate(-30px);transform:translate(-30px)}.el{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.m{margin:.5em}.scrollcont{overflow-x:hidden;overflow-y:auto}.svgArea{stroke-width:.4;stroke:#ec6707;fill:#f8d1b5}.svgArea.active{fill:#c9e3ca!important;stroke:#adf3af!important}.svgArea.isBlock{fill:#fff!important;stroke:#fff!important}polyline.basePath{fill:none;stroke:#ec6707;stroke-width:2}polyline.resultPath{fill:none;stroke:#22ac38;stroke-width:6}polyline.is_current{-webkit-animation:currentPath .7s infinite;animation:currentPath .7s infinite}@-webkit-keyframes currentPath{0%{stroke:#ec6707}50%{stroke:#22ac38}to{stroke:#ec6707}}@keyframes currentPath{0%{stroke:#ec6707}50%{stroke:#22ac38}to{stroke:#ec6707}}.mapFloat{background:none;pointer-events:none}.mapFloat:empty{z-index:-1}.mapFloat.handle{pointer-events:auto}.mapFloat ._title{position:absolute;pointer-events:none;font-size:14px;color:#434343;text-shadow:0 0 4px #fff}.extend-info{margin:1em;color:#999}.extend-info h3{color:#333;height:2em;line-height:2em;overflow:hidden}.extend-info p{color:#666;font-size:.9em}.extend-info ._t{color:#434343}.extend-info ._message{margin-top:1.5em;font-size:.9em;color:#333}.extend-info ._message i{color:#fc9153}.cube-nav-step-1 .cube-extend-popup-content,.cube-nav-step-2 .cube-extend-popup-content,.cube-nav-step-3 .cube-extend-popup-content{background:#fff;padding:1em;border:1px solid #eee;overflow:hidden}.globalMessageDialog{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:99}.globalMessageDialog ._layer{position:absolute;left:1rem;right:1rem;top:10vh;bottom:10vh;background:#fff;border-radius:10px;overflow:hidden}.globalMessageDialog ._hd{position:relative;height:44px;line-height:44px;text-align:center;background-color:#edf0f4;-webkit-box-shadow:0 1px 6px #ccc;box-shadow:0 1px 6px #ccc}.globalMessageDialog ._hd h1{font-size:16px;font-weight:700}.globalMessageDialog ._close{position:absolute;top:0;left:0;padding:0 15px;color:#fc9153}.shopList .cube-scroll-item{height:auto;padding-top:.5em;padding-bottom:.5em;padding-right:20px;line-height:1.7}.shopList .cube-scroll-item ._tit{line-height:2;font-size:16px}.shopList .cube-scroll-item ._ico{color:#fc9153}.shopList .cube-scroll-item ._msg{font-size:14px;color:#666}.shopList .cube-scroll-item ._shop{font-size:12px;color:#fc9153}.shopList .cube-scroll-item em{font-style:normal;color:red}.footNav{position:fixed;left:0;right:0;bottom:0;background:#fff;z-index:1}.footNav:after{content:"";position:absolute;top:0;background:#ccc;width:100%;height:1px;-webkit-transform:scaleY(.5);transform:scaleY(.5);-webkit-transform-origin:0 0;transform-origin:0 0}.footNav li{color:#999}.footNav li .ion{color:#fc9153} -------------------------------------------------------------------------------- /css/chunk-7ff6e9a6.c5e32fb2.css: -------------------------------------------------------------------------------- 1 | .zhibei[data-v-056fed3c]{position:fixed;left:.5em;top:.5em;width:3em;height:3em;background:url(../img/zhibei.d588ffe5.png) 50% no-repeat hsla(0,0%,100%,.7);background-size:contain;z-index:9;border:1px solid #f5f5f5;-webkit-box-shadow:1px 1px 1px #eee;box-shadow:1px 1px 1px #eee;border-radius:50%;overflow:hidden} -------------------------------------------------------------------------------- /css/chunk-vendors.23b6f70c.css: -------------------------------------------------------------------------------- 1 | a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,input,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font-weight:400;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:none}table{border-collapse:collapse;border-spacing:0}a{color:#7e8c8d;text-decoration:none}li{list-style:none}body{-webkit-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{line-height:1;font-family:PingFang SC,STHeitiSC-Light,Helvetica-Light,arial,sans-serif;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.clear-fix:after{content:"";display:table;clear:both}.border-bottom-1px,.border-left-1px,.border-right-1px,.border-top-1px{position:relative}.border-bottom-1px:after,.border-bottom-1px:before,.border-left-1px:after,.border-left-1px:before,.border-right-1px:after,.border-right-1px:before,.border-top-1px:after,.border-top-1px:before{content:"";display:block;position:absolute;-webkit-transform-origin:0 0;transform-origin:0 0}.border-top-1px:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;-webkit-transform-origin:0 top;transform-origin:0 top}.border-right-1px:after{border-right:1px solid #f5f5f5;top:0;right:0;height:100%;-webkit-transform-origin:right 0;transform-origin:right 0}.border-bottom-1px:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;-webkit-transform-origin:0 bottom;transform-origin:0 bottom}.border-left-1px:before{border-left:1px solid #f5f5f5;top:0;left:0;height:100%;-webkit-transform-origin:left 0;transform-origin:left 0}.cube-safe-area-pb{padding-bottom:constant(safe-area-inset-bottom)!important;padding-bottom:env(safe-area-inset-bottom)!important}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.border-top-1px:before{width:200%}.border-right-1px:after,.border-top-1px:before{-webkit-transform:scale(.5);transform:scale(.5)}.border-right-1px:after{height:200%}.border-bottom-1px:after{width:200%;-webkit-transform:scale(.5);transform:scale(.5)}.border-left-1px:before{height:200%;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.border-top-1px:before{width:300%}.border-right-1px:after,.border-top-1px:before{-webkit-transform:scale(.333);transform:scale(.333)}.border-right-1px:after{height:300%}.border-bottom-1px:after{width:300%}.border-bottom-1px:after,.border-left-1px:before{-webkit-transform:scale(.333);transform:scale(.333)}.border-left-1px:before{height:300%}}@font-face{font-family:cube-icon;src:url(data:application/font-woff;base64,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) format("woff"),url(../fonts/cubeic.dcc2b6f.dcc2b6f1.ttf) format("truetype")}[class*=" cubeic-"],[class^=cubeic-]{font-family:cube-icon!important;font-size:100%;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.cubeic-eye-invisible:before{content:"\E624"}.cubeic-eye-visible:before{content:"\E625"}.cubeic-square-right:before{content:"\E67D"}.cubeic-select:before{content:"\E609"}.cubeic-pulldown:before{content:"\E603"}.cubeic-pullup:before{content:"\E604"}.cubeic-more:before{content:"\E607"}.cubeic-back:before{content:"\E608"}.cubeic-arrow:before{content:"\E60B"}.cubeic-close:before{content:"\E60D"}.cubeic-warn:before{content:"\E614"}.cubeic-question:before{content:"\E616"}.cubeic-right:before{content:"\E617"}.cubeic-wrong:before{content:"\E618"}.cubeic-info:before{content:"\E619"}.cubeic-remove:before{content:"\E61A"}.cubeic-add:before{content:"\E61C"}.cubeic-share:before{content:"\E631"}.cubeic-no-wifi:before{content:"\E632"}.cubeic-smile:before{content:"\E634"}.cubeic-sad:before{content:"\E636"}.cubeic-email:before{content:"\E637"}.cubeic-game:before{content:"\E638"}.cubeic-wifi:before{content:"\E639"}.cubeic-hot:before{content:"\E63B"}.cubeic-notification:before{content:"\E63D"}.cubeic-delete:before{content:"\E63E"}.cubeic-vip:before{content:"\E63F"}.cubeic-mute:before{content:"\E640"}.cubeic-danger:before{content:"\E641"}.cubeic-volume:before{content:"\E642"}.cubeic-bad:before{content:"\E643"}.cubeic-mobile-phone:before{content:"\E644"}.cubeic-aim:before{content:"\E645"}.cubeic-navigation:before{content:"\E64D"}.cubeic-safe-pay:before{content:"\E64E"}.cubeic-tag:before{content:"\E64F"}.cubeic-lock:before{content:"\E651"}.cubeic-unlock:before{content:"\E652"}.cubeic-edit:before{content:"\E653"}.cubeic-scan:before{content:"\E654"}.cubeic-qr-code:before{content:"\E655"}.cubeic-calendar:before{content:"\E659"}.cubeic-time:before{content:"\E65F"}.cubeic-red-packet:before{content:"\E664"}.cubeic-star:before{content:"\E668"}.cubeic-setting:before{content:"\E669"}.cubeic-home:before{content:"\E66D"}.cubeic-credit-card:before{content:"\E66E"}.cubeic-mall:before{content:"\E670"}.cubeic-microphone:before{content:"\E673"}.cubeic-search:before{content:"\E674"}.cubeic-good:before{content:"\E675"}.cubeic-alert:before{content:"\E676"}.cubeic-picture:before{content:"\E677"}.cubeic-message:before{content:"\E678"}.cubeic-phone:before{content:"\E67A"}.cubeic-location:before{content:"\E67B"}.cubeic-like:before{content:"\E67C"}.cubeic-camera:before{content:"\E67E"}.cubeic-person:before{content:"\E67F"}.cubeic-round-border:before{content:"\E683"}.cubeic-important:before{content:"\E68B"}.cubeic-ok:before{content:"\E68C"}.cubeic-square-border:before{content:"\E990"}.cube-btn{display:block;margin:0;padding:17px 16px;width:100%;text-align:center;white-space:nowrap;cursor:pointer;font-size:16px;line-height:1;color:#fff;background:#4a4c5b;outline:none;border:none;border-radius:2px;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.cube-btn.cube-btn_active,.cube-btn:active{background:#444654}.cube-btn>i{display:inline-block;margin-right:4px;font-size:100%;-webkit-transform:scale(1.13);transform:scale(1.13);-webkit-transform-origin:right center;transform-origin:right center}.cube-btn-inline{width:auto;display:inline-block;vertical-align:middle;padding:9px 10px;font-size:12px}.cube-btn-inline>i{margin-right:2px;-webkit-transform:scale(1.14);transform:scale(1.14)}.cube-btn-primary{color:#fff;background:#fc9153}.cube-btn-primary.cube-btn_active,.cube-btn-primary:active{background:#e8864c}.cube-btn-light{color:#666;background:#fcfcfc;box-shadow:0 1px 3px rgba(0,0,0,.1)}.cube-btn-light.cube-btn_active,.cube-btn-light:active{background:#e8e8e8}.cube-btn-outline{color:#666;background:transparent;position:relative}.cube-btn-outline:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #666;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn-outline:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn-outline:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-btn-outline.cube-btn_active,.cube-btn-outline:active{background:rgba(0,0,0,.08);position:relative}.cube-btn-outline.cube-btn_active:after,.cube-btn-outline:active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #666;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn-outline.cube-btn_active:after,.cube-btn-outline:active:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn-outline.cube-btn_active:after,.cube-btn-outline:active:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-btn-outline-primary{color:#fc9153;background:transparent;position:relative}.cube-btn-outline-primary:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #fc9153;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn-outline-primary:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn-outline-primary:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-btn-outline-primary.cube-btn_active,.cube-btn-outline-primary:active{background:rgba(252,145,83,.08);position:relative}.cube-btn-outline-primary.cube-btn_active:after,.cube-btn-outline-primary:active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #e8864c;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn-outline-primary.cube-btn_active:after,.cube-btn-outline-primary:active:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn-outline-primary.cube-btn_active:after,.cube-btn-outline-primary:active:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-btn_disabled{color:#fff;background:#ccc;position:relative}.cube-btn_disabled:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn_disabled:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn_disabled:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-btn_disabled.cube-btn_active,.cube-btn_disabled:active{background:#ccc;position:relative}.cube-btn_disabled.cube-btn_active:after,.cube-btn_disabled:active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-btn_disabled.cube-btn_active:after,.cube-btn_disabled:active:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-btn_disabled.cube-btn_active:after,.cube-btn_disabled:active:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-loading{font-size:24px}.cube-loading-spinners{position:relative;display:block;width:1em;height:1em}.cube-loading-spinner{position:absolute;left:44.5%;top:37%;width:2px;height:25%;border-radius:50%/20%;opacity:.25;background-color:currentColor;-webkit-animation:spinner-fade 1s linear infinite;animation:spinner-fade 1s linear infinite}.cube-loading-spinner:first-child{-webkit-animation-delay:0s;animation-delay:0s;-webkit-transform:rotate(-150deg) translateY(-150%);transform:rotate(-150deg) translateY(-150%)}.cube-loading-spinner:nth-child(2){-webkit-animation-delay:.083333333333333s;animation-delay:.083333333333333s;-webkit-transform:rotate(-120deg) translateY(-150%);transform:rotate(-120deg) translateY(-150%)}.cube-loading-spinner:nth-child(3){-webkit-animation-delay:.166666666666667s;animation-delay:.166666666666667s;-webkit-transform:rotate(-90deg) translateY(-150%);transform:rotate(-90deg) translateY(-150%)}.cube-loading-spinner:nth-child(4){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-transform:rotate(-60deg) translateY(-150%);transform:rotate(-60deg) translateY(-150%)}.cube-loading-spinner:nth-child(5){-webkit-animation-delay:.333333333333333s;animation-delay:.333333333333333s;-webkit-transform:rotate(-30deg) translateY(-150%);transform:rotate(-30deg) translateY(-150%)}.cube-loading-spinner:nth-child(6){-webkit-animation-delay:.416666666666667s;animation-delay:.416666666666667s;-webkit-transform:rotate(0deg) translateY(-150%);transform:rotate(0deg) translateY(-150%)}.cube-loading-spinner:nth-child(7){-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-transform:rotate(30deg) translateY(-150%);transform:rotate(30deg) translateY(-150%)}.cube-loading-spinner:nth-child(8){-webkit-animation-delay:.583333333333333s;animation-delay:.583333333333333s;-webkit-transform:rotate(60deg) translateY(-150%);transform:rotate(60deg) translateY(-150%)}.cube-loading-spinner:nth-child(9){-webkit-animation-delay:.666666666666667s;animation-delay:.666666666666667s;-webkit-transform:rotate(90deg) translateY(-150%);transform:rotate(90deg) translateY(-150%)}.cube-loading-spinner:nth-child(10){-webkit-animation-delay:.75s;animation-delay:.75s;-webkit-transform:rotate(120deg) translateY(-150%);transform:rotate(120deg) translateY(-150%)}.cube-loading-spinner:nth-child(11){-webkit-animation-delay:.833333333333333s;animation-delay:.833333333333333s;-webkit-transform:rotate(150deg) translateY(-150%);transform:rotate(150deg) translateY(-150%)}.cube-loading-spinner:nth-child(12){-webkit-animation-delay:.916666666666667s;animation-delay:.916666666666667s;-webkit-transform:rotate(180deg) translateY(-150%);transform:rotate(180deg) translateY(-150%)}@-webkit-keyframes spinner-fade{0%{opacity:.85}50%{opacity:.25}to{opacity:.25}}@keyframes spinner-fade{0%{opacity:.85}50%{opacity:.25}to{opacity:.25}}.cube-tip{display:-webkit-box;display:-webkit-flex;display:flex;z-index:10;position:absolute;padding:10px 38px 10px 16px;max-height:60px;font-size:12px;color:#fff;background:rgba(74,76,91,.8);border-radius:2px;-webkit-transition:opacity .2s;transition:opacity .2s}.cube-tip[data-dir=bottom] .cube-tip-angle,.cube-tip[data-dir=top] .cube-tip-angle{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.cube-tip[data-dir=top] .cube-tip-angle{top:0}.cube-tip[data-dir=top] .cube-tip-angle:before{margin-top:-6px;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.cube-tip[data-dir=bottom] .cube-tip-angle{bottom:0}.cube-tip[data-dir=bottom] .cube-tip-angle:before{margin-bottom:-6px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.cube-tip[data-dir=left] .cube-tip-angle,.cube-tip[data-dir=right] .cube-tip-angle{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cube-tip[data-dir=left] .cube-tip-angle{left:0}.cube-tip[data-dir=left] .cube-tip-angle:before{margin-left:-9px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.cube-tip[data-dir=right] .cube-tip-angle{right:0}.cube-tip[data-dir=right] .cube-tip-angle:before{margin-right:-9px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.cube-tip-angle{position:absolute}.cube-tip-angle:before{content:"";display:block;border-width:0 6px 6px;border-style:solid;border-color:transparent transparent rgba(74,76,91,.8)}.cube-tip-close{position:absolute;right:14px;top:12px;width:12px;height:12px;padding:0;color:inherit;outline:none;border:none;background:none;-webkit-transform:scale(1.3);transform:scale(1.3)}.cube-tip-content{min-height:18px;line-height:18px;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:1e-9px;flex-basis:1e-9px;width:1%;overflow:hidden}.cube-tip-zoom-enter-active{-webkit-animation:tip-in .4s;animation:tip-in .4s}.cube-tip-zoom-leave-active{-webkit-animation:tip-out .2s;animation:tip-out .2s}@-webkit-keyframes tip-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tip-in{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes tip-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0);opacity:0}}@keyframes tip-out{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}to{-webkit-transform:scale(0);transform:scale(0);opacity:0}}.cube-checkbox{position:relative;padding:0 16px;text-align:left;font-size:100%;color:#666}.cube-checkbox[data-pos=right] .cube-checkbox-ui{margin-right:0;position:absolute;right:0}.cube-checkbox[data-pos=right] .cube-checkbox-label{margin-right:1.42em}.cube-checkbox-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:100%;height:100%;padding:11px 0;line-height:1.5;word-break:break-word;word-wrap:break-word}.cube-checkbox-input{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.cube-checkbox-ui{position:relative;width:1em;height:1em;margin-right:.42em;line-height:1;border-radius:50%}.cube-checkbox-ui.cubeic-square-border{border-radius:2px}.cube-checkbox-ui:before,.cube-checkbox-ui i{-webkit-transition:all .2s;transition:all .2s}.cube-checkbox-ui:before{color:#ccc;display:inline-block;-webkit-transform:scale(1.24);transform:scale(1.24)}.cube-checkbox-ui i{position:absolute;top:0;left:0;color:transparent;-webkit-transform:scale(.4);transform:scale(.4)}.cube-checkbox_checked .cube-checkbox-ui:before{color:transparent}.cube-checkbox_checked .cube-checkbox-ui i{color:#fc9153;-webkit-transform:scale(1.23);transform:scale(1.23)}.cube-checkbox_disabled .cube-checkbox-ui{background-color:#eee}.cube-checkbox_disabled .cube-checkbox-ui:before,.cube-checkbox_disabled .cube-checkbox-ui i{-webkit-transition:none;transition:none}.cube-checkbox_disabled .cube-checkbox-ui:before{color:transparent}.cube-checkbox_disabled .cube-checkbox-ui i{color:#eee}.cube-checkbox_checked.cube-checkbox_disabled .cube-checkbox-ui{background-color:#fff}.cube-checkbox-hollow i{width:100%;height:100%}.cube-checkbox-hollow i:before{content:"";position:absolute;top:50%;left:50%;width:50%;height:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:currentColor;border-radius:2px}.cube-checkbox-hollow.cube-checkbox_checked .cube-checkbox-ui:before{color:#fc9153}.cube-checkbox-hollow.cube-checkbox_checked .cube-checkbox-ui i{-webkit-transform:scale(1);transform:scale(1);color:#fc9153}.cube-checkbox-hollow.cube-checkbox_disabled .cube-checkbox-ui{background-color:transparent}.cube-checkbox-hollow.cube-checkbox_disabled .cube-checkbox-ui:before{color:#eee}.cube-checkbox-hollow.cube-checkbox_disabled .cube-checkbox-ui i{-webkit-transform:scale(1);transform:scale(1);color:transparent}.cube-checkbox-hollow.cube-checkbox_disabled.cube-checkbox_checked .cube-checkbox-ui i{color:#eee}.cube-toolbar{position:fixed;left:10px;right:10px;bottom:10px;z-index:2;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.cube-toolbar-group{display:-webkit-box;display:-webkit-flex;display:flex;height:44px;overflow:hidden;box-sizing:border-box;border-radius:2px;box-shadow:0 1px 6px rgba(0,0,0,.24);background-color:#fcfcfc}.cube-toolbar-group-more{margin-bottom:10px}.cube-toolbar-group-more .cube-toolbar-item:last-child .cube-toolbar-down{position:absolute;top:44px;right:9%;height:10px;color:#fcfcfc;font-size:24px;font-family:cube-icon;font-style:normal;text-shadow:0 1px 3px #e8e8e8;-webkit-transform:scale(1.3);transform:scale(1.3)}.cube-toolbar-group-more .cube-toolbar-item:last-child .cube-toolbar-down:before{content:"\E603";position:relative;top:-10px}.cube-toolbar-group-more .cube-toolbar-item:last-child .cube-toolbar-down:after{content:"";display:block;position:absolute;left:30%;top:50%;margin-top:-6px;width:40%;height:2px;background-color:#fcfcfc}.cube-toolbar-group-more .cube-toolbar-item:last-child:active .cube-toolbar-down{color:#e8e8e8}.cube-toolbar-group-more .cube-toolbar-item:last-child:active .cube-toolbar-down:after{background-color:#e8e8e8}.cube-toolbar-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:1e-9px;flex-basis:1e-9px;width:1%;-webkit-box-align:center;-webkit-align-items:center;align-items:center;background-color:#fcfcfc}.cube-toolbar-item:last-child{position:static}.cube-toolbar-item:last-child:after{display:none}.cube-toolbar-item:active{background-color:#e8e8e8}.cube-toolbar-item:active:after{border-color:transparent}.cube-toolbar-item .cube-toolbar-chb{height:44px;padding:0;font-size:12px;background-color:transparent}.cube-toolbar-item .cube-toolbar-chb .cube-checkbox-wrap{padding:0;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-toolbar-item .cube-toolbar-chb .cube-checkbox-wrap .cube-checkbox-ui{position:relative;left:auto;margin-right:.42em}.cube-toolbar-item .cube-btn{position:relative;padding:0 5px;background-color:transparent;border:0 none;color:#666;font-size:12px}.cube-toolbar-item .cube-btn:active{background-color:transparent}.cube-toolbar-item .cube-btn:active:after{display:none}.cube-toolbar-item .cube-btn i{margin-right:0}.cube-toolbar-item .cube-btn i.cubeic-more{color:#999;font-size:16px}.cube-tab-bar{position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cube-tab-bar,.cube-tab-bar_inline .cube-tab{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-tab-bar_inline .cube-tab{-webkit-align-content:center;align-content:center}.cube-tab-bar-slider{position:absolute;left:0;bottom:0;height:2px;width:20px;background-color:#e8864c}.cube-tab{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:7px 0;color:#666;text-align:center}.cube-tab_active{color:#e8864c}.cube-tab-panels{position:relative;overflow:hidden}.cube-tab-panels-group{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-transition:all .4s cubic-bezier(.86,0,.07,1);transition:all .4s cubic-bezier(.86,0,.07,1)}.cube-tab-panel{width:100%;-webkit-box-flex:1;-webkit-flex:1 0 auto;flex:1 0 auto}.cube-checkbox-group{z-index:1;overflow:hidden;background-color:#fff}.cube-checkbox-group .cube-checkbox:last-child .cube-checkbox-wrap:after,.cube-checkbox-group .cube-checkbox:last-child .cube-checkbox-wrap:before{display:none}.cube-checkbox-group[data-horz=true]{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:0;position:relative;border-radius:2px}.cube-checkbox-group[data-horz=true]:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-checkbox-group[data-horz=true]:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-checkbox-group[data-horz=true]:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-checkbox-group[data-horz=true] .cube-checkbox{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:1e-9px;flex-basis:1e-9px;width:1%;text-align:center;padding-left:10px;padding-right:10px}.cube-checkbox-group[data-horz=true] .cube-checkbox:after{border-color:#ccc}.cube-checkbox-group[data-horz=true] .cube-checkbox:last-child:after,.cube-checkbox-group[data-horz=true] .cube-checkbox:last-child:before{display:none}.cube-checkbox-group[data-horz=true] .cube-checkbox[data-pos=right] .cube-checkbox-ui{position:relative;margin-left:.42em;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.cube-checkbox-group[data-horz=true] .cube-checkbox[data-pos=right] .cube-checkbox-label{margin-right:0}.cube-checkbox-group[data-horz=true] .cube-checkbox-wrap{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-checker-item{display:inline-block;vertical-align:top;text-align:center;padding:8px 10px;margin-right:10px;color:#666;background:#fff;border-radius:4px;position:relative}.cube-checker-item:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #fcfcfc;border-radius:4px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-checker-item:after{width:200%;height:200%;border-radius:8px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-checker-item:after{width:300%;height:300%;border-radius:12px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-checker-item_active{color:#fc9153;background:rgba(252,145,83,.04);position:relative}.cube-checker-item_active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #fc9153;border-radius:4px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-checker-item_active:after{width:200%;height:200%;border-radius:8px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-checker-item_active:after{width:300%;height:300%;border-radius:12px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-radio-group{z-index:1;overflow:hidden;background-color:#fff}.cube-radio-group .cube-radio:last-child .cube-radio-wrap:after,.cube-radio-group .cube-radio:last-child .cube-radio-wrap:before{display:none}.cube-radio-group[data-horz=true]{display:-webkit-box;display:-webkit-flex;display:flex;padding-left:0;position:relative;border-radius:2px}.cube-radio-group[data-horz=true]:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-radio-group[data-horz=true]:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-radio-group[data-horz=true]:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-radio-group[data-horz=true] .cube-radio{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:1e-9px;flex-basis:1e-9px;width:1%;text-align:center;padding-left:10px;padding-right:10px}.cube-radio-group[data-horz=true] .cube-radio:after{border-color:#ccc}.cube-radio-group[data-horz=true] .cube-radio:last-child:after,.cube-radio-group[data-horz=true] .cube-radio:last-child:before{display:none}.cube-radio-group[data-horz=true] .cube-radio[data-pos=right] .cube-radio-ui{position:relative;margin-left:.42em;-webkit-box-ordinal-group:2;-webkit-order:1;order:1}.cube-radio-group[data-horz=true] .cube-radio[data-pos=right] .cube-radio-label{margin-right:0}.cube-radio-group[data-horz=true] .cube-radio-wrap{-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-radio{position:relative;padding:0 16px;text-align:left;font-size:100%;color:#666}.cube-radio[data-pos=right] .cube-radio-ui{margin-right:0;position:absolute;right:0}.cube-radio[data-pos=right] .cube-radio-label{margin-right:1.42em}.cube-radio-wrap{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:100%;height:100%;padding:11px 0;line-height:1.5;word-break:break-word;word-wrap:break-word}.cube-radio-input{z-index:1;position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}.cube-radio-ui{position:relative;width:1em;height:1em;margin-right:.42em;line-height:1;color:transparent;background-color:transparent;border-radius:50%}.cube-radio-ui:before,.cube-radio-ui i{-webkit-transition:all .2s;transition:all .2s}.cube-radio-ui:before{color:#ccc;display:inline-block;-webkit-transform:scale(1.24);transform:scale(1.24)}.cube-radio-ui i{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:100%;border-radius:50%;-webkit-transform:scale(.4);transform:scale(.4)}.cube-radio-ui i:before{content:"";position:absolute;top:50%;left:50%;width:50%;height:50%;-webkit-transform:translate(-50%,-50%) scale(.8);transform:translate(-50%,-50%) scale(.8);border-radius:50%}.cube-radio_selected .cube-radio-ui{background-color:#fc9153}.cube-radio_selected .cube-radio-ui:before{color:transparent}.cube-radio_selected .cube-radio-ui i{-webkit-transform:scale(1);transform:scale(1)}.cube-radio_selected .cube-radio-ui i:before{background-color:#fff}.cube-radio_disabled .cube-radio-ui{background-color:#eee}.cube-radio_disabled .cube-radio-ui:before,.cube-radio_disabled .cube-radio-ui i{-webkit-transition:none;transition:none}.cube-radio_disabled .cube-radio-ui:before{color:transparent}.cube-radio-hollow.cube-radio_disabled .cube-radio-ui,.cube-radio-hollow.cube-radio_selected .cube-radio-ui{background-color:transparent}.cube-radio-hollow.cube-radio_disabled .cube-radio-ui i:before,.cube-radio-hollow.cube-radio_selected .cube-radio-ui i:before{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}.cube-radio-hollow.cube-radio_selected .cube-radio-ui:before{color:#fc9153}.cube-radio-hollow.cube-radio_selected .cube-radio-ui i:before{background-color:#fc9153}.cube-radio-hollow.cube-radio_disabled .cube-radio-ui:before{color:#eee}.cube-radio-hollow.cube-radio_disabled.cube-radio_selected .cube-radio-ui i:before{background-color:#eee}.cube-input{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;font-size:14px;line-height:1.429;background-color:#fff;position:relative}.cube-input:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ebebeb;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-input:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-input:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-input-field{display:block;-webkit-box-flex:1;-webkit-flex:1;flex:1;width:100%;padding:10px;box-sizing:border-box;color:#666;line-height:inherit;background-color:inherit;border-radius:2px;outline:none}.cube-input-field::-webkit-input-placeholder{color:#ccc;text-overflow:ellipsis}.cube-input-field+.cube-input-append .cube-input-clear:first-child,.cube-input-field+.cube-input-append .cube-input-eye:first-child{margin-left:-5px}.cube-input_active:after{border-color:#fc9153}.cube-input-append,.cube-input-prepend{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cube-input-clear,.cube-input-eye{width:1em;height:1em;line-height:1;padding:10px;box-sizing:content-box;color:#999}.cube-input-clear>i,.cube-input-eye>i{display:inline-block;-webkit-transform:scale(1.2);transform:scale(1.2)}.cube-input-eye>.cubeic-eye-invisible,.cube-input-eye>.cubeic-eye-visible{-webkit-transform:scale(1.4);transform:scale(1.4)}.cube-textarea-wrapper{-webkit-transition:height .2s;transition:height .2s;height:40px;font-size:14px;line-height:1.429;position:relative}.cube-textarea-wrapper textarea::-webkit-input-placeholder{color:#ccc;text-overflow:ellipsis}.cube-textarea-wrapper:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ebebeb;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-textarea-wrapper:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-textarea-wrapper:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-textarea_expanded{height:80px}.cube-textarea_active{position:relative}.cube-textarea_active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #fc9153;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-textarea_active:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-textarea_active:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-textarea-indicator{position:absolute;bottom:7px;right:10px;color:#ccc}.cube-textarea{width:100%;height:100%;text-align:left;padding:10px;box-sizing:border-box;font-size:100%;line-height:inherit;color:#666;background-color:#fff;border-radius:2px;resize:none;border:none;outline:none}.cube-picker-fade-enter,.cube-picker-fade-leave-active{opacity:0}.cube-picker-fade-enter-active,.cube-picker-fade-leave-active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cube-picker-panel{height:273px;text-align:center;font-size:14px;background:#fff}.cube-picker-move-enter,.cube-picker-move-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.cube-picker-move-enter-active,.cube-picker-move-leave-active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cube-picker-choose{position:relative;height:60px}.cube-picker-cancel,.cube-picker-confirm{line-height:60px;padding:0 16px;box-sizing:content-box;font-size:14px}.cube-picker-confirm{position:absolute;right:0;color:#fc9153}.cube-picker-confirm:active{color:#fdc2a5}.cube-picker-cancel{position:absolute;left:0;color:#999}.cube-picker-cancel:active{color:#ccc}.cube-picker-title-group{padding:0 60px;display:-webkit-box;display:-webkit-flex;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-flow:column;flex-flow:column;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.cube-picker-title{font-size:18px;line-height:25px;font-weight:400;color:#333}.cube-picker-subtitle{margin-top:2px;line-height:16px;font-size:12px;color:#999}.cube-picker-content{position:relative;top:20px}.cube-picker-content>i{position:absolute;z-index:10;left:0;width:100%;height:68px;pointer-events:none;-webkit-transform:translateZ(0);transform:translateZ(0)}.cube-picker-content>.border-bottom-1px{top:0;background:-webkit-linear-gradient(bottom,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));background:linear-gradient(0deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8))}.cube-picker-content>.border-top-1px{bottom:0;background:-webkit-linear-gradient(top,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8));background:linear-gradient(180deg,hsla(0,0%,100%,.4),hsla(0,0%,100%,.8))}.cube-picker-wheel-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;padding:0 16px}.cube-picker-wheel-wrapper>div{-webkit-box-flex:1;-webkit-flex:1;flex:1;-webkit-flex-basis:1e-9px;flex-basis:1e-9px;width:1%;height:173px;overflow:hidden;font-size:20px}.cube-picker-wheel-scroll{padding:0;margin-top:68px;line-height:36px;list-style:none}.cube-picker-wheel-item{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}.cube-picker-footer{height:20px}.cube-popup{position:fixed;left:0;right:0;top:0;bottom:0;z-index:100;pointer-events:none}.cube-popup_mask{pointer-events:auto}.cube-popup_mask .cube-popup-mask{display:block}.cube-popup-container,.cube-popup-mask{position:absolute;width:100%;height:100%}.cube-popup-mask{display:none;overflow:hidden;background-color:#25262d;opacity:.4;pointer-events:auto}.cube-popup-mask:before{content:".";display:block;width:1px;height:1px;background-color:rgba(0,0,0,.1);margin-left:-10px}.cube-popup-container{-webkit-transform:translate(100%,100%);transform:translate(100%,100%)}.cube-popup-content{position:absolute;top:0;left:0;width:100%;box-sizing:border-box;-webkit-transform:translate(-100%,-100%);transform:translate(-100%,-100%);pointer-events:auto}.cube-popup-center .cube-popup-content,.cube-popup-left .cube-popup-content,.cube-popup-right .cube-popup-content{top:-50%;left:-50%;width:auto;max-width:100%;-webkit-transform:translate(0);transform:translate(0)}.cube-popup-left .cube-popup-content,.cube-popup-right .cube-popup-content{height:100%;top:-100%}.cube-popup-center .cube-popup-content{-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.cube-popup-top .cube-popup-content{top:-100%;left:-100%;-webkit-transform:translate(0);transform:translate(0)}.cube-popup-right .cube-popup-content{top:-100%;right:100%}.cube-popup-left .cube-popup-content{left:-100%}.cube-select{box-sizing:border-box;padding:10px 20px 10px 10px;border-radius:2px;font-size:14px;line-height:1.429;color:#666;background-color:#fff;position:relative}.cube-select:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-select:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-select:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-select>span{display:inline-block}.cube-select_active{position:relative}.cube-select_active:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #fc9153;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-select_active:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-select_active:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-select_active .cube-select-icon{-webkit-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}.cube-select_disabled{color:#b8b8b8;background-color:rgba(0,0,0,.04);cursor:not-allowed}.cube-select-placeholder{color:#ccc}.cube-select-icon{position:absolute;right:8px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);border-style:solid;border-color:#999 transparent transparent;border-width:4px 4px 0;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.cube-switch{display:-webkit-box;display:-webkit-flex;display:flex;position:relative;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cube-switch .cube-switch-input{position:absolute;z-index:1;width:48px;height:28px;opacity:0}.cube-switch .cube-switch-input:checked+.cube-switch-ui{border-color:#fc9153;background-color:#fc9153}.cube-switch .cube-switch-input:checked+.cube-switch-ui:before{-webkit-transform:scale(0);transform:scale(0)}.cube-switch .cube-switch-input:checked+.cube-switch-ui:after{-webkit-transform:translateX(20px);transform:translateX(20px)}.cube-switch .cube-switch-input:disabled+.cube-switch-ui{opacity:.3}.cube-switch .cube-switch-ui{position:relative;display:block;width:48px;height:28px;box-sizing:content-box;border:1px solid #e4e4e4;border-radius:28px;background-color:#e4e4e4}.cube-switch .cube-switch-ui:after,.cube-switch .cube-switch-ui:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:28px;background-color:#fff;-webkit-transition:-webkit-transform .4s cubic-bezier(.25,.1,.25,1.28);transition:-webkit-transform .4s cubic-bezier(.25,.1,.25,1.28);transition:transform .4s cubic-bezier(.25,.1,.25,1.28);transition:transform .4s cubic-bezier(.25,.1,.25,1.28),-webkit-transform .4s cubic-bezier(.25,.1,.25,1.28)}.cube-switch .cube-switch-ui:after{width:28px;background-color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.4)}.cube-switch .cube-switch-label{display:block;margin-left:10px}.cube-switch .cube-switch-label:empty{margin-left:0}.cube-rate{list-style:none;display:-webkit-inline-box;display:-webkit-inline-flex;display:inline-flex;vertical-align:top;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;max-width:100%}.cube-rate-justify{width:100%;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}.cube-rate-item{position:relative;width:32px;-webkit-box-flex:0;-webkit-flex:0 1 auto;flex:0 1 auto;margin-right:6px}.cube-rate-item:after{content:"";display:block;padding:50% 0}.cube-rate-item:last-child{margin-right:0}.cube-rate-item .cube-rate-item-def{position:absolute;width:100%;height:100%;background-size:100%;background-repeat:no-repeat;background-position:50%;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAsVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADHx8cAAADt7e2ysrJ6enoAAADu7u7MzMzBwcGHh4cAAAAAAADa2trS0tLExMS+vr42NjYAAADv7+/r6+vq6uro6Ojm5ubKysq8vLwAAADr6+vf39/c3NzPz8+1tbWrq6vo6Ojm5ubOzs6vr6+RkZHj4+Pi4uLV1dW4uLienp6ampplZWVWVlbv7+8EiCYnAAAAOnRSTlMAPCsDJgsGOg4hNyMapgj3jGQX/K2eah4Sx7eim0ow/fHv6uGqlzTz0820j4Xo5LGJcNzYvZR7eFpV7G3f4gAAAcpJREFUSMeVVulyskAQdBZwWQ4F5FREjUeiMdd3JvP+DxZCUVskzMrSf+mu3pqZnmGigG1PxoGxcXw7DK1xBsvLKAsLcANjLMwXxNjU589gg7iAmb7BAWv4rr7BAmvMYapr4GODlabF9MugseB6Fu4KW5SZnsEcW2y5oSEQCUocNSwMfo8ST86wRVZiB4/ewPtzj++6gr3j2bSJYUcuc9Zvj3v8hl9BunaYG3VkhhWJmpq+xucdkrg7H16/ZCKyapmA8OoXdziIp8K/hiDqQQjuURPbwGwKHzzr8feBmDTw4EGH/wCyxhEUw/wCoolEDn+G+EvIv60V/nKbH3P7x55wDrf4vmP1cnlK1PzkNCPmqCpV/GNFRs+oLor3MMWQWyEt+FBF2wtowb9ctV6WiicJheC0V8xEpUgzII050IL8DRVQHJeM7px6FbBCOXj0qeDbDmfXzffziVzy753YHx3n2Mn5mmpddJXRLXlmGBkvZdj/U61z47aICRdGU2bBk3l7KajWVb+xxmIFrvSfurBqbsWZUW2rP238li4lJhw2tSsnbn+KGIM569XChJhsnff3AozsqMVgGfRbx1JJ77uztN860775syIFn72pvWujU85XAAAAAElFTkSuQmCC)}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-rate-item .cube-rate-item-def{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAAvVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACxsbGQkJCenp4AAADu7u7i4uKVlZWIiIgAAADm5uajo6OTk5N1dXVlZWXn5+fc3Nza2trW1tbPz8+urq7t7e3j4+PT09PCwsJMTEzr6+vo6Ojh4eHf39/Ly8u/v7+5ubmqqqqamprr6+vR0dGnp6daWlrY2NjGxsaAgIArKyvp6em1tbXv7+8lBY1eAAAAPnRSTlMAPQI5EicFOwgLFzUeMiQsGw6LcHov+tl1ayHhfnJhWubNx7+ziPbdup9R8evW0ayblIV387aCVsKjZ0fujx+LC04AAAL3SURBVFjDrZjXcuJAFAXdGgkJZXIwYGywCc457c7/f9bKwFIEoxkJ9TPVdUo6dy6jEw0qlZNiiKJiPBUoFxMIrCI8ZSgmkkW1WkQkB26G4BQQ6FLKJ8ICAg2lnGCXjhSFPMmEHt2jA01kwu2xkUJ6ckEd/xhPyaa1FJ0jjCNE3STQijb+UYHu5IqLYyL5PMs1feK8HkNwLteM8Izcgdpygxpu7kAXm6LXvJFi+nKLDm7OQB/bonuCPCKXmtyhg5kjkMd0V/RJo4hACYPMkYyyx3hfNKNRNrQVpm95sAy0HwkCyzedVJ2TKAKWDP7KX6mescAOrNh09qfTjK2GzYKz3mx02pQHaU5GD/X/ukYYm6XVHo3DhmDB+/PDtJUodLhqTR/b7ywQia5yYtrAvP84vr2SmXm5HT/W5oBtJpFs6k15BM06orLYyYL2S37PdR9RXr0tj85NXs9NB89Zv7SAwTCfZzggKG28/gbvp3k8p3Mapa0+R3xPsntuv4mMncmw4Dyr5wKs/VkJYZTNU4Xu72c91Ywe/9AhzaW+5xLcw4cZT7qeN+yUQ8606emOReJJoSKoX2mMRftnLFIpC/rqPIuxUOB4zNTPORkLJSY1legMR2tTP6pEz1pbyVIXfKb1H9dDeaKcE6k9Jebqkx/b0HjWdalkQFkp6vKpM6+uUtTgTi16xVKufhuNETnFU98XB1IDUFXb1Tvc2pjKOr7qiGb4yjrur6VWK3slSyB3uP+Cr/vdfw+IjKM/7kAQQGe8cwAoKunzIDeY1iAwE38AtenWkaSoZLR5axj1wVv93vWg/7GRVHHvFlyv12gbhGusm+oKaK+X8YQg/S58JpfcPYOIja3SxwLqqwFqplfS5W35wusgfGNvfnwBvWUZaqmVDLn/maQe2N3Sr/Xo2vD2U7WH1EoGtOTwaa35VRUClzfyIq2SBvypAqGT+iAtoHqdVskKHcBaaFSqedpOigGrrPV1KgLclNGPlJp1+ojwsCjTd0JzS/QPzjyulaV+8pQAAAAASUVORK5CYII=)}}.cube-rate-item_active .cube-rate-item-def{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAilBMVEUAAAD/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyoEd/G7AAAALXRSTlMA+fUzFQ/vioT9vJE9tqNmLRsL2KuYe005JiID6ebhoJtxbF/qzMSxWx9FQgn3q32nAAABYUlEQVRIx5XV2XKDMAwFUJt9h5BAyL5vbe///14zNMShWNg+T8wgwSAZiRGShJmJUrN4G7CNEm7AzCS+ABAuDBJmeMr04xchnvhSO2GHVqUbv+Ro8YlmQoUXXy9+wrsEy9FKiPEW6MQ7lkjwXKbm40Ot9wJh/aNMCNBzVDz+++ihZ5Mn8lK5TR5Ha0htojhvxOeX9slPt1Dapv7JLhnzQxgIfbbaw0C1EnVREp0/QNOBvZw4NPA7e5tbULLmvbnlQcFrWI+9xqhNMfgvR3s3fUh+tClIF0d6nK4gRC41UAkPJpeDMCfnF4EaN+RXX+XxLt3klTThCwRqudQgUKMgBYFaFR5IU+kWwafzGZ9kR+MOwavLsvYUrYtFFQO3LXNgjY7xSxcev9/vxLw7fsP48u8erya9M7/nVOuSdk5ly0EtsnbSFUwQs2ZWSLf8DUAu2eWpzQh2hB37L2vYiGTfXf0Cn7ynb0Flqc0AAAAASUVORK5CYII=)}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-rate-item_active .cube-rate-item-def{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEgAAABICAMAAABiM0N1AAAApVBMVEUAAAD/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uyr/uypACjwZAAAANnRSTlMA+/T4lygF8CQaCQPp39ShckQv2s63pz0RDe7lw6yPgX14aGJcTjMXyZxsILyyVFFJQIiFOYkbrXkuAAACJ0lEQVRYw62Y55KCMBSFQxMRxEKx17XvWrad93+03UFHRTC5Sfx+M9/AwD0nF0ag02GvIUle41kBq5eI9sDoFZ42AMNh+qT4p6HvcQz8Y7xrixrIsHU9VQMZlqcpsnFhrOfxLFww11qiMa5MdDxrE1fcnoboC3fM1D1dE3cENWXRBDl2qp6eixyDiqJohgfe1Dy1AA9EvpKoiQILpRsaoECoIpqjhKW8p1JHCRt50RtKacneTztCKUOnQlU4h8koMvAUK0ynx6rPTcPlLI0tkDDjxuxUDHKv1dxuTEhjbrbNlncp9p097EOL/tDeddjSwguwlox9utDG/cwOCQE0CdqXMq1Di3r1+tJCaBB7d+G8gTLDbi4zEiiyrz1MRgolGoXR820oMOaUjwhCZ+4gh/G0VRaG1Fgc2VNOptRYcPghB0GwEhyGB+SxEPAegUDoMSEtEKiqNLVqUY5A4JsgIoXTh9izptWHLxQdQaItFP2CxFwoGhJzSOTxidMWifdFIl3hOY3ISbjncaHvOBEytD/JHj3XfPnRj2OU4HBFUxQID4wdQkBun0gKSbjIHsFfFGZ5yxU9RPZgXrlW8XwgsQVU8/nezPV6rRnkWo23mi5ww50WruxNXeLZ3b4FznfpDHS/brM45YhinLHG66fBN7ZwJuFsVsb56W2PW1jb82V9zs+0TNMQdo2TZiqH20QjhxFo77mf5AjJihH5+eD8Cko7TIJWTvQHI0vKWTT1X7EAAAAASUVORK5CYII=)}}.cube-validator .cube-checkbox,.cube-validator .cube-input input,.cube-validator .cube-radio,.cube-validator .cube-select,.cube-validator .cube-textarea{color:inherit}.cube-validator-msg-def{font-size:14px;color:#e64340}.cube-upload{position:relative}.cube-upload-def{margin-right:-10px}.cube-upload-def .cube-upload-btn,.cube-upload-def .cube-upload-file{float:left;margin:0 10px 10px 0}.cube-upload-btn{position:relative;overflow:hidden}.cube-upload-btn:active .cube-upload-btn-def{background-color:rgba(0,0,0,.04)}.cube-upload-input{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;font-size:0;opacity:0}.cube-upload-btn-def{width:80px;height:80px;box-sizing:border-box;background-color:#fff;box-shadow:0 0 6px 2px rgba(0,0,0,.08);border-radius:2px;position:relative}.cube-upload-btn-def:after{content:"";pointer-events:none;display:block;position:absolute;left:0;top:0;-webkit-transform-origin:0 0;transform-origin:0 0;border:1px solid #e5e5e5;border-radius:2px;box-sizing:border-box;width:100%;height:100%}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){.cube-upload-btn-def:after{width:200%;height:200%;border-radius:4px;-webkit-transform:scale(.5);transform:scale(.5)}}@media (-webkit-min-device-pixel-ratio:3),(min-resolution:3dppx){.cube-upload-btn-def:after{width:300%;height:300%;border-radius:6px;-webkit-transform:scale(.333);transform:scale(.333)}}.cube-upload-btn-def>i:after,.cube-upload-btn-def>i:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:2px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background-color:#666}.cube-upload-btn-def>i:after{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.cube-upload-file{position:relative}.cube-upload-file-def{position:relative;width:80px;height:80px;box-sizing:border-box;background:#fff no-repeat 50%;background-size:cover;border-radius:2px}.cube-upload-file-def>.cubeic-wrong{position:absolute;z-index:2;top:-2px;right:-2px;color:rgba(0,0,0,.8);font-size:16px;background-color:#fff;border-radius:50%}.cube-upload-file-def>.cubeic-wrong:before{display:inline-block;-webkit-transform:scale(1.625);transform:scale(1.625);-webkit-transform-origin:center;transform-origin:center}.cube-upload-file-state{position:relative;width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden;opacity:0;background-color:rgba(37,38,45,.4);border-radius:2px;-webkit-transition:opacity .1s;transition:opacity .1s}.cube-upload-file-state:before{content:".";position:relative;left:-50%;display:block;width:1px;height:1px;margin-left:-1px;background-color:rgba(0,0,0,.1)}.cube-upload-file_stat{opacity:1}.cube-upload-file-status{position:relative;z-index:1;font-size:30px;display:none}.cube-upload-file-status.cubeic-right{display:block;color:#fc9153}.cube-upload-file-status.cubeic-warn{display:block;color:#f43530}.cube-upload-file-status.cubeic-right:after,.cube-upload-file-status.cubeic-warn:after{content:"";z-index:-1;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:.56em;height:.56em;border-radius:50%;background-color:#fff}.cube-upload-file-status.cubeic-right+.cube-upload-file-progress,.cube-upload-file-status.cubeic-warn+.cube-upload-file-progress{display:none}.cube-upload-file-progress{color:#fff;font-size:20px}.cube-form{position:relative;font-size:16px;line-height:1.429;color:#666;background-color:#fff}.cube-form_groups .cube-form-group-legend{padding:10px 15px}.cube-form_groups .cube-form-group-legend:empty{padding-top:5px;padding-bottom:5px}.cube-form_standard .cube-form-item{min-height:46px}.cube-form_standard .cube-form-field{-webkit-box-flex:1;-webkit-flex:1;flex:1;font-size:14px}.cube-form_standard .cube-validator{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:relative}.cube-form_standard .cube-validator_invalid{color:#e64340}.cube-form_standard .cube-validator-content{-webkit-box-flex:1;-webkit-flex:1;flex:1}.cube-form_standard .cube-validator-msg-def{font-size:0}.cube-form_standard .cube-validator_invalid .cube-validator-msg:before{content:"\E614";padding-left:5px;font-family:cube-icon!important;font-size:20px;font-style:normal;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale}.cube-form_standard .cube-form-label{width:100px;padding-right:10px}.cube-form_standard .cube-checkbox-group:after,.cube-form_standard .cube-checkbox-group:before,.cube-form_standard .cube-radio-group:after,.cube-form_standard .cube-radio-group:before{display:none}.cube-form_standard .cube-input input{padding:13px 0;background-color:transparent}.cube-form_standard .cube-input:after{display:none}.cube-form_standard .cube-textarea-wrapper{padding:13px 0;height:20px}.cube-form_standard .cube-textarea-wrapper.cube-textarea_expanded{height:60px;padding-bottom:20px}.cube-form_standard .cube-textarea-wrapper.cube-textarea_expanded .cube-textarea-indicator{bottom:2px}.cube-form_standard .cube-textarea-wrapper .cube-textarea{padding:0;background-color:transparent}.cube-form_standard .cube-textarea-wrapper:after{display:none}.cube-form_standard .cube-select{padding-left:0;background-color:transparent}.cube-form_standard .cube-select:after{display:none}.cube-form_standard .cube-upload-def{padding:5px 0}.cube-form_standard .cube-upload-def .cube-upload-btn,.cube-form_standard .cube-upload-def .cube-upload-file{margin:5px 10px 5px 0}.cube-form_classic .cube-form-item{display:block;padding:15px}.cube-form_classic .cube-form-item:last-child{padding-bottom:30px}.cube-form_classic .cube-form-item:after{display:none}.cube-form_classic .cube-form-item .cube-validator-msg{position:absolute;margin-top:3px}.cube-form_classic .cube-form-item .cube-validator-msg:before{display:none}.cube-form_classic .cube-form-item .cube-validator-msg-def{font-size:12px}.cube-form_classic .cube-form-item_btn{padding-top:0;padding-bottom:0}.cube-form_classic .cube-form-item_btn:last-child{padding-bottom:0}.cube-form_classic .cube-form-label{padding-bottom:15px}.cube-form_fresh .cube-form-item{display:block;padding:2em 15px 10px}.cube-form_fresh .cube-form-item:after{display:none}.cube-form_fresh .cube-form-item .cube-validator-msg{position:absolute;top:1em;right:15px;bottom:auto;margin-top:-.4em;font-size:12px}.cube-form_fresh .cube-form-item .cube-validator-msg:before{display:none}.cube-form_fresh .cube-form-item .cube-validator-msg-def{font-size:100%}.cube-form_fresh .cube-form-item_btn{padding-top:0;padding-bottom:0}.cube-form_fresh .cube-form-item_btn:last-child{padding-bottom:0}.cube-form_fresh .cube-form-label{position:absolute;top:1em;margin-top:-.4em;font-size:12px}.cube-form-group{overflow:hidden}.cube-form-group-legend{font-size:14px;color:#999;background-color:#f3f4f5}.cube-form-item{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:0 15px}.cube-form-item:last-child:after{display:none}.cube-form-item .cube-checkbox-group,.cube-form-item .cube-radio-group{background-color:transparent}.cube-form-item .cube-checkbox,.cube-form-item .cube-radio{padding-left:0;padding-right:0}.cube-form-item_btn{margin:15px 0}.cube-form-item_btn:after{display:none}.cube-form-label{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;word-wrap:break-word;word-break:break-word}.cube-form-item_required .cube-form-label:before{content:"*";display:block;margin-top:1px;margin-right:.3em;color:#e64340}.cube-toast.cube-popup{z-index:900}.cube-toast .cube-popup-content{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;padding:13px 16px;color:#ccc;background-color:rgba(37,38,45,.9);border-radius:2px}.cube-toast-icon{width:24px;height:24px;font-size:24px}.cube-toast-tip{line-height:20px;font-size:14px;max-width:12em;max-height:40px;overflow:hidden}.cube-loading~.cube-toast-tip,.cube-toast-icon~.cube-toast-tip{margin-left:8px}.cube-toast-fade-enter-active{-webkit-animation:toast-in .2s;animation:toast-in .2s}.cube-toast-fade-leave-active{-webkit-animation:toast-out .2s;animation:toast-out .2s}@-webkit-keyframes toast-in{0%{opacity:0}to{opacity:1}}@keyframes toast-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes toast-out{0%{opacity:1}to{opacity:0}}@keyframes toast-out{0%{opacity:1}to{opacity:0}}.cube-dialog-main{width:270px;padding:0;text-align:center;overflow:hidden;border-radius:2px;background-color:#fff}.cube-dialog-alert,.cube-dialog-confirm{position:relative;overflow:hidden}.cube-dialog-icon{margin-top:20px;margin-bottom:16px;line-height:1;color:#4a4c5b;font-size:30px}.cube-dialog-icon i{display:inline-block;width:30px;height:30px;padding:10px;box-sizing:content-box;border-radius:50%;background-color:#f3f4f5}.cube-dialog-icon+.cube-dialog-title .cube-dialog-title-def{margin-top:0}.cube-dialog-icon+.cube-dialog-content{margin-top:-4px}.cube-dialog-title{color:#333;font-size:16px;line-height:1}.cube-dialog-title+.cube-dialog-content{margin-top:12px}.cube-dialog-title-def{margin:30px 16px 0;overflow:hidden;white-space:nowrap}.cube-dialog-content{margin:16px 0;text-align:left;color:#666;font-size:14px;line-height:22px}.cube-dialog-content-def{padding:0 16px}.cube-dialog-content-def>p{display:table;margin:auto}.cube-dialog-content-def>p+.cube-input{margin-top:12px}.cube-dialog-confirm .cube-dialog-btns .cube-dialog-btn,.cube-dialog-prompt .cube-dialog-btns .cube-dialog-btn{width:50%;float:left}.cube-dialog-confirm .cube-dialog-btns.border-right-1px:after,.cube-dialog-prompt .cube-dialog-btns.border-right-1px:after{right:50%;border-color:#ebebeb}.cube-dialog-close{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;z-index:1;position:absolute;top:0;right:0;width:32px;height:32px;color:#999;font-size:18px}.cube-dialog-btns{overflow:hidden;width:100%;font-size:0}.cube-dialog-btn{display:inline-block;width:100%;padding:17px 10px;margin:0;font-size:16px;line-height:1;text-align:center;text-decoration:none;color:#999;background-color:#fff;background-clip:padding-box;box-sizing:border-box}.cube-dialog-btn:active{background-color:rgba(0,0,0,.04)}.cube-dialog-btn_highlight{color:#fc9153}.cube-dialog-btn_highlight:active{background-color:rgba(252,145,83,.04)}.cube-dialog-btn_disabled{color:#999}.cube-dialog-btn_disabled:active{background-color:transparent}.cube-dialog-fade-enter-active{-webkit-animation:dialog-fadein .4s;animation:dialog-fadein .4s}.cube-dialog-fade-enter-active .cube-dialog-main{-webkit-animation:dialog-zoom .4s;animation:dialog-zoom .4s}@-webkit-keyframes dialog-fadein{0%{opacity:0}to{opacity:1}}@keyframes dialog-fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes dialog-zoom{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes dialog-zoom{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}to{-webkit-transform:scale(1);transform:scale(1)}}.cube-action-sheet-fade-enter,.cube-action-sheet-fade-leave-active{opacity:0}.cube-action-sheet-fade-enter-active,.cube-action-sheet-fade-leave-active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cube-action-sheet-panel{text-align:center;font-size:14px;background-color:#fff}.cube-action-sheet-move-enter,.cube-action-sheet-move-leave-active{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.cube-action-sheet-move-enter-active,.cube-action-sheet-move-leave-active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cube-action-sheet-cancel{background-color:#fff}.cube-action-sheet-cancel span,.cube-action-sheet-item,.cube-action-sheet-title{display:block;padding:17px 16px;margin:0;text-align:center;overflow:hidden;white-space:nowrap;font-size:16px;font-weight:400;line-height:1;color:#666;background-color:#fff}.cube-action-sheet-cancel span:active,.cube-action-sheet-item:active{background-color:rgba(0,0,0,.04)}.cube-action-sheet-title{padding-top:16px;padding-bottom:16px;color:#333;font-size:18px}.cube-action-sheet-content{overflow:hidden;background:#fff}.cube-action-sheet-list{list-style:none}.cube-action-sheet-item{list-style:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cube-action-sheet-item:last-of-type:after,.cube-action-sheet-item:last-of-type:before{display:none}.cube-action-sheet-item[data-align=left]{text-align:left}.cube-action-sheet-item[data-align=right]{text-align:right}.cube-action-sheet-space{height:6px;background-color:rgba(37,38,45,.4)}.cube-action-sheet-item_active{color:#fc9153}.cube-action-sheet_picker .cube-action-sheet-space{height:0}.cube-action-sheet_picker .cube-action-sheet-title{height:1em;padding-top:21px;padding-bottom:21px}.cube-action-sheet_picker .cube-action-sheet-cancel{position:absolute;top:0;background-color:transparent}.cube-action-sheet_picker .cube-action-sheet-cancel span{padding-top:23px;padding-bottom:23px;color:#999;font-size:14px;background-color:transparent}.cube-action-sheet_picker .cube-action-sheet-cancel span:active{color:#ccc;background-color:transparent}.cube-drawer{z-index:5;right:0;left:0;color:#333}.cube-drawer,.cube-drawer-main{position:absolute;top:0;bottom:0;overflow:hidden}.cube-drawer-main{left:100%;max-width:90%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;box-shadow:-2px 0 2px rgba(0,0,0,.2)}.cube-drawer-title{position:relative;padding:0 20px;height:50px;line-height:50px;border-bottom:1px solid #eee;font-size:16px;background-color:#fff}.cube-drawer-panels{display:-webkit-box;display:-webkit-flex;display:flex}.cube-drawer-panel,.cube-drawer-panels{-webkit-box-flex:1;-webkit-flex:1;flex:1}.cube-drawer-panel{position:relative;z-index:1;width:170px;overflow:hidden;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2)}.cube-drawer-panel+.cube-drawer-panel{margin-left:-67px}.cube-drawer-panel:first-child{box-shadow:none}.cube-drawer-scroll-wrapper{position:absolute;top:0;left:0;width:100%;height:100%}.cube-drawer-move-enter,.cube-drawer-move-leave-to{-webkit-transform:translate(67px);transform:translate(67px)}.cube-drawer-move-enter-active,.cube-drawer-move-leave-active{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.cube-scroll-wrapper{position:relative;height:100%;overflow:hidden}.cube-scroll-list-wrapper{overflow:hidden}.cube-pulldown-wrapper{position:absolute;width:100%;left:0;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-transition:all;transition:all}.cube-pulldown-wrapper .before-trigger{height:54px;line-height:0;padding-top:6px}.cube-pulldown-wrapper .after-trigger .loading{padding:8px 0}.cube-pulldown-wrapper .after-trigger .cube-pulldown-loaded{padding:12px 0}.cube-pullup-wrapper{width:100%;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cube-pullup-wrapper .before-trigger{padding:22px 0;min-height:1em}.cube-pullup-wrapper .after-trigger{padding:19px 0}.cube-scroll-content{position:relative;z-index:1}.cube-scroll-item{height:60px;line-height:60px;font-size:18px;padding-left:20px}.cube-drawer-item{padding:0 20px;height:50px;line-height:50px;white-space:nowrap;overflow:hidden;font-size:15px}.cube-drawer-item:after{left:20px}.cube-drawer-item:last-child:after{display:none}.cube-drawer-item:first-child:after{display:block}.cube-drawer-item_active{background:rgba(0,0,0,.04)}.cube-image-preview-fade-enter,.cube-image-preview-fade-leave-active{opacity:0}.cube-image-preview-fade-enter-active,.cube-image-preview-fade-leave-active{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.cube-image-preview .cube-popup-mask{opacity:.6}.cube-image-preview .cube-popup-content{width:100%;height:100%}.cube-image-preview .cube-slide-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;overflow:hidden}.cube-image-preview-container{height:100%;margin:0 -10px}.cube-image-preview-footer,.cube-image-preview-header{position:absolute;left:0;right:0}.cube-image-preview-header{top:0}.cube-image-preview-footer{bottom:0}.cube-image-preview-counter{position:absolute;bottom:50px;width:100%;text-align:center;font-size:14px;color:#fff}.cube-image-preview-item{position:relative;padding:0 10px;width:100%;height:100%}.cube-image-preview-item .cube-scroll-wrapper{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-image-preview-item .cube-image-preview-img{display:block;height:auto;max-width:100%;max-height:100%}.cube-slide{min-height:1px}.cube-slide,.cube-slide-group{position:relative;height:100%;overflow:hidden}.cube-slide-group{white-space:nowrap}.cube-slide-dots{position:absolute;bottom:2px;right:0;left:0;padding:0 6px;font-size:0;text-align:center;-webkit-transform:translateZ(1px);transform:translateZ(1px)}.cube-slide-dots>span{display:inline-block;vertical-align:bottom;margin:0 1px;width:10px;height:1px;background:#ccc}.cube-slide-dots>span.active{background:#fc9153}.cube-slide-item{float:left;box-sizing:border-box;height:100%}.cube-slide-item>a{overflow:hidden;text-decoration:none}.cube-slide-item>a,.cube-slide-item>a>img{display:block;height:100%}.cube-index-list{position:relative;height:100%;overflow:hidden}.cube-index-list .cube-scroll-wrapper{position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden}.cube-index-list-content{background:#fff;border-radius:2px}.cube-index-list-title{padding:14px 16px;font-size:14px;line-height:1.6;color:#333}.cube-index-list-anchor{padding:16px 16px 10px;line-height:1;font-size:14px;color:#999;background:#f7f7f7}.cube-index-list-fixed{z-index:1;position:absolute;top:0;left:0;right:0}.cube-index-list-nav{position:absolute;z-index:30;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:Helvetica}.cube-index-list-nav>ul{padding:0;margin:0}.cube-index-list-nav>ul>li{padding:6px 16px 0;line-height:1;text-align:center;font-size:12px;color:#666}.cube-index-list-nav>ul>li.active{color:#fc9153}@media (max-height:480px){.cube-index-list-nav>ul>li{padding-top:3px}}.cube-index-list-item-def{position:relative;height:50px;line-height:50px;padding:0 16px;font-size:14px;color:#333}.cube-index-list-item-def:last-child:after,.cube-index-list-item-def:last-child:before{display:none}.cube-index-list-item_active{background:rgba(0,0,0,.04)}.cube-swipe{overflow:hidden}.cube-swipe-enter-active,.cube-swipe-enter-active .cube-swipe-item-inner,.cube-swipe-leave-active,.cube-swipe-leave-active .cube-swipe-item-inner{-webkit-transition:all .3s;transition:all .3s}.cube-swipe-enter .cube-swipe-item-inner,.cube-swipe-leave-to .cube-swipe-item-inner{height:0}.cube-swipe-item{position:relative}.cube-swipe-item-inner{height:60px;line-height:60px;font-size:16px;padding-left:20px}.cube-swipe-btn{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;-webkit-align-items:center;align-items:center;position:absolute;top:0;left:100%;height:100%;text-align:left;font-size:16px}.cube-swipe-btn .text{-webkit-box-flex:1;-webkit-flex:1;flex:1;padding:0 20px;white-space:nowrap;color:#fff}.cube-sticky{position:relative;height:100%;overflow:hidden}.cube-sticky-fixed{z-index:1;position:absolute;top:0;left:0;right:0}.cube-sticky-fixed-fade-enter,.cube-sticky-fixed-fade-leave-active{opacity:0}.cube-sticky-fixed-fade-enter-active,.cube-sticky-fixed-fade-leave-active{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.cube-scroll-nav,.cube-sticky-ele{position:relative}.cube-scroll-nav{height:100%;overflow:hidden}.cube-scroll-nav .cube-sticky-content{height:100%}.cube-scroll-nav-main{overflow:hidden}.cube-scroll-nav-main>.cube-sticky{position:static}.cube-scroll-nav_side>.cube-sticky{display:-webkit-box;display:-webkit-flex;display:flex}.cube-scroll-nav_side>.cube-sticky>.cube-scroll-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1}.cube-scroll-nav_side>.cube-sticky>.cube-sticky-fixed{position:relative;height:100%;-webkit-box-ordinal-group:0;-webkit-order:-1;order:-1}.cube-scroll-nav_side .cube-scroll-nav-main>.cube-sticky-ele{float:left}.cube-scroll-nav_side .cube-scroll-nav-main>.cube-sticky{overflow:hidden}.cube-scroll-nav-bar{position:relative;display:-webkit-box;display:-webkit-flex;display:flex;color:#666;background-color:#fff}.cube-scroll-nav-bar_horizontal{-webkit-box-align:center;-webkit-align-items:center;align-items:center}.cube-scroll-nav-bar_horizontal .cube-scroll-wrapper{-webkit-box-flex:1;-webkit-flex:1;flex:1;text-align:center}.cube-scroll-nav-bar_horizontal .cube-scroll-content{display:inline-block}.cube-scroll-nav-bar_horizontal .cube-scroll-nav-bar-items{white-space:nowrap}.cube-scroll-nav-bar_vertical{height:100%;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center;text-align:center}.cube-scroll-nav-bar_vertical .cube-scroll-nav-bar-item{display:block}.cube-scroll-nav-bar-items{font-size:14px}.cube-scroll-nav-bar-item{display:inline-block;padding:20px 15px}.cube-scroll-nav-bar-item_active{color:#fc9153}.cube-recycle-list{position:relative;height:100%;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.cube-recycle-list-main{min-height:100%}.cube-recycle-list-fake{height:1px}.cube-recycle-list-invisible{top:-1000px;visibility:hidden}.cube-recycle-list-item{width:100%;position:absolute;box-sizing:border-box}.cube-recycle-list-transition{position:absolute;opacity:0;-webkit-transition-property:opacity;transition-property:opacity;-webkit-transition-duration:.5s;transition-duration:.5s}.cube-recycle-list-loading{overflow:hidden}.cube-recycle-list-loading-content{text-align:center}.cube-recycle-list-loading-content .spinner{margin:10px auto;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;justify-content:center}.cube-recycle-list-noMore{overflow:hidden;margin:10px auto;height:20px;text-align:center} -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracesr/navigation/70c4f6a3cc82d09d18b50eadaa62b184ca414ae2/favicon.ico -------------------------------------------------------------------------------- /fonts/cubeic.dcc2b6f.dcc2b6f1.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracesr/navigation/70c4f6a3cc82d09d18b50eadaa62b184ca414ae2/fonts/cubeic.dcc2b6f.dcc2b6f1.ttf -------------------------------------------------------------------------------- /img/iconfont.1be45c12.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | 7 | 8 | Created by iconfont 9 | 10 | 11 | 12 | 13 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /img/layout.e6089dd8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracesr/navigation/70c4f6a3cc82d09d18b50eadaa62b184ca414ae2/img/layout.e6089dd8.png -------------------------------------------------------------------------------- /img/preview.c70ba895.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracesr/navigation/70c4f6a3cc82d09d18b50eadaa62b184ca414ae2/img/preview.c70ba895.png -------------------------------------------------------------------------------- /img/zhibei.d588ffe5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tracesr/navigation/70c4f6a3cc82d09d18b50eadaa62b184ca414ae2/img/zhibei.d588ffe5.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | Loading
-------------------------------------------------------------------------------- /js/app.f434fc2f.js: -------------------------------------------------------------------------------- 1 | (function(t){function n(n){for(var c,i,s=n[0],l=n[1],r=n[2],u=0,d=[];u=e?(t.apply(a,o),i=s):c=setTimeout(function(){t.apply(a,o)},n)}}},4389:function(t){t.exports=[{points:"104.333,293.667 118,241 166.333,254.333 193.667,300 185.333,316.333",attrDataX:149,attrDataY:278,attrTitle:"美特斯邦威",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:203,y:315,connectBuildings:["美特斯邦威"]}},{points:"104.333,293.667 185,316.333 172,356.667 92.667,335.333",attrDataX:138,attrDataY:325,attrTitle:"李宁",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:188,y:341,connectBuildings:["李宁"]}},{points:"197.333,257.667 234.333,121 283.667,135.667 247,272 215.667,288.667",attrDataX:240,attrDataY:204,attrTitle:"榜中榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},connectPoint:{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]}},{points:"313,142.333 394.333,164.667 382.667,207.667 413.667,217.333 402,260 469,278.667 440.333,385.667 354.333,361.333 354,345 351.333,333.333 345.667,325.333 337.667,316.333 326,311 320.333,308.333 310.333,308 300,305.667 292,302 283.667,295 279.667,285 277.333,272",attrDataX:373,attrDataY:264,attrTitle:"标榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},desc:"美容美发美容美发美容美发美容美发美容美发",connectPoint:{x:327,y:329,connectBuildings:["标榜"]}},{points:"354.333,361.333 359.864,385.667 368.75,405.25 386.333,421 429.667,432 451,420.667 459,390.667",attrDataX:406,attrDataY:396,attrTitle:"冰淇凌",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:354,y:401,connectBuildings:["冰淇凌"]}},{points:"440.333,385.667 459,390.667 465.667,363.667 448,357.667",attrDataX:453,attrDataY:374,attrTitle:"小伙干果",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]}},{points:"449.667,273.333 462,230 500,240 487.667,283.667",attrDataX:474,attrDataY:256,attrTitle:"化妆品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"462,230 473.917,185.333 511,196.333 500,240",attrDataX:486,attrDataY:212,attrTitle:"洗护用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 551.667,206.667 588.334,217.333 568.55,282.137",attrDataX:560,attrDataY:244,attrTitle:"进口食品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 515.667,340.333 570.333,355 575.667,335.667 556.667,330 568.667,281.667",attrDataX:545,attrDataY:313,attrTitle:"周生生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"515.667,340.333 491.667,427.667 506,454.333 541.667,463.333 570.333,355",attrDataX:531,attrDataY:401,attrTitle:"柒牌男装",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"柒牌男装柒牌男装柒牌男装柒牌男装",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"575.667,335.667 622.667,348.5 629.333,328.333 663,338.417 689.333,244.167 740.333,258.667 800.667,400.333 689.667,369 671,438 659.333,434 644.334,490.667 541.667,463.333",attrDataX:671,attrDataY:367,attrTitle:"红辣椒",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"饭店饭店饭店饭店饭店",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"690,369.333 800.667,400 833,472 793.334,505.333 774.334,496.667 753.334,490.667 734.667,487.667 716.667,488 699.334,489.333 685.667,493.667 673.334,498.667 644,490.667 659.772,434.15 671,438",attrDataX:738,attrDataY:437,attrTitle:"鸿星尔克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"服装鞋帽服装鞋帽服装鞋帽服装鞋帽",connectPoint:{x:729,y:507,connectBuildings:["鸿星尔克"]}},{points:"822.25,533.667 834.625,546.333 843.979,557.667 849.655,571 854.912,585 857.5,601.667 857.5,617 855.333,633.667 851.333,646 975,678.667 983,647.667 965,642 964,627 959.333,609 955.333,597 948.666,582.333 940,568 930.333,555.333 921,544.667 912.666,537 919.333,526 913.333,513.333 877.333,549.667 839,517",attrDataX:902,attrDataY:596,attrTitle:"不不扣",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},desc:"杂货店杂货店杂货店杂货店杂货店",connectPoint:{x:834,y:589,connectBuildings:["不不扣"]}},{points:"802.333,706.666 814,699 822.25,692.333 828.666,694.333 844.666,703 902.625,740.333 983,761 966,822.666 953.333,818.333 948,845.333 940.666,869.666 934,887 928,900.333 910.333,894.666 918.666,830 906,826.666 907.666,819.333 781.666,783.666",attrDataX:882,attrDataY:796,attrTitle:"耐克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:804,y:683,connectBuildings:["耐克"]}},{points:"667.667,718 690.333,695.667 715.667,712 736.667,717.333 759.667,719.333 784.667,714.667 762.3,799.445 690,779.333",attrDataX:726,attrDataY:747,attrTitle:"母婴",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:734,y:698,connect:!0,connectBuildings:["母婴"]}},{points:"667.667,718 620,765 608,814 674.667,832 690,779.333",attrDataX:649,attrDataY:775,attrTitle:"水星家纺",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:590,y:769,connectBuildings:["水星家纺"]}},{points:"690,779.333 784.667,805.667 770,857.333 674.667,832",attrDataX:729,attrDataY:818,attrTitle:"酒水",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{}},{points:"468.167,750.834 496.667,757.5 521,757.5 543,754.167 561,750.834 580.334,742.333 598.334,731 619.334,711.667 487.333,676",attrDataX:543,attrDataY:716,attrTitle:"Apple",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Mac,Ipad,Iphone",connectPoint:{x:551,y:760,connectBuildings:["Apple"]}},{points:"524.333,685.333 543.75,614 639.333,639.333 642.333,655 649,669 656.667,678.667 619.334,711.666",attrDataX:590,attrDataY:662,attrTitle:"日用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:654,y:653,connectBuildings:["日用品"]}},{points:"410.333,735.334 430.667,660 461.667,669.334 441.667,744",attrDataX:436,attrDataY:702,attrTitle:"OPPO",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"手机手机手机手机",connectPoint:{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}},{points:"430.483,660.679 439.667,626 481.333,637.333 472.333,672",attrDataX:455,attrDataY:649,attrTitle:"才子",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"439.584,626.311 476.333,488.667 534,505.333 511.667,583.667 497.667,580.667 481.333,637.667",attrDataX:486,attrDataY:563,attrTitle:"德克士",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"德克士德克士德克士德克士德克士德克士",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"534,505.333 643.875,534.333 654.354,544.667 658.5,557.667 658.5,569 652.667,575.333 644,592.333 638.334,603.667 637,618.333 521,586 538,518 531.049,515.684",attrDataX:589,attrDataY:561,attrTitle:"麦当劳",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"麦当劳麦当劳麦当劳麦当劳麦当劳麦当劳",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"355.333,559.334 410.333,574.334 370,722.334 337,711.666 354.333,649 332.333,644",attrDataX:371,attrDataY:640,attrTitle:"Vivol",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Vivol手机Vivol手机Vivol手机Vivol手机",connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"355.411,559.039 382,463.333 436,478 410.333,574.334",attrDataX:395,attrDataY:518,attrTitle:"七匹狼",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"七匹狼七匹狼七匹狼七匹狼",connectPoint:{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}},{points:"244.333,530.333 254.667,510.667 266,496.667 277.333,486 290.667,477.333 305.333,469.667 320.333,463.333 335,461 354.333,459.667 371.333,460.667 382,463.333 355.333,559.334",attrDataX:313,attrDataY:509,attrTitle:"肯德基",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"肯德基肯德基肯德基肯德基肯德基肯德基",connectPoint:{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}},{points:"244.417,530 237.792,546.667 234.5,564.334 234.5,581 236.667,600.667 242.333,621 250,636.667 261.667,652.334 283.333,672 316.333,549.145",attrDataX:275,attrDataY:601,attrTitle:"联想",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"联想电脑联想电脑联想电脑联想电脑联想电脑",connectPoint:{x:219,y:619,connectBuildings:["联想"]}},{points:"205,705.667 218,662 205,640.834 196.333,618.333 193,593.333 195.333,559.334 203,530 218,502 125.333,476.333 105.667,545.667 41.333,530 8,652.333",attrDataX:113,attrDataY:591,attrTitle:"孩子王",type:{title:"娱乐",fill:"#87A765",stroke:"#7eb543"},desc:"综合娱乐综合娱乐综合娱乐综合娱乐综合娱乐",connectPoint:{x:208,y:574,connectBuildings:["孩子王"]}},{points:"174,463.333 182.333,432 270.333,455.667 254.667,465 244.333,470.667 234.5,480.667",attrDataX:222,attrDataY:456,attrTitle:"周大生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:229,y:418,connectBuildings:["周大生"]}},{points:"448,357.667 465.667,363.667 487.667,283.667 469,278.591",attrDataX:467,attrDataY:321,attrTitle:"谭木匠",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:492,y:332,connectBuildings:["谭木匠"]}},{points:"92.667,335.333 83.333,372 65.667,436 125,452 134,418.667 162.667,427 165,393.667 172,356.667",attrDataX:118,attrDataY:393,attrTitle:"特步",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:178,y:394,connectBuildings:["特步"]}}]},"49c8":function(t){t.exports=[[{x:234,y:299,connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0},{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:229,y:418,connectBuildings:["周大生"]},{x:303,y:433,connect:!0},{x:403,y:444,connect:!0},{x:457,y:459,connect:!0},{x:512,y:474,connectBuildings:["德克士","柒牌男装"]},{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]},{x:680,y:523,connect:!0},{x:729,y:507,connectBuildings:["鸿星尔克"]},{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]},{x:662,y:698,connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0},{x:662,y:588,connect:!0}],[{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]},{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}],[{x:662,y:588,connect:!0},{x:680,y:523,connect:!0}],[{x:523,y:234,connectBuildings:["进口食品","洗护用品"]},{x:505,y:285,connectBuildings:["化妆品","周生生"]},{x:492,y:332,connectBuildings:["谭木匠"]},{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]},{x:457,y:459,connect:!0},{x:439,y:531},{x:413,y:632,connectBuildings:["Vivol","才子"]},{x:400,y:684,connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:208,y:574,connectBuildings:["孩子王"]},{x:219,y:619,connectBuildings:["联想"]},{x:375,y:742,connect:!0},{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}],[{x:662,y:698,connect:!0},{x:597,y:760,connectBuildings:["水星家纺"]},{x:551,y:760,connectBuildings:["Apple"]},{x:375,y:742,connect:!0}],[{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0}],[{x:662,y:588,connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]}],[{x:662,y:588,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:680,y:523,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:327,y:329,connectBuildings:["标榜"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}]]},"4df7":function(t,n,e){t.exports=e.p+"img/preview.c70ba895.png"},"507f":function(t,n,e){t.exports=e.p+"img/layout.e6089dd8.png"},"56d7":function(t,n,e){"use strict";e.r(n);e("7f7f"),e("cadf"),e("551c"),e("097d");var c=e("2b0e"),i=e("1582"),a=e.n(i),o=(e("2d9f"),function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{attrs:{id:"app"}},[e("transition",{attrs:{name:t.transitionName}},[e("keep-alive",[e("router-view",{staticClass:"child-view"})],1)],1)],1)}),s=[],l=(e("28a5"),e("3da7")),r=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",[t._v("\n blank\n")])},u=[],d={data:function(){return{}},methods:{},created:function(){}},y=d,f=e("2877"),p=Object(f["a"])(y,r,u,!1,null,"316ccc2c",null);p.options.__file="index.vue";var x=p.exports,g=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"naviWrap"},[e("compass",{attrs:{active:!t.dirLocked},on:{offset:function(n){t.offset=n}}}),e("div",{staticClass:"sideGroup"},[e("div",{staticClass:"_group"},[e("button",{staticClass:"_trigger",attrs:{type:"button"},on:{click:function(n){t.setScale(-1)}}},[e("i",{staticClass:"cubeic-remove"})]),e("button",{staticClass:"_trigger",attrs:{type:"button"},on:{click:function(n){t.setScale(1)}}},[e("i",{staticClass:"cubeic-add"})])]),e("div",{staticClass:"_group"},[e("button",{staticClass:"_trigger",class:{unread:t.messageList.length},attrs:{type:"button"},on:{click:function(n){t.showGlobalMessage=!0}}},[e("i",{staticClass:"cubeic-notification"})])])]),e("div",{staticClass:"view",attrs:{id:"viewCont"}},[e("div",{staticClass:"mapCont",style:{backgroundImage:"url("+t.layoutBG+")",transform:"rotateZ("+t.offset+"deg) scale("+t.scaleValue+")"},attrs:{id:"mapCont"}},[e("div",{staticClass:"layer"},[t.naviLines&&t.naviLines.length?e("svg",{attrs:{width:"1000",height:"1000",xmlns:"http://www.w3.org/2000/svg"}},t._l(t.naviLines,function(n,c){return e("polyline",{key:"navline"+c,staticClass:"resultPath",class:{is_current:c===t.naviStepNumber-1},attrs:{points:n.map(function(t){return t.x+","+t.y}).join(" ")}})}),0):t._e()]),e("div",{staticClass:"layer"},[e("svg",{attrs:{width:"1000",height:"1000",xmlns:"http://www.w3.org/2000/svg",id:"svgElements"},on:{click:function(n){if(n.target!==n.currentTarget)return null;t.resetSvg(),t.resetNav()}}},[t._l(t.polygons,function(n,c){return[e("polygon",{key:"polygon"+c,class:{isBlock:n.block,svgArea:!0,active:t.currentPolygon&&t.currentPolygon.attrTitle===n.attrTitle},style:n.type,attrs:{id:"b_"+n.attrDataX+"_"+n.attrDataY,points:n.points,"data-x":n.attrDataX,"data-y":n.attrDataY,title:n.attrTitle},on:{click:function(e){t.clickElement(n)}}})]})],2)]),e("div",{staticClass:"layer mapFloat"},[t._l(t.buildingPolygons,function(n,c){return[e("span",{key:"float"+c,staticClass:"_title",style:{left:n.attrDataX-10*n.attrTitle.length+"px",top:n.attrDataY+"px",transform:"rotateZ("+-t.offset+"deg)"}},[t._v(t._s(n.attrTitle))])]})],2)])]),e("cube-popup",{ref:"navStep1Box",attrs:{type:"nav-step-1",mask:!1,position:"bottom"}},[e("div",{staticClass:"cube-extend-popup-content"},[t._t("default",[t.currentPolygon?e("div",{staticClass:"extend-info"},[e("h3",[t._v(t._s(t.currentPolygon.attrTitle))]),e("p",[t._v(t._s(t.currentPolygon.desc))]),e("ul",{staticClass:"_message"},t._l(t.currentPolygon.message,function(n,c){return e("li",{key:"sm"+c},[e("i",{staticClass:"cubeic-volume"}),t._v(" "+t._s(n.title)+"\n ")])}),0)]):t._e(),e("div",{staticClass:"flex-row",staticStyle:{border:"1px solid #eee"}},[e("div",{staticClass:"flex-1"},[e("cube-button",{attrs:{icon:"cubeic-back",light:!0},on:{click:function(n){t.naveSections.start=t.currentPolygon,t.navStep2()}}},[t._v("从这里出发")])],1),e("div",{staticClass:"flex-1"},[e("cube-button",{attrs:{icon:"cubeic-arrow",light:!0},on:{click:function(n){t.naveSections.end=t.currentPolygon,t.navStep2()}}},[t._v("到这里去")])],1)])])],2)]),e("cube-popup",{ref:"navStep2Box",attrs:{type:"nav-step-2",mask:!1,position:"bottom"}},[e("div",{staticClass:"cube-extend-popup-content"},[t._t("default",[e("div",{staticClass:"extend-info"},[e("div",{staticClass:"flex-row align-center m"},[t._v("\n 起点:\n "),e("div",{staticClass:"flex-1 _t"},[t.naveSections.start?[t._v("\n "+t._s(t.naveSections.start.attrTitle)+"\n ")]:[t._v('\n "在地图上选择或者" '),e("cube-button",{attrs:{inline:!0},on:{click:function(n){t.openSearch()}}},[t._v("搜索")])]],2)]),e("div",{staticClass:"flex-row align-center m"},[t._v("\n 终点:\n "),e("div",{staticClass:"flex-1 _t"},[t.naveSections.end?[t._v("\n "+t._s(t.naveSections.end.attrTitle)+"\n ")]:[t._v("\n 在地图上选择或者\n "),e("cube-button",{attrs:{icon:"cubeic-search",inline:!0},on:{click:function(n){t.openSearch()}}},[t._v("搜索")])]],2)])]),e("cube-button",{attrs:{primary:!0,disabled:!t.naveSections.start||!t.naveSections.end},on:{click:function(n){t.search()}}},[t._v("开始导航")])])],2)]),e("cube-popup",{ref:"navStep3Box",attrs:{type:"nav-step-3",mask:!1,position:"bottom"}},[e("div",{staticClass:"cube-extend-popup-content"},[t._t("default",[e("div",{staticClass:"flex-row aimMarker"},[e("div",{staticClass:"flex-1"},[e("p",{staticClass:"el"},[e("i",{staticClass:"cubeic-aim"}),t._v("起点:"),e("span",{staticClass:"_point"},[t._v(t._s(t.naveSections.start&&t.naveSections.start.attrTitle))])])]),e("div",{staticClass:"flex-1"},[e("p",{staticClass:"el"},[e("i",{staticClass:"cubeic-navigation"}),t._v("终点:"),e("span",{staticClass:"_point"},[t._v(t._s(t.naveSections.end&&t.naveSections.end.attrTitle))])])])]),e("cube-slide",{ref:"slide",staticStyle:{"margin-bottom":"10px"},attrs:{data:t.navResult,autoPlay:!1,loop:!1},on:{change:function(n){t.naviStepNumber=n+1}}},t._l(t.navResult,function(n,c){return e("cube-slide-item",{key:c},[e("div",{staticClass:"nav-item extend-info"},[t._v(t._s(n.direction)+t._s(n.deflection)+t._s(n.orientation)+t._s(n.distence)+t._s(n.shopInfo))])])}),1),e("cube-button",{attrs:{primary:!0},on:{click:function(n){t.resetNav()}}},[t._v("关闭")])])],2)]),e("div",{directives:[{name:"show",rawName:"v-show",value:t.showGlobalMessage,expression:"showGlobalMessage"}],staticClass:"globalMessageDialog"},[e("div",{staticClass:"_layer flex-col"},[e("header",{staticClass:"_hd"},[e("h1",[t._v("通知公告")]),e("i",{staticClass:"cubeic-close _close",on:{click:function(n){t.showGlobalMessage=!1}}})]),e("div",{staticClass:"flex-1 scrollcont"},[e("ul",{staticClass:"cube-scroll-list shopList"},t._l(t.globalMessage,function(n,c){return e("li",{key:"gml"+c,staticClass:"cube-scroll-item border-bottom-1px"},[e("h3",{staticClass:"_tit"},[e("i",{staticClass:"_ico cubeic-volume"}),t._v(" "+t._s(n.title))]),e("div",{staticClass:"_msg"},[t._v(t._s(n.message))]),e("div",{staticClass:"_foot"},[e("span",{staticClass:"_shop",on:{click:function(e){t.showGlobalMessage=!1,t.aimTo(n.attrTitle)}}},[t._v(t._s(n.attrTitle)+" "),e("i",{staticClass:"cubeic-aim"})])])])}),0)])])]),e("div",{staticClass:"footNav"},[e("ul",{staticClass:"flex-row"},[e("li",{staticClass:"flex-1"},[e("cube-button",{attrs:{light:!0},on:{click:function(n){t.$refs.tip.show()}}},[e("i",{staticClass:"ion"},[t._v("")]),t._v("\n 发现\n ")]),e("cube-tip",{ref:"tip",staticStyle:{left:"0",bottom:"100%"},attrs:{direction:"bottom"}},[t._v("敬请期待")])],1),e("li",{staticClass:"flex-1"},[e("cube-button",{attrs:{light:!0},on:{click:function(n){t.$router.push("/maps")}}},[e("i",{staticClass:"ion"},[t._v("")]),t._v("\n 楼层\n ")])],1),e("li",{staticClass:"flex-1"},[e("cube-button",{attrs:{light:!0},on:{click:function(n){t.openSearch()}}},[e("i",{staticClass:"ion"},[t._v("")]),t._v("\n 搜索\n ")])],1),e("li",{staticClass:"flex-1"},[e("cube-button",{attrs:{light:!0},on:{click:function(n){t.toggleLock()}}},[e("i",{staticClass:"ion"},[t._v("")]),t._v("\n 旋转\n ")])],1)])])],1)},b=[],B=e("e814"),h=e.n(B),v=e("5176"),D=e.n(v),k=(e("ac6a"),e("a745")),m=e.n(k),P=e("bc3a"),T=e.n(P),Y="https://host.refined-x.com",X=T.a.create({baseURL:Y,timeout:1e4,headers:{"Content-Type":"application/json"}});X.interceptors.response.use(function(t){return t.data?t:l["a"]({message:t.data.statusCode||"接口请求失败"})},l["a"]);var _=X,w=function(t){return _.get("/api/tracesr_message.php",{params:t})},C=[{map:e("691e"),path:e("fe99"),name:"5F",preview:e("f3f0"),layout:e("24fb")},{map:e("0f0d"),path:e("49c8"),name:"4F",preview:e("4df7"),layout:e("0777")},{map:e("d7fd"),path:e("ae20"),name:"3F",preview:e("d6ef"),layout:e("507f")},{map:e("4389"),path:e("9097"),name:"2F",preview:e("2557"),layout:e("e317")},{map:e("71cb"),path:e("31d2"),name:"1F",preview:e("0e20"),layout:e("df71")}],S=(e("6762"),e("2fdb"),10),O=1,V=.1,I=function(t,n){return h()(Math.sqrt((t.x-n.x)*(t.x-n.x)+(t.y-n.y)*(t.y-n.y))*V*10)/10},A=function(t){for(var n=0,e=0;eS?e=n.y-t.y>S?"向东南方向直行":t.y-n.y>S?"向东北方向直行":"向东直行":t.x-n.x>S?e=n.y-t.y>S?"向西南方向直行":t.y-n.y>S?"向西北方向直行":"向西直行":n.y-t.y>S?e="向南直行":t.y-n.y>S?e="向北直行":console.warn("误差内的无效移动"),e},M=function(t,n){for(var e,c,i,a,o=[],s=[],l=null,r=0;r0){var f=t[(l||r)-1],p=u,x=(d.y-p.y)/(d.x-p.x),g=(d.y-f.y)/(d.x-f.x),b=(x-g)/(1+g*x),B=180*Math.atan(b)/Math.PI;B>0?(c="右转",i=Math.abs(h()(B))+"度 "):(c="左转",i=Math.abs(h()(B))+"度 "),Math.abs(B)>=O?l=null:(null===l&&(l=r),s.push(r)),l?(o[o.length-1].direction=c,o[o.length-1].deflection=i,o[o.length-1].orientation=a,o[o.length-1].distence=e):o.push({direction:c,deflection:i,orientation:a,distence:e,shopInfo:y})}else o.push({direction:c,deflection:i,orientation:a,distence:e,shopInfo:y})}o.push({shopInfo:"到达目的地"});var v=t.filter(function(t,n){return-1===s.indexOf(n)});"function"===typeof n&&n({result:o,path:v})},E=function(t,n){return t&&n&&t.x===n.x&&t.y===n.y},L=function(t,n){var e=[];return 0===n?e.push(t):n===t.length-1?e.push(t.reverse()):(e.push(t.slice(0,n+1).reverse()),e.push(t.slice(n))),e},j=function(t,n){for(var e=!1,c=0;c0?this.scaleIndex0&&this.scaleIndex--,this.scaleValue=this.scaleQeueu[this.scaleIndex],!t)){var n=500*(1-this.scaleValue);this.viewContPosi(n,n)}},openSearch:function(){this.$router.push({name:"搜索",params:{items:this.buildingPolygons}})},resetNav:function(){this.hidePopInfo(),this.naviStepNumber=1,this.pathResult=[],this.navResult=[],this.naveSections.start=null,this.naveSections.end=null},navStep2:function(){var t=this;this.hidePopInfo(),this.resetSvg(),this.$nextTick(function(){t.$refs.navStep2Box.show()})},hidePopInfo:function(){this.$refs.navStep1Box.hide(),this.$refs.navStep2Box.hide(),this.$refs.navStep3Box.hide()},clickElement:function(t,n){var e=this;this.resetSvg();var c=this.messageList.filter(function(n){return n.attrTitle===t.attrTitle});this.currentPolygon=D()({message:c},t),this.naveSections.start?(this.naveSections.end=t,this.$nextTick(function(){e.$refs.navStep2Box.show()})):this.naveSections.end?(this.naveSections.start=t,this.$nextTick(function(){e.$refs.navStep2Box.show()})):(this.$refs.navStep1Box.show(),n&&setTimeout(function(){var n=document.getElementById("b_"+t.attrDataX+"_"+t.attrDataY);if(n){var c=n.getBoundingClientRect(),i=c.top-window.innerHeight/2+e.viewCont.scrollTop+100,a=c.left-window.innerWidth/2+e.viewCont.scrollLeft+100;e.viewContPosi(i,a)}},200))},resetSvg:function(){this.currentPolygon=null},fetchData:function(t){var n=this.maps.filter(function(n){return n.name===t});n.length?(this.polygons=n[0].map,this.pathData=n[0].path,this.layoutBG=n[0].layout):console.warn(t+" is not exist")},search:function(){var t=this,n=this.naveSections.start.connectPoint,e=this.naveSections.end.connectPoint;if(!e||!n||!n.x||!e.x)return console.warn("参数错误");J(this.pathData,n,e,function(n){m()(n)?(t.hidePopInfo(),M(n,function(n){console.log(n),t.navResult=n.result,t.pathResult=n.path,t.$refs.navStep3Box.show()})):(t.$createToast({txt:"搜索失败",type:"error",time:1e3}).show(),t.resetSvg(),t.resetNav())})},fetchMessage:function(){var t=this;w().then(function(n){t.messageList=n.data.data})}},created:function(){var t=this,n=this.$route.params.name;n&&this.fetchData(n),this.fetchMessage(),l["d"]("searchDone",function(n){t.clickElement(n,!0)})},mounted:function(){this.viewCont=document.getElementById("viewCont"),this.mainDom=document.getElementById("mapCont"),this.buildingSVG=document.getElementById("svgElements");var t=window.innerWidth,n=t/1e3,e=h()((1e3-t)/4),c=[n,(t+e)/1e3,(t+2*e)/1e3,(t+3*e)/1e3,1];this.scaleQeueu=c,this.scaleIndex=2,this.setScale(0)}}),z=W,K=(e("7f88"),Object(f["a"])(z,g,b,!1,null,"d49018ae",null));K.options.__file="navi.vue";var Z=K.exports,U=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"wrap",on:{click:function(n){t.currentIndex=null}}},[e("ul",{staticClass:"floors",class:{show:t.show}},t._l(t.maps,function(n,c){return e("li",{key:"map"+c,class:{cur:t.currentIndex===c},style:{backgroundImage:"url("+n.preview+")"},on:{click:function(n){n.stopPropagation(),t.currentIndex===c?t.currentIndex=null:t.currentIndex=c}}},[e("div",{staticClass:"_t",on:{click:function(e){e.stopPropagation(),t.$router.push({name:"导航",params:n})}}},[t._v("\n "+t._s(n.name)+"\n "),e("i",{staticClass:"cubeic-share"})])])}),0)])},tt=[],nt={data:function(){return{show:!1,currentIndex:null,maps:C}},mounted:function(){var t=this;setTimeout(function(){t.show=!0},300)}},et=nt,ct=(e("64e4"),Object(f["a"])(et,U,tt,!1,null,"31f82359",null));ct.options.__file="maps.vue";var it=ct.exports,at=function(){var t=this,n=t.$createElement,e=t._self._c||n;return e("div",{staticClass:"flex-col searchPage"},[e("cube-input",{attrs:{autofocus:""},model:{value:t.value,callback:function(n){t.value=n},expression:"value"}}),e("div",{staticClass:"flex-1"},[e("cube-scroll",[e("ul",{staticClass:"cube-scroll-list shopList "},t._l(t.searchResult,function(n,c){return e("li",{key:"search"+c,staticClass:"cube-scroll-item border-bottom-1px",domProps:{innerHTML:t._s(n.html)},on:{click:function(e){t.submit(n)}}})}),0)])],1)],1)},ot=[],st=(e("a481"),{data:function(){return{value:"",items:[]}},computed:{searchResult:function(){var t=this.value.trim();if(t&&this.items.length){var n=this.items.filter(function(n){return n.attrTitle.indexOf(t)>-1}).map(function(n){return n.html='

'+n.attrTitle.replace(t,"".concat(t,""))+'

'+n.desc+"
",n}),e=this.items.filter(function(n){return-1===n.attrTitle.indexOf(t)}).filter(function(n){return n.desc&&n.desc.indexOf(t)>-1}).map(function(n){return n.html="

"+n.attrTitle+"

"+n.desc.replace(t,"".concat(t,""))+"
",n});return n.concat(e)}return[]}},methods:{submit:function(t){this.value="",l["c"]("searchDone",t),this.$router.go(-1)}},created:function(){this.$route.params.items&&(this.items=this.$route.params.items)}}),lt=st,rt=(e("0f01"),Object(f["a"])(lt,at,ot,!1,null,"fd06c7c6",null));rt.options.__file="search.vue";var ut=rt.exports,dt=[{path:"/",name:"tracesr",component:x,redirect:"/map/1F"},{path:"/map/:name",name:"导航",component:Z},{path:"/maps",name:"选择",component:it},{path:"/search",name:"搜索",component:ut}],yt=[],ft=[],pt=[],xt={data:function(){return{transitionName:""}},watch:{$route:function(t,n){var e=this.isForward(t,n);e.split?this.transitionName=e:this.transitionName=e?"slide-left":"slide-right"}},methods:{isForward:function(t,n){var e=!0;return e=pt.length?this.isForwardByArray(t,n):"home",e&&pt.push(t.fullPath),l["e"]("HISTORY_ARRAY_STACK_LOCAL_KEY",pt),t.name&&-1!==yt.indexOf(t.name)?e=!1:t.name&&-1!==ft.indexOf(t.name)&&(e=!0),e},isForwardByArray:function(t){var n=pt.indexOf(t.fullPath);return-1===n||(pt.length=n+1,!1)}},created:function(){this.$router.addRoutes(dt.concat([{path:"*",redirect:"/404"}]))}},gt=xt,bt=(e("034f"),Object(f["a"])(gt,o,s,!1,null,null,null));bt.options.__file="App.vue";var Bt=bt.exports,ht=e("8c4f");c["a"].use(ht["a"]);var vt=new ht["a"]({routes:[{path:"/401",name:"无权访问",component:function(t){return e.e("chunk-2d0df1ba").then(function(){var n=[e("8903")];t.apply(null,n)}.bind(this)).catch(e.oe)}},{path:"/404",name:"找不到页面",component:function(t){return e.e("chunk-2d0f1570").then(function(){var n=[e("9fe2")];t.apply(null,n)}.bind(this)).catch(e.oe)}}]});c["a"].use(a.a),c["a"].config.productionTip=!1,vt.beforeEach(function(t,n,e){t.name&&(document.title=t.name+" - 觅迹"),e()}),window.globalThis=new c["a"]({el:"#app",data:function(){return{loading:this.$createToast({txt:"Loading...",time:1e4,mask:!0}),token:null,uploadAction:{target:"".concat(Y,"/index.php/api/file/upload"),headers:{Authorization:null}}}},watch:{token:function(t){t&&(this.uploadAction.headers.Authorization=t)}},router:vt,render:function(t){return t(Bt)}}),c["a"].config.errorHandler=function(t,n,e){console.warn(t,e)}},"64a9":function(t,n,e){},"64e4":function(t,n,e){"use strict";var c=e("f8f3"),i=e.n(c);i.a},"691e":function(t){t.exports=[{points:"104.333,293.667 118,241 166.333,254.333 193.667,300 185.333,316.333",attrDataX:149,attrDataY:278,attrTitle:"美特斯邦威",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:203,y:315,connectBuildings:["美特斯邦威"]}},{points:"104.333,293.667 185,316.333 172,356.667 92.667,335.333",attrDataX:138,attrDataY:325,attrTitle:"李宁",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:188,y:341,connectBuildings:["李宁"]}},{points:"197.333,257.667 234.333,121 283.667,135.667 247,272 215.667,288.667",attrDataX:240,attrDataY:204,attrTitle:"榜中榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},connectPoint:{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]}},{points:"313,142.333 394.333,164.667 382.667,207.667 413.667,217.333 402,260 469,278.667 440.333,385.667 354.333,361.333 354,345 351.333,333.333 345.667,325.333 337.667,316.333 326,311 320.333,308.333 310.333,308 300,305.667 292,302 283.667,295 279.667,285 277.333,272",attrDataX:373,attrDataY:264,attrTitle:"标榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},desc:"美容美发美容美发美容美发美容美发美容美发",connectPoint:{x:327,y:329,connectBuildings:["标榜"]}},{points:"354.333,361.333 359.864,385.667 368.75,405.25 386.333,421 429.667,432 451,420.667 459,390.667",attrDataX:406,attrDataY:396,attrTitle:"冰淇凌",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:354,y:401,connectBuildings:["冰淇凌"]}},{points:"440.333,385.667 459,390.667 465.667,363.667 448,357.667",attrDataX:453,attrDataY:374,attrTitle:"小伙干果",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]}},{points:"449.667,273.333 462,230 500,240 487.667,283.667",attrDataX:474,attrDataY:256,attrTitle:"化妆品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"462,230 473.917,185.333 511,196.333 500,240",attrDataX:486,attrDataY:212,attrTitle:"洗护用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 551.667,206.667 588.334,217.333 568.55,282.137",attrDataX:560,attrDataY:244,attrTitle:"进口食品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 515.667,340.333 570.333,355 575.667,335.667 556.667,330 568.667,281.667",attrDataX:545,attrDataY:313,attrTitle:"周生生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"515.667,340.333 491.667,427.667 506,454.333 541.667,463.333 570.333,355",attrDataX:531,attrDataY:401,attrTitle:"柒牌男装",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"柒牌男装柒牌男装柒牌男装柒牌男装",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"575.667,335.667 622.667,348.5 629.333,328.333 663,338.417 689.333,244.167 740.333,258.667 800.667,400.333 689.667,369 671,438 659.333,434 644.334,490.667 541.667,463.333",attrDataX:671,attrDataY:367,attrTitle:"红辣椒",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"饭店饭店饭店饭店饭店",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"690,369.333 800.667,400 833,472 793.334,505.333 774.334,496.667 753.334,490.667 734.667,487.667 716.667,488 699.334,489.333 685.667,493.667 673.334,498.667 644,490.667 659.772,434.15 671,438",attrDataX:738,attrDataY:437,attrTitle:"鸿星尔克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"服装鞋帽服装鞋帽服装鞋帽服装鞋帽",connectPoint:{x:729,y:507,connectBuildings:["鸿星尔克"]}},{points:"822.25,533.667 834.625,546.333 843.979,557.667 849.655,571 854.912,585 857.5,601.667 857.5,617 855.333,633.667 851.333,646 975,678.667 983,647.667 965,642 964,627 959.333,609 955.333,597 948.666,582.333 940,568 930.333,555.333 921,544.667 912.666,537 919.333,526 913.333,513.333 877.333,549.667 839,517",attrDataX:902,attrDataY:596,attrTitle:"不不扣",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},desc:"杂货店杂货店杂货店杂货店杂货店",connectPoint:{x:834,y:589,connectBuildings:["不不扣"]}},{points:"802.333,706.666 814,699 822.25,692.333 828.666,694.333 844.666,703 902.625,740.333 983,761 966,822.666 953.333,818.333 948,845.333 940.666,869.666 934,887 928,900.333 910.333,894.666 918.666,830 906,826.666 907.666,819.333 781.666,783.666",attrDataX:882,attrDataY:796,attrTitle:"耐克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:804,y:683,connectBuildings:["耐克"]}},{points:"667.667,718 690.333,695.667 715.667,712 736.667,717.333 759.667,719.333 784.667,714.667 762.3,799.445 690,779.333",attrDataX:726,attrDataY:747,attrTitle:"母婴",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:734,y:698,connect:!0,connectBuildings:["母婴"]}},{points:"667.667,718 620,765 608,814 674.667,832 690,779.333",attrDataX:649,attrDataY:775,attrTitle:"水星家纺",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:590,y:769,connectBuildings:["水星家纺"]}},{points:"690,779.333 784.667,805.667 770,857.333 674.667,832",attrDataX:729,attrDataY:818,attrTitle:"酒水",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{}},{points:"468.167,750.834 496.667,757.5 521,757.5 543,754.167 561,750.834 580.334,742.333 598.334,731 619.334,711.667 487.333,676",attrDataX:543,attrDataY:716,attrTitle:"Apple",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Mac,Ipad,Iphone",connectPoint:{x:551,y:760,connectBuildings:["Apple"]}},{points:"524.333,685.333 543.75,614 639.333,639.333 642.333,655 649,669 656.667,678.667 619.334,711.666",attrDataX:590,attrDataY:662,attrTitle:"日用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:654,y:653,connectBuildings:["日用品"]}},{points:"410.333,735.334 430.667,660 461.667,669.334 441.667,744",attrDataX:436,attrDataY:702,attrTitle:"OPPO",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"手机手机手机手机",connectPoint:{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}},{points:"430.483,660.679 439.667,626 481.333,637.333 472.333,672",attrDataX:455,attrDataY:649,attrTitle:"才子",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"439.584,626.311 476.333,488.667 534,505.333 511.667,583.667 497.667,580.667 481.333,637.667",attrDataX:486,attrDataY:563,attrTitle:"德克士",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"德克士德克士德克士德克士德克士德克士",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"534,505.333 643.875,534.333 654.354,544.667 658.5,557.667 658.5,569 652.667,575.333 644,592.333 638.334,603.667 637,618.333 521,586 538,518 531.049,515.684",attrDataX:589,attrDataY:561,attrTitle:"麦当劳",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"麦当劳麦当劳麦当劳麦当劳麦当劳麦当劳",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"355.333,559.334 410.333,574.334 370,722.334 337,711.666 354.333,649 332.333,644",attrDataX:371,attrDataY:640,attrTitle:"Vivol",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Vivol手机Vivol手机Vivol手机Vivol手机",connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"355.411,559.039 382,463.333 436,478 410.333,574.334",attrDataX:395,attrDataY:518,attrTitle:"七匹狼",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"七匹狼七匹狼七匹狼七匹狼",connectPoint:{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}},{points:"244.333,530.333 254.667,510.667 266,496.667 277.333,486 290.667,477.333 305.333,469.667 320.333,463.333 335,461 354.333,459.667 371.333,460.667 382,463.333 355.333,559.334",attrDataX:313,attrDataY:509,attrTitle:"肯德基",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"肯德基肯德基肯德基肯德基肯德基肯德基",connectPoint:{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}},{points:"244.417,530 237.792,546.667 234.5,564.334 234.5,581 236.667,600.667 242.333,621 250,636.667 261.667,652.334 283.333,672 316.333,549.145",attrDataX:275,attrDataY:601,attrTitle:"联想",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"联想电脑联想电脑联想电脑联想电脑联想电脑",connectPoint:{x:219,y:619,connectBuildings:["联想"]}},{points:"205,705.667 218,662 205,640.834 196.333,618.333 193,593.333 195.333,559.334 203,530 218,502 125.333,476.333 105.667,545.667 41.333,530 8,652.333",attrDataX:113,attrDataY:591,attrTitle:"孩子王",type:{title:"娱乐",fill:"#87A765",stroke:"#7eb543"},desc:"综合娱乐综合娱乐综合娱乐综合娱乐综合娱乐",connectPoint:{x:208,y:574,connectBuildings:["孩子王"]}},{points:"174,463.333 182.333,432 270.333,455.667 254.667,465 244.333,470.667 234.5,480.667",attrDataX:222,attrDataY:456,attrTitle:"周大生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:229,y:418,connectBuildings:["周大生"]}},{points:"448,357.667 465.667,363.667 487.667,283.667 469,278.591",attrDataX:467,attrDataY:321,attrTitle:"谭木匠",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:492,y:332,connectBuildings:["谭木匠"]}},{points:"92.667,335.333 83.333,372 65.667,436 125,452 134,418.667 162.667,427 165,393.667 172,356.667",attrDataX:118,attrDataY:393,attrTitle:"特步",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:178,y:394,connectBuildings:["特步"]}}]},"71cb":function(t){t.exports=[{points:"104.333,293.667 118,241 166.333,254.333 193.667,300 185.333,316.333",attrDataX:149,attrDataY:278,attrTitle:"美特斯邦威",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:203,y:315,connectBuildings:["美特斯邦威"]}},{points:"104.333,293.667 185,316.333 172,356.667 92.667,335.333",attrDataX:138,attrDataY:325,attrTitle:"李宁",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:188,y:341,connectBuildings:["李宁"]}},{points:"197.333,257.667 234.333,121 283.667,135.667 247,272 215.667,288.667",attrDataX:240,attrDataY:204,attrTitle:"榜中榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},connectPoint:{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]}},{points:"313,142.333 394.333,164.667 382.667,207.667 413.667,217.333 402,260 469,278.667 440.333,385.667 354.333,361.333 354,345 351.333,333.333 345.667,325.333 337.667,316.333 326,311 320.333,308.333 310.333,308 300,305.667 292,302 283.667,295 279.667,285 277.333,272",attrDataX:373,attrDataY:264,attrTitle:"标榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},desc:"美容美发美容美发美容美发美容美发美容美发",connectPoint:{x:327,y:329,connectBuildings:["标榜"]}},{points:"354.333,361.333 359.864,385.667 368.75,405.25 386.333,421 429.667,432 451,420.667 459,390.667",attrDataX:406,attrDataY:396,attrTitle:"冰淇凌",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:354,y:401,connectBuildings:["冰淇凌"]}},{points:"440.333,385.667 459,390.667 465.667,363.667 448,357.667",attrDataX:453,attrDataY:374,attrTitle:"小伙干果",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]}},{points:"449.667,273.333 462,230 500,240 487.667,283.667",attrDataX:474,attrDataY:256,attrTitle:"化妆品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"462,230 473.917,185.333 511,196.333 500,240",attrDataX:486,attrDataY:212,attrTitle:"洗护用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 551.667,206.667 588.334,217.333 568.55,282.137",attrDataX:560,attrDataY:244,attrTitle:"进口食品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 515.667,340.333 570.333,355 575.667,335.667 556.667,330 568.667,281.667",attrDataX:545,attrDataY:313,attrTitle:"周生生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"515.667,340.333 491.667,427.667 506,454.333 541.667,463.333 570.333,355",attrDataX:531,attrDataY:401,attrTitle:"柒牌男装",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"柒牌男装柒牌男装柒牌男装柒牌男装",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"575.667,335.667 622.667,348.5 629.333,328.333 663,338.417 689.333,244.167 740.333,258.667 800.667,400.333 689.667,369 671,438 659.333,434 644.334,490.667 541.667,463.333",attrDataX:671,attrDataY:367,attrTitle:"红辣椒",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"饭店饭店饭店饭店饭店",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"690,369.333 800.667,400 833,472 793.334,505.333 774.334,496.667 753.334,490.667 734.667,487.667 716.667,488 699.334,489.333 685.667,493.667 673.334,498.667 644,490.667 659.772,434.15 671,438",attrDataX:738,attrDataY:437,attrTitle:"鸿星尔克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"服装鞋帽服装鞋帽服装鞋帽服装鞋帽",connectPoint:{x:729,y:507,connectBuildings:["鸿星尔克"]}},{points:"822.25,533.667 834.625,546.333 843.979,557.667 849.655,571 854.912,585 857.5,601.667 857.5,617 855.333,633.667 851.333,646 975,678.667 983,647.667 965,642 964,627 959.333,609 955.333,597 948.666,582.333 940,568 930.333,555.333 921,544.667 912.666,537 919.333,526 913.333,513.333 877.333,549.667 839,517",attrDataX:902,attrDataY:596,attrTitle:"不不扣",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},desc:"杂货店杂货店杂货店杂货店杂货店",connectPoint:{x:834,y:589,connectBuildings:["不不扣"]}},{points:"802.333,706.666 814,699 822.25,692.333 828.666,694.333 844.666,703 902.625,740.333 983,761 966,822.666 953.333,818.333 948,845.333 940.666,869.666 934,887 928,900.333 910.333,894.666 918.666,830 906,826.666 907.666,819.333 781.666,783.666",attrDataX:882,attrDataY:796,attrTitle:"耐克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:804,y:683,connectBuildings:["耐克"]}},{points:"667.667,718 690.333,695.667 715.667,712 736.667,717.333 759.667,719.333 784.667,714.667 762.3,799.445 690,779.333",attrDataX:726,attrDataY:747,attrTitle:"母婴",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:734,y:698,connect:!0,connectBuildings:["母婴"]}},{points:"667.667,718 620,765 608,814 674.667,832 690,779.333",attrDataX:649,attrDataY:775,attrTitle:"水星家纺",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:590,y:769,connectBuildings:["水星家纺"]}},{points:"690,779.333 784.667,805.667 770,857.333 674.667,832",attrDataX:729,attrDataY:818,attrTitle:"酒水",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{}},{points:"468.167,750.834 496.667,757.5 521,757.5 543,754.167 561,750.834 580.334,742.333 598.334,731 619.334,711.667 487.333,676",attrDataX:543,attrDataY:716,attrTitle:"Apple",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Mac,Ipad,Iphone",connectPoint:{x:551,y:760,connectBuildings:["Apple"]}},{points:"524.333,685.333 543.75,614 639.333,639.333 642.333,655 649,669 656.667,678.667 619.334,711.666",attrDataX:590,attrDataY:662,attrTitle:"日用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:654,y:653,connectBuildings:["日用品"]}},{points:"410.333,735.334 430.667,660 461.667,669.334 441.667,744",attrDataX:436,attrDataY:702,attrTitle:"OPPO",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"手机手机手机手机",connectPoint:{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}},{points:"430.483,660.679 439.667,626 481.333,637.333 472.333,672",attrDataX:455,attrDataY:649,attrTitle:"才子",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"439.584,626.311 476.333,488.667 534,505.333 511.667,583.667 497.667,580.667 481.333,637.667",attrDataX:486,attrDataY:563,attrTitle:"德克士",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"德克士德克士德克士德克士德克士德克士",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"534,505.333 643.875,534.333 654.354,544.667 658.5,557.667 658.5,569 652.667,575.333 644,592.333 638.334,603.667 637,618.333 521,586 538,518 531.049,515.684",attrDataX:589,attrDataY:561,attrTitle:"麦当劳",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"麦当劳麦当劳麦当劳麦当劳麦当劳麦当劳",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"355.333,559.334 410.333,574.334 370,722.334 337,711.666 354.333,649 332.333,644",attrDataX:371,attrDataY:640,attrTitle:"Vivol",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Vivol手机Vivol手机Vivol手机Vivol手机",connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"355.411,559.039 382,463.333 436,478 410.333,574.334",attrDataX:395,attrDataY:518,attrTitle:"七匹狼",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"七匹狼七匹狼七匹狼七匹狼",connectPoint:{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}},{points:"244.333,530.333 254.667,510.667 266,496.667 277.333,486 290.667,477.333 305.333,469.667 320.333,463.333 335,461 354.333,459.667 371.333,460.667 382,463.333 355.333,559.334",attrDataX:313,attrDataY:509,attrTitle:"肯德基",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"肯德基肯德基肯德基肯德基肯德基肯德基",connectPoint:{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}},{points:"244.417,530 237.792,546.667 234.5,564.334 234.5,581 236.667,600.667 242.333,621 250,636.667 261.667,652.334 283.333,672 316.333,549.145",attrDataX:275,attrDataY:601,attrTitle:"联想",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"联想电脑联想电脑联想电脑联想电脑联想电脑",connectPoint:{x:219,y:619,connectBuildings:["联想"]}},{points:"205,705.667 218,662 205,640.834 196.333,618.333 193,593.333 195.333,559.334 203,530 218,502 125.333,476.333 105.667,545.667 41.333,530 8,652.333",attrDataX:113,attrDataY:591,attrTitle:"孩子王",type:{title:"娱乐",fill:"#87A765",stroke:"#7eb543"},desc:"综合娱乐综合娱乐综合娱乐综合娱乐综合娱乐",connectPoint:{x:208,y:574,connectBuildings:["孩子王"]}},{points:"174,463.333 182.333,432 270.333,455.667 254.667,465 244.333,470.667 234.5,480.667",attrDataX:222,attrDataY:456,attrTitle:"周大生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:229,y:418,connectBuildings:["周大生"]}},{points:"448,357.667 465.667,363.667 487.667,283.667 469,278.591",attrDataX:467,attrDataY:321,attrTitle:"谭木匠",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:492,y:332,connectBuildings:["谭木匠"]}},{points:"92.667,335.333 83.333,372 65.667,436 125,452 134,418.667 162.667,427 165,393.667 172,356.667",attrDataX:118,attrDataY:393,attrTitle:"特步",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:178,y:394,connectBuildings:["特步"]}}]},"7f88":function(t,n,e){"use strict";var c=e("aa4d"),i=e.n(c);i.a},"8d0b":function(t,n,e){},9097:function(t){t.exports=[[{x:234,y:299,connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0},{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:229,y:418,connectBuildings:["周大生"]},{x:303,y:433,connect:!0},{x:403,y:444,connect:!0},{x:457,y:459,connect:!0},{x:512,y:474,connectBuildings:["德克士","柒牌男装"]},{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]},{x:680,y:523,connect:!0},{x:729,y:507,connectBuildings:["鸿星尔克"]},{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]},{x:662,y:698,connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0},{x:662,y:588,connect:!0}],[{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]},{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}],[{x:662,y:588,connect:!0},{x:680,y:523,connect:!0}],[{x:523,y:234,connectBuildings:["进口食品","洗护用品"]},{x:505,y:285,connectBuildings:["化妆品","周生生"]},{x:492,y:332,connectBuildings:["谭木匠"]},{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]},{x:457,y:459,connect:!0},{x:439,y:531},{x:413,y:632,connectBuildings:["Vivol","才子"]},{x:400,y:684,connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:208,y:574,connectBuildings:["孩子王"]},{x:219,y:619,connectBuildings:["联想"]},{x:375,y:742,connect:!0},{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}],[{x:662,y:698,connect:!0},{x:597,y:760,connectBuildings:["水星家纺"]},{x:551,y:760,connectBuildings:["Apple"]},{x:375,y:742,connect:!0}],[{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0}],[{x:662,y:588,connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]}],[{x:662,y:588,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:680,y:523,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:327,y:329,connectBuildings:["标榜"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}]]},aa4d:function(t,n,e){},ae20:function(t){t.exports=[[{x:234,y:299,connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0},{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:229,y:418,connectBuildings:["周大生"]},{x:303,y:433,connect:!0},{x:403,y:444,connect:!0},{x:457,y:459,connect:!0},{x:512,y:474,connectBuildings:["德克士","柒牌男装"]},{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]},{x:680,y:523,connect:!0},{x:729,y:507,connectBuildings:["鸿星尔克"]},{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]},{x:662,y:698,connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0},{x:662,y:588,connect:!0}],[{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]},{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}],[{x:662,y:588,connect:!0},{x:680,y:523,connect:!0}],[{x:523,y:234,connectBuildings:["进口食品","洗护用品"]},{x:505,y:285,connectBuildings:["化妆品","周生生"]},{x:492,y:332,connectBuildings:["谭木匠"]},{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]},{x:457,y:459,connect:!0},{x:439,y:531},{x:413,y:632,connectBuildings:["Vivol","才子"]},{x:400,y:684,connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:208,y:574,connectBuildings:["孩子王"]},{x:219,y:619,connectBuildings:["联想"]},{x:375,y:742,connect:!0},{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}],[{x:662,y:698,connect:!0},{x:597,y:760,connectBuildings:["水星家纺"]},{x:551,y:760,connectBuildings:["Apple"]},{x:375,y:742,connect:!0}],[{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0}],[{x:662,y:588,connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]}],[{x:662,y:588,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:680,y:523,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:327,y:329,connectBuildings:["标榜"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}]]},d6ef:function(t,n,e){t.exports=e.p+"img/preview.c70ba895.png"},d7fd:function(t){t.exports=[{points:"104.333,293.667 118,241 166.333,254.333 193.667,300 185.333,316.333",attrDataX:149,attrDataY:278,attrTitle:"美特斯邦威",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:203,y:315,connectBuildings:["美特斯邦威"]}},{points:"104.333,293.667 185,316.333 172,356.667 92.667,335.333",attrDataX:138,attrDataY:325,attrTitle:"李宁",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:188,y:341,connectBuildings:["李宁"]}},{points:"197.333,257.667 234.333,121 283.667,135.667 247,272 215.667,288.667",attrDataX:240,attrDataY:204,attrTitle:"榜中榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},connectPoint:{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]}},{points:"313,142.333 394.333,164.667 382.667,207.667 413.667,217.333 402,260 469,278.667 440.333,385.667 354.333,361.333 354,345 351.333,333.333 345.667,325.333 337.667,316.333 326,311 320.333,308.333 310.333,308 300,305.667 292,302 283.667,295 279.667,285 277.333,272",attrDataX:373,attrDataY:264,attrTitle:"标榜",type:{title:"美容美发",fill:"#e89bb6",stroke:"#ce7795"},desc:"美容美发美容美发美容美发美容美发美容美发",connectPoint:{x:327,y:329,connectBuildings:["标榜"]}},{points:"354.333,361.333 359.864,385.667 368.75,405.25 386.333,421 429.667,432 451,420.667 459,390.667",attrDataX:406,attrDataY:396,attrTitle:"冰淇凌",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:354,y:401,connectBuildings:["冰淇凌"]}},{points:"440.333,385.667 459,390.667 465.667,363.667 448,357.667",attrDataX:453,attrDataY:374,attrTitle:"小伙干果",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]}},{points:"449.667,273.333 462,230 500,240 487.667,283.667",attrDataX:474,attrDataY:256,attrTitle:"化妆品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"462,230 473.917,185.333 511,196.333 500,240",attrDataX:486,attrDataY:212,attrTitle:"洗护用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 551.667,206.667 588.334,217.333 568.55,282.137",attrDataX:560,attrDataY:244,attrTitle:"进口食品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:523,y:234,connectBuildings:["进口食品","洗护用品"]}},{points:"533.334,271.667 515.667,340.333 570.333,355 575.667,335.667 556.667,330 568.667,281.667",attrDataX:545,attrDataY:313,attrTitle:"周生生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:505,y:285,connectBuildings:["化妆品","周生生"]}},{points:"515.667,340.333 491.667,427.667 506,454.333 541.667,463.333 570.333,355",attrDataX:531,attrDataY:401,attrTitle:"柒牌男装",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"柒牌男装柒牌男装柒牌男装柒牌男装",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"575.667,335.667 622.667,348.5 629.333,328.333 663,338.417 689.333,244.167 740.333,258.667 800.667,400.333 689.667,369 671,438 659.333,434 644.334,490.667 541.667,463.333",attrDataX:671,attrDataY:367,attrTitle:"红辣椒",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"饭店饭店饭店饭店饭店",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"690,369.333 800.667,400 833,472 793.334,505.333 774.334,496.667 753.334,490.667 734.667,487.667 716.667,488 699.334,489.333 685.667,493.667 673.334,498.667 644,490.667 659.772,434.15 671,438",attrDataX:738,attrDataY:437,attrTitle:"鸿星尔克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"服装鞋帽服装鞋帽服装鞋帽服装鞋帽",connectPoint:{x:729,y:507,connectBuildings:["鸿星尔克"]}},{points:"822.25,533.667 834.625,546.333 843.979,557.667 849.655,571 854.912,585 857.5,601.667 857.5,617 855.333,633.667 851.333,646 975,678.667 983,647.667 965,642 964,627 959.333,609 955.333,597 948.666,582.333 940,568 930.333,555.333 921,544.667 912.666,537 919.333,526 913.333,513.333 877.333,549.667 839,517",attrDataX:902,attrDataY:596,attrTitle:"不不扣",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},desc:"杂货店杂货店杂货店杂货店杂货店",connectPoint:{x:834,y:589,connectBuildings:["不不扣"]}},{points:"802.333,706.666 814,699 822.25,692.333 828.666,694.333 844.666,703 902.625,740.333 983,761 966,822.666 953.333,818.333 948,845.333 940.666,869.666 934,887 928,900.333 910.333,894.666 918.666,830 906,826.666 907.666,819.333 781.666,783.666",attrDataX:882,attrDataY:796,attrTitle:"耐克",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:804,y:683,connectBuildings:["耐克"]}},{points:"667.667,718 690.333,695.667 715.667,712 736.667,717.333 759.667,719.333 784.667,714.667 762.3,799.445 690,779.333",attrDataX:726,attrDataY:747,attrTitle:"母婴",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:734,y:698,connect:!0,connectBuildings:["母婴"]}},{points:"667.667,718 620,765 608,814 674.667,832 690,779.333",attrDataX:649,attrDataY:775,attrTitle:"水星家纺",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:590,y:769,connectBuildings:["水星家纺"]}},{points:"690,779.333 784.667,805.667 770,857.333 674.667,832",attrDataX:729,attrDataY:818,attrTitle:"酒水",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},connectPoint:{}},{points:"468.167,750.834 496.667,757.5 521,757.5 543,754.167 561,750.834 580.334,742.333 598.334,731 619.334,711.667 487.333,676",attrDataX:543,attrDataY:716,attrTitle:"Apple",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Mac,Ipad,Iphone",connectPoint:{x:551,y:760,connectBuildings:["Apple"]}},{points:"524.333,685.333 543.75,614 639.333,639.333 642.333,655 649,669 656.667,678.667 619.334,711.666",attrDataX:590,attrDataY:662,attrTitle:"日用品",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:654,y:653,connectBuildings:["日用品"]}},{points:"410.333,735.334 430.667,660 461.667,669.334 441.667,744",attrDataX:436,attrDataY:702,attrTitle:"OPPO",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"手机手机手机手机",connectPoint:{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}},{points:"430.483,660.679 439.667,626 481.333,637.333 472.333,672",attrDataX:455,attrDataY:649,attrTitle:"才子",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"439.584,626.311 476.333,488.667 534,505.333 511.667,583.667 497.667,580.667 481.333,637.667",attrDataX:486,attrDataY:563,attrTitle:"德克士",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"德克士德克士德克士德克士德克士德克士",connectPoint:{x:512,y:474,connectBuildings:["德克士","柒牌男装"]}},{points:"534,505.333 643.875,534.333 654.354,544.667 658.5,557.667 658.5,569 652.667,575.333 644,592.333 638.334,603.667 637,618.333 521,586 538,518 531.049,515.684",attrDataX:589,attrDataY:561,attrTitle:"麦当劳",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"麦当劳麦当劳麦当劳麦当劳麦当劳麦当劳",connectPoint:{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]}},{points:"355.333,559.334 410.333,574.334 370,722.334 337,711.666 354.333,649 332.333,644",attrDataX:371,attrDataY:640,attrTitle:"Vivol",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"Vivol手机Vivol手机Vivol手机Vivol手机",connectPoint:{x:413,y:632,connectBuildings:["Vivol","才子"]}},{points:"355.411,559.039 382,463.333 436,478 410.333,574.334",attrDataX:395,attrDataY:518,attrTitle:"七匹狼",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},desc:"七匹狼七匹狼七匹狼七匹狼",connectPoint:{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}},{points:"244.333,530.333 254.667,510.667 266,496.667 277.333,486 290.667,477.333 305.333,469.667 320.333,463.333 335,461 354.333,459.667 371.333,460.667 382,463.333 355.333,559.334",attrDataX:313,attrDataY:509,attrTitle:"肯德基",type:{title:"餐饮",fill:"#f2dc66",stroke:"#cebd63"},desc:"肯德基肯德基肯德基肯德基肯德基肯德基",connectPoint:{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}},{points:"244.417,530 237.792,546.667 234.5,564.334 234.5,581 236.667,600.667 242.333,621 250,636.667 261.667,652.334 283.333,672 316.333,549.145",attrDataX:275,attrDataY:601,attrTitle:"联想",type:{title:"电子数码",fill:"#94cefd",stroke:"#8abbe3"},desc:"联想电脑联想电脑联想电脑联想电脑联想电脑",connectPoint:{x:219,y:619,connectBuildings:["联想"]}},{points:"205,705.667 218,662 205,640.834 196.333,618.333 193,593.333 195.333,559.334 203,530 218,502 125.333,476.333 105.667,545.667 41.333,530 8,652.333",attrDataX:113,attrDataY:591,attrTitle:"孩子王",type:{title:"娱乐",fill:"#87A765",stroke:"#7eb543"},desc:"综合娱乐综合娱乐综合娱乐综合娱乐综合娱乐",connectPoint:{x:208,y:574,connectBuildings:["孩子王"]}},{points:"174,463.333 182.333,432 270.333,455.667 254.667,465 244.333,470.667 234.5,480.667",attrDataX:222,attrDataY:456,attrTitle:"周大生",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:229,y:418,connectBuildings:["周大生"]}},{points:"448,357.667 465.667,363.667 487.667,283.667 469,278.591",attrDataX:467,attrDataY:321,attrTitle:"谭木匠",type:{title:"百货",fill:"#eacf98",stroke:"#d9b87a"},connectPoint:{x:492,y:332,connectBuildings:["谭木匠"]}},{points:"92.667,335.333 83.333,372 65.667,436 125,452 134,418.667 162.667,427 165,393.667 172,356.667",attrDataX:118,attrDataY:393,attrTitle:"特步",type:{title:"服装",fill:"#fece8b",stroke:"#e0b170"},connectPoint:{x:178,y:394,connectBuildings:["特步"]}}]},df71:function(t,n,e){t.exports=e.p+"img/layout.e6089dd8.png"},e317:function(t,n,e){t.exports=e.p+"img/layout.e6089dd8.png"},f3f0:function(t,n,e){t.exports=e.p+"img/preview.c70ba895.png"},f8f3:function(t,n,e){},fe99:function(t){t.exports=[[{x:234,y:299,connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0},{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:229,y:418,connectBuildings:["周大生"]},{x:303,y:433,connect:!0},{x:403,y:444,connect:!0},{x:457,y:459,connect:!0},{x:512,y:474,connectBuildings:["德克士","柒牌男装"]},{x:593,y:499,connectBuildings:["红辣椒","麦当劳"]},{x:680,y:523,connect:!0},{x:729,y:507,connectBuildings:["鸿星尔克"]},{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]},{x:662,y:698,connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0},{x:662,y:588,connect:!0}],[{x:234,y:299,connect:!0,connectBuildings:["榜中榜"]},{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:403,y:444,connect:!0,connectBuildings:["七匹狼"]}],[{x:662,y:588,connect:!0},{x:680,y:523,connect:!0}],[{x:523,y:234,connectBuildings:["进口食品","洗护用品"]},{x:505,y:285,connectBuildings:["化妆品","周生生"]},{x:492,y:332,connectBuildings:["谭木匠"]},{x:482,y:382,connectBuildings:["小伙干果","柒牌男装"]},{x:457,y:459,connect:!0},{x:439,y:531},{x:413,y:632,connectBuildings:["Vivol","才子"]},{x:400,y:684,connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:208,y:574,connectBuildings:["孩子王"]},{x:219,y:619,connectBuildings:["联想"]},{x:375,y:742,connect:!0},{x:400,y:684,connect:!0,connectBuildings:["OPPO"]}],[{x:662,y:698,connect:!0},{x:597,y:760,connectBuildings:["水星家纺"]},{x:551,y:760,connectBuildings:["Apple"]},{x:375,y:742,connect:!0}],[{x:834,y:589,connectBuildings:["不不扣"],connect:!0},{x:654,y:653,connectBuildings:["日用品"],connect:!0}],[{x:662,y:588,connect:!0},{x:734,y:698,connect:!0,connectBuildings:["母婴"]}],[{x:662,y:588,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:680,y:523,connect:!0},{x:804,y:683,connectBuildings:["耐克"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:327,y:329,connectBuildings:["标榜"],connect:!0}],[{x:178,y:394,connectBuildings:["特步"],connect:!0},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:203,y:315,connectBuildings:["美特斯邦威"],connect:!0}],[{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0},{x:188,y:341,connectBuildings:["李宁"],connect:!0}],[{x:303,y:433,connect:!0,connectBuildings:["肯德基"]},{x:354,y:401,connectBuildings:["冰淇凌"],connect:!0}],[{x:327,y:329,connectBuildings:["标榜"],connect:!0},{x:303,y:433,connect:!0,connectBuildings:["肯德基"]}]]}}); -------------------------------------------------------------------------------- /js/chunk-2d0df1ba.0200a93d.js: -------------------------------------------------------------------------------- 1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0df1ba"],{8903:function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},l=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{display:"table",height:"100%",width:"100%"}},[n("div",{staticClass:"g-center"},[n("h1",{staticStyle:{"text-align":"center"}},[t._v("401")])])])}],a=n("2877"),c={},s=Object(a["a"])(c,i,l,!1,null,null,null);s.options.__file="401.vue";e["default"]=s.exports}}]); -------------------------------------------------------------------------------- /js/chunk-2d0f1570.3a10c6d2.js: -------------------------------------------------------------------------------- 1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-2d0f1570"],{"9fe2":function(t,e,n){"use strict";n.r(e);var i=function(){var t=this,e=t.$createElement;t._self._c;return t._m(0)},l=[function(){var t=this,e=t.$createElement,n=t._self._c||e;return n("div",{staticStyle:{display:"table",height:"100%",width:"100%"}},[n("div",{staticClass:"g-center"},[n("h1",{staticStyle:{"text-align":"center"}},[t._v("404")])])])}],c=n("2877"),s={},a=Object(c["a"])(s,i,l,!1,null,null,null);a.options.__file="404.vue";e["default"]=a.exports}}]); -------------------------------------------------------------------------------- /js/chunk-7ff6e9a6.c6aa9f42.js: -------------------------------------------------------------------------------- 1 | (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-7ff6e9a6"],{1241:function(e,t,n){"use strict";n.r(t);var i=function(){var e=this,t=e.$createElement,n=e._self._c||t;return n("div",{staticClass:"zhibei",style:{transform:"rotateZ("+e.angle+"deg)"}})},a=[],o=n("3da7"),s={name:"compass",props:{active:{type:Boolean,required:!1}},data:function(){return{angle:0}},watch:{angle:function(){this.$emit("offset",this.angle)}},methods:{deviceOrientationListener:function(e){this.active&&e.alpha?this.angle=e.alpha:this.angle=0}},created:function(){if(window.DeviceOrientationEvent){var e=this;window.addEventListener("deviceorientation",o["f"](e.deviceOrientationListener,10,30))}else alert("Sorry your browser doesn't support Device Orientation")},mounted:function(){}},r=s,c=(n("635b"),n("2877")),u=Object(c["a"])(r,i,a,!1,null,"056fed3c",null);u.options.__file="compass.vue";t["default"]=u.exports},"238b":function(e,t,n){},"635b":function(e,t,n){"use strict";var i=n("238b"),a=n.n(i);a.a}}]); --------------------------------------------------------------------------------